@charset "utf-8";


#main_contents{
	line-height:1.5em;
}

/*テーブルの設定*/
#support-table table{
	border-collapse: separate;
	border-spacing: 2px;
	width:740px;
	margin-top:10px;
	border-top: 1px solid #cccccc;
}
#support-table table th{
	text-align:left;
	width:210px;
	padding:15px 17px;
	border-bottom: 1px solid #cccccc;
	line-height:1.8em;
	background: #d8e4ea url(../img/th_bg.gif) repeat-x left bottom;
}
#support-table table td{
	padding:15px 15px 15px 25px;
	border-bottom: 1px solid #cccccc;
	line-height:1.8em;
}

/*幅300のテキストボックス*/
#support-table table td .w300{
	width:300px;
	height:1.6em;
	border: 1px solid #3e3e3e;
	line-height:1.5em;
	padding-left:5px;
	padding-right:5px;
}
#support-table table td .w300area{
	width:300px;
	border: 1px solid #3e3e3e;
	line-height:1.5em;
	padding-left:5px;
	padding-right:5px;
}
/* 幅430 */ /* 20151116 */
#support-table table td .w430area {
	width:430px;
	border: 1px solid #3e3e3e;
	line-height:1.5em;
	padding-left:5px;
	padding-right:5px;
}

/*幅95のテキストボックス（電話など）*/
#support-table table td .w95{
	width:95px;
	height:1.6em;
	border: 1px solid #3e3e3e;
	line-height:1.5em;
	padding-left:5px;
	padding-right:5px;
}
#support-table table td span.mlr{
	padding-left:5px;
	padding-right:5px;
}
#support-table .btn{
	text-align:center;
}

/*必須マーク*/
span.note{
	color:#ff0000;
}
/*エラー表示 20151116 */
.support_errormsg {
	color:#ff0000;
}
#support-table .error {
	background: #FFE4E4;
}

/*囲み罫部分*/
#noteBox{
	padding:18px 25px;
	margin-top:45px;
	border: 1px solid #d4d4d4;
}

/*グレーベタ部分（スパイラル）*/
#spiralBox{
	width:690px;
	padding:25px;
	margin-top:25px;
	background: #eeeeee;
	overflow:hidden;
	zoom:1;
}
#spiralBox .banner{
	float:right;
	margin-left:50px;
}

/*完了画面*/
.thankx{
	text-align:center;
	font-size:120%;
	line-height:1.8em;
	padding-top:70px;
	padding-bottom:100px;
}
/* 20151116 */
.thankx_seihin{
	font-size:120%;
	line-height:1.8em;
	padding-top:30px;
	padding-bottom:100px;
	width:70%;
	margin:0 auto;
}

#support-table table{
	font-size: 100%;
}

.must_tx img{
	margin-bottom:-1px;
	padding-top:2px;
	border:none;
}

/* 20151022 */
#support-table input[type="radio"], #support-table input[type="checkbox"],
#support-table select{
position:relative;
top:2px;
}

/* 20151116 製品・サービスお問い合わせフォーム変更 */
#support-table .inqForm_title{
font-size:130%;
font-weight:bold;
margin:20px 0 5px 0;
padding-bottom:5px;
border-bottom:3px solid #294b92;
}

#support-table .btn_contact_seihin {
display: block;
padding:10px;
margin-top:10px;
background:#2b9bec;
color:#000000!important;
}
#support-table .btn_contact_seihin:hover {
/*
	filter: alpha(opacity=90);
	opacity:0.9;
*/
background:#4daff5;
}
