/* @override 
	https://www.frontale.co.jp/css/info_2017.css */

@charset "utf-8";
/* CSS Document */

/* クリアフィックス
-------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*  */

.red{
	color: #f53636;
}

.center{
	text-align: center;
}

sup{
	font-size: 0.5em;
	position: relative;
	top: -0.1em;
}

small{font-size: 0.65em;}

.small {
	font-size: 0.9em;
}

/* タイトルエリア
-------------------------------------------------- */

.info_body{
	width: 1024px;
	margin: 0 auto;
}

@media screen and (max-width: 599px){
	.info_body{
		width: 96%;
	}
}
.info_label{
	display: flex;
	margin-bottom: 46px;
}
.mouth_area{
	height: 55px;
	line-height: 55px;
	background: url(../common_2017/info/month.png) right center no-repeat #222222;
	color: #fff;
	padding:0 40px 0 20px;
	font-size: 30px;
	letter-spacing: -1px;
}
.mouth_area span{
	color: #23b7fe;
}
.date_area{
	display: inline-block;
	background-color: #222222;
	height: 55px;
	line-height: 55px;
	font-size: 0;
	padding: 0 12px 0 15px;
	float: left;
	margin-right: 18px;
}
.date_area span{
	vertical-align: middle;
}
.date_area span.date{
	color: #23b7fe;
	font-size: 36px;
	/*letter-spacing: -3px;*/
	transform: scale( 0.8 , 1 );
	margin-right: 5px;
}
.date_area span.date span{
	vertical-align: top;
}
.date_area span.week{
	color: #23b7fe;
	font-size: 14px;
	font-weight: bold;
	transform: scale( 0.8 , 1 );
	margin-right: 5px;
}
.date_area span.count{
	color: #222222;
	background-color: #e9f8ff;
	font-size: 15px;
	padding: 0 4px 0 4px;
	border-radius:3px;
/*	letter-spacing: -3px;
	transform: scale( 0.8 , 1 );*/
	display: inline-block;
	min-width: 25px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.date_area span.slash{
	display: inline-block;
	width: 30px;
	height: 55px;
	background: url(../common_2017/info/date.png) no-repeat;
	background-size: auto 100%;
}
.date_area span.year{
	color: #fff;
	transform: scale( 0.8 , 1 );
	display: inline-block;
	font-size: 16px;
}

dl.cate_area{
	flex: 1;
	float: left;
	padding-top: 22px;
	color: #666666;
}
dl.cate_area dt{
	display: inline-block;
}
dl.cate_area dd{
	display: inline-block;
}
dl.cate_area dd ul li{
	display: inline-block;
	background-color: #e9f8ff;
	padding: 0 5px 0 3px;
	border: 1px solid #c3dce7;
	border-radius:3px;
	margin-right: 3px;
}
h2.info_ttl{
	min-height: 93px;
	box-sizing: border-box;
	padding: 0 15px 20px;
	font-size: 28px;
	border-bottom: 1px solid #bfbfbf;
	font-weight: bold;
	margin-bottom: 18px;
}
.archive_ttl_area h2.info_ttl{
	padding: 0 0 20px;
	min-height: 80px;
}

body.whats_new h2.info_ttl {
	padding-top: 40px;
	padding-bottom: 30px;
}

@media screen and (max-width: 599px){

	.ttl_area .mouth_area{
		height: 40px;
		line-height: 40px;
		padding: 0 30px 0 15px;
		color: #fff;
		font-size: 20px;
		background: url(../common_2017/info/month.png) right center no-repeat #222;
		background-size: auto 100%;
		display: inline-block;
	}
	.ttl_area .mouth_area span{
		color: #23b7fe;
	}
	.ttl_area h2.info_ttl{
		font-size: 20px;
		font-weight: bold;
		color: #222222;
		padding-bottom: 20px;
		border-bottom: 1px solid #7f7f7f;
		margin-bottom: 20px;
		min-height: auto;
		padding-left: 0;
	}
	
	.info_label{
		margin-bottom: 20px;
	}
	.date_area{
		display: inline-block;
		background-color: #222222;
		height: 40px;
		line-height: 40px;
		font-size: 0;
		padding: 0 12px 0 15px;
		float: left;
		margin-right: 18px;
	}
	.date_area span{
		vertical-align: middle;
	}
	.date_area span.date{
		color: #23b7fe;
		font-size: 20px;
		/*letter-spacing: -3px;*/
		transform: scale( 0.8 , 1 );
		margin-right: 5px;
	}
	.date_area span.date span{
		vertical-align: top;
	}
	.date_area span.week{
		color: #23b7fe;
		font-size: 12px;
		font-weight: bold;
		transform: scale( 0.8 , 1 );
		margin-right: 5px;
	}
	.date_area span.count{
		color: #222222;
		background-color: #e9f8ff;
		font-size: 12px;
		padding: 0 4px 0 4px;
		border-radius:3px;
		/*letter-spacing: -3px;*/
		/*transform: scale( 0.8 , 1 );*/
		display: inline-block;
		min-width: 20px;
		height: 15px;
		line-height: 15px;
		text-align: center;
	}
	.date_area span.slash{
		display: inline-block;
		width: 20px;
		height: 40px;
		background: url(../common_2017/info/date.png) no-repeat;
		background-size: auto 100%;
	}
	.date_area span.year{
		color: #fff;
		transform: scale( 0.8 , 1 );
		display: inline-block;
		font-size: 14px;
	}
	
	.info_label dl.cate_area{
		display: none;
	}

	.dl.cate_area{
		text-align: right;
		color: #666666;
		font-size: 12px;
		margin-bottom: 20px;
	}
	dl.cate_area dt{
		display: inline-block;
	}
	dl.cate_area dd{
		display: inline-block;
	}
	dl.cate_area dd ul li{
		display: inline-block;
		background-color: #e9f8ff;
		padding: 0 5px 0 3px;
		border: 1px solid #c3dce7;
		border-radius:3px;
		margin-right: 3px;
	}
}

/* 骨格
-------------------------------------------------- */

.info_main{
	padding-bottom: 70px;
}
.info_main .left_box{
	width: 764px;
	float: left;
	padding-left: 24px;
}

body.whats_new .left_box {
	width: 100%;
}

.info_main .left_box.archive_area{
	padding-left: 0;
}
.info_main .right_box{
	width: 200px;
	float: right;
}

.info_main .left_box .more_link{
	display: block;
	text-align: right;
	margin-bottom: 25px;
}
.info_main .left_box .more_link a{
	display: inline-block;
	padding: 3px 7px 2px 25px;
	background: url(../common_2017/info/ico_prev.png) 10px center no-repeat;
	background-color: #f2f3f0;
	border-radius: 5px;
	color: #111111;
	transition: All 0.4s ease;
}
.info_main .left_box .more_link a:hover{
	background: url(../common_2017/info/prev_active.png) 10px center no-repeat #23b7fe;
	color: #fff;
}
.info_main h4.ttl_h4{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding-right: 26px;
	background: url(../common_2017/info/h3.png) right center no-repeat;
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 15px;
}
@media screen and (max-width: 599px){
	.info_main{
		padding-bottom: 0;
	}
	.info_main .left_box{
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.info_main .left_box.archive_area{
		padding-left: 0;
	}
	.info_main .right_box{
		width: 100%;
		float: none;
	}
	.info_main .left_box .more_link{
		display: none;
	}
}


/* お知らせ一覧
-------------------------------------------------- */

.archive_list > ul > li{
	padding: 50px 0;
	border-bottom: 1px solid #bfbfbf;
}

body.whats_new .archive_list > ul > li {
	padding: 25px 0;
}


.archive_list > ul > li:last-child{
	border-bottom: none;
}
.archive_list > ul > li h3{
	margin-bottom: 40px;
	color: #1b8bc1;
	font-size: 20px;
}

body.whats_new .archive_list > ul > li h3 {
	margin-bottom: 20px;
}

.archive_list > ul > li ul li{
	font-size: 20px;
	padding: 0 0 0 25px;
	background: url(../common_2017/info/ico_01.png) left 3px no-repeat;
	margin-bottom: 35px;
}
.archive_list > ul > li ul li:last-child{
	margin-bottom: 0;
}
.archive_list > ul > li ul li a{
	color: inherit;
}
.archive_list > ul > li ul li a:hover{
	text-decoration: underline;
}

.sp_top_date_nav{
	display: none;
}

@media screen and (max-width: 599px){
	.sp_top_date_nav{
		display: block;
		text-align: right;
		margin-bottom: 20px;
	}
	.sp_top_date_nav .date_nav{
		width: 195px;
		display: inline-block;
		margin-bottom: 0;
	}
	.archive_list > ul > li{
		padding: 0 0 20px;
		margin-bottom: 20px;
	}
	.archive_list > ul > li h3{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.archive_list > ul > li ul li{
		height: auto;
		font-size: 14px;
		padding-left: 15px;
		background: url(../common_2017/info/ico_01.png) left 2px no-repeat;
		background-size: 8px;
		margin-bottom: 10px;
	}
	.archive_list > ul > li ul li:last-child{
		margin-bottom: 0;
	}
	.archive_list > ul > li ul li a{
		color: inherit;
	}
	.archive_list > ul > li ul li a:hover{
		text-decoration: underline;
	}
}


/* 記事
-------------------------------------------------- */

section.info_dtl{
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 90px;
}

section.info_dtl p {
	margin-bottom: 1.4em;
	word-wrap: break-word;
}

section.info_dtl p.img_mp {
	float: left;
	/*margin-right: 10px;*/
	margin-right: 1.4em;
}

section.info_dtl p.gotoPageTop {
	text-align: right;
}

#box_info_contents + p.gotoPageTop {
	display: none;
}

@media screen and (max-width: 599px) {
	section.info_dtl p.img_mp {
		width: 46%;
	}
}


section.info_dtl .txt{
	margin-bottom: 60px;
}

section.info_dtl h5,
section.info_dtl h3{
	padding: 6px 0 6px 8px;
	border-left: 5px solid #23b7fe;
	font-size: 20px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 20px;
}

section.info_dtl h5 {
	clear: both;
}

section.info_dtl h5 {
	margin-top: 60px;
}

section.info_dtl h6 {
	font-weight: bold;
	color: #1b8bc1;
	margin-bottom: 0.4em;
	font-size: 1.6rem;
}



@media screen and (max-width: 599px) {

	section.info_dtl p img {
		max-width: 100%;
	}

	section.info_dtl h5  {
		margin-top: 30px;
	}
}


section.info_dtl table{
	width: 100%;
	color: #222222;
	/*table-layout: fixed;*/
	
	margin-bottom: 15px;
	
	clear: both;
}


section.info_dtl table th{
	font-size: 1.4rem;
	padding: 0.5em 1em;
	border: 1px solid #aaaaaa;
	background-color: #cce8ff;
	font-weight: bold;
	white-space: nowrap;
	
}



div.game_info table th {
	width: 20%;
	white-space: normal;
}

/*div.game_info table.width_auto th,
section.info_dtl table.width_auto th {
	width: auto;
}*/

section.info_dtl table tr.vertical th {
	text-align: center;
}

.typo_tate p,
section.info_dtl table tr.vertical p {
/*	writing-mode: tb-rl; /* IE用 *!/
	writing-mode: vertical-rl; /* Chrome、Firefox用 *!/
	margin: 0 auto;
	white-space: nowrap;
	width: 1em; /* firefox対策 *!/
	line-height: 1em; /* firefox対策 *!/
	-webkit-text-orientation: upright;
	text-orientation: upright;
	text-align: center;*/
	
	/*height: 100%;*/
	
	margin: 0 auto!important;
	vertical-align: top;
	text-align: left;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	font-weight: bold;
}

table tr.vertical p br {
	display: none;
}

/* 2019-08-15 */

table.tbl_player_data thead th:first-of-type {
	width: 8%;
}

table.tbl_player_data tbody td,
table.tbl_player_data thead th {
	text-align: center;
}

table.tbl_player_data tbody th {
	background-color: #f3f3f3;
}



@media screen and (max-width: 599px) {
	
	/*  */

/*	section.info_dtl table.table_sp th {
		white-space: normal;
/* 		width: 35%; *!/
		width: 100%;
	}
	
	div.game_info table th,
	div.game_info table td{
		width: 100%!important;
		display: block;
		border-bottom:none!important;
	}
	
	section.info_dtl table.table_sp th,
	section.info_dtl table.table_sp td{
		width: 100%!important;
		display: block;
	}
	
	div.game_info table.table_sp {
		border-bottom: 1px solid #aaaaaa;
	}
	
	div.game_info table.table_sp th br {
		display: none;
	}*/
	
}



section.info_dtl table td{
	font-size: 1.4rem;
	padding: 10px;
	border: 1px solid #aaaaaa;
	/*text-align: center;*/
	/*font-weight: bold;*/
}

section.info_dtl table p {
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
}

section.info_dtl table table th {
	width: 30%;
}

.left_box .cate_area{
	display: none;
}
.btm_nav_area{
	display: none;
}

section.info_dtl table.border_none td {
	border: none;
	padding: 0 0.6em 0.4em;
}


@media screen and (max-width: 599px){
	.left_box .cate_area{
		display: block;
		float: none;
		padding-top: 0;
		text-align: right;
		margin-bottom: 20px;
	}
	section.info_dtl{
		font-size: 14px;
		margin-bottom: 30px;
	}
	section.info_dtl .txt{
		margin-bottom: 20px;
	}
	section.info_dtl h3{
		padding: 3px 0 3px 8px;
		border-left: 5px solid #23b7fe;
		font-size: 16px;
		color: #222222;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	div.game_info > .table_area,
	div.box_insert > .table_area,
	section.info_dtl > .table_area,
	#box_info_contents > .table_area{
/*		overflow-x: auto;
		/*white-space: nowrap;*!/
		padding-top: 25px;
		background: url(../common_2017/info/scroll.png) right top no-repeat;
		background-size: 20%;
		-webkit-overflow-scrolling: touch;*/
		
	}
	
	div.table_area > table {
		/*width: 480px!important;*/
		/*width: 120vw!important;*/
		/*max-width: 640px!important;*/
		
		width: 100%;
	}
	
	.btm_nav_area{
		display: block;
		margin-bottom: 20px;
	}
	
	.btm_nav_area .more{
		display: inline-block;
		float: left;
	}
	.btm_nav_area .more a{
/*
		display: block;
		color: #222;
		height: 30px;
		line-height: 30px;
		padding: 0 10px 0 25px;
		background: url(../common_2017/info/prev_on.png) 10px center no-repeat;
		background-color: #f2f3f0;
		border-radius: 3px;
		font-size: 12px;
*/
	}
	.btm_nav_area .sns{
		float: right;
	}
	.btm_nav_area .sns li{
		float: left;
		margin-left: 15px;
		height: 30px;
		line-height: 30px;
	}
	.btm_nav_area .sns li img{
		vertical-align: middle;
	}
	
	
	/* 2019/06/18 */
	
	section.info_dtl h5,
	section.info_dtl h3 {
		font-size: 5vw;
		/* 16px */
		line-height: 1.3;
	}
	
	section.info_dtl h6 {
		font-size: 4.375vw;
		/* 14px */
	}
	
	section.info_dtl p,
	section.info_dtl table th,
	section.info_dtl table td,
	section.info_dtl table p {
		font-size: 4.0625vw;
		/* 13px */
	}
	
	section.info_dtl .table_area table th,
	section.info_dtl .table_area table td {
		/*overflow-wrap : break-word;*/
		white-space: normal;
	}
	
	section.info_dtl .table_area table tr table {
	    margin-top: 1em;
	}
	
	section.info_dtl .table_area table td,
	section.info_dtl p {
		line-height: 1.6;
	}
	
	section.info_dtl img {
		max-width: 94%;
		display: block;
		margin: 4vw auto;
	}
	
	section.info_dtl .table_area:not(.scroll) table {
		table-layout: fixed;
	}
	
	section.info_dtl .table_area table:not(.width_auto) th {
		width: 25%;
		line-height: 1.2;
	}
	
	/*  */
	
	section.info_dtl .table_area.scroll table th,
	section.info_dtl .table_area.scroll table td {
		white-space: nowrap;
		width: auto;
	}
	
	div.game_info .table_area.scroll,
	div.box_insert .table_area.scroll,
	section.info_dtl .table_area.scroll,
	#box_info_contents .table_area.scroll{
		overflow-x: auto;
		/*white-space: nowrap;*/
		padding-top: 25px;
		background: url(../common_2017/info/scroll.png) right top no-repeat;
		background-size: 20%;
		-webkit-overflow-scrolling: touch;
	}
	
	div.table_area.scroll > table {
		width: 120vw;
	}
	
	div.table_area.scroll > table table {
		width: 100%;
	}
	
}

@media screen and (min-width: 321px) {
	
	section.info_dtl .table_area:not(.scroll) table:not(.width_auto) th {
		display: block;
		width: 100%;
		/*border-bottom: none;*/
	}
	
	section.info_dtl .table_area:not(.scroll) table tr,
	section.info_dtl .table_area:not(.scroll) table td{
		display: block;
		width: 100%;
		position: relative;
		/*border-bottom: none;*/
	}
	
	section.info_dtl .table_area:not(.scroll) table tr:first-child th {
		border-bottom: none;
	}
	
	section.info_dtl .table_area:not(.scroll) table tr:nth-child(n+2) > th {
		border-top: none;
	}
	
	section.info_dtl .table_area:not(.scroll) table tr:not(:first-child) > td {
		border-top: none;
	}
	

}

/* 2019/06/18 */
@media screen and (max-width: 320px) {
	
	section.info_dtl .table_area table {
		table-layout: fixed;
	}
	
	section.info_dtl .table_area.scroll table th,
	section.info_dtl .table_area.scroll table td {
		white-space: normal;
	}
	
	section.info_dtl .table_area table:not(.width_auto) th {
		width: 25%;
		line-height: 1.2;
	}
	
	div.game_info > .table_area,
	div.box_insert > .table_area,
	section.info_dtl > .table_area,
	#box_info_contents > .table_area{
		overflow-x: auto;
		/*white-space: nowrap;*/
		padding-top: 25px;
		background: url(../common_2017/info/scroll.png) right top no-repeat;
		background-size: 20%;
		-webkit-overflow-scrolling: touch;
	}
	
	div.table_area > table {
		width: 120vw;
	}
	
	div.table_area > table table {
		width: 100%;
	}
}


/* バナー
-------------------------------------------------- */

.info_main .left_box .bnr{
	text-align: center;
	margin-bottom: 30px;
	transition: All 0.4s ease;
}
.info_main .left_box .bnr:hover{
	opacity: 0.7;
}

@media screen and (max-width: 599px){
	.info_main .left_box .bnr{
		margin-bottom: 20px;
		text-align: center;
	}
	.info_main .left_box .bnr img{
		max-width: 100%;
	}
}

/* 記事一覧
-------------------------------------------------- */


.info_list li {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}
.info_list li:last-child {
	margin-bottom: 0;
}
.info_list li span{
	color: #1b8bc1;
	font-size: 11px;
	vertical-align: middle;
	margin-right: 18px;
}
.info_list li a{
	color: inherit;
}
.info_list li a:hover{
	text-decoration: underline;
}

.info_list li br {
	display: none;
}

/* 関連するお知らせ非表示 守田選手 */
.page_19_0619 .info_list ul {
	display: none;
}

@media screen and (max-width: 599px){
	.info_list{
		margin-bottom: 10px;
	}
}

/* ページナビ
-------------------------------------------------- */

/*article.category_list .date_nav {
	display: none;
}*/

.date_nav{
	text-align: right;
	margin-bottom: 20px;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	width: 195px;
	display: inline-block;
	height: 25px;
}
.date_nav li{
	font-size: 14px;
	display: inline-block;
	line-height: 25px;
	height: 25px;
	vertical-align: top;
}
.date_nav li:nth-child(1),
.date_nav li:nth-child(3){
	width: 33.5%;
	color: #aaaaaa;
	position: relative;
}
.date_nav li:nth-child(2){
	width: 33%;
}
.date_nav li a{
	display: block;
}
.date_nav li:nth-child(1) a,
.date_nav li:nth-child(3) a{
	position: absolute;
	top: 0;
	left: 0;
}
.date_nav li:nth-child(1){
	border-right: 1px solid #fff;
	text-align: right;
	padding: 0 10px 0 25px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: url(../common_2017/info/prev_off.png) 10px center no-repeat #f2f3f0;
}
.date_nav li:nth-child(3){
	border-left: 1px solid #fff;
	text-align: left;
	padding: 0 25px 0 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: url(../common_2017/info/next_off.png) 44px center no-repeat #f2f3f0;
}
.date_nav li:nth-child(1) a,
.date_nav li:nth-child(3) a{
	color: #111111;
}
.date_nav li:nth-child(1) a{
	background: url(../common_2017/info/prev_on.png) 10px center no-repeat #f2f3f0;
	padding: 0 10px 0 25px;
	border-right: 1px solid #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: All 0.4s ease;
}
.date_nav li:nth-child(1) a:hover{
	color: #fff;
	background: url(../common_2017/info/prev_active.png) 10px center no-repeat #23b7fe;
}
.date_nav li:nth-child(3) a{
	background: url(../common_2017/info/next_on.png) 44px center no-repeat #f2f3f0;
	padding: 0 25px 0 10px;
	border-left: 1px solid #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: All 0.4s ease;
}
.date_nav li:nth-child(3) a:hover{
	color: #fff;
	background: url(../common_2017/info/next_active.png) 44px center no-repeat #23b7fe;
}
.date_nav li:nth-child(2) a{
	background-color: #23b7fe;
	color: #fff;
	transition: All 0.4s ease;
}


/* SNS
-------------------------------------------------- */

dl.sns_area{
	font-size: 0;
	margin-bottom: 25px;
}
dl.sns_area dt{
	color: #555555;
	font-size: 11px;
	margin-bottom: 10px;
}
dl.sns_area dd{
	display: inline-block;
	margin-right: 20px;
	transition: All 0.4s ease;
}
dl.sns_area dd:hover{
	opacity: 0.7;
}
dl.sns_area dd:last-child{
	margin-right: 0;
}
.right_box dl.sns_area,
.right_box .date_nav{
	display: block;
}

@media screen and (max-width: 599px){
	.right_box dl.sns_area,
	.right_box .date_nav{
		display: none;
	}
}

/* サイドバナー
-------------------------------------------------- */

ul.side_bnr {
	display: block;
	margin-bottom: 25px;
}
ul.side_bnr li{
	margin-bottom: 12px;
	transition: All 0.4s ease;
}
ul.side_bnr li:hover{
	opacity: 0.7;
}
ul.side_bnr li:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 599px){
	.right_box .side_bnr{
		display: none;
	}
}

/* 過去のおしらせ
-------------------------------------------------- */

.past_info{
	display: block;
	margin-bottom: 25px;
}
.past_info .this_year{
	background-color: #f2f3f0;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.05);
	margin-bottom: 10px;
}
.past_info .this_year h5{
	background-color: #23b7fe;
	color: #fff;
	padding: 0 10px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #f2f3f0;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
}
.past_info ul{
	font-size: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: none;
}

.this_year ul:first-of-type,
.past_year ul:nth-child(3) {
	display: block;
}

.past_info ul li{
	width: 25%;
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
.past_info ul li.on a{
	display: block;
}
.past_info ul li.on:hover a{
	color: #23b7fe;
}
.past_info .this_year ul li {
	background-color: #f2f3f0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #aaaaaa;
	cursor: default;
}
.past_info .this_year ul li:nth-child(n + 5) {
  border-bottom: none;
}

.past_info .this_year ul li:nth-child(9) {
	border-bottom-left-radius: 5px;
}
.past_info .this_year ul li:nth-child(12) {
	border-bottom-right-radius: 5px;
}
.past_info .this_year ul li:nth-child(4n) {
	border-right: none;
}
.past_info .this_year ul li:nth-child(9) a{
	border-bottom-left-radius: 5px;
}
.past_info .this_year ul li:nth-child(12) a{
	border-bottom-right-radius: 5px;
}
.past_info .this_year ul li.on a{
	color: #222222;
	transition: All 0.4s ease;
}
.past_info .this_year ul li.on a:hover{
	color: #23b7fe;
}

.past_info .past_year{
	background-color: #f2f3f0;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.05);
}
.past_info .past_year select{
	border: 2px solid #91dbfe;
	box-sizing: border-box;
	width: 100%;
	padding: 0 8px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 5px;
	background: url(../common_2017/info/select.png) right 8px center no-repeat #fff;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 36px;
	line-height: 32px;
	font-weight: bold;
	font-size: 14px;
}
.past_info .past_year ul li a{
	display: block;
	background-color: #f2f3f0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #222222;
	transition: All 0.4s ease;
}
.past_info .past_year ul li a:hover{
	color: #23b7fe;
}
.past_info .past_year ul li:nth-child(9) a{
	border-bottom-left-radius: 5px;
}
.past_info .past_year ul li:nth-child(12) a{
	border-bottom-right-radius: 5px;
}
.past_info .past_year ul li:nth-child(4n) a{
	border-right: none;
}

.past_nav{
	display: none;
}
.related_info{
	display: none;
}

@media screen and (max-width: 599px){
	.past_info {
		display: none;
	}
	.past_nav{
		display: block;
	}
	.bottom_date_nav{
		text-align: right;
	}
	.bottom_date_nav .date_nav{
		width: 195px;
		display: inline-block;
		margin-bottom: 5px;
	}
	.past_nav{
		margin: 30px 0 20px;
	}
	.past_nav h3{
		font-size: 12px;
		padding: 5px 15px 10px 5px;
		border: 1px solid #91dbfe;
		display: inline-block;
		border-bottom: none;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		background: url(../common_2017/info/border.png) right 5px top 12px no-repeat #fff;
		background-size: 6px;
		position: relative;
		z-index: 1;
	}
	.past_nav ul.month{
		font-size: 0;
		letter-spacing: 0;
		border: 1px solid #91dbfe;
		margin-top: -1px;
		overflow: hidden;
		border-top-right-radius: 3px;
		display: none;
	}
	.past_nav ul.month:nth-child(2) {
		display: block;
	}
	.past_nav ul.month li{
		width: 16.66666666666666%;
		height: 30px;
		line-height: 29px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		display: inline-block;
		text-align: center;
	}
	.past_nav ul.month li:nth-child(6){
		border-right: none;
	}
	.past_nav ul.month li:nth-child(7),
	.past_nav ul.month li:nth-child(8),
	.past_nav ul.month li:nth-child(9),
	.past_nav ul.month li:nth-child(10),
	.past_nav ul.month li:nth-child(11),
	.past_nav ul.month li:nth-child(12){
		border-bottom: none;
		line-height: 30px;
	}
	.past_nav ul.month li a{
		display: block;
		background-color: #f2f3f0;
		font-size: 12px;
		color: #222;
	}
	.past_nav ul.month li.current a{
		color: #fff;
		background-color: #23b7fe;
	}
	.scroll_area{
		white-space:nowrap;
		overflow-x:auto;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border: 1px solid #91dbfe;
		border-top: none;
	}
	.past_nav ul.year{
		font-size: 0;
		letter-spacing: 0;
		width:100%;
		height: 30px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.past_nav ul.year li{
		width: 20%;
		height: 30px;
		line-height: 30px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		display: inline-block;
		white-space:normal;
		text-align: center;
	}
	.past_nav ul.year li a{
		display: block;
		background-color: #f2f3f0;
		font-size: 12px;
		color: #222;
	}
	.related_info{
		display: block;
		margin-bottom: 20px;
	}
	.related_info ul li{
		margin-bottom: 10px;
	}
	.related_info ul li span{
		color: #1b8bc1;
		display: block;
		margin-bottom: 2px;
	}
	.related_info ul li a{
		display: block;
		color: #222;
	}

}

/* カテゴリー
-------------------------------------------------- */

.side_cate ul{
	font-size: 0;
}
.side_cate ul li{
	display: inline-block;
	background-color: #def4ff;
	padding: 0 5px 0 3px;
	border-radius:3px;
	margin-bottom: 6px;
	height: 20px;
	line-height: 20px;
	margin-right: 2px;
	transition: All 0.4s ease;}
.side_cate ul li:hover{
	opacity: 0.7;
}
.side_cate ul li a{
	color: #222222;
	display: block;
	padding: 0 5px;
	font-size: 13px;
	letter-spacing: -1px;
}



/*  */

/*  */

section.info_dtl h4.stripe{
	font-size: 2.0rem;
	line-height: 1.3;
	height: auto;
	border: none;
	padding: 12px 8px 9px 10px;
	border: 1px solid #c1c1c1;
	background-image: url(/common_parts/base_pat_stripe_gray.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	font-weight: bold;
	margin-bottom:15px;
}

/*  */

div.right_box section.side_cate {
	margin-bottom: 25px;
}

p.ban_excite_match  {
	text-align: center;
}

div.game_info {
	position: relative;
}

@media screen and (max-width: 599px) {
	div.game_info img {
		max-width: 100%;
	}
}



/*  */

div#wrapper_header.fixed {
	/*display: none!important;*/
	/*z-index: 1000000000000;*/
}

div#wrapper {
	position: relative;
}

#box_menu {
	margin-top: 15px;
	display: none;
}

div#wrapper_header.fixed #box_menu{
	display: block;
}

div.overlay {
	display: none;
}

/* #box_menu.active  */
div.overlay.active {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.1;
	z-index: -1;
}

#box_menu div.inner {
	width: 1024px;
	margin: 0 auto;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0px 5px 13px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 13px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 13px rgba(0,0,0,0.3);
	padding: 30px 20px 10px;
	
	position: relative;
	margin-top: -34px;
	display: none;
	transition: All 0.4s ease;
	background-color: #fff;
}

@media screen and (max-width: 599px) {
	#box_menu div.inner {
		width: 98%;
	}
}


#box_menu.active div.inner {
	/*display: block;*/
	position: relative;
	z-index: 10;
}

#box_menu div.inner:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_menu h6 {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
	z-index: 100;
	
}

#box_menu h6 a {
	display: inline-block;
	background-color: #000;
	color: #fff;
	border: 2px solid #fff;
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
	border-radius: 36px;
	padding: 7px 15px 5px 34px;
	text-align: center;
	position: relative;
	-moz-box-shadow: 0px 5px 13px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 13px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 13px rgba(0,0,0,0.3);
}

#box_menu.active h6 a {
	background-color: #32b8fa;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#box_menu h6 span {
	display: inline-block;
	  height: 2px;
	  width: 14px;
	  background-color: #3198cb;
	  margin: 2px 6px;
	  border-radius: 2px;
	  position: absolute;
	  left: 8px;
}

#box_menu.active h6 span {
	background-color:#fff;
}

#box_menu h6 span:nth-child(1) {
	top: 5px;
}
#box_menu h6 span:nth-child(2) {
	
	top: 10px;
}
#box_menu h6 span:nth-child(3) {
	top: 15px;
}


div#box_menu p.btn_close {
	margin: 0;
	text-align: right;
	width: 44px;
	font-family: 'roboto';
	font-weight: 300;
	float: right;
}

div#box_menu p.btn_close a {
	display: inline-block;
	color: #222;
	text-decoration: none;
	font-size: 1.4rem;
	position: relative;
	padding-top: 36px;
	margin: 0 auto;
}

div#box_menu p.btn_close a:after{
  display: block;
  content: "";
  position: absolute;
  margin-left: 3px;
  top: 0;
  left: 14px;
  
  width: 2px;
  height: 36px;
  background: #222;
  transform: rotate(45deg);
}
div#box_menu p.btn_close a:before{
  display: block;
  content: "";
  position: absolute;
  margin-left: 3px;
  
  top: 17px;
  left: -2px;
  
  width: 36px;
  height: 2px;
  background: #222;
  transform: rotate(45deg);
}


/*  */

ul.ex-toc {
	width: 100%;
	margin-bottom: 20px;
}

ul.ex-toc li {

	display: inline-block;
	background-color: #def4ff;
	padding: 3px 5px 3px 3px;
	border-radius:3px;
	margin-bottom: 6px;
	height: auto;
	line-height: 1.2;
	margin-right: 2px;
	transition: All 0.4s ease;
}

ul.ex-toc li a {
	font-size: 1.3rem;
	color: #222222;
	display: block;
	padding: 0 7px;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: normal;
}

div.game_info ul.ex-toc li a:hover{
	opacity: 0.7;
}


@media screen and (max-width: 599px) {
	
	div#wrapper_header.fixed #box_menu {
		position: relative;
	}
	
	#box_menu.active div.inner {
		/*overflow-y: scroll;
		overflow-x: hidden;*/
		/*max-height: 100vw;*/
		height: 100vh;
		
		position: static;
	}
	
	div#box_menu p.btn_close {
		width: 10vw;
		height: 10vw;
		
		position: absolute;
		top: 0;
		right: 3vw;
		overflow: hidden;
		
	}
	
	div#box_menu p.btn_close a {
		text-indent:200%;
		white-space:nowrap;
		overflow:hidden;
	}
	
	div#box_menu p.btn_close a:before {
		width: 10vw;
		
		margin-left: 0;
		top: 5vw;
		left: -2px;
	}
	
	div#box_menu p.btn_close a:after {
		height: 10vw;
		
		margin-left: 0;
		top: 0;
		left: 4vw;
	}
	
	ul.ex-toc {
		/*overflow-y: auto;*/
		/*background-color: rgba(0, 0, 0, 0.5);*/
		overflow-y: scroll;
		overflow-x: hidden;
		max-height: 80vh;
		margin-bottom: 0;
		padding-bottom: 10vh;
	}
	
	ul.ex-toc li a {
		font-size: 3.75vw;
		/* 12px */
	}
	
}


/*  */

section.info_dtl div.game_info table {
	margin-bottom: 20px;
}

section.info_dtl div.game_info td{
	font-weight: normal;
}


/*  */


table.width_auto th {
	/*width: auto;*/
}

section.info_dtl table.caution {
	color: #f53636;
}

section.info_dtl table.caution td {
	border-color: #f53636;
}

section.info_dtl th.red{
	background-color: #fce0e0;
}

td.caution_red{
	color: #f53636;
}

/*  */

@media screen and (max-width: 599px) {
	ul.entry_sns {
		display: none;
	}
}

/*  */

.photo_area {
	width:100%;
	margin-bottom: 30px;
}
.photo_area p {
	text-align: center;
	background-color: #f2f2f2;
}

.photo_area p img {
	/*width: 100%;*/
	height: auto;
}

div.photo_area div.swiper-container {
	margin-bottom: 0;
}

@media screen and (max-width: 599px) {
	ul.swiper-wrapper li img {
		width: 100%;
		height: auto;
	}
}


/* 2017/05/18 acl */

div.box_gameinfo {
	margin-bottom: 30px;
	text-align: center;
}

div.box_gameinfo ul {
	
}

div.box_gameinfo li {
	display: inline-block;
	vertical-align: top;
}

div.box_gameinfo li.logo {
	padding: 0 10px;
	text-align: center;
}

div.box_gameinfo li:nth-child(2) {
	border: 1px solid #bebfbe;
	padding: 10px;
}

/* 縦書き */

.rotate_90 {
	
	display: inline-block;
	transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	text-align: center;
}

/* バストアアプ画像 */

table.profile {
	width: 480px!important;
}

table.profile p {
	margin-bottom: 0;
}

figure.img_bust_up {
	overflow: hidden;
	
	width: 124px;
	/*margin-right: 15px;*/
	
	margin: 0 auto;
}

body[class^='y_20'] table.profile {
	width: 580px!important;
}

table.profile figure {
	width: 150px;
	display: block;
	margin: 0 auto;
}

body[class^='y_20'] figure.img_bust_up {
	width: 200px;
}

table.profile img {
	width: 150px;
	display: block;
	margin: 0 auto;
}

body[class^='y_20'] table.profile figure.img_bust_up img {
	/*width: 200px;*/
	width: auto;
/*	display: block;
	margin: 0 auto;*/
	max-width: initial;
}

/*  */

@media screen and (max-width: 599px) {
	div.box_gameinfo li.logo {
		width: 16%;
		padding: 0;
	}
	
	div.box_gameinfo li.logo img {
		width: 90%;
		height: auto;
	}
	
	div.box_gameinfo li:nth-child(2) {
		width: 60%;
	}
}


/*  */



@media screen and (min-width: 600px) {
	.swiper-wrapper{
		 transform: none!important;
	}
	ul.swiper-wrapper,
	.thumbnails {
		font-size: 0;
		letter-spacing: 0;
		text-align: right;
		margin-bottom: 10px;
		display: block;
	}
	ul.swiper-wrapper li,
	.thumbnails li {
		display: inline-block;
		padding: 0 3px 0 0;
		/*background: url(/common_2017/diary/photo_nav.png) bottom repeat-x;*/
		width: auto;
	}
	ul.swiper-wrapper li {
		width: auto!important;
	}
	ul.swiper-wrapper li:last-child,
	.thumbnails li:last-child {
		padding-right: 0;
	}
	ul.swiper-wrapper li a,
	.thumbnails li span{
		border-bottom: 3px solid #cccccc;
		padding-bottom: 3px;
		display: block;
	}
	ul.swiper-wrapper li:hover a,
	.thumbnails li:hover span{
		border-bottom: 3px solid #23b7fe;
	}
	
	ul.swiper-wrapper li.current a,
	.thumbnails li.current span{
		border-bottom: 3px solid #23b7fe;
	}
	ul.swiper-wrapper li img,
	.thumbnails li img {
		cursor:pointer;
		width: auto;
		height: 40px;
	}
	
	
	.swiper-container {
		overflow: visible;
	}
	
	.swiper-container {
		background-color: transparent;
	}
	
	swiper-pagination {
		display: none;
	}
	
	
}

@media screen and (max-width: 599px){
	.box_photo_gallery p {
		display: none;
	}
	.left_box .cate_area{
		display: block;
		float: none;
		padding-top: 0;
		text-align: right;
		margin-bottom: 20px;
	}
	.thumbnails{
		display: none;
	}
	.swiper-pagination{
		display: block;
		font-size: 18px;
		position: inherit !important;
		bottom: auto;
		text-align: left !important;
		background: url(/common_2017/info/scroll.png) right center no-repeat;
		letter-spacing: -1px;
		
		background-size:22% auto;
		-webkit-background-size: 22% auto;
	} 
	.swiper-pagination span{
		transform: scale( 0.8 , 1 ) !important;
	}
	.swiper-pagination .swiper-pagination-current{
		color: #6cd0ff;
	}
	section.diary_dtl{
		font-size: 14px;
		margin-bottom: 30px;
		padding-top: 0;
	}
	section.diary_dtl .txt{
		margin-bottom: 20px;
	}
	section.diary_dtl h3{
		padding: 3px 0 3px 8px;
		border-left: 5px solid #23b7fe;
		font-size: 16px;
		color: #222222;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.entry_sns{
		font-size: 0;
		letter-spacing: 0;
		text-align: right;
		margin-bottom: 20px;
	}
	.entry_sns li{
		display: inline-block;
		margin-left: 10px;
	}
	.btm_nav_area{
		margin-bottom: 20px;
	}
	.btm_nav_area .more{
		float: left;
		height: 25px;
		line-height: 25px;
		background: url(/common_2017/info/prev_active.png) 8px center no-repeat #23b7fe;
		background-size: 7px;
		border-radius: 5px;
		padding: 0 10px 0 20px;
		font-size: 12px;
	}
	.btm_nav_area .more a{
		color: #fff;
	}
	.btm_nav_area .date_nav{
		float: right;
	}
	.btm_nav_area .date_nav ul{
		width: 195px;
	}
	.btm_nav_area .date_nav li{
		font-size: 14px;
	}
	
	.photo_area {
		margin: 2em 0;
	}
	
	/*  */

	section.info_dtl iframe:not(#t-shirt_design) {
		width: 100%;
		height: 300px;
	}
}


/* 2017/07/12 */

div.swiper-pagination {
	display: none;
}

@media screen and (max-width: 599px) {
	div.swiper-pagination {
		display: block;
	}
	
	ul.swiper-wrapper li img {
		/*width: 100%;
		max-height: 400px;
		margin: 0 auto;
		display: block;*/
	}
}


/* 2017-12-3 dl table */

dl.spec_table{
	position: relative;
	white-space: 100%;
	padding-bottom: 3em;
}


dl.spec_table dt,
dl.spec_table dd{
	display: inline-block;
	padding: 0.3em;
	line-height: 1.4;
border-bottom: 1px solid #fff;
}

dl.spec_table dt{
	width:30%;
	font-weight: bold;
	background-color: #94D2FF;
border-right: 1px solid #fff;
}

dl.spec_table dd{
	width:70%;
	background-color: #f5f5f5;
}

/*  */

/* h4 */

section.info_dtl h4 {
	font-size: 2.2rem;
	color: #23b7fe;
	font-weight: bold;
	margin-top: 1.4em;
}

section.info_dtl h4 + h5 {
	margin-top: 30px;
}

/*  */

div.box_ttl_game {
	text-align: center;
	margin-bottom: 30px;
}

div.box_ttl_game ul {
	display: flex;
	display:-webkit-flex;
	-webkit-flex-direction:row;
	flex-direction: row;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center; 
	justify-content: center;
}

div.box_ttl_game li {
	-webkit-flex-grow:1;
	flex-grow:1;
}

div.box_ttl_game li p {
	font-weight: bold;
}


div.box_ttl_game li img {
	max-width: 74px;
}


/*  */

section.info_dtl img {
	max-width: 100%;
}

section.info_dtl figure {
	text-align: center;
	margin-bottom: 20px;
}

section.info_dtl figure img:not(img:first-child) {
	margin-top: 18px;
}

/* goods */

@media screen and (min-width: 600px) {

	div.box_insert.goods h5 {
		clear: both;
		margin-top: 60px;
		margin-bottom: 30px;
	}
	
	div.box_insert.goods p.img {
		float: left;
		max-width: 50%;
		text-align: center;
		margin-bottom: 60px;
		
		font-size: 0.8em;
		line-height: 1.2;
	}
	
	div.box_insert.goods p.img img {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	
	div.box_insert.goods table {
		float: right;
		max-width: 40%;
		clear: none;
		margin-top: 15px;
	}

}


/* 2018/06/18 */

section.info_dtl table.table_auto {
	width: auto;
}　









/*  */


