@charset "utf-8";

/* =======================================

	inquiry.php
	inquiry_confirm.php
	inquiry_thank.php

========================================== */



/* ===== inquiry ===== */
#inquiry{
	margin-bottom: 10px;
}

.inquiryttl{
	margin-bottom: 10px;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #4962AD;
}
.textBox a{
	display: inline;
	color: #3089CD;
	text-decoration: underline;
}
.textBox img{
	margin: 10px 0;
}

.fitem{
	margin-top: 20px;
}
.fitem p{
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #4962AD;
}
.note{
	color: #444;
	font-weight: normal;
}
.rnote{
	color: #C61928;
}
.fitem input[type="text"],
.fitem input[type="tel"],
.fitem input[type="email"],
.fitem select{
	width: 280px;
	border: 1px solid #C9C9C9;
}
.fitem textarea{
	width: 280px;
	height: 100px;
	resize: none;
	border: 1px solid #C9C9C9;
}

.imenu,
.imenu ul li{
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 12px;
}
.imenu ul{
	border-bottom: 1px solid #C6C7C8;
}
.imenu ul li a{
	padding: 10px 10px 10px 26px;
	font-weight: bold;
	color: #526AB3;
	border-top: 1px solid #C6C7C8;
	border-right: 1px solid #C6C7C8;
	border-left: 1px solid #C6C7C8;
	background:	/* Firefox */
		url(../images/common/aicon_off.png) left no-repeat, -moz-gradient(bottom, from(#FBFBFB),to(#E9E9EB));
	background:	/* Safari、Chrome */
		url(../images/common/aicon_off.png) left no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FBFBFB),to(#E9E9EB));
	background-size: 26px 15px,100% 100%;
	-webkit-background-size: 26px 15px,100% 100%;	/* Safari、Chrome */
}
.imenu ul li.st-open a{
	background:	/* Firefox */
		url(../images/common/aicon_on.png) left no-repeat, -moz-gradient(bottom, from(#FBFBFB),to(#E9E9EB));
	background:	/* Safari、Chrome */
		url(../images/common/aicon_on.png) left no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FBFBFB),to(#E9E9EB));
	background-size: 26px 15px,100% 100%;
	-webkit-background-size: 26px 15px,100% 100%;	/* Safari、Chrome */
}
.imenu ul li a span{
	margin-right: 5px;
	padding: 2px 5px;
	font-weight: bold;
	color: #FFF;
	background-color: #8FA1DB;
	border-radius: 2px;
	-webkit-border-radius: 2px;	/* Safari、Chrome */
	-moz-border-radius: 2px;	/* Firefox */
}

.policyin{
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 1px;
	padding: 5px 10px;
	font-size: 12px;
	text-align: left;
	color: #444;
}
.pboxttl{
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #4E67B1;
	border-bottom: 1px dotted #9E9E9E;
}
.pboxin{
	padding: 5px 0;
	font-size: 12px;
	color: #444;
}
.pchk{
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
.pchk input[type="checkbox"]{
	margin: 0 5px 0 0;
	display:inline;
	vertical-align: baseline ;
}

.fitem input[type="submit"]{
	width: 100%;
	padding: 3px 5px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	background: /* Firefox */ -moz-gradient(bottom, from(#C9CACC),to(#D4D4D4));
	background: /* Safari�AChrome */ -webkit-gradient(linear, left top, left bottom, from(#C9CACC),to(#D4D4D4));
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	border: 1px solid #D4D4D4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}



/* ===== inquiry_thank ===== */
.inquirytxt{
	margin-bottom: 50px;
}



