/* 
	extend - export to common.scss
  */
/* ------------------------------------
	* module
* ------------------------------------ */
.obj-pc {
	display: block !important;
}

.obj-sp {
	display: none !important;
}

@media screen and (max-width: 736px) {
	.obj-sp {
		display: block !important;
	}

	.obj-pc {
		display: none !important;
	}
}

.mod-backsla {
	font-family: sans-serif;
	font-size: 20px;
}

#stage #header, #stage #content {
	width: 1000px;
}

#stage .inner-contents-bottom .area-l,
#stage .inner-contents-bottom .area-r {
	display: table-cell;
	vertical-align: top;
	float: none;
}

#stage .inner-contents-bottom .area-r {
	padding-left: 60px;
}

.wrp-contents-bottom .inner-contents-bottom {
	display: table;
	width: 100%;
}
