@charset "utf-8";

* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	background-image: none;
}

body {
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	font-family:"Meiryo UI","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}


a {
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
	color: #FFFFFF;
}

strong {
	color: #394D4E;
}

li {
	list-style-type: none;
}

.chui {
	color: #CC3300;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:845px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	position: relative;
}

#wrap {
	float: left;
	padding: 5px;
	background-image: url(img/side_base.gif);
	background-repeat: repeat-y;
	background-position: left;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 18px;
}

h1 {
	position: absolute;
	bottom: 0px;
	right: 5px;
	font-size: 10px;
	line-height: 18px;
	color: #666666;
	font-weight: normal;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	text-decoration: none;
}

#header #sub {
	font-size: 16px;
	color: #666666;
	position: absolute;
	top: 0px;
	right: 10px;
	text-align: right;
}
#header #logo {
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
#header h2 {
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	line-height: 18px;
}

#header #head_ul {
	position: absolute;
	top: 30px;
	right: 15px;
}
#header #head_ul li {
	font-size: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 7px;
}

#header #head_ul li a {
	font-size: 10px;
}
/*******************************
	パン屑リスト
*******************************/
#header ol.topic_path{
	position: absolute;
	top: 0px;
	left: 0px;

	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
}
#header ol.topic_path li{
	display: inline;
	padding-right: 3px;
}
#header ol.topic_path li a{
	color: #666666;
	margin-right: 10px;
}
#header ol.topic_path li.home{
	padding-left: 17px;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#top_img {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 130px;
	background-color: #DFDFDB;
	text-align: center;
	border: 1px solid #FFFFFF;
}

#top_img #TopBanaBox{
	margin: 1px;
	padding: 5px 0px 0px;
	height: 130px;
	width: 251px;
	float: left;
	text-align: center;
}

#contents {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 0px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 3px;
}

#contents h3 {
	font-size: 16px;
	padding-left: 25px;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(img/h3.gif);
	height: 35px;
	background-repeat: no-repeat;
}


#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A9B59B;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h4 a {
	font-size: 14px;
}

#contents h5 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #9EAD70;
	margin-right: 20px;
	padding-left: 10px;
}

.roll ul {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.roll li {
}

#contents #c_pad {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*レポート
----------------------------------------------- */
.roll {
	OVERFLOW: auto; HEIGHT: 280px; width: 570px; TEXT-ALIGN: left;
}
.roll ul{
	width: 520px;
}
.roll li a{
	display: block;
	text-decoration: none;
}
.roll li a:hover {
	color: #000000;
	text-decoration: none;
}

.date {
	text-align: center;
	width: 100px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.newname {
	width: 150px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.newarea {
	width: 120px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.newcg {
	width: 120px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* for IE \*/
* html body #base #contents #c_pad {
	padding: 9px;
}	
/**/

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}

#contents .img_left {
	float: left;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}

#contents .img_left img {
	border: 2px solid #EDEDE9;
}

#contents .c_img_left {
	float: left;
	background-color: #FFFFFF;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;

}

#contents .c_img_left img {
	border: 1px solid #999999;
}

#contents .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents .c_img_right img {
	border: 1px solid #999999;
}

#contents p .chui {
	line-height: 20px;
}
.list li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
}
ul.list {
	margin-bottom: 10px;
}
.list li:hover {
	background-color: #FFFFFF;
}


/*
3box
-------------------------------------------------------------------*/
#contents .box3 {
	float: left;
	height: 130px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}
#contents .box3 h4 {
	margin: 0px;
	background-color: #7A7A76;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-left-color: #81B318;
}

#contents .box3 p {
	margin: 0px;
}
#contents .box3 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 93px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	bottom: 10px;
	padding-right: 5px;
	left: 40px;
}

#contents .box3 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
.box3 a img {
	border: 2px solid #EDEDE9;
}
.box3 a:hover img {
	border: 2px solid #FCD096;
}


#contents .box3_photo {
	float: left;
	height: 160px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.box3_photo a img {
}
.box3_photo a:hover img {
	border: 2px solid #FCD096;
}

/*

/*
店舗詳細
-------------------------------------------------------------------*/
#SHOPFRAME{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
}
#SHOPDETAIL{
	margin: 0px;
	padding: 5px 0px 5px 25px;
	float: left;
	text-align: left;

}
#SHOPDETAIL .table{
	margin: 0px;
	padding: 1px;
	border: 1px solid #F3F3F3;
}
#SHOPDETAIL .td1{
	width: 50px;
	height: 30px;
	background-color: #fffafa;
	font-size: 12px;
	line-height: normal;
	text-align: right;
	border: 1px solid #F3F3F3;
}
#SHOPDETAIL .td2{
	width: 230px;
	font-size: 14px;
	line-height: normal;
	border: 1px solid #F3F3F3;
}
#SHOPDETAIL .td2 h2{
	line-height: 15px;
	font-size: 16px;
}
#SHOPDETAIL .td3{
	width: 50px;
	height: 23px;
	background-color: #fffafa;
	font-size: 12px;
	line-height: normal;
	text-align: right;
	border: 1px solid #F3F3F3;
}
#SHOPDETAIL .tel{
	color: #8C0000;
	font-weight: normal;
	font-size: 20px;
	font-family:"Impact";
}
#SHOPDETAIL .td4{
	width: 280px;
	height: 400px;
	background-color: #fffafa;
	border: 1px solid #F3F3F3;
	position:relative;
}
#SHOPDETAIL .bk_detail_pic{
	width:250px;
	height:400px;
	position:absolute;
	top:0px;
	left:15px;
	z-index:30;
}
#SHOPDETAIL .detail_pic{
	position:absolute;
	top:0;
	left:15;
	z-index:10;
}

#SHOPDETAIL table,td{
	margin: 0;
	padding: 0;
}

#SHOPDETAIL h2{
	margin: -10px 0 0 0;
	padding: 0;
	HEIGHT: 20px;
}
#SHOPDETAIL h2 a{
	margin: 0 0 0 8px;
	font-size: 16px;
	line-height: 17px;
}
#SHOPDETAIL .STel span{
	color: #8C0000;
	font-size: 20px;
	font-family:"Impact", "sans-serif";
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
}
.font00 a{
	font-size: 16px;
}
.font01 {
	font-size: 14px;
	line-height: normal;
}
.font03 {
	font-size: 12px;
	line-height: normal;
}

.picuplady {
	font-size: 12px;
	margin: 0px auto;
	padding: 0px;
	display: block;

}
.plp {
	margin: 0px auto;
	padding: 0px;
}
.pln {
	font-size: x-small;
	margin: 0px auto;
	padding: 0px;
}
.pla {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}

/*

/*
news
-------------------------------------------------------------------*/
#INFOMATION{
	width: 400px;
	HEIGHT: 245px;
	text-align: left;
	OVERFLOW: auto;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px none #fff8dc;
	border-right: 1px solid #fff8dc;
	border-bottom: 1px solid fff8dc;
	border-left: 1px solid #fff8dc;
}
#INFOMATION .date{
	font-size: 10px;
	text-align: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#INFOMATION .waridate{
	font-size: 10px;
	text-align: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bk_wari.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#INFOMATION .infodate{
	font-size: 10px;
	text-align: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bk_info.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff8dc;
	display: block;
}
#INFOMATION .subject{
	font-size: 14px;
	font-weight: bold;
	background-image: url(img/p3.gif);
	width: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #fff8dc;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#INFOMATION .comment {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#INFOMATION .comment a {
	display: block;
	padding-bottom: 20px;
	width: 100px;
	float: right;
	background-attachment: scroll;
	background-image: url(img/picup.gif);
	background-repeat: no-repeat;
	background-position: center bottom;

}

#INFOMATION .comment img {
	margin: 0px;
	padding: 0px;
}
#INFOMATION .comment p {
	margin: 0px;
	padding: 0px;
}

#Rinfo{
	float: left;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#BANA468{
	width: 468px;
	HEIGHT: 70px;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#SOKUHOU{
	width: 468px;
	height: 420px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px none #fff8dc;
	border-right: 1px solid #fff8dc;
	border-bottom: 1px solid fff8dc;
	border-left: 1px solid #fff8dc;
}
#SOKUHOU .date{
	font-size: 10px;
	text-align: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#SOKUHOU .waridate{
	font-size: 10px;
	text-align: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bk_wari.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#SOKUHOU .infodate{
	font-size: 10px;
	text-align: right;
	width: 100%;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/urawarititle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff8dc;
	display: block;
}
#SOKUHOU .subject{
	overflow:hidden;
	font-size: 14px;
	height: 20px;
	font-weight: bold;
	background-image: url(img/p3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #fff8dc;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 15px;
}
#SOKUHOU .comment {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 468px;
	height: 290px;
	OVERFLOW: auto;
}
#SOKUHOU .comment a {
	display: block;
	padding-bottom: 20px;
	width: 100px;
	float: right;
	background-attachment: scroll;
	background-image: url(img/picup.gif);
	background-repeat: no-repeat;
	background-position: center bottom;

}

#SOKUHOU .comment img {
	margin: 0px;
	padding: 0px;
}
#SOKUHOU .comment p {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 13px;
	line-height: 22px;
}
#SOKUHOU .head {
	margin: 5px 0px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}
#SOKUHOU .foot {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	color: #FF0000;
}

/*
リンク集ページ用
-------------------------------------------------------------------*/

#contents dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D0;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contents dt {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B5C2A3;
	padding-left: 5px;
}
#contents dd {
	margin: 5px;
}

/*
テーブル
-------------------------------------------------------------------*/
#contents table {
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;

}

#contents td {
}
#contents td strong{
	font-size: 16px;
}
#contents td a{
}
#c_pad table {
	width: 580px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#c_pad table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
}
#c_pad table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#c_pad form table th {
	width: 127px;
}

table td.td_head {
	background-color: #9BBC63;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3CDB4;
	border-right-color: #D3CDB4;
	border-bottom-color: #D3CDB4;
	border-left-color: #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

table td.td_odd {
	background-color: #F8F3E7;
	text-align: left;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #68823E;
}

/*
女性リスト
-------------------------------------------------------------------*/
#lady {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;

}
.lady {
	border: 2px solid #fff0f5;
	margin: 1px;
	padding: 1px;
	float: left;
	background-color: #F8F3E7;
}
.lp {
	margin: 0px;
	padding: 0px;
	height: 133px;
	width: 100px;
}
.ln {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	width: 100px;
}
.la {

	font-size: x-small;
	margin: 0px;
	padding: 0px;
	width: 100px;
}


/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 175px;
	background-color: #DFDFD2;
	margin-left: 2px;
	padding-bottom: 10px;
}

#side li {
	list-style-type: none;
}

#side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #CECEB9;
	background-color: #EFEFE9;
}

#side_d h3 {
	display: block;
	width: 146px;
	line-height: 24px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 24px;
	font-weight: normal;
}

#side_d ul {
	margin-bottom: 5px;
}

#side_d li a {
	display: block;
	width:120px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;
	background-image:url(img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 24px;
}


#side_d li a:hover {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}


/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 10px;
	background-color: #F5F4F0;
	background-position: bottom;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

#f_menu #pr {
	font-size: 10px;
	color: #888888;
	text-align: right;
	padding: 5px;
}
#f_menu #pr a {
	font-size: 10px;
	color: #888888;
}
/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #7A8D41;
	font-size: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

/*
詳細割引
-------------------------------------------------------------------*/

#discount h2{
	font-size:18px;
	font-weight: bold;
	color: #FF0000;
	clear: left;
	padding-top: 15px;
}
#discount span{
	font-size:14px;
}
#discount .inpact{
	color:#479ef8;
	font-size:14px;
	font-weight: bold;
}
#discount table{
	width: 780px;
	border-spacing:0;
	border:1px solid #999999;
	margin-right: auto;
	margin-left: auto;
}


#discount th{
	width: 135px;
	font-size:15px;
	text-align:center;
	background: #fffafa url(img/bg_wari.png);
	color:#dd4e79;
	font-weight: bold;
}

#discount td{
	padding:10px 10px 10px 20px;
	font-size:14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height:1.7em;
}

#discount .period{
	color:#e24874;
	text-align:right;
	font-weight: bold;
	font-size:13px;
	background-color: #fffafa;
}


#discount .tel{
	color:#479ef8;
	text-align:right;
	font-size:14px;
	font-weight: bold;
	background-color: #fffafa;
}


#discount .tel address {
	color: #8C0000;
	text-align:right;
	font-size:24px;
	font-weight: bold;
	font-family: 'Arial', 'Tahoma', sans-serif;
	background-color: #fffafa;
}

/*
メニューボタン
-------------------------------------------------------------------*/
/*
div#gm{
	width:100%;
	height:50px;
	padding: 5px 0;
}
div#gbox{
	margin:0 auto;
	width:750px;
	height:50px;
	background:url(./img/menuback.gif) repeat-x left top;
	background-color: #FFFFFF;
	border-top:2px solid #fcc;
	overflow:hidden;
}
div#gbox_left{
	float:left;
	width:475px;
	height:50px;
	padding: 0 0 0 20px;
}
div#gbox_right{
	float:left;
	padding-top: 15px;
	width:250px;
	height:50px;
	text-align:left;
}
div.navi-shopsearch{
	width:245px;
	height:50px;
	overflow:hidden;
}
.sformicon{
	float:left;
	width:19px;
	height:20px;
	background:url(./img/hradericon_sprite.png) no-repeat 0 0;
}
.header-search-shopname{
	float:left;
	width:140px;
	height:16px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	color:#aaa;
	line-height:16px;
	text-indent:3px;
	font-size:13px;
}
.sformbtn1{
	width:34px;
	height:20px;
}
.sformbtn2{
	float:left;
	width:34px;
	height:20px;
	background:url(./img/hradericon_sprite.png) no-repeat -20px 0;
}
div#gbox_left ul li{
	float:left;
	margin:3px 5px 0 10px;
	width:135px;
	height:40px;
	background:url(./img/detail_menu_sprite.png) no-repeat 0 0;
	list-style:none;
}
div#gbox_left ul li.gm1{background-position:0 -40px}
div#gbox_left ul li.gm2{background-position:-137px -40px}
div#gbox_left ul li.gm3{background-position:-273px -40px}
div#gbox_left ul li.gm4{background-position:-409px -40px}
div#gbox_left ul li a{display:block;width:auto;height:40px;background:url(./img/detail_menu_sprite.png) no-repeat 0 0px}
div#gbox_left ul li.gm2 a{background-position:-137px 0px}
div#gbox_left ul li.gm3 a{background-position:-273px 0px}
div#gbox_left ul li.gm4 a{background-position:-409px 0px}
div#gbox_left ul li.gm1_over a{background-position:0 -40px}
div#gbox_left ul li.gm2_over a{background-position:-137px -40px!important}
div#gbox_left ul li.gm3_over a{background-position:-273px -40px!important}
div#gbox_left ul li.gm4_over a{background-position:-409px -40px!important}
div#gbox_left ul li.gm1 a:hover{background-position:0 -40px}
div#gbox_left ul li.gm2 a:hover{background-position:-137px -40px}
div#gbox_left ul li.gm3 a:hover{background-position:-273px -40px}
div#gbox_left ul li.gm4 a:hover{background-position:-409px -40px}
div#gbox_left ul li span{display:none}

*/

/* ----------------
sprite
---------------- */
.spSite i {
	background-image: url(https://deli-hyo.com/img/icon-sp.png);
	background-repeat: no-repeat;
	-webkit-background-size: 20px 29px;
}
.spSite {
	text-align: center;
	margin: 12px auto;
	width:100%;
}
.spSite a {
	line-height: 1;
	font-weight: bold;
	top:-44px;
	right: 10px;
	display: block;
	font-size: 30px;
	color: #666;
	padding: 28px 20px;
	background:#fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 6px;
	border: 2px solid #ccc;
	text-decoration:none;
}
.spSite i {
	display: inline-block;
	width:20px;
	height:29px;
	margin:0px;
	margin-right: 10px;
	vertical-align:-0.1em;
	background-repeat:no-repeat;
}