@charset "UTF-8";
@import url("./common/reset.css");
@import url("./common/advanced.css");
@import url("./common/base_index.css");

/*------------------------------------------------------------
年齢認証
-------------------------------------------------------------*/
html {
	background: #FFEEEE;
}
body.index_bg {
	background: #FFEEEE url(../images_design/index/bg_1.jpg) no-repeat center top;
}

.index_logo {
	height: 350px;
}

.enter_outer {
	width: 420px;
	height: 370px;
	background: url(../images_design/index/bg_2.png) no-repeat 0 0;
	margin: 0 auto;
}

.co-pink.co-link a:hover {
	color: #E94A6F!important;
	text-decoration: none!important;
}

a:hover {
	text-decoration: none!important;
}