@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
*:focus {
  outline: none;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	background-color:#51abca;
}
html, body {
	height:100%;
	min-height:100%;
}
ul li {
	list-style: none;
}
p, li, dt, dl {
	line-height: 1.0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
img {
	border: 0;
	vertical-align:bottom;
}
a:link {
	text-decoration: none;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
}
a:focus {
}
.clearfix:after {
	content:".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.clear {
	clear: both;
	display: none;
}

/*HEADER*/
.header{
	width:100%;
	height:33px;
	background:url(../images/header_bg.png) 0 0 repeat-x;
	background-size:5px 33px;
	margin-bottom:-5px;
	padding:5px 7px;
	position:relative;
}
.header .logo_hardware li{
	position:absolute;
}
.header .logo_wiiu{
	top: 6px;
	right: 102px;
	width: 66px;
	height: 16px;
	border-right: 1px solid #9fa0a0;
}
.header .logo_3ds{
	top: 7px;
	right: 10px;
}
.header_top{
	width:100%;
	height:40px;
	background:url(../images/header_bg2.png) left bottom repeat-x;
	background-size:5px 57px;
	margin-bottom:-5px;
	padding:5px 0;
	position:relative;
}
.header_top .logo_hardware li{
	position:absolute;
}
.header_top .logo_wiiu{
	top: 10px;
	right: 102px;
	width: 66px;
	height: 16px;
	border-right: 1px solid #9fa0a0;
}
.header_top .logo_3ds{
	top: 9px;
	right: 10px;
}

.header_top p{
	position:absolute;
	bottom:5px;
}