@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	個人情報の取扱いについて
----------------------------------------------------------- */
/*ページタイトル*/
#privacy h2{
	width: 720px;
	height: 55px;
	margin: 25px 0;
	text-indent:-9999px;
	background: url(../contact/images/title_privacy.gif) left top no-repeat;
}

#privacy p.main_text{
	width: 720px;
	margin: 0 0 50px;
}

#privacy #main h3{
	width: 700px;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	color: #85602b;
	font-size: 120%;
	background: url(../contact/images/ico_privacytitle.gif) left center no-repeat;
}

#privacy p.text{
	width: 720px;
	margin: 0 0 30px;
}

#privacy p.foot_text{
	width: 720px;
	margin: 0 0 30px;
	padding: 20px 0 0 0;
	border-top: 1px dashed #808080;
}

#privacy p.bt{
	margin: 0 0 50px;
}


/* -----------------------------------------------------------
	お問い合わせ
----------------------------------------------------------- */
/*ページタイトル*/
#contact h2{
	width: 720px;
	height: 55px;
	margin: 25px 0;
	text-indent:-9999px;
	background: url(../contact/images/title.gif) left top no-repeat;
}

/*メインコピー*/
#contact p.copy_main{
	width: 720px;
	height: 55px;
	margin: 0 0 30px;
	text-indent: -9999px;
	background: url(../contact/images/main_copy.gif) left top no-repeat;
}

/* ボタン：よくあるご質問
----------------------------------------------------------- */
#contact p.bt_qa{
	width: 190px;
	height: 25px;
	margin: 0 0 20px;
	padding: 5px;
	text-indent: -9999px;
	background: url(../contact/images/bt_qa.gif) left top no-repeat;
}

#contact p.bt_qa a{
	width: 190px;
	height: 25px;
	overflow: hidden;
	display: block;
}

/* 電話でのお問い合わせ
----------------------------------------------------------- */
#contact h3#st_contact_tel{
	width: 720px;
	height: 30px;
	margin: 0 0 25px; 
	text-indent: -9999px;
	background: url(../contact/images/st_contact_tel.gif) left top no-repeat;
}


#contact #contact_tel{
	width: 630px;
	height: 210px;
	margin: 0 0 25px 35px; 
	celar: both;
	overflow: hidden;
	background: url(../contact/images/img_hotelimage.jpg) right center no-repeat;
}

#contact #contact_tel h4.logo{
	width: 330px;
	height: 210px;
	text-indent: -9999px;
	background: url(../contact/images/logo_tel.gif) center 45px no-repeat;
}

#contact #contact_tel .hotel_address span{
	font-size: 90%;
}


/* メールでのお問い合わせ
----------------------------------------------------------- */
#contact h3#st_contact_mail{
	width: 720px;
	height: 30px;
	margin: 0 0 25px; 
	text-indent: -9999px;
	background: url(../contact/images/st_contact_mail.gif) left top no-repeat;
}

#contact #contact_mail{
	width: 720px;
	margin: 0 0 50px; 
	celar: both;
}

#contact p.text{
	width: 720px;
	margin: 0 0 20px;
}

/*赤字*/
#contact #contact_mail span{
	color: #dd3e3d;
}

/*※は必須項目です。*/
#contact #contact_mail p.msg{
	margin: 0 0 10px;
}


/*フォーム設定
------------------------------------------*/
#contact #contact_mail form{
	width: 650px;
	margin: 0 auto;
}	
		
#contact #contact_mail table{
	width: 650px;
	color: #000;
	border: 0;
	margin: 0 0 20px;
	background: none;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
	letter-spacing: 0;
}

#contact #contact_mail th,
#contact #contact_mail td {
	padding: 10px 10px;
	border: 1px solid #3B3B3B;
}

#contact #contact_mail th {
	width: 170px;
	color: #000;
	font-weight: normal;
	background: none;
}

#contact #contact_mail td{
    color: #000;
	background: none;
}

#contact #contact_mail form table td span{
	margin-left: 10px;
	font-size: 90%;
}

#contact #contact_mail form table td input,
#contact #contact_mail form table td textarea{
	padding: 3px;
	border: 1px solid #a5acb2;
	background-color: #FFF;
	font-size: 100%;
}
	
#contact #contact_mail form table td input:hover,
#contact #contact_mail form table td textarea:hover{
	border: 1px solid #000;
	background-color: #FFF;
}

#contact #contact_mail form table td input:focus,
#contact #contact_mail form table td textarea:focus{
	border: 1px solid #000;
	background-color: #f6f6f6;
}


#contact #contact_mail form table td input.short{
	width: 100px;
	margin-right: 10px;
}

#contact #contact_mail form table td input.middle{
	width: 100px;
}

#contact #contact_mail form table td input.long{
	width: 300px;
}

#contact #contact_mail form table td textarea{
	width: 350px;
	height: 130px;
	overflow-y: scroll;
}

#contact #contact_mail form p{
	text-align: center;
}



/* -----------------------------------------------------------
	送信完了ページ
----------------------------------------------------------- */

/*送信完了メッセージ*/
#contact p.complete{
	width: 720px;
	height: 15px;
	margin: 0 0 20px;
	text-indent: -9999px;
	background: url(../contact/images/complete.gif) left top no-repeat;
}

#contact p.text_thanks{
	width: 720px;
	margin: 0 0 500px;
}


/*qr*/
#contact .qr,
#privacy .qr{
	width: 180px;
	margin: 15px 0 0 0;
	padding: 10px;
	clear: both;
	overflow: hidden;
}

#contact .qr p.img,
#privacy .qr p.img{
	float: left;
	margin: 0 10px 0 0 ;
}

#contact .qr p.text,
#privacy .qr p.text{
	width: 110px;
	font-size: 90%;
	color: #FFF;
	text-align: left;
	float: left;
}
/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

