body {font-size:12px; margin:0;}
td {font-size:12px; vertical-align:top;}
img {border:0px;}
p{margin: 0;}
hr {
	display:block;
	color:#fff;
	height: 0;
	border: 0;
	border-top: 1px dotted #ccc;
}
.clear {clear:both;}
.clear hr {display:none;}


.hedder {
	background-color: #f90;
	min-width: 1005px;
	padding-bottom: 3px;
}
.hedder h1 {background-color: #333; color: #efefef; font-size: 11px; font-weight:normal; margin: 0 0 2px 0; padding: 3px 10px;}
.site_title {
	width: 190px;
	box-sizing: border-box;
	padding: 12px 6px 0;
	margin-right: 8px;
	text-align: center;
	float: left;
}
.site_title h2 {
	margin: 0 0 5px;
	font-size: 20px;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
.site_title a {text-decoration:none; color:#000;}

.navi {background-color: #454545; padding:2px 0;}
.navi ul {list-style-type: none; margin:0; padding:0; min-width:1005px;}
.navi li {float: left; background-color: #333;}
.navi a {
	color: #fff; text-decoration:none; display:inline-block; font-size:11px; font-weight: bold; padding: 10px 10px; border-top:1px solid #999; border-right:1px solid #000;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#666666),to(#000000));
	background-image: -moz-linear-gradient(top, #666666, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#666666, endcolorstr=#000000));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#666666, endcolorstr=#000000))";
	background: -ms-linear-gradient(top, #666666 #000000);
	background: linear-gradient(to bottom, #666666, #000000);
	zoom: 1;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
.navi a:hover {background-color:#06c; text-decoration:underline; color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#0099ff),to(#003399));
	background-image: -moz-linear-gradient(top, #0099ff, #003399);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0099ff, endcolorstr=#003399));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0099ff, endcolorstr=#003399))";
	background: -ms-linear-gradient(top, #0099ff #003399);
	background: linear-gradient(to bottom, #0099ff, #003399);
	zoom: 1;
}

.navi_ot {background-color: #666; color:#ccc; padding: 3px 0 3px 6px; box-sizing: border-box;}
.navi_ot ul {list-style-type: none; margin:0; padding:0; min-width:1005px;}
.navi_ot li {float: left; background-color:#fff; padding:6px 10px; margin-right: 6px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));
	background-image: -moz-linear-gradient(top, #ffffff, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#efefef));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#efefef))";
	background: -ms-linear-gradient(top, #ffffff #efefef);
	background: linear-gradient(to bottom, #ffffff, #efefef);
	zoom: 1;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.navi_ot a {color:#c30; font-weight:bold;}
.navi_ot a:hover {color:#09f;} 

#googlesearch form {display: inline;}
#googlesearch input {width:80px; margin: 2px 0;}
#googlesearch {text-align:center; margin:2px auto 6px; padding: 5px 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));
	background-image: -moz-linear-gradient(top, #ffffff, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#efefef));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#efefef))";
	background: -ms-linear-gradient(top, #ffffff #efefef);
	background: linear-gradient(to bottom, #ffffff, #efefef);
	zoom: 1;
	border: 1px solid #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#googlesearch span {font-weight:bold; color:#c30;}


/* トップページ */
#news table {
	border: 2px solid #f90;
	border-collapse: collapse;
	margin-bottom: 0;
	width: 602px;
}
#news td {padding:2px 4px;}
#news img { width:53px; height:13px;}

#rerank {text-align:center;
	border: 2px solid #f90;
	margin-bottom: 3px;
	width: 204px;
	color:#999;
}
#rerank h5 {
	background-color: #f90;
	color: #fff;
	margin: 0 0 2px 0;
	padding: 3px;
	font-size: 11px;
}
#rerank img {
	margin: 2px 0;
	vertical-align: middle;
}
.rank_t {
	background-color: #9cf;
	color: #000;
	font-weight: bold;
	padding: 3px 0;
	margin: 3px 0;
}
#sirank table {
	border-collapse: collapse;
	border: 1px solid #f90;
	margin-top: 5px;
	margin-bottom: 5px;	
}
#sirank td {
	font-size: 10px;
	padding: 2px 1px;
	border-bottom: 1px dotted #ffd5d5;
}
#rcenter {
	width: 200px;
	text-align: center;
}

.movie_newcnt {
	border: 1px solid #f90;
	padding-bottom: 5px;
	margin: 8px 0;
	text-align: left;
}
.movie_newcnt h5 {margin:0 0 6px; padding:3px; background-color: #f90; color:#fff; font-size:13px;}
.movie_newcnt ul {margin-left:0; padding-left:20px;}
.movie_newcnt li {margin-left:0; padding:3px;}


.icon {margin:0 1px;}


/* ジャンル一覧 */

.menu table{
	font-size:12px;
	background : #ff9900;
}
.menu td{background : #ffffff; padding: 1px 4px; line-height:120%;}
.revt td {text-align:center;}
.revt hr {
	display:block;
	color:#fff;
	height: 0;
	margin: 0;
	border: 0;
	border-top: 1px dotted #ccc;
}
#subttl {
	background-color: #ff9900;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 3px;
}

#ceng {
	border: 2px solid #ff9900;
}
.left {
	float: left;
	margin-right: 1em;
	width: 150px;
	height: 100px;
}
.gname {
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}
.btline {border-bottom: 1px solid #ffd5d5;}

.categ table{
	width: 250px;
	font-size:12px;
	border: 2px solid #ff9900;
	border-collapse: collapse;
}
.categ td {
	border-bottom: 1px dotted #ffd5d5;
	padding: 2px 0 2px 10px;
}




/* レビュー */
#hotn {
	font-size: 13px;
	line-height: 130%;
	text-align:left;
	padding: 5px 20px;
}
#hotnin {padding: 5px 10px;}
#hotnin td {padding: 2px 0px 2px 4px;}
.hotn_left {
	float: left;
	margin: 2px 1em 2px 0;
	width: 150px;
	height: 100px;
}
#hotn hr {
	display:block;
	color:#fff;
	height: 0;
	margin: 0;
	border: 0;
	border-top: 1px dotted #ccc;
	clear:both;
}
.date_tright {color:#999; text-align:right; margin-top:3px; margin-bottom: 0px;}

.revsm {font-size:10px; color:#666666;}
.revinputbtm {
	border-style: none;
	overflow: hidden;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	margin: 3px;
	padding:3px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#008A9A), to(#00EEE5)); 
	background-image: -moz-linear-gradient(top, #008A9A, #00EEE5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#008A9A, endcolorstr=#00EEE5));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#008A9A, endcolorstr=#00EEE5))";
	background: -ms-linear-gradient(top, #008A9A, #00EEE5);
	background: linear-gradient(to bottom, #008A9A, #00EEE5);

	zoom: 1;
	background-color: #008A9A;
	text-shadow: 1px 2px 3px #004B66;
	border: 1px solid #004B66;
}

#revtable table {
	word-break: break-all;
	word-wrap: break-word;
	border: 2px solid #f90;	border-collapse: collapse;
}
#revtable td {
	border: 1px solid #ffd5d5;
	text-align:center;
}

.bdorg {border:1px solid #ff9900; text-align:center; padding-bottom: 8px;}
.bdorg h1 {background-color:#ff9900; color:#ffffff; margin:0; padding: 3px; font-size:28px;}
.bdorg h4 {color:#0099cc; font-size:15px; border-bottom:1px solid #0099cc; margin: 8px 30px;}
.bdorg table {margin:5px auto;}
.bdorg td {padding:0 5px;}
.rightb {padding-left:15px;}
.revttl {background-color:#ff9900; color:#ffffff; margin:0; padding: 3px; padding:5px; font-size:18px; text-align:center;}

.osulink:before {
	border:10px solid transparent;
	border-right-color:#ffffff;
	border-left-width:0;
	left:-9px;
	content:"";
	display:block;
	top:10px;
	position:absolute;
	width:0;
	z-index:1;
}
.osulink:after {
	border:10px solid transparent;
	border-right-color:#666;
	border-left-width:0;
	left:-10px;
	content:"";
	display:block;
	top:10px;
	position:absolute;
	width:0;
}
.osulink p {padding: 3px 4px; margin:0; color: #000; line-height:130%;}
#linkright {
	text-align: right;
	padding: 15px 5px 5px;
	font-weight: bold;
}
.revkizi {
	border: 1px solid #ff9900;
	padding: 10px 5px 5px;
}
.revkizi hr {
	display:block;
	color:#fff;
	height: 0;
	margin: 0;
	border: 0;
	border-top: 1px dotted #ccc;
	clear:both;
}

.rpimg {
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
	-webkit-border-top-left-radius: 8px;  
	-moz-border-radius: 8px;   
	border-radius: 8px; 
}
.revpt {margin:0; padding:0;}
.revpt ul {list-style-type:none; margin: 3px 0 0; padding:0;}
.revpt span {
	display: inline-block;
	background-color: #336699;
	color: #ffffff;
	padding: 2px 5px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: normal;
	-webkit-border-top-left-radius: 8px;  
	-moz-border-radius: 8px;   
	border-radius: 8px; 
}
.revpt li {
	float: left;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #cc0000;
}
.rvf {
	font-size: 13px;
	padding: 4px 6px;
	margin: 5px 0 2px;
	-webkit-border-top-left-radius: 8px;  
	-moz-border-radius: 8px;   
	border-radius: 8px; 
	color: #ffffff;	
	width: 120px;
	text-align:center;
}
.good {background-color:#09f;}
.bad {background-color:#c00;}
.revkizi p {margin-top:0; padding:0 15px; line-height:150%;}
.tkname {color:#669966; font-weight:bold;}

.tblwht {background-color:#ffffff;}

.revptleft {
	display: inline-block;
	background-color: #336699;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 5px 3px 10px;
	margin-bottom: 3px;
	width: 100px;

	-webkit-border-top-left-radius: 8px;  
	-moz-border-radius: 8px;   
	border-radius: 8px; 
}

.tkrevbox {
	border: 2px solid #ff9900;
	margin: 2em 0;
	color: #666666;
}
.tkrevbox h5 {
	background-color: #ff9900;
	color: #660000;
	font-size: 15px;
	padding: 4px;
	margin: 0;
	text-align: center;
}
.tkrevbox table {margin:8px;}
.tkrevbox td {padding:2px 0;}
.tkrevbox textarea {font-size:13px; line-height:130%; margin-left:10px; width:630px; height:110px;}
.tokobtn {padding:5px 20px;}

.leftrvlk {
	font-size: 11px;
	text-align: center;
}
.leftrvlk hr {
	display:block;
	color:#fff;
	height: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #fff;
}
.leftrvlk img {padding-top:2px; padding-bottom:8px;}

.revpthed {
	padding: 5px;
	margin-bottom: 3px;
	background-color: #ffffcc;
}



/* 詳細 */

.table1 { 
	width: 730px;
	border-collapse: collapse;
	border: 1px #ff9900 solid;
	margin: 0 auto 8px;
} 
.table1 td {line-height:140%;} 

.td1 {background-color:#ffffff; }
.table5 { 
width: 700px; /* テーブルの横幅 */ 
border-collapse: collapse; /* 枠線の表示方法 */ 
}

.table2 {margin: 0 auto 8px;}
.table2 img {max-width:720px;margin:0;}
.table4 td {border: 1px #000000 solid;}
.table4 {width: 250px; border: 0px #ffffff solid; border-collapse: collapse;}

.gname {
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}
#snews_td {padding: 2px 5px; vertical-align:bottom;}
.snews_right {float: right; font-weight:bold; font-size:12px; padding-top:5px;}
.rsbox {border:2px solid #ff9900; margin-left:5px; line-height:150%; width:770px; text-align:center;}
.rsbox h1 {color:#ffffff; background-color:#ff9900; padding:10px; margin:0; font-size:28px;}
.rsbox h2 {color:#ffffff; background-color:#006699; padding:7px 15px; margin:15px 10px 5px; font-size:16px; text-align:left;}
.rsbox h3 {color:#ffffff; background-color:#0099cc; padding:5px 15px; margin:15px 10px 5px; font-size:14px; text-align:left;}
.ginfo {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	border-top:1px solid #C8E3C8;
	border-left:1px solid #C8E3C8;
	border: 1px solid #999999;
	margin: 5px auto 10px;
	width: 90%;
}
.ginfo td {
	padding: 5px 10px;
	text-align: center;
	vertical-align: top;
	border-right:1px solid #cccccc;
}
.blackgd {
	color: #ffffff;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#999999)); 
	background-image: -moz-linear-gradient(top, #000000, #999999);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#000000, endcolorstr=#999999));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#000000, endcolorstr=#999999))";
	background: -ms-linear-gradient(top, #000000, #999999);
	background: linear-gradient(to bottom, #000000, #999999);
	zoom: 1;
	background-color: #333333;
	text-shadow: 1px 2px 3px #000000;
}
.dltxt {text-align:left;}
.dltxt dt {
	margin-left: 20px;
	margin-right:20px;
	margin-bottom:5px;
	font-size:14px;
	font-weight: bold;
	color: #009900;
	border-bottom: 1px solid #009900;
}
.dltxt dd {
	padding-right:30px;
	padding-bottom:10px;
}
.sstbl {margin:3px auto 15px;}
.sstbl img {vertical-align:bottom; border:1px solid #cccccc; padding:2px;}
.pointtbl {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	border-top:1px solid #ffcc00;
	border-left:1px solid #ffcc00;
	margin: 5px 20px 10px;
}
.pointtbl td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	width: 50%;
	line-height: 140%;
	border-right:1px solid #ffcc00;
	border-bottom:1px solid #ffcc00;
}
.pointtbl h4 {
	margin:0 0 5px;
	padding:0 0 0 10px;
	color: #ff6600;
	font-size: 14px;
	border-bottom: 2px dotted #ff9900;
}
.pointtbl span {background-color:#afeeee; padding:3px 5px;}

.dousa {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	border-top:1px solid #C8E3C8;
	border-left:1px solid #C8E3C8;
	border: 2px solid #999999;
	margin: 5px auto 10px;
	width: 80%;
}
.dousa td {
	padding: 5px 10px;
	text-align: center;
	vertical-align: top;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.dousa_hed {background-color:#333333; color:#ffffff; font-weight:bold; font-size:13px;}
.dousa_left {background-color:#666666; color:#ffffff; font-weight:bold; font-size:13px;}
.sh3_right {display:inline-block; float:right; color:#ffffff; font-size:12px;}
.sh3_right a {font-weight:bold; font-size:12px; padding-top:0px; color:#ffffff;}
.movie {padding-bottom:1em;}
.movie h4 {
	font-size: 15px;
	color: #0099cc;
	margin: 10px 0 0;
	padding: 0;
}
.gs_end {
	font-weight:bold;
	background-color:#cccccc;
	border: 1px solid #999999;
	font-size: 15px;
	width: 300px;
	padding: 10px;
	margin: 1em auto;
}
.topbtn {padding-top:6px; padding-bottom:2px;}
.topbtn a {border:0; margin:0; padding:0;}
.topbtn img {border:0; margin:0; padding:0;}
.fotbtn {padding:16px 0;}

.syo_btmlink {
	border: 1px solid #f90;
	padding: 2px;
	margin: 8px 15px;
	text-align: center;
	max-width: 720px;
}
.syo_btmlink h6 {
	font-size: 13px;
	background-color: #F5DEB3;
	margin: 0 0 3px;
	padding: 4px 8px;
	text-align: left;
}






/* ニュース */

#gabout {
	border: 1px solid #ccc;
	padding: 5px;
}
.rev_left {
	float: left;
	margin-right: 1em;
	width: 150px;
	height: 200px;
}
.gname {
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}
.btline {
	border-bottom: 1px solid #ffd5d5;
}
#rev_rel {
	background-color: #ccc;
	padding: 3px 5px;
}

#ntxt {
	padding: 10px 20px;
	font-size: 13px;
	line-height: 150%;
}
#ntxt h4 {
	background-color: #333;
	color: #fff;
	font-size: 17px;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 12px;
	text-align: center;
}
#ntxt h5 {
	background-color: #ffd5d5;
	color: #000;
	font-size: 13px;
	padding: 3px 5px;
	margin-bottom: 12px;
}
#ntxt h6 {
	color: #fff;
	font-size: 13px;
	padding: 2px 5px;
	margin-top: 10px;
	margin-bottom: 3px;
}

#img_sam img {
	width: 270px;
	height: 160px;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
#img_sam {
	margin: 8px auto;
	text-align: center;
}
#img_free img {
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
#img_free {
	margin: 8px auto;
	text-align: center;
}
.h6_right {
	float: right;
	color: #fff;
	font-weight: normal;
}
.h6_right a {color: #fff;}
#rela_td hr {
	display:block;
	color:#fff;
	height: 0;
	margin: 0;
	border: 0;
	border-top: 1px dotted #ccc;
	clear:both;
}
.date_tright {color:#999; text-align:right; margin-top:3px; margin-bottom: 0px;}
.mini_left {
	float: left;
	margin: 0 1em 0 0;
	width: 80px;
	height: 50px;
}



#cop_g {
	border: 1px solid #c00;
	background-color: #FFF0F5;
	padding: 3px 5px 5px 5px;
	margin-bottom: 5px;
}
#cop_g h5 {
	color: #c00;
	font-size: 12px;
	border-bottom: 2px solid #c00;
	margin: 3px 0;
	text-align: center;
}
#nt_g {
	border: 1px solid #39f;
	background-color: #E0FFFF;
	padding: 3px 5px 5px 5px;
}
#nt_g h5 {
	color: #36c;
	font-size: 12px;
	border-bottom: 2px solid #36c;
	margin: 3px 0;
	text-align: center;
}

#rank_g {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#rank_g h5 {
	background-color: #f90;
	color: #fff;
	font-size: 12px;
	margin: 3px 0;
	padding: 3px 0;
}
#rank_g img {
	margin-bottom: 3px;
}

.graydot{
	display:block;
	color:#fff;
	height: 0;
	margin: 0 0 5px 0;
	border: 0;
	border-top: 1px dotted #ccc;
}

#form_ncom dl {
	font-size: 12px;
	margin: 5px 10px;
	padding: 5px 10px;
	line-height: 16px;
	background-color: #FFF8DC;
	width: 530px;
	word-wrap: break-word;
	word-break: break-all;
}
#form_ncom dt {margin-bottom:0;}
#form_ncom dt span {color:#999999;}
#form_ncom dd {margin: 0 0 6px 20px;}
#form_ncom input {margin-bottom:4px;}
#form_ncom textarea {font-size:12px; width:400px;}

#news_ncom ul {margin:0 0 0 15px; padding:0; text-align:left;
	width: 140px;
	word-wrap: break-word;
	word-break: break-all;
}
#news_ncom li {padding: 0 0 2px -10px;}

#ncom_rank {text-align:left; line-height: 16px;}
#ncom_rank span {color:#cc0000; font-weight:bold;}

#listlink {width:550px; text-align:center; margin: 4px auto 0;word-break: break-all;}
.copy {color:#999999; font-size:11px;}
.write {text-align:right; padding-right:5px; color:#666666;}/* write byを右によせる*/
.span13px{
	font-size: 14px;
	font-weight:bold;
}

#day {
	color: #4682B4;
	height: 80px;
	border: 1px solid #AFEEEE;
	padding: 2px;
	margin-top: 5px;
}
#day a {margin:0 4px;}
#day a:hover {
	text-decoration:none;
	background-color: #CCFFFF;
}
#month {
	text-align: center;
	float: left;
	color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px; /* FF */
	background: -moz-linear-gradient(top,  #46b8ee,  #06b4fd); /* FF */
	-webkit-border-radius: 3px;/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#46b8ee), to(#06b4fd));/* Webkit */
	padding-top: 30px;
	margin-right: 5px;
	width:85px;
	padding-bottom: 30px;
	background:#06b4fd;
}
#year {
	border: 1px solid #AFEEEE;
	padding: 5px;
	margin-bottom: 3em;
}
#year a {margin:0 5px;}

#monthall a {font-size: 12px; line-height:180%;}
#monthall {color: #999; font-size: 10px;}


.news_ranking {
	border: 1px solid #f90;
	padding-bottom: 5px;
	margin: 8px 0;
	text-align: left;
}
.news_ranking h5 {margin:0 0 5px; padding:3px; background-color: #f90; color:#fff; font-size:12px;}
.news_ranking dt {margin-left:0; padding-left:4px; color:#f60; font-weight:bold; font-size:15px;}
.news_ranking dd {margin-left:0; padding:1px 0 3px 10px;}




/* 動画コンテンツ */
.mov_gsend {
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
	padding: 4px 6px;
	display: inline-block;
	border: 1px solid #999;
}

.mov_gamedetail {
	background-color: #1a1a1a;
	color: #fff;
	margin: 8px auto;
	padding: 3px;
	width: 660px;
	box-sizing: border-box;
	vertical-align: middle;
}
.mov_gamedetail table {width:100%;}
.mov_gamedetail td {vertical-align:middle;}
.mov_gamedetail h2 {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	padding: 3px 6px;
	margin: 2px 0;
	border-left: 6px solid #f90;
}
.mov_gamedetail img {width:85px; height:27px; vertical-align:middle;}

.mov_box {
	padding: 5px 20px;
	line-height: 150%;
}
.mov_box h3 {
	color: #f60;
	font-size: 18px;
	padding: 3px 10px 1px;
	border-bottom: 2px solid #f60;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
.mov_box h4 {
	font-size: 18px;
	font-weight: bold;
	color: #09f;
	margin: 8px 0;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
.mov_box p {overflow:auto; padding-left:6px; margin: 6px 0 0;}
.mov_box a {color: #09f;}
.mov_lk {border: 1px solid #ccc; padding:8px; margin:8px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 -4px 5px 0 #efefef inset;
}
.mov_lk h4 {
	font-size: 16px;
	font-weight: bold;
	color: #09f;
	margin: 4px 0 8px;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
.mov_lk img {width:120px; height:90px; margin-right:5px;}
.mvdata {color: #808080; line-height: 30px;}

.fst_mv {
	text-align: center;
	margin-top: 14px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));
	background-image: -moz-linear-gradient(top, #ffffff, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#efefef));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#efefef))";
	background: -ms-linear-gradient(top, #ffffff #efefef);
	background: linear-gradient(to bottom, #ffffff, #efefef);
	zoom: 1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.mov_rbox {
	background-color: #efefef;
	margin: 0 10px 8px;
	padding: 6px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.mov_rbox h5 {
	margin: 0 3px 5px;
	padding: 3px 6px;
	text-align: center;
	font-size: 14px;
	color: #333;
	border-bottom: 3px solid #666;
}
.mov_rbox img {border:1px solid #fff;}
.mov_plnk {
	font-size: 13px;
	margin: 10px 20px;
	padding: 8px 14px;
	background-color: #FFE4A6;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}











/* 特集ページ */
#top_pug h2 {	font-size:22px;
	padding-top:25px;
	text-align:center;}

#lefttop15 {padding:0; width:150px;}
#lefttop15 img {width:150px; height:115px; margin-bottom:2px;}
#lefttop15 hr {
display:block;
	color:#fff;
	font-size: 1px;
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ff9900;
}

.tgimg {
	color: #cccccc;
	background-color:#000000;
	padding: 3px 3px 1px;
	font-size: 11px;
	margin-bottom: 3px;
}
.bgred {background-color:#ff3300; color:#fff;}

.tgimg img {margin-bottom:2px; width:180px; height:130px;}

.t_info {border:1px solid #ccc; margin:10px 5px 5px 190px; padding:5px; color:#666666; background-color:#dcdcdc;}
.t_info p {margin:0 0 5px; text-align:left; border-bottom:1px dotted #999; color:#006600; font-weight:bold;}

.tbox {
	text-align: left;
	padding: 5px;
	line-height: 120%;
}
.tbox span {font-size:11px; color:#999999;}
.tbox a {font-size:12px;}

.tbox h3 {
	font-size: 16px;
	color: #ffffff;
	background-color: #ff9900;
	padding: 4px 20px;
	margin-bottom: 0;
	-webkit-border-top-left-radius: 14px;
	-moz-border-radius: 14px;  
	border-radius: 14px;
}

.tbox h4 {
	font-size: 12px;
	color: #ffffff;
	background-color: #0099ff;
	margin-top: 0;
	margin-left: 195px;
	margin-bottom: 5px;
	padding: 3px 10px;
}
.tbox.grary h4 {
	background-image: -webkit-gradient(linear,left top,right bottom,from(#ff0000),to(#ffcc33));
	background-image: -moz-linear-gradient(left, #ff0000, #ffcc33);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startcolorstr=#ff0000, endcolorstr=#ffcc33));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startcolorstr=#ff0000, endcolorstr=#ffcc33))";
	background: -ms-linear-gradient(top, #ff0000, #ffcc33);
	background: linear-gradient(to right, #ff0000, #ffcc33);

	zoom: 1;
	background-color: #ff6600;
}
.sp2sub h4 {
	font-size: 12px;
	color: #ffffff;
	background-image:url(https://i.ge-mu.net/o/spimg/sp2sub.jpg)

	margin-top: 0;
	margin-left: 195px;
	margin-bottom: 5px;
	padding: 3px 10px;
}


.gmbox {padding-top:15px;}
.leftimg {float:left; margin-right:10px;}
#txtbgred span {
	background-color: #ffcccc;
	color:#000000;
	font-size:12px;
}


#evenews {
	border:1px solid #9cf;
	line-height: 140%;
	margin: 3em 5px 1em;
	padding:8px;

}
#evenews h6 {
	margin: 0 0 5px;
	font-size: 14px;
	color: #69f;
}

#sppage {
	border:1px solid #9cf;
	line-height: 140%;
	margin: 3em 5px 1em;
	padding:8px;

}
#sppage h6 {
	margin: 0 0 5px;
	font-size: 14px;
	color: #69f;
}

#sppage ul{
	list-style:none;
	margin:0;
	padding:0;
}

.splink {margin-top:12px;}
.splink li {
	line-height: 140%;
	font-size: 13px;
	color: #666;
}
.splink a {
	font-weight: bold;
	margin-right: 4px;
	padding-bottom: 2px;
}


#rightrev {
	margin-top: 5px;
	padding: 4px;
	border: 1px solid #ff9900;
}
#rightrev h6 {
	margin: 0 0 5px;
	font-size: 12px;
	padding: 4px;
	color: #ffffff;
	background-color: #ff9900;
}
#rightrev a {font-weight:bold;}
#rightrev span {color:#999999;}
#rightrev hr {
	display:block;
	color:#fff;
	height: 0;
	margin: 3px 0;
	border: 0;
	border-top: 1px dotted #ccc;
}

#rightnews {
	margin-top: 5px;
	padding: 4px;
	border: 1px solid #ff9900;
}
#rightnews h6 {
	margin: 0 0 5px;
	font-size: 12px;
	padding: 4px;
	color: #ffffff;
	background-color: #ff9900;
}
#rightnews ul {padding-left:0; margin-left:0; list-style-type: disc;}
#rightnews li {margin-left:12px; padding-bottom:6px;}


#sp1title {
	color:#3333FF;
	width:618px;
	height:72px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;

	background-image:url(https://i.ge-mu.net/o/spimg/sp1title.jpg);
}
#sp2title {
	color:#ffffff;
	width:618px;
	height:72px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;

	background-image:url(https://i.ge-mu.net/o/spimg/sp2title.jpg)
}

#sp3title {
	color:#ffffff;
	width:618px;
	height:76px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;

	background-image:url(https://i.ge-mu.net/o/spimg/sp3title.jpg)
}

#sp6title {
	color:#000000;
	width:600px;
	height:72px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	font-family: "HGP創英角ｺﾞｼｯｸUB",sans-seriff;

	background-image:url(https://i.ge-mu.net/o/spimg/sp6title.jpg)
}

#sp7title {
	color:#000000;
	width:600px;
	height:72px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	font-family: "ＭＳ Ｐ明朝",sans-seriff;
	font-weight:bold;
	background-image:url(https://i.ge-mu.net/o/spimg/sp7title.jpg)
}
.sp7bg {
	background-image:url(https://i.ge-mu.net/o/spimg/sp7bgkd.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-bottom:8px;
	border-bottom: 5px dotted #9c9;
}

.rtxt {
	padding: 2px 10px 0 6px;
	margin: 4px 0 0;
	overflow: auto;
	line-height: 140%;
}

.btnimg_play {
	width: 96px;
	height: 36px;
	margin-right:4px;
}
.endgame {
	padding: 4px;
	font-weight: bold;
	font-size:13px;
	color: #c00;
}
.btnimg_pg {
	width: 52px;
	height: 28px;
	margin-bottom: 2px;
}
#top_pug table {border: 2px solid #f90;	border-collapse: collapse;}
#top_pug td {
	text-align: center;
	border: 1px solid #ffd5d5;
	line-height: 120%;
}




/* レビューランキング */

.rank {width:590px; margin-left:auto; margin-right:auto; margin-top:20px;}
.rank h5 {width:590px; color:#ffffff; background-color:#990000; font-size:12px; text-align:center; padding:5px 0; margin:0 0 3px 0 ;}

.ttsb {width:382px;  margin-left:210px;}
.ttsb a {font-size:22px; font-weight:bold;}
.ttsb span {font-size:20px; font-weight:bold; color:#ff0000;}
.ttsb img {width:62px; height:24px;}
.stm {height:20px; width:370px; margin:12px 0 12px 0 ;}

.rank h6 {font-size:12px; padding:1px; font-weight:bold; color:#393939; border-bottom:dotted 1px #393939; margin:2px 0 2px 0; }
.rank ul {margin:0; padding:0 0 0 18px;}
.rank li {padding:3px 0 3px 0; color:#336699;}

#newreview {width:160px; border:solid 2px #ff9900; margin-top:13px; box-sizing: border-box; padding:2px; line-height:130%;}
#newreview p {color:#ffffff; background-color:#ff9900; margin:0 0 4px 0; padding:3px 0 3px 0; text-align:center; font-weight:bold;}
#newreview hr {margin:0;}

.reviewten {width:160px; height:30px; margin:0; border-top:solid 1px #ff9900; border-bottom:solid 1px #ff9900;}


/* 関連まとめ */
#glmatome_line {
	border: 2px solid #ff9900;
	width: 730px;
	margin: 8px 20px;
}
#glmatome_line h4 {
	background-color: #ff9900;
	color: #ffffff;
	font-size: 25px;
	text-align: center;
	margin: 2px;
	padding: 4px;
}
#glmatome_line h5 {
	font-size: 15px;
	margin: 0;
	padding: 4px;
	color: #ff6600;
	border-bottom: 3px dotted #cccccc;
}
#glmatome_box {padding: 5px 10px;}
#glname {margin-bottom:4px; color:#999999;}
#glname a {font-size:17px; font-weight:bold;}
#glmatome_box dl {
	line-height: 150%;
	margin-bottom: 20px;
}
#glmatome_box dt {font-size: 13px;}
#glmatome_box dd {
	margin-left: 20px;
	margin-bottom: 5px;
}





/* etc */
.etc_box {
	padding: 8px 14px;
	max-width: 1000px;
	text-align: left;
	line-height: 140%;
}
.etc_box h3 {
	color: #f60;
	padding-bottom: 4px;
	border-bottom: 3px solid #f60;;
}
.etc_box td {line-height:130%;}
.etc_box p {padding:8px;}



/* リンク詳細 */


.link_ran {
	padding: 8px 14px;
	width: 1000px;
	text-align: left;
	line-height: 150%;
	font-size:14px;
}
.link_ran h3 {
	color: #f60;
	font-size:18px;
	padding-bottom: 4px;
	border-bottom: 3px solid #f60;;
}

.link_ran p{
	padding:20px;
	display:inline-block;
	border:2px solid #ff6600;
	border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-size:18px;
    font-weight:bold;
}

.link_ran img{
	margin-bottom:5px;
}


.footer {
	margin-top: 8px;
	padding: 5px 10px 10px;
	background-color: #efefef;
}
.footer ul {list-style-type: none;margin:6px 0;padding:0; width:980px;}
.footer li {float:left;width:200px;padding-left:10px; line-height:140%;}
.footer p {
	border-left: 5px solid #36c;
	color: #36c;
	font-weight: bold;
	padding: 2px 4px;
	margin-bottom: 4px;
	margin-left: -10px;
}




iframe.twitter-share-button {width: 105px!important;}
.fb-like {margin:0; padding:0;}
#twitter-widget-1{width: 60px!important;}
ul#sosial_b {width:100%; height:auto; padding:0; margin:2px 0 0 0;}
ul#sosial_b li {float:left; display:inline; list-style-type:none; padding:0; margin:0;}
ul#sosial_b li a {display:block; position:relative;}
div.fb iframe.twitter-share-button {width: 60px!important;}





/* Smartphone */
@media screen and (max-width:480px){

	html,body {
		background-image:none;
		box-sizing: border-box;
	}
	
	table {
	 max-width:100%;
	}

	.hedder {
		min-width: 100%;
	}

	.navi {background-color: #333;}
	.navi ul {min-width:100%;}
	.navi_ot ul {min-width:100%;}
	.navi_ot li {padding:10px 5px;margin-right: 0px;}
	.navi_ot a {line-height:26px;}

	#news table {
		width: 60%;
	}

	#rerank {
		width: 20%;
	}

	#rcenter {
		width: 20%;
	}

	.tkrevbox textarea {width:60%;}


	/* 詳細 */

	.table1 {
		width: 100%;
		margin: 0px;
	}
	.table2 {max-width:100%;}
	.table2 img {max-width:100%;width:70%;margin-top:10px;}
	.table2 tr {max-width:100%;}
	.table2 td {max-width:100%;}
	.table3 {width: 70%;}
	.table4 {width:100%;font-size: 10px;}
	.table5 {width: 100%;}
	.rsbox {width:95%;}
	.rsbox h1 {font-size:14px;}
//	.rsbox h2 {margin:15px 5px 5px;}
//	.rsbox h3 {margin:15px 5px 5px;}

.dltxt img{
max-width:200px;
max-height:100px;
}

.movie iframe{max-width:94%;}
.topimag img{max-width:90%;}
.topbtn img {margin:5px;}
//.site_title {width:300px;}
.fotbtn {margin-left:-10px;}


	.table1 tr {
		max-width:100%;
	}

	.table1 td {
		max-width:100%;
	}

	.table1 img {max-width:100px;}

	.table1 font {
		font-size:10px;
	}

	.table1 iframe {
		max-width:100%;
	}

#top_pug table {width:300px;}
#top_pug img {
		max-width:75px;
		max-height:50px;
}
	
	.sstbl {width:100%;}
	.sstbl img {max-width:160px;max-height:100px;}


	.syo_btmlink {max-width: 70%;}

	.footer ul {width:100%;}
	.footer li {width:50%;}

	.tblwht img {width:100px;}

	#ceng table {
		width:100%;
	}
#subttl {
		width:340px;
		max-width:340px;
}

.smp_info {
	max-height: 100%;
	border: 5px solid #f60;
	background-color: #ffc;
	margin: 15px 10px;
	padding: 12px 10px;
	width: 90%;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #f30;
}
.smp_info a {font-size: 16px;}


.link_ran {
	padding: 8px 5px;
	width: 100%;
	text-align: left;
	line-height: 130%;
}

.link_ran img{
	margin-bottom:5px;
	width: 100%;
}

a img{
margin:10px;
}

li a{
margin:10px;
}


}/* SpEnd */


/* Google用 */

.my_adslot { width: 728px; height: 90px; }
.my_adslot2 { width: 336px; height: 280px; }

@media(min-width: 340px) {
 .my_adslot { width: 320px; height: 50px; }
 .my_adslot2 { width: 120px; height: 240px; }
 }
@media(min-width: 730px) {
	.my_adslot { width: 728px; height: 90px; }
	.my_adslot2 { width: 336px; height: 280px; }
 }




/* Clome用 */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	td {font-size:11px; vertical-align:top;}

}

