@charset "utf-8";
/* common CSS Document */

/*-----擬似要素(float解除)----*/

#contentsBox #entryBox form fieldset dl:after{
  content : "";
  display : block;
  height : 0;
  clear:both;
}

/*------------コンテンツ----------------*/
#contentsBox{
	width:710px;
	margin:0 auto;
	text-align:left;
}

#contentsBox h3{
	font-weight: bold;
	color: #42210B;
	margin-bottom:5px;
	font-size:13px;
	line-height:1.5em;
}
#contentsBox #textBox p{
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom:20px;

}

p#privacy{
	
}

p#privacy img{
	display:block;
	margin:-1.0em 0 0;
	position:relative;
}

#contentsBox #entryBox{
	width:710px;
	margin:20px auto;
	text-align:left;
}

#contentsBox #entryBox p{
	margin-bottom:10px;
	line-height:1.5em;
}

#contentsBox #entryBox form fieldset{
	margin:0 auto;
	padding:40px;
	width: 630px;
}

#contentsBox #entryBox form fieldset dl{
	clear:both;
	margin:0;
	height:auto;
}

#contentsBox #entryBox form fieldset dl#inquiry_button{
	height:25px;
	margin-bottom:20px;
}

#contentsBox #entryBox form fieldset dl dt{
	clear:both;
	margin-bottom: 20px;
	float: left;
	width: 180px;
	height: 25px;
}
#contentsBox #entryBox form fieldset dl dd{
	margin-bottom: 20px;
	float: left;
	width: 430px;
	height: 25px;
}
#contentsBox #entryBox form fieldset dl .heightClear{
	height: 100%
}

#contentsBox #entryBox form fieldset dl .heightClear_formButton{
	text-align:center;
	width:320px;
	height: 100%
}

#contentsBox #entryBox form fieldset dl dd span{
	color: #632529;
}

#contentsBox #entryBox form fieldset dl dd .formButton{
	clear:both;
	margin-top:10px;
	height: 25px;
	width: 60px;
}
/*
#contentsBox #entryBox form fieldset p{
	width:100%;
	test-align:center;
}

#contentsBox #entryBox form fieldset p .formButton{
	width: 60px;
	height: 25px;
}
*/
#contentsBox #entryBox form fieldset dl dd span.errorText{
	color: #B83E2D;
}
#contentsBox #entryBox form fieldset dl dd a img{
	border: 0px;
}
#contentsBox #entryBox span{
	color: #BF272D;
	font-weight: bold;
}

#container #contentsBox .thanksText{
	padding:30px 0 80px 30px;
}



/*------------フッター----------------*/

