@charset "utf-8";
/* CSS Document */

/* タブ */
#tab01 a {
	padding:0px 35px;
	display:block;
	height:35px;
	color:#fff !important;
	font-size:15px;
	font-weight:bold;
	background:#000;
}

/* 店舗写真 */
#store_gallery {
	margin:15px auto 0;
}
#store_gallery ul {
}
#store_gallery li {
	float:left;
	position:relative;
	margin:0 0 5px
}
#store_gallery li:nth-child(even) {
	float: right !important;
	margin:0 0 5px
}
#store_gallery li p {
	position:absolute;
	color:#fff;
	width:100%;
	text-align:center;
	bottom:15px;
	font-size:16px;
}

/* 会社概要 */
#profile{
	margin:20px auto 0;
}
#profile .h2TT {
	border-left:5px solid #ffa200;
	background-image:url(../images/index/icon.png);
	background-position:5px center;
	background-repeat:no-repeat;
	padding:0 0 0 35px;
}
#access .h2TT {
	border-left:5px solid #ffa200;
	background-position:5px center;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
}
#profile li {
	width:470px !important;
	display: inline-block;
	
	margin:0 0 15px;
	vertical-align: top;
}
#profile li:nth-child(even) {
	/*float: right;*/
	margin: 0 0 15px 15px;
}
/*#profile li:last-child {
	width:100% !important;
}*/
#profile li dl{
	box-sizing:border-box;
}
#profile li dt {
	background-color:#e8e8e8;
	height:28px;
	padding:0 0 0 15px;
	line-height:28px;
	font-weight:bold;
	margin:0 0 5px;
}
#profile li dd {
	padding:0 0 0 15px
}

/* アクセス */
#access {
	margin:30px auto 0;
	padding:10px 0 20px;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
}
#access h3 {
	font-size:13px;
	color:#666666;
	margin:0 0 0 15px;
	padding:5px 0 5px 0px;

}
#access ul {
	margin:15px 0 0 15px;
}
#access li {
	display:inline-block;
	width:468px;
	height:70px;
	vertical-align:top;
	box-sizing:border-box;
	padding:0 0 0 70px;
	margin:0 10px 0 0;
}
#access li dt {
	font-weight:bold;
}
#access li dd {
	font-size:11px;
}
#access01 {
	background-image:url(../images/index/access01.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#access02 {
	background-image:url(../images/index/access02.png);
	background-position:left top;
	background-repeat:no-repeat;
}

/* 地図 */
#map {
	margin:20px auto 0;
	height:595px;
}
































