@charset "UTF-8";

/* ***********************************************************************************
Since: 2012-06-12
Last Modified: 
Editor(s): Ueno Ayumi
Last Editor: 
GuideLine: Ver: 1.0
*********************************************************************************** */
#inqArea{
	width:710px;
}
#inqArea h2 {
	width: 690px;
	height: 40px;
	clear: both;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 40px;
	background-image: url(../images/md_700.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 1.3em;
	color:#3B2213;
	line-height:1.4em;
}
#inqArea h2 span{
	font-size:1.3em;
}

#inqArea h3 {
	width: 640px;
	height: auto;
	clear: both;
	margin-top: 0px;
	margin-left:18px;
	margin-bottom:15px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left: 15px;
	font-size: 1.0em;
	color: #333;
	line-height:1.4em;
	border-left:10px #A38A77 solid;
	border-bottom:1px #A38A77 solid;
	background-color:#FFF;
}
#inqArea h3 span{
	font-size:1.3em;
}
#inqArea p.desc{
	width:680px;
	margin-left:20px;
	line-height:140%;
	margin-bottom:20px;
}

#inqArea p.desc span.red{
	color:#990000;
	font-weight:bold;
}

/*　*/

#inqArea p.hissu {
	width: auto;
	height: auto;
	color: #CC0000;
	margin-left: 10px;
	line-height: 1.6;
}

#inqArea p.input {
	width: 670px;
	height: auto;
	color: #CC0000;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	margin-top: 20px;
}

#inqArea p.error  {
	width: 560px;
	height: auto;
	text-align: center;
	margin: 10px 0 10px 60px;
	padding: 20px;
	font-size: 0.9em;
	border: #CC0000 2px solid;
}

#inqArea p.back {
	width: 670px;
	height: auto;
	line-height: 1.6;
	text-align: center;
}

#inqArea p.complete {
	width: 670px;
	height: auto;
	margin-top: 20px;
	line-height: 1.8;
	text-align: center;
}

#inqArea table.mailform {
	width: 680px;
	height: auto;
	margin-top: 5px;
	margin-left: 20px;
	border: #666 1px solid;
	border-collapse:collapse;
	background-color:#FFFFFF;
	border-collapse:collapse;
}

#inqArea table.mailform th {
	width: 200px;
	height: auto;
	text-align: left;
	padding: 10px;
	border: #666 1px solid;
	background: #CEC6BC;
	color:#FFF;
}

#inqArea table.mailform td {
	width: 450px;
	height: auto;
	padding: 10px;
	border: #666 1px solid;

}

#inqArea .btn {
	width: 580px;
	height: auto;
	padding: 10px;
	text-align: center;
	margin-left: 20px;
}

#inqArea ul.mailInfo {
	width: 630px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 10px;
	font-size:1em;
}

#inqArea ul.mailInfo li {
	line-height: 1.5;
}

span.mred  {
	color: #CC0000;
}

/* 追加 */
/* PC用
----------------------------------------*/
@media screen and (min-width:769px) {
	.inquiry_btn_top{
		display: none;
	}
}

@media screen and (max-width:768px) {

	.inquiry_btn_top {
		display: block;
		position: fixed; /* bodyに対しての絶対位置指定 */
		right: 13px;
		top: 12px;
		cursor: pointer;
		z-index: 100;
		background: #fff;
		border: 2px solid #000;
		border-radius: 5px;
		padding: 5px;
		font-weight: bold;
	}
	.inquiry_btn_top a{
		color: #000;
		text-decoration: none;
	}
	.inquiry_btn_top a:link{
		color: #000;
		text-decoration:none;
	}
	.inquiry_btn_top a:visited{
		color: #000;
		text-decoration:none;
	}

	.inquiry_btn_top a:hover{
		color: #000;
		text-decoration:none;
	}
}