@charset "UTF-8";


#contentArea {
	background: white;
	width:920px;

}

#contentAreaInner {
	padding:0;
	margin:0;
	width:920px;
	float:left;
}



/* shopListPage */

.shopArea h2{
	color:#2268b1;
	font-size:18px;
	font-weight:bold;
	padding:2px 0 0px 10px;
	}

.shopTable{
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	margin:0 auto;
	margin-bottom:15px;
}
.shopTable caption{
	text-align:left;
	font-size:23px;
	padding:20px 0 5px 0;
}

.shopTable .th_wid01, .shopTable .th_wid02, .shopTable .th_wid03,
.shopTable .th_wid04, .shopTable .th_wid05 {
	padding:15px 0;
	border-right:1px solid #ffffff;
}
.shopTable .th_wid01, .shopTable .th_wid02, .shopTable .th_wid03,
.shopTable .th_wid04, .shopTable .th_wid05, .shopTable .th_wid06 {
	text-align:center;
}
.shopTable .th_wid01 {width:70px;}
.shopTable .th_wid02 {width:127px;}
.shopTable .th_wid03 {width:200px;}
.shopTable .th_wid04 {width:230px;}
.shopTable .th_wid05 {width:113px;}
.shopTable .th_wid06 {width:116px;}

.shopTable .tr_style01{
	font-size:14px;
	background:#1f5fa8;
	color:#ffffff;
	font-weight:none;
	}
.shopTable .tr_style02{
	font-size:12px;
	color:#000000;
	}

.shopTable .td_todohu{
	width:70px;
	padding:7px 0px;
	text-align:center;
	}
.shopTable .td_date{
	width:100px;
	padding:7px 10px 7px 7px;
	}
.shopTable .td_shop{
	width:190px;
	padding:7px 10px 7px 6px;
	}
.shopTable .td_address{
	width:270px;
	padding:7px 10px 7px 7px;
	}
.shopTable .td_tel {
	padding:7px 10px 7px 6px;
}
.shopTable .td_btn{
	width:116px;
	padding:7px 0px 7px;
	text-align:center;
	}

.bg_odd{background-color:#ffffff;}
.bg_even{background-color:#e8eef6;}

.shopTable td{
	padding:0px 0;
	border-right:1px solid #b3b3b3;
}
.shopArea h2.noitem {
	display:block;
	padding:20px 20px 200px;
	color:#666666;
}



/* shopMainPage */
.shopMainArea{
	width:800px;
	margin:25px auto 0px auto;
}
.shopMainArea h2{
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}
.shopMainArea .datefont{color:#e6004f;}
.shopMainArea .shopfont{color:#2268b1;}

.infoTable{
	border:1px solid #b3b3b3;
}
.infoTable .th_wid{
	width:130px;
	font-size:13px;
	background:#1f5fa8;
	color:#ffffff;
	font-weight:bold;
}
.infoTable .td_wid{
	width:265px;
	font-size:13px;
	color:#585858;
}
.infoTable .th_address{
	text-align:center;
	padding:7px 0px 7px 0px;
}
.infoTable .td_address{
	width:249px;
	padding:7px 10px 7px 6px;
}
.infoTable .th_tel{
	text-align:center;
	padding:7px 0px 7px 0px;
}
.infoTable .td_tel{
	width:249px;
	padding:7px 10px 7px 6px;
}

#couponArea{
	width:796px;
	overflow:hidden;
	background:url(../images/bg_middle.jpg) repeat-y;
	margin-top:30px;
}
#couponArea #toparea{
	width:796px;
	overflow:hidden;
	background:url(../images/bg_top.jpg) no-repeat top;
}
#couponArea #btmarea{
	width:796px;
	overflow:hidden;
	background:url(../images/bg_bottom.jpg) no-repeat bottom;
	text-align:center;
}
#couponArea #btmarea img{
	margin:20px;
}
#couponArea #leftbox{
	padding:22px 0;
	width:390px;
	float:left;
	text-align:right;
}
#couponArea #rightbox{
	line-height:1.3;
	font-size:12px;
	font-weight:bold;
	padding:22px 0;
	width:406px;
	float:right;
	text-align:left;
}
#couponArea #rightbox p{
	width:380px;
	padding:6px 0 0px 20px;
}

#btnArea{
	padding:22px 0;
	clear:both;
	width:796px;
	text-align:center;
}
.fontblue{
	color:#1f5fa8;
}
.fontred{
	color:#e6004f;
	}

#areainfo{
	width:920px;
	margin-bottom: 20px;

}
#areainfo h2{
    color: #2268B1;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 0 0 10px;
}
#arealink{
	margin:0 auto;
	width:860px;
	border: 1px solid #B3B3B3;
	text-align:center;
}
#arealink p{
	padding:5px 0px;
}