@charset "utf-8";
/* ==================================================================
CSS information
style info : NEWS共通
================================================================== */


/* ----------------------------------------------------------------------------------------------------------------
OVERWRITE
---------------------------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------------------------
COMMON
---------------------------------------------------------------------------------------------------------------- */
.news { font-feature-settings: "palt"; letter-spacing: 0.05em; 
	background-color: #00181c;
	background-image: url("../_img/bg_sp.jpg"), url("../_img/bg_r_sp.jpg");
	background-position: top center;
	background-repeat: no-repeat, repeat-y;
	background-size: 100%; }
@media screen and (min-width: 641px) {
	.news { 
		background-image: url("../_img/bg_pc.jpg"), url("../_img/bg_r_pc.jpg");
		background-position: top center;
		background-repeat: no-repeat, repeat-y;
		background-size: calc(1920/1360*100%); }
}
@media screen and (min-width: 1361px) {
	.news { background-size: 1920px; }
}


.cate1 { background: #1fcef9; }
.cate2 { background: #fba01e; }





