@charset "UTF-8";
/* CSS Document */

/*トップ「お知らせ」部分などの
カテゴリーポストウィジェット*/
.cat-post-title {
	color: #fff !important;
	text-decoration: none;
	display: inline-block;
	margin: 0.5em 0;
	font-size: 16px;
}

/*トップ新着部分*/
.top-wbox-t p{
	display: block !important;
	font-weight: 900;
}
.top-wbox-t p{
	position: relative;
	background: #dd9933;
	color: #ffffff!important;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom: none!important;
	text-align: center;
}

.top-wbox-t p::before{
	content: '';
	position: absolute;
	border-top: 10px solid #dd9933;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50%;
}

.top-wbox-t p::after{
	content: '';
	position: absolute;
	border-top: 10px solid #dd9933;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50%;
	border-radius: 2px;
}

.top-wbox-t span.rpwwt-post-title{
	font-weight: 900;
}

.top-wbox-t ul li{
	position: relative;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 .top-wbox-t ul li::before{
	content: 'New';
	display: block;
	width: 4em;
	height: 4em;
	border-radius: 50%;
	background-color: #d93;
	color: #fff;
	position: absolute;
	right: 1em;
	top: 1em;
	-webkit-transform:rotate(12deg);
	transform:rotate(12deg);
	text-align: center;
	line-height: 4em;
	font-weight: 900;
}

/*CTABAZZFEEDの調整*/
.va-social-buzz{
	margin-top: 1em;
}

/*広告表示の設定*/
div.adbox{
	text-align: center;
}

@media (min-width: 672px) {
	div.adbox{
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-left: -16px;
	}
	div.adbox div{
		padding-top: 0 !important;
	}
}

/*アンカーの位置調整*/
#page-top{
	bottom: 60px;
}


/*ハコトリップ広告設定*/

.hakotorip_ads{
	background-color: #fff;
}

.hakotorip_ads a img{
	vertical-align: bottom;
	margin-bottom: 0;
}

.separate{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}



.separate .hakotorip_ads{
	width: 50%;
	margin: 0 0.5em;
}

@media screen and (max-width: 480px){
	.separate{
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.separate .hakotorip_ads{
		width: 100%;
		margin: 0.5em 0;
	}
}

li.vr-column a,
li.notice a{
	color: #fff !important;
}