@charset "UTF-8"; 

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ font-family: MS PGothic; margin: 0; padding: 0;}
table{ border-collapse: collapse; border-spacing: 0;}
fieldset,img { border: 0;}
address,caption,cite,code,dfn,var{ font-style: oblique; font-weight: normal;}
em{ font-style: normal;}
ol,ul{ list-style: none;}
caption,th{ text-align: left;}
h1,h2,h3,h4,h5,h6{ font-size: 100%; font-weight: normal;}
q:before,q:after{ content: '';}
abbr,acronym{ border: 0;}

input[type="submit"], input[type="reset"], input[type="button"], button{ cursor: pointer; }
body { color:#333; font-family:"メイリオ","ＭＳ Ｐゴシック",sans-serif; line-height: 20px; }
p{ margin:10px; }
a{ color: #4b88fd; text-decoration:none; }
.clr{ clear:both; padding: 0; margin: 0; }

blockquote {
	background: none repeat scroll 0 0 #f2f2f2;
	border-left: 2px solid;
	margin: 10px;
	padding: 10px 20px;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.none{ display:none; }
.cf { display: inline-table; }
  
/* Hides from IE-mac \*/  
* html .cf { height: 1%; }  
.cf { display: block; }  
/* End hide from IE-mac */  


blockquote ul{ margin: 0; padding: 10px; }

.bkcolor { border: 4px solid #ddd; }

.w205{ margin: 10px; width:205px; }
.w250{ margin: 10px; width:250px; }
.w320{ margin: 10px; width:320px; }
.w670{ margin: 10px; width:670px; }


.fl{ float:left; }
.fr{ float:right; }



nav#breadcrumbs {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin: 10px 10px 0;
	padding: 5px 0;
}

nav#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
}
nav#breadcrumbs ol li:before {
	content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
	content:"";
}

.nav{
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

h1 img {
    width: 320px;
}

header {
	border-bottom: 1px solid #ccc;
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}


#header{
	background: #333333 none repeat scroll 0 0;
}

.navi_title { color: #fff; }

#header a { padding: 0; }
#header a:hover {
	opacity:0.5; 
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}


#header h2 { font-size:18px; margin: 40px 10px 10px; float: left; }

.adminer img{
	width:200px;
}

.adminer img:hover{
	opacity:0.5; 
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}


.navibar {
	margin: 0 auto;
	width: 1050px;
}

.wrap {
	margin: 0 auto;
	width: 1050px;
	padding:5px;
}

.index_mv {
	text-align: center;
}

.mv {
	margin: 0 0 10px;
	text-align: center;
	padding: 10px;
}
.mv img {
	width: 250px;
}
.nav > ul { margin: 0 5px; }
.nav li {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	float: left;
	line-height: 48px;
	text-align: center;
	width: 195px;
}

.nav li a{
	color:#000;
	text-decoration: none;
	width: 100%;
	display: block;
}

.nav li:hover{
	color:#ddd;
	background:#E0FFFF;
}

.category_cnt.ad.fc {
    background: #ddd none repeat scroll 0 0;
    box-shadow: 5px 5px 0 #aaa;
    margin-bottom: 10px;
    text-align: center;
    padding: 15px 0 10px;
}

.cnt_r {
	float: left;
	padding: 10px 22px;
}


/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}




.cnt { margin: 0 0 20px; }

h3 {
    background-color: #6495ED;
    border-left: 2px solid #aaa;
    box-shadow: 3px 3px 8px #aaa;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}


h4{
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.heading{
	font-weight: bold;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
}
 
.heading:before{
	content:''; 
	height:15px; 
	width:3px; 
	display:block; 
	background:#fff; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:5px; 
	left:8px;
}
 
.heading:after{
	content:''; 
	height:3px; 
	width:13px; 
	display:block; 
	background:#fff; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:10px; 
	left:5px;
}


span.bd {
  background: linear-gradient(transparent 70%, #191970 70%); 
  position: relative;
}
 
h3 > span.bd:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 9px solid #191970;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: 0;
    left: -6px;
}

h3 > span.bd:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #191970;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 0;
    right: -6px;
}

h4 > span.bd {
  background: linear-gradient(transparent 70%, #FFF 70%); 
  position: relative;
}

h4 > span.bd:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 7px solid #FFF;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: 0;
    left: -6px;
}

h4 > span.bd:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #FFF;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 0;
    right: -6px;
}




span.bd:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 7px solid #191970;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: 0;
    left: -6px;
}
 
span.bd:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #191970;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 0;
    right: -6px;
}




h3 > span {
	padding: 0 10px;
}

.h3_cnt > ul { margin: 0 5px; }
.h3_cnt li { margin: 6px 0; }
.h3_cnt img.main { border: 1px solid #aaa; padding: 5px; }
.h3_cnt h4 { 
	border-bottom: 2px solid #dadada;
	color: #1050bf;
	font-size: 20px;
	margin: 10px 0;
	padding: 5px;
}


.h3_cnt li {
	float: left;
	line-height: 45px;
	list-style: outside none none;
	margin: 6px 0;
	text-indent: 50px;
	width: 164px;
}

.h3_cnt li a{
	display : block;
}

.h3_cnt li a:hover{
	background-color: rgba(197,197,197,0.2);
}


h4.box_title {
	background: #ddd none repeat scroll 0 0;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}



h4.box_title.chk {
	background: #ddd url("../img/chk_bg.png") no-repeat scroll 10px 4px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 45px;
}


.category_area { background: none repeat scroll 0 0 #f6f6f6; margin: 3px 0; }
.category_area_list > li {
	float: left;
	list-style: none outside none;
	margin: 2px 15px;
}
.bold{ font-weight:bold; }



.l_crm {
	float: left;
	width: 700px;
}

.r_crm {
	float: left;
	margin: 0 10px;
	width: 330px;
}

.img_box { float: left; padding: 15px; }
.comment .img_box { float: left; padding: 15px; }


.img_box > img {
	height: 175px;
	width: 175px;
}

.item_box_top {
    border-bottom: 2px dashed #eee;
    padding: 10px 0 0;
}

.item_box p{
	margin:0;
}

.item_box_top li {
	float: left;
	width: 50%;
}

.item_box_top li a {
	display :block;
}
.item_box_top li a:hover {
	background-color: rgba(197,197,197,0.2);
}


.item_box{
	float:left;
	width:480px;
}

.item_box .item_box_inner p {
	margin: 15px 5px;
}


.item_box_btm{
	float: right;
	margin: 0 5px 0 0;
}

.item_box_btm > p {
	display: inline-block;
	text-align: right;
	padding: 10px 0;
}

.item_box_title span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 0;
}


.comment .item_box_inner {
	padding: 10px 0 0;
}

.item_box .item_box_inner p {
	margin: 5px 5px 10px;
}


li.pref {
	background: rgba(0, 0, 0, 0) url("../img/tag_bg.png") no-repeat scroll 0 0 / 50px auto;
	line-height: 30px;
	text-indent: 30px;
}

li.genre {
	background: rgba(0, 0, 0, 0) url("../img/tag_bg.png") no-repeat scroll 0 0 / 50px auto;
	line-height: 30px;
	text-indent: 30px;
}


.info_data dt{
	background: rgba(0, 0, 0, 0) url("../img/tag_bg.png") no-repeat scroll 0 0 / 50px auto;
	line-height: 30px;
	text-indent: 30px;
	float: left;
	width: 33%;
}

.info_data dd{
	line-height: 30px;
	float: left;
	width: 66%;
	text-align: right;
}

.info_data dd > .pt{
	background-color: #FFBC99;
	border-radius: 4px;
	color: #fff;
	line-height: 30px;
	-webkit-transition: none;
	box-shadow: 0 3px 0 #444;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	padding:5px 30px;
	font-weight:bold;
}


.info_data .rate50{ background: rgba(0, 0, 0, 0) url("../img/bg/rate50.png") no-repeat scroll -5px 2px / 160px auto; }
.info_data .rate45{ background: rgba(0, 0, 0, 0) url("../img/bg/rate45.png") no-repeat scroll -5px 2px / 160px auto; }
.info_data .rate40{ background: rgba(0, 0, 0, 0) url("../img/bg/rate40.png") no-repeat scroll -5px 2px / 160px auto; }
.info_data .rate35{ background: rgba(0, 0, 0, 0) url("../img/bg/rate35.png") no-repeat scroll -5px 2px / 160px auto; }
.info_data .rate30{ background: rgba(0, 0, 0, 0) url("../img/bg/rate30.png") no-repeat scroll -5px 2px / 160px auto; }
.info_data .rate25{ background: rgba(0, 0, 0, 0) url("../img/bg/rate25.png") no-repeat scroll -5px 2px / 160px auto; }
.info_data .rate20{ background: rgba(0, 0, 0, 0) url("../img/bg/rate20.png") no-repeat scroll -5px 2px / 160px auto; }
.info_data .rate15{ background: rgba(0, 0, 0, 0) url("../img/bg/rate15.png") no-repeat scroll -5px 2px / 160px auto; }
.info_data .rate10{ background: rgba(0, 0, 0, 0) url("../img/bg/rate10.png") no-repeat scroll -5px 2px / 160px auto; }
.info_data .rate05{ background: rgba(0, 0, 0, 0) url("../img/bg/rate05.png") no-repeat scroll -5px 2px / 160px auto; }
.info_data .rate00{ background: rgba(0, 0, 0, 0) url("../img/bg/rate00.png") no-repeat scroll -5px 2px / 160px auto; }

.comment .info_data .rate50{ background: rgba(0, 0, 0, 0) url("../img/bg/rate50g.png") no-repeat scroll -5px 2px / 160px auto; }
.comment .info_data .rate45{ background: rgba(0, 0, 0, 0) url("../img/bg/rate45g.png") no-repeat scroll -5px 2px / 160px auto; }
.comment .info_data .rate40{ background: rgba(0, 0, 0, 0) url("../img/bg/rate40g.png") no-repeat scroll -5px 2px / 160px auto; }
.comment .info_data .rate35{ background: rgba(0, 0, 0, 0) url("../img/bg/rate35g.png") no-repeat scroll -5px 2px / 160px auto; }
.comment .info_data .rate30{ background: rgba(0, 0, 0, 0) url("../img/bg/rate30g.png") no-repeat scroll -5px 2px / 160px auto; }
.comment .info_data .rate25{ background: rgba(0, 0, 0, 0) url("../img/bg/rate25g.png") no-repeat scroll -5px 2px / 160px auto; }
.comment .info_data .rate20{ background: rgba(0, 0, 0, 0) url("../img/bg/rate20g.png") no-repeat scroll -5px 2px / 160px auto; }
.comment .info_data .rate15{ background: rgba(0, 0, 0, 0) url("../img/bg/rate15g.png") no-repeat scroll -5px 2px / 160px auto; }
.comment .info_data .rate10{ background: rgba(0, 0, 0, 0) url("../img/bg/rate10g.png") no-repeat scroll -5px 2px / 160px auto; }
.comment .info_data .rate05{ background: rgba(0, 0, 0, 0) url("../img/bg/rate05g.png") no-repeat scroll -5px 2px / 160px auto; }
.comment .info_data .rate00{ background: rgba(0, 0, 0, 0) url("../img/bg/rate00g.png") no-repeat scroll -5px 2px / 160px auto; }




.rear_left {
	border: 1px solid #666;
	float: left;
	margin: 10px;
	padding: 10px;
}

.rear_right {
	border: 1px solid #666;
	float: right;
	margin: 10px;
	padding: 10px;
}
.img_area { text-align: center; }

.form { padding: 15px; }
.form dt { font-weight: bold; }
.form dd { padding: 5px 20px; }
input:focus { background: #FFE4C4; }
input[type="text"],input[type="email"],input[type="tel"] {
	font-size: 16px;
	height: 25px;
	width: 200px;
}
input#comment {
	font-size: 16px;
	height: 25px;
	width: 600px;
}
.comment_box dd.add { padding: 25px; }

input#submit_btn {
	background-color: #666;
	border-style: none;
	color: #fff;
	font-size: 16px;
	margin: 15px 20px;
	padding: 15px 40px;
}

input#submit_btn:hover { background-color: #aaa; }
.comment_box { padding: 15px; }
.comment_box dt {
	border-top: 1px dotted;
	font-weight: bold;
	padding: 10px 0 0;
}
.comment_box dd { padding: 0 15px; }

.main-contents { margin: 15px 0; }

.sidebar { float: left; width: 330px; margin: 15px 10px 10px; }
.pr { margin: 0 0 20px; }
.pr a:hover img { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)"; }
.pr_btm{ margin-top:10px; text-align:center; }



.top_list_title {
	background: none repeat scroll 0 0 #ddd;
	border-left: 2px solid #d24a2d;
	clear: both;
	font-weight: bold;
	padding: 10px;
}
.top_list_title > a {
	display: block;
}

.h3_cnt .top_list > li {
	float: left;
	list-style: outside none none;
	width: 80px;
}



.top_list a {
	display: block;
}

.top_list a:hover {
	background: none repeat scroll 0 0 #FFE4B5;
}


.category_title {
    background-color: #fa8072;
    background-image: url("../img/headline.png");
    border-left: 2px solid #aaa;
    clear: both;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.55;
    padding: 10px;
}

.category_title > span {
	background: rgba(0, 0, 0, 0) url("../img/span_bg.png") no-repeat scroll 0 0 / 20px auto;
	padding: 0 20px;
}



.category_cnt > ul { margin: 10px; }
.category_cnt li { margin: 5px 0; }

.category_cnt li {
    float: left;
    line-height: 45px;
    text-indent: 50px;
    width: 155px;
}


.pager { margin: 20px; text-align: center; }
.pager a { border: 1px solid; margin: 5px; padding: 10px; }
.pager span { border: 1px solid; margin: 5px; padding: 10px; }

table.detail {
	margin: 0 auto;
	width: 100%;
	border: none;
	border-collapse: separate;
	border-spacing: 0 10px;
	background: #fff;
}
 
table.detail th {
	vertical-align: middle;
	height: 40px;
	width: 80px;
	border-left: solid 1px #ddd;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
	
table.detail td.data {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd;
	border-image: none;
	border-style: none none solid;
	border-width: medium 1px 1px medium;
	color: #666;
	height: 40px;
	line-height: 18px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
}
 
table.detail td:fst-child {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
 
table.detail td.bar {
	height: 1px;
	width: 100%;
	border-top: solid 1px #34495e;
}


table.top { border: 1px solid #ddd; width: 100%; }
table.top td { border: 1px solid #ddd; padding: 5px; }
table.top .even { background:#dedede; }
table.top .odd { background:#fff; }
.w125{ width:125px; }
.bg { background: none repeat scroll 0 0 #f5f5f5; color: #e00000; padding: 10px;}
.bg .link { padding: 10px; }
.err li { color: #ff0000; font-size: 14px; }

#footer {
	background: #333 none repeat scroll 0 0;
	border-top: 5px solid #ccc;
	color: #fff;
	margin: 0;
	padding: 0;
}

#footer > p { text-align: center; margin:0 ; padding:0 }
p.copyright { padding:0; margin:0; }
p.copyright > a { color: #fff; font-weight: bold; }

.footer_area{
	height: 275px;
	margin: 0 auto;
	width: 1050px;
}


.btmarea {
	width: 100%;
}

.btmarea_inner {
	display: block;
}


.btmarea ul {
    color: #ffffff;
    float: left;
    font-size: 85%;
    margin: 25px 0 0;
}

.btmarea_inner.fc li {
	line-height: 30px;
}

.btmarea address {
	float: right;
}


.site_info , .site_cnt , .site_link {
	float:left;
	padding: 0 10px;
}


.adminer {
	border-right: 1px solid #ddd;
	float: left;
	margin: 10px;
	padding: 0 30px 0 0;
}


.shadowBox {
	background: #fff none repeat scroll 0 0;
	box-shadow: 3px 3px 8px #aaa;
}

.shadowBoxP {
	background: #fff none repeat scroll 0 0;
	box-shadow: 3px 3px 8px #aaa;
}

.shadowBoxP ul {
	padding: 15px;
}


.mb10 {
	margin-bottom: 10px !important;
}


.area_title { font-weight: bold; }
.area_box { float: left; padding: 20px; }
.area_box > p { margin: 10px; }
.area_box > ul { text-align: center; }

#pageTop{
    background: #ddd none repeat scroll 0 0;
    border: 5px solid #ddd;
    display: block;
    text-align: center;
    width: 155px;
}
#pageTop:hover{ opacity: 0.7; }



.pankuzu {
	font-size: 14px;
	margin: 20px auto 0;
	width: 1050px;
}
.pankuzu span {
	padding: 10px;
}
.pankuzu a{
	background: rgba(0, 0, 0, 0) url("../img/pankuzu-gray.gif") no-repeat scroll right center;
	padding-right: 18px;
	font-weight: normal;
}

.color_box {
	height: 250px;
	margin: 10px auto;
	width: 300px;
}



.category_bg{
	display: inline-block;
	margin: 0;
	float:left;
}


.vegetable > .category_bg { background: rgba(0, 0, 0, 0) url("../img/category/vegetable.png") repeat-y scroll 0 center / 70px 220px;}
.seafood > .category_bg { background: rgba(0, 0, 0, 0) url("../img/category/seafood.png") repeat-y scroll 0 center / 70px 220px;}
.meat > .category_bg { background: rgba(0, 0, 0, 0) url("../img/category/meat.png") repeat-y scroll 0 center / 70px 220px;}
.milk > .category_bg { background: rgba(0, 0, 0, 0) url("../img/category/milk.png") repeat-y scroll 0 center / 70px 220px;}
.seasoning > .category_bg { background: rgba(0, 0, 0, 0) url("../img/category/seasoning.png") repeat-y scroll 0 center / 70px 220px;}
.local > .category_bg { background: rgba(0, 0, 0, 0) url("../img/category/local.png") repeat-y scroll 0 center / 70px 220px;}
.suite > .category_bg { background: rgba(0, 0, 0, 0) url("../img/category/suite.png") repeat-y scroll 0 center / 70px 220px;}
.alcohol > .category_bg { background: rgba(0, 0, 0, 0) url("../img/category/alcohol.png") repeat-y scroll 0 center / 70px 220px;}
.drink > .category_bg { background: rgba(0, 0, 0, 0) url("../img/category/drink.png") repeat-y scroll 0 center / 70px 220px;}
.craft > .category_bg { background: rgba(0, 0, 0, 0) url("../img/category/craft.png") repeat-y scroll 0 center / 70px 220px; }

.comment > .category_bg { background-color: #ddd; }


li.vegetable{
	background: rgba(0, 0, 0, 0) url("../img/icon/vegetable.png") no-repeat scroll left top 0 / 45px auto;
}
li.seafood{
	background: rgba(0, 0, 0, 0) url("../img/icon/seafood.png") no-repeat scroll left top 0 / 45px auto;
}
li.meat{
	background: rgba(0, 0, 0, 0) url("../img/icon/meat.png") no-repeat scroll left top 0 / 45px auto;
}
li.milk{
	background: rgba(0, 0, 0, 0) url("../img/icon/milk.png") no-repeat scroll left top 0 / 45px auto;
}
li.seasoning{
	background: rgba(0, 0, 0, 0) url("../img/icon/seasoning.png") no-repeat scroll left top 0 / 45px auto;
}
li.local{
	background: rgba(0, 0, 0, 0) url("../img/icon/local.png") no-repeat scroll left top 0 / 45px auto;
}
li.suite{
	background: rgba(0, 0, 0, 0) url("../img/icon/suite.png") no-repeat scroll left top 0 / 45px auto;
}
li.alcohol{
	background: rgba(0, 0, 0, 0) url("../img/icon/alcohol.png") no-repeat scroll left top 0 / 45px auto;
}
li.drink{
	background: rgba(0, 0, 0, 0) url("../img/icon/drink.png") no-repeat scroll left top 0 / 45px auto;
}
li.craft{
	background: rgba(0, 0, 0, 0) url("../img/icon/craft.png") no-repeat scroll left top 0 / 45px auto;
}


.category_cnt .genre li a{
	display:block;
}
.category_cnt .genre li a:hover{
	background-color: rgba(197,197,197,0.2);
}


#toggle {
	display: none;
}

.toggle_btn{
	display: block;
	padding: 0 15px 10px;
	text-align: right;
	cursor: pointer;
	color:#6495ED;
}


.area_text{
	padding: 10px;
	color: #ffffff;
	text-align: center;
}


/***** SNS *****/
#share {
	margin: 5px 0;
}


.share-button.twitter {
	background-position: 50% -2px;
}
.share-button.facebook {
    background-position: 50% -43px;
}
.share-button.google-plus {
    background-position: 50% -83px;
}
.share-button.hatebu {
    background-position: 50% -123px;
}
.share-button.mixi {
    background-position: 50% -163px;
}


.share-button {
	cursor: pointer;
	display: inline-block;
	height: 36px;
	margin-left: 1px;
	width: 161px;
}

.share-button{
	background-image: url("../img/sns_sprite.png");
	background-repeat: no-repeat;
}

.share-button a {
	display: block;
	height: 100%;
	width: 100%;
}


.share-button:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


.fc:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

.fc {
    min-height: 1px; /*IE6、7対策*/
}

* html .fc {
    height: 1px;
    /*\*//*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}

.inicial {
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
	width: 52px;
}
ul.inicial-list {
    line-height: 190%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.h3_cnt ul.inicial-list li {
    border: 1px solid #ccc;
    font-size: 120%;
    font-weight: bold;
    line-height: 280%;
    margin: 3px 0 0;
    padding: 0;
	list-style: none;
}


.inicial_table {
	margin: 0 50px 0 0;
}




.date_box {
	margin: 0 0 0 10px;
	padding: 0;
	text-align: center;
}


.h3_cnt ul.date-list li {
	border: 1px solid #ccc;
	float: left;
	font-size: 120%;
	font-weight: bold;
	line-height: 280%;
	list-style: outside none none;
	margin: 2px;
	padding: 0;
	width: 48px;
}


.inicial-list a {
    display: block;
}

.date-list a{
	display: block;
}

.pager a:hover{
	background-color:#ddd;
}

.date-list li:hover{
	background-color:#ddd;

}

.inicial-list a:hover {
	background-color:#ddd;
}



.pt {
	position: relative;
	background-color: #FFBC55;
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #444;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	padding:10px 30px;
	font-weight:bold;
}



.info_button {
	position: relative;
	background-color: #999;
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #444;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	padding:10px;
}
.info_button:hover {
	top: -4px;
	box-shadow: 0 7px 0 #444;
}
.info_button:active {
	top: 3px;
	box-shadow: none;
}




.sitemap_list li {
	display: inline-block;
	line-height: 40px;
	padding: 1px;
	width: 220px;
}
.sitemap_list a {
	display: block;
	text-align:center;
}

.button {
	background-color: #eee;
}
.button:hover {
	color:#fff;
	background-color: #59b1eb;
}

.dot{
	list-style:inside;
	padding: 5px;
}


.fukidasi_left {
	width:469px;
	background-color:#fbfbfb;
	position:relative;
	padding:5px;
}
 
.fukidasi_left:after {
	border:12px solid transparent;
	border-right-color:#fff;
	border-left-width:0;
	width:0;
	left:-12px;
	content:"";
	display:block;
	top:60px;
	position:absolute;
}


.category_table{
	font-size:12px;
	margin: 10px;
	width: 97%;
}

.category_table td{
	padding: 2px;
	text-align:center;
	border: 1px solid #eee;
}
.category_table th {
	background: #eee none repeat scroll 0 0;
	border-bottom: 1px solid #eee;
	padding: 5px;
}
.category_table p {
	margin: 0;
	padding: 0;
}




.tax_table {
	margin: 10px;
	width: 97%;
}
.tax_table th {
	background: #eee none repeat scroll 0 0;
	border-bottom: 1px solid #eee;
	padding: 5px;
}
.tax_table td {
	border-bottom: 1px solid #eee;
	padding: 5px;
}




.cost_table {
	margin: 10px;
	width: 97%;
}

.cost_table th {
	background: #eee none repeat scroll 0 0;
	border-bottom: 1px solid #eee;
	padding: 5px;
	width: 35%;
}

.cost_table td {
	border-bottom: 1px solid #eee;
	padding: 5px;
	width: 65%;
}

.ta_r {
	text-align: right;
}


.thumbnail img { border: 3px solid #aaa; border-radius: 50%; }

.item_ad_box { float: left; margin: 5px; width: 325px; }
.amazon_box { margin: 5px; text-align: center; }
.ad_inner_img { float:left; }

.ad_inner_img img { width: 80px; height:80px; border:1px solid #ddd; }
.ad_inner_cnt { float:left; width: 215px; }
.ad_inner_cnt .name { padding: 0 1px 0 6px; font-size: 14px; margin: 0; text-decoration: none;}
.ad_inner_cnt .name a{ color: #2b4c97; }

.ad_inner_cnt .price { padding: 0 1px 0 6px; font-size: 14px; margin: 0; color: #9b0000; font-weight: bold; }
.ad_inner_item.fc { margin-bottom: 5px; }
.ad_inner_cnt .name a:hover{ text-decoration: underline; }
#rakuten_result{ padding:5px; overflow-y: scroll; max-height:312px; }

.adsense {
    background: #ddd;
    padding: 20px 38px;
    margin: 10px 0;
}
.adsense p{
	text-align:center;
}
.ad_inner.pickup {
	margin: 5px;
	text-align: center;
}


.bike_list li{
	float: left;
	line-height: 25px;
	width: 212px;
}


.city_list li{
	float: left;
	line-height: 25px;
	width: 160px;
}

.country_list li {
    float: left;
    line-height: 25px;
    padding: 0 15px;
}

.maker_list li{
	float: left;
	line-height: 25px;
	width: 212px;
}


.arrow {
	border-left: 120px solid transparent;
	border-right: 120px solid transparent;
	border-top: 45px solid #ddd;
	height: 0;
	margin: 10px auto;
	text-align: center;
	width: 0;
}


.slick-dots {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
}

.slick-dots li button {
	background: #dcdcdc none repeat scroll 0 0;
	border: 1px solid #a2a2a2;
	cursor: pointer;
	float: left;
	height: 15px;
	margin: 17px 5px 20px;
	overflow: hidden;
	text-indent: -9999px;
	width: 15px;
}


.slick-prev {
	background-color: #7f7f7f;
	background-image: url("../img/btn_prev.gif");
	border-style: none;
	cursor: pointer;
	height: 50px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 180px;
	width: 50px;
}


.slick-next {
	background-color: #7f7f7f;
	background-image: url("../img/btn_next.gif");
	border-style: none;
	cursor: pointer;
	height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 180px;
	width: 50px;
}

.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-touch-callout: none;
	   -khtml-user-select: none;
		 -ms-touch-action: pan-y;
			 touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus{
	outline: none;
}
.slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-slide img{
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}




/**** ad ****/


.ad_box {
	width:700px;
	height:440px;
	position:relative;
	margin:30px auto;
	clear:both;
}
.menu{
	width:349px;
	line-height:50px;
	background:#9C9;
	float:left;
	list-style:none;
	margin-left:2px;
	text-align:center;
	display:block;
	cursor: pointer;
	color:#FFF;
}
.menu:first-child {
	margin-left:0;
}
.active, .hover {
	background:#6CC;
	font-weight:bold;
}
.content {
	width:670px;
	height:360px;
	border:#6CC 5px solid;
	background:#FFF;
	top:50px;
	left:0;
	padding:10px;
	position:absolute;
}
		

.ad_inner {
	border-bottom: 3px dotted #ddd;
	padding: 5px;
}

.ad_inner:hover {
	background-color:rgba(255,222,173,0.5);
}


.ad_inner_l {
	float: left;
	margin: 5px;
	width: 130px;
}

.ad_inner_r {
	float: left;
	margin: 5px;
	width: 510px;
}
.ad_inner_m {
	text-align: center;
	border-bottom: 3px dotted #ddd;
	padding: 5px;
}
.ad_inner_t {
	float: left;
	margin: 5px;
	width: 320px;
	text-align: center;
}




.scrEvent {
	border-bottom: 1px solid #ddd;
	bottom: 2px;
	display: none;
	height: 460px;
	position: absolute;
	right: -260px;
	text-align: left;
	z-index: -1;
}





.banner_box {
	margin: 0 2px 5px;
}

.banner_box img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.banner_box:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.banner_box {
	box-shadow: 5px 5px 0 #aaa;
	background: #fff none repeat scroll 0 0;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0;
	position: relative;
	height: 100px;
}
.banner_box::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.banner_box:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

