@charset "Shift_JIS";
/*===================================================
リセット
===================================================*/
body {
	margin: 0;
	padding: 0;
	color: #333333;
}

div,ul,ol,li,hr,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
} 

ul,ol,li {   
	list-style:none;  
}

img,a img {
	border-style: none;
}

a:link {color: #333333;}

a:visited {color: #666666;} 

a:hover {
	text-decoration:none;
	color: #FF0000;
}

/*===================================================
文字
===================================================*/
.tit {
	line-height: 1.5;
	font-weight: bold;
} 

.center_al{
	text-align:center!Important;
}  

.left_al{
	text-align:left!Important;
}  

.right_al{
	text-align:right!Important;
} 

/*===================================================
クリア
===================================================*/
.clear {
	font-size: 0!Important;
	line-height: 0!Important;
	margin: 0!Important;
	padding: 0!Important;
	clear: both!Important;
}

.clear hr {
	display: none!Important;
}

/*===================================================
文字関係
===================================================*/
.f80 {
	font-size: 80%;
}

.f90 {
	font-size: 90%;
}

/*===================================================
こめじるし
===================================================*/
ul.kome {
	margin-left: 1em;
} 
ul.kome li {
	line-height: 1.5;
	text-indent: -1em;
} 

/*===================================================
クローズ
===================================================*/
#close_box {
	width: 132px;
	text-align: center;
	margin: 20px auto;
} 

/*===================================================
キャンペーン一覧
===================================================*/
#camcopy {
	width:750px;
	font-size:13px;
	line-height:1.5;
	text-align:left;
	color:#333;
	margin:10px auto;
} 

.cambox {
	width:700px;
	font-size:12px;
	line-height:1.5;
	text-align:left;
	margin:5px auto 30px auto;
} 

.cambox li {
	clear:both;
	border-bottom:1px dashed #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
} 

.cambox a,.cambox span,.cambox b,.cambox img {
	display:block;
} 

.cambox a,.cambox a:visited {
	text-decoration:none;
	color:#333;
}
.cambox a:hover {
	text-decoration:none;
	color:#333;
	background-color:#F2F7E4;
} 

.cambox b {
	font-size:18px;
	line-height:1;
	color:#588e35;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:10px;
	text-shadow:1px 1px 0px rgba(000,000,000,0.1);
}

.cambox img {
	width:246px;
	float:left;
	padding-bottom:10px;
}

.cambox span.camboxl {
	margin-left:260px;
	padding-bottom:10px;
}

.cambox span.camarrow {
	text-align:left;
	color:#588e35;
	text-indent:10px;
	line-height:1;
	text-decoration:underline;
	background:url(images/cam_arrow.gif) left 3px no-repeat;
	margin-left:260px;
	padding-bottom:10px;
}


/*===================================================
マージン
===================================================*/
.pb05 {
	padding-bottom: 5px !Important;
}

.pr00 {
	padding-right:0 !Important;
}
.pr15 {
	padding-right:15px !Important;
}

.mt00 {
	margin-top: 0 !Important;
}
.mt05 {
	margin-top: 5px !Important;
}
.mt10 {
	margin-top: 10px !Important;
}
.mt15 {
	margin-top: 15px !Important;
}
.mt20 {
	margin-top: 20px !Important;
}
.mt50 {
	margin-top: 50px !Important;
}

.mb05 {
	margin-bottom: 5px !Important;
}
.mb10 {
	margin-bottom: 10px !Important;
}
.mb15 {
	margin-bottom: 15px !Important;
}
.mb20 {
	margin-bottom: 20px !Important;
}
.mb25 {
	margin-bottom: 25px !Important;
}
.mb30 {
	margin-bottom: 30px !Important;
}
.mb40 {
	margin-bottom: 40px !Important;
}
.mb50 {
	margin-bottom: 50px !Important;
}

.mr10 {
	margin-right: 10px !Important;
}

.ml10 {
	margin-left: 10px !Important;
}

/*===================================================
ページトップ
===================================================*/
.totop {
	width:750px;
	text-align:right;
	font-size:11px;
	line-height:1;
	margin:15px auto 30px auto;
}

.totop a {
	background:url(images/sankaku.gif) right center no-repeat;
	padding-right:10px;
}

/*===================================================
店舗詳細リンク
===================================================*/
#shop_link {
	width: 650px;
	text-align:center;
	margin: 0 auto;
}
#shop_link a {
	display:block;
	width: 650px;
	text-align:center;
	font-size:140%;
	line-height:1;
	font-weight:bold;
	background-color:#004098;
	padding:10px 0;
}
#shop_link a,#shop_link a:visited {
	text-decoration:none;
	color:#FFF100;
}
#shop_link a:hover {
	text-decoration:underline;
	color:#FFF100;
}