@charset "Shift_JIS";
@import url("common.css");

/************** センターコンテンツ ***************/

#centerContent{
	width:800px;
	height:1%;
	background:transparent;
}

#centerContent:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

/************** レフトコンテンツ ***************/

#leftContent{
	float:left;
	padding:5px 0 0 15px;
	height:1%;
}

#leftContent:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

/************** ライトコンテンツ ***************/

#rightContent{
	width:200px;
	padding:10px 20px 0 0;
	height:1%;
	float:right;
}

#rightContent:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

/**************** お問い合わせ　***************/

#info{
	font-weight:normal;
	width:480px;
	height:auto;
	text-align:left;
	padding-left:5px;
	margin-bottom:20px;
	float:left;
}

#res{
	font-size:16px;
	font-weight:bold;
	color:#600;
	background:transparent;
	line-height:1.4;
}

#res_tel{
	margin:3px 0 10px 0;
}

.infoComment{
	font-size:12px;
	color:#666;
	background:transparent;
	line-height:1.4;
}	

.infoTitle{
	font-size:12px;
	font-weight: normal;
	color: #707038;	
	margin:5px 5px 10px 5px;
	float:none;
}

.subTitle{
	width:530px;
	background-image:url(../img/title_bg02.gif);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight: normal;
	line-height:1.8;
	color:#555;
	padding:0 0 0 20px;
	margin:30px 0 10px 0;
	float:none;
}

.green{
	font-size:14px;
	font-weight:bold;
}


#mailBox{
	width:550px;
	height:350px;
}

/**************** 会社概要　***************/

.infotable {
	border-collapse:collapse;
	width: 540px;
	margin:20px 0 20px 5px;
}
.infotable th,.infotable td{
	padding:3px 10px;
	font-size:12px;
	color:#333;
	border: 1px solid #CCC;
}
.infotable th{
	white-space:nowrap;
	background-color: #EAECCD;
	font-weight: normal;
	font-size:12px;
	color:#333;
	text-align: left;
}
.infotable td ul{
	list-style-type:none;
}
.infotable td li{
	font-size:12px;
	color:#333;
}

.infotable td li p{
	font-size:12px;
	color:#333;
	padding-left:20px;
	margin-bottom:5px;
}

.infotable td li h4{
	font-size:12px;
	color:#333;
}
.infotable td li li{
	margin-left: 1em;
}

#mapTop{
	width:540px;
	height:20px;
	margin:12px 0 0 5px;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	background-color: #EAECCD;
}

#mapTop p{
	font-size:12px;
	color:#333;
	margin:5px 0 0 10px;
}

.mapBox{
	width:538px;
	height:538px;
	margin:0 0 10px 5px;
	border:1px solid #CCC;
	padding:1px;
}

/**************** クーポン　***************/


#campaignBox {
	width:520px;
	height:auto;
	text-align:center;
	padding:25px 0 5px 0; 
}

#campaignBox p {
	width:520px;
	height:auto;
	color:#555;
	text-align:center;
	padding:5px 0 5px 5px; 
	font-size:12px;
	line-height:1.4;
	background:transparent;
}

.small{
	font-size:10px;
	line-height:1.4;
	color:#666;
}
