@charset "utf-8";
/* CSS Document */

table {
	width:540px;
	margin:15px 0 0 auto;
}

table th {
	vertical-align:top;
	width:160px;
	padding:20px 0 0;
	text-align:right;
	background:url(../img/ic_li.gif) no-repeat 0 28px;
}

table th span{
	color:#BB3C11;
	margin:0 6px 0 0;
	font-family:"Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif, "ＭＳ Ｐゴシック" !important;
	vertical-align:middle;
}

table td {
	padding:18px 0 0px 40px;
	display:block;
}

table #message {
	background:none;
}

table .input_td input{
	border:0;
	background:#E9E9E9;
	width:338px !important;
	padding:1px;
}

table .radio_td ul li{
	width:60px;
	float:left;
}

table .radio_td input{
	padding:1px;
	width:15px;
	margin:0 6px 0 -2px;
	background:none;
	vertical-align:middle;
}

table textarea{
	font-family:"Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif, "ＭＳ Ｐゴシック" !important;
	border:0;
	background:#E9E9E9;
	width:338px !important;
	height:200px !important;
	padding:1px;
}

.out {
	color:#000;
}


/*-------必須項目-------*/

#submit {
	width:160px;
	padding:33px 0 0 300px;
}

#submit input {
	border:0;
	width:160px;
	height:20px;
	background:url(../../contact/img/check.gif) no-repeat 0 0;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-align:left;
	display:block;
	color:#25bedd;
}

#submit input:hover {
	background:url(../../contact/img/check_on.gif) no-repeat 0 0; 
	color:#e50099;
}

.back {
	margin:14px 0 20px 0;
	text-align:right;
}

#box_attention {
	width:180px;
	float:right;
	overflow:hidden;
}

#box_attention .text {
	margin-top:10px;
	line-height:1.5em;
	font-size:90%;
	padding-left:15px;
	color:#808080;
}

#box_attention .text span {
	margin-left:-15px;
}

#box_attention #attention{
	color:#25bedd;
	font-weight:bold;
}

/*----------------------------------------------------
	thanks用
----------------------------------------------------*/

#thanks #copy{
	background:url(../img/contact/copy_thanks.gif) no-repeat;
}

#thanks #box_main p{
	text-align:center;
	margin:0 auto;
}

#thanks #btn_back{
	display:block;
	padding-top:40px;
}