@charset "UTF-8";
/*--------------------------------------------
/*
/*		Theme Name: base layout
/*
/*--------------------------------------------*/
html, body {
	height: 100%;
}
body {
	font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: center;
	background: #F8F7E9;
	color: #0B1F26;
}
/*--------------------------------------------
/*
/*		Theme Name: header
/*
/*--------------------------------------------*/
header {
	display: none;
}
#afro-logo {
	display: none;
}
#sp-afro-logo {
	width: 164px;
	height: 30px;
	/*width: 240px;*/
	float: left;
}
#sp-afro-logo img {
	width: 100%;
	vertical-align: bottom;
}
/*.buttons {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 998;
    width: 40px;
}*/
/* --------------------------
	navigation
/* -------------------------- */

.avgrund-popin {
	width: 284px;
	position: fixed;
	top: 60%;
	left: 50%;
	margin-top: -190px;
	margin-left: -140px;
	z-index: 1000;
	/*background: #fff;
	padding: 24px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);
	*/
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
#spn1 {
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 90%;
	width: 138px;
	height: 56px;
	float: left;
	font-family: 'Montserrat', sans-serif;
}
#spn2 {
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 90%;
	width: 138px;
	height: 56px;
	float: right;
	font-family: 'Montserrat', sans-serif;
}
#spn3, #spn5, #spn7, #spn9, #spn11{
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 90%;
	width: 138px;
	height: 56px;
	float: left;
	font-family: 'Montserrat', sans-serif;
}
#spn4, #spn6, #spn8, #spn10, #spn12{
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 90%;
	width: 138px;
	height: 56px;
	float: right;
	font-family: 'Montserrat', sans-serif;
}
#spn-lunch {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 120%;
	width: 284px;
	height: 56px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
#spn-lunch a {
	text-decoration: none;
	display: block;
	padding: 12px 16px 8px;
	background: #FAD050;
	color: #0F0C02;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
#spn-lunch a span {
	font-size: 8px;
	letter-spacing: 1px;
}
.avgrund-popin li span {
	font-size: 6px;
	letter-spacing: 2px;
}
.avgrund-popin li:last-child {
	margin-bottom: 0;
}
#spnav a {
	text-decoration: none;
	display: block;
	padding: 18px 16px 12px;
	background: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: #fff;
}
/*#spn1 a { border: 2px solid #00AEEE;}
#spn2 a { border-top: 2px solid #00AEEE; border-right: 2px solid #00AEEE; border-bottom: 2px solid #00AEEE; color: #46B8DF;}
#spn3 a { border-right: 2px solid #00AEEE; border-bottom: 2px solid #00AEEE; border-left: 2px solid #00AEEE; color: #92C654;}
#spn4 a { border-right: 2px solid #00AEEE; border-bottom: 2px solid #00AEEE; color: #E6C035;}
#spn5 a { border-right: 2px solid #00AEEE; border-bottom: 2px solid #00AEEE; border-left: 2px solid #00AEEE; color: #FF8A65;}
#spn6 a { border-right: 2px solid #00AEEE; border-bottom: 2px solid #00AEEE; color: #EC6593;}
#spn7 a { border-right: 2px solid #00AEEE; border-bottom: 2px solid #00AEEE; border-left: 2px solid #00AEEE; color: #ED92BA;}
#spn8 a { border-right: 2px solid #00AEEE; border-bottom: 2px solid #00AEEE; color: #A587E9;}*/

#spn1 a {
	/*color: #DDDDDD;
	border-bottom: 4px solid #DDDDDD;*/
	
	
	background: #DDDDDD;
}
#spn2 a {
	/*color: #46B8DF;
	border-bottom: 4px solid #46B8DF;*/
	background: #46B8DF;
}
#spn3 a {
	/*color: #92C654;
	border-bottom: 4px solid #92C654;*/
	background: #92C654;
}
#spn4 a {
	/*color: #E6C035;
	border-bottom: 4px solid #E6C035;*/
	background: #E6C035;
}
#spn5 a {
	/*color: #FF8A65;
	border-bottom: 4px solid #FF8A65;*/
	background: #FF8A65;
}
#spn6 a {
	/*color: #EC6593;
	border-bottom: 4px solid #EC6593;*/
	background: #EC6593;
}
#spn7 a {
	/*color: #ED92BA;
	border-bottom: 4px solid #ED92BA;*/
	background: #ED92BA;
}
#spn8 a {
	/*color: #A587E9;
	border-bottom: 4px solid #A587E9;*/
	background: #A587E9;
}
#spn9 a {
	/*color: #92C654;
	border-bottom: 4px solid #92C654;*/
	background: #92C654;
}
#spn10 a {
	/*color: #E6C035;
	border-bottom: 4px solid #E6C035;*/
	background: #E6C035;
}
#spn11 a {
	/*color: #FF8A65;
	border-bottom: 4px solid #FF8A65;*/
	background: #FF8A65;
}
#spn12 a {
	/*color: #DDDDDD;
	border-bottom: 4px solid #DDDDDD;*/
	background: #DDDDDD;
}

#sp-logo {

	width: 160px;
	margin-left: -80px;
}
#sp-head {
	background: #48B0E8;
	/*background: #FCC700;*/
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}

#hawks {
	font-size: 10px;
	color: #fff;
	position: absolute;
	top: 17px;
	left: 190px;
}

#sp-head-in {
	padding: 12px 16px;
	
	
	position: relative;
}
#sp-logo-sub {
	width: 80px;
}
#sp-logo img, #sp-logo-sub img {
	width: 100%;
	vertical-align: bottom;
}
.buttons {
	float: right;
	width: 40px;
}
.buttons img {
	width: 100%;
	vertical-align: bottom;
}
.download {
	width: 200px;
}
.button:hover {
	background: #74A599;
}
.button:active {
	background: #F6A953;
}
.socials {
	font-size: 12px;
	margin: 10px 0 20px;
}
.github-star-btn {
	width: 100px;
}
/* Custom styles for popin & close button */
.custom {
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.custom p {
	padding: 10px 20px;
	margin: 30px 0 0;
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
}
.avgrund-close {
	display: block;
	text-transform: uppercase;
	color: #555;
	text-decoration: none;
	font-size: 13px;
}
.github, .twitter, .dribble {
	float: left;
	text-align: center;
	font-size: 12px;
	color: white;
	padding: 8px 18px;
	margin: 18px 0 0 20px;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.github {
	background: rgba(83, 83, 83, 0.8);
}
.github:hover {
	background: rgba(83, 83, 83, 1);
}
.twitter {
	background: rgba(71, 186, 255, 0.8);
}
.twitter:hover {
	background: rgba(71, 186, 255, 1);
}
.dribble {
	background: rgba(241, 118, 122, 0.8);
}
.dribble:hover {
	background: rgba(241, 118, 122, 1);
}
.avgrund-overlay {
	background: #00688E;
	width: 100%;
	position: relative;
	top: -7735px;
	left: 0;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
}
body.avgrund-ready, .avgrund-ready .avgrund-popin, .avgrund-ready .avgrund-overlay {
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
body.avgrund-active {
/*-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	overflow: hidden;*/
}
.avgrund-active .avgrund-popin {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	text-align: center;
}
.avgrund-active .avgrund-overlay {
	visibility: visible;
	opacity: 0.8;
	filter: alpha(opacity=80);
	height: 20000px;
	z-index: 999;
}
.avgrund-popin.stack {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.avgrund-active .avgrund-popin.stack {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}
.avgrund-active .avgrund-blur {
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-ms-filter: blur(1px);
	-o-filter: blur(1px);
	filter: blur(1px);
}
/* Optional close button styles */
#navclose {
	position: fixed;
	top: -48px;
	z-index: 9999;
	right: 0;
}
a.avgrund-close {
	background: url(../img/common/btn_close.png) no-repeat;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	background-size: cover;
	display: block;
}
#indexmain {
	width: 100%;
	margin-bottom: 24px;
	margin-top: 55px;
}
.slider > .bx-wrapper {
	margin-bottom: 1px;
}
.bx-wrapper img {
	width: 100%;
	vertical-align: bottom;
}
#PrevIcon, #NextIcon {
	display: none;
}
#imside {
	/*padding: 16px;*/
	margin-top: 1px;
}
#bn-premium {
	float: left;
	width: 54.3%;

}
.bn-p {
	margin-right: 1px;
}
#bn-index-small {
	float: right;
	width: 45.7%;
}
#bn-index-small li {
	margin-bottom: 1px;
}
#bn-index-small li:last-child {
	margin-bottom: 0;
}
#bn-premium img, #bn-index-small img {
	width: 100%;
	vertical-align: bottom;
}

#sp-navi {
	margin-bottom: 16px;
	text-align: center;
	width: 100%;
	display: table;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
#sp-navi li {
	display: table-cell;
	height: 30px;
	line-height: 30px;
	font-size: 8px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 8px;
	border-right: 8px solid #F8F7E9;
	
}
#sp-navi li:last-child {
	border-right: none;
}
#sp-navi li a {
	background: #008DDC;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0 8px;
	height: 29px;
	line-height: 30px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	font-weight: bold;
}

/*--------------------------------------------
/*
/*		Theme Name: footer
/*
/*--------------------------------------------*/
#bn-big {
	width: 100%;
}
#bn-big img {
	width: 100%;
	vertical-align: bottom;
}
footer {
	width: 100%;
	/*margin-top: 56px;*/
	background: #48B0E8;
}
#footer {
	padding: 32px 16px;
	text-align: left;
	position: relative;
}
#footer h5 {
	font-size: 8px;
	letter-spacing: 1px;
	color: #E0E7EC;
	margin-bottom: 8px;
	font-family: 'Montserrat', sans-serif;
}
#sa {
	margin-bottom: 24px;
	text-align: center;
}
#sa li {
	float: left;
	width: 22%;
	margin-right: 4%;
}
#sa li:last-child {
	margin-right: 0;
}
.saimg {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
.saimg a {
	background: #009BDD;
	color: #E0E7EC;
	display: block;
	text-decoration: none;
	padding: 10px 0 8px;
	font-size: 10px;
	text-align: center;
}
#sa li h6 {
	display: none;
}
#sitemap {
	margin-bottom: 24px;
	text-align: center;
	width: 100%;
	display: table;
	table-layout: fixed;
}
#sitemap li {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 8px;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
#sitemap li a {
	background: #48B0E8;    /* background: #48B0E8; */
	color: #E0E7EC;
	display: block;
	line-height: 1em;
	padding: 8px;
	text-decoration: none;
}

#tagcloud {
	margin-bottom: 24px;
	text-align: center;
	width: 100%;
	display: table;
	table-layout: fixed;
}
#tagcloud li {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 8px;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
#tagcloud li a {
	background: #009BDD;
	color: #E0E7EC;
	display: block;
	line-height: 1em;
	padding: 8px;
	text-decoration: none;
	font-size: 8px !important;
}


#copy1 {
	margin-bottom: 8px;
}
#copy1 h2, #company {
	display: none;
}
#copy2 h2 {
	margin-bottom: 8px;
}
#copy2 img {
	width: 50%;
	vertical-align: bottom;
}
#copyright p {
	font-size: 8px;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	color: #E0E7EC;
}

#pagetop-pc {
	display: none;
}
#pagetop-sp {
	width: 80px;
	height: 36px;
	position: absolute;
	bottom: 8px;
	right: 8px;
}
#pagetop-sp img {
	width: 100%;
	vertical-align: bottom;
}
/*#c1 {
	width: 48%;
	float: left;
	margin-right: 4%;
}
#c2 {
	width: 48%;
	float: left;
}*/
/*--------------------------------------------
/*
/*		Theme Name: column
/*
/*--------------------------------------------*/
.column {
	/*margin-bottom: 24px;*/
	padding: 0 16px 16px 16px;
	border-bottom: 1px solid #e6e6e6;
}
#index-content .column {
	margin-bottom: 24px;
}
.column > ul:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.col-head {
	margin-bottom: 12px;
}
.col-title-txt {
	display: none;
}
.col-title {
	float: left;
	text-align: left;
}
.sub .col-title {
	text-align: left;
	margin-bottom: 8px;
}
.col-head h2 {
	font-family: 'Montserrat';
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 700;
	padding-top: 4px;
}
.btn-more {
	width: 100px;
	float: right;
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-size: 8px;
	letter-spacing: 2px;
	margin-left: 16px;
	/*clear: both;*/
}
.btn-more2 {
	width: 100px;
	float: left;
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-size: 8px;
	letter-spacing: 2px;
	clear: both;
}
.btn-more a, .btn-more2 a {
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008FD9), color-stop(50%, #008FD9), color-stop(50%, #0086C8), color-stop(100%, #0086C8));
	background: -webkit-linear-gradient(left, #008FD9 0%, #008FD9 50%, #0086C8 50%, #0086C8 100%);
	background: linear-gradient(to right, #008FD9 0%, #008FD9 50%, #0086C8 50%, #0086C8 100%);
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	/*padding: 14px 0 14px;*/
	font-weight: bold;
}
.btn-more a:hover, .btn-more2 a:hover {
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0086C8), color-stop(50%, #0086C8), color-stop(50%, #008FD9), color-stop(100%, #008FD9));
	background: -webkit-linear-gradient(left, #0086C8 0%, #0086C8 50%, #008FD9 50%, #008FD9 100%);
	background: linear-gradient(to right, #0086C8 0%, #0086C8 50%, #008FD9 50%, #008FD9 100%);
}
.entry-area {
/*border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 16px;*/
	margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e6e6e6;
}
.entry-block {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 16px;
}
.entry-block:nth-child(even) {
	margin-right: 0;
}
.entry-block:nth-last-child(2), .entry-block:last-child {
	margin-bottom: 0;
}
.entry-thumb0 {
	position: relative;
	/*border-bottom: 1px solid #E6E6E6;*/
}
.entry-thumb {
	position: relative;
	/*border-bottom: 1px solid #E6E6E6;*/
}
.entry-thumb0 img {
	width: 100%;
	vertical-align: bottom;
}
.entry-thumb img {
	width: 100%;
	vertical-align: bottom;
}
.entry-thumb .schedule {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	background: #fff;
	font-family: 'aleobold';
	color: #0A1F26;
	font-size: 8px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 22px;
	padding: 0 8px;
}
.new {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 24px;
	background: #FFF300;
	font-family: 'aleobold';
	color: #0A1F26;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	line-height: 26px;
	padding-left: 2px;
}
.coupon-flg {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 28px;
	background: url(../img/common/ico_coupon.png) no-repeat;
	height: 0;
	padding-top: 28px;
	display: block;
	overflow: hidden;
	background-size: contain;
}
.entry-title {
	background: #fff;
	padding: 8px;
	border-bottom: 1px solid #E6E6E6;
	text-align: left;
	height: 108px;
}
#col-culture .entry-title {
	/*height: 96px;*/
}
.cat-PEOPLE, .cat-OFFLINE {
	color: #46B8DF;
}
.cat-FASHION {
	color: #92C654;
}
.cat-GOURMET {
	color: #E6C035;
}
.cat-TRIP {
	color: #FF8A65;
}
.cat-CULTURE, .cat-art-creative, .cat-event, .cat-music, .cat-cinema {
	color: #EC6593;
}
.cat-BEAUTY {
	color: #ED92BA;
}
.cat-LIFESTYLE {
	color: #A587E9;
}
.cat-PRESENT {
	color: #FE4638;
}
.cat-name {
	font-family: 'Montserrat', sans-serif;
	font-size: 8px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 140%;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.entry-title h3 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 150%;
	margin-bottom: 4px;
	word-wrap: break-word;
}
.entry-title h3 a {
	text-decoration: none;
	font-weight: bold;
	color: #0B1F26;
}
.entry-title h4 {
	font-size: 8px;
	line-height: 160%;
	letter-spacing: 1px;
	color: #AAAAAA;
}
.date-count {
	background: #F6F6F6;
}
.update, .area {
	text-align: center;
	line-height: 1em;
	width: 50%;
	border-right: 1px solid #E6E6E6;
	font-family: 'aleoreg';
	color: #0A1F26;
	font-size: 7px;
	font-weight: 700;
	/*letter-spacing: 1px;*/
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 0;
}
.snscount {
	width: 49%;
	float: left;
	text-align: center;
	line-height: 1em;
	font-family: 'aleoreg';
	color: #0A1F26;
	font-size: 7px;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 0;
}
.snscount span {
    background: url(../img/common/ico_count.png) no-repeat;
    padding-left: 12px;
    line-height: 7px;
    display: inline-block;
	background-size: contain;
}
.blogauthor {
	background: #F6F6F6;
	border-top: 1px solid #E6E6E6;
}
.author-name {
	text-align: left;
	/*line-height: 40px;*/
	color: #0A1F26;
	font-size: 7px;
	/*letter-spacing: 1px;*/
	font-weight: bold;
	float: left;
	padding-left: 8px;
	padding-top: 8px;
    line-height: 160%;
}
.author-name span {
	display: block;
	color: #A2A2A2;
}
.author-img {
	width: 40px;
	height: 40px;
	float: right;
	line-height: 40px;
}
.author-img img {
	width: 100%;
	vertical-align: bottom;
}
.author-name a {
	text-decoration: none;
	color: #0A1F26;
	font-weight: bold;
}
.bn-area {
	margin-bottom: 16px;
}
#deadline {
	background: #fff;
	border-bottom: 1px solid #E6E6E6;
}
#d1 {
	text-align: center;
	line-height: 44px;
	width: 30%;
	border-right: 1px solid #E6E6E6;
	font-family: 'aleobold';
	color: #0A1F26;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	float: left;
}
#d2 {
	width: 69%;
	float: left;
	text-align: center;
	line-height: 44px;
	font-family: 'aleobold';
	color: #0A1F26;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
}
#present-title {
	background: #fff;
	padding: 8px;
	text-align: left;
}
#present-title h2 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 160%;
	margin-bottom: 4px;
	text-align: left;
	word-wrap: break-word;
}
#present-title h2 a {
	text-decoration: none;
	font-weight: bold;
	color: #0B1F26;
}
#present-title h2 a:hover {
	text-decoration: underline;
}
.btn-present {
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 45px;
}
.btn-present a {
	color: #fff;
	text-decoration: none;
	background: #FB4840;
	display: block;
}
.btn-present a:hover {
	color: #FB4840;
	background: #fff;
}
#index-content {
	margin-bottom: 32px;
}
#index-col-feature {
	display: none;
}
#feature-present {
	padding: 0 16px 32px 16px;
	border-bottom: 1px solid #e6e6e6;
}
.bn-block {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 12px;
}
.bn-block:nth-child(even) {
	margin-right: 0;
}
.bn-block:nth-child(3), .bn-block:nth-child(4) {
	margin-bottom: 0;
}
.bn-block img {
	width: 100%;
	vertical-align: bottom;
}
#ranking {
	/*padding: 0 0 0 16px;
	border-bottom: 1px solid #e6e6e6;*/
	display: none;
}
/*.bs-thumb div {
}
.bs-thumb img {
	width: 100%;
	vertical-align: bottom;
}
.bs-txt {
	padding: 8px;
	background: #fff;
	text-align: left;
}
.bs-txt h4 {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 140%;
    margin-bottom: 12px;
}
.bs-txt h4 a {
    font-weight: bold;
    text-decoration: none;
    color: #0B1F26;
}
.rankdate {
    font-size: 8px;
    letter-spacing: 1px;
    color: #AAAAAA;
    font-family: 'aleoreg';
}
.rank-no { display: none;}
.rank-snscount {
    background: #F6F6F6;
    text-align: center;
    line-height: 24px;
    font-family: 'aleobold';
    color: #0A1F26;
    font-size: 10px;
    letter-spacing: 2px;
}
.rank-snscount span {
    background: url(../img/common/ico_count.png) no-repeat;
    padding-left: 12px;
    line-height: 7px;
    display: inline-block;
		background-size: contain;
}*/

#offline {
	padding: 0 16px 16px 16px;
	border-bottom: 1px solid #e6e6e6;
}
#offline-box {
}
#offline-cover {
	margin-bottom: 16px;
}
#offline-box img {
	width: 100%;
	vertical-align: bottom;
}
.offline-block {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 16px;
}
.offline-block:nth-child(even) {
	margin-right: 0;
}
/*--------------------------------------------
/*
/*		Theme Name: sub page
/*
/*--------------------------------------------*/
#sub-content {
	margin-top: 72px;
}
#under-page-common {
	padding: 16px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 16px;
}
#up-bn {
/*padding-bottom: 16px;
	border-bottom: 1px solid #e6e6e6;*/
}
#up-bn li {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 12px;
}
#up-bn li:nth-child(even) {
	margin-right: 0;
}
#up-bn li img {
	width: 100%;
	vertical-align: bottom;
}
#up-bn li:nth-last-child(2), #up-bn li:last-child {
	margin-bottom: 0;
}
#pankuzu {
	padding: 0 16px 12px 16px;
    margin-bottom: 16px;
    margin-left: 0;
    border-bottom: 1px solid #e6e6e6;
}
#pankuzu li {
	float: left;
	margin-right: 8px;
	min-height: 24px;
	line-height: 24px;
	font-size: 6px;
	letter-spacing: 1px;
	text-align: left;
	font-family: 'Montserrat';
	margin-bottom: 4px;
}
#pankuzu li a {
	background: #fff;
	color: #008DDC;
	display: block;
	text-decoration: none;
	padding: 0 8px;
	line-height: 20px;
}
#pankuzu li span {
	background: #fff;
	padding: 0 8px;
	display: block;
	line-height: 20px;
}
.wp-pagenavi {
	clear: both;
	font-size: 8px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 32px;
	margin-bottom: 16px;
}
.wp-pagenavi span.current {
	font-weight: bold;
	margin-right: 8px;
	background: #DDDDDD;
	color: #fff;
	padding: 10px 12px;
}
.wp-pagenavi a {
	text-decoration: none;
	background: #008FD9;
	margin-right: 8px;
	padding: 8px 12px;
	color: #fff;
	display: inline-block;
    margin-bottom: 8px;
}

#tagList {
    margin-bottom: 16px;
}
.wp-tag-cloud {zoom:1;}
.wp-tag-cloud:after {
  content: ""; 
  display: block; 
  clear: both;
}
#single-tag ul li, #tagList ul li {
    display: inline;
    float: left;
    margin: 0 4px 4px 0;
    font-size: 12px;
    letter-spacing: 1px;
}
#tagList ul li a {
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    color: #000;
    background: #fff;
    height: 16px;
    line-height: 16px;
	font-size: 8px !important;
}



#sub-btn {
	clear: both;
	margin-bottom: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.floatnone {
	float: none !important;
	clear: both;
}
.floatnone.btn-more {
	margin-left: 0 !important;
	/*padding-top: 12px;*/
}
.se1 {
	width: 48%;
    float: right;
}
.se2 {
	width: 48%;
    float: right;
    margin-left: 4%;
	/*margin-bottom: 16px;*/
	clear: both;
}
.se3 {
	width: 48%;
    float: left;
	margin-bottom: 16px;
	clear: both;
}
.se-lunch {
	width: 48%;
    float: left;
	clear: both;
	/*margin-bottom: 8px;*/
}
.se4 {
	width: 48%;
    float: right;
	margin-left: 4%;
}
#sub-btn select {
    color: #081F26;
    height: 40px;
    padding: 0 50px 0 12px;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background: #FFF url(../img/common/ico_select.gif) no-repeat right;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px;
	width: 100%;
}
#voice .entry-title {
	height: 80px;
}
.profbox {
    background: #fff;
    padding: 8px;
    border-bottom: 1px solid #E6E6E6;
    height: 200px;
	text-align: left;
}
.profbox h3 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 150%;
    margin-bottom: 4px;
}
.profbox h4 {
	font-size: 8px;
	line-height: 160%;
	letter-spacing: 1px;
	color: #AAAAAA;
}
.proftxt {
    margin-top: 8px;
    font-size: 8px;
    letter-spacing: 1px;
    line-height: 180%;
	word-wrap: break-word;
}
.proftxt a {
    display: block;
    color: #00AEEE;
    text-decoration: none;
    font-family: 'aleoreg';
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 8px;
}
.btn-writter-l {
    width: 100%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 8px;
    letter-spacing: 2px;
}
.btn-writter-l a {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#008FD9), color-stop(50%,#008FD9), color-stop(50%,#0086C8), color-stop(100%,#0086C8));
    background: -webkit-linear-gradient(left, #008FD9 0%,#008FD9 50%,#0086C8 50%,#0086C8 100%);
    background: linear-gradient(to right, #008FD9 0%,#008FD9 50%,#0086C8 50%,#0086C8 100%);
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}
#jrfeaturebn {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e6e6;
}
#bn-jr1 {
    width: 48%;
    float: left;
}
#bn-jr2 {
	width: 48%;
	float: right;
}
#bn-jr3 {
    width: 48%;
    float: left;
	margin-bottom: 16px;
}
#bn-jr4 {
	width: 48%;
	float: right;
	margin-bottom: 16px;
}
#bn-jr1 img, #bn-jr2 img, #bn-jr3 img, #bn-jr4 img {
	width: 100%;
	vertical-align: bottom;
}
#bn-jr-large {
	padding: 0 16px;
}
#bn-jr-large img {
	width: 100%;
	vertical-align: bottom;
}

#feature-trip ul.entry-area li.entry-block:first-child {
    float: none;
	margin-bottom: 16px;
	width: 100%;
}
#meguru-title-box {
    background: #fff;
	padding: 16px;
}
#trip-f-r {
    text-align: right;
	width: 50%;
    float: right;
	position: relative;
}
#trip-f-r h2 {
	width: 167px;
	height: 120px;
	margin: 40px auto 0;
}
#trip-f-r img {
	width: 100%;
	vertical-align: bottom;
}
#trip-f-l {
	text-align: left;
	width: 50%;
    float: left;
}
#ico-jr {
	width: 40px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
}
#trip-f-l h3 {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 140%;
    margin-bottom: 4px;
}
#trip-f-l h4 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 140%;
    margin-bottom: 8px;
}
#trip-f-l p {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 200%;
}
.tripfeature .entry-block:nth-child(even) {
    margin-right: 4%;
}
.tripfeature .entry-block:nth-child(odd) {
    margin-right: 0;
}

/*--------------------------------------------
/*
/*		Theme Name: single page
/*
/*--------------------------------------------*/

.cat-bg-people, .cat-bg-PEOPLE { background: #46B8DF; }
.cat-bg-fashion, .cat-bg-FASHION { background: #92C654; }
.cat-bg-gourmet, .cat-bg-GOURMET { background: #E6C035; }
.cat-bg-trip, .cat-bg-TRIP { background: #FF8A65; }
.cat-bg-culture, .cat-bg-CULTURE { background: #EC6593; }
.cat-bg-beauty, .cat-bg-BEAUTY { background: #ED92BA; }
.cat-bg-lifestyle, .cat-bg-LIFESTYLE { background: #A587E9; }
.cat-bg-present, .cat-bg-PRESENT { background: #FE4638; }
.cat-bg-offline { background: #46B8DF; }
.cat-bg-information, .cat-bg-INFORMATION {background: #9a9a9a;}

.single-genre {
    width: 50%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 1em;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 16px;
	font-family: 'aleoreg';
}
.date-area {
    float: left;
    width: 49.3%;
    height: 40px;
    border-top: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    text-align: center;
    line-height: 1em;
    font-size: 10px;
    letter-spacing: 1px;
    background: #FFFFFF;
    font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 16px;
	font-family: 'aleoreg';
}
#snsbtn {
    border: 1px solid #E6E6E6;
    background: #F6F6F6;
    padding: 12px 12px 8px 12px;
}
#sp-snsbtn {
    border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
    background: #F6F6F6;
    padding: 12px 12px 8px 12px;
}
#snstw, #sp-snstw {
    float: left;
    margin-right: 10px;
}
#snsfb, #sp-snsfb {
    float: left;
	margin-right: 10px;
}
#snsli, #sp-snsli {
    float: left;

}
.fb_iframe_widget > span {
 	vertical-align: baseline !important;
}
.tweetBtn {
	float: left;
}
span.twcount {
	float: left;
	background: white;
    border: 1px solid #9197a3;
    border-radius: 2px;
    color: #4e5665;
    display: inline-block;
    font-size: 11px;
    height: auto;
    line-height: 18px;
    margin-left: 6px;
    min-width: 15px;
    padding: 0 3px;
    text-align: center;
    white-space: nowrap;
}

#sp-sns-box {
	margin-bottom: 16px;
}
#single-title {
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	background: #FFFFFF;
	padding: 12px;
	text-align: left;
}
.sub-name, #writterinfo h3, #sp-writterinfo h3 {
    font-family: 'aleoreg';
    color: #AAAAAA;
    font-size: 7px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
#single-title h2 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 8px;
}

#single-tag {
	margin-bottom: 16px;
}
#single-tag ul li, #tagList ul li {
    display: inline;
    float: left;
    margin: 0 4px 4px 0;
    font-size: 8px;
    letter-spacing: 1px;
}
#single-tag ul li a {
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    color: #000;
    background: #eee;
    height: 16px;
    line-height: 16px;
}

.single-txt {
	font-size: 12px;
    letter-spacing: 1px;
    line-height: 160%;
}
h3#single-tag {
	font-size: 8px !important;
	letter-spacing: 1px;
	line-height: 180%;
	color: #AAAAAA;
	font-weight: normal !important;
}
.timeup-txt {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 130%;
	font-weight: bold;
}
#textby { display: none;}
#textby, #sp-textby {
    background: #fff;
    padding: 12px;
    border: 1px solid #E6E6E6;
	text-align: left;
}
#writterinfo, #sp-writterinfo {
    width: 184px;
    float: left;
}
#profthumb-s, #sp-profthumb-s {
    width: 58px;
    float: right;
}
#profthumb-s img, #sp-profthumb-s img {
	width: 100%;
	vertical-align: bottom;
}
#writterinfo dt, #sp-writterinfo dt {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 2px;
}
#writterinfo dd, #sp-writterinfo dd {
    font-size: 8px;
    letter-spacing: 1px;
    line-height: 140%;
}
.btn-writter { display: none;}
.btn-writter, .sp-btn-writter {
    width: 100%;
    text-align: center;
    line-height: 48px;
    height: 48px;
    font-size: 10px;
    letter-spacing: 2px;
}
.sp-btn-writter {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e6e6;
}
.btn-writter a, .sp-btn-writter a {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#008FD9), color-stop(50%,#008FD9), color-stop(50%,#0086C8), color-stop(100%,#0086C8));
    background: -webkit-linear-gradient(left, #008FD9 0%,#008FD9 50%,#0086C8 50%,#0086C8 100%);
    background: linear-gradient(to right, #008FD9 0%,#008FD9 50%,#0086C8 50%,#0086C8 100%);
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
}
#single-cover img {
	width: 100%;
	vertical-align: bottom;
}
#post-area {
    background: #fff;
    padding: 24px 12px;
	text-align: left;
	/*border-bottom: 1px solid #e6e6e6;*/
}


#post-area p.posttxt {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 180%;
    margin-bottom: 12px;
}
.postimg {
    margin-bottom: 12px;
}
.postimg img {
	width: 100% !important;
    vertical-align: bottom;
    height: auto !important;
}
#entry-main a {
    color: #00AEEE;
    text-decoration: none;
}
#post-area h2 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 12px;
}
#post-area h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 160%;
    font-weight: bold;
    margin-bottom: 12px;
}
#post-area h4 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 160%;
    font-weight: bold;
    margin-bottom: 12px;
}
#post-area h5 {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 160%;
    font-weight: bold;
    margin-bottom: 8px;
}
.imgcaption {
    font-size: 8px;
    letter-spacing: 1px;
    line-height: 150%;
    margin-bottom: 12px;
}
span.bldtxt {
    font-weight: bold;
}
.smtxt {
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 180%;
    margin-bottom: 12px;
}
#post-area ul, #post-area ol {
    margin-bottom: 12px;
}
#post-area ul li {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 140%;
    margin-bottom: 4px;
    list-style: inside disc;
    text-indent: -1em;
    padding-left: 1em;
}
#post-area ol li {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 140%;
	margin-bottom: 4px;
	list-style: inside decimal;
	text-indent: -1em;
	padding-left: 1em;
}
#post-area blockquote {
    border: 1px solid #ddd;
    padding: 12px 12px 10px 12px;
    background: #FBFBFB;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 180%;
    margin-bottom: 16px;
    font-style: italic;
}

#entry-main table {
    border-collapse: collapse;
	text-align: left;
}
#entry-main table th {
    background: #F6F6F6;
    width: 24%;
    border: 1px solid #E6E6E6;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding: 8px;
    line-height: 160%;
    vertical-align: middle;
}
#entry-main table td {
    background: #FFFFFF;
    width: 75%;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 8px;
    line-height: 160%;
}
td#couponarea img {
	width: 100%;
	vertical-align: bottom;
}

#entry-main table tr:first-child th, #entry-main table tr:first-child td {
	border-top: none;
}

#entry-main {
	margin: 16px 0 0;
}
#photo_container {
	border-bottom: 1px solid #E6E6E6;
}
#to-otherpage ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
}
#to-otherpage ul li:first-child + * {
    margin-right: 0;
}
.btn-otherpage a, .btn-otherpage-single a {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#008FD9), color-stop(50%,#008FD9), color-stop(50%,#0086C8), color-stop(100%,#0086C8));
    background: -webkit-linear-gradient(left, #008FD9 0%,#008FD9 50%,#0086C8 50%,#0086C8 100%);
    background: linear-gradient(to right, #008FD9 0%,#008FD9 50%,#0086C8 50%,#0086C8 100%);
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
}
.btn-otherpage {
    width: 100%;
    text-align: center;
    line-height: 48px;
    height: 48px;
    font-size: 10px;
    letter-spacing: 2px;
}
.sp-btn-writter {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e6e6e6;
}


#interviewinfo {
	display: none;
}
#sp-interviewinfo {
    background: #fff;
    padding: 12px;
    border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	text-align: left;
	/*margin-bottom: 16px;*/
    border-bottom: 1px solid #e6e6e6;
}
#voiceinfo h3 {
    font-family: 'aleoreg';
    color: #AAAAAA;
    font-size: 7px;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
#voiceinfo dt {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 2px;
}
#voiceinfo dd.ti-1 {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 180%;
}
#voiceinfo dd.ti-2 {
	margin-top: 8px;
    font-size: 8px;
    letter-spacing: 1px;
    line-height: 160%;
}

#voinfo {
	border-top: 1px solid #e6e6e6;
	padding-top: 16px;
}
#voinfo h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
#voinfo p {
	font-size: 8px;
	letter-spacing: 1px;
	line-height: 180%;
}
#voinfo-img {
	margin-bottom: 8px;
}
#voinfo-img img {
	width: 100%;
	vertical-align: bottom;
}
#voice-read {
	font-size: 13px;
    letter-spacing: 1px;
    line-height: 180%;
    margin-bottom: 32px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 16px;
}

.btn-map {
	/*margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e6e6e6;*/
	width: 100%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 8px;
    letter-spacing: 2px;
}
.btn-map a {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#008FD9), color-stop(50%,#008FD9), color-stop(50%,#0086C8), color-stop(100%,#0086C8));
    background: -webkit-linear-gradient(left, #008FD9 0%,#008FD9 50%,#0086C8 50%,#0086C8 100%);
    background: linear-gradient(to right, #008FD9 0%,#008FD9 50%,#0086C8 50%,#0086C8 100%);
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}
#photo_container img {
    width: 100%;
    vertical-align: bottom;
}
#main_photo {
    position: relative;
}
main_photo img {
    position: absolute;
    top: 0;
    width: 100%;
}
/*#thumbnail li {
	float: left;
	width: 33.33% !important;
}*/
#thumbnail {
	display: none;
}
#snap-commnet li {
    margin-bottom: 8px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 6px;
}
#snap-commnet dt {
    font-size: 8px;
    letter-spacing: 1px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 6px;
}
#snap-commnet dd {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 160%;
}
#snap-photo img {
	width: 100%;
	vertical-align: bottom;
}
.snap .entry-title {
	height: 96px;
}
.youtube-frame, .gm-frame, .ig-frame, #youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 16px;
}
#youtube, .youtube-frame {
	margin-bottom: 8px;
}
.youtube-frame iframe, .gm-frame iframe, #youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#gm {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#gm iframe,
#gm object,
#gm embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#culture-description {
	display: none;
}
#sp-culture-description {
	background: #fff;
    padding: 12px;
    border: 1px solid #E6E6E6;
	text-align: left;
}
#sp-culture-description a {
	color: #00AEEE;
    text-decoration: none;
}
#sp-culture-description li {
    margin-bottom: 12px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 8px;
}
#sp-culture-description li dt {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 140%;
    margin-bottom: 6px;
}
#sp-culture-description li dd {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 140%;
    word-wrap: break-word;
}
.page-culture #single-cover {
    margin-bottom: 12px;
}
.attention {
    font-size: 8px;
    letter-spacing: 1px;
    line-height: 160%;
}

.post-nextpage {
	margin-top: 24px;
	margin-bottom: 24px;
	font-size: 8px;
    letter-spacing: 1px;
	background: url(../img/common/ico_nextpage.gif) no-repeat;
	padding-left: 27px;
	line-height: 136%;
	height: 24px;
	font-weight: bold;
	background-size: contain;
}
.pagesprit {
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
	margin-top: 32px;
}
.page-numbers > .numbers {
    font-weight: bold;
    margin-right: 8px;
	background: #DDDDDD;
    color: #fff;
    padding: 8px 12px;
	display: inline-block;
	line-height: 14px;
}
.page-numbers a {
    text-decoration: none !important;
    background: #008FD9;
    margin-right: 8px;
    padding: 8px 12px;
    color: #fff !important;
	display: inline-block;
	margin-bottom: 8px;
	line-height: 14px;
}
#sp-tb {
	font-size: 8px;
	letter-spacing: 1px;
}
#sp-tb a {
	color: #00AEEE;
    text-decoration: none;
}

.entry-block {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 16px;
}
.entry-thumb-offline {
    position: relative;
}
.entry-thumb-offline img {
	width: 100%;
	vertical-align: bottom;
}

.btn-buy {
    width: 100%;
    text-align: center;
    line-height: 48px;
    height: 48px;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 2px;
    margin: 0 auto;
}
.btn-buy a {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#008FD9), color-stop(50%,#008FD9), color-stop(50%,#0086C8), color-stop(100%,#0086C8));
    background: -webkit-linear-gradient(left, #008FD9 0%,#008FD9 50%,#0086C8 50%,#0086C8 100%);
    background: linear-gradient(to right, #008FD9 0%,#008FD9 50%,#0086C8 50%,#0086C8 100%);
    display: block;
    color: #fff !important;
    text-decoration: none;
    line-height: 50px;
}
.page-present #d1 {
	text-align: center;
    line-height: 30px;
    width: 30%;
    border-right: 1px solid #E6E6E6;
    font-family: 'aleobold';
    color: #0A1F26;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 2px;
    float: left;
}
.page-present #d2 {
    width: 69%;
    float: left;
    text-align: center;
    line-height: 30px;
    font-family: 'aleobold';
    color: #0A1F26;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1px;
}
.page-present .btn-present {
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 30px;
}
.page-about #entry-side, .page-policy #entry-side {
	display: none;
}
#entry-side {
	height: inherit !important;
}
.subpage-content-sec {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 24px;
	padding-bottom: 16px;
}
.subpage-content-sec:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

#jr-bn {
	display: none;
}
#single-title h3 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 6px;
}

.meguru-access {
    margin-bottom: 16px;
}
.by-1 {
    font-size: 13px;
    line-height: 160%;
    font-weight: bold;
    letter-spacing: 1px;
}
.by-2 {
    font-size: 10px;
    line-height: 160%;
    font-weight: bold;
    letter-spacing: 1px;
}
.btn-viewmore {
    width: 100%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px;
}
.btn-viewmore a {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#008FD9), color-stop(50%,#008FD9), color-stop(50%,#0086C8), color-stop(100%,#0086C8));
    background: -webkit-linear-gradient(left, #008FD9 0%,#008FD9 50%,#0086C8 50%,#0086C8 100%);
    background: linear-gradient(to right, #008FD9 0%,#008FD9 50%,#0086C8 50%,#0086C8 100%);
    display: block;
    color: #fff !important;
    text-decoration: none;
    line-height: 30px;
}
.page-trip .btn-viewmore,.btn-viewmore-box .spot-summary {
	margin-bottom: 32px;
    padding-bottom: 24px;
	border-bottom: 1px solid #e6e6e6;
}
h2.spot-summary{
	margin-bottom: 4px !important;
}
.page-trip .smtxt {
    margin-bottom: 12px;
}
.page-trip #post-area h2 {
    margin-bottom: 4px;
}
#jr-system {

}
#sin-left {
    padding: 12px;
    background: #F6F6F6;
    border-top: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
	text-align: left;
}
#sin-title {
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0;
}
#sin-left h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
#sin-right img {
	width: 100%;
	vertical-align: bottom;
}
#jr-system {
    background: #F6F6F6;
	margin-bottom: 24px;
}
#jr-system h2 {
    padding-top: 12px;
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    text-align: center;
    font-size: 12px;
    color: #D51014;
    font-weight: bold;
    letter-spacing: 1px;
}
#r-sys1 {
    padding: 12px 12px 12px 12px;
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
}
#r-sys1 > ul {
	width: 90%;
	margin: 0 auto;
}
#syslist {
    float: left;
}

#dsBtn {
    float: left;
	width: 17px;
	padding-top: 27px;
}
#dsBtn img {
	width: 100%;
	vertical-align: bottom;
}
#syslist li {
    margin-bottom: 12px;
}
#syslist li dt {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    float: left;
    margin-right: 8px;
    height: 33px;
    line-height: 33px;
}
dd.rsinp {
    float: left;
    /* width: 140px; */
    margin-right: 8px;
    height: 33px;
    line-height: 33px;
}
dd.systxt {
    float: left;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 8px;
    height: 38px;
    line-height: 38px;
}
.sys-date dt {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    float: left;
    margin-right: 8px;
    height: 38px;
    line-height: 38px;
}
.sys-date dd {
    float: left;
    /* width: 140px; */
    margin-right: 8px;
    height: 38px;
    line-height: 38px;
}
#deper {
	width: 126px;
	margin: 0 auto;
}
#dp1 {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    float: left;
    margin-right: 8px;
    height: 33px;
    line-height: 33px;
}
#dp2 {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    float: left;
    height: 33px;
    line-height: 33px;
}
.ssBtn {
	width: 100%;
}
.ssBtn input {
	width: 100%;
}
.ssBtn img {
	width: 100%;
	vertical-align: bottom;
}
input[type="image"],input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.tripsingle #post-area h3 {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 160%;
    margin-bottom: 8px;
    color: #fff;
    padding: 4px 8px;
    font-weight: normal;
    background: #333;
    border: none;
    margin-top: 24px;
}
.btn-viewmore-box {
	margin-top: 16px;
}

.page-present-single  #entry-side {
	display: none;
}
#pp {
    padding: 16px;
    overflow-y: scroll;
    height: 320px;
    border: 1px solid #e6e6e6;
    margin: 16px 0;
}
#pp div {
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 16px;
}
#pp p {
    font-size: 8px;
    margin-bottom: 8px;
}
#pp ol li {
    font-size: 8px;
}
.inputarea {
    width: 100%;
    margin-bottom: 32px;
}
.inp1 {
    width: 100%;
    padding: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 160%;
}
.ta {
    width: 100%;
    padding: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 160%;
}
#entrybtn {
    width: 100%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    margin: 0 auto;
}
#entrybtn input {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#008FD9), color-stop(50%,#008FD9), color-stop(50%,#0086C8), color-stop(100%,#0086C8));
    background: -webkit-linear-gradient(left, #008FD9 0%,#008FD9 50%,#0086C8 50%,#0086C8 100%);
    background: linear-gradient(to right, #008FD9 0%,#008FD9 50%,#0086C8 50%,#0086C8 100%);
    display: block;
    color: #fff !important;
    text-decoration: none;
    line-height: 30px;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}

#cont {
	background: #fff;
	padding: 12px;
}
#cont img {
	width: 100%;
	vertical-align: bottom;
}

.single-spot-title {
    padding-bottom: 8px;
    border-bottom: 4px solid #000;
    margin-bottom: 24px;
}
.single-spot-title h2{
	font-size: 18px !important;
}
.single-spot-title p {
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 180%;
}

.trip-shopinfo {
	border: 1px solid #ddd;
    padding: 16px;
    background: #FBFBFB;
	margin-bottom: 24px;
}
.trip-shopinfo-name {
	font-family: 'aleoreg';
    color: #AAAAAA;
    font-size: 7px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.trip-shopinfo h5 {
	font-size: 16px !important;
	font-weight: bold !important;
	letter-spacing: 1px !important;
	line-height: 160% !important;
	margin-bottom: 16px !important;
}
.trip-shopinfo dl {
	margin-bottom: 0 !important;
}
.trip-shopinfo dl dt {
	font-size: 8px;
    letter-spacing: 2px;
    line-height: 1em;
    margin-bottom: 8px !important;
    display: inline-block;
    background: #aaa;
    color: #fff;
    padding: 6px 8px;
}
.trip-shopinfo dl dd {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 160%;
	margin-bottom: 16px !important;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}
.trip-shopinfo dl dd:last-child {
	margin-bottom: 0 !important;
	border-bottom: none;
}
#offline-spot-list li h3 {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 700;
	margin-bottom: 12px;
}
#offline-spot-list table {
	border-collapse: collapse;
}
#offline-spot-list table th {
    background: #F6F6F6;
    width: 141px;
    border: 1px solid #E6E6E6;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding: 16px;
    line-height: 160%;
    vertical-align: middle;
	text-align: left;
}
#offline-spot-list table td {
    background: #FFFFFF;
    width: 478px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 16px;
    line-height: 160%;
}
#offline-spot-list table td a {
    color: #00AEEE;
    text-decoration: none;
}
#offline-spot-list table td a:hover {
    text-decoration: underline;
}








