
h1 {
	margin-bottom: 20px;
	font-size: x-large;
}

h2 {
	height: 21px;
	padding: 10px 0 0;
	border-bottom: 1px dashed #CCCCCC;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #555555;
	display: inline-block;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}

/*index--------------------------------------------*/
#container_subpage {
	display: block;
	float: right;
	margin: 0px;
	padding-left: 5px;
	width: 614px;
	background-color: #fff;
}

#container_left {
	display: block;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 0px;
	width: 216px;
	background-color: #fff;
}

.container_subpagecolum {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	zoom: 1;
}

p.medium {
	margin-bottom: 20px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.search_table {
	margin: 0 0 0 10px;
	overflow: auto;
}

.search_table .search_box {
	float: left;
	width: 190px;
	margin-bottom: 40px;
}

.search_table .search_box {
	float: left;
	width: 190px;
	margin-bottom: 40px;
}

.search_table .bottom {
	border-bottom: 0;
}

.search_table h3 {
	font-size: 15px;
	text-align: center;
	border: none;
	background-color: #FF9999;
	border-radius: 20px;
	padding: 3px 0 1px;
	width: 90%;
}

.list {
	margin-top: 20px;
}

.search_table h3.list_title {
	width: 28%;
}

#prefectural_select_table tr {
	border: 2px solid #FFFFFF;
}

#prefectural_select_table th,
#prefectural_select_table td {
	padding: 3px 5px;
}

#prefectural_select_table th {
	background-color: #FFCCCC;
}


/*prefectural_list & prefectural_store----------------------------*/

#storesearch {
	display: block;
	margin: 0px;
	padding: 25px;
	background-color: #fff;
}

#sidemenu.prefectural_list_nav,
#sidemenu.prefectural_store_nav {
	display: none;
}

#storesearch h2 {
	border: none;
	margin-bottom: 5px;
}

table.municipalitys,
table.stores_list {
	width: 100%;
	table-layout: fixed;
}

table.municipalitys th,
table.municipalitys td {
	padding: 5px;
	border: 1px solid #F99;
}

table.stores_list thead th {
	border: 1px solid #FF9999;
	color: #ee6666;
	text-align: center;
	padding: 5px;
	width: 20%;
}

table.stores_list tbody tr {
	border-bottom: 1px solid #ff9999;
}

table.stores_list tbody tr td {
	padding: 5px;
}
table.stores_list tbody tr td.campaign {
	text-align: center;
}

table.stores_list thead th:nth-child(even),
table.stores_list tbody tr td:nth-child(even) {
	width: 50%
}

#storesearch > p {
	text-align: left;
	padding: 20px 0 10px;
}

#storesearch table.stores_list thead th.store_name {
	width: 30%;
}
#storesearch #custom_search {
		margin: 10px;
		border: 1px solid #ff9999;
}
#storesearch #custom_search h3 {
		margin: 0;
		padding: 2px 5px;
		border-bottom: 0;
		background: #ff9999;
		color: black;
		font-size: 14px;
		font-weight: normal;
}
#storesearch #custom_search > div {
	margin: 0.5em 1em;
}
#storesearch #custom_search span {
		display: block;
		width: 100%;
		line-height: 1.5;
}

table.stores_list tbody tr.campaign {
	text-align: center;
}

/* clearfix */
.clearfix:after {
	 content: ".";
	 display: block;
	 clear: both;
	 height: 0;
	 visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*PCサイズのみの表示。スマホ表示には反映させない*/
@media screen and (min-width: 769px){

	table.municipalitys.table_sp,
	table.stores_list.list_sp {
		width: 100%;
		display: none;
	}

	#pageTop {
		display: none !important;
	}

}
