@charset "utf-8";


body,div,p,ul,li{
	margin:0;
	padding:0;
}
	  
ol, ul { 
list-style: none; 
}

#CONTENTS div{
	line-height:0;
}


/*===============================================
LAYOUT
===============================================*/
#container{
	width:996px;
	margin:0 auto;
}
#form{
	width:600px;
	margin:0 auto;
}
.mb30{
	margin-bottom: 30pt;
}
.ml10{
	margin-left: 10pt;
}
.mt5{
	margin-top: 5pt;
}
.fl{
	float:left;}
.fr{
	float: right}
.contact p{
	margin-top: 10pt;
	margin-bottom: 5pt;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:50%;
		}
/*===============================================
BTN
===============================================*/

.bt ul:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.bt ul {
min-height: 1px;
}

* html .bt ul {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}


.bt{
	width:925px;
	margin:40px auto 0;
}

.bt ul{
	margin-left:5px;
}
.bt li{
	float:left;
}
.bt li:first-child{
	margin-right:30px;
}


.bt a:hover,
.over a:hover,
#map a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE */
	filter: alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* Firefox(old) */
	-khtml-opacity: 0.7; /* Safari(old) */
	opacity: 0.7;
}


.bookmark{
	margin-top:23px;
	text-align:right;
}

/*===============================================
MAP
===============================================*/
#map{
	position:relative;
}

/*===============================================
FORMMAIL
===============================================*/
#formmail{
	margin-top:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:190%;
	margin-bottom:60px;
}
/* ==============================================================
/*     Reserve
/* ============================================================== */


.mds{
	text-align:left;
	padding:10px 0 10px 10px;
	margin:20px 0 10px;
	background:#f6f6f6;
	border-left: 5px solid #d7ad4d;
	color:#d7ad4d;
}
.shomds{
	text-align:left;
	padding:5px 0 10px 5px;
	width:100%;
	line-height:2em;
}
.shomds.cTxt{
	text-align: center
}

.input_txt{
	padding: 10px 100px 10px 5px;
	font-size:80%;
}
#message{
	font-size:80%;
}
.shomds label{
	padding: 0 30px 0 0;
	color:#000;
	font-size: 80%;
}
.bg_red{
	background:#fff7d9;
	padding:10px 0 10px 15px;
	margin-bottom:10px;
}
.bg_green{
	background:#d7ad4d;
	padding:10px 0 10px 15px;
	margin-bottom:10px;
}
#privacy_scroll {
	height: 170px;
	margin: 10px 0 5px;
	overflow: auto;
	overflow-x: hidden;
	border: 1px solid #ddd;
	padding: 15px;
}
#privacy_scroll dt{
	margin-bottom: 10px !important;
	color: #14aaa0;
	font-weight: bold
}
.red,
.red_text{
	color:#000;
	font-size:70%;
	line-height:1.5em;
}

#submitBtn{
	margin-bottom: 50px !important;
	text-align: center;
}
#submitBtn input:hover{
	opacity: 0.8
}
.cTxt{
	margin-top:60px;
	text-align:center;
}
/* ==============================================================
   フォーム切り替え
/* ============================================================== */

.invisible{
	display: none;
}
/* ==============================================================
   フォーム修正
/* ============================================================== */

.caption{
	width:100%;
	font-size:75%;
	line-height:2em;
	color:#000;
}


#submitBtn input{
	width: 500px;
	padding: 10px;
	border: none;
	background: #d7ad4d;
	color: #fff;
	text-align: center;
	font-size: 160%;
	cursor: pointer
}
select {
/*  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;*/
  padding: 5px;
  background: none transparent;
  vertical-align: middle;
  font-size: 90%;
  color:#000;
  box-sizing: content-box;
}
img#inputId,
img#inputId2{
	vertical-align:middle;
}

.over:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
input.rollover{
	vertical-align: bottom;
	margin-bottom:10px;
	}
img.rollover{
		vertical-align: bottom;
		margin-bottom:10px;
		}