@charset "utf-8";

/* ================================================
	layout
================================================ */

/* main
------------------------------------------------ */
div#contents_inner{
	background: #fff url(../images/main_bg.gif) repeat-y center top;
	margin-bottom:25px;
	zoom:1;
}
div#main{
	background: url(../images/main_top_bg.gif) no-repeat center top;
	padding: 5px 0 0 0;
	zoom:1;
}
div#main_inner{
	background: url(../images/main_bottom_bg.gif) no-repeat center bottom;
	padding: 10px 25px 10px 25px;
	zoom:1;
}

div#main h2{
	border-left: 3px solid #B8181B;
	padding-left: 8px;
	height:25px;
	font-size: 16px;
	line-height:25px;
	color: #B8181B;
	margin: 25px 25px 10px 25px;
}

/* ================================================
	page
================================================ */

.paging{
	text-align: center;
}

/* category
-------------------------------------------- */
div#main dl.categorylist{
	margin: 0;
	line-height: 12px;
}
div#main dl.categorylist dt{
	padding: 10px 0 9px 8px;
}
div#main dl.categorylist dd{
	margin-top: -31px;
	padding: 9px 0 9px 128px;
	border-top: 1px solid #D9D9D9;
}
div#main dl.categorylist dd.first{
	padding-top: 10px;
	border-top: 0 none;
}

/* entry
-------------------------------------------- */
div#main p.entry_info{
	text-align: right;
	margin-top: -10px;
}
/* links
-------------------------------------------- */
div#main dl.linklist{
	margin: 0;
}
div#main dl.linklist dt{
	border-top: 1px solid #D9D9D9;
	padding: 9px 8px 0 8px;
}
div#main dl.linklist dd{
	padding: 0 8px 10px 20px;
}
div#main dl.linklist dd.first{
	border-top: 0 none;
}


div#main dl.linklist dt img {
	vertical-align: middle;
	margin-right: 10px;
	}


/* inquiry
-------------------------------------------- */
.wpcf7-response-output{
	padding: 5px 10px;
	margin: 5px 0;
	color:#B8181B;
	font-weight: bolder;
}
.wpcf7-not-valid-tip-no-ajax{
	color:#ff0000;
}


/* shop
-------------------------------------------- */
.shop {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 10px 0px 0px 10px;
	}

.shop h3 {
	background: url(../../images/shop/list.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}

.shop img.shopimg {
	float: left;
	margin: 7px 0px 20px 5px;
	}

.shop table {
	float: left;
	width: 500px;
	margin: 0px 0px 20px 20px;
	}
.shop th, .shop td {
	vertical-align: top;
	}
.shop td {
	width: 375px;
	}


/* company
-------------------------------------------- */
.company table {
	float: right;
	width: 515px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 5px 30px 0px;
	}
.company th { width: 150px; }
.company th, .company td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}




/* team
-------------------------------------------- */
.team img.img01 {
	float: left;
	margin: 10px 15px 10px 0px;
	}

.team img.img02 {
	float: right;
	margin: 20px 0px 10px 15px;
	}


.team table {
	width: 500px;
	border-top: 1px dotted #bbb;
	}

.team th, .team td {
	border-bottom: 1px dotted #bbb;
	}

/* about
-------------------------------------------- */
#floor_flash{
	margin: 0 25px 50px 25px;
}
#floor_detail{
	margin: 0 25px 50px 25px;
	border: 1px solid #9A6E5E;
}
#floor_detail .header{
	background-color: #9A6E5E;
	color: #fff;
	padding: 5px;
	font-weight: bolder;
}
#floor_detail .shop{
	border: none;
	display:none;
	height: 250px;
}
