@charset "utf-8";
/* CSS Document */

#mainvis{
	width:100%;
	height:400px;
	margin:0;
}

#contents h2{
	width:600px;
	margin:30px auto 40px;
	text-align:center;
}

.title01 h3{
	margin:0 0 14px 6px;
}

#infoBox{
	width:600px;
	margin:0 auto 80px;
}

#infoBox h4{
	font-size:30px;
	color:#000;
	margin-bottom:30px;
}

.textBox{
	width:600x;
	margin:44px auto 0;
}

.infoText{
	color:#333333;
	width:600px;
	line-height:1.5em;
}

#shopBox{
	width:600px;
	margin:0 auto 80px;
	clear:both;
	overflow:hidden;
}

.subNavi{
	margin:0 0 50px;
}

#shopBox .subNavi li{
	float:left;
	margin:0 0 20px 14px;
}

#shopBox .subNavi li.left{
	margin:0 0 20px 8px;
}

#shopBox h5{
	width:590px;
	margin:0 0 20px 6px;
}

.shopList{
	width:600px;
	margin:0 0 30px;
	clear:both;
	overflow:hidden;
}

.shopList .address{
	width:480px;
	margin:0;
	float:left;
}

.shopList .address h6{
	color:#000;
	margin:6px 0 10px 0;
}

.shopList .address .adTxt{
	color:#333;
	font-size:22px;
	width:480px;
	line-height:1.5em;
}

.shopList .map{
	width:100px;
	float:right;
}

