@charset 'utf-8';
/*-- 打消しcss --*/
#container {
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#container #content {
    padding: 0;
    zoom: 100%;
}
.pc_only{ display: none; }
.sp_only {
    display: block;
}
/*-- モーダル背景 --*/
.overlay2 {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
}
.side_open .overlay2 {
    visibility: visible;
    cursor: pointer;
    background: rgba(0,0,0,.4);
}
.side_open #container, .side_open .overlay2 {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}
/*-- header --*/
header {
    text-align: center;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0px 0px 3px 0px #858585;
    -moz-box-shadow: 0px 0px 3px 0px #858585;
    -webkit-box-shadow: 0px 0px 3px 0px #858585;
    position: fixed;
    width: 100%;
    min-height: 35px;
    top: 0;
    z-index: 2;
}
.header_logo {
    width: 121px;
    height: auto;
    margin: 2px auto 0px;
}
.header_logo img{
	width: 100%;
}
.menu_btn {
    position: absolute;
    right: 0;
    width: 50px;
    top: 0;
    bottom: 0;
}
.menu_btn span{
	width: 26px;
    height: 2px;
    display: block;
    background: #676767;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    transition: all 0.3s;
}
.menu_btn .middle {
    transform: translateX(0px);
  }
.menu_btn .top {
    transform: translateY(-9px);
  }
.menu_btn .bottom {
    transform: translateY(9px);
  }
.menu_btn.open .middle {
    transform: translateX(100px);
    background: rgba(255, 255, 255, 0);
  }
.menu_btn.open .top {
    transform: rotate(-45deg) translateY(0px);
  }
.menu_btn.open .bottom {
    transform: rotate(45deg) translateY(0px);
  }
.sp_menu{
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    text-align: left;
    font-size: 13px;
    z-index: 0;
    overflow: auto;
}
.sp_menu ul li{
	border-top: 1px solid #ccc;
}
.sp_menu ul li:last-child{
	border-bottom: 1px solid #ccc;
}
.sp_menu ul .ac_btn .ac_list li:last-child{
	border-bottom: none;
}

.sp_menu ul .menu_ttl p{
    padding: 10px 0 10px 5px;
    background: #eaeaea;
    color: #5a5a5a;
    font-weight: bold;
}
.sp_menu ul a:hover{ text-decoration: none; }
.sp_menu ul .ac_btn a{
	padding: 15px 0 15px 5px;
	background: #f7f7f7;
}
.sp_menu ul .ac_btn a::before{
	border-width: 0;
}
.sp_menu ul .ac_btn a::after{
	content:"+";
	display:block;
	width:16px;height:16px;
	border-radius:8px;
	background:#8CC4D9;
	color:#fff;
	line-height:16px;
	text-align:center;
	position:absolute;
	right:5px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.sp_menu ul li a,
.sp_menu ul .ac_btn .ac_list a{
	display: block;
	padding: 15px 0 15px 20px;
	color: #333;
	font-weight: bold;
	position: relative;
	background: #fff;
}
.sp_menu ul li a::before,
.sp_menu ul .ac_btn .ac_list a::before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6.1px;
	border-color: transparent transparent transparent #ccc;
}
.sp_menu ul .ac_btn .ac_list a::after{
	display: none;
}
/*-- コンテンツ --*/
.top_content img{
	width: 100%;
}
.top_image{
	position: relative;
}
.img_discription{
	display: block;
    padding: 10px 2%;
    width: 96%;
	position: absolute;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.col_ttl{
	font-weight: bold;
    color: #fff;
    line-height: 1.6;
}
.img_discription .new_icon{
    background: #ff8f00;
    color: #fff;
    border-radius: 3px;
    padding: 2px 6px 1px;
    display: inline-block;
    margin-right: 5px;
}
.img_discription ul{ font-size: 0; margin-top: 5px; }
.img_discription li{
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 2px 6px 1px;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    color: #69544c;
}
.kiji_list .tab_box{ font-size: 0; }
.kiji_list .tab_box li{
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
	width: 50%;
	text-align: center;
}
.kaigai-top .kiji_list .tab_box li{
    width: 100%;
}
.kiji_list .tab_box li a{
	display: block;
	padding: 15px 0;
	font-size: 110%;
	color: #ccc;
}
.kiji_list .tab_box li a:hover{
	text-decoration: none;
}
.kiji_list .tab_box .select {
	border-bottom: 4px solid #ff8f00;
	font-weight: bold;
}
#hkd-top .kiji_list .tab_box .select {
    border-bottom: 4px solid #00b5ea;
    font-weight: bold;
}
#kyushu-top .kiji_list .tab_box .select {
    border-bottom: 4px solid #0cb500;
    font-weight: bold;
}
.kiji_list .tab_box .select a{ color: #ff8f00; }
#hkd-top .kiji_list .tab_box .select a{ color: #00b5ea; }
#kyushu-top .kiji_list .tab_box .select a{ color: #0cb500; }
.list_box li{
	border-top: 1px solid #ccc;
	overflow: hidden;
}
.list_box li a{
    display: block;
    padding: 12px 3%;
    color: #333;
    overflow: hidden;
}
.list_box li .kiji_left{
	float: left;
	width: 25%;
	max-height: 50px;
	overflow: hidden;
}
.list_box li .kiji_right{
	float: right;
	width: 70%;
}
.list_box .kiji_mainttl{
	font-weight: bold;
}
.list_box .list_inner{
	font-size: 0;
	margin-top: 10px;
}
.list_box .list_inner li{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    border-top: none;
    color: #fff;
    background: #d6d6d6;
    border-radius: 15px;
    padding: 2px 10px;
    margin-right: 5px;
}
.list_box .entry_date{
	float: right;
    margin-top: 10px;
    color: #ccc;
}
#osusume_kiji li:last-child{ border-bottom: 1px solid #ccc; }
/*-- pager --*/
.pager{
	font-size: 0;
	background: #f7f7f7;
}
.pager li{
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
	width: 13%;
}
.pager a{
	display: block;
	text-align: center;
	color: #6f6f6f;
	padding: 5px 0;
}
.pager p{
    background: #8CC4D9;
    color: #fff;
    border-radius: 33px;
    padding: 5px 9px;
    display: inline-block;
}
.pager .page_num{
	padding: 15px 0;
	text-align: center;
	color: #6f6f6f;
}

/*-- kiji_new --*/

.kiji_new{
    margin-top: 60px;
}
.kiji_new dl{
    overflow: hidden;
    border-bottom: 1px dotted #717171;
    padding: 10px 2%;
}
.kiji_new dt{
    float: left;
    width: 25%;
    max-height: 50px;
    overflow: hidden;
}
.kiji_new dd{
    float: right;
    width: 70%;
    overflow: hidden;
}
.kiji_new .new_ttl a{
    color: #333;
}
.kiji_new .entry_date{
    float: right;
    margin-top: 5px;
    color: #909090;
}
.side_content{
    margin: 0 2%;
}
/*-- sns --*/
#sns_box{text-align: center;margin-top: 15px;}
.sns_btnlist{
	width: 20%;
	margin: 0 2%;
}
.sns_btnlist a{
	text-align: center;
	display: block;
	padding: 8px;
    border-radius: 7px;
}
.sns_btnlist a img{
	height: 20px;
	width: auto;
}
.fb_share a{
	background: #3B5999;
}
.tw a {
    background: #1B95E0;
}
.line_share a {
    background: #00C300;
}
.hatena_book a{
	background: #00a4de;
}
.link_map{
	margin-top: 15px;
}

.link_map li{
	border-top: 1px solid #ccc;
}
.link_map li:last-child{
	border-bottom: 1px solid #ccc;
}
.link_map li a{
	display: block;
	padding: 15px 0 15px 20px;
	color: #333;
	font-weight: bold;
	position: relative;
}
.link_map li a::before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6.1px;
	border-color: transparent transparent transparent #ccc;
}
.site_map {
	font-size: 0;
	text-align: center;
	margin: 15px 2%;
}
.site_map li{
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
}
.site_map li:last-child::after{
	content: "";
}
.site_map li::after{
	content: "|";
	padding: 0 10px;
	color: #7b7a7a;
}
.site_map li a{
	color: #7b7a7a;
}
.page_top{
	text-align: center;
	margin-top: 15px;
}
#pagetop_btn a{
	width: 100%;
    background: #f7f7f7;
    color: #868686;
    position: relative;
    display: block;
    padding: 34px 0 10px;
}
#pagetop_btn a::before,
#pagetop_btn a::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 14px;
    position: absolute;
    left: 0;
    right: 0;
}
#pagetop_btn a::before {
    border-color: transparent transparent #aaa transparent;
    top: -8px;
}
#pagetop_btn a::after {
    border-color: transparent transparent #f3f3f3 transparent;
    top: -6px;
}
#copyright {
    color: #757575;
    font-size: 90%;
}

#ac_list2{ font-size: 0; }
#ac_list2 li{
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 124px;
    border-right: 1px solid #ccc;
}
#ac_list2 li:nth-child(even){
	border-right: none;
}