@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: メイリオ; 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; background: rgba(0, 0, 0, 0) url("../img/bg.png") repeat scroll 0 0;}
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 */  

.ads {
  text-align: center;
}

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

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

.w100 { width:100px !important}

.w205 { margin: 10px; width:205px; }
.w250 { margin: 10px; width:250px; }
.w320 { margin: 10px; width:320px; }
.w330 { margin:  0px; width:330px; }
.w500 { margin: 10px 0; width:500px; }
.w670 { margin: 10px; width:670px; }
.w1000{ margin: 10px 0; width:1024px; }


.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: #eee none repeat scroll 0 0;
    text-align: center;
}


.navi_title { color: #333; }

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


#header h2 { font-size:18px; }

.navi_left{
	float:left;
	width:50%;
}

.navi_right {
    color: #fff;
    float: right;
    margin: 20px 0 0;
    width: 50%;
}

.adminer img{
	width:200px;
	background:#FFF;
}

.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;
	background:#FFF;
}

.index_mv {
	text-align: center;
}

.mv {
	margin: 0 0 10px;
	text-align: center;
	padding: 10px;
}
.mv img {
	width: 250px;
}
.nav{background: #333 none repeat scroll 0 0;}

.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: 207px;
}

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

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

.nav li a:hover{
	color:#FFF;
}


/* 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;
}


.top_mv_box.slick-slide.slick-active > img {
    display: block;
    margin: 0 auto 20px;
}


.cnt { margin: 0 0 20px; }

h2.heading {
    position: relative;
    width: 100%;
    margin: 15px 0;
    padding: 20px 0;
    color: #333;
    font-size: 28px;
    text-align: center;
}
h2.heading::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
	top:auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #000 25%, #000 75%, transparent);
    background-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}



h3 {
    background-color: #98fb98;
    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;
}


 




h3 span.bd {
    color: #FFF;
    background: linear-gradient(transparent 0%, #333 0%); 
    position: relative;
}
h4 span.bd {
	color: #FFF;
	background: linear-gradient(transparent 0%, #333 0%); 
	position: relative;
}
 
span.bd:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 36px solid #333;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: 0;
    left: -6px;
}
 
span.bd:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 36px solid #333;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 0;
    right: -6px;
}

h4 span.bd:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 27px solid #333;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: 0;
    left: -6px;
}
 
h4 span.bd:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 27px solid #333;
    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; }

div.blue {background:#ddffff;}
div.red  {background:#ffeeee; }

.h_crm {
	float: left;
	width: 500px;
	margin: 12px;
}

.l_crm {
	float: left;
	width: 700px;
}
.f_crm {
	margin: 12px;
	width: 1024px;
}

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

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

.chk li {
    background: #FFF url("../img/chk_bg.png") no-repeat scroll 10px 4px;
    font-size: 20px;
    font-weight: bold;
    margin: 2px;
    padding: 10px;
    text-indent: 40px;
}
.img_box { float: left; padding: 15px; }
.comment .img_box { float: left; padding: 15px; }


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


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

#map_link{
	padding: 0px 10px;
}

#map_link dt {
    clear: left;
    font-weight: bold;
    margin: 4px 0;
}
#map_link dd {
    float: left;
    margin: 0;
    width: 65px;
}


.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;
}




.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 {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    height: 32px;
    padding: 0 15px;
    vertical-align: middle;
    width: 330px;
}

table.detail td {
    border-bottom: 1px solid #ddd;
    height: 32px;
    padding: 0 15px;
    vertical-align: middle;
}

	
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: 0;
}

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

.btmarea address {
	float: right;
}


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


.adminer {
	border-right: 1px solid #ddd;
	float: left;
	margin: 0;
	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;
}
.shadowBoxP ol {
	padding: 15px;
}


.num li { 
list-style-position: inside;
list-style: inside none number;
}

.mark li {
list-style-position: inside;
list-style-type: square
}

.point li {
color:orange;
list-style-position: inside;
list-style-type: square
}
.point span {
    color: #333;
}

.mb5 { margin-bottom: 5px; }
.mb6 { margin-bottom: 6px; }
.mb10 { margin-bottom: 10px !important; }

.p10{ padding:10px; }
.pb10{ padding-bottom:10px; }

.m00{ margin:0 !important; }
.mr10{ margin-right:10px !important; }
.ml10{ margin-left:10px !important; }

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

.p00{padding :0 !important;}
.p10{padding :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: 15px auto;
	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;
}


.city_list dt {
	border-bottom: 1px solid;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px;
	clear:both;
}

.city_list dd {
    float: left;
    margin: 5px 0 5px 15px;
    padding: 0;
    width: 120px;
}

.city_list dd.type01 { color:#228B22; }
.city_list dd.type02 { color:#228B11; }
.city_list dd.type03 { color:#445f44; }
.city_list dd.type04 { color:#704400; }


.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:#228b22;
}



.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;
}
.ta_c {
    text-align: center;
}

#ranking div.blue , #ranking div.red{
	background: -moz-linear-gradient(top,rgba(240,240,240,0.3),rgba(255, 255, 160, 0.4)); /* Firefox用 */  
	background: -o-linear-gradient(rgba(240,240,240,0.3),rgba(255, 255, 160, 0.4)); /* Opera */
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(240,240,240,0.3)),to(rgba(255, 255, 160, 0.4))); /* Safari,Google Chrome用 */
	background: linear-gradient(top,rgba(240,240,240,0.3),rgba(255, 255, 160, 0.4));
}


#ranking {
    margin-bottom: 20px;
}

#ranking div.bg{
	background: -moz-linear-gradient(top,rgba(240,240,240,0.3),rgba(255, 255, 160, 0.4)); /* Firefox用 */  
	background: -o-linear-gradient(rgba(240,240,240,0.3),rgba(255, 255, 160, 0.4)); /* Opera */
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(240,240,240,0.3)),to(rgba(255, 255, 160, 0.4))); /* Safari,Google Chrome用 */
	background: linear-gradient(top,rgba(240,240,240,0.3),rgba(255, 255, 160, 0.4));
}

h3.rank01 {
	background-image: linear-gradient(to left, #f7de05, #da8e00, #edac06, #f7de05, #ecb802, #daaf08, #b67b03);
}
h3.rank02 {
	background-image: linear-gradient(to left, #a5a5a5, #babac2, #e8e8e8, #a5a5a5, #babac2);
}
h3.rank03 {
	background-image: linear-gradient(to left, #b08144, #c39a64, #ede2d2, #b08144, #c39a64);
}



.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 {
	height: 250px;
	margin: 5px auto;
	width: 300px;
}
.ad_inner.pickup {
	margin: 5px;
	text-align: center;
}

.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;
}



.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;
}



.check_result > p.point {
    border-bottom: medium none darkseagreen;
    color: red;
    font-size: 80px;
    line-height: 100px;
    text-align: center;
}

.check_result > p {
    line-height: 35px;
    margin:0 25px;
}


.send_box {
    padding: 20px;
}

.send_box .solid_btn{ width:400px; }


.sub_text p {
    color: #999;
    font-size: 14px;
    margin: 0 10px;
}

.sub_text {
    background: #eee none repeat scroll 0 0;
    padding: 15px;
}


.solid_btn {
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 20px;
	text-align: center;
}

.solid_btn a {
	background-color: #ff4500;
	border-radius: 10px 10px 6px 6px;
	box-shadow: 0 6px 0 #c30b37;
	color: #fff;
	display: block;
	padding: 25px;
	position: relative;
	text-decoration: none;
}

 

.solid_btn a:hover {
	color:#333;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	background-color:#98fb98;
	box-shadow:inset 0px -1px 0px #c30b37;
	top:7px;
}




#send{
	width:100%;
	height:60px;
	background-color:#e83f22;
	border:none;
	color:#fff;
	font-size:18px;
	font-weight:700;
	text-align:center;
	
}
#send:hover{
	background-color:#761c0c !important;
	color:#fff;
}

/**** ad ****/


.ad_box {
	width:700px;
	height:530px;
	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:450px;
	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;
}


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


.float_left{ float:left; width:50%; }
.checker {
    padding: 10px 20px;
}

.checker input {
	display: none;
}
.checker label{
	display: block;
	float: right;
	cursor: pointer;
	width: 60px;
	margin: 0;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.checker label:first-of-type{
	border-radius: 0 3px 3px 0;
}
.checker label:last-of-type{
	border-radius: 3px 0 0 3px;
}
.checker input[type="radio"]:checked + .switch-on {
	background-color: #a1b91d;
	color: #fff;
}
.checker input[type="radio"]:checked + .switch-off {
	background-color: #e67168;
	color: #fff;
}



.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;
}


.link_box img {
    border: 1px solid #ddd;
}
.link_box > section {
    float: left;
    margin: 5px;
}

.link_box a:hover {
	opacity:0.7;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

