/*
Theme Name: Grape PC v2
Author URI: https://grapee.jp/
Description: Media Site
Author: grape Co.,Ltd.
Author URI: http://grapee.jp/
Version: 1.0
*/

@charset "UTF-8";

/* RESET
=======================================*/

body {
	margin: 0;
	padding: 0;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,p,blockquote,header,nav,footer,section,canvas,article,figure { 
	margin:0;
	padding:0;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: block;
}
table {
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
}

ul, ol { list-style: none;}
img { border: none; vertical-align: bottom;}

/*DEFAULT
=======================================*/

html{
	font-size: 62.5%;
}
body {
	font-size: 1.8rem;
	color: #333;
	background: #fff;
	font-family: ArialMT, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
a {
	color:#b163a3;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}


/*COMMON
=======================================*/

.f-clear {
	clear: both;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}

/* header
=======================================*/

header {
	display: block;
	padding: 2px 0 0;
}
.customize-support header {
	top: 32px;
}
#header-in {
	width: 1080px;
	height: 136px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
}
#header-in #sitetitle{
	margin-right: auto;
	margin-left: 2px;
}
#header-in #sitetitle a{
	display: block;
	background: url(img/sitetitle.png) no-repeat left center;
	text-indent: -200%;
	overflow: hidden;
	width: 274px;
	height: 36px;
}

/* nav
=======================================*/

nav{
	display: block;
}
#gnavi{
	width: 100%;
	border-top: #e2e2e2 1px solid;
	border-bottom: #e2e2e2 1px solid;
	background-color: #fff;
	transition: .2s;
	-webkit-transition: .2s;
}
#gnavi-in{
	width: 1080px;
	margin:0 auto;
	box-sizing: border-box;
	position: relative;
}
#gnavi-in:after{
	content: ' ';
	display: block;
	clear: both;
}
#gnavi .menu{
	height: 46px;
	padding-left: 2px;
	display: flex;
	align-items: center;
}
#gnavi .menu a{
	display: block;
	color: #333333;
	font-size: 1.3rem;
	padding: 16px 10px;
	margin: 0 4px;
	text-decoration: none;
	font-weight: bold;
	text-transform:none;
}
#gnavi .menu a:hover{
	color: #b163a3;
}
#gnavi .menu-social{
	position: absolute;
	right: 0;
	top: 0;
	height: 46px;
	display: flex;
	align-items: center;
	padding-right: 5px;
}
#gnavi .menu-social a{
	display: block;
	background: url(img/icon_search.png) center center no-repeat;
	width: 19px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 11px;
}
#gnavi .menu-social #btn_search a{
	background-image: url(img/icon_search.png);
	width: 19px;
	height: 29px;
	vertical-align: middle;
	margin-left: 3px;
	float: left;
}
#gnavi .menu-social #btn_facebook a{
	background-image: url(img/icon_facebook.png);
	width: 24px;
	height: 24px;
}
#gnavi .menu-social #btn_twitter a{
	background-image: url(img/icon_twitter.png);
	width: 24px;
	height: 24px;
}
#gnavi .menu-social #btn_instagram a{
	background-image: url(img/icon_instagram.png);
	width: 24px;
	height: 24px;
}
#gnavi .menu-social #btn_youtube a{
	background-image: url(img/icon_youtube.png);
	width: 26px;
	height: 20px;
}
#gnavi .menu-social #btn_search form{
	display: none;
	float: left;
}
#gnavi .menu-social #btn_search form#searchform .screen_reader_text{
	height: 1px;
	width: 1px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#gnavi .menu-social #btn_search form#searchform input{
	border: #f4f4f4 1px solid;
	background-color: #f4f4f4;
	font-size: 1.4rem;
	padding: 5px;
}
#gnavi .menu-social #btn_search form#searchform input:placeholder-shown,
#gnavi .menu-social #btn_search form#searchform input::-webkit-input-placeholder{
	color: #ccc;
}
#gnavi .menu-social #btn_search form#searchform input:-moz-placeholder,
#gnavi .menu-social #btn_search form#searchform input::-moz-placeholder,
#gnavi .menu-social #btn_search form#searchform input:-ms-input-placeholder{
	color: #ccc;
	opacity: 0.5;
}

#menu-nav.show,
#gnavi .menu-social li.show{
	opacity: 1;
	transition: .5s;
	-webkit-transition: .5s;
}
#menu-nav.fade,
#gnavi .menu-social li.fade{
	opacity: 0.2;
	transition: .5s;
	-webkit-transition: .5s;
}

/*-- float --*/
header.float{
	padding-bottom: 48px;
}
#gnavi.float{
	display: block;
	background-color: #b163a3;
	border: none;
	position:fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	transition: .8s;
	-webkit-transition: .8s;
}
#gnavi.float .menu{
	padding-left: 123px;
	background: url(img/sitetitle-w.png) 10px center no-repeat;
}
#gnavi.float .menu a{
	color: #fff;
}
#gnavi.float .menu a:hover{
	color: #fff;
	background-color: #964485;
}

#gnavi.float ul.menu-social #btn_search a{
	background-image: url(img/icon_search-w.png);
}
#gnavi.float ul.menu-social #btn_facebook,
#gnavi.float ul.menu-social #btn_twitter,
#gnavi.float ul.menu-social #btn_instagram,
#gnavi.float ul.menu-social #btn_youtube{
	display: none;
}



/* footer
=======================================*/

footer{
	display: block;
	clear: both;
	background-color: #202020;
	padding-bottom: 16px;
}
#footer-in{
	width: 1128px;
	margin:0 auto;
	display: flex;
	align-items:flex-start;
	justify-content: center;
}

/* テキスト */
#footer-in .box_footer{
	flex: 1;
	flex-grow: 1;
	padding: 35px 16px;
}
#footer-in .box_footer h2{
	font-size: 1.6rem;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #fff;
}
#footer-in .box_footer p{
	font-size: 1.4rem;
	line-height: 1.6;
	color: #fff;
}

/* カテゴリリンク */
#footer-in .box_footer ul.footer-category{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
#footer-in .box_footer ul.footer-category li{
	box-sizing: border-box;
	font-size: 1.2rem;
	color: #fff;
	padding-bottom: 13px;
}
#footer-in .box_footer ul.footer-category li:before{
	content: '・';
	display: inline-block;
}
#footer-in .box_footer ul.footer-category li a{
	color: #fff;
	text-decoration: none;
}

/* fan数 */
#footer-in .box_footer .box_footer_fan{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
#footer-in .box_footer .box_footer_fan p{
	flex: 1;
	background-color: #fff;
	border: #eee 1px solid;
	padding: 47px 0 10px;
	line-height: 1.4;
	color: #000;
	text-align: center;
	font-size: 1.4rem;
}
#footer-in .box_footer .box_footer_fan p strong{
	font-size: 1.8rem;
	display: block;
}
#footer-in .box_footer .box_footer_fan p.fb_fans{
	margin: 0 16px 0 0;
	background: url(img/icon_footer_fb.png) #fff no-repeat center 7px;
}
#footer-in .box_footer .box_footer_fan p.tw_fans{
	margin: 0;
	background: url(img/icon_footer_tw.png) #fff no-repeat center 9px;
}

/* バナー */
#footer-banner{
	border-top: #333 1px solid;
	text-align: center;
}
#footer-banner ul{
	width: 1080px;
	margin:0 auto;
	padding: 16px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#footer-banner ul li{
	color: #fff;
	font-size: 1.2rem;
	margin: 0 6px;
}
#footer-banner ul li img{
	height: 50px;
	width: auto;
}

/* リンク */
#footer-link{
	background-color: #333;
	text-align: center;
	margin-bottom: 4px;
}
#footer-link ul{
	width: 1080px;
	height: 42px;
	margin:0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#footer-link ul li{
	color: #fff;
	font-size: 1.2rem;
}
#footer-link ul li:before{
	content: '｜';
	display: inline-block;
}
#footer-link ul li:first-child:before{
	content: '';
	display: inline-block;
}
#footer-link ul a{
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
}

/* copyright */
footer p.attention,
footer address{
	font-style: normal;
	font-size: 1.2rem;
	text-align: center;
	padding: 12px 0 0;
	color: #eee;
}


/* main contents
=======================================*/

/* toppage */

#main{
	display: block;
	width: 1080px;
	margin: 0 auto;
}
#main:after{
	content: ' ';
	display: block;
	clear: both;
}

#main_list{
	width: 710px;
	float: left;
	box-sizing: border-box;
}
#sidebar{
	width: 336px;
	float: right;
}

/*-- main pickup --*/
#main_pickup{
	width: 1080px;
	overflow: hidden;
	margin: 24px auto 0;
}
#main_pickup:after{
	content: ' ';
	display: block;
	clear: both;
}
#main_pickup article.entry_list{
	width: 360px;
	height: 225px;
	position: relative;
	float: left;
}
#main_pickup article.entry_list figure{
	width: 360px;
	height: 225px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	text-align: center;
}
#main_pickup article.entry_list figure img{
	width: auto;
	height: 100%;
}
#main_pickup article.entry_list .entry_title{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	padding: 0 15px 13px;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
#main_pickup article.entry_list .entry_title h2{
	font-size: 1.6rem;
	line-height: 1.6;
	padding-top: 10px;
}
#main_pickup article.entry_list .entry_title h2 a{
	color: #fff;
	text-decoration: none;
}
#main_pickup article.entry_list .entry_title time,
#main_pickup article.entry_list .entry_title .author,
#main_pickup article.entry_list .entry_title .sponsored{
	color: #fff;
}
/* large */
#main_pickup article.entry_list:first-child,
#main_pickup article.entry_list:first-child figure{
	width: 720px;
	height: 450px;
}
#main_pickup article.entry_list:first-child .entry_title{
	padding: 0 24px 24px;
}
#main_pickup article.entry_list:first-child .entry_title h2{
	font-size: 2.0rem;
	padding-top: 12px;
}


/*-- trending --*/

#trending{
	width: 1080px;
	margin: 0 auto;
	padding: 18px 0 0;
	position: relative;
}
#trending h2{
	font-size: 1.6rem;
	font-weight: bold;
	border-left: #000 4px solid;
	padding: 3px 0 3px 10px;
	text-transform: uppercase;
	margin: 0 0 18px;
}
#trending-in{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	align-content: flex-start;
}
#trending article.entry_list {
	width: 336px;
}
#trending article.entry_list figure{
	width: 100%;
	height: 166px;
	overflow: hidden;
	margin: 0 0 10px;
}


/*-- main-list --*/

#main_list h2.title{
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	padding: 9px 12px;
	vertical-align: middle;
	text-transform: uppercase;
}
#entertainment,
#news,
#latest{
	border-top: #000 1px solid;
	padding-top: 18px;
}
#entertainment,
#news{
	display: flex;
	justify-content:space-between;
}
#main_list article.entry_list:first-child{
	/*float: left;*/
}
#main_list article.entry_list{
	display: block;
	/*float: right;*/
	margin-right: 10px;
}
#entertainment article.entry_list,
#news article.entry_list{
	width: 336px;
}
#entertainment article.entry_list.card figure,
#news article.entry_list.card figure{
	width: 100%;
	height: 166px;
	overflow: hidden;
	margin: 0 0 10px;
}
#entertainment article.entry_list.card h3,
#news article.entry_list.card h3{
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.6;
}
#entertainment article.entry_list h3,
#news article.entry_list h3{
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.4;
}
#entertainment article.entry_list time,
#news article.entry_list time{
	padding-left: 0px;
}

/* Latest */

#main_list #latest article.entry_list{
	display: block;
	width: 100%;
	box-sizing: border-box;
	float: none;
	padding: 0 10px 0 0;
	margin-bottom: 18px;
	border-bottom: #eee 1px solid;
}
#latest article.entry_list figure.thumb{
	width: 218px;
	height: 136px;
	margin: 3px 25px 18px 0;
}
#latest article.entry_list .excerpt{
	padding-bottom: 16px;
	padding-top: 8px;
	margin-left: 243px;
}
#latest article.entry_list.card .entry_title h3{
	margin-bottom: 3px;
}
#latest article.entry_list figure.thumb+div.entry_title{
	margin-left: 243px;
	margin-bottom: 0;
}


/* category archive
========================================================================== */

#main_list h1.category_title{
	display: block;
	font-size: 2.8rem;
	font-weight: normal;
	color: #333;
	border-bottom: #000 1px solid;
	background-color: transparent;
	padding: 10px 0 11px;
	margin: 0 0 13px;
}
#main_list div.category_description p{
	color: #000;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0 5px;
}
#main_list.search div.category_description p{
	margin-bottom: 15px;
}
#main_list p.category_tags{
	margin: 15px 0 8px;
}
#main_list p.category_tags a{
	display: inline-block;
	border: #ccc 1px solid;
	color: #333;
	text-decoration: none;
	font-size: 1.2rem;
	line-height: 1;
	padding: 5px 6px;
	margin: 0 10px 10px 0;
}
#latest.tags{
	border-top: none;
	margin-top: -13px;
}

#main_list.archive article.entry_list{
	display: block;
	width: 100%;
	box-sizing: border-box;
	float: none;
	padding: 0 10px 0 0;
	margin-bottom: 18px;
	border-bottom: #eee 1px solid;
}
article.entry_list:after{
	content: ' ';
	clear: both;
	display: block;
}
article.entry_list figure img{
	width:100%;
	height: auto;
}
article.entry_list .entry_title {
}
article.entry_list .entry_title h2,
article.entry_list.card .entry_title h3{
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 10px;
}
article.entry_list .entry_title h3{
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 10px;
}
article.entry_list .entry_title h2 a,
article.entry_list .entry_title h3 a,
article.entry_list .entry_title p a{
	color: #000;
	text-decoration: none;
}
article.entry_list .entry_title .icon_category{
	display: inline-block;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 1.0rem;
	line-height: 1;
	padding: 4px 4px 4px;
	vertical-align: middle;
	text-transform: uppercase;
	margin-right: 10px;
}
article.entry_list .entry_title time,
article.entry_list .entry_title .author,
article.entry_list .entry_title .sponsored{
	display: inline-block;
	color: #000;
	padding-right: 10px;
	vertical-align: middle;
	font-size: 1.2rem;
}
article.entry_list .excerpt{
	padding-top: 10px;
	padding-bottom: 30px;
}
article.entry_list .excerpt p{
	font-size: 1.2rem;
	line-height: 1.7;
}
article.entry_list .entry_list_tags {
	background: url(img/icon_tags.png) left center no-repeat;
	font-size: 1.1rem;
	line-height: 1.4;
	margin: 0px 0 18px 242px;
	padding-left: 5px;
}
article.entry_list .entry_list_tags a{
	display: inline-block;
	color: #666;
	text-decoration: none;
	padding: 0 0 0 15px;
}

article.entry_list figure.thumb{
	width: 100px;
	height: 72px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 18px 15px 0;
}
article.entry_list figure.thumb img{
	/*	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
	width: 100%;
	height: auto;
}
article.entry_list figure.thumb+div.entry_title{
	margin-left: 118px;
	margin-bottom: 12px;
}

/*-- pager --*/

.wp-pagenavi{
	display: flex;
	align-items: center;
	text-align: left !important;
	margin: 18px 0 36px !important;
	clear: both;
	font-size: 1.2rem !important;
	padding: 0 10px;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	padding: 8px 10px;
	margin: 0 3px !important;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	color: #666666 !important;
	text-transform: uppercase;
	font-size: 1.2rem !important;
	border: #e2e2e2 1px solid;
}
.wp-pagenavi a:hover{
	color: #fff !important;
	background-color: #9c9c9c !important;
	border: #9c9c9c 1px solid !important;
}
.wp-pagenavi span.current{
	background-color: #9c9c9c;
	color: #fff !important;
	border: #9c9c9c 1px solid !important;
}
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi span.pages{
	order: 9;
	margin-left: auto !important;
	border: none !important;
	text-transform:none;
}



/* sidebar
========================================================================== */

aside .ads-sidebar{
	margin: 0 auto 36px;
	padding: 16px 5px;
	text-align: center;
	/*background-color: #e9e9e9;*/
}
aside .ads-sidebar div{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#sidebar #side_tags h2,
#sidebar #side_tags h3{
	font-size: 1.6rem;
	font-weight: bold;
	border-left: #000 4px solid;
	padding: 3px 0 3px 10px;
	text-transform: uppercase;
	margin: 0 0 18px;
	background-color: #fff;
	color: #000;
}
#side_tags p{
	padding: 0 0 30px;
}
#side_tags p a{
	display: inline-block;
	border: #ccc 1px solid;
	color: #000;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1;
	padding: 9px 10px;
	margin: 0 10px 10px 0;
}

#sidebar h2,
#sidebar h3{
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	padding: 9px 12px;
	vertical-align: middle;
	text-transform: uppercase;
}
#sidebar p{
	font-size: 1.2rem;
	line-height: 1;
	padding: 0 0 18px;
	margin: 0px;
}
#side_list{
	border-top: #000 1px solid;
	padding-top: 18px;
	padding-bottom: 18px;
}
#sidebar article.entry_list .entry_title p{
	margin-bottom: 0;
	background-color: transparent;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 0;
}
#sidebar article.entry_list .entry_title p a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#sidebar article.entry_list .entry_title time{
	padding-left: 0;
}
#sidebar article.entry_list{
	margin-bottom: 18px;
}
#sidebar article.entry_list figure{
	width: 100%;
	height: 166px;
	overflow: hidden;
	margin: 0 0 5px;
}
#sidebar article.entry_list figure.thumb{
	width: 100px;
	height: 72px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 3px 18px 0px 0;
}
#side_rank{
	border-top: #000 1px solid;
	padding-top: 18px;
	padding-bottom: 18px;
}
#side_rank section p{
	display: none;
}

#side_rank .entry_list{
	position: relative;
}
#side_rank .entry_list:before{
	display: inline-block;
	position: absolute;
	background-color: #ff6600;
	color: #fff;
	padding: 3px 5px;
	font-size: 1.2rem;
	z-index: 100;
}
#side_rank .entry_list:nth-child(1):before{
	content:'1';
}
#side_rank .entry_list:nth-child(2):before{
	content:'2';
}
#side_rank .entry_list:nth-child(3):before{
	content:'3';
}
#side_rank .entry_list:nth-child(4):before{
	content:'4';
}
#side_rank .entry_list:nth-child(5):before{
	content:'5';
}
#side_rank .entry_list:nth-child(6):before{
	content:'6';
}
#side_rank .entry_list:nth-child(7):before{
	content:'7';
}
#side_rank .entry_list:nth-child(8):before{
	content:'8';
}
#side_rank .entry_list:nth-child(9):before{
	content:'9';
}
#side_rank .entry_list:nth-child(10):before{
	content:'10';
}

.side_twitter{
	margin-bottom: 16px;
}
a.arrow{
	display: inline-block;
	background: url(img/icon_arrow.png) left center no-repeat;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
}


/* single-page
========================================================================== */

/* パンくず */
#breadcrumb{
	margin: 16px 0;
	display: flex;
	align-items: flex-start;
	color: #666666;
	font-size: 1.1rem;
}
#breadcrumb a{
	color: #666666;
	text-decoration: none;
}
#breadcrumb li:after{
	content: '>';
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
#breadcrumb li:first-child:after{
	padding-left: 0px;
}
#breadcrumb li:last-child:after{
	content: '';
}


/* 記事本文 */

article.single-page{
	padding-top: 16px;
}
article.single-page .icon_category{
	display: inline-block;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 1.0rem;
	line-height: 1;
	padding: 4px 4px 4px;
	vertical-align: middle;
	text-transform: uppercase;
	margin-right: 10px;
}
article.single-page .subheading{
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
	color: #666;
	margin-bottom: 20px;
}
article.single-page .entry_title{
}
article.single-page .entry_title h1{
	font-size: 2.8rem;
	line-height: 1.6;
	font-weight: normal;
	margin: -5px 0 16px;
}
article.single-page h1 a{
	color: #333;
	text-decoration: none;
}
article.single-page .entry_title p{
	font-size: 1.1rem;
	color: #666;
}
article.single-page .entry_title p.sponsor_tag{
	float: right;
}
article.single-page .entry_title p.sponsor_tag a{
	color: #666;
	text-decoration: none;
}
article.single-page .entry_title p.entry_tags{
	margin: 16px 0;
	line-height: 1;
	font-size: 1.2rem;
}
article.single-page .entry_title p.entry_tags a{
	display: inline-block;
	border: #ccc 1px solid;
	padding: 6px;
	color: #333;
	text-decoration: none;
	margin-right: 10px;
}
article.single-page .entry_sns{
	margin: 0 0 16px;
}
article.single-page .entry_sns p a{
	display: inline-block;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	padding: 10px 38px 10px 48px;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
}
article.single-page .entry_sns p a:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}
article.single-page .entry_sns a.btn_fb{
	background: url(img/icon_sns-fb.png) #3c5998 3px center no-repeat;
}
article.single-page .entry_sns a.btn_tw{
	background: url(img/icon_sns-tw.png) #55abee 3px center no-repeat;
}
article.single-page .entry_sns a.btn_line{
	background: url(img/icon_sns-line.png) #00b833 3px center no-repeat;
}

article.single-page figure{
	text-align: center;
	margin: 0 0 25PX;
}
article.single-page figure img{
	width: 100%;
	height: auto;
}
article.single-page figure p.image-cite{
	text-align:right;
	font-size:1.2rem;
	line-height: 1.5;
	color:#666;
	margin:8px 0 0;
	box-sizing: border-box;
}
article.single-page figure p.image-cite a{
	color: #666;
	text-decoration: none;
}


/*メディア配置*/

article.single-page .youtube {
	margin: 25px 0;
	text-align: center;
} 
article.single-page .twitter {
	margin-bottom: 25px;
}
article.single-page .instagram {
	text-align: center;
	width: 600px;
	margin: 0 auto 25px;
}
article.single-page .facebook {
	text-align: center;
	margin-bottom: 25px;
}
article.single-page .vine {
	position: relative;
	padding-bottom: 100%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
	margin-bottom: 25px;
	text-align: center;
}
article.single-page .imgur{
	margin: 0 10px 25px 10px;
}
article.single-page .image{
	text-align: center;
	margin: 25px 0;
}
article.single-page .image img{
	max-width: 100%;
	height: auto;
}
article.single-page .image p.image-cite{
	text-align:right;
	font-size:1.2rem;
	line-height: 1.5;
	color:#666;
	margin:8px 0 0;
	box-sizing: border-box;
}
article.single-page .image p.image-cite a{
	color:#666;
	text-decoration: none;
}
#main_list article.single-page .entry_main img.first{
	display: none;
}
#main_list article.single-page .entry_main h2{
	display: block;
	margin:25px 0;
	padding: 5px 20px 5px 14px;
	font-size:2.0rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: left;
	color: #000;
	background-color: #f4f4f4;
	border-left: #dcdcdc 6px solid;
	text-transform: none;
}
article.single-page .entry_main h3{
	margin: 25px 20px;
	padding: 3px 0px 3px 9px;
	border-left: #dcdcdc 6px solid;
	font-size:1.8rem;
	font-weight: bold;
	text-align: left;
	text-transform: none;
}
article.single-page .entry_main p{
	margin:25px 20px;
	line-height: 1.8;
	font-size:1.6rem;
}
article.single-page p a {
	color: #000099;
	text-decoration:underline;
}
article.single-page p a:hover {
	text-decoration:none;
}
article.single-page p.small,
article.single-page .small{
	font-size:1.4rem;
	color:#666;
}
article.single-page b{
	font-weight: bold;
}
article.single-page ul{
	list-style: disc outside;
	margin-bottom:20px;
	line-height:1.7;
	margin-left: 15px;
}
article.single-page ol{
	list-style:decimal outside;
	margin-bottom:20px;
	line-height:1.7;
	margin-left: 20px;
}
article.single-page li{
	margin-left:20px;
	margin-bottom:10px;
	line-height:1.7;
	text-align: left;
	display: list-item;
	font-size: 1.6rem;
}
article.single-page hr{
	display: block;
	border: 0;
	height: 4px;
	background-image: url(img/line_01.png);
	background-repeat: repeat-x;
	margin: 20px 5px;
	background-size: 5px 5px;
	-webkit-background-size: 5px 5px;
}

article.single-page .txt-box{
	border:1px solid #cccccc;
	padding:0 20px;
	box-sizing: border-box;
	margin:25px 20px;
}
article.single-page .txt-box p{
	margin:20px 0;
	padding:0;
}
article.single-page .txt-box p a {
	text-decoration:underline;
}
article.single-page .txt-box p a:hover {
	text-decoration:underline;
}
article.single-page .txt-box ul,
article.single-page .txt-box ol{
	margin-top: 20px;
	margin-left: 0;
}

.quote{
	margin:25px 20px;
}
.quote blockquote{
	padding:10px;
	border: #cccccc 1px solid;
	background-color:#f4f4f4;
	position: relative;
}
.quote blockquote:before{
	content: "“";
	font-size: 6.0rem;
	font-family: 'Hiragino Mincho ProN', serif;;
	line-height: 1;
	color: #9c9c9c;
	position: absolute;
	left: 5px;
	top: 4px;
}
article.single-page .quote blockquote p{
	margin:20px 20px;
	padding:0;
}
cite{
	display: block;
	text-align:right;
	font-size:1.2rem;
	color:#666666;
	margin:5px 0 0;
	font-style: normal;
}
cite a{
	color:#666666;
	text-decoration: none;
}

/* nextpage_links */
.page-links{
	margin: 25px 0 15px;
}
.page-links p{
	text-align: center;
	width: 93.75%;
	margin: 10px auto;
}
.page-links p span{
	text-align: center;
	display: inline-block;
	padding: 7px 12px;
	margin: 0 5px;
	border-radius: 3px;
	background-color: #b163a3;
	color: #fff;
	font-weight: bold;
}
.page-links p a span{
	background-color: #ccc;
	color: #333;
}
.page-links p a.nextlink{
  font-weight:bold;
  font-size:1.062em;
  color:#FFF;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #dd462b;
  width:50%;
  margin:12px auto 15px;
  padding:0.8em 0 0.7em 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* 出典 */
article.single-page dl{
	font-size:1.2rem;
	color:#666666;
	margin-top:10px;
	margin-bottom:17px;
	padding:12px 20px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	text-align: left;
}
article.single-page dt{
	display: inline-block;
	margin-right: 10px;
}
article.single-page dd{
	display: inline;
}
article.single-page dd a{
	color: #666;
	text-decoration: none;
}

/*profile*/
article.single-page .profile{
	padding: 18px;
	position: relative;
	border-top: #ccc 1px solid;
	margin: 0 0 25px 0;
}
article.single-page .profile img{
	float: left;
	margin: 0 18px 0 0;
}
article.single-page .profile h1{
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.4;
	font-size: 1.4rem;
}
article.single-page .profile p{
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
}
article.single-page .profile:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* post-profile */
article.single-page .post-profile{
	padding: 18px 18px 0;
	position: relative;
	border-top: #ccc 1px solid;
	margin: 0 0 25px 0;
}
#main_list article.single-page .entry_main .post-profile h2{
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.4;
	font-size: 1.4rem;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0 0 0 120px;
}
article.single-page .post-profile p{
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
}
article.single-page .post-profile dl{
	border: none;
	padding: 0;
	margin: 0;
}
article.single-page .post-profile dl img{
	width: 100%;
	height: auto;
}
article.single-page .post-profile dl dd.post-profile__image{
	width: 100px;
	float: left;
	margin-top: -20px;
	padding-right: 20px;
}
article.single-page .post-profile dl dt.post-profile__name-wrapper{
	padding-top: 3px;
}
article.single-page .post-profile dl dt.post-profile__name-wrapper .post-profile__name{
	font-weight: bold;
	font-size: 1.3rem;
}



/*CVN*/

#cvn-logo {
	text-align: right;
	margin: 0 12px 20px 0;
}

/* 関連記事 */
article.single-page .related-list-box{
	background-color: #fff;
	padding: 0;
	border: 1px solid #dcdcdc;
	margin: 0 0 25px;
}
article.single-page .related-list-box p.title{
	background-color: #dcdcdc;
	padding: 7px 8px;
	margin: 0 0 5px;
	font-size: 1.3rem;
}
article.single-page .related-list-box ul{
	margin: 5px 10px;
	list-style: none;
}
article.single-page .related-list-box ul li{
	font-size: 1.2rem;
	padding: 5px 3px 5px;
	margin: 0;
	border-top: #dcdcdc 1px dotted;
}
article.single-page .related-list-box ul li:first-child{
	border-top: none;
}
article.single-page .related-list-box ul li a{
	color: #009;
	text-decoration: none;
}
article.single-page .profile+.related-list-box{
	margin-top: -20px;
}

/* ads */
.ads-main{
	margin: 36px 15px;
}
.archive .ads-main{
	margin: 20px 0;
	padding: 0 20px 20px;
	border-bottom: #eee 1px solid;
}
.ads-main:after{
	content: ' ';
	display: block;
	clear: both;
}
.ads-main div div{
	float: right;
	padding: 9px;
	text-align: center;
	/*background-color: #e9e9e9;*/
}
.ads-main div div:first-child{
	float: left;
}
.ads-main div{
	padding: 0;
}

/* Related Article */

#related_list{
	margin: 36px 0;
}
#related_list h2,
#related_list h3{
	font-size: 1.6rem;
	font-weight: bold;
	border-left: #000 4px solid;
	padding: 3px 0 3px 10px;
	text-transform: uppercase;
	margin: 0 0 18px;
	background-color: #fff;
	color: #000;
}
#related_list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content:space-between;
	margin-bottom: 20px;
}
#related_list ul li{
	padding: 0 5px 18px !important;
}
#related_list ul li .ajaRecommend-item__thumb{
	margin-bottom: 5px !important;
}
#related_list ul li figure{
	width: 165px;
	height: 103px;
	overflow: hidden;
}
#related_list ul li figure img{
	width: 100%;
	height: auto;
}
#related_list ul li h3,
#related_list ul li h4,
#related_list ul li p.title{
	width: 165px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 5px;
}
#related_list ul li img.icon_pr2{
	margin-left: 3px;
	vertical-align: middle;
}

#related_list ul li h3 a,
#related_list ul li h4 a,
#related_list ul li p.title a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


/* page
========================================================================== */

#main_list h1.page_title{
	display: block;
	font-size: 2.8rem;
	font-weight: normal;
	text-transform: none;
	color: #333;
	border-bottom: #000 1px solid;
	background-color: transparent;
	padding: 10px 0 11px;
	margin: 0 0 13px;
}

#main_list.page section h2{
	display: block;
	margin:25px 0;
	padding: 5px 20px 5px 14px;
	font-size:2.0rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: left;
	color: #000;
	background-color: #f4f4f4;
	border-left: #dcdcdc 6px solid;
}
.page section h3{
	margin: 25px 20px;
	padding: 3px 0px 3px 9px;
	border-left: #dcdcdc 6px solid;
	font-size:1.8rem;
	font-weight: bold;
	text-align: left;
}
.page section p{
	margin:25px 20px;
	line-height: 1.8;
	font-size:1.6rem;
	text-align: left;
}
.page section p a {
	color: #000099;
	text-decoration:underline;
}
.page section p a:hover {
	text-decoration:none;
}
.page section .image{
	text-align: center;
	margin: 25px 0;
}
.page section .image img{
	max-width: 100%;
	height: auto;
}
#about-logo {
	padding: 20px 0;
	text-align: center;
}
