@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 10px Verdana, sans-serif;
	_font-size: 62.5%;	/* IE 6 */
	color: #333;
	line-height: 1;
	background: #fff;
	word-break: break-all;
}

/*
------------------------
	container
------------------------
*/

#container {
}

/*
------------------------
	contents
------------------------
*/

#contents {
	width: 920px;
	min-height: 500px;
	margin: 0 auto;
	padding: 0 20px;
}

#column2 #contents {
}

#column3 #contents {
}


#contents_body {
	padding: 10px 0;
	font-size: 1.2em;
}

#column2 #contents_body {
}

#column3 #contents_body {
}


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

	Header
	
==============================
*/

#header {
	width: 100%;
}


#header .inner {
	position: relative;
	width: 920px;
	height: 84px;
	margin: 0 auto;
}

h1 {
	position: absolute;
	top: 2px;
	left: 90px;
	text-align: left;
	line-height: 1.5;
	font-size: 1.2em;
	color: #333333;
	z-index: 500;
}

h1 br{
	display:none;
}

h2.logo {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 474px;
	height: 78px;
	overflow: hidden;
	z-index: 10;
}

h2.logo a {
	display: block;
	width: 474px;
	height: 0;
	padding-top: 78px;
	background: url(../img/logo.png) no-repeat 0 0;
	line-height: 1.5;
}

.header_info {
	position: absolute;
	top: 10px;
	right: 15px;
}

.header_data {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.header_data span {
	margin-left: 10px;
	font-size: 1em;
}


.shop_search {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 260px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #e6f1f5;
	text-align: center;
}


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

	topimage,slider
	
==============================
*/

#topimage {
	margin: 0 0 10px;

}

.slidesjs-navigation{
	display: inline-block;
	color: #666;
	text-decoration: none;
	float:right;
}
.slidesjs-navigation:hover{
	color: #000;
}

.slidesjs-pagination{
	float: right;
}

.slidesjs-pagination .slidesjs-pagination-item{
	display: inline-block;
	width: 12px;
	margin: 8px 6px 0 0;
}
.slidesjs-pagination .slidesjs-pagination-item a{
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 8px;
	background: #CCC;
	line-height: 1;
	text-indent: -9999px;
	overflow: hidden;
}
.slidesjs-pagination .slidesjs-pagination-item a.active{
	background: #ff9419;
}
pre{
	max-height: 240px;
	padding: 20px 10px;
	margin-bottom: 60px;
	background: #EEE;
	overflow: auto;
}

a.slidesjs-play,
a.slidesjs-stop {
	display:block;
	width:15px;
	height:21px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin:4px 14px 0 0;
	margin-top: 5px;
    }

a.slidesjs-play {
      background: url(/img/btn_play.png) no-repeat;
      background-size: 12px 16px;
}

a.slidesjs-stop {
      background: url(/img/btn_stop.png) no-repeat;
      background-size: 12px 16px;
}


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

	Top menu
	
==============================
*/

#menu {
	height: 36px;
	padding: 6px 0 6px 0;
	background: #ff9419;
	/* border-bottom: 5px solid #cc7614; */
}

ul#top_menu {
	width: 920px;
	height: 36px;
	margin: 0 auto;
}

ul#top_menu li {
	float: left;
	margin-right: 10px;
}

ul#top_menu li.menu5 {
	margin-right: 0;
}

ul#top_menu li a {
	display:table-cell;
	width: 174px;
  	height: 34px;
  	border-radius: 6px; 
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px;
	border: 1px solid transparent;
	border-top-color:#ffffff;
  background-image: -moz-linear-gradient( 90deg, rgb(218,218,218) 0%, rgb(246,246,246) 60%);
  background-image: -webkit-linear-gradient( 90deg, rgb(218,218,218) 0%, rgb(246,246,246) 60%);
  background-image: -ms-linear-gradient( 90deg, rgb(218,218,218) 0%, rgb(246,246,246) 60%);
  -webkit-box-shadow:0px 1px 2px rgba(27, 33, 29, 0.1);  
  box-shadow:0px 1px 2px rgba(27, 33, 29, 0.1);
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color:#333;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

ul#top_menu li a.now,
ul#top_menu li a:hover {
	border: 1px solid transparent;
  	border-top-color:#ffffff;
	background-image: -moz-linear-gradient( 90deg, rgb(254,213,166) 0%, rgb(255,234,196) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(254,213,166) 0%, rgb(255,234,196) 100%);
 	background-image: -ms-linear-gradient( 90deg, rgb(254,213,166) 0%, rgb(255,234,196) 100%);
}



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

	Pankuzu
	
==============================
*/


#pankuzu {
	width: 900px;
	height: 30px;
	padding: 0 10px;
	background: #ffedd9;
}

#pankuzu li {
	float: left;
	height: 30px;
	padding: 0 20px 0 10px;
	background: url(../img/pan_sep.png) no-repeat right center;
	line-height: 30px;
}

#pankuzu li:last-child {
	background:none;
}

#pankuzu li a {
}

#pankuzu li a:hover {
	text-decoration: underline;
}

#pankuzu li em {
}


/*
------------------------
	main
------------------------
*/

#main {
	float: left;
	margin-bottom: 30px;
	padding: 0;
}

#column1 #main {
	float: none;
	width: 920px;
	margin: 0 auto;
	padding: 10px 20px;
}

#column2 #main {
	width: 680px;
}




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

	Footer
	
==============================
*/

#footer {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background: #ffedd9;
}

#footer .area {
	width: 920px;
	margin: 0 auto;
	line-height: 1.3;
	text-align: center;
}

#footer ul {

}

#footer li {
	display: inline-block;
	padding: 0 5px 15px 5px;

}

#footer li a {
}

#footer li a:hover {
}

address {
	margin: 15px 0 0;
	color: #333;
	font-style: normal;
	text-align: center;
}

#pagetop{
	width:680px;
	padding-right:240px ;
	margin:0 auto 30px;
	text-align: right;
	font-size: 1.2em;
}

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

	Title
	
==============================
*/

/*
------------------------
	page title
------------------------
*/

h2#page_title {
	margin: 0 0 10px;
	padding: 0 15px 0 20px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 1.2em;
	color: #fff;
	line-height: 40px;
}

#column2 h2#page_title {
	width: 643px;
	margin-bottom: 10px;
	border:1px solid #cccccc;
	background: #c67213;
	-webkit-box-shadow: inset 0 0 0 1px #fff; 
	-moz-box-shadow: inset 0 0 0 1px #fff; 
	box-shadow: inset 0 0 0 1px #fff; 
}


#column1 h2#page_title {
	width: 873px;
	border:1px solid #cccccc;
	background: #c67213;
	-webkit-box-shadow: inset 0 0 0 1px #fff; 
	-moz-box-shadow: inset 0 0 0 1px #fff; 
	box-shadow: inset 0 0 0 1px #fff; 
}


/*
------------------------
	page index
------------------------
*/

.format_index {
	margin: 40px 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #208bb2;
	border-left: 5px solid #208bb2;
	color: #208bb2;
	font-size: 1.4em;
}



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

	List
	
==============================
*/

ul.cat_list {
	width: 420px;
	margin: 0;
}

ul.cat_list li {
	display: inline;
	margin-right: 15px;
}


/*
------------------------
	news list
------------------------
*/

ul.news_list {
	width: 650px;
}

ul.news_list li {
	margin: 0 0 15px 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	background: url(../img/mark_orange2.png) no-repeat 0 4px;
	background-size:6px 9px;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
}

#side {
	float: right;
	width: 220px;
}


#side ul.news_list {
	width: 200px;
}

#side ul.news_list li {
	margin: 0;
	padding: 5px 0;
	background: none;
	line-height: 1.3;
	border-bottom: 1px dotted #999;
}



h3.side_index {
	width: 218px;
	height: 40px;
	padding: 0px;
	border: 1px solid #cccccc;
	background:#efefef;
	-webkit-box-shadow: inset 0 0 0 1px #fff; 
	-moz-box-shadow: inset 0 0 0 1px #fff; 
	box-shadow: inset 0 0 0 1px #fff; 
}

h3.side_index p {
	margin: 0;
	padding-left: 20px;
	line-height: 40px;
	font-size: 1em;
	color #4c4c4c;
	border-left:3px solid #ff941a;
	/*border-top:2px solid #ff941a;*/
	display:inline-block;
	/* background: url(../img/mark_orange1.png) no-repeat left center; */
}



/*
------------------------
	sidearea
------------------------
*/

.sidearea {
	margin: 0 0 20px;
	padding: 10px;
	background: #e5e5e5;
}


/*
------------------------
	side list
------------------------
*/

ul.side_list {
}

ul.side_list li {
	line-height: 1.3;
	margin: 0;
	padding: 5px 0 5px 15px;
	background: url(../img/mark_orange2.png) no-repeat 0 8px;
	background-size:6px 9px;
}

ul.side_list li a {
}

ul.side_list li a .fs {
	padding-left: 5px;
}


/*
------------------------
	mobile
------------------------
*/

#side .sidebox .qr_box {
	padding: 10px 9px;
	border: 1px solid #ccc;
}

.mb_index {
	float: left;
	width: 100px;
	padding: 10px 0 0;
	line-height: 1.5;
}

.mobile {
	float: right;
	background: url(../img/mobile.png) no-repeat right top;
}

.mobile img {
}


/*
------------------------
	sidebox
------------------------
*/

#side .sidebox {
	width: 220px;
	margin: 0 0 10px;
}

#side .sidebox .box {
	padding: 10px 9px;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #ccc;
}


/*
------------------------
	pickup
------------------------
*/

.pk_tb {
	line-height: 1.5;
}

.pk_tb th {
	padding: 5px 0;
	vertical-align: top;
}

.pk_tb td {
	padding: 5px 0 5px 10px;
	vertical-align: top;
}


/*
------------------------
	coupon beat5
------------------------
*/

dl.rk_list {
	margin: 10px 0 0;
}

dl.rk_list dt {
	clear: both;
	float: left;
	width: 20px;
	margin: 5px 0 10px;
	padding: 2px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #ff9419;
}

dl.rk_list dd {
	padding: 5px 0 5px 35px;
	line-height: 1.3;
	border-bottom: 1px dotted #ccc;
}

dl.rk_list dd:last-of-type {
	border: none;
}



/*
------------------------
	text list
------------------------
*/

dl.text_list {
	margin: 20px 0;
}

dl.text_list dt {
	font-size: 1.2em;
	font-weight: bold;
}

dl.text_list dd {
	margin: 0.5em 0 2em;
	padding: 0;
}



ol.text_list {
	margin: 20px 0;
	list-style: decimal;
}

ol.text_list li {
	margin: 0 0 1em;
}


/*
------------------------
	pr list
------------------------
*/

dl.pr_list {
}

dl.pr_list dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff6229;
}

dl.pr_list dt em {
	margin-right: 5px;
	padding: 2px 5px;
	color: #fff;
	background: #ff6229;
}

dl.pr_list dd {
	margin: 0.5em 0 2em;
	padding: 0;
}


/*
------------------------
	service
------------------------
*/

ul.sv_list {
	margin: 0 0 5px;
}

ul.sv_list li {
	display: inline-block;
	margin: 1px;
	padding: 2px 5px;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	background: #1288b2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul.sv_list li.index {
	color: #cc7614;
	background: #ffcf99;
}



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

	Index
	
==============================
*/

h3.top_index {
	width: 678px;
	height: 40px;
	margin: 10px 0 0;
	padding: 0;
	border: 1px solid #cccccc;
	background:#efefef;
	-webkit-box-shadow: inset 0 0 0 1px #fff; 
	-moz-box-shadow: inset 0 0 0 1px #fff; 
	box-shadow: inset 0 0 0 1px #fff; 
}

h3.top_index p {
	min-width: 150px;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 40px;
	border-left:3px solid #ff941a;
	/*border-top:2px solid #ff941a;*/
	display:inline-block;
	/*background: url(../img/mark_red.png) no-repeat left center;*/
}

/*
------------------------
	top layout
------------------------
*/

.index .left,
.index .right {
	width: 335px;
}



/*
------------------------
	top search
------------------------
*/

.top_search {
	width: 525px;
	margin: 0 0 20px;
	padding: 10px 0 10px 15px;
	background: #efefef;
}

.top_search input {
	float: left;
	margin-right: 10px;
}


/*
------------------------
	top news
------------------------
*/

.news_box {
	width: 520px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	background: #f2f2f2;
}

.news_box .top {
	position: relative;
	width: 520px;
	height: 30px;
	background: url(../img/index_title.png) no-repeat 0 0;
}

.news_box .top em {
	position: absolute;
	left: 20px;
	bottom: 7px;
	font-size: 1.6em;
	font-weight: normal;
	color: #333;
}

.news_box .top a {
	position: absolute;
	right: 10px;
	bottom: 7px;
	color: #fff;
}

.news_box .top a:hover {
	color: #fff;
}

.news_box .box {
	padding: 0 10px 5px;
}



/*
------------------------
	top box
------------------------
*/

.top_pk_box {
	width: 660px;
	margin: 0 0 10px;
	padding: 15px 9px 9px 9px;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #ccc;
}

.top_pk_box .pk_box {
	float: left;
	width: 320px;
	margin-right: 10px;
	padding: 0 0 10px 0;
	/*border-bottom: 1px dotted #ccc;*/
}

.top_pk_box .pk_box .photo {
	float: left;
	width: 110px;
}

.top_pk_box .pk_box .pk_body {
	float: left;
	width: 210px;
}

.top_pk_box .pk_box h4.title {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.2em;
}

.top_pk_box .pk_box .pk_add {
	padding: 15px 0 0 440px;
}

.top_pk_box .pk_box .catch {
	margin: 5px 0;
	line-height: 1.5;
}

.top_pk_box .pk_box .category {
	line-height: 1.5;
	padding-left: 15px;
	background: url(../img/mark_orange2.png) no-repeat 0 4px;
	background-size:6px 9px;
}

/*.top_pk_box .pk_box .info {
	line-height: 1.3;
}*/


.top_box {
	width: 650px;
	margin: 0 0 10px;
	padding: 15px 14px 0;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #ccc;
}


/*
------------------------
	coupon
------------------------
*/

ul.cp_list {
}

ul.cp_list li {
	padding: 0 10px 10px 15px;
	background: url(../img/mark_orange2.png) no-repeat 0 2px;
	background-size:6px 9px;
}


ul.top_list {
	margin: 0 10px 10px;
}

ul.top_list li {
	clear: both;
	margin-bottom: 15px;
	display:inline-block;
	line-height: 1.4;

}

ul.top_list li p {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../img/mark_orange2.png) no-repeat left center;
	background-size:6px 9px;
}

ul.top_list li span {
	float: right;
}

ul.top_list li span.rev_eval {
	float: right;
	color: #ff9419;
}


ul.free_list {
}

ul.free_list li {
	padding: 0 10px 10px 15px;
	line-height: 1.3;
	background: url(../img/mark_orange2.png) no-repeat 0 2px;
	background-size:6px 9px;
}




/*
------------------------
	new shop
------------------------
*/

.top_list_box {
	width: 660px;
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ccc;
}

.top_list_box:last-of-type {
	border: none;
}

.top_list_box .photo {
	float: left;
	width: 160px;
}

.top_list_box .body {
	float: right;
	width: 480px;
	line-height: 1.5;
}

.top_list_box h4.title {
	font-size: 1.6em;
}

.top_list_box .catch {
	margin: 5px 0;
	font-size: 1em;
}


.top_list_box .info {
	padding: 0 0 10px;
	text-align: right;
}

.top_list_box .info li {
	display: inline;
	padding-left: 10px;
}

.top_list_box .info li em {
	margin-right: 5px;
}


/*
------------------------
	new coupon
------------------------
*/

.top_box .cpon_box {
	width: 510px;
	margin-left: 10px;
}

.top_box .cpon_box .photo {
	width: 115px;
	height: 80px;
	text-align: center;
	overflow: hidden;
}

.top_box .cpon_box .body {
	margin: 5px 0 0;
	padding: 0 0 10px;
}

.top_box .cpon_box .period {
	margin: 10px 0 0;
	padding: 2px;
	text-align: right;
	background: #e5e5e5;
}

.top_box .cpon_box dl.cpon {
	clear: both;
}

.top_box .cpon_box dl.cpon dt {
	float: left;
	width: 125px;
	margin-bottom: 10px;
}

.top_box .cpon_box dl.cpon dd {
	float: left;
	width: 120px;
	margin: 0 10px 10px 0;
}



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

	Box
	
==============================
*/

.format_box {
	padding: 20px 15px 0;
	line-height: 1.5;
}

.format_box p {
	margin-bottom: 30px;
}

.format_box .bs_tb th p {
	margin: 0;
}

.nodata {
	padding: 30px 20px 0;
	line-height: 2;
}

.shop_box .nodata {
	padding: 30px 20px;
}

.textline {
	padding: 10px 0;
	line-height: 1.6;
}

.textline p {
	margin: 1em 0;
}

.shop_box .textline {
	padding: 20px 50px;
	line-height: 1.6;
}


.caption {
	margin: 0;
	padding: 5px 0 0;
	color: #4c4c4c;
	line-height: 1.3;
}

.caption.inline {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}


/*
------------------------
	color box
------------------------
*/

.gray_box {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.5;
}

.brown_box {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #995609;
	line-height: 1.5;
}

.red_box {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ff6229;
	line-height: 1.5;
}

.error_box {
	margin: 10px 0;
	padding: 10px;
	border: 2px solid #ff6229;
	line-height: 1.5;
	color: #fa4e3e;
	background: #ffedd9;
}



/*
------------------------
	search
------------------------
*/

.srch_box {
	width: 680px;
	margin: 0 0 10px;
	padding: 0 0 10px;
	background: #f2f2f2;
}

.srch_box .top {
	position: relative;
	width: 680px;
	height: 30px;
}

.srch_box .top em {
	position: absolute;
	left: 15px;
	bottom: 10px;
	color: #666;
	font-weight: bold;
}

.srch_box .box {
	margin: 0 10px;
	padding: 5px 9px 15px;
	border: 1px solid #808080;
	background: #fff;
}


.sv_s_box {
	width: 330px;
}

.sv_s_box label {
	float: left;
	width: 150px;
}



/*
------------------------
	pager
------------------------
*/

.pager_box {
	position: relative;
	min-height: 1.4em;
	margin: 0 0 15px;
	padding: 20px 10px 5px;
	border-bottom: 1px dotted #ccc;
}

.pager_box .srch_text {
	margin: 0 0 8px;
}

.pager_box strong {
	font-size: 1.4em;
}

.pager_box em {
	margin:0 10px;
}

.pager_box .pager_navi {
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: #666;
}

.pager_navi b {
	color: #000;
}

.pager_box br{
	display:none;
}


/*
------------------------
	list
------------------------
*/

.list_box {
	width: 678px;
	margin: 15px 0;
	border: 1px solid #ccc;
}

.list_box h3.title {
	position: relative;
	width: 660px;
	min-height: 30px;
	padding: 5px 10px;
	font-size: 1.4em;
}

.list_box h3.title p {
	margin: 5px 0;
	width: 475px;
	min-height: 20px;
	padding-left: 10px;
	border-left: 5px solid #ff9419;
	line-height: 20px;
}

.list_box.shop_list h3.title p {
	width: 380px;
}

.list_box .box {
	padding: 15px 10px;
}

.list_box .photo {
	float: left;
	width: 300px;
}

.list_box .body {
	float: right;
	width: 340px;
	line-height: 1.5;
}

.list_box .category {
	height: 15px;
	margin: 0 0 5px;
	line-height: 15px;
	text-align: right;
	color: #802d24;
}

.list_box .category em {
	height: 100%;
	padding-left: 20px;
	background: url(../img/mark_orange2.png) no-repeat left center;
	background-size:6px 9px;
}

.list_box .catch {
	margin: 0 0 15px;
	font-size: 1.4em;
	color: #ff6229;
}

.list_box .period {
	margin: 10px 0;
	padding: 10px 5px 0;
	border-top: 1px dotted #ccc;
	text-align: right;
}

.list_box .period strong {
	color: #802d24;
}

.list_box .shop {
	padding: 3px 5px;
	text-align: right;
	background: #f2f2f2;
}



/*
------------------------
	review list
------------------------
*/

.rev_box {
	width: 660px;
	margin: 0 0 30px;
}

.rev_box h3.title {
	padding-left: 10px;
	font-size: 1.4em;
	border-left: 3px solid #808080;
}

.rev_box .shop {
	margin: 0;
	padding: 0 5px 3px;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}

.rev_box .message {
	margin: 0 0 20px;
	padding: 15px 10px 0;
	line-height: 1.5;
}

.rev_box .link {
	text-align: right;
	margin: 0 0 5px;
}

.rev_box .author {
	padding: 3px 5px;
	text-align: right;
	color: #666;
	border-bottom: 1px solid #ccc;
}


.eval_line {
	width: 105px;
	height: 20px;
	margin: 10px 10px 0;
	overflow: hidden;
}

.eval_line span {
	display: block;
	width: 105px;
	height: 0;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.eval_line .eval1 {
	background-image: url(../img/star_1.png);
}

.eval_line .eval2 {
	background-image: url(../img/star_2.png);
}

.eval_line .eval3 {
	background-image: url(../img/star_3.png);
}

.eval_line .eval4 {
	background-image: url(../img/star_4.png);
}

.eval_line .eval5 {
	background-image: url(../img/star_5.png);
}



/*
------------------------
	present
------------------------
*/

.pre_box {
	width: 650px;
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ccc;
}

.pre_box h3.title {
	padding-left: 10px;
	font-size: 1.4em;
	border-left: 3px solid #ff6229;
	color: #ff6229;
}

.pre_box .box {
	padding: 15px 0 0;
}

.pre_box .photo_box {
	float: left;
	margin: 0 20px 20px 0;
}

.pre_box .photo {
	margin: 0;
}

.pre_box .message {
	margin: 0;
}

.pre_box .nophoto {
	width: 138px;
	height: 103px;
	text-align: center;
	line-height: 105px;
	color: #999;
	border: 1px solid #ccc;
	background: #f2f2f2;
}

.pre_box .catch {
	margin: 0 0 10px;
	padding: 0 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.pre_box .message {
	margin: 0 0 10px;
	padding: 0 5px;
	line-height: 1.5;
}

.pre_box .link {
	text-align: right;
	margin: 0 0 10px;
}

.pre_box .period {
	padding: 5px;
	text-align: right;
	border-top: 1px dotted #ccc;
}

.pre_box .period strong {
	color: #666;
}

.pre_box .author {
	padding: 3px 5px;
	text-align: right;
	background: #f2f2f2;
}



/*
------------------------
	news detail
------------------------
*/

.news_detail {
	margin: 0 0 40px;
	padding: 0 0 20px;
	line-height: 1.5;
	border-bottom: 2px solid #ccc;
}

.news_detail h3.title {
	margin: 0 0 20px;
	font-size: 1.4em;
}

.news_detail .photo_box {
	float: right;
	margin: 0 0 20px 20px;
}

.news_detail .photo {
	margin: 0;
}

.news_detail .message {
	margin: 0;
}

.news_detail .date {
	margin: 20px 0;
	padding: 5px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}



/*
------------------------
	special
------------------------
*/

.sp_bnr {
	width: 680px;
	height: 150px;
	margin: 10px 0;
	overflow: hidden;
}

.sp_catch {
	margin: 15px 0;
	padding: 0 5px;
	line-height: 1.5;
	font-size: 1.8em;
	color: #4c4c4c;
}

.sp_message {
	margin: 10px 0;
	padding: 10px 15px;
	font-size: 1.2em;
	line-height: 1.6;
	background: #ffedd9;
	color: #995609;
}



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

	Shop Page
	
==============================
*/

/*
------------------------
	head
------------------------
*/

.shop_head {
	width: 676px;
	margin: 0;
	border: 2px solid #ffcf99;
}

.shop_head h3.title {
	position: relative;
	width: 660px;
	min-height: 40px;
	padding: 5px 9px;
	font-size: 1.4em;
}

.shop_head h3.title p {
	margin: 5px 0;
	width: 480px;
	min-height: 30px;
	padding-left: 10px;
	line-height: 1.6;
	/* background: url(../img/mark_orange1.png) no-repeat left center; */
}


/*
------------------------
	main menu
------------------------
*/

ul#shop_menu {
	width: 680px;
	height: 25px;
	margin: 0 0 15px;
	padding: 0;
}

ul#shop_menu li {
	width: 132px;
	float: left;
	height: 25px;
	overflow: hidden;
	margin-right: 5px;
}

ul#shop_menu li:last-child{
	margin-right: 0;
}

ul#shop_menu li a {
	display: block;
	width: 132px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #ffa947;
}

ul#shop_menu li a.now,
ul#shop_menu li a:hover {
	background: #ff9419;
	text-decoration: none;
}



/*
------------------------
	shop box (contents)
------------------------
*/

.shop_box {
	width: 676px;
	margin: 0;
	border: 2px solid #ffaca3;
}

.shop_box .top {
}

.shop_box .box {
	padding: 10px;
	line-height: 1.5;
}

.shop_box .photo_box {
	float: left;
	width: 300px;
}

.shop_box .thumb_box {
	margin: 0 0 10px;
	padding: 9px;
	border: 1px solid #ccc;
}

.shop_box .photo {
	margin: 0 0 10px;
}

.shop_box .thumb_box .photo {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px;
}

.shop_box .thumb_box .thumb {
	float: left;
	width: 100px;
	margin: 0 0 10px;
}

.shop_box .thumb_box .caption {
	float: right;
	width: 160px;
	margin: 0 0 10px;
}


.shop_box .body {
	float: right;
	width: 340px;
}

.shop_box .body2 {
	float: right;
	width: 320px;
	padding: 9px;
	border: 1px solid #ccc;
}

.shop_box .catch {
	margin: 0 0 20px;
	padding: 10px 5px 0;
	font-size: 1.6em;
	color: #ff6229;
}

.shop_box .message {
	margin: 5px 0 15px;
	line-height: 1.6;
}

.shop_box .period {
	margin: 10px 0 0;
	padding: 5px;
	border-top: 1px dotted #ccc;
	text-align: right;
}

.shop_box .period strong {
	color: #ff6229;
}

.shop_box .shop {
	padding: 3px 5px;
	text-align: right;
	background: #f2f2f2;
}


.shop_box .qr_box {
	padding: 0;
	border: 5px solid #ebfaff;
}

.shop_box .qr_box img {
	float: left;
	margin-right: 10px;
}

.shop_box .qr_box .text {
	padding: 10px;
}



/*
------------------------
	shop index
------------------------
*/

.sv_box {
	margin:5px 0;
}

.sv_box .index {
	padding: 2px 5px;
	color: #333;
	background: #f2f2f2;
}

.sv_box .svlist {
	margin: 5px 5px 10px;
}


/*
------------------------
	shop page
------------------------
*/

#shop_page {
	width: auto;
	padding: 0 10px;
}

#shop_page .photo {
	/*display: inline;*/
	float: right;
	max-width: 280px;
	margin: 0 0 20px 20px;
}

#shop_page .catch {
	margin: 5px 0 20px;
	font-size: 1.6em;
}

#shop_page .message {
	margin: 0 0 30px;
	line-height: 1.6;
}



/*
------------------------
	shop map
------------------------
*/

#map {
}

.map {
	width: 654px;
	height: 500px;
	margin: 10px 0 0;
	border-bottom: 1px solid #ccc;
}



/*
------------------------
	shop coupon
------------------------
*/

.coupon_map {
}

.coupon_map .map {
	height: 400px;
}

.cp_tb .nophoto {
	width: 118px;
	height: 88px;
	text-align: center;
	line-height: 90px;
	color: #999;
	border: 1px solid #ccc;
	background: #f2f2f2;
}



/*
------------------------
	shop review
------------------------
*/

.shop_box .rev_box {
	width: auto;
	margin: 15px 0 30px;
	padding: 0 10px;
}

.shop_box .rev_box .photo_box {
	float: right;
	width: auto;
	margin: 0 0 20px 20px;
}

.shop_box .rev_box .photo {
	margin: 0;
}

.shop_box .rev_box .catch {
	margin: 0 0 20px;
	font-size: 1.6em;
}

.shop_box .rev_box .contents {
	margin: 0 0 30px;
	line-height: 1.6;
}


.review_rules {
	margin: 30px 0 0;
	padding: 15px;
	background: #f2f2f2;
}

.review_rules p {
	margin: 0 0 1em;
}

.review_rules ol {
	margin: 1em 0 0;
}



/*
------------------------
	shop info
------------------------
*/

.shop_box ul.news_list {
	width: 656px;
}

.shop_box .info_box {
	width: 656px;
	margin: 10px 0;
}

.shop_box .info_box .photo_box {
	float: left;
	width: auto;
	margin: 0 20px 20px 0;
}

.shop_box .info_box .photo {
	margin: 0;
}

.shop_box .info_box .catch {
	margin: 0 0 15px;
	font-size: 1.4em;
}

.shop_box .info_box .contents {
	margin: 0 0 30px;
	line-height: 1.6;
}



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

	Image Link
	
==============================
*/

/*
------------------------
	detail_btn
------------------------
*/

.detail_btn {

}

.list_box .detail_btn {
	position: absolute;
	top: 5px;
	right: 7px;
}

.detail_btn a {
	width: 130px;
	padding:5px;
	display: table-cell;
	vertical-align: middle;
	background:#ff941a;
	border:1px solid #cccccc;
	font-size: 13px;
	color:#fff;
	text-align: center;
}

.detail_btn a:hover {
	background:#cc7614;
	border:1px solid #cccccc;
	text-decoration: none;
}


/*
------------------------
	comp_btn
------------------------
*/

.comp_btn {
	position: absolute;
	top: 10px;
	right: 95px;
	width: 65px;
	height: 30px;
	overflow: hidden;
}

.list_box .comp_btn {
	position: absolute;
	top: 5px;
	right: 112px;
}

.list_box.shop_list .comp_btn {
	position: absolute;
	top: 5px;
	right: 197px;
}

.comp_btn em {
	display: block;
	width: 65px;
	height: 0;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-image: url(../img/btn_comp.png);
	background-position: 0 0;
	cursor: pointer;
}

.comp_btn em.comp1 {
	background-position: 0 -30px;
}


/*
------------------------
	save_btn
------------------------
*/

.save_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
	height: 30px;
	overflow: hidden;
}

.list_box .save_btn {
	position: absolute;
	top: 5px;
	right: 112px;
}

.save_btn a,
.save_btn em {
	display: block;
	width: 80px;
	height: 0;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-image: url(../img/btn_save.png);
	background-position: 0 0;
}

.save_btn a:hover {
	background-position: 0 -30px;
	text-decoration: none;
}

.save_btn em {
	background-position: 0 -60px;
}


/*
------------------------
	print_btn
------------------------
*/

.print_btn {
	width: 175px;
	height: 30px;
	margin: 0 0 10px auto;
	overflow: hidden;
}

.print_btn a {
	display: block;
	width: 175px;
	height: 0;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-image: url(../img/btn_print.png);
	background-position: 0 0;
}

.print_btn a:hover {
	background-position: 0 -30px;
	text-decoration: none;
}



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

	Table
	
==============================
*/

/*
------------------------
	top_tb
------------------------
*/

.top_tb {
}

.top_tb td {
	vertical-align: top;
	border-style:solid;
	border-width: 0 1px 1px 1px;
	border-color: #ccc;
}

.top_tb .info {
	margin: 20px 10px;
}



/*
------------------------
	bs_tb
------------------------
*/

.bs_tb {
}

.bs_tb th,
.bs_tb td {
	padding: 1.2em 1em;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
	vertical-align: top;
}

.bs_tb th {
	font-weight: normal;
	text-align: left;
}

.bs_tb th p {
	border-right: 2px solid #ccc;
}

.bs_tb td {
}



/*
------------------------
	sr_tb
------------------------
*/

.sr_tb {
	width: 100%;
}

.sr_tb th,
.sr_tb td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
	vertical-align: top;
}

.sr_tb th {
	width: 70px;
	text-align: left;
	color: #888;
}

.sr_tb th p {
	border-right: 2px solid #999;
}

/*.sr_tb th p {
	border-right: 2px solid #ccc;
}*/

.sr_tb td table th,
.sr_tb td table td {
	border: none;
}



/*
------------------------
	lt_tb
------------------------
*/

.lt_tb {
	width: 100%;
	margin: 0;
}

.lt_tb th,
.lt_tb td {
	border-top: 1px solid #ccc;
}

.lt_tb tr.nobdr th,
.lt_tb tr.nobdr td {
	border: none;
}

.lt_tb th {
	width: 60px;
	padding: 0.7em 5px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	color: #995609;
}

.lt_tb th p {
}

.lt_tb td {
	padding: 5px;
	line-height: 1.5;
}

.lt_tb th.no_line,
.lt_tb td.no_line {
	border: none;
}



/*
------------------------
	fm_tb
------------------------
*/

.fm_tb {
	width: 656px;
}

.fm_tb th,
.fm_tb td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

.fm_tb th {
	width: 120px;
	padding-top: 12px;
	font-weight: bold;
	text-align: left;
	color: #666;
	vertical-align: top;
	white-space: nowrap;
}

.fm_tb th p {
	margin: 0;
	padding-right: 10px;
	border-right: 2px solid #ccc;
}

.fm_tb td {
	line-height: 1.5;
}

.fm_tb input {
	width:460px;
}

.fm_tb textarea {
	width:460px
}

/*
------------------------
	cp_tb
------------------------
*/

.cp_tb {
	width: 656px;
	margin: 0 0 10px;
	border: 1px solid #999;
}

.cp_tb th,
.cp_tb td {
	padding: 6px 10px;
	border-bottom: 1px solid #999;
	line-height: 1.5;
}

.cp_tb th {
	font-weight: normal;
	text-align: left;
	background: #e6f1f5;
}

.cp_tb td {
}


.cp_tb td.img {
	width: 120px;
	padding: 6px;
	border-right: 1px solid #ccc;
}



/*
------------------------
	comp_tb
------------------------
*/

.comp_tb {
	width: auto;
	margin: 20px 0;
	border: 1px solid #999;
}

.comp_tb th,
.comp_tb td {
	padding: 6px 10px;
	border-bottom: 1px solid #999;
	line-height: 1.5;
	vertical-align: top;
}

.comp_tb th {
	width: 100px;
	font-weight: normal;
	text-align: left;
	background: #f2f2f2;
}

.comp_tb td {
	border-right: 1px solid #999;
}



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

	sho-ten_map
	
==============================
*/

/*
------------------------
	layout
------------------------
*/

#map_mainbg{
	width:680px;
	margin:0 auto;
	background:url(/img/map_roadbg.png) center repeat-y;
	display:table;
}

#map_wrap{
	width:640px;
	border-bottom:15px solid #e3d17d;
	margin:0 auto;
	padding-top:10px;
}

#map_wrap_bbn{
	width:640px;
	margin:0 auto;
	padding-top:10px;
}


#map_lcont{
	width:310px;
	height:auto;
	position: relative;
	padding:0 0 0 10px;
	display:table-cell;
}

#map_rcont{
	width:310px;
	height:auto;
	position: relative;
	padding:0 10px 0 0;
	display:table-cell;
}

#map_lcont ul{
	width:310px;
}

#map_rcont ul{
	width:310px;
}

ul.mgb10 li{
	margin-bottom: 10px;
}

ul.mgb20 li{
	margin-bottom: 20px;
}

ul.mgb20 li:last-child{
	margin-bottom: 10px;
}

.padt100{
	padding-top:100px;
}

.elm_bottom_rcont{
	position: absolute;
	bottom: 0;
}


@media all and (-ms-high-contrast:none){
	.elm_bottom_rcont{
		position: absolute;
		top: 60px;
}
}

.elm_bottom_lcont{
	position: absolute;
    bottom:0;
}


@media all and (-ms-high-contrast: active),(-ms-high-contrast:none){
	.elm_bottom_lcont{
		position: absolute!important;
   		top:135px!important;
}
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .elm_bottom_lcont{
		position: absolute;
    	top:135px;
}
}

.bdb15{
	border-bottom:15px solid #e3d17d;
	margin-bottom: 10px;
}

.pad0{
	padding-bottom: 0!important;
}

.bdnone{
	border:#fff!important;
}

.distble{
	display:table;
}


.mgnt_1{
	margin-top: 50px;
}


/*
------------------------
	btn
------------------------
*/

ul.shopbtn li a{
	background:#f3eed6;
	position: relative;
	display:block;
	text-decoration: none;
	color:#000;
	line-height: 1.2;
}

ul.shopbtn li a:after{
	content: ' ';
    width:0;
    height: 0;
    position:absolute;
	border-style: solid;
	border: 4px solid transparent;
}

/*---------lftbtn--------*/

ul.lftbtn li a{
	width:225px;
	padding:10px 15px;
	border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
	-moz-border-radius:8px 0 0 8px;
	border-right:6px solid #777;
	text-align: right;
	margin-left:10px;
}

ul.lftbtn li a:after{
	border-left: 4px solid #777;
	top:40%;
    right:-13px;
}

ul.lftbtn li a:hover{
	background:#ebe5c5;
	border-right:6px solid #ff9419;
	cursor: pointer;
}

ul.lftbtn li a:hover:after{
	border: 4px solid transparent;
	border-left: 4px solid #ff9419;
}

/*---------rightbtn--------*/

ul.rightbtn li a{
	width:225px;
	padding:10px 15px;
	border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	-moz-border-radius:0 8px 8px 0;
	border-left:6px solid #777;
	text-align: left;
	margin-left:39px;
}

ul.rightbtn li a:after{
	border-right: 4px solid #777;
	top:40%;
    left:-13px;
}

ul.rightbtn li a:hover{
	background:#ebe5c5;
	border-left:6px solid #ff9419;
	cursor: pointer;
}

ul.rightbtn li a:hover:after{
	border: 4px solid transparent;
	border-right: 4px solid #ff9419;
}

/*---------topbtn--------*/

ul.topbtn li{
	display:table-cell;
}

ul.topbtn li a{
	padding:10px 5px;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-top:6px solid #777;
	text-align: center;
	margin-right:10px;
}


ul.topbtn li:first-child{
	padding-left:39px;
}

ul.topbtn li a:after{
	border-bottom: 4px solid #777;;
    left:45%;
    top:-14px;
}

ul.topbtn li a:hover{
	background:#ebe5c5;
	border-top:6px solid #ff9419;
	cursor: pointer;
}

ul.topbtn li a:hover:after{
	border: 4px solid transparent;
	border-bottom: 4px solid #ff9419;
}

/*---------btmbtn--------*/

ul.btmbtn li{
	display:table-cell;
}

ul.btmbtn li .mgn_a{
	margin-left: 70px;
}

ul.btmbtn li a{
	padding:10px;
	border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	border-bottom:6px solid #777;
	text-align: center;
}

ul.btmbtn li a:after{
	border-top: 4px solid #777;;
    left:45%;
    bottom:-14px;
}

ul.btmbtn li a:hover{
	background:#ebe5c5;
	border-bottom:6px solid #ff9419;
	cursor: pointer;
}

ul.btmbtn li a:hover:after{
	border: 4px solid transparent;
	border-top: 4px solid #ff9419;
}

.newline_sp{
	display: none;
}

.mgn_b10{
	margin-bottom: 10px;
}

.mgn_t-1line{
	margin-top: 60px;
}

/*
------------------------
	floatbg
------------------------
*/

.shop_floatbg{
	width:600px;
	height:auto;
	padding:15px;
	background:#fff;
	text-align: center;
}

.shop_img{
	margin-bottom:15px;
}

.shop_floatbg p.title{
	float:left;
	font-size: 16px;
	font-weight: bold;
	color:#000;
}

.shop_floatbg p.link{
	float:right;
	font-size: 13px;
	color:#000;
}

.shop_floatbg .txtwrap{
	border-top:1px dotted #999;
	padding-top: 15px;
}


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

	about
	
==============================
*/

#about_mainimg{
	width:680px;
	margin-bottom: 30px;
}


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

	coloring.html
	
==============================
*/

p.colorttl{
	margin-bottom: 40px;
}

dl.coloring{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}

dl.coloring dt{
	float:left;
	font-weight: bold;
	font-size: 1.3em;
}

dl.coloring dd{
	float:right;
}


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

	inquiry.html
	
==============================
*/

p.inqttl{
	margin-bottom: 40px;
}

p.inqtxt{
	text-align: center;
}