@charset "UTF-8";
/* CSS Document */
/*--------------------------
      what's new detail page
----------------------------*/
.live .wrapper {
    min-width: 0;
	background: url(../img/bg_support.png) repeat center top / 1800px;
}
@media screen and (max-width: 640px) {
	.live .wrapper {
		background: url(../img/bg_support_sp.png) repeat center top 121.6vw / 952px;
	}
}
.whats_new_detail {
	padding:100px 20px;
	font-size:1.14285714286rem;
	line-height:1.6em;
	font-weight:normal;
}
@media screen and (max-width: 640px) {
	.whats_new_detail {
		padding:50px 20px;
	}
}
.whats_new_detail .whats_new_detail_inner {
	max-width:1200px;
	margin:0 auto;
}
@media screen and (max-width: 640px) {
	.whats_new_detail .whats_new_detail_inner {
		padding:0;
	}
}
.whats_new_detail .section_ttl {
	font-size:2em;
}
@media screen and (max-width: 640px) {
	.whats_new_detail .section_ttl {
		line-height:1.5em;
	}
}
.whats_new_detail .whats_new_detail_lead {
	/*margin-top:80px;*/
	margin-bottom:20px;
}
@media screen and (max-width: 640px) {
	.whats_new_detail .whats_new_detail_lead {
		margin-top:0;
	}
}
.whats_new_detail .whats_new_detail_head {
	margin:60px 0 20px;
}
@media screen and (max-width: 640px) {
	.whats_new_detail .whats_new_detail_head {
		margin:40px 0 15px;
	}
}
.whats_new_detail .whats_new_detail_list {
	text-indent:-1em;
	padding-left:1em;
}
.whats_new_detail .whats_new_detail_list li{
	margin-bottom:10px;
}
.whats_new_detail .whats_new_detail_linklist {
	margin-top:40px;
}
.whats_new_detail .whats_new_detail_linklist li{
	margin-bottom:5px;
}
.whats_new_detail .whats_new_detail_linklist li::before {
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	transform:rotate(45deg);
	margin-right:5px;
}
.whats_new_detail .whats_new_detail_notice {
	display:inline-block;
	font-size:0.875em;
	line-height:1.4em;
	padding-left: 1em;
    text-indent: -1em;
	margin-top:5px;
}
.whats_new_detail .whats_new_detail_notice + .whats_new_detail_notice {
	margin-top:0;
}
.whats_new_detail table {
	border-collapse: collapse;
	border: 1px solid #333 !important;
	width:100%;
	text-align:left;
	background:#fff;
	margin-bottom:20px;
}
.whats_new_detail .whats_new_detail_lead + table {
	margin-top:40px;
}
.whats_new_detail table caption{
	text-align:center;
	padding:8px 20px;
}
@media screen and (max-width: 640px) {
	.whats_new_detail table caption{
		padding:8px 10px;
	}
}
.whats_new_detail table small{
	display:block;
	text-align:left;
	line-height:1.4em;
	font-size:12px;
}
.whats_new_detail table th,
.whats_new_detail table td {
	border-collapse: collapse;
	border: 1px solid #333 !important;
	padding:4px 20px;
	font-weight: normal;
	vertical-align: middle;
}
@media screen and (max-width: 640px) {
	.whats_new_detail table th,
	.whats_new_detail table td {
		padding:4px 10px;
	}
}
.whats_new_detail table td span{
	position:relative;
	display: inline-block;
}
.whats_new_detail table td sup{
	position:absolute;
	position: absolute;
    top: 2px;
    display: inline-block;
    line-height: 1em;
}
@media screen and (max-width: 640px) {
	.whats_new_detail table td sup{
		position: static;
	}
}
.whats_new_detail table td{
	text-align:center;
}
.whats_new_detail .table_subhead {
	background:#ccc;
	font-weight: bold;
}
.whats_new_detail .table_head {
	background:#333;
	color:#fff;
}
.whats_new_detail .table_center {
	text-align:center;
	font-weight: bold;
}
.whats_new_detail .triangle {
	padding: 10px 0 20px;
	max-width:180px;
	display:block;
	margin:0 auto;
}
@media screen and (max-width: 640px) {
	.whats_new_detail .triangle {
		padding: 0 0 10px;
		max-width:120px;
	}
}