@charset "UTF-8";

/* ***********************************************************************************
Since: 2012-06-12
Last Modified: 
Editor(s): Ueno Ayumi
Last Editor: 
GuideLine: Ver: 1.0
*********************************************************************************** */
#inqArea{
	width:710px;
}


/*　*/

#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;
	}
}

/* SP用
----------------------------------------*/
@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;
	}
}