@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	}
html,body{
	height: 100%;
	}

body{
	text-align: center;
	background: url(../img/bg.gif) no-repeat center top #000;
	}

/* -------- index -------*/
#w-to-oki{
	position: relative;
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
	}
	
#w-to-oki ul.ph-menu{
	padding-top: 500px;
	}

#w-to-oki ul.ph-menu li{
	font-size: 14px;
	margin-bottom: 15px;
	}	
#w-to-oki ul.ph-menu li a{
	display: block;
	color: #fff;
	padding: 5px 15px;
	background-color: #E71057 !important;
	}
#w-to-oki ul.ph-menu li a:hover{
	color: #E71057;
	background-color: #121212 !important;
	}

#w-to-oki-global ul{
	padding-top: 30px;
	width: 400px;
	margin: 0 auto;
	}
#w-to-oki-global ul li{
	display: inline;
	padding: 0px 2px;
	font-size: 1.2em;
	padding-bottom: 30px;
	}