@charset 'utf-8';
@import url("./common.css");
@import url("./base.css");
/* ====================================
  INDEX sub.css
 --------------------------------------
  1.contact_box
  
  
===================================== *
/* 1.Contact　お問い合わせ
=====================================*/	
.contact_box{
	width		: 605px;
	text-align	: center;
	float		: left;
	margin-left : 10px
	}

.contact_box h2{
	text-align	: left;
	font-weight	: bold;
	}
	
.ttl_contents{
	height		: 30px;
	padding		: 7px 0 0 20px;
	margin		: 5px 0 0 0;
	font-size	: 14px;
	letter-spacing	: 0.1em;
	color		: #0C77D4;
	background	: url("../img/bg_ttl.gif") no-repeat;
	}

.ttl_contents a{
	color		: #0C77D4;
	text-decoration	: none;
	}
	
.contact_box table{
	margin		: 0 auto;
	font-size	: 11px;
	text-align	: left;
	background	: #9F9F9F;
	border-collapse	: collapse;
	border-top	: solid 1px #000000;
	border-left	: solid 1px #000000;
	}

.contact_box th,
.contact_box td{
	padding		: 6px 5px;
	empty-cells	: show;
	border-collapse	: collapse;
	border-right	: solid 1px #000000;
	border-bottom	: solid 1px #000000;
	}
	
.contact_box th,
.btn_send{
	text-align	: right;
	}

.btn_send input{
	padding		: 0 15px;
	}

.thanks{
	width		: 500px;
	margin		: 10px auto;
	padding		: 15px;
	background	: #9F9F9F;
	border		: solid 1px #000000;
	}

/* .haha_box
------------------------------------------------*/
.haha_box{
	width :620px;
	height		: 600px;
	float		: left;
	margin		: 10px 0 10px 10px;
	background	: url("http://www.the4seasons.jp/images/bg_hahanohi.gif") no-repeat;
	}

#haha_text{
	position	: relative;
	top			: 215px;
	left		: 20px;
	width		: 550px;
	padding		: 15px 15px 15px 15px;
	background	: #FFF;
	border		: solid 1px #AAAAAA;
	clear		: left;
	filter: Alpha(opacity=80);
    opacity:0.8;
	font-size:12px;
	margin-top:10px;
	line-height	: 1.6;
	}

#haha_text strong{
	font-weight:bold;
	font-size :16px;
	line-height	: 1.8;
	color       : #C91E17;
	}

.keihin{
	margin-top  : 20px;
	width		: 550px;
	margin		: 15px auto 15px 15px;
	font-size	: 100%;
	}
	
.keihin table{
	width		: 100%;
	font-size	: 100%;
	}
	
.keihin td,
.keihin th{
	padding		: 5px 15px;
	}

/* .keirou_box
------------------------------------------------*/
.keirou_box{
	width :620px;
	height		: 625px;
	float		: left;
	margin		: 10px 0 10px 10px;
	background	: url("http://www.the4seasons.jp/images/bg_keirounohi.gif") no-repeat;
	}

#keirou_text{
	position	: relative;
	top			: 215px;
	left		: 20px;
	width		: 550px;
	padding		: 15px 15px 15px 15px;
	background	: #FFF;
	border		: solid 1px #AAAAAA;
	clear		: left;
	filter: Alpha(opacity=80);
    opacity:0.8;
	font-size:12px;
	margin-top:10px;
	line-height	: 1.6;
	}

#keirou_text strong{
	font-weight:bold;
	font-size :16px;
	line-height	: 1.8;
	color       : #C91E17;
	}


/* line
-------------------------------------------------- */
hr {
	display		: none;
	}
	
.clr {
	height		: 0;
	clear		: both;
	}
