@charset "UTF-8";

@import url("../../css/common/common.css");
@import url("../../css/common/format.css");
@import url("../../css/common/layout.css");
@import url("../../css/common/font.css");
@import url("../../css/common/platinum.css");

/* layout */

#entrance {
	width: 950px;
	margin:  0 auto;
	text-align: center;
}
#entrance #select {
	padding-top: 45px;
	margin-bottom: 65px;
	width: 950px;
	height: 380px;
	text-align: center;
	background: url("../images/select/select_bg.gif") no-repeat 0 0;
}

#entrance #select .select-01 {
	margin-bottom: 13px;
}
#entrance #select .select-02 {
	margin-bottom: 18px;
}
#entrance #select .select-card {
	margin: 0 auto;
	width: 658px;
	
}
#entrance #select .select-card-platinum {
	float: left;
}
#entrance #select .select-card-sbs {
	float: right;
}
