@charset "utf-8";

.body_wrapper {
	position: relative;
	width: 960px;
	margin:  180px auto 0;
	padding: 0 0 80px 0;
	background: #fff;
}

.body_wrapper .whatsnew_index_title {
	font-size: 25px;
	font-weight: bold;
}

.body_wrapper .whatsnew_index_intro,
.body_wrapper .whatsnew_intro {
	margin: 40px 0 0 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
}

.body_wrapper .whatsnew_index_list {
	position: relative;
	margin: 80px 0 0;
	width: 100%;
	border-top: 1px solid #000;
}

.body_wrapper .whatsnew_index_list li {
	padding: 30px 0;
	border-bottom: 1px solid #000;
}

.body_wrapper .whatsnew_index_list a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.body_wrapper .whatsnew_index_list a:hover {
	opacity: 0.5;
}

.body_wrapper .whatsnew_index_list .photo {
	width: 280px;
	height: auto;
}

.body_wrapper .whatsnew_index_list .photo img {
	display: block;
	width: 100%;
	height: auto;
}

.body_wrapper .whatsnew_index_list .whatsnew_set {
	position: absolute;
	top: 0;
	left: 340px;
	width: calc( 100% - 340px);
	margin: 0;
}

.body_wrapper .whatsnew_index_list .whatsnew_set .category {
	position: relative;
	width: 115px;
	height: 20px;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	background: #ff5000;
	color: #fff;
}

.body_wrapper .whatsnew_index_list .whatsnew_set .title {
	margin: 8px 0 0 0;
	font-size: 20px;
	line-height: 1.35;
}

.body_wrapper .whatsnew_index_list .whatsnew_set .intro {
	height: 3em;
	margin: 4px 0 0 0;
	font-size: 16px;
	line-height: 1.5;
}
 
.body_wrapper .whatsnew_index_list .whatsnew_set .date {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	line-height: 1;
	border-bottom: 1px solid #636261;
}
 
.body_wrapper .whatsnew_index_list .whatsnew_set .readmore {
	position: relative;
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0;
	font-size: 13px;
	color: #ff5000;
}
.body_wrapper .whatsnew_index_list .whatsnew_set .readmore::before {
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 1px solid #ff5000;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.body_wrapper .whatsnew_index_list .whatsnew_set .readmore::after{
	position: absolute;
	top: 0;
	bottom: 4px;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-right: 1px solid #ff5000;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}





/** ====================================== **/
@media screen and (max-width: 1000px) {

.body_wrapper {
	position: relative;
	width: auto;
	margin:  140px 20px 0;
	padding: 0 0 60px 0;
	background: #fff;
}

.body_wrapper .whatsnew_index_list {
	position: relative;
	margin: 60px 0;
	width: 100%;
	border-top: 1px solid #000;
}

.body_wrapper .whatsnew_index_list .whatsnew_set {
	position: absolute;
	top: 0;
	left: 300px;
	width: calc( 100% - 300px);
	margin: 0;
}

.body_wrapper .whatsnew_index_list .whatsnew_set .intro {
	height: 3em;
	margin: 4px 0 0 0;
	font-size: 14px;
	line-height: 1.5;
}


}



/** ====================================== **/
@media screen and (max-width: 768px) {

.body_wrapper {
	position: relative;
	width: auto;
	margin:  120px 20px 0;
	padding: 0;
	background: #fff;
}

.body_wrapper .whatsnew_index_list {
	border-top: none;
}

.body_wrapper .whatsnew_index_list li {
	padding: 0 0 60px 0;
	border-bottom: none;
}

.body_wrapper .whatsnew_index_list .photo {
	width: 100%;
	height: auto;
}

.body_wrapper .whatsnew_index_list .whatsnew_set {
	position: relative;
	top: 10px;
	left: 0;
	width: 100%;
	margin: 0;
}

}


/** ====================================== **/
@media screen and (max-width: 590px) {

}


/** ====================================== **/
@media screen and (max-width: 550px) {

}




/** ====================================== **/
@media screen and (max-width: 414px) {

}




