@charset "UTF-8";
/*----------------------------------------------------
	index
----------------------------------------------------*/
.linktb {
	width:100%;
	margin:10px auto 30px;
	border-top:1px dotted #CCCCCC;
}


.linktb tr td{
	padding:8px 0 8px 5px;
	border-bottom:1px dotted #CCCCCC;
}

.linktb tr td a {
	color:#FF6600;
	text-decoration:underline;	
}
.linktb tr td a:hover {
	text-decoration:none;
}

.linktb tr td.a1{
	width:30%;
}
.linktb tr td.a2{
	width:40%;
}
.linktb tr td.a3{
	width:30%;
}

.linktb tr td span{
	padding:0 0 0 18px;
	background:url(../img/phone.jpg) no-repeat left center;
}





/*----------------------------------------------------
	shop
----------------------------------------------------*/
section.ex h2{
	font-size:15px;
	font-weight:bold;
}
.ex p {
	margin-bottom:15px;
}
.ex .store {
	background-color:#FAF9C7;
	overflow:hidden;
	padding:8px;
}
.ex .store .infoArea {
	width:350px;
	float:right;
}
.ex .store .infoArea h1 {
	background:none;
	color:#333;
	padding:0;
	text-shadow:none;
	margin:0;
}
.ex .store .imageBox {
	width:250px;
	float:left;
}
.ex .store .imageBox img {
	vertical-align:bottom;
}