@charset "UTF-8";
@import url("reset.css");
@import url("advanced.css");
@import url("grouplink.css");
a img {	opacity: 1;	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out; }
a:hover img {	opacity: .5; }
/*BODY*/
body,html {/*background: #fff url(/pc/images_design/common/common_bg.jpg) repeat 0 0;*/ }

/*COMMON*/
.index_header img,.index_enter_btn img { display: block; }
#sitecopy,#index_logo,.index_enter_btn ul,.index_enter_btn ul{width: 1110px;}
#sitecopy,#index_logo,.index_enter_btn ul{margin: 0 auto;}
.index_enter_btn ul { position: relative; }

/*HEADER*/
.index_header { background: url(/pc/images_design/index/index_logo_bg.jpg) repeat-x center top; }
#sitecopy {  height: 18px; font-size: 10px; line-height: 18px; color: #fff; }
#index_logo { height: 300px; position: relative; }
#index_logo img { position: absolute; left: 66px; top: 44px;}

/*ENTER LEAVE*/
.index_enter_btn,.index_enter_btn ul {height: 80px;}
.index_enter_btn { background: #32be17; }
.index_enter_btn ul { background: url(/pc/images_design/index/index_ul_bg.png) no-repeat 0 0;}
.index_enter_btn li:nth-child(1) { position: absolute; left: 710px; top: 0; }
.index_enter_btn li:nth-child(2) { position: absolute; left: 910px; top: 0;}

.covid{ text-align: center; padding: 20px 0 5px;}

/*FOOTER*/
.index_footer { background: #fff;border-top: 10px solid #4be11e; text-align: center; padding: 35px 0 40px 0; }
.index_footer p { margin-top: 1.0em; font-size: 10px; line-height: 14pt; color: #333; }

.clearfix{ display: inline-block; overflow: hidden; zoom: 1;}

.clearfix:after{
	visibility: hidden;
	display: block;
	content: ".";
	height: 0;
	clear: both;
}
