@charset "UTF-8";
/* CSS Document */

/*mv*/

.mv2 .arc {
	background: url(../images/mv_bg.jpg)center top no-repeat;
	background-size: cover;
}
.table_2clm.deco {
	position: relative;
}
.table_2clm.deco:before {
	content: "";
	position: absolute;
	background: url(../images/nekkan_deco1.png);
	background-size: cover;
	width: 160px;
	height: 100px;
	top: 0;
	left: 10%;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
}
.table_2clm.deco:after {
	content: "";
	position: absolute;
	background: url(../images/nekkan_deco2.png);
	background-size: cover;
	width: 160px;
	height: 100px;
	top: 0;
	right: 10%;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
}

/* for Tablet
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
}

/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
/*SP*/
 

.table_2clm.deco:before {
	width: 80px;
	height: 50px;
	top: 0;
	left: 0%;
}
.table_2clm.deco:after {
	width: 80px;
	height: 50px;
	top: 0;
	right: 0%;
}
}
/*/*/
