@charset "UTF-8";
/*
Theme Name: Ecr-Gachi2
Theme URI: 
Description: This is our original theme.
Author: Ecrise
Author URI:
Version:1.0
*/
 

@import url("css/bootstrap.min-cus.css");
@import url("css/reset.css");
@import url("css/slider-pro.css");
@import url("css/lightbox.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
/*@import url("https://fonts.googleapis.com/css?family=Julius+Sans+One");*/


/*::::::::::::::::::::::::::::::::::::::::::::::::::
base
::::::::::::::::::::::::::::::::::::::::::::::::::*/
body {
	font-size: 15px;
	line-height: 1.8;
	color: #333;
	background-color: #000;
}
#wrapper {
	overflow: hidden;/*スマフォの画面右隙間削除*/
	background: linear-gradient(to bottom, #000 300px, #ff0020 33%, #f4af1d 100%);}
a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;color: #333;
	transition: all .5s ease;
}
a:hover {
}
a img {
	transition: all 0.5s ease;
}
a:hover img {
	opacity: 0.7;
}
a:hover img.rollover {
	opacity: 1;
}

strong, .strong { font-weight: bold; }

/*reset.cssのカスタマイズ*/
.fl-l {
	margin-right: 20px;
	margin-bottom: 20px;
}
.fl-r {
	margin-left: 20px;
	margin-bottom: 20px;
}
.alignleft {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.aligncenter {
	display: block;
	margin: 10px auto;
}

.mt100 { margin-top: 100px !important; }
.p10 { padding: 10px !important; }
.p20 { padding: 20px !important; }
.fzs {	font-size: 11px; }

ruby {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
}

#cover {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 10000;
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::
基本構造
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.gachicon {
	width: 100%;
	max-width: 1004px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 767px) {
	.gachicon {
		padding-left: 5px;
		padding-right: 5px;
	}
}

#gray_box {
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	background: #ccc url('img/gray_box_back.jpg') repeat scroll center top;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.6) inset;
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	
}
@media (min-width: 1000px) {
	#gray_box {
		min-height: 700px;
	}
}
@media (max-width: 499px) {
	#gray_box {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

#pre_contents {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	box-sizing: content-box;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	position: relative;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
外部メニュー
::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*左外部メニュー*/
#pre_contents .top_banner_vleft {
	position: absolute;
	top: 15px;
	left: -180px;
	width: 147px;
}
#pre_contents .top_banner_vleft dl {
	margin-bottom: 50px;
}
#pre_contents .top_banner_vleft dt {
	margin-bottom: 20px;
}
#pre_contents .top_banner_vleft dd a {
	display: block;
	margin-bottom: 5px;
}
#pre_contents .top_banner_vleft li {
	margin-bottom: 5px;
	background-color: #fff;
}

/*右外部メニュー*/
#pre_contents .top_banner_vright {
	position: absolute;
	top: 15px;
	right: -180px;
	width: 147px;
}
#pre_contents .top_banner_vright li {
	margin-bottom: 10px;
	background-color: #fff;
	width: 120px;
}


/*外部メニュー表示・非表示*/
@media (max-width: 1359px) {
	#pre_contents .top_banner_vleft,
	#pre_contents .top_banner_vright {
		display: none;
	}
}

.vmin-1000 {
	display: none;
}
@media (max-width:1000px) {
	.vmin-1000 {
		display: block;
	}
}
.vmin-1360 {
	display: none;
}
@media (max-width:1359px) {
	.vmin-1360 {
		display: block;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ヘッダ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
header {
	background: url("img/header_back.png") no-repeat scroll center top;
	position: relative;
}
@media (max-width: 1100px) {
	header {
		background-image: none;
	}
}
@media (max-width:767px) {
	#header_sp { display: block; }
	#header_tb { display: none; }
	#header_pc { display: none; }
}
@media (min-width:768px) and (max-width:1100px) {
	#header_sp { display: none; }
	#header_tb { display: block; }
	#header_pc { display: none; }
}
@media (min-width:1101px) {
	#header_sp { display: none; }
	#header_tb { display: none; }
	#header_pc { display: block; }
}
header #header_sp {
	border-top: 2px solid #F30000;
}
header #header_tb {
	border-top: 2px solid #F30000;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	box-sizing: content-box;
}
header h1 a:hover img {
	opacity: 1;
}
.header_text {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -500px;
	width: 630px;
	text-shadow: 1px 1px 0 yellow, -1px 1px 0 yellow, 1px -1px 0 yellow, -1px -1px 0 yellow;
}
@media (max-width: 1100px) {
	.header_text {
		margin-left: 30px;
		left: 3%;
	}
}
@media (max-width: 1000px) {
	.header_text {
		margin-left: 0;
		left: 1%;
	}
}
@media (max-width: 920px) {
	.header_text {
		width: 64%;
	}
}
.header_contact {
	position: absolute;
	top: 0;
	margin-left: 800px;
}
.header_contact a {
	margin: 0 5px;
	float: right;
	display: block;
	text-align: center;
	padding: 8px 20px;
	color: #FEE707;
	background-color: #000;
	text-decoration: none;
	font-size: 12px;
	border-left: 2px solid #FEE707;
	border-right: 2px solid #FEE707;
	border-bottom: 2px solid #FEE707;
}
.logged-in .header_contact a {
	background-color: #333;
	border-color: #FEE707;
}
.header_contact a:hover {
	color: #fff;
	background-color: #F90;
	border-color: #fff;
}
.header_contact img {
	vertical-align: -4px;
	margin-right: 5px;
}

@media all and (max-width: 1168px) {
	.header_contact {
		margin-left: 0;
		right: 5%;
	}
}
@media all and (max-width: 1030px) {
	.header_contact {
		margin-left: 0;
		right: 2%;
	}
}
@media all and (max-width: 1000px) {
	.header_contact {
		margin-left: 0;
		right: 0;
	}
}
@media all and (max-width: 767px) {
	.header_contact {
		text-align: left;
		left: 10px;
	}
	.header_contact a {
		display: inline-block;
		float: none;
		border: 0px;
		background: #333;
		margin: 5px 0px 0px 0px;
	}
	.header_text {
		display: none;
	}
}

.header_twitter {
	width: 128px;
	height: 131px;
	position: absolute;
	top: 255px;
	left: 50%;
	margin-left: 374px;
	z-index: 10;
}
@media (max-width: 1100px) {
	.header_twitter {
		margin-left: 300px;
	}
}
@media (max-width: 850px) {
	.header_twitter {
		display: none;
	}
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
ナビゲーション
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.nav_box {
	padding: 3px 0px ;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 120, color-stop(0.75, #FE8001), color-stop(0.00, #434343));
	background: -webkit-radial-gradient(50% 50%, circle, #434343 0%, #FE8001 75%);
	background: -moz-radial-gradient(50% 50%, circle, #434343 0%, #FE8001 75%);
	background: -o-radial-gradient(50% 50%, circle, #434343 0%, #FE8001 75%);
	background: -ms-radial-gradient(50% 50%, circle, #434343 0%, #FE8001 75%);
	background: radial-gradient(50% 50%, circle, #434343 0%, #FE8001 75%);
}
#global_nav {
	background: linear-gradient(to bottom, #000 0%, #2e2e2e 15%, #2e2e2e 85%, #000 100%);
}
#global_nav>ul {
	overflow: auto;
	margin: 0px auto 0px;
	max-width: 1140px;
	padding: 10px 0;
}
@media all and (max-width: 1200px) {
	#global_nav>ul {
		margin: 0 10px;
	}
}
#global_nav>ul>li {
	float: left;
	width: 14.2857%;
	position: relative;
	border-right: 1px solid #a3a3a3;
}
#global_nav>ul>li:last-child {
	border-right: 0px;
}
#global_nav ul li:nth-child(1) { width: 4%; }
#global_nav ul li:nth-child(2) { width: 17%; }
#global_nav ul li:nth-child(3) { width: 12%; }
#global_nav ul li:nth-child(4) { width: 16%; }
#global_nav ul li:nth-child(5) { width: 16%; }
#global_nav ul li:nth-child(6) { width: 16%; }
#global_nav ul li:nth-child(7) { width: 19%; }
/*
#global_nav ul li:nth-child(8) { width: 16%; }
*/

#global_nav>ul>li>a {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
	border-right: 1px solid #000;
	margin-right: 1px;
	padding: 7px 0px;
	font-weight: bold;
}
#global_nav>ul>li:last-child a {
	border-right: 0px;
}
/*
#global_nav>ul>li:nth-child(8) a {
	background-color: pink;
	color: #333; 
}
*/
#global_nav>ul>li>a:hover {
	color: #FFFF00;
	background-color: transparent;
}
/*
#global_nav>ul>li:nth-child(8) a:hover {
	background-color: red;
	color: #fff;
}
*/
@media (max-width: 839px) {
	#global_nav>ul>li>a {
		font-size: 12px;
	}
}


/*サブメニュー*/
#global_nav>ul {
	height: 57px;
	overflow: visible;
}
#global_nav li {
	position:relative;
	z-index: 9999;
}
#global_nav li.sub_menu a {
	cursor: pointer;
}
#global_nav li.sub_menu ul {
	position: absolute;
	display: none;
	top: 37px;
	left: 2px;
}
#global_nav li.sub_menu ul li {
}
#global_nav li.sub_menu ul li a {
	display: block;
	/*width: 115px;*/
	width: 157px;
	padding: 7px 0px;
	color: #fff;
	background-color: rgba(60,60,60,.9);
	text-align: center;
	font-size: 13px;
	font-weight: bold;
   text-decoration: none;
   text-shadow: 1px 1px 0px #000;
	border-bottom: 1px solid #000;
}
#global_nav li.sub_menu ul li a:hover {
	color: #FFFF00;
	background-color: rgba(0,0,0,.9);
}

/*
#global_nav {
	zoom:1;
}
#global_nav:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
*/


/**/
@media (max-width: 767px) {
	#global_nav>ul {
		height: auto;
	}
	#global_nav li.sub_menu ul {
		position: relative;
		display: block !important;
		top: 0;
		left: 0;
	}
	#global_nav li.sub_menu ul li {
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
	#global_nav li.sub_menu>a {
		display: none;
	}
	#global_nav li.sub_menu ul li a {
		width: 100%;
		font-size: 14px;
		padding: 10px;
		background-color: rgba(0,0,0,.7);
		border: 1px solid #333;
	}
	#global_nav li.sub_menu ul li a:hover {
		background-color: #000;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
スマホ用ナビゲーション
::::::::::::::::::::::::::::::::::::::::::::::::::*/
#nav_btn {
	display: none;
}

@media all and (max-width:767px) {
	header {
		padding-top: 48px;
		background: #000;
	}
	.nav_box {
		padding: 0;
	}
	#nav_btn {
		display: block;
		position: fixed;
		right: 10px;
		top: 6px;
		z-index: 12;
		width: 42px;
		height: 36px;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		line-height: 1;
		color: #fff;
	}
	#nav_btn i {
		font-size: 36px;
		text-shadow: 2px 2px 3px #000;
	}
	#nav_btn.active {
		background: url("img/nav_btn_active.png") no-repeat scroll center center;
	}
	#nav_btn.active i,
	#nav_btn.active span {
		display: none;
	}
	#global_nav {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.9);
		z-index: 11;
		left: 0;
		top: 0;
	}
	#global_nav>ul {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 300px;
		height: 460px;
		overflow: visible;
	}
	#global_nav>ul>li {
		text-align: center;
		font-weight: bold;
		float: none;
		width: 100% !important;
		border: 0px;
	}
	#global_nav>ul>li>a {
		font-size: 14px;
		padding: 10px;
		background-color: rgba(0,0,0,.7);
		border: 1px solid #333;
	}
	#global_nav>ul>li>a:hover {
		background-color: #000;
	}
}

/*ランドスケープモード対応*/
@media all and (max-height:400px) {
	#global_nav {
		overflow: scroll;
	}
	#global_nav>ul {
		margin-top: 40px;
		height: auto;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
スライド
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.slider_wrapper {
	position: relative;
	border-top: 5px solid #000;
}
.sp-slide a:hover img {
	opacity: 1;
}
.sp-horizontal .sp-next-arrow {
	margin-left: 440px;
}
.sp-horizontal .sp-previous-arrow {
	margin-left: -498px;
}
.sp-fade-arrows {
	opacity: 0;
}
.sp-arrow {
	width: 58px;
	height: 130px;
	margin-top: -50px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
取材カルーセル
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.shuzai_slider_wrapper {
	padding: 30px 0px;
	overflow: hidden;
	background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #131313), color-stop(0.00, #4b4b4b));
	background: -webkit-radial-gradient(50% 100%, circle, #4b4b4b, #131313);
	background: -moz-radial-gradient(50% 100%, circle, #4b4b4b, #131313);
	background: -o-radial-gradient(50% 100%, circle, #4b4b4b, #131313);
	background: -ms-radial-gradient(50% 100%, circle, #4b4b4b, #131313);
	background: radial-gradient(50% 100%, circle, #4b4b4b, #131313);
}
.shuzai_slider_wrapper_premium {
	padding: 30px 0px;
	overflow: hidden;
	background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #130505), color-stop(0.00, #6e2e0d));
	background: -webkit-radial-gradient(50% 100%, circle, #6e2e0d, #130505);
	background: -moz-radial-gradient(50% 100%, circle, #6e2e0d, #130505);
	background: -o-radial-gradient(50% 100%, circle, #6e2e0d, #130505);
	background: -ms-radial-gradient(50% 100%, circle, #6e2e0d, #130505);
	background: radial-gradient(50% 100%, circle, #6e2e0d, #130505);
}
#shuzai_slider .sp-slide {
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 0;
	overflow: hidden;
}
@media (max-width: 499px) {
	.shuzai_slider_wrapper,
	.shuzai_slider_wrapper_premium {
		padding: 15px 0;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
各種ボックス
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.box_red {
	margin-top: 0px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,.2);
	border-bottom: 5px solid #CD0219;
	overflow: visible;
	position: relative;
	background: linear-gradient(to bottom, #525252 0px, #fff 80px);
}
@media (min-width: 850px) {
	.box_red:last-child {
		margin-bottom: 0;
	}
}
.box_red h2 {
	color: #fff;
	padding: 0px 0px 0px 10px;
	font-size: 18px;
	font-weight: bold;
	background: #BF0218 url('img/box_red_head.png') no-repeat scroll left center;
	background-size: cover;
	min-height: 50px;
	overflow: auto;
}
@media (max-width: 499px) {
	.box_red {
		margin-bottom: 15px;
	}
	.box_red h2 {
		font-size: 16px;
		padding-right: 10px;
		/*padding-bottom: 10px;*/
	}
}
.box_red h2:before {
	content: "";
	display: inline-block;
	background: url('img/tama.png') no-repeat scroll left 12px;
	width: 40px;
	height: 50px;	
	vertical-align: -17px;
}
.box_red .box_img {
	position: absolute;
	top: -20px;
	right: 0;
	width: 70px;
	height: 70px;
}
@media (max-width: 499px) {
	.box_img {
		display: none !important;
	}
}
.box_red_p {
	margin: 20px;
}

.limit_box {
	max-height: 500px;
	overflow: auto;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
トップページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.top_shinobi_left {
	padding: 20px 0px 20px 20px !important;
}
@media all and (max-width: 850px) {
	.top_shinobi_left img{ 
		max-width: 360px;
		width: 80%;
		padding: 0 0px 0 0px !important;
	}
}

.top_shinobi_right {
	padding: 10px 20px 20px 0px !important;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
取材ループ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.shuzai_loop {
	padding: 10px 10px 0px;
	overflow: auto;
}
@media all and (max-width: 767px) {
	.shuzai_loop {
	}
}

.shuzai_loop a {
	padding: 10px;
	display: block;
	text-decoration: none;
	font-size: 13px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.shuzai_loop a figcaption {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 3;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background: rgba(0,0,0,.5);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}
.shuzai_loop a figcaption p {
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -120px;
	width: 240px;
	color: #fff;
	display: inline-block;
	background-color: #DA0202;
	border-radius: 5px;
	padding: 10px 5px;
	border: 2px solid #fff;
	line-height: 1;
}
.shuzai_loop a:hover figcaption {
	top: 0;
	left: 0;
}
.shuzai_loop a h1 {
	color: #fff;
	background-color: #000;
	padding: 12px 10px 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.shuzai_loop a span {
	display: block;
	padding: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background: linear-gradient(to bottom, #999 0%, #000 60%);
}
.shuzai_loop a h1 span,
.shuzai_loop a h3 span {
	display: none;
}
.shuzai_loop a img {
	margin-bottom: 5px;
}
.shuzai_loop a:hover img {
	opacity: 1;
}
@media (max-width: 649px) {
	.shuzai_loop a h1 {
		margin-bottom: 2px;
		padding: 5px;
		line-height: 1.3;
	}
	.shuzai_loop a span {
		margin-bottom: 2px;
		font-size: 10px;
		padding: 2px;
	}
}

.shuzai_loop_img {
	box-shadow: 3px 3px 5px 0px #999;
}

.shuzai_loop .more {
	text-align: center;
}
.shuzai_loop .more a {
	background-color: transparent;
	display: inline;
}
/*「もっと見る」回転バージョン
.shuzai_loop .more a:hover img {
	transform: rotate(15deg);
}
*/


/*済み取材*/
.shuzai_loop.sumi {}
.shuzai_loop.sumi a:before {
	content: "";
	border-radius: 3px;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.shuzai_loop.sumi a:after {
	content: "";
	background: transparent url("img/sumi.png") no-repeat scroll center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.shuzai_loop.sumi a figcaption {
	background-color: rgba(0,0,0,.5);
}
.shuzai_loop.sumi a figcaption p {
	background-color: #333;
}
@media (max-width: 649px) {
	.shuzai_loop.sumi a:after {
		background-image: url("img/sumi_mini.png");
	}
}


/*取材日時*/
.shuzai_date {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	padding: 7px 10px;
	color: #fff;
	background-color: #000;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.shuzai_date strong {
	color: red;
}
@media (max-width: 649px) {
	.shuzai_date {
		font-size: 18px;
	}
}

/*取材済み（小）用*/
.shuzai_title {
	font-size: 18px;
	font-weight: bold;
}

/*トップページライター取材用*/
.topwriter_box {
	padding: 5px;
	margin-bottom: 10px !important;
	border-bottom: 1px dotted #ccc;
	overflow: visible !important;
	margin-top: 5px !important;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}
@media (max-width: 480px) {
	.topwriter_box {
		float: none;
		width: 98%;
	}
	/*縮小表示（トップ以外）*/
	.topwriter_box .col-xs-5 {
		width: 25%;
	}
	.topwriter_box .col-xs-7 {
		width: 75%;
	}
	/*トップページのみ、通常表示*/
	.home .topwriter_box .col-xs-5 {
		width: 41.66666667%;
	}
	.home .topwriter_box .col-xs-7 {
		width: 58.33333333%;
	}
}
.home .shuzai_loop .topwriter_box:nth-child(3),
.home .shuzai_loop .topwriter_box:nth-child(4) {
	border-bottom: 0px;
}

.topwriter_img {
	padding: 5px;
	background: linear-gradient(to bottom, #E41F21 0%, #120000 50%);
}
.topwriter_img img {
	margin-bottom: 0 !important;
}
.topwriter_date {
	color: #DA0202;
	font-size: 17px;
	font-weight: bold;
	background: url('img/icon_cal.png') no-repeat scroll left top;
	padding-left: 40px;
	margin-bottom: 10px;
}
.topwriter_name {
	font-weight: bold;
	color: #fff;
	background-color: #DA0202;
	border-radius: 3px;
	padding: 3px 5px;
	margin-bottom: 5px;
}
.topwriter_tenpo {
	font-size: 12px;
	font-weight: bold;
	background: url('img/icon_map.png') no-repeat scroll left 5px;
	padding-left: 20px;
	padding-top: 3px;
}
.topwriter_tenpo span {
	display: none !important;
}
.shuzai_loop a.topwriter_box figcaption {
	left: 0;
	opacity: 0;
	background: rgba(0,0,0,.5)
}
.shuzai_loop a:hover.topwriter_box figcaption {
	opacity: 1;
}
.topwriter_datemark {
	position: absolute;
	top: -3px;
	left: -3px;
}
.topwriter_datemark img{
	width: 40px;
	height: auto;
}


@media (max-width: 600px) {
	.topwriter_box .topwriter_date {
		margin-bottom: 5px;
		font-size: 15px;
		background-size: contain;
	}
	.topwriter_box .topwriter_name {
		margin-bottom: 2px;
		padding: 1px 5px;
	}
	.topwriter_box .topwriter_tenpo {
		padding-top: 0px;
		background-size: 12px;
	}
	/*
	.topwriter_datemark img {
		width: 36px;
		height: 36px;
	}
	*/
}

/*ライター来店スケジュール（来月以降）*/
.pagewriter_box {
	width: 98%;
}
.pagewriter_box .topwriter_img {
	padding: 3px;
}
.pagewriter_box .topwriter_date {
	margin-bottom: 0;
	padding-left: 32px;
}
.pagewriter_box .topwriter_name {
	padding: 3px;
	margin-bottom: 0;
	line-height: 1.3;
}
.pagewriter_box .topwriter_tenpo {
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1.3;
	background-position: left center;
}
@media (max-width: 560px) {
	.pagewriter_box .topwriter_date,
	.pagewriter_box .topwriter_name {
		font-size: 13px;
	}
	.pagewriter_box .topwriter_date {
		background: none;
		padding-left: 0;
	}
}

/*トップ取材*/
.shuzai_loop_top {
	padding: 10px 10px 0px;
}
.shuzai_loop_top a {
	display: block;
	margin: 0px 5px 5px;
	padding: 10px 1px 5px;
	position: relative;
	text-decoration: none;
}
.top_shuzai_date {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 5px;
}
.top_shuzai_date strong {
	color: red;
	font-size: 24px;
}
.top_shuzai_date_2 {
	text-align: center;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.shuzai_loop_top img {
	margin-bottom: 10px;
}
.top_shuzai_tenpo {
	background-color: #DA0202;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 5px;
	font-size: 14px;
}
.top_shuzai_tenpo span {
	display: none;
}
.top_shuzai_area {
	text-align: center;
}
.top_shuzai_area span {
	background: #333;
	color: #fff;
	padding: 4px 8px;
	font-size: 13px;
	border-radius: 3px;
}
@media (max-width: 499px) {
	.top_shuzai_date {
		font-size: 17px;
	}
	.top_shuzai_date strong {
		font-size: 17px;
	}
	.top_shuzai_tenpo {
		font-size: 12px;
		padding: 3px;
		line-height: 1.5;
	}
	.top_shuzai_area {
		font-size: 12px;
		font-weight: normal;
	}
}


.shuzai_loop_top a figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background: rgba(0,0,0,.5);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.shuzai_loop_top a:hover figcaption {
	opacity: 1;
}
.shuzai_loop_top a figcaption p {
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	color: #fff;
	display: inline-block;
	background-color: #DA0202;
	border-radius: 5px;
	padding: 10px 5px;
	border: 2px solid #fff;
	line-height: 1;
}
.shuzai_loop_top a:hover figcaption {
	top: 0;
	left: 0;
}
a.top_shuzai_more {
	display:inline-block;
	padding: 3px 10px;
	background-color: #FF0000;
	border-radius: 3px;
	color: #fff;
	text-decoration:none;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
}
a:hover.top_shuzai_more {
	background-color: #000;
}

/*注意事項*/
.shuzai_notes {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.3;
	border: 1px solid #333;
	padding: 3px;
	margin-top: 3px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ページ共通
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.page_contents {
	padding-top: 50px;
}

.h_back {
	background: url('img/h_back.jpg') no-repeat scroll center center;
	padding: 13px 20px 10px;
	text-align: center;
	overflow: hidden;
	/*
	min-height: 71px;
	*/
}

.h_back_premium {
	background: url('img/h_back_premium.jpg') no-repeat scroll center top;
	padding: 10px 20px 10px;
	text-align: center;
	overflow: hidden;
	/*
	min-height: 69px;
	*/
}

.page_title {
	background: url('img/h_back.jpg') no-repeat scroll center center;
	padding-top: 23px;
	text-align: center;
	overflow: hidden;
	box-sizing: content-box;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 2px 2px 1px #333;
	color: #fff;
	max-width: 1000px;
	margin: 0 auto;
	height: 48px;
}
.page_title_img {
	box-sizing: content-box;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	max-width: 1000px;
	margin: 0 auto;
}
.page_title_p {
	background-color: #000;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	max-width: 1004px;
	margin: 0 auto;
}
@media (max-width:767px) {
	.page_title {
		font-size: 20px;
	}
}




h2.h2_style {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 15px;
	color: #fff;
	border-radius: 5px;
	background: linear-gradient(#666, #000);
	line-height: 1.4;
}
h2.h2_style {
	overflow: hidden;
}
h2.h2_style a {
	color: #fff;
	text-decoration: none;
}
h2.h2_style span {
	font-size: 12px;
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	margin: 2px 10px;
	color: #333;
	padding: 4px 20px;
	float: right;
}
h2.h2_style.nospan span {
	display: none;
}


h3.h3_style {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	padding: 10px;
	margin: 0px 0px 10px;
}

h4.h4_style {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 50px 0px 0px;
}

.btn { text-decoration: none; }
.btn_base {
	padding: 10px 20px;
	background-color: #ffdc00;
	border-radius: 30px;
	border: 2px solid #fff;
}
.btn_base:hover {
	background-color: #fff;
	border-color: #ffdc00;
}

.table_01 {
	width: 700px;
	margin: 10px auto;
}
.table_01 th, .table_01 td {
	border-bottom: 3px solid #fff;
	padding: 20px;
	vertical-align: top;
}
.table_01 th {
	color: #fff;
	background-color: #CCC5B6;
	text-align: center;
}
.table_01 td {
	background-color: #fafafa;
}

@media all and (max-width: 767px) {
	.table_01 {
		width: 100%;
		max-width: 700px;
	}
	.table_01 th, .table_01 td {
		display: block;
		width: 100%;
	}
}


.table_02 {
	width: 700px;
	margin: 10px auto;
}
.table_02 th, .table_02 td {
	border-bottom: 3px solid yellow;
	padding: 20px;
	vertical-align: top;
}
.table_02 th {
	background-color: rgba(255,255,255,.5);
	text-align: center;
}
.table_02 td {
	background-color: rgba(255,255,255,.7);
}

@media all and (max-width: 767px) {
	.table_02 {
		width: 100%;
		max-width: 700px;
	}
	.table_02 th, .table_02 td {
		display: block;
		width: 100%;
	}
}


.ul_01 {
	margin-left: 30px;
}
.ul_01 li {
	list-style: disc;
}

.dl_01 {
	margin: 30px 0px;
}
.dl_01 dt {
	margin-bottom: 5px;
}
.dl_01 dt:before {
	content: "●";
}
.dl_01 dd {
	margin-bottom: 30px;
	margin-left: 10px;
	line-height: 1.8;
	font-size: 12px;
}
.dl_01 dd ul {
	margin-top: 10px;
}

.lead_p {
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 30px auto;
}
@media all and (max-width:767px) {
	.lead_p { text-align: left; }
}

.lead_text {
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 30px auto;
}
@media all and (max-width:767px) {
	.lead_text {
		text-align: left;
		font-size: 16px;
	}
}



.nav_list {}
.nav_list h2 {
	margin: 0;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	background-color: #fcc800;
	border: 1px solid #fff;
}
.nav_list li {
	padding: 0px;
	margin-bottom: 1px;
}
.nav_list li a {
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	text-decoration: none;
}
.nav_list li a:hover {
	background-color: #fff462;
}




/*件数表示*/
.number_text {
	padding: 10px;
	background-color: rgba(255,255,255,.7);
	border-radius: 5px;
	width: 300px;
	margin: 30px auto;
	text-align: center;
}
.number_text span {
	font-size: 26px;
	font-weight: bold;
}



/*もっと見るボタン*/
.more_btn span.btn_base {
	padding-left: 40px;
}
.more_btn span.btn_base {
	color: #fff;
	background: #555 url(img/area_btn_03.png) no-repeat scroll 15px 12px;
}
.more_btn span.btn_base:hover {
	background-color: #000;
}
.more_btn.active span.btn_base {
	background: #555 url(img/area_btn_04.png) no-repeat scroll 15px 12px;
}
.more_btn.active span.btn_base:hover {
	background-color: #000;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
店舗ページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.tenpo_info {
	padding: 30px;
}
.tenpo_info table {
	width: 100%;
}
.tenpo_info table th,
.tenpo_info table td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #fff;
}
.tenpo_info table th {
	white-space: nowrap;
	background-color: #eee;
}
.tenpo_info table td {
	background-color: #fafafa;
}
@media all and (max-width: 767px) {
	.tenpo_info {
		padding: 10px;
	}
	.tenpo_info table th,
	.tenpo_info table td {
		width: 100%;
		display: block;
		border-bottom: 0px;
	}
	.tenpo_info table th {
		background-color: #eee;
	}
}

.acf-map {
	width: 100%;
	height: 200px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.shuzai_tenpobox {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 20px;
}

.single-tenpo .box_red h2 {
	padding-right: 100px;
}
.single-tenpo .box_red h2 span {
	float: right;
	display: inline-block;
	background: linear-gradient(to bottom, #999 0%, #000 60%);
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 5px;
	border-radius: 3px;
	font-size: 13px;
}
@media (max-width: 499px) {
	.single-tenpo .box_red h2 span {
		display: none;
		padding: 5px 5px;
		font-size: 10px;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
取材班ページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.shuzaihan_news {
	padding: 10px;
	border-radius: 5px;
	background-color: rgba(255,255,255,.8);
}
.shuzaihan_news h2 {
	margin-bottom: 10px;
}
.shuzaihan_news li {
	font-size: 13px;
	margin-left: 20px;
	list-style: disc;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.shuzaihan_news li a {
	text-decoration: none;
}
.shuzaihan_news li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
取材結果レポート
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.single_shuzai_text {
	margin: 10px 20px;
}
/*個別ページ*/
.tenpo_info table.report_pretable {
	margin: 0px auto 20px;
	max-width: 600px;
}
.report_pretable th,
.report_pretable td {
	padding: 10px;
	border: 1px solid #999 !important;
}
.report_pretable th {
	text-align: center;
	background-color: #333;
	color: #fff;
}

.report_table {
	margin: 20px auto 5px;
	width: 100%;
	max-width: 600px;
}
.report_table caption {
	font-weight: bold;
}
.report_table th,
.report_table td {
	padding: 10px;
	border: 1px solid #999 !important;
	font-size: 18px;
	font-weight: bold;
}
.report_table th {
	text-align: center;
	background-color: #333;
	color: #fff;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
ランキング
::::::::::::::::::::::::::::::::::::::::::::::::::*/

.ranking-no{
	background-image: linear-gradient( 135deg, #FDD819 10%, #E80505 100%);
	border-radius: 50%;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: block;
	line-height: 1.5em !important;
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::
動画ページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.movie_p {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}
.movie_p a {
	text-decoration: none;
}
.movie_p a img {
	opacity: 1;
}
.movie_box {
	font-size: 12px;
}
.youtube_box {
	color: #fff;
	background-color: rgba(0,0,0,1);
	padding: 10px;
	margin-bottom: 30px;
	box-shadow: 2px 2px 6px 3px #999;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: 3px solid #fff;
}
.youtube_box dt {
	font-size: 15px;
	margin-bottom: 10px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
各ページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::::::::::::::::::
取材メニュー
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.shuzaimenu_box_wrapper {
	margin-top:20px;
	margin-bottom: 30px;
	overflow: auto;
}

.shuzaimenu_box {
	float: left;
	width: 23%;
	margin: 1%;
	font-size: 12px;
}
.shuzaimenu_box_img {
	padding: 5px;
	background: linear-gradient(to bottom, #E41F21 0%, #120000 50%);
}
.shuzaimenu_box_text dt {
	font-size: 18px;
	text-align: center;
	padding: 10px;
	background: #000;
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.shuzaimenu_box_text dt span {
	font-size: 12px;
}
.shuzaimenu_box_text dd {
	padding: 10px 0px;
}
a .shuzaimenu_box  {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:hover .shuzaimenu_box dt {
	background-color: #DA0202;
	color: #fff;
}
a:hover .shuzaimenu_box img {
	opacity: 1;
}

@media (max-width: 991px) {}
@media all and (max-width:767px) {
	.shuzaimenu_box {
		width: 31.3333%;
	}
}

@media all and (max-width:500px) {
	.shuzaimenu_box {
		width: 48%;
	}
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::
店舗検索
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.search-field,
.search-submit {
	padding-left: 10px;
	padding-right: 10px;
}
.search-submit:hover {
	background-color: #fff;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
シノビガチ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.shinobi_text_01 {
	margin: 20px 0px;
	font-weight: bold;
	line-height: 1.4;
}
.shinobi_link_box {
	margin: 20px 0px;
	overflow: auto;
}
.shinobi_link_box a {
	display: block;
	width: 48%;
	margin: 10px 1%;
	float: left;
}



.shinobi_table {
	border-radius: 5px;
	margin: 30px auto;
}
.shinobi_table th,
.shinobi_table td {
	padding: 3px 20px;
	border: 1px solid yellow;
	font-size: 13px;
}
.shinobi_table th {
	background-color: #333;
	color: #fff;
	text-align: center;
}
.shinobi_table td span {
	background-color: #999;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	margin-right: 10px;
	padding: 5px 10px;
	line-height: 1;
	font-size: 11px;
	font-weight: bold;
}
.shinobi_box img {
	margin-bottom: 10px;
}

.shinobi_box .single_box {
	background-color: rgba(255,255,255,1);
}


@media all and (max-width: 767px) {
	.shinobi_table th,
	.shinobi_table td {
		width: 100%;
		display: block;
	}
	.shinobi_table td:first-child {
		background-color: #eee;
	}
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
女優来店取材
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.actress_box {
	margin: 30px;
}
.actress_img {
	margin-bottom: 20px;
}
.actress_shuzai {}
.actress_text {}
.actress_link {
	margin-top: 40px;
}
.actress_link i {
	font-size: 23px;
}

/*actress01ボックス*/
a.actress01_box {
	display: block;
	padding: 7px;
	background: #eee;
	border-bottom: 2px dotted #fafafa;
	line-height: 1.2;
}
a.actress01_box:nth-child(even) {
	background: #ccc;
}
a:hover.actress01_box {
	background: #333;
	color: #fff;
}
.actress_shuzai h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 10px;
}
.actress01_date {
}
.actress01_tenpo {
}
.actress01_tenpo span {
	background: #333;
	color: #fff;
	display: inline-block;
	padding: 2px 5px;
	font-size: 10px;
	margin-left: 5px;
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::
都道府県別取材
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.todofuken_text {
	text-align: center;
	margin: 30px 10px 0px;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
イベントカレンダー
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.eventcalendar input,
.eventcalendar select {
	padding: 10px;
	background-color: #fff;
	height: 50px;
}
.eventcalendar h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.eventcalendar h3 span {
	font-size: 13px;
}
.eventcalendar table {
	width: 100%;
	margin: 20px auto;
}
.eventcalendar th,
.eventcalendar td {
	border: 5px solid #fff;
	padding: 0px;
	font-weight: bold;
	background-color: #eae1cf;
	width: 14.2857%;
	vertical-align: top;
}
.eventcalendar th {
	background: #eee;
	text-align: center;
}
.eventcalendar th:nth-child(1),
.eventcalendar td:nth-child(1) {
	background-color: #e3adc1;
}
.eventcalendar th:nth-child(7),
.eventcalendar td:nth-child(7) {
	background-color: #bbe2f1;
}
.eventcalendar_date {
	background: rgba(255,255,255,.8);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin: 10px 10px;
	padding-top: 2px;
	text-align: center;
}
a.eventcalendar_shuzai {
	color: #fff !important;
	background: #000;
	padding: 0px;
	margin: 5px 3px;
	display: block;
}
a:hover.eventcalendar_shuzai {
	background: #fcc800;
}
a.eventcalendar_shuzai img {
	box-shadow: none;
	opacity: 1 !important;
}
.eventcalendar_title {
	font-size: 9px;
	line-height: 1.3;
	padding: 5px;
	font-weight: normal;
}
.eventcalendar_title span {
	display: none;
}
@media (max-width:425px) {
	.eventcalendar_date {
		margin: 10px auto;
	}
}
@media (max-width:500px) {
	.eventcalendar th {
		display: none;
	}
	.eventcalendar td {
		display: block;
		width: 100%;
	}
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
会員関連
::::::::::::::::::::::::::::::::::::::::::::::::::*/
#wpmem_login input:not([type=submit]),
#wpmem_reg input:not([type=submit]) {
	border: 1px solid #999 !important;
	background-color: #eee !important;
}

/*ログイン*/
.login {}
.login p {
	text-align: center;
}

/*マイページ*/
.mypage {}
.mypage li {
	text-align: center;
}

/*会員登録*/
.registration {}
.registration p {
	text-align: center;
	margin-bottom: 30px;
}
.registration li {
	text-align: center;
	margin-bottom: 20px;
}



#wpmem_login a,
#wpmem_reg a,
.login a,
.mypage a {
	display: inline-block;
	margin: 10px auto;
	
	padding: 5px 20px;
	border-radius: 3px;
	color: #fff;
	background-color: #FF0000;
	transition: all .5s ease;
	border: none;
}

#wpmem_login a:hover,
#wpmem_reg a:hover,
.login a:hover,
.mypage a:hover {
	background-color: #c00;
}

#wpmem_login a[name],
#wpmem_reg a[name] {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: 0px;
}


#wpmem_login input.buttons,
#wpmem_reg input.buttons {
	padding: 5px 20px;
	border-radius: 3px;
	color: #fff;
	background-color: #FF0000;
	transition: all .5s ease;
	border: none;
}

#wpmem_login input.buttons:hover,
#wpmem_reg input.buttons:hover {
	background-color: #c00;
}


#wpmem_login legend,
#wpmem_reg legend {
	padding: 11px 10px 10px 30px;
	margin-bottom: 20px !important;
	font-size: 16px !important;
	border: 1px solid #ADADAD;
	line-height: 1;
	background: #E0E0E0 url('img/member_mark.png') no-repeat scroll 10px 10px;
}

#wpmem_login .link-text {
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
}
#wpmem_reg .button_div label, #wpmem_login .button_div label {
	font-size: 13px;
}
#wpmem_reg .button_div, #wpmem_login .button_div {
	text-align: center !important;
}
#wpmem_reg .req-text {
	text-align: center;
	font-size: 12px;
}



/*
#wpmem_reg label, #wpmem_login label {
	display: block !important;
	text-align: center;
	margin-bottom: 10px;
}
*/



#wpmem_reg input:focus,
#wpmem_reg textarea:focus,
#wpmem_login input:focus {
	border: 3px solid #fff !important;
}

/*エラーメッセージ*/
.wpmem_msg {
	padding: 10px !important;
	border: 0px !important;
	background-color: orange !important;
	color: #fff !important;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
#wpmem_msg a {
	display: inline-block;
	padding: 5px 20px;
	margin: 10px auto;
	border-radius: 20px;
	color: #fff;
	background-color: #fcc800;
	text-decoration: none;
	border: 3px solid #fff;
}
#wpmem_msg a:hover {
	background-color: #f3981d;
}



#wpmem_login .div_text, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url, #wpmem_reg .div_number, #wpmem_reg .div_date,
#wpmem_reg .button_div, #wpmem_login .button_div,
#wpmem_login .link-text {
	margin-left: auto !important;
	margin-right: auto !important;
}


#wpmem_reg label,
#wpmem_login label {
	text-align: center;
	display: block !important;
	margin-left: auto;
	margin-right: auto;
}

#wpmem_login .button_div {
	text-align: center !important;
}

#wpmem_login input.buttons,
#wpmem_reg input.buttons {
	margin-top: 20px;
}

#wpmem_reg fieldset,
#wpmem_login fieldset {
	margin-top: 0 !important;
	padding-bottom: 70px !important;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
キャンペーン
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cp_wrapper {
	background-color: #b21e23;
	color: #fff;
	padding-bottom: 50px;
}
.cp_table {
	width: 100%;
	background-color: #fff;
}
.cp_table th,
.cp_table td {
	color: #333;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #fff;
}
.cp_table th {
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
}
.cp_table td div {
	border-left: 10px solid #eee;
	padding-left: 20px;
}

@media all and (max-width:767px) {
	.cp_table th,
	.cp_table td {
		width: 100%;
		display: block;
	}
	.cp_table th {
		text-align: center;
		background-color: #ccc;
	}
}


.cp_wrapper h3.h3_style {
	border-radius: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #e4007f;
	text-align: center;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.cp_ol {
	background-color: #eee;
	padding: 10px 10px 10px 30px;
}
.cp_ol li {
	list-style-type: decimal;
	padding-left: 20px;
}
.cp_ol li span {
	font-size: 12px;
	color: #E61C20;
	line-height: 1.5;
	display: block;
}
.cp_ol li span a {
	color: #E61C20;
}

.cp_osaki {
	color: #333;
	background-color: #fff352;
}
.cp_osaki_text {
	padding: 30px;
}
.cp_osaki p {
	margin-top: 20px;
	margin-left: 15px;
}
@media all and (min-width:992px) {
	.cp_osaki {
		background: #fff352 url("img/cp/cp_13.png") no-repeat scroll left center;
		background-size: contain;
	}
	.cp_osaki_text {
		padding: 30px;
	}
	.cp_osaki_img {
		display: none;
	}
}
@media all and (min-width:992px) and (max-width:1199px) {
	.cp_osaki {
		background: #fff352 url("img/cp/cp_13.png") no-repeat scroll left center;
		background-size: cover;
	}
	.cp_osaki_text {
		padding: 20px 20px 60px;
	}
}



/*当選発表*/
.cptousen_text {
	font-size: 50px;
	margin: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}
.cptousen_text_02 {
	font-size: 22px;
	margin: 30px 10px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}
.cptousen_table {
	color: #333;
	background-color: #fff;
	margin: 30px auto 80px;
	table-layout: auto;
	width: 90%;
}
.cptousen_table th,
.cptousen_table td {
	border: 1px solid #b21e23;
	padding: 10px 20px;
	font-weight: normal;
}

.cptousen_table th {
	width: 700px;
}

@media (max-width: 991px) {
	.cptousen_table {
		margin: 0 auto;
	}
}

.cp_wrapper p{
	text-align: center;
}


.cptousen_table th.cptousen_table_color {
	background-color: #e4007f;
	color: #fff;
	text-align: center;
	font-weight: bold;
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::
キャンペーン02
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cp02 .cp_wrapper {
	background-color: #005c42;
}

.present_box_wrapper {
	overflow: auto;
	margin-top: 50px;
}
.present_box {
	position: relative;
	width: 30%;
	margin-left: 2.5%;
	margin-bottom: 1%;
	float: left;
}
.present_box img {
	border: 10px solid #fff;
	background-color: #fff;
}
.present_box div {
	font-size: 28px;
	text-align: center;
	position: absolute;
	top: 32%;
	background-color: rgba(4,60,120,.8);
	width: 86%;
	left: 7%;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 5px;
	border-radius: 5px;
}
.present_box span {
	display: block;
	font-size: 20px;
	text-align: center;
	background-color: rgba(228,0,127,1);
	margin-top: 2%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

@media (max-width: 1199px) {
	.present_box div {
		font-size: 20px;
	}
	.present_box span {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.present_box div {
		font-size: 16px;
	}
	.present_box span {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.present_box {
		width: 45%;
		margin-left: 3.3333%;
	}
}

@media (max-width: 500px) {
	.present_box div {
		font-size: 16px;
		top: 25%;
		left: 0;
		width: 100%;
	}
	.present_box span {
		font-size: 16px;
	}
}
@media (max-width: 440px) {
	.present_box div {
		position: relative;
	}
	.present_box {
		margin-bottom: 30px;
	}
}


.cp02 .cp_osaki_text p {
	text-align: left;
}

.cp02_text {
	font-size: 20px;
	margin: 30px;
}
.cp02_text span {
	font-size: 14px;
	display: block;
}
.cp02_text strong {
	color: yellow;
}

@media (max-width: 520px) {
	.cp02_text {
		text-align: left !important;
	}
}

.m30 {
	margin: 30px;
}

.cp02 .cp_wrapper h3.h3_style {
	border: 0px;
	background-color:#f39800;
}
.cp02 .cp_table th, 
.cp02 .cp_table td {
	padding: 30px 30px 10px;
}



.cp02_okinawa_img {
	margin-top: -82px;
}
@media (max-width: 767px) {
	.cp02_okinawa_img {
		margin-top: -10%;
	}
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::
サイド
::::::::::::::::::::::::::::::::::::::::::::::::::*/
#side {}
#side a {
	text-decoration: none;
}
#side a:hover {
	background-color: transparent;
}

.box_black {
	margin-top: 0px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,.2);
	border-bottom: 5px solid #000;
	overflow: visible;
	position: relative;
	background-color: #fff;
	background: linear-gradient(to bottom, #aaa 0px, #fff 80px);
}
.box_black:last-child {
	margin-bottom: 0;
}
.box_black h2 {
	color: #fff;
	padding: 0px 0px 0px 10px;
	font-size: 18px;
	font-weight: bold;
	background: #000;
	min-height: 50px;
	overflow: auto;
}
@media (max-width: 499px) {
	.box_black {
		margin-bottom: 15px;
	}
	.box_black h2 {
		font-size: 16px;
	}
}
.box_black h2:before {
	content: "";
	display: inline-block;
	background: url('img/tama.png') no-repeat scroll left 12px;
	width: 40px;
	height: 50px;	
	vertical-align: -17px;
}
.box_black .box_img {
	position: absolute;
	top: -20px;
	right: 0;
	width: 70px;
	height: 70px;
}

.side_search {
	padding: 20px;
}
.side_search h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.side_search ul {
	margin-bottom: 30px;
}
.side_search li {
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,.3) inset;
	background-color: #eee;
	margin-bottom: 5px;
	padding: 5px;
}
.side_search li a {
	display: block;
	padding-left: 5px;
	font-weight: bold;
	color: #333;
}
#side .side_search li a:hover {
	background-color: #ccc;
}
.side_search li a img {
	vertical-align: 1px;
}
.side_search select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,.3) inset;
	padding: 5px 5px 5px 20px;
	width: 100%;
	height: 40px;
	border-radius: 0;
	background: #eee url('img/arrow.png') no-repeat scroll 8px 15px;
	font-weight: bold;
}

.side_dancho {}

.side_sns {
	padding: 20px;
}
.side_sns img {
	margin-bottom: 10px;
}

.aside_line {
	margin: 30px 10px
}
.aside_line dd {
	margin: 20px auto;
	overflow: auto;
	max-width: 470px;
}
.aside_line dd img {
	width: 31.3333%;
	margin: 1%;
	float: left;
}
@media (max-width:499px) {
	.aside_line {
		margin: 20px 0;
	}
	.aside_line dt img {
		max-width: 200px;
	}
}

.aside_link {
	margin: 20px auto;
	overflow: auto;
	max-width: 470px;
}
.aside_link li {
	width: 31.3333%;
	margin: 1%;
	float: left;
}

/*twitterのバグ対応*/
.twitter-widget-wrapper {
	max-width: 500px;
   margin: 0 auto;
	padding: 5px 20px;
}
.twitter-widget-wrapper iframe {width: 500px !important; }

/*::::::::::::::::::::::::::::::::::::::::::::::::::
サイド・メイン　取材を探す
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.top_shuzai_search {
	display: none;
}
@media (max-width: 849px) {
	.home .shuzai_search {
		display: none;
	}
	.top_shuzai_search {
		display: block;
	}
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
CONTACT
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.contact_text {	
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	font-family: 'Julius Sans One', sans-serif;
}
.contact_text span {
	font-size: 15px;
	font-family: 'Julius Sans One', sans-serif;
	padding: 5px 20px;
	background-color: #CCC5B6;
	color: #fff;
	border-radius: 13px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
	
.contact_tel strong {
	font-size: 32px;
}
.contact_tel_mb strong {
	font-size: 32px;
}
@media all and (max-width:767px) {
	.contact_tel strong { font-size: 26px; }
	.contact_tel_mb strong { font-size: 26px; }
}

/*フォーム*/
.form_width { max-width: 100%; }
.form_width_s { max-width: 50%; }

.form_dl { overflow: auto; }
.form_dl dt {
	float: left;
	width: 20%;
	text-align: right;
	margin-bottom: 20px;
	clear: both;
	padding: 5px 10px;
}
.form_dl dd {
	float: right;
	margin-bottom: 20px;
	width: 75%;
}
.form_dl dd input {
	width: 100%;
	padding: 5px;
	box-shadow: none;
}
.form_dl dd textarea {
	width: 100%;
	padding: 5px;
	box-shadow: none;
	border-color: #ccc;
}


@media all and (max-width: 767px) {
	.form_width_s { max-width: 100%; }
	.form_dl dt, .form_dl dd {
		float: none;
		display: block;
		width: 100% ;
	}
	.form_dl dt { text-align: center; }
}


/*送信ボタン*/
.wpcf7-submit {
	font-size: 16px;
	padding: 3px 25px;
	background: #e9e9e9; 
	color: #363B3F;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
}
.wpcf7-submit:hover {
	background-color: #dcdcdc;
}


.screen-reader-response {
	display: none;
}
.wpcf7-not-valid-tip {
	background-color: #eee;
	padding: 5px;
	width: 100%;
	display: block;
}
/*送信エラー*/
.wpcf7-validation-errors {
	font-weight: bold;
	background-color: #ffa500;
	color: #fff;
	padding: 20px 10px !important;
	border: none !important;
}
/*送信完了*/
.wpcf7-mail-sent-ok {
	font-weight: bold;
	background-color: #228b22;
	color: #fff;
	padding: 20px 10px !important;
	border: none !important;
}

/*承諾*/
.wpcf7-response-output {
	text-align: center;
	background-color: orange;
	color: #fff;
}



/*送信後*/
.sent .cform7 {
	display: none;
}


/*調整*/
.wpcf7-select {
	height: 27px;
	margin-top: 3px;
}
.wpcf7-file {
	line-height: 1;
	margin-top: 10px;
}
.your-file1 {
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
投稿アーカイブページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.archive_box {
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
}
.archive_ul {
	margin: 0px 20px;
}
.archive_ul li {
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #ccc;
}
.archive_ul li a {
	text-decoration: none;
}
.archive_ul li a span,
.archive_ul li span,
.column_box span {
	font-size: 11px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	padding: 3px 0px;
	min-width: 154px;
	vertical-align: 2px;
}
.archive_ul li time {
	font-size: 12px;
	vertical-align: 2px;
}


.archive_ul li>span.news {
	background-color: #f3981d;
}
.archive_ul li>span.moe {
	background-color: #e95388;
}
.archive_ul li>span.para {
	background-color: #0075c2;
}
.archive_ul li>span.heros {
	background-color: #192f60;
}
.archive_ul li>span.gokaido {
	background-color: #00984f;
}
.archive_ul li>span.magical {
	background-color: #7f1184;
}
.archive_ul li>span.gachi {
	background-color: #333;
}

@media all and (max-width: 767px) {
	.archive_box {
		padding: 20px 10px 10px;
	}
	.archive_ul {
		margin: 0;
	}
	.archive_ul li a span,
	.archive_ul li span {
		display: block;
		max-width: 154px;
		margin-bottom: 5px;
	}
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::
コラム
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.column_box {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
}
.column_box h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.single_category {
	font-size: 11px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	padding: 3px 0px;
	min-width: 154px;
	vertical-align: 2px;
}



/*ぱちんこ不易流行*/
.archive_ul li span.cat-newtype,
.single_category.cat-newtype,
.column_box span.cat-newtype {
	background-color: #00a1e9;
	color: #fff;
	font-weight: bold;
}
.archive_ul li span.cat-regulation,
.single_category.cat-regulation,
.column_box span.cat-regulation {
	background-color: #ee7800;
	color: #fff;
	font-weight: bold;
}
.archive_ul li span.cat-oldstories,
.single_category.cat-oldstories,
.column_box span.cat-oldstories {
	background-color: #417038;
	color: #fff;
	font-weight: bold;
}
.archive_ul li span.cat-fuekiryukoetc,
.single_category.cat-fuekiryukoetc,
.column_box span.cat-fuekiryukoetc {
	background-color: #00507C;
	color: #fff;
	font-weight: bold;
}
.archive_ul li span.fuekiryuko,
.single_category.fuekiryuko,
.column_box span.fuekiryuko {
	background-color: #00507C;
	color: #fff;
	font-weight: bold;
}

/*人生末脚勝負*/
.archive_ul li span.cat-expectation,
.single_category.cat-expectation,
.column_box span.cat-expectation {
	background-color: #003f8e;
	color: #fff;
	font-weight: bold;
}
.archive_ul li span.cat-result,
.single_category.cat-result,
.column_box span.cat-result {
	background-color: #00947a;
	color: #fff;
	font-weight: bold;
}
.archive_ul li span.cat-sueashishobuetc,
.single_category.cat-sueashishobuetc,
.column_box span.cat-sueashishobuetc {
	background-color: #ED1E79;
	color: #fff;
	font-weight: bold;
}
.archive_ul li span.sueashishobu,
.single_category.sueashishobu,
.column_box span.sueashishobu {
	background-color: #ED1E79;
	color: #fff;
	font-weight: bold;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
出たとこ勝負
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.archive_ul li span.detatoko,
.single_category.detatoko,
.column_box span.detatoko {
	background-color: #00a1e9;
	color: #fff;
	font-weight: bold;
}

.ranking_dl dt {
	font-size: 24px;
	text-align: center;
}
.ranking_dl dd {
	padding: 10px 0px;
	border-bottom: 3px dotted #ccc;
	margin-bottom: 10px;
}
.ranking_dl dd img {
	max-width: 300px;
	max-height: 300px;
	margin: 10px auto;
	display: block;
}
.ranking_dl dd:last-child {
	border-bottom: 0px;
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::
ページナビ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.wp-pagenavi {
	margin-top: 50px;
	text-align: center;
}
.wp-pagenavi .pages,
.wp-pagenavi a {
	border: 0px !important;
	background-color: #fff;
	font-size: 18px;
	padding: 5px 10px !important;
	border-radius: 3px;
	border: 2px solid #fff !important;
}
.wp-pagenavi a:hover {
	background-color: #fcc800;
	border: 2px solid #fff !important;
}
.wp-pagenavi .current {
	border: 0px;
	background-color: #ccc;
	font-size: 18px;
	padding: 5px 10px;
	border-radius: 3px;
	font-weight: normal !important;
	border: 2px solid #fff !important;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
ページナビ２
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.page-numbers-wrapper {
	margin: 50px 0px;
	text-align: center;
}
.page-numbers {
	font-size: 18px;
	padding: 5px 10px !important;
	text-decoration: none;
	background: #eee;
   border-radius: 3px;
}
.page-numbers:hover {
	background-color: #fcc800;
}
.page-numbers.current {
	background-color: #ccc;
	font-weight: normal !important;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
投稿個別ページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.single h2.h2_style {
	font-size: 20px;
}
.single_box {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
}

/*お知らせ、シノビガチパチなど*/
.single_box h1 {
	font-size: 36px;
}
.single_box h2 {
	font-size: 30px;
}
.single_box h3 {
	font-size: 24px;
}
.single_box h1,
.single_box h2,
.single_box h3 {
	font-weight: bold;
	margin-bottom: 10px;
}






/*::::::::::::::::::::::::::::::::::::::::::::::::::
メンテナンスページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.mente_table {
	background-color: #fff;
	border-radius: 5px;
	margin: 30px auto;
}
.mente_table th,
.mente_table td {
	padding: 5px;
	border: 1px solid #333;
	font-size: 11px;
}
.mente_table th {
	background-color: #ccc;
}

.mente_table td span {
	display: inline-block;
	margin-left: 20px;
	float: right;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
フッタ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	z-index: 10;
}
.page_top a {
	background-color: #333;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	border: 3px solid #333;
}
.page_top a i {
	color: #fff;
	font-size: 36px;
}
.page_top a:hover {
	background-color: #ffdc00;
	border-radius: 50%;
	border: 3px solid #fff;
}
.page_top a:hover i {
	color: #333;
}

@media all and (max-width: 767px) {
	.page_top {
		display: none;
	}
}

footer {
	padding-top: 30px;
	color: #fff;
	background: linear-gradient(to bottom, #525252 0%, #000 50%);
	border-top: #A5A5A5 1px solid;
}
#footer_inner {
	padding-bottom: 30px;
}

.home footer {
	margin-top: 0;
}
footer h1 {
	margin-bottom: 15px;
}
.footer_link {
	text-align: center;
	margin-bottom: 20px;
}
.footer_link a {
	display: inline-block;
	padding: 5px 0px 5px 10px;
	color: #fff;
	font-size: 13px;
}
.footer_link a:hover {
	color: yellow;
}
.footer_link a::after {
	color: #fff;
	content: "|";
	padding-left: 10px;
}
.footer_link a:last-child::after {
	content: none;
}
.counter {
	text-align: center;
	margin-bottom: 10px;
}

footer h3 {
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #555;
	border-radius: 5px;
}
footer ul {
	text-align: center;
}
footer li {
	display: inline-block;
	margin-bottom: 30px;
}
footer li a,
footer li a:visited {
	color: #fff !important;
	text-decoration: none;
	padding: 10px 20px;
	font-family: 'Julius Sans One', sans-serif;
}
footer li a:hover {
	color: #333 !important;
	background-color: #fff;
	border-radius: 30px;
}
footer p a:hover {
	background-color: transparent;
}

.copyright {
	text-align: center;
	padding: 10px 0px;
	font-size: 12px;
	font-family: 'Julius Sans One', sans-serif;
}

@media all and (max-width:991px) {
	footer ul {
		text-align: center;
	}
	footer li:after {
		content: none;
	}
	footer li {
		display: block;
		border-top: 2px dotted #ccc;
		padding: 5px;
		margin-bottom: 0;
	}
	footer li  a {
		display: block;
		padding: 5px 0px;
		font-size: 18px;
	}
	footer ul {
		border-bottom: 2px dotted #ccc;
	}
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::
法人様専用・素材ダウンロードページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.corpo_box {
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	text-align: center;
}
.corpo_box img {
	margin-bottom: 20px;
}
.corpo_box a {
	margin-bottom: 10px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
調整
::::::::::::::::::::::::::::::::::::::::::::::::::*/

.row-vm {
	font-size: 0;
}
.row-vm > [class*="col-"] {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}


/*gridのgutter調整*/
.row-0{
	margin-left:0px;
	margin-right:0px;
}
.row-0 > div{
        padding-right:0px;
        padding-left:0px;
}
.row-10{
    margin-left:-5px;
    margin-right:-5px;
}
.row-10 > div{
        padding-right:5px;
        padding-left:5px;
}
.row-20{
	margin-left:-10px;
	margin-right:-10px;
 }
 .row-20 > div{
        padding-right:10px;
        padding-left:10px;
}
.row-30{
	margin-left:-15px;
	margin-right:-15px;
 }
.row-30 > div{
        padding-right:15px;
        padding-left:15px;
}
.row-40{
	margin-left:-20px;
	margin-right:-20px;
 }
.row-40	> div{
        padding-right:20px;
        padding-left:20px;
}

/*ローディング*/
span.loading {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 50px;
	height: 10px;
	background-position: 0 0, left;
	background-repeat: no-repeat, repeat-x;
	background-size: 10px 100%, 20px 100%;

  background-image:
  -webkit-gradient(linear, left top, right top, from(#000), to(#000) ),
  -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), color-stop(0.5, rgba(0,0,0,0.5)), color-stop(0.5, transparent), to(transparent) );

  background-image:
  -webkit-linear-gradient(left, #000 10px, transparent),
  -webkit-linear-gradient(left, rgba(0,0,0,0.5) 10px, transparent 10px);

  background-image:
  linear-gradient(to right, #000 10px, transparent),
  linear-gradient(to right, rgba(0,0,0,0.5) 10px, transparent 10px);

  vertical-align: middle;
  -webkit-animation: loading_animation 1s linear infinite;
  animation: loading_animation 1s linear infinite;
}

@-webkit-keyframes loading_animation {
  0% {
    background-position: 0 0, left;
  }
  32% {
    background-position: 0 0, left;
  }
  33% {
    background-position: 50% 0, left;
  }
  66% {
    background-position: 50% 0, left;
  }
  67% {
    background-position: 100% 0, left;
  }
  100% {
    background-position: 100% 0, left;
  }
}
@keyframes loading_animation {
  0% {
    background-position: 0 0, left;
  }
  32% {
    background-position: 0 0, left;
  }
  33% {
    background-position: 50% 0, left;
  }
  66% {
    background-position: 50% 0, left;
  }
  67% {
    background-position: 100% 0, left;
  }
  100% {
    background-position: 100% 0, left;
  }
}





/*2018.3.30 追記*/

.profile-dl{ margin: 15px 0 40px;}

.profile-dl dt,
.profile-dl dd{
	display: inline-block;
	margin: 0 1%;
	vertical-align: middle;
	width: 30%;
}

.profile-dl dt{}
.profile-dl dd{}

.profile-dl dd table{ width: 100%;}
.profile-dl dd table th{ width: 70px;}

.profile-dl dd table th,
.profile-dl dd table td{
	border-bottom: 1px dotted #999;
	font-size: 12pt;
	line-height: 1.5em;
	font-weight: bold;
	padding: 4px;
	text-align: left;
}

.bnr-box{
	margin-bottom: 30px;
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,.2);
}
.bnr-box2{
	margin-bottom: 15px;
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,.2);
}
.bnr-box img,
.bnr-box2 img{ width: 100%;}
@media (max-width: 499px) {
	.bnr-box {
		margin-bottom: 15px;
	}
	.bnr-box2 {
		margin-bottom: 15px;
	}
}

@media all and (max-width: 767px) {
	.profile-dl dt,
    .profile-dl dd{
	  text-align: center;
	  width: 100%;
	  margin: 0 0 30px 0;
	}
}




/*::::::::::::::::::::::::::::::::::::::::::::::::::
桃乃木かな特設ページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.page-template-page-momonogi .box_red {
	border-bottom-color: #E85E9C;
}
.page-template-page-momonogi .box_red h2 {
	background: linear-gradient(to bottom, #E7629F 0%, #E85899 75%, #C54B83 100%);
}
.page-template-page-momonogi .box_red .box_img,
.page-template-page-momonogi .box_black .box_img {
	top: -11px;
	right: 4px;
	width: 71px;
	height: 61px;
}
.page-template-page-momonogi .actress_box {
	margin: 30px 10px 10px;
	font-size: 13px;
}
.page-template-page-momonogi .actress_box table {
	margin-bottom: 20px;
}
.page-template-page-momonogi .actress_box table th {
	width: 100px;
}
.page-template-page-momonogi .actress_text {
	line-height: 1.5;
}

.bnr-momonogi {
	margin-bottom: 30px;
}
.bnr-momonogi img {
	filter: drop-shadow(0px 0px 8px rgba(0,0,0,.6));
}

.momonogi_banner li {
	margin-bottom: 20px;
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,.2);
}

.img-list{ text-align: left;}
.img-list li{
 	display: inline-block;
	width: 48%;
	margin: 3px 4px;
	overflow: hidden;
}

.img-list li a img,
.img-list li a:hover img {
	width: 100%;
	opacity: 1;
}
.img-list li a img {
	transition-timing-function: ease-out;
}
.img-list li a:hover img {
	transform: scale(1.1) rotate(3deg);
}


@media all and (max-width: 767px) {
	.img-list li{
		width: 100%;
		margin: 3px 0;
	}
}

.box-shadow{ box-shadow: 0px 0px 8px 4px rgba(0,0,0,.2);}

.p-title{
	background: #f767b1;
	color: #FFF;
	padding: 2px 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 12pt;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
サイン入りカレンダープレゼント
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.form_dl dt span {
	font-size: 12px;
	background-color: red;
	padding: 3px 10px;
	border-radius: 3px;
	color: #fff;	
}
.form_dl input,
.form_dl select {
	border: 1px solid #ccc;
}
.form_dl select {
	height: 40px;
}
.cp_table {
	margin: 20px;
	width: auto !important;
	background: transparent !important;
}
.cp_table th,
.cp_table td {
	font-size: 14px;
}
.p-postal-code {
	width: 200px !important;
}
@media (max-width: 767px) {
	.zipcode_wrapper,
	.signcalendar_wrapper {
		text-align: center;
	}
}

span.wpcf7-not-valid-tip {
	font-size: 13px !important;
	font-weight: bold !important;
}

.tenryugagotoku-btn{ text-align: center; margin: 40px 0 60px;}
.tenryugagotoku-btn li{
	display: inline-block;
	list-style-type: none;
	margin: 0 10px;
	width: 40%;
}

.tenryugagotoku-btn li img{
	width: 100%;
}

@media (max-width: 767px) {
	.tenryugagotoku-btn li{
	width: 100%;
	margin: 7px 0;
	}
}


.tenryu-img{text-align: center; margin-top: 30px;}

@media (max-width: 1000px) {
.tenryu-img img{ width: 100%;}
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
ボックス（ピンク）
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.box_red.box_pink {
	border-bottom-color: #E85E9C;
}
.box_red.box_pink h2 {
	background: linear-gradient(to bottom, #E7629F 0%, #E85899 75%, #C54B83 100%);
}
.box_red.box_pink .box_img {
	top: -20px;
	right: 4px;
	width: 116px;
	height: 70px;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
プレミアム一覧
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.gray_out_black {
	background-image: none !important;
	background-color: #000 !important;
}
.premium_title_pc {
	display: block;
}
.premium_title_sp {
	display: none;
}
@media (max-width: 700px) {
	.premium_title_pc {
		display: none;
	}
	.premium_title_sp {
		display: block;
	}
}
.premium_box_wrapper {
	margin-top: -170px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center !important;
	width: 100% !important;
	vertical-align: top;
}
.premium_box_wrapper h3{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 6px;
	text-align: center;
	margin: 25px 0 10px !important;
	color: #ffffff;
}

.premium_box {
	margin: 0 10px 30px;
	display: inline-block !important;
	width: 260px;
	vertical-align: top;
}

@media (max-width: 767px) {
	.premium_box_wrapper {
		margin-top: -100px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.premium_box {
	float: left;
	width: 44%;
	margin: 1%;
	font-size: 12px;
	}
}

.premium_box_img {}
.premium_box_category_1,
.premium_box_category_2 {
	overflow: auto;
	margin: 10px 0px;
}
.premium_box_category_1 li {
	padding: 5px 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.premium_box_category_2 li {
	width: 49%;
	float: left;
	padding: 7px 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.premium_box_category_2 li:nth-child(1) {
	margin-right: 1%;
}
.premium_box_category_2 li:nth-child(2) {
	margin-left: 1%;
}
.premium_box_pachi {
	font-size: 13px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff5a00), color-stop(1.00, #cd0000));
	background: -webkit-linear-gradient(#ff5a00, #cd0000);
	background: -moz-linear-gradient(#ff5a00, #cd0000);
	background: -o-linear-gradient(#ff5a00, #cd0000);
	background: -ms-linear-gradient(#ff5a00, #cd0000);
	background: linear-gradient(#ff5a00, #cd0000);
}
.premium_box_slot {
	font-size: 13px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1f7f3a), color-stop(0.00, #09c302));
	background: -webkit-linear-gradient(#09c302, #1f7f3a);
	background: -moz-linear-gradient(#09c302, #1f7f3a);
	background: -o-linear-gradient(#09c302, #1f7f3a);
	background: -ms-linear-gradient(#09c302, #1f7f3a);
	background: linear-gradient(#09c302, #1f7f3a);
}
.premium_box p {
	color: #fff;
}
.premium_box_text {
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*
 * プレミアムボックス（取材一覧用）
*/
.premium_box_wrapper_2 {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}
.premium_box_wrapper_2 h3{
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	padding-bottom: 6px;
	text-align: center;
	margin: 25px 0 10px !important;
	color: #ffffff;
}

@media (max-width: 767px) {
	.premium_box_wrapper_2 {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.premium_box_wrapper_2 h3{
	border-bottom: 1px solid #333;;
	color: #333;
}
.premium_box_wrapper_2 .premium_box p {
	color: #333;
}

.dib{ display: inline !important;}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
当選者発表
::::::::::::::::::::::::::::::::::::::::::::::::::*/

#present-title{
	border-bottom: 2px solid #000 !important;
	font-size: 17pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

#present-box{ margin-bottom: 40px;}
#present-box .present-list {
	display: inline-block;
	margin: 0 1.2%;
	width: 30% !important;
}

@media (max-width: 700px) {
	#present-title{ line-height: 1.4em;}
	#present-box{ margin-bottom: 25px;}
	#present-box .present-list {
		margin: 0 0 30px 0;
		width: 100% !important;
	}
}

#present-box .present-list li{
	list-style-type: disc !important;
	margin-left: 1.5em;
}

#present-box .pl-title{
	background: #EEE;
	padding: 3px 10px;
	font-size: 13pt;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}

.present-sentence{
	font-size: 13pt;
	font-weight: bold;
	text-align: center !important;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
スロット
::::::::::::::::::::::::::::::::::::::::::::::::::*/

#gachi-pachi-slot{ padding: 35px;}
#gachi-pachi-slot dt{
	float: left;
	width: 320px;
}
#gachi-pachi-slot dt img{
	width: 100%;
	display: inline;
}

#gachi-pachi-slot dt img{}

#gachi-pachi-slot dd{
	float: right;
	width: 520px;
}

@media (max-width: 1000px) {
#gachi-pachi-slot{ padding: 20px;}
#gachi-pachi-slot dt,#gachi-pachi-slot dd{
	float: none;
	width: 100% !important;
	text-align: center !important;
}
#gachi-pachi-slot dt{ margin-bottom: 30px;}
#gachi-pachi-slot dt img{
	display: inline;
	width: 250px;
}
#gachi-pachi-slot dd img{ display: inline;}
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
ガチパチTV
::::::::::::::::::::::::::::::::::::::::::::::::::*/
#gachi-pachi-tv-box{}
#gachi-pachi-tv-box img{
	width: 100%;
}

#gachi-pachi-tv-box .notice{
	width: 90%;
	margin: 10px auto 5px;
}

#gachi-pachi-tv-box .join{
	text-align: center;
	margin: 10px 0 20px;
}

#gachi-pachi-tv-box .join img{
	width: 44% !important;
	margin: 0 1%;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
SNSバー
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.snsbar {
	background-color: #000;
	width: 50px;
	position:fixed;
	top: 20%;
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0,0,0,.8);
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	z-index: 11;
}
.snebar ul {
}
.snsbar li {
	text-align: center;
	margin: 15px 10px;
}
.snsbar li img {
	width: 30px;
}
.snsbar li a,
.snsbar li a:link, .snsbar li a:visited, .snsbar li a:active, .snsbar li a:hover {
	display: block;
	transition: none;
}
.snsbar li a:hover {
	opacity: .6;
}
@media(max-width:400px) {
	.snsbar {
		top: auto;
		bottom: 0;
		left: auto;
		right: auto;
		width: 100%;
		border: none;
		padding: 5px;
	}
	.snsbar li {
		width: 23%;
		float: left;
		margin: 1%;
	}
	.snsbar li img {
		vertical-align: middle;
	}
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
キャスト
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.profile-tbl{}
.profile-tbl th{
	white-space: nowrap
}
.profile-tbl td,.profile-tbl th{
	font-size: 9pt !important;
	vertical-align: top;
}

.profile-midashi{
	font-weight: bold;
	line-height: 1.4em;
}

.mt20{margin-top: 20px;}


.mt-{ margin-top: -40px !important;}
@media (max-width: 767px) {
.mt-{ margin-top: -40px !important;}
}

.tcenter{ text-align: center;}
