@charset "utf-8";

#body_line{
	background:#00b900;
}
#body_line h1{
	padding:0 !important;
	margin: 0 !important;
}
.title{
	margin: 0 auto;
	text-align: center;
}
.wrap_w {
	width: 100%;
	background: #ffffff;
	padding-top: 10px;
}

/* =================== */

/* shoplist */

/* =================== */

table.shoplist {
	margin: 26px auto;
	border-collapse:collapse;
    border-spacing: 2px;
}
.shoplist td {
	padding: 5px 10px;
	text-align: left;
	background-color: #ffffff;
	vertical-align: middle;
	border-bottom: 2px solid #00b900;
	border-right: 2px dotted #00b900;
}
.shoplist td:last-child {
	text-align: center;
	border-right: none;
}

.shoplist th {
	font-size: 20px;
	line-height: 1.2;
	background-color: #ffffff;
	vertical-align: middle !important;
	text-align: center !important;
	border-bottom: 2px solid #00b900;
	border-right: 2px dotted #00b900;
}
.shoplist th:last-child {
	border-right: none;
}

/* 見出し */
.shoplist th.st {
	font-size: 16px;
	color: white;
	background-color: #4d4d4d;
	padding: 7px 0;
}
.shoplist th.fr {
	font-size: 16px;
	color: black;
	background-color: #ffe700;
	padding: 7px 0;
}

/* アイコン */
.shoplist th.i_ls {
	text-align: left !important;
	background-image: url("../img/i_ls.png");
	background-size: 50px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	color: #0099df;
	padding-left: 70px !important;
	padding-right: 0 !important;
}
.shoplist th.i_ld {
	text-align: left !important;
	background-image: url("../img/i_ld.png");
	background-size: 50px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	color: #1d2087;
	padding-left: 70px !important;
	padding-right: 0 !important;
}



.pb55{
	padding-bottom:55px;
}
.pb40{
	padding-bottom:40px;
}
.pb70{
	padding-bottom:70px;
}
.biko{
	width:500px;
	text-align:left !important;
	margin:0 auto;
	font-size:12px;
	line-height:220%;
	margin-bottom:50px;
	padding-top:40px;
	
}