@charset "utf-8";
/* 
CSS Information
 File name:      index.css
 Author:         Administrator
 Style Info:     /sp/index.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */
#wrapper {
	margin-top: 0!important;
}

#header {
	position: static;
}

/* #main
********************************** */
#content {
	padding: 50px 0 10px;
	background: url(../img/index/bg_content01.jpg) no-repeat center top, url(../img/index/bg_content02.png) repeat-x center bottom;
	-webkit-background-size: 196px auto, 320px auto;
	background-size: 196px auto, 320px auto;
	text-align: center;
}

#content .logo {
	margin: 0 10px 10px;
	text-align: center;
}

#content .logo img {
	width: 90%;
}

#content p {
	margin: 0 10px 10px;
	text-align: center;
}

#content p strong {
	font-weight: bold;
}

.btn.entrance {
	margin-top: 40px;
}

.btn.entrance li a {
	background-image: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 25%, rgba(255,255,255,0) 26%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.25) 51%, rgba(255,255,255,0.25) 75%, rgba(255,255,255,0) 76%, rgba(255,255,255,0) 100%), -moz-linear-gradient(top,  rgba(196,137,255,1) 0%, rgba(255,186,248,1) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 25%,rgba(255,255,255,0) 26%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0.25) 75%,rgba(255,255,255,0) 76%,rgba(255,255,255,0) 100%), -webkit-linear-gradient(top,  rgba(196,137,255,1) 0%,rgba(255,186,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(135deg,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 25%,rgba(255,255,255,0) 26%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0.25) 75%,rgba(255,255,255,0) 76%,rgba(255,255,255,0) 100%), linear-gradient(to bottom,  rgba(196,137,255,1) 0%,rgba(255,186,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-repeat: repeat, repeat;
	-webkit-background-size: 6px 6px, auto;
	background-size: 6px 6px, auto;
	-webkit-box-shadow: 0 2px 0 #8131d2;
	box-shadow: 0 2px 0 #8131d2;
	color: #fff;
	text-shadow: 1px 1px 0 #8131d2;
	font-size: 26px;
}

.btn.entrance li a[href^="http"] {
	background-image: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 25%, rgba(255,255,255,0) 26%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.25) 51%, rgba(255,255,255,0.25) 75%, rgba(255,255,255,0) 76%, rgba(255,255,255,0) 100%), -moz-linear-gradient(top,  rgba(113,113,113,1) 0%, rgba(210,210,210,1) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 25%,rgba(255,255,255,0) 26%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0.25) 75%,rgba(255,255,255,0) 76%,rgba(255,255,255,0) 100%), -webkit-linear-gradient(top,  rgba(113,113,113,1) 0%,rgba(210,210,210,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(135deg,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 25%,rgba(255,255,255,0) 26%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0.25) 75%,rgba(255,255,255,0) 76%,rgba(255,255,255,0) 100%), linear-gradient(to bottom,  rgba(113,113,113,1) 0%,rgba(210,210,210,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-box-shadow: 0 2px 0 #717171;
	box-shadow: 0 2px 0 #717171;
	text-shadow: 1px 1px 0 #717171;
}

.btn.entrance li a::before {
	content: "";
	display: inline-block;
	margin: -3px 5px 0 0;
	border: 7px solid transparent;
	border-left: 10px solid #fffdeb;
	vertical-align: middle;
}

.btn.entrance li a:hover {
	top: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}


p.under18 {
	padding-top: 85px;
	background: url(../img/index/icon_under18.png) no-repeat center top;
	-webkit-background-size: 75px auto;
	background-size: 75px auto;
}
