@charset "utf-8";
/*--------------------------------
	お問い合わせフォーム
--------------------------------*/
.inquiry img {
	width: 30px;
	height: auto;
	border-radius: 2px;
	margin-right: 3px;
	margin-bottom: -3px;
}
.inquiry p.tel {
    font-size: 22px;
    color: #473900;
    font-weight: bold;
    padding: 15px 0px 10px 0px;
    margin: 0px auto 10px;
}
.inquiry p.note {
    font-weight: bold;
    color: #F00;
}
.inquiry p.tel a {
	text-decoration: none;
	color:#473900;
}
.inquiry p {
	margin-bottom: 5px;
}

.inquiry p.note {
	font-size: 13px;
	font-weight: bold;
	color: #F00;
}

.inquiry p.send_btn {
	text-align: center;
}

.inquiry .form{
}

.inquiry .form .txt{
	margin: 0 0 10px 0;
	line-height: 1.6;
}

.inquiry .form .txt b{
	color: #F00;
}

.inquiry .form .formList{
margin:0 0 10px 0;
}

.inquiry .form form fieldset{
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #C5B39E;
}

.inquiry .form form fieldset legend{
padding:0 5px;
font-weight:bold;
}

.inquiry .form form fieldset .formList{
padding:0;
border-top:none;
}

.inquiry .form form fieldset .formList dd:last-child{
margin:0;
padding:0;
border-bottom:none;
}

.inquiry table th.koumoku {
	font-size: 80%;
	width: 35%;
	background-color: #FFDEBD;
}

/* フォーム
-----------------------------------------------------------------------------  */
.sheet-form		{
	width:98%;
	border-collapse:collapse;
	border-spacing:0px;
	margin:8px auto 10px auto!important;
}
.sheet-form th {
	padding: 7px;
	background-color: #EAEAEA;
	border: 1px solid #DACFC2;
	text-align: left;
	font-weight: normal;
	font-weight: bold;
}
.sheet-form td {
	padding: 7px 10px;
	border: 1px solid #DACFC2;
}
.hissu {
	font-size: 0.85em;
	color: #F00;
}
.rouge {
color:#ff0000;
}
table .inner, table .inner tr, .inner td {
border:0px;
}
.submit{text-align:center;}



/* プライバシーポリシー
-----------------------------------------------------------------------------  */
#policyArea {
	background: #fff;
	text-align: left;
	border: 1px solid #999;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 5px;
	border: 0;
	box-shadow: 0 2px 6px #ccc;
	-webkit-box-shadow: 0 2px 6px #ddd;
}
#policyArea .inbox {
	padding: 0px 5px 10px;
}
#policyArea p {
	max-height: 999999px;
	margin: 0 5px 20px;
	line-height: 1.4;
}
#policyArea dl {
	margin-bottom: 20px;
	padding-left: 5px;
	line-height: 1.4;	
}
#policyArea dl dt {
	width: 1em;
	float: left;
}
#policyArea dl dd {
	padding-left: 1em;
}



/*------------------------------------------------
   Form
------------------------------------------------*/
.formList{
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A9E9FF;
}

.formList dt{
	margin: 0 0 10px 0;
	padding: 0 0 0 6px;
	font-weight: bold;
	line-height: 1;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #E1DB94;
}

.formList dt b{
	margin: 0 0 0 4px;
	font-weight: ＊;
	color: #F00;
}

.formList dd{
margin:0 0 10px 0;
padding:0 0 10px 0;
border-bottom:#ddd dotted 1px;
overflow-x:hidden;
}

.formList dd p{
margin:0 0 4px 0;
}

.formList dd label{
margin:0 6px 0 0;
}

.formList dd span{
margin:0 4px 0 0;
}

.formList dd input{
vertical-align:middle;
}

.formList dd select{
padding:5px;
}

.formList dd input[type=checkbox],
.formList dd input[type=radio]{
width:24px;
height:24px;
margin:0 6px 4px 0;
}

.formList dd input[type=radio]{
border-radius:12px;
}

.formList dd input[type=text],
.formList dd input[type=email],
.formList dd input[type=tel],
.formList dd input[type=number],
.formList dd input[type=password],
.formList dd textarea{
padding:6px;
border-radius:4px;
border:#ddd solid 1px;
-webkit-box-shadow:inset 1px 1px 5px #eee;
box-shadow:inset 1px 1px 5px #eee;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.formList dd textarea{
resize:vertical;
	width: 100%
}

.formList dd .full{
width:100%;
}

.formList dd input[name^=post]{
width:60px;
}

.commonSubmit{
	display: block;
	width: 70%;
	height: 40px;
	margin: 0 auto;
	font-weight: bold;
	text-shadow: 0 -1px 0 #FF9620;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FF9620), color-stop(0.00, #FFC47C));
	background: -webkit-linear-gradient(top, #FFC47C 0%, #FF9620 100%);
	background: -moz-linear-gradient(top, #FFC47C 0%, #FF9620 100%);

filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC47C', endColorstr='#FF9620', GradientType=0 );
	background: linear-gradient(top, #FFC47C 0%, #FF9620 100%);
	border: #FF9620 solid 1px;
	border-radius: 4px;
	font-size: 130%;
}
