@charset "euc-jp";
/* **************************************************
                       Contact Us
   ************************************************** */

.main_contents
{	border: double #7cc7e3;
}

table.form_table{
	border-spacing: 0px;
	margin: 0px 0px 30px 0px;
	width: 100%;
}

table.form_table tr th{
	border-top: 1px solid #24a1d0;
	/*border-top: 1px solid #CABBAD;*/
	background: #e4f4fa;
	/*background: #E2D8C7;*/
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 10px 15px;
	color: #24a1d0;
	/*color: #000;*/
	line-height: 24px;
}

table.form_table tr td{
	padding: 10px 15px;
	border-top: 1px solid #24a1d0;
	/*border-top: 1px solid #CFC1B3;*/
}

table.form_table tr:first-child td,
table.form_table tr:first-child th{
	border-top: 0px;
}

table.form_table tr th b,
table.form_table tr td b,
.contact_check h3 b{
	font-weight: normal;
	/*color: #D55019;*/
	color: #000;
}

.input1{
	width: 60px;
}
.input2{
	width: 120px;
}
.input3{
	width: 340px;
}
.w100{
	width: 98%;
}
.fmi{
	/*
	display: inline-block;
	width: 2em;
	padding: 0px 2px 0px 0px;
	text-align: right;
	*/
	display: inline-block;
	line-height: 1.1em;
	padding: 0 2px 0 0;
	text-align: right;
	vertical-align: middle;
	width: 3em;
}

p.priv_check{
	margin: 20px 0px;
	background: #E3DFD3;
	padding: 15px;
}




.main_words.mail{
	background: url(../img/contact/icon_mail.png) no-repeat left center;
	padding: 20px 0px 20px 80px;
}

.contact_check{
	padding: 15px 15px 5px 15px;
	margin: 0px 0px 20px 0px;
	background: #E3DFD3;
}
.contact_check h3{
	margin: 0px;
	font-size: 12px;
	line-height: 1.4em;
}

.main_contents.under_pages .contact_check p{
	margin: 0px 0px 10px 0px;
}
.main_contents.under_pages .contact_check p b{
	/*color: #D55019;*/
	color: #000;
	font-weight: normal;
}


.notice_list{
	margin: 20px 0px 0px;
	padding: 20px 5px 5px;
	/*background: url(../img/contact/line.png) no-repeat center top;*/
	border-top: solid 1px #91d0e7;
}
.notice_list li{
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	background: url(../img/contact/icon_dot.png) no-repeat left 5px;
	font-size: 12px;
	line-height: 1.3em;
}


.notice{
	border-spacing: 0px;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

.notice tr td{
	padding: 10px 10px 10px 50px;
	background: url(../img/contact/icon_notice.png) no-repeat 0px center;
	height: 50px;
	line-height: 1.4em;
}
.notice tr td.moreline{
	background: url(../img/contact/icon_notice.png) no-repeat 0px 4px;
}
.notice tr td b,
.attention tr td b{
	color: #A00;
}
.notice tr td strong,
.attention tr td strong{
	display: block;
	margin: 0px 0px 10px 0px;
	font-size: 15px;
	line-height: 24px;
}

input[type="text"],
textarea{
	border: 1px solid #e4f4fa;
	/*border: 1px solid #C2B2A4;*/
	padding: 2px;
	vertical-align: middle;
	background: #F2F2F2;
}

input[type="text"]:hover,
textarea:hover{
	background: #FFFFF0;
}
input[type="text"]:focus,
textarea:focus{
	background: #FFF;
}
.reservations_phone_box{
	/*background: url(/common/img/reservations/phone_box.png) no-repeat center top;*/
	background: rgb(145,208,231);
	background: linear-gradient(0deg, rgba(145,208,231,1) 0%, rgba(36,161,208,1) 100%);
	border: solid 4px #FFFFFF;
	outline: solid 1px #7cc7e3;

	margin: 0 auto 30px;
	width: 600px;
	height: 108px;
	text-align: center;
	padding: 6px 0 0;
}

.reservations_phone_box p{
	color: #FFFFFF;
}

.reservations_phone_box big{
	font-size: 16px;
}

.reservations_phone_box strong{
	font-size: 28px;
	line-height: 1.5;
	font-weight: normal;
	/*font-style: italic;*/
}

