@import url("./layout-local.css");


/*
===============================================================================
#ContentsBody
===============================================================================
*/

#ContentsBody .block {
	margin-bottom: 20px;
}

#ContentsBody .block h3 {
;
}

#ContentsBody .apri-1f h3 {
	border-left: 5px solid #000;
}

#ContentsBody .block h3 .place {
	display: block;
	padding-left: 5px;
	border-bottom: 1px solid #ccc;
	line-height: 1;
	padding-bottom: 0.3em;
}

#ContentsBody .block h3 .shop {
	display: block;
	padding-left: 5px;
	font-weight: bold;
	font-size: 120%;
	line-height: 1;
	padding-top: 0.3em;
}

#ContentsBody .block .image {
	float: left;
	width: 265px;
	margin-top: 10px;
}

#ContentsBody .block table {
	margin-top: 10px;
	margin-left: 265px;
	width: 520px;
	text-align: left;
}

#ContentsBody .block th {
	width: 110px;
	padding: 3px 10px;
	background: #f8f8da;
	line-height: 1;
	font-weight: normal;
}

* html #ContentsBody .block th {
	width: 130px;
}

#ContentsBody .block td {
	padding: 2px 10px;
}

#ContentsBody .info ul.ls-none {
	list-style: none;
	margin-left: 0;
}

#ContentsBody .info .phone {
	background: url(../../images/recruit/call.gif) no-repeat left center;
	padding-left: 24px;
	line-height: 1.3;
	font-size: 120%;
	font-weight: bolder;
}

#ContentsBody .fin {
	position: relative;
}

#ContentsBody .fin .message {
	position: absolute;
	top: 5em;
	width: 90%;
	height: 70%;
	margin: 0 3%;
	padding: 0;
	background: url(../../images/recruit/fin-back.gif) repeat center;
	text-align:  center;
}

#ContentsBody .fin .message img {
	vertical-align: bottom;
}

/*
===============================================================================
HACK
===============================================================================
*/

/* clear Fix */


#ContentsBody .block ,
.clearfix {
	overflow:hidden;
}

#ContentsBody .block:after
.clearfix:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}

/*\*/
* html #ContentsBody .block
* html .clearfix {
	height:0;
	overflow:visible;
}
/**/

