@charset "utf-8";
@import "common/0-import.css";
/*-----------------------------
ページ：店舗情報トップ
		店舗情報
		採用情報
製作者：S.Takahashi
------------------------------*/
#conts h2 {
	margin-bottom: 15px;
}

#conts h3 {
	margin-bottom: 13px;
	
	clear: both;
}

#conts h3.margin {
	padding-top: 25px;
}

#conts h4 {
	margin-bottom: 12px;
	padding: 2px 3px 2px 5px;
	width: 645px;
	background: #F6E9EA;
	
	color: #8E3E4B;
	font-weight: bold;
	font-size: 110%;
}

#conts h4 span {
	padding-left: 15px;
	
	color: #A6262E;
}

#conts h4.short {
	margin-left: 177px;
	width: 468px;
}

	*+html #conts h4.short {
		margin-top: -100px;
	}

#conts h5 {
	margin-bottom: 12px;
	padding: 2px 3px 2px 5px;
	width: 610px;
	background: #EEEBDF;
	
	font-weight: bold;
	font-size: 110%;	
}

/* テキスト */
#conts p {
	padding: 0;
	line-height: 1.7;
}

#conts p.right {
	padding: 0 0 0 250px;
}

#conts p.left {
	padding: 0 250px 0 0;
}

#conts p.space {
	padding-bottom: 25px;
}

#conts p.spaceBtm {
	padding-bottom: 35px;
}

#conts p.line {
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url(/img/about/profile/line01.gif) no-repeat left bottom;
}

	*+html #conts p.lineR {
		margin-bottom: 20px;
		padding: 0 0 15px 177px;
		background: url(/img/about/profile/line01.gif) no-repeat left bottom;
	}

#conts p.red {
	margin: -3px 0 -10px 0;
	padding: 0;
	
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

#conts span.bold {
	margin: 8px 0 6px;
	display: block;
	
	font-weight: bold;
	font-size: 110%;	
}

/* イメージ */
#conts .photoL {
	margin: 0 20px 0 0;
	float: left;
}

#conts .photoR {
	margin: 0 0 0 20px;
	float: right;
}

#conts .photoRbtm {
	margin: 0 0 25px 20px;
	float: right;
}

	* html #conts .photoRbtm {
		margin-bottom: 0;
		/*Mac IE用ハック*/
		/*\*//*/
		margin-bottom: 25px;
		/**/ 
	}
	
	*+html #conts .photoRbtm {
		margin-bottom: 0;
	}
	
#conts .map {
	margin: 0 0 30px 75px;
	display: block;
}	

/* リスト */
#conts ul {
	margin: 10px 0 0 0;
}

#conts .ul01 {
	margin-bottom: 25px;
}

#conts li {
}

#conts li a {
	padding: 0 0 0 18px;
	background: url(/img/icon/01.gif) no-repeat 0 2px;
}

/* テーブル */
#conts #store {
	margin: 0 0 30px 15px;
	width: 610px;
	border: solid 1px #E1D1B3;
}

#conts #store th,
#conts #store td {
	padding: 4px 10px;
	border: solid 1px #E1D1B3;
	
	line-height: 1.7;
}

#conts #store th {
	width: 120px;
	background: #EEEBDF;
}

#conts #store td {
	background: #fff;
}

#conts #store td span {
	color: #FF0000;
	font-weight: bold;
}

/* レイアウト */
#conts #center {
	margin: 15px 0 0 15px;
	width: 610px;
}


