@charset "utf-8";

/*
	Site Name: connetta WEB Smart5
	Description: style import
	Version: 1.0
	Author: DIS_ART_WORKS
*/

/*
 * ABSORBER.2017.05.28
 */






 /* 背景色設定 ABSORBER */
 
#inquiry {
	background-color: #edf4f7;
}
 
#inquiry #content_wrapper {
	background-color: #edf4f7;
}

#inquiry #header_wrapper {
	background-color: #fff;
	margin-bottom: 12px;
}

#inquiry #main_column {
	background-color: #fff;
	border-top: 3.6px solid #004ea2;
	min-height: 500px;
	height: 100%;
	overflow: hidden;
}

#inquiry #main_column .cms-area {
	display: block;
	width: 90%;
	margin: 0 auto;
}

@media only screen and (max-width: 768px){

	#inquiry #content_wrapper {
		background-color: #fff;
	}

	#inquiry #main_column {
		margin-top: 0;
	}

}






/* ------------------ */
/* --- 入力画面用 --- */
/* ------------------ */

#inquiry #smart_mail_required {

	padding: 0;
	margin: 0 0 0 auto;
	text-align: right;
	font-size: 0.8em;
	color: #be2b61; 
}



/* --- 以下リセット フォーム体裁変更 --- */

/* --- form内 --- */
/*
#inquiry form p.inquiry-sbtn {
	text-align:center;
	margin:30px 0 15px;
	clear:both;
}

#inquiry form p.inquiry-sbtn input {
	margin: 0 5px;
}

#inquiry form.inquiryBox input.it {
	margin-right: 5px;
}

#inquiry form.inquiryBox textarea {

}

#inquiry ul.error{
	margin: 30px 0 15px 30px;
	color: #FF0B00;
}

#inquiry ul.error li{
	margin-bottom:1em;
	list-style-type:disc;
}
*/




/* --------------- */
/* --- table用 --- */
/* --------------- */

/* テーブル本体 */

/*
#inquiry table#smart_mail{
	margin:10px auto 0;
	width:95%;
	border:1px solid #CCCCCC;
	border-collapse:collapse;

}

#inquiry table#smart_mail tr {

}


#inquiry table#smart_mail th {
	border:1px dotted #CCCCCC;
	padding:10px;
	background:#E6ECEF;
	text-align: left;
	width:140px;
	font-weight:normal;

}

#inquiry table#smart_mail th span {

	color: #ff0b00;

}

#inquiry table#smart_mail td {
	border:1px dotted #CCCCCC;
	padding:5px;
}

#inquiry table#smart_mail td span {
	margin-right:0.5em;
	letter-spacing:0em;
	display: inline-block;
}

#inquiry table#smart_mail td span.sub_string {
	font-size:0.8em;
}

#inquiry table#smart_mail td .input_small_box {
	width:40%;
	min-width: 50px;
}

#inquiry table#smart_mail td .input_middle_box {
	width: 75%;
	min-width: 180px;
}

#inquiry table#smart_mail td .input_box {
	width:98%
}


*/



