@charset "shift_jis";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*共通*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
a,a:link,a:active,a:hover,a:visited{text-decoration: none; color:#000}
.mb20{ margin-bottom:20px;}
.mb50{ margin-bottom:50px}
.fl{ float:left}
.fr{ float: right}
img{ vertical-align:bottom}
.w100{ width:100%}

/* page-top */
#page-top { position: fixed; bottom: 50px; right: 20px; z-index: 1000; 
}

/*--------------------------------------------------------------*/
body { font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif; text-align: center; width: 100%; display:block}
header,#container,footer{max-width:750px; overflow:hidden;margin:0 auto;}
header,.enter,.leave{ position:relative;}
.enter,.leave{ }
header img,.enter img,.leave img{z-index:10}
header a{ position:absolute; z-index:10; width:52%; top: 0px; height: 90%; left: 45%; }
.enter a{ position:absolute; z-index:10; width:63%; top: 67%; height: 20%; left: 32%;  }
.leave a{ position:absolute; z-index:10; width:30%; top: 67%; height: 18%; left: 65%;  }
.copyright{ font-size:10px; padding:25px 0;}.link{ text-align: center; width:100%; margin: 0 auto; }
.link ul { display: block; margin:0 auto 10px; min-height: 50px;text-align: center;}
.link ul li { width: 32%;display: block;
float: left;
height: 50px;
list-style-type: none;text-align: center;
}
li:nth-child(3n-1) {margin: 0 2%;
}
