@charset "UTF-8";

* {
	font-family: ArialMT, "Myriad", "Myriad Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック","Osaka";;
	position: static;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: none;
}
body {
	background-image: none;
	background-repeat: repeat;
}

div#wrapper {
	position: static;
	width: 320px;
	overflow: hidden;
	background-color: #FFF;
	margin: 0px;
}
div#MobileNavigation {
	position: absolute;
	position: fixed;
	top: 0px;
	z-index: 30;
	padding: 18px 13px;
}
div#MobileNavigation span {
	color: #FFF;
	font-size: 24px;
	display: block;
	border: solid 1px #313131;
	padding: 2px 7px;
	border-radius: 5px;
	line-height: 1em;
	cursor: pointer;
	text-shadow: 0px 1px 3px #313131;
	box-shadow: 0px 1px 3px #313131,0px 0px 2px #434343 inset,0px 1px 0px #FFF;
	background: -moz-linear-gradient(top, #434343, #313131);
	background: -webkit-gradient(linear, center top, center bottom, from(#434343), to(#313131));
	background: -ms-linear-gradient(top, #434343 0%, #313131 100%);
}
div#MobileNavigation span:hover {
	background: -moz-linear-gradient(top, #7D7D7D, #434343);
	background: -webkit-gradient(linear, center top, center bottom, from(#7D7D7D), to(#434343));
	background: -ms-linear-gradient(top, #7D7D7D 0%, #434343 100%);
}
div#PageTopArrow {
	width: 30px;
	height: 30px;
	opacity: 0.4;
}
div#mobile_header {
	height: 60px;
	overflow: hidden;
	width: 320px;
	position: fixed;
	box-shadow: 0px 0px 10px #000;
	padding: 0px;
	z-index: 25;
	top: 0px;
	left: 0px;
}
div#mobile_header h1 {
	position: static;
	background-color: #333;
	text-align: center;
	padding: 0px;
}
div#mobile_header h1 a {
	line-height: 1em;
	display: block;
	padding: 0px;
	height: 60px;
	background: url(../images/logo.png?0111) no-repeat center;
	background-size: auto 100%;
	text-indent: -5000px;
}
div#wrapper div#container {
	padding: 65px 0px 0px 0px;
	width: 320px;
	float: none;
}
div#wrapper div#container article {
	width: 310px;
	margin: 0px auto;
}
div#wrapper div#container img {
	max-width: 280px;
	display: block;
	clear: both;
	margin: 0px auto;
	border-radius: 5px;
}
div#wrapper div#container p {
	clear: both;
}
div#MobileSlideNavigator {
	z-index: 20;
	padding: 60px 0px 0px 0px;
	overflow: auto;
}
nav#global,div#MobileSlideNavigator {
	height: auto;
	position: static;
	background-color: #333
}
nav#global ul,div#MobileSlideNavigator ul {
	height: auto;
	border-top: solid 1px #222;
	border-bottom: solid 1px #555;
}
nav#global ul li,div#MobileSlideNavigator ul li {
	float: none;
	display: inline;
	height: auto;
}
div#MobileSlideNavigator ul li {
	display: inline-block;
	width: 160px;
	float: left;
}
nav#global ul li a,div#MobileSlideNavigator ul li a {
	min-height: 26px;
	display: block;
	padding: 7px 15px;
	border-top: solid 1px #555;
	border-bottom: solid 1px #222;
	text-decoration: none;
	color: #B6BECC;
	text-shadow: 0px 1px 2px #000;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
}
nav#global ul li a:hover {
	background: -moz-linear-gradient(top, #434A5E, #394052);
	background: -webkit-gradient(linear, center top, center bottom, from(#434A5E), to(#394052));
	background: -ms-linear-gradient(top, #434A5E 0%, #394052 100%);
	background-color: #434A5E;
}
footer {
	background: -moz-linear-gradient(top, #434A5E, #394052);
	background: -webkit-gradient(linear, center top, center bottom, from(#434A5E), to(#394052));
	background: -ms-linear-gradient(top, #434A5E 0%, #394052 100%);
	padding: 0px 0px 50px 0px;
	border: none;
	width: 320px;
	margin: 0px;
}
footer div.container {
	width: auto;
}
footer p {
	border-top: solid 1px #3E4555;
	clear: both;
	font-size: 10px;
	color: #B6BECC;
	text-shadow: 0px 1px 2px #000;
	padding: 10px 0px;
	text-align: center;
	float: none;
}
nav.PageSelector {
	display: block;
	margin: 0px auto;
	text-align: center;
}
nav.PageSelector select {
	width: 300px;
}
div.TabClip {
	overflow-x: auto;
	cursor: pointer;
	position: relative;
}
div.TabClip div.TabClipUI {
	position: absolute;
	width: 140px;
	height: 30px;
	left: 10px;
	top: 10px;
	background-color: #000;
	opacity: 0.7;
	z-index: 5;
	border-radius: 5px;
	background-image: url(../images/tabclip.png);
	background-size: 140px 30px;
	background-repeat: no-repeat;
	background-position: center center;
}
div.TabClip table tr th {
	white-space: nowrap;
}
section#category {
	position: static;
	padding: 5px 0px 0px 0px;
	height: auto;
	width: auto;
	float: none;
	background-color: #000;
}
section#category h2 {
	float: none;
	background-color: #000;
}
section#category h2 a {
	display: block;
	width: 320px;
	height: 30px;
	background-size: 100% 100%;
	overflow: hidden;
	text-indent: -5000px;
}
section#category h2 a#ir-c_01-200-45 {
	background-image: url(../images/mh_01.gif);
}
section#category h2 a#ir-c_05-200-45 {
	background-image: url(../images/mh_02.gif);
}
section#category h2 a#ir-c_02-200-45 {
	background-image: url(../images/mh_03.gif);
}
section#category h2 a#ir-c_03-200-45 {
	background-image: url(../images/mh_04.gif);
}
section#category h2 a#ir-c_04-200-45 {
	background-image: url(../images/mh_05.gif);
}
section#category h2 a#ir-c_09-200-45 {
	background-image: url(../images/mh_06.gif);
}
section#category h2 a#ir-c_06-200-45 {
	background-image: url(../images/mh_07.gif);
}
section#category h2 a#ir-c_08-200-45 {
	background-image: url(../images/mh_08.gif);
}
section#category h2 a#ir-c_07-200-45 {
	background-image: url(../images/mh_09.gif);
}
section#category h2 a#ir-c_10-200-45 {
	background-image: url(../images/mh_10.gif);
}
section#category h2 a#ir-c_11-200-45 {
	background-image: url(../images/mh_11.gif);
}
section#category h2 a#ir-c_12-200-45 {
	background-image: url(../images/mh_12.gif);
}
section#category nav ol {
	width: 320px;
	height: 30px;
	background-image: url(../images/m.gif);
}
section#category nav ol li a {
	display: block;
	width: 100px;
	height: 30px;
	background-size: 100% 100%;
	overflow: hidden;
	text-indent: -5000px;
}
section#category nav ol li a#ir-h_01-120-45 {
	background-image: url(../images/m_01.gif);
}
section#category nav ol li a#ir-h_02-120-45 {
	background-image: url(../images/m_02.gif);
}
section#category nav ol li a#ir-h_03-120-45 {
	background-image: url(../images/m_03.gif);
}
section#category nav ol li a#ir-h_04-120-45 {
	background-image: url(../images/m_04.gif);
}
section#category nav ol li a#ir-h_05-120-45 {
	background-image: url(../images/m_05.gif);
}


section#category nav {
	background-color: #000;
	height: 30px;
	margin-bottom: 5px;
	padding: 0px 10px;
}
article {
	width: 320px;
}
article.headline_read h2 a {
	font-size: 12px;
}
article.headline h2 {
	font-size: 16px;
	border: none;
}
article.headline img {
	float: none;
	margin: 5px auto;
	border-radius: 5px;
}
article.article {
	padding: 0px 0px;
}
article.article h2 {
	font-size: 16px;
}
iframe#comment {
	width: 310px;
	margin: 10px 0px;
	border: none;
	height: 500px;
	clear: both;
}
.bg_ps4,.bg_xbox720,.bg_ps3,.bg_vita,.bg_psp,.bg_psm,.bg_xbox360,.bg_wiiu,.bg_3ds {
	background-image: none;
}
a.gamepkg {
	float: none;
	margin: 0px auto;
}
nav.pageing {
	width: 320px;
}
div#container div.tf {
	text-align: center;
}
iframe.ad {
	border: none;
	width: 320px;
	height: 50px;
}
iframe.ad_large {
	border: none;
	width: 300px;
	height: 250px;
	margin: 0px 10px;
}
iframe.fixedad {
	border: none;
	width: 320px;
	height: 50px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}
article.article time span {
	display: block;
}
div.followme {
	padding: 5px 0px 0px 0px;
	text-align: center;
	width: 100%;
}
div#mobile_header div.followme {
	position: absolute;
	top: 5px;
	right: 5px;
	width: auto;
}
div.socialButtons {
	vertical-align: bottom;
}
.fb {
	width: 90px;
}
section.images ul {
	width: 300px;
	margin: 0px auto;
}
section.images ul li {
	float: left;
	padding: 5px 5px;
}