@charset "UTF-8";
/* CSS Document */


/*============================================================================================

	header
	
============================================================================================*/

header{
	position:relative;
	background:#fdeff5;
}

header h1{
	padding:2px 0;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	background:#000;
}

header h2{
	margin-left:10px;
	z-index:1;
}

header nav{
	position:absolute;
	top:23px;
	right:10px;
}

div#registButton{
	position:absolute;
	top:22px;
	right:0;
	widows:106px;
	height:54px;
}

div#imageGirl{
	position:absolute;
	top:19px;
	right:0;
	widows:146px;
	height:60px;
}

/*-----------------------------
	sabNav
-----------------------------*/

ul#sabNav{
	font-size:12px;
	width:100%;
	text-align:center;
	border-top:1px solid #CCC;
	/*border-bottom:1px solid #CCC;*/
}

ul#sabNav::after{
	content:'';
	display:block;
	clear:both;
}

ul#sabNav li{
	width:33%;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-bottom:1px solid #FFF;
	border-right:1px solid #ff9d60;
	border-left:1px solid #fff;
}

ul#sabNav li a{
	display:block;
	color:#333;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
	-moz-text-shadow:1px 1px 1px #fff;
	-webkit-text-shadow:1px 1px 1px #fff;
	padding:10px 0;
	background:url(/img/sp/iconImg02.png) no-repeat , -moz-linear-gradient(top,  #ffda42 0%, #ffa73d 100%);
	background:url(/img/sp/iconImg02.png) no-repeat , -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffda42), color-stop(100%,#ffa73d)); 
	background:url(/img/sp/iconImg02.png) no-repeat , -webkit-linear-gradient(top,  #ffdb41 0%,#ffa73d 100%);
	background-position: 95% center;
	background-repeat:no-repeat;
}


ul#sabNav li:nth-child(3),
ul#sabNav li:nth-child(6){
	border-right:0;
	width:34%;
}

ul#sabNav li:nth-child(4),
ul#sabNav li:nth-child(5),
ul#sabNav li:nth-child(6){
	border-bottom:none;
}


/*============================================================================================

	footer
	
============================================================================================*/

footer{
	text-align:center;
}

p#footerMenu{
	font-size:12px;
	color:#FFF;
	text-align:center;
	letter-spacing:0.05em;
	border-radius:0;
	font-weight:bold;
	padding:8px 0;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	background: -moz-linear-gradient(left,  #ffaaac 0%, #ffaf84 25%, #ff67a6 75%, #ffaf84 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffaf84), color-stop(25%,#ff67a6), color-stop(75%,#ff67a6), color-stop(100%,#ffaf84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffaf84 0%,#ff67a6 25%,#ff67a6 75%,#ffaf84 100%); /* Chrome10+,Safari5.1+ */
	border-bottom:2px solid #FFF;
	background-size:100% , 100%;
	box-shadow:1px 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.5);
	margin-bottom:0;
}

div#footerInner{
	padding:10px;
}

div#footerInner ul{
	border-radius:5px;
	overflow:hidden;
	border:2px solid #FFF;
	box-shadow:1px 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.5);
}

div#footerInner ul li{
	font-size:10px;
	float:left;
	width:33%;
	border-bottom:1px solid #CCC;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-sizing:border-box;
	border-left:1px solid #FFF;
	border-right:1px solid #999;
}


div#footerInner ul li:nth-child(1),
div#footerInner ul li:nth-child(4){
	border-left:none;
}

div#footerInner ul li:nth-child(3),
div#footerInner ul li:nth-child(6){
	border-right:none;
	width:34%;
}

div#footerInner ul li a{
	display:block;
	font-weight:bold;
	padding:10px 0;
	color:#333;
	width:100%;
	text-shadow:1px 1px 1px #fff;
	-moz-text-shadow:1px 1px 1px #fff;
	-webkit-text-shadow:1px 1px 1px #fff;
	background:-moz-linear-gradient(top,  #efefef 0%, #c9caca 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#c9caca)); 
	background:-webkit-linear-gradient(top,  #efefef 0%,#c9caca 100%);
}

footer small{
	display:block;
	font-size:10px;
	color:#FFFFFF;
	padding:5px 0;
	background:#000;
}















































