/* CSS Document */

#main{
	background:#e3e3e3;
	text-align:center;
	padding:50px 0;
}

h1{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	display:inline;
}

#content{
	width:980px;
	margin:20px auto;
}

#content h2{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:40px auto 10px auto;
}

#content h3{
	font-size:15px;
	font-weight:bold;
	margin:20px 0 5px 0;
}

#content .ind{
	text-align:right;
}

#content .ind span{
	color:#F00;
}

table{
	border-collapse:collapse;
	border:1px solid #cacaca;
	width:100%;
}

.inquiry table{
	width:600px;
	margin:0 auto;
	text-align:center;
}

table th,
table td{
	border:1px solid #cacaca;
	padding:8px;
	text-align:left;
	font-weight:normal;
}

table th{
	font-weight:bold;
	background:#eaeaea;
	width:150px;
}

table .txt1{
	width:260px;
}

table div{
	margin:0 0 8px 0;
}

table th span{
	font-weight:bold;
	color:#F00;
}

.name,
.name_kana,
.tel,
.mail{
	width:250px;
}

.address span{
	float:left;
	display:block;
	width:100px;
	padding:2px 0 0 0;
	text-align:right;
}

.address .ad{
	clear:both;
	margin:5px 0 0 0;
}

.address .ad input{
	width:160px;
}

.address .ad .radio{
	width:25px;
	padding:5px 0 0 0;
}

.box{
	margin:10px 0 0 0;
}

.list ul{
	width:190px;
	float:left;
}

.list li{
	margin:0 0 10px 0;
}

.list span{
	display:block;
	float:left;
	width:130px;
	padding:0;
}

.box2 div{
	border-bottom:1px solid #dddddd;
	padding:0 0 5px 0;
}

.btn{
	margin:40px auto;
	text-align:center;
}

#textarea{
	width:600px;
	height:120px;
}

#content .er,
#content .address .er{
	display:inline;
	float:none;
	width:200px;
	color:#F00;
	margin:0;
	padding:0;
}

.thanks_txt{
	text-align:center;
	margin:80px auto;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
}

#privacy{
	border:1px solid #dddddd;
	margin:20px 0 40px 0;
	padding:10px;
	width:958px;
	height:240px;
	overflow:auto;
}


#privacy h3{
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px 0;
}

#privacy li{
	list-style:decimal;
	margin:0 0 10px 20px;
}

#privacy li span{
	font-weight:bold;
}

.consent{
	text-align:center;
	font-size:14px;
}