@charset "utf-8";
@import "common/0-import.css";
/*-----------------------------
ページ：店舗情報カテゴリトップ
		会社概要
		採用情報
		アクセスマップ
製作者：S.Takahashi
------------------------------*/
#conts p {
	margin: 0 10px;
}

#conts .photo {
	margin-left: 100px;
	display: block;
}

#conts #store {
	margin: 25px 0 30px;
	width: 650px;
	background: #E1D1B3;
	border: solid 1px #E1D1B3;
	
	font-size: 14px;
}

#conts #store th, 
#conts #store td {
	padding: 7px 13px;
}

	* html #conts #store th, 
	* html #conts #store td {
		padding: 10px 13px;
		/*Mac IE用ハック*/
		/*\*//*/
		padding: 7px 13px;
		/**/ 
	}

#conts #store th {
	width: 64px;
	background: #F3EDE1;
	border: solid 1px #E1D1B3;
	
	font-weight: normal;
}

#conts #store th.space {
	letter-spacing: 1.5px;
}

#conts #store td {
	background: #fff;
	border: solid 1px #E1D1B3;
	letter-spacing: 0.5px;
}

#conts .ul01 {
	margin: 5px 10px 30px;
}

#conts .ul01 li {
	padding-left: 10px;
	background: url(/img/icon/icon02.gif) no-repeat 0 5px;
	color: #891010;
	font-size: 14px;
	font-weight: bold;
}

#conts #back {
	padding: 0;
	text-align: center;
}

#conts #back li {
	font-size: 14px;
}




/* 会社概要 */
#conts h2.company {
	margin-bottom: 10px;
}

#conts h3.company {
	margin-bottom: 17px;
}

#conts #h2P {
	margin: 0 0 25px;
}

#conts #company {
	margin: 0 0 30px 10px;
	width: 630px;
	background: #E1D1B3;
	border: solid 1px #E1D1B3;
	
	font-size: 14px;
}

#conts #company th, 
#conts #company td {
	padding: 7px 13px;
	
	text-align: left;
}

	* html #conts #company th, 
	* html #conts #company td {
		padding: 10px 13px;
		/*Mac IE用ハック*/
		/*\*//*/
		padding: 7px 13px;
		/**/ 
	}

#conts #company th {
	width: 124px;
	background: #F3EDE1;
	border: solid 1px #E1D1B3;
	
	font-weight: bold;
}

#conts #company td {
	background: #fff;
	border: solid 1px #E1D1B3;
	letter-spacing: 0.5px;
}

#conts #company td.space {
	padding: 0px 13px;
	line-height: 2;
}




/* 採用情報 */
#conts h2.recruitment {
	margin-bottom: 10px;
}

#conts h3.recruitment {
	margin-bottom: 15px;
}

#conts h3.inquiry {
	margin-bottom: 10px;
}

#conts #h2P {
	margin: 0 0 25px;
}

#conts #recruitment {
	margin: 0 0 0 10px;
	width: 630px;
	background: #E1D1B3;
	border: solid 1px #E1D1B3;
	
	font-size: 14px;
}

#conts #recruitment th, 
#conts #recruitment td {
	padding: 7px 13px;
}

	* html #conts #recruitment th, 
	* html #conts #recruitment td {
		padding: 10px 13px;
		/*Mac IE用ハック*/
		/*\*//*/
		padding: 7px 13px;
		/**/ 
	}

#conts #recruitment th {
	width: 124px;
	background: #F3EDE1;
	border: solid 1px #E1D1B3;
	
	font-weight: normal;
}

#conts #recruitment td {
	background: #fff;
	border: solid 1px #E1D1B3;
	letter-spacing: 0.5px;
}

#conts #recruitment td.space {
	padding: 0px 13px;
	line-height: 2.4;
}

#conts #box {
	margin-bottom: 25px;
	padding-bottom: 8px;
	width: 650px;
	background: url(/img/store/recruitment/line01.gif) no-repeat center 5px;
	
	position: relative;
}

#conts #box span {
	font-size: 14px;
	display: block;
	text-align: center;
	width: 50%;
}

#conts #box .tel {
	margin: 15px 0 8px 70px;
}

#conts #box .net {
	position: absolute;
	top: 15px;
	right: 45px;
}

#conts #rollover {
	position: absolute;
	top: 43px;
	right: 65px;
}

#conts #rollover a {
	width: 195px;
	height: 51px;
	background: url(/img/store/recruitment/btn_over.gif) no-repeat;
	display: block;
}

#conts #rollover a:hover {
	border-bottom-color: #fff;
}

#conts #rollover a:hover img {
	visibility: hidden;
}




/* アクセスマップ */
#conts #top {
	margin: 0 0 10px;
}

#conts .map {
	margin: 0 0 30px;
	display: block;
}

#conts p.sentence {
	margin: 0 10px 25px;
}

