#viewMoreDiv{
	margin: auto;
	text-align: center;
}
#viewMore{
	padding: 0 0 0 35px;
	height: 28px;
	border: none;
    outline: none;
    background: transparent;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 28px;
	color: #333;
	cursor: pointer;
	background: url("/images/webp/view_more.webp") no-repeat;
}
.no-webp #viewMore{
	background: url("/images/view_more.png") no-repeat;
}

.p004{
	visibility : hidden;
	display: none;
}
.data03 {
	font-weight: 700;
}
.rsdatahead .data04 {
    background: none;
}
.rsdatahead .data04 p {
    font-weight: 700;
	font-size: 1.5rem;
}
.rsdatahead .databox {
    font-size: 1.3rem;
}
.news_area .rsdatahead .databox {
    padding-left: 20px;
}
.release_tokyo a span{
	font-weight: 700;
}
.news_area .data02 span, .news_area .data04 span {
    font-size: 1.5rem;
}

@media only screen and (max-width: 407px) {
    .news_area .rsdatahead .databox {
        padding-left: 0;
    }
}