@charset "UTF-8";

/*-------------------------------
		CONTACT FORM
-------------------------------*/

#contact_cont{
	width:600px;
	height:auto;
	margin:0;
}
#contact_cont table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
#contact_cont table th,
#contact_cont table td{
	padding:10px;
	font-size:12px;
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact_cont table th{
	color:#333;
	font-weight:bold;
	border-left:8px solid #CCC;
	padding-left:5px;
	width:150px;
	display:block;
}
#contact_cont table th p{
	font-size:9px;
	display:block;
	margin:1px 0 0 3px;
	color:#666;
}
#contact_cont table th span{
	color:#F00;
}

/*-------------------------------
		CHECK PAGE
-------------------------------*/

#check_tab{
	width:500px;
	border-collapse:collapse;
	margin:0px auto;
	border:1px solid #666;
}
#check_tab th,
#check_tab td{
	padding:10px;
	text-align:left;
}
#check_tab th{
	border-left:8px solid #CCC;
	width:80px;
	display:block;
}
#check_tab td{
	text-align:left;
	border-left:1px solid #CCC;
}
/*-------------------------------
		THANKS PAGE
-------------------------------*/
#thanks{
	margin:20px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#thanks p{
	line-height:2;
	font-size:12px;
	padding:20px;
}
#thanks h2{
	font-size:16px;
	color:#666;
	padding:10px;
	border-left:8px solid #CCC;
	border-bottom:1px solid #CCC;
}
	