/* ===================================================================
CSS information
 file name  : freepage_store
 author     : honyaclub.com
 date       : 20160224
 update     : 20160225
 about      : freepage_store
=================================================================== */

@charset "shift_jis";

/* ------------------------------------------------------
#prefectures-list
---------------------------------------------------------*/
#campaign-store{font-family:none;}

/* ------------------------------------------------------
#prefectures-list
---------------------------------------------------------*/
#prefectures-list{
	margin: 0 20px 20px;
	width: 910px;
}
#prefectures-list td table td span{margin-right: 6px;}
#prefectures-list td table td span:before{
	content: "|";
	margin-right: 6px;
}
#prefectures-list td table td span:first-child:before{
	content: none;
	margin-right: 0;
}

/* ------------------------------------------------------
#store-list
---------------------------------------------------------*/
#store-list {
	width: 950px;
	margin: 0 auto;
}
#store-list .heading01 {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 2px solid #004697;
	background: url(/img/usr/heading_bg01.gif) 0% 0% no-repeat;
	line-height: 1.2;
	_zoom: 1;
}
#store-list .heading01 .heading-inner,
#store-list .heading02 .heading-inner {
	display: block;
	padding: 8px 10px 5px 20px;
	background: url(/img/usr/heading_bg02.gif) 100% 0% no-repeat;
	_zoom: 1;
}
#store-list .heading01 .heading-txt,
#store-list .heading02 .heading-txt {
	font-size: 115%;
	font-weight: bold;
}
#store-list h2 {
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	line-height: 1.0;
	font-weight: bold;
	font-size: 110%;
	border-bottom: 2px solid #004697;
}

/*-- table --*/
#store-list{
	width: 950px;
	margin: 0 0 30px;
}
#store-list tr th,
#store-list tr td {
	border: 1px solid #CCC;
	padding: 5px;
}
#store-list tr th {
	padding: 7px;
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 110%;
	vertical-align: middle;
	text-align: center;
	line-height: 1.0;
}
