@charset "utf-8";
/* --------------------------------------------------------------------------
	20141212　CSS移行
--------------------------------------------------------------------------*/
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------------------
	#shopinfo
--------------------------------------------------------------------------*/
#index_shop {
	float: left;
	width: 760px;
	margin-top:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
}


#index_shop .index_shop_area {
	width: 100%;
	margin-bottom: 15px;
	float: left;
}
#index_shop .index_shop_area p {
	border: solid 1px #ddd;
	border-bottom: solid 2px #ddd;
	padding: 6px 0 5px 12px;
	margin-bottom: 15px;
	font-size:20px;
	letter-spacing:2px;
	font-weight:bold;
}

#index_shop .index_shop_area.kanto p {border-left: solid 9px #fed4d5;}
#index_shop .index_shop_area.kansai p {border-left: solid 9px #efc6f0;}
#index_shop .index_shop_area.kyusyu p {border-left: solid 9px #daffa4;}
#index_shop .index_shop_area.overseas p {border-left: solid 9px #a4e2ff;}

#index_shop .index_shop_area table {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: dotted 1px #ddd;
}
#index_shop .index_shop_area table img {
	width: 80px;
	border: solid 3px #ddd;
	margin-left:3px;
}
#index_shop .index_shop_area table:last-child {
	border-bottom: none;
}

#index_shop .index_shop_area table th {
	width: 21%;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	height: 20px;
	letter-spacing:1px;
}
#index_shop .index_shop_area table th a {text-decoration:none;}
#index_shop .index_shop_area table th a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	position:relative;
	top:2px;
	left:1px;
}

#index_shop .index_shop_area table strong {
	font-size: 16px;
	color: #9c935f;
}
#index_shop .index_shop_area table .shop_address {width: 30%;}
#index_shop .index_shop_area table .shop_link {width: 10%;}
#index_shop .index_shop_area table .toriatukai {width: 22%;}
#index_shop .index_shop_area table .shop_time {width: 22%;}
#index_shop .index_shop_area .index_shop h3 {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#index_shop .index_shop_area table a {color: #53768A;}
#index_shop ul li a:hover {text-decoration: none;}
#index_shop .toriatukai {height: 55px;}
#index_shop .toriatukai {margin: 5px 0;}
#index_shop .toriatukai li {
	font-size: 10px;
	display: block;
	float: left;
	padding:3px;
	margin: 0 5px 5px 0;
	width: auto;
	color: #FFFFFF;
	background-color: #C56058;
}
#index_shop .toriatukai li.purchase {background-color: #5ab143;}
#index_shop .toriatukai li.tentou {background-color: #587CC5;}


/* --------------------------------------------------------------------------
	#shopinfo.engShopinfo
--------------------------------------------------------------------------*/
#index_shop.engShopinfo .index_shop_area table {
	float:left;
	width: 50%;
	padding-bottom:6px;
}
#index_shop.engShopinfo .index_shop_area table td img {
	float:left;
	margin-right:6px;
}




