@charset "utf-8";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}

/* レイアウト */
.t10b { font-size: 10px; line-height: 14px}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

/* CSS初期設定 */
main * {font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
ul,ol {
	list-style:none;
}
a {
	overflow: hidden;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

p,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	color: #626262;
	text-decoration: none;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
.spnone{display:none!important}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}

a img:hover{opacity:0.8;}

h1{
	font-size: 10px!important;
    margin: 0;
    padding: 0 5px;
}
#wrapper{
	width:100%;
	margin:0;
	padding:0;
	font-size:14px;
	line-height: 1.4;
}
article{
	width: 100%;
	margin: 0;
	padding: 0;
}

/*ぱんくず*/
div#pastlist,div#pastlist2{
	display:block;
	line-height:1.34em;
	height:auto;
}

div#dirPathBlock{
	display:block;
	margin:5px 0 5px 0!important;
}

div#dirPathBlock a,div#pastlist2 a{
	display:inline!important;
	font-size:10px;
}
.btnone a{
	pointer-events: none !important;
	background-color: #cccccc !important;
	border-radius: 5px;
	
}
#footSP a{
	text-decoration:none!important;
}

/* ●●●背景●●● */
article {
	padding:10px 0 0 0;

}
article img {
	border:0;
	vertical-align: bottom;
}

/* ●●●タイトル●●● */
#title2{margin-bottom: 10px;}
#title2 img{
	width:100%;
	height:auto;
}
#boxMain *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* ●●●年末年始に人気のエリアからツアーを探す●●● */
.Area2 {
	float:left;
	position:relative;
	background-image: url(../ranking_images/img_area2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 192px;
	width: 330px;
	margin-bottom:8px;
}
.Area2 h3 {
	background-image: url(../ranking_images/tit_area_s2.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 330px;

	font-weight:bold;
	text-align:center;
	line-height:25px;
	color:#FFF;
}
.Area2 p {
	position:absolute;
	left:156px;
	top:37px;
	width:165px;
	line-height:16px;
	color:#4b4b4b;
}
#boxSub {
	float:right;
	width:200px;
	padding-top:0px;
	margin:0 15px 0 0;
	display:none;
}

/* add 2014 0323
------------------------------------------ */
#boxSide{
	display:block;
	clear:both;
}

/**/
.calenderWrap{
	display:block;
	padding:0px 10px;
}
.calenderWrap h2{
	display:block;
	background:url(../ranking_images/ti_vacancy.png) no-repeat;
	height:29px;
	padding:20px 0 0 0;

	text-align:center;
	color:#b30021;
}
.calenderWrap p{

	padding:0 0 15px 10px;
	line-height:1.6em;
}
.calenderWrap h3{
	display:block;
	width:630px;
	height:60px;
	background:url(../ranking_images/ti_area.gif) no-repeat;
	color:#FFF;
	line-height:60px;

	padding:0 0 0 60px;
	overflow:hidden;
}
.calenderWrap h3 strong{
	width:80px;
	float:left;
}
.calenderWrap h3 span{
	font-size:10px;
}

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

	年末年始ランキング設定
	
================================================================*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}

/*-------------------------------------------------------------

	県リンク設定
	
--------------------------------------------------------------*/
.areaList{
	margin:10px 0;
}
.areaList li {
	margin-right:20px;
	padding-left: 6px;
	display:inline-block;!important
	float:left;
	margin:0 0 5px 10px;
	padding:0 0 0 20px;

	position:relative;
}
.areaList li:after{
	position:absolute;
	top:50%;
	left:5px;
	content:""; /* 空の要素を作成 */
	width:0;
	height:0;
	margin-top:-2px; /* 位置を中心に調整 */
	border-width:5px;
	border-style:solid;
	border-color:#079CCE transparent transparent transparent;
	/*border-left-color:#FFF;  矢印の色 */
}

/*-------------------------------------------------------------

	設定
	
--------------------------------------------------------------*/
.plan_area_wapper{
	margin-bottom: 30px;
	padding:0;
	margin:0 0;
	background:#F7F7F7;
	position: relative;
}
.plan_area_wapper:before, .plan_area_wapper:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
}
.plan_area_wapper h4{
	margin:0 0 10px 0;
	padding:0;
	border:3px solid #06a93e;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.plan_area_wapper h4 span{
	background:#06a93e;
	display:block;
	margin:0;
	padding:8px;
	font-size:16px;
	color:#FFF;
	border:1px dashed #FFF;
}
/*-------------------------------------------------------------

	ランキングボックス設定
	
--------------------------------------------------------------*/
.rank_box01 {
	padding: 10px 10px 0 10px;
	position: relative;
	background: #ffffff;
	border:#CCCCCC solid 1px;
	margin:0 10px 10px 10px;
}
/*.rank_box01:nth-of-type(n+4){
	display:none;
}*/
.rank_box01 dl{
	background:#FFC;
	padding:10px;
	margin:10px 5px 0 5px;
	border:1px solid #FC9;
}
.rank_box01 dt{
	color:#C90;
	font-weight:bold;

	margin:0 0 5px 0;
	display:block;
}
.rank_box01 dd{

}
.rank_box01 dd strong{
	color:#F00;
	font-weight:bold;
	display:block;
}
.h_box{
	width:40%;
	float:left;
	padding:0;
	margin:0 10px 10px 0;
}
.t_box{
	width:50%;

}
.t_box.clear{
	float:left;
	clear:none !important;
}
.h_box img{
	width:100%;
	height:auto;
}
.p_area{
	clear:both;
}
.p_box{
	width:100%;

}

/*h5設定*/
.rank_box01 h5{
	margin: 0 0 8px 0 ;
	font-size:15px;
	font-weight:bold;	
	border-bottom:#eb4f75 dotted 1px;
	color:#eb4f75;
	padding-bottom:7px!important;
	overflow:hidden;
	display:block;
}

/*-------------------------------------------------------------

	ボタン設定
	
--------------------------------------------------------------*/
.rank_box01 ul{
	display:block;
	clear:both!important;
	overflow:auto!important;
}
.btn03 a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none!important;
	color:#FFF!important;
	text-align: center;
	background:url(../ranking_images/smp/im_arrow_plan.png) no-repeat #0067B3 98% 50%;
	background-size:12px auto;
	margin:0 0 5px 0;
	padding:8px;
	clear:both;
}

/*ｂｔｎ04*/
.btn04 a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none!important;
	color:#FFF!important;
	text-align: center;
	background:url(../ranking_images/smp/im_arrow_plan.png) no-repeat #EB4F75 98% 50%!important;
	background-size:12px auto!important;
	margin:0 0 5px 0;
	padding:8px;
	clear:both;
	background:#EA4770;
}

/*ｂｔｎ05*/
.btn05 a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none!important;
	color:#FFF!important;
	text-align: center;
	background:url(../ranking_images/smp/im_arrow_plan.png) no-repeat #FF8900 98% 50%!important;
	background-size:12px auto!important;
	margin:0 0 10px 0;
	padding:8px;
	clear:both;
	background:#EA4770;
}

/*tabMenu*/
#tabMenu{
	overflow:hidden;
	border-bottom:3px solid #06a93e;
}
#tabMenu li{
	width:50%;
	background:#8db000;
	color:#FFF;
	text-align:center;
	padding:10px 0 20px 0;
	float:left;
	margin:0;
	cursor:pointer;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	position:relative;
	box-sizing: border-box;
}
#tabMenu li a{color:#FFF;}
#tabMenu li:after{
	position:absolute;
	top:90%;
	right:50%;
	content:""; /* 空の要素を作成 */
	width:0;
	height:0;
	margin:-5px -5px 0 ; /* 位置を中心に調整 */
	border-width:5px;
	border-style:solid;
	border-color:#FFF transparent transparent transparent;
	/*border-left-color:#FFF;  矢印の色 */
}
#tabMenu li.select{
	background:#06a93e;
	color:#FFF;
	text-align:center;
	padding:10px 0 20px 0;

	font-weight:bold;
	cursor:default;
	float:left;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	position:relative;
}
.p_box{
	display:block;
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
}
.p_box span{display:block;}
.p_area{display:block;}
.clear{clear:none!important;}

.rank{
	display:table;
	padding:1px 3px 1px 3px;
	margin:0 3px 0 0 ;
	color:#FFF;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.rank_box01:nth-of-type(1) .rank{background:#D6B722;}
.rank_box01:nth-of-type(2) .rank{background:#666;}
.rank_box01:nth-of-type(3) .rank{background:#930;}
.rank_box01:nth-of-type(n+4) .rank{background:#69C;}

/*------------------------------------------------------
btn style
-------------------------------------------------------*/
.other_plan_btn{margin-bottom:30px;}
.other_plan_btn li{
	width:97%;
	float:left;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	margin-left:5px;
}
.other_plan_btn li a{width:100%;}

/*ｂｔｎ03ot*/
.btn03ot{
	background-color:#0365b0;
	display:block;
	margin:0 auto 5px;
	line-height:16px;
	text-align:center;
}
.btn03ot a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none!important;
	color:#FFF!important;
    padding: 5px 0;
}
.btn03ot a:hover {color:#FFF;}

/*ｂｔｎ04ot*/
.btn04ot{
	background-color:#e9486d;
	display:block;
	margin:0 auto 5px;
	line-height:16px;
	text-align:center;
}
.btn04ot a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none!important;
	color:#FFF!important;
    padding: 5px 0;
}
.btn04ot a:hover {color:#FFF;}

/*ｂｔｎ05ot*/
.btn05ot{
	background-color:#ff8a00;
	display:block;
	margin:0 auto 5px;
	line-height:16px;
	text-align:center;
}
.btn05ot a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none!important;
	color:#FFF!important;
    padding: 5px 0;
}
.btn05ot a:hover {color:#FFF;}

/**/
#dirPathBlock p{
	font-size:10px;
}

/*Bigbtn*/
.btnAll a{	height:42px;
	line-height:42px;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF!important;
	display:block;
	text-align:center;
	text-decoration:none!important;

	position:relative;
}
.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}
.btnAll a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}

/*add 20160426*/
.other_plan_btn li{position:relative;}
.other_plan_btn li:after {
    width: 12px;
    height: 12px;
    content: "";
    display: block;
    background: url(../images/im_arrow_plan.png) no-repeat;
    position: absolute;
	top:35%;
	right:3%;
}

/*area_rank_box*/
#boxMain h2 {
    display: block;
    background: #06a93e;
    padding: 10px 10px;
	font-size:16px;
    text-align: center;
    color: #FFF;
	height:auto;
    margin-top: 1%;
}
#area_rank_box, #area_rank_box tr, #area_rank_box td {
    border: none;
    border-bottom: 2px solid #fff;
}
#area_rank_box tr td:first-child {
    width: 24%;
	height: 45px;
    background-color: #f4f9e1;

    color: #06a93e;
    padding: 5px;
}
#area_rank_box tr td:nth-of-type(2n) {padding-left: 1%;}
#area_rank_box tr td:nth-of-type(2n) a{display:inline-block;}

/*theme_gw_box*/
#theme_gw_box{width:100%;}
#theme_gw_box dl{
	width:48%;
	margin:2% 1%;
	display:block;
	float:left;
	min-height: 220px;
}
#theme_gw_box dt {
    text-align: center;

    background: #d5e1a8;
    padding: 5px 0;
    color: #FFF;
}
#theme_gw_box dd {
    padding: 3% 2%;

}
#theme_gw_box dd img{width: 100%;}
#theme_gw_box dd.btn06 a {
    width: 90%;
    text-align: center;
    display: block;
    margin: 1% auto;
    background: #ff8000;
    padding: 10px 0;
    color: #FFF;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#theme_gw_box dd a:hover {opacity:0.8;}

/**/
#other_gw_box {
    padding: 2% 0;
    background: #f4f9e1;
}
.itemList4{
	background:url(../images/bg_sougou.gif)!important;
	background-size:20px auto!important;
	overflow:hidden;
	margin-bottom:2%;
}
.itemList4 .cFix{
	display:block;
	margin:0;
}
.itemList4 .cFix a{
	color:#333333;
}
.itemList4 li{
    width: 98%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 0 #afafaf;
    -moz-box-shadow: 0 1px 0 #afafaf;
    box-shadow: 0 1px 0 #afafaf;
    opacity: 0.99999;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    list-style: none;
    background: #fff;
    margin: 0 auto 10px;
}
.itemList4 .thumb{
	width:50%;
	float:left;
	margin:0 10px 0 0;
    zoom: 1;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.itemList4 .thumb img{
	width:100%;
    max-width: 100%;
    height: auto;
}
.itemList4 dl{
    overflow: hidden;
    margin: 0;
    display: block;
    padding: 15px 0px 0;
    line-height: 1.5;
}
.itemList4 dt{padding:0;}
.itemList4 dd{
	padding:5px 10px 0 0;
	margin:0;
}
.itemList4 li span{
	color:#333;
	display:block;
	padding:0 0 10px 0;
}
.itemList4 li dt a:link {
    color: #0065d6 !important;
    text-decoration: none !important;
}
.itemList4 li dt a:visited {
    color: #0065d6 !important;
    text-decoration: none !important;
}
.moreB {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #000;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    position: relative;
    margin: 10px;
}

/**/
#osusumeLinkBox {
    overflow: hidden;
    padding: 30px 0 0 0;
	clear: both;
}
#osusumeLinkBox dl:nth-child(1) {border: 3px solid #F99;}
#osusumeLinkBox dl {
    display: block;
    width: 95%;
    margin: 0 auto 20px;
    padding: 0;
    border: 3px solid #F33;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    display: block;
}
#osusumeLinkBox dl:nth-child(1) dt {
    background: url(//www.nta.co.jp/kokunai/season/gw/images/im_i_kokunai.png) no-repeat 20% 48% #F99;
    background-size: 35px auto;
}
#osusumeLinkBox dl:nth-child(2) {border: 3px solid #0C9;}
#osusumeLinkBox dl:nth-child(2) dt {
    background: url(//www.nta.co.jp/kokunai/season/gw/images/im_i_kaigai.png) no-repeat 20% 48% #0C9;
    background-size: 35px auto;
}
#osusumeLinkBox dt {

    padding: 15px;
    text-align: center;
    color: #FFF;
}
#osusumeLinkBox dd {
    padding: 15px 15px 5px;
    background: #FFF;
}
#osusumeLinkBox dd p {margin-bottom: 10px;}
#osusumeLinkBox .btnAll a {
    background: url(//www.nta.co.jp/kokunai/season/gw/images/im_bt_arrow.png) no-repeat #FF9F00 97% 50%;
    background-size: 15px auto;
    display: block;
    text-align: center;
    padding: 5px 10px 2px 10px;
    color: #FFF;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    border-bottom: 3px solid rgba(0,0,0,0.1);

}
#osusumeLinkBox .btnAll a:hover {
    background: url(//www.nta.co.jp/kokunai/season/gw/images/im_bt_arrow.png) no-repeat #ff5f00 97% 50%;
    background-size: 15px auto;
	text-decoration:none!important;
	color:#FFF!important;	
}

/*slick_size*/
.sliderBox .slick-prev,
.sliderBox .slick-next {background-size: 90%;}
.slick-prev, .slick-next {top: 100px!important;}
.setsumei{
	font-size: 12px;
	padding:5px;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
.pcnone{display:none!important}
#wrapper {
	font-size:16px;
	line-height: 1.231;
}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
}
#dirPathBlock p,
#anchorLinkBlock a{
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}

/* CSS初期設定 */
h1 {
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
	padding: 0;
	color: #626262;
	text-decoration: none;
	font-size: 12px;
}
h2 {
    display: block;
    background: #06a93e;
    padding: 10px 0;
	font-size: 18px;
    text-align: center;
    color: #FFF;
    margin-top: 1%;
}
.btnone a{
	pointer-events: none !important;
	background-color: #cccccc !important;
	border-radius: 5px;
}
article,
#pastlist,
#anchorlinks {width: 970px !important;}

/* ●●●背景●●● */
article {
	width: 96%;
	max-width:950px;
	margin: 0 auto;
	padding:0 0 50px;
	display: block;
	overflow:hidden;
}
article img {
	border:0;
	vertical-align: bottom;
}

/* ●●●タイトル●●● */
#title2 {
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#title2 img {
	width: 100%;
	height: auto
}
#boxMain {
	float:left;
	width:730px;
}
.Area2 {
	float:left;
	position:relative;
	background-image: url(../ranking_images/img_area2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 192px;
	width: 330px;
	margin-bottom:8px;
}
.Area2 h3 {
	background-image: url(../ranking_images/tit_area_s2.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 330px;

	font-weight:bold;
	text-align:center;
	line-height:25px;
	color:#FFF;
}
.Area2 p {
	position:absolute;
	left:156px;
	top:37px;
	width:165px;
	line-height:16px;
	color:#4b4b4b;
}
#boxSub {
	float:right;
	width:200px;
	padding-top:0px;
	margin:0 15px 0 0;
}

/* add 2014 0323
------------------------------------------ */
#boxSide{
	display:block;
	clear:both;
	font-size: 14px;
}

/**/
.calenderWrap{
	display:block;
	padding:0px 20px 0 20px;
}
.calenderWrap h2 {
    display: block;
    background: #06a93e;
    padding: 10px 0;

    text-align: center;
    color: #FFF;
    margin-top: 1%;
}
.calenderWrap p{

	padding:0 0 15px 10px;
	line-height:1.6em;
}
.calenderWrap h3{
	display:block;
	width:630px;
	height:60px;
	background:url(../ranking_images/ti_area.gif) no-repeat;
	color:#FFF;
	line-height:60px;

	padding:0 0 0 60px;
	overflow:hidden;
}
.calenderWrap h3 strong{
	width:80px;
	float:left;
}
.calenderWrap h3 span{

}
.calenderWrap h4{
	background:url(../ranking_images/ti_area_mini.gif) no-repeat;
	padding:5px;
	margin:0 0 5px 0;
	color:#b30021;
}

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

	年末年始ランキング設定
	
================================================================*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {min-height: 1px;}

/*-------------------------------------------------------------

	県リンク設定
	
--------------------------------------------------------------*/
.areaList{margin:10px 30px;}
.areaList li {
	float:left;
	margin-right:20px;
	padding-left: 6px;
	background:url(../ranking_images/ic_cmn_01.gif) no-repeat left	0.4em;
	display: block;
}

/*-------------------------------------------------------------

	設定
	
--------------------------------------------------------------*/
.plan_area_wapper{
	margin-bottom: 30px;
	padding:0 8px 8px 8px;
	background:#f4f9e1;
	position: relative;
}
.plan_area_wapper:before, .plan_area_wapper:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
}
.plan_area_wapper h4{
	height: 65px;
	color: #FFF;
	line-height: 55px;
	font-size: 20px;
	padding: 0 0 0 75px;
	overflow: hidden;
	margin: 0 0 10px;
	background: url(../ranking_images/ti_bg.gif) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
}

/*-------------------------------------------------------------

	ランキングボックス設定
	
--------------------------------------------------------------*/
.sliderBox{margin-bottom:25px;}

.rank_box01 {
	width: 182px;
	margin: 0 4px;
	padding: 10px;
	float:left;
	position: relative;
	background: #ffffff;
	border:#d5e1a8 solid 1px;
}
.rank_box01 dl{
	background:#FFC;
	padding:10px;
	margin:10px 5px 0 5px;
	border:1px solid #FC9;
}
.rank_box01 dt{
	color:#C90;
	font-weight:bold;

	margin:0 0 5px 0;
	display:block;
}
.rank_box01 dd{}
.rank_box01 dd strong{
	color:#F00;
	font-weight:bold;
	display:block;
}
	
/*h5設定*/
.rank_box01 h5{
	font-size: 15px;
	margin:8px 0 ;
	border-bottom:#eb4f75 dotted 1px;
	color:#eb4f75;
	padding-bottom:7px;
	text-align: left;
}

/*-------------------------------------------------------------

	ボタン設定
	
--------------------------------------------------------------*/
.rank_box01 ul{
	display:block;
	overflow:hidden;
}
.btn03{
	width:175px;
	height:39px;
	background:url(../ranking_images/bt_bg.png) no-repeat;
	display:block;
	margin:0 auto 5px;
	line-height:39px;
	text-align:center;
}
.btn03 a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none!important;
	color:#FFF!important;

}
.btn03 a:hover {
	background:url(../ranking_images/bt_bg.png) no-repeat 0 -41px;
	color:#FFF;
}

/*ｂｔｎ04*/
.btn04{
	width:175px;
	height:39px;
	background:url(../ranking_images/bt_bg.png) no-repeat -176px 0;
	display:block;
	margin:0 auto 5px;
	line-height:39px;
	text-align:center;
}
.btn04 a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none!important;
	color:#FFF!important;

}
.btn04 a:hover {
	background:url(../ranking_images/bt_bg.png) no-repeat -176px -41px;
	color:#FFF;
}

/*ｂｔｎ05*/
.btn05{
	width:175px;
	height:39px;
	background:url(../ranking_images/bt_bg.png) no-repeat -351px 0;
	display:block;
	margin:0 auto 5px;
	line-height:39px;
	text-align:center;
}
.btn05 a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none!important;
	color:#FFF!important;
	font-size: 14px;
}
.btn05 a:hover {
	background:url(../ranking_images/bt_bg.png) no-repeat -351px -41px;
	color:#FFF;
}

/*tabMenu*/
#tabMenu{
	overflow:hidden;
	border-bottom:3px solid #06a93e;
	letter-spacing:-0.4em;
}
#tabMenu li{
	display:inline-block;
	letter-spacing:normal;
	border-left:1px solid #FFF
}
#tabMenu li a{
	background:#8db000;
	color:#FFF;
	text-align:center;
	padding:15px 12.5px;

	cursor:pointer;
	text-decoration:none
}
#tabMenu li.select{
	background:#06a93e;
	color:#FFF;
	text-align:center;
	padding:15px 13px;

	font-weight:bold!important;
	cursor:default;
	margin:0 0 0 0;
}
#tabMenu li a{color:#FFF;}
#tabMenu li a:hover{
	color:#FFF!important;
	text-decoration:none!important;
	opacity:0.8;
}
.p_box{
	display:block;
	margin:0 0 10px 0;
	padding:0;
}
.p_box span{
	display:block;
	text-align: left;
	font-size: 14px;
}
.p_area{
	display:block;
	overflow:hidden;
}
.rank{
	display:inline-block;
	padding:1px 3px 1px 3px;
	margin:0 3px 0 0 ;
	color:#FFF;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.rank_box01:nth-of-type(1) .rank{background:#D6B722;}
.rank_box01:nth-of-type(2) .rank{background:#666;}
.rank_box01:nth-of-type(3) .rank{background:#930;}
.rank_box01:nth-of-type(n+4) .rank{background:#69C;}

/*20160421追加
--------------*/
p.setsumei{
	font-size: 14px;
    padding: 0 10px 15px;
}
#acMenu {
    padding: 0 0 22px 0;
    margin: 0px 0 15px 0;
    background-image: url(../ranking_images/ti_menu_bot.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

/*------------------------------------------------------
btn style
-------------------------------------------------------*/
.other_plan_btn{
	text-align:center;
	letter-spacing:-0.4em;
}
.other_plan_btn li{
	width:32%;
	letter-spacing:normal;
	display:inline-block;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	margin-left:5px;
}
.other_plan_btn li a{width:100%;}

/*ｂｔｎ03ot*/
.btn03ot{
	background-color:#0365b0;
	display:block;
	margin:0 auto 5px;
	text-align:center;
	position:relative;
}
.btn03ot a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none!important;
	color:#FFF!important;
	padding: 5px 0;
}
.btn03ot a:hover {color:#FFF;}

/*ｂｔｎ04ot*/
.btn04ot{
	background-color:#e9486d;
	display:block;
	margin:0 auto 5px;
	text-align:center;
	position:relative;
}
.btn04ot a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none!important;
	color:#FFF!important;
	padding: 5px 0;
}
.btn04ot a:hover {color:#FFF;}

/*ｂｔｎ05ot*/
.btn05ot{
	background-color:#ff8a00;
	display:block;
	margin:0 auto 5px;
	text-align:center;
	position:relative;
}
.btn05ot a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none!important;
	color:#FFF!important;
	padding: 5px 0;
}
.btn05ot a:hover {color:#FFF;}
.other_plan_btn li:before {
    width: 6px;
    height: 6px;
    content: "";
    display: block;
    background: url(../images/triangle_mark.png) no-repeat;
    position: absolute;
	top:45%;
	left:3%;
}
.rank_box01 .h_box img {
    /*height: 135px;*/
    width: 100%;
}

/*area_rank_box*/
#area_rank_box{margin-bottom:25px;}
#area_rank_box, #area_rank_box tr, #area_rank_box td {
    border: none;
    border-bottom: 2px solid #fff;
}
#area_rank_box tr td:first-child {
    width: 24%;
	height: 35px;
    background-color: #f4f9e1;

    color: #06a93e;
    padding: 5px;
}
#area_rank_box tr td:nth-of-type(2n) {padding-left: 1%;}
#area_rank_box tr td:nth-of-type(2n) a{display:inline-block;}

/*theme_gw_box*/
#theme_gw_box{
	width:100%;
	margin-bottom:25px;
}
#theme_gw_box dl{
	width:31.333%;
	margin:2% 1%;
	display:block;
	float:left;
	height: 250px;
}
#theme_gw_box dt {
    text-align: center;

    background: #aec651;
    padding: 5px 0;
    color: #FFF;
}
#theme_gw_box dd {
    padding: 3% 2%;

}
#theme_gw_box dd img{
	width: 200px;
    height: 150px;
    margin: auto;
    display: block;
}
#theme_gw_box dd.btn06 a {
    width: 90%;
    text-align: center;
    display: block;
    margin: 1% auto;
    background: #ff8000;
    padding: 10px 0;
    color: #FFF;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#theme_gw_box dd a:hover {opacity:0.8;}

/**/
#other_gw_box {
    padding-top: 2%;
    background: #f4f9e1;
}
.itemList4{
    display: flex;
    flex-wrap: wrap;
	margin-bottom:2%;
}
.itemList4 li {
width: 18%;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 0 #afafaf;
	-moz-box-shadow: 0 1px 0 #afafaf;
	box-shadow: 0 1px 0 #afafaf;
	opacity: 0.99999;
	filter: alpha(opacity = 100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	list-style: none;
	background: #fff;
	margin: 0 1% 2%;
}
.itemList4 li:hover {opacity:0.8;}
.itemList4 li .thumb {
    zoom: 1;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.itemList4 li .thumb img {
    max-width: 100%;
    height: auto;
}
.itemList4 li dl {
    padding: 15px 10px;
}
.itemList4 li dt {
    margin-bottom: 5px;
}
.itemList4 li dt a:link {
    color: #0065d6 !important;
    text-decoration: none !important;
}
.itemList4 li dt a:visited {
    color: #0065d6 !important;
    text-decoration: none !important;
}
.itemList4 li dd {font-size:14px;}

/**/
#osusumeLinkBox {
    overflow: hidden;
    padding: 30px 0 0 0;
	clear: both;
}
#osusumeLinkBox dl:nth-child(1) {border: 3px solid #F99;}
#osusumeLinkBox dl {
    display: block;
    width: 45%;
    margin: 0 0 20px 3%;
    padding: 0 0;
    float: left;
    border: 3px solid #F33;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
#osusumeLinkBox dl:nth-child(1) dt {
    background: url(//www.nta.co.jp/kokunai/seasonranking_images/im_i_kokunai.png) no-repeat 20% 48% #F99;
    background-size: 35px auto;
}
#osusumeLinkBox dl:nth-child(2) {border: 3px solid #0C9;}
#osusumeLinkBox dl:nth-child(2) dt {
    background: url(//www.nta.co.jp/kokunai/season/gw/images/im_i_kaigai.png) no-repeat 20% 48% #0C9;
    background-size: 35px auto;
}
#osusumeLinkBox dt {

    padding: 15px;
    text-align: center;
    color: #FFF;
}
#osusumeLinkBox dd {
    padding: 15px 15px 5px;
    background: #FFF;
}
#osusumeLinkBox dd p {margin-bottom: 10px;}
#osusumeLinkBox .btnAll a {
    background: url(//www.nta.co.jp/kokunai/season/gw/images/im_bt_arrow.png) no-repeat #FF9F00 97% 50%;
    background-size: 15px auto;
    display: block;
    text-align: center;
    padding: 15px 10px 12px 10px;
    color: #FFF;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    border-bottom: 3px solid rgba(0,0,0,0.1);

}
#osusumeLinkBox .btnAll a:hover {
    background: url(//www.nta.co.jp/kokunai/season/gw/images/im_bt_arrow.png) no-repeat #ff5f00 97% 50%;
    background-size: 15px auto;
	text-decoration:none!important;
	color:#FFF!important;	
}

/*slick_size*/
.sliderBox .slick-prev,
.sliderBox .slick-next {background-size: 100%;}

/**/
.slick-prev, .slick-next {top: 44%!important;}

}