@charset "utf-8";
/* 
		ページ下部にあるタブ切り替え
		店舗検索専用のCSSです。
*/
.tabs ul { width:100%;}
.tabs ul, .tabs ul li,.tabs ul li h6{font-size: 12px;}
.tabs a {font-weight: normal;}
.tabs .tab{overflow:hidden;}
.tabs .tab li{background:#ccc; padding:5px 10px; float:left; margin-right:1px; cursor: pointer;}
.tabs .tab li.select{background:#eee;}
.tabs .content li{background:#eee; padding:20px; text-align:left; line-height: 160%;}
.tabs .hide {display:none;}
.tabs h6.padd{ padding-top:15px;}
