@charset "UTF-8";

/****************************************************/
/****************** inputページ用CSS ****************/
/****************************************************/

#contentInfo {
	margin:0 0 20px 0;
	color: #817F80;
}

#contentInfo h2 {
	margin-bottom:10px;
}
#contentInfo .inputTxt {
	margin-bottom:10px;
	width: 600px;
}

#inquiry {
	width: 700px; /* ボックスの幅を指定 */	margin-top: 15px;
}
#inquiry table {
	border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
	border-bottom: none; /* 下方向のボーダーを表示させないように指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	width: 100%; /* ボックスの幅を指定 */
}
#inquiry td {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	padding: 10px; /* 全方向にパディングを指定 */
}
#inquiry th {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	background-color: #F3F3F3; /* セルの背景色を指定 */
	font-weight: normal; /* フォントを通常の太さに指定 */
	padding: 10px 10px 10px 20px; /* 全方向にパディングを指定 */
	width: 200px; /* ボックスの幅を指定 */
	text-align: left;
}

#submitBtn {
	margin-top:5px;
}
#message{	width: 430px;}
#submitBtnReturn {
	margin-top:5px;
	float:left;
}




/*** SP ***/
@media(max-width:767px){

	#contentInfo {
		margin:0 5px 20px 5px;
		/* margin:0 auto 20px auto; */
	}

	#inquiry {
		width: 98%; /* ボックスの幅を指定 */
		margin-top: 15px;
		margin-left: 5px;
		margin-right: 5px;

	}

#inquiry table {
	width: 100%; /* ボックスの幅を指定 */
	font-size: 12px; /*追加20221106 */
}


	#inquiry th {
		width: 30%; /* ボックスの幅を指定 */
		line-height: 16px;
		padding: 10px 5px 10px 10px; /* 全方向にパディングを指定 */

	}

	#inquiry td {
		line-height: 16px;
	}




	#message{
		/* width: 100%; */
		/* max-width: 240px; */
		max-width: 220px;
	}

	#contentInfo .inputTxt {
		margin-bottom:10px;
		width: 98%;
	}

}


@media(max-width:374px){
	#message{
		max-width: 180px;
	}

}
