@charset "shift-jis";

/* --------------------------------------------------------------

override for tablet and smart phone

-------------------------------------------------------------- */


/*=====================================================
__5. rounded corners section
=====================================================*/
.roundSec {
	width: auto;
	background-image: none;
	background-color: #fff;
	border: 1px solid #a3a3a3;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.roundSec .roundSecBtm { background-image: none; }
.roundSec .roundSecHead {
	background: url(/image70/EntertainmentMall2/bg_round_head.gif) no-repeat -1px -1px;
	-o-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
