@charset "UTF-8";


/* /////////////////////////////////////////////////

	left CSS
	
	Author	tanayoshi
	Date	2013/11/28

///////////////////////////////////////////////// */


/*--------------------------ページ内スタイル設定--------------------------*/
#inquiryBox p.h2_textarea{
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	margin-top: 10px;
	padding: 5px 0;
}

#enquete{
	padding:20px 40px 40px;
}

#enquete fieldset{
	margin-bottom:15px;
	overflow:hidden;
}

#enquete fieldset legend{
	float:left;
	width:180px;
	height:25px;
	font-weight:bold;
	line-height:25px;
	margin-bottom: -3px;
}

#enquete fieldset div{
	float:left;
	width:500px;
	line-height:32px;
}

#enquete fieldset div input[type=text]{
	width:200px;
	height:24px;
	font-size:14px;
	text-indent:5px;
	margin-right:10px;
}

#enquete fieldset div input.mail{
	width:300px;
}

#enquete fieldset div input.post1{
	width: 100px;
}

#enquete fieldset div input.address{
	width: 300px;
}

#enquete fieldset div textarea{
	width:500px;
	height:100px;
	resize:vertical;
}

#enquete fieldset div p{
	color:#888;
	font-size:12px;
	line-height:14px;
}

#enquete fieldset div p.under_text{
	margin-top: -10px;
}

#enquete fieldset p.body{
	float:left;
	width:500px;
	line-height:18px;
}

#check{
	width:100%;
	margin-bottom:40px;
	border:1px solid #646464;
}

#check tr{
	height:42px;
	border-bottom:1px solid #646464;
}

#check tr th{
	width:160px;
	font-weight:bold;
	text-indent:20px;
	background:#f7dccf;
	border-right:1px solid #646464;
}

#check tr td{
	text-indent:20px;
}

#check tr td.body{
	text-indent:0;
	padding:10px 20px;
}

#enquete .btnBox{
	width:320px;
	padding:20px 0;
	margin:0 auto;
}

#enquete .btnBox input{
	display:inline-block;
	width:120px;
	height:32px;
	color:#fff;
	font-size:16px;
	line-height:34px;
	text-align:center;
	text-decoration:none;
	margin:0 10px;
	background:#b40000;
	border:none;
	cursor:pointer;
}

#enquete .btnBox input[type=reset]{
	background:#646464;
}

#topBtn{
	padding:20px 0;
}

#topBtn a{
	display:block;
	width:160px;
	height:32px;
	color:#fff;
	font-size:16px;
	line-height:34px;
	text-align:center;
	text-decoration:none;
	margin:0 auto;
	background:#b40000;
	border-radius:8px;
}

span.hissu{
	display:inline-block;
	color:#f13700;
	font-size:10px;
	text-indent:0;
	line-height:14px;
	padding:0 4px;
	margin-left:4px;
	background:#fff;
	border:1px solid #f13700;
}

span.ERR{
	display:inline-block;
	color:#c00;
	font-weight:bold;
	text-indent:0;
	margin-right:4px;
}

/* /////////////////////////////////////////////////

	left CSS completion部分
	
	Author	久保
	Date	2013/11/25

///////////////////////////////////////////////// */

.completion h2 {
	font-size:18px;
	margin-top:30px;
	text-align:center;
}

.completion p {
	width:530px;
	margin:40px auto 0px;
	line-height:22px;
}

#leftContents #topBtn {
	margin-top:30px;
	margin-bottom:40px;
}