@charset "UTF-8";
/* CSS Document */


/*--------------------------
　店舗物件募集
---------------------------*/
#bn01 h3{
	margin-bottom:8px;
}

#msg{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:30px;
}

#msg h2{
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:#e1cfa0 5px solid;
}	

#msg h2 .company{
	margin-bottom:10px;
}

#msg .message{
	margin-bottom:35px;
	line-height:2;
	font-size:1.1em;
}

/*物件条件*/
#jyoken{
	margin-left:20px;
	margin-bottom:30px;
}

#jyoken table{
	border-collapse:collapse;
	border:#e1cfa0 1px solid;
}

#jyoken th,#jyoken td{
	padding:1px 2px;
	border:#e1cfa0 1px solid;
	text-align:center;
	letter-spacing:-1px;
}

#jyoken th{
	background-color:#a58635;
	color:#ffffff;
}

#jyoken .genre th{
	background-color:#e1cfa0;
	color:#000000;
	text-align:left;
}

#jyoken .gyotai{
	padding-left:10px;
	text-align:left;
}


/*店舗イメージ*/
#shopimage{
	margin-left:20px;
	margin-bottom:30px;
}

#shopimage h4{
	margin-bottom:5px;
	padding:2px 5px;
	background:url(../images/bg.gif) left top repeat-y;
}

#shopimage .logo{
}

#shopimage div{
	margin-bottom:20px;
}

/*お問い合わせ先*/
#toi{
	margin-left:20px;
}

#toi table{
	margin-top:10px;
	border-collapse:collapse;
	border:#e1cfa0 2px solid;
}

#toi th{
	padding:3px;
	background-color:#e1cfa0;
}

#toi td{
	padding:20px;
	text-align:center;
}

#toi td p{
	font-size:15px;
}

#toi td span{
	font-size:15px;
	color:#999999;
}