@charset "utf-8";



/* webfont
----------------------------- */
li a {	/* 入り口ボタンの文字 */
	font-family: 'Antic Didone', Meiryo, serif;
}



.box {
	margin-top: 5%;
}

.box p {
	text-align: center;
}

#index_logo {
	text-align: center;
	padding: 2em 0 4em;
}


/* 入り口ボタン
----------------------------- */
#inbtn {
	display: block;
	text-align: center;
	margin: auto;
	border-top: 1px dashed #999;
}
#inbtn li {
	list-style: none;
	display: inline-block;
}

#inbtn li:first-child:after {
	content: "";
	display: block;
	width: 0.1em;
	height: 2.5em;
	margin-top: -5.5em;
	float: right;
	border-left: 1px dashed #999;
}

#inbtn a {
	font-size: 3rem;
	padding: 1em 2em;
	display: block;
}

#inbtn a:link, #inbtn a:visited {
	color: #444;
	text-shadow: 3px 3px 0 #ccc;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#inbtn a:hover, #inbtn a:active {
	color: #222;
	text-shadow: 0 0 0 #fff;
	-moz-transform: translate3d(0,3px,0);
	-webkit-transform: translate3d(0,3px,0);
	-ms-transform: translate3d(0,3px,0);
}
