@charset "UTF-8";

/* ====================================================
 *     サイト全体の基本スタイル
 *	   背景色、文字色、リンク色はカラーセット設定で変化
 * ==================================================== */


/*背景*/
.gamen_bg_color1{
	background-color: #000;
	background-image:url(../images/150801_background.jpg);
	background-repeat:repeat;
	
	padding-bottom:15px;
}

.gamen_bg_color2{
	background-color: #666;
	background-image: url(../images/150801_past_base.png);
	background-repeat: repeat;
	padding:5px;
}

.gamen_bg_color3{
	width:70%;
	margin:20px auto;
	background-color: #000;
	padding: 5px;
	border:solid 2px #FFF;
	color:#FFF;
}

.gamen_bg_color4{
	background-image: url(../images/150828_title_base.png);
	background-repeat:no-repeat;
	background-position:top;
}


/*txtカラー*/
.gamen_txt_pu{
	color: #60C;	
}

.gamen_underline{
	text-decoration: underline;
}


/*width100%のバナー*/
.gamen_width_max{
	text-align: center;
	line-height: 0px;
}
.gamen_width_max img{
	max-width: 100%;
}



/*マージン各種*/
.gamen_margin10{
	margin:10px;
}
.gamen_margin_top5{
	margin-top:5px;
}
.gamen_margin_bottom3{
	margin-bottom:3px;
}
.gamen_margin_bottom5{
	margin-bottom:5px;
}
.gamen_margin_bottom10{
	margin-bottom:10px;
}

.gamen_margin_bottom15{
	margin-bottom:15px;
}

.gamen_margin_bottom25{
	margin-bottom:25px;
}

.gamen_margin_left5{
	margin-left:5px;
}

.gamen_margin_right5{
	margin-right:5px;
}

.gamen_margin_left10{
	margin-left:10px;
}

.gamen_margin_right10{
	margin-right:10px;
}


/* IE7 hack */
*+html .gamen_margin_top-4{
	margin-top:-4px;
}





/*パディング各種*/
.gamen_padding_top10{
	padding-top:10px;
}

.gamen_padding_top15{
	padding-top:15px;
}

.gamen_padding_bottom10{
	padding-bottom:10px;
}

.gamen_padding_bottom25{
	padding-bottom:25px;
}

.gamen_padding_right5{
	padding-right:5px;
}

.gamen_padding_right10{
	padding-right:10px;
}

.gamen_padding_right12{
	padding-right:12px;
}

.gamen_padding_left5{
	padding-left:5px;
}

.gamen_padding_left10{
	padding-left:10px;
}



/*100%以下のdiv*/
.gamen_740div{
	margin:20px 15px 0px 15px;
}


.gamen_95div{
	margin:5px 10px;
}

.gamen_90div{
	width:90%;
	margin:0 auto;
}

.gamen_80div{
	width:80%;
	margin:0 auto;
}





/*tableに当てるクラス*/
table.gamen_title_box_table{
	width:100%;
	margin-bottom:10px;
}

table.gamen_title_box_table2{
	width:50%;
	margin-bottom:10px;
}


.gamen_v_top{
	vertical-align:top;
}

.gamen_v_middle{
	vertical-align:middle;
}

.gamen_v_bottom{
	vertical-align:bottom;
}



.gamen_w06per{
	width:6%;
}

.gamen_w08per{
	width:8%;
}

.gamen_w13per{
	width:13%;
}

.gamen_w16per {
	width:16%;
}

.gamen_w22per{
	width:22%;
}

.gamen_w30per {
	width:30%;
}

.gamen_w40per {
	width:40%;
}

.gamen_w45per {
	width:45%;
}

.gamen_w50per{
	width:50%;
}

.gamen_w59per{
	width:59%;
}

.gamen_w70per{
	width:70%;
}

.gamen_w55per{
	width:55%;
}

.gamen_w81per{
	width:81%;
}

.gamen_w84per{
	width:84%;
}

.gamen_w91per{
	width:91%;
}

.gamen_w99per{
	width:99%;
}





/*表紙6列表示table*/
table.gamen_cover6_table{
	width:498px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

table.gamen_cover6_table td{
	width:83px;
	padding:2px;
}

table.gamen_cover6_table img{
	width:83px;
	border:1px solid #808080;
}



/*表紙3列表示table*/

table.gamen_cover3_table{
	width:249px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

table.gamen_cover3_table td{
	width:83px;
	padding:2px;
}

table.gamen_cover3_table img{
	width:83px;
	border:1px solid #808080;
}



/*表紙2列表示table*/
table.gamen_cover2_table{
	width:240px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

table.gamen_cover2_table td{
	width:120px;
	padding:2px;
}

table.gamen_cover2_table img{
	width:120px;
	border:1px solid #808080;
}



/*巻サム*/
.gamen_vol_thum{
    text-align:left;
	padding:0 10px 0 0;
	margin-bottom: 5px;
	width: 96px;
}

.gamen_vol_thum img{
	margin: 0 0 5px;
	max-width: 100%;
	max-height: 100%;
	border:1px solid #808080;
}



.gamen_vol_thum2{
    text-align:left;
	margin-bottom: 5px;
	wwidth: 136px;
}
.gamen_vol_thum2 img{
	margin: 0 0 5px;
	max-width: 100%;
	max-height: 100%;
	border:1px solid #808080;
}


.gamen_vol_thum3{
    text-align:left;
	padding:0 10px 0 0;
	margin-bottom: 5px;
	width: 136px;
}
.gamen_vol_thum3 img{
	margin: 0 0 5px;
	max-width: 100%;
	max-height: 100%;
	border:1px solid #808080;
}


/*ボタン*/
.gamen_btn_area img {
	max-width:100%;
}

.gamen_btn_area a {
	text-decoration:none;
}





/*レビュー部分*/
.gamen_user_thum{
	padding:0 10px 0 0;
	margin-bottom: 5px;
}


.gamen_user_thum img{
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 5px;
}



.gamen_user_name{
	text-align:center;
	color:#43B4FF;
	font-size:12px;
	font-weight:bold;
}



.gamen_fukidasi {
	border:3px solid #A8D200;
	border-radius:10px;
	background-color:#FFF;
	padding:10px;
	margin: 5px 0;
}



.gamen_fukidasi p {
	font-size:12px;
}



.gamen_fukidasi img {
	vertical-align:top;
}



/*dotライン*/
.gamen_right_line_pk{
	border-right:2px dotted #F06;
	margin-right:5px;
}

.gamen_right_line_gr{
	border-right:2px dotted #418200;
	margin-right:5px;
}

.gamen_right_line_bl{
	border-right:2px dotted #09F;
	margin-right:5px;
}

.gamen_right_line_wh{
	border-right:2px dotted #FFF;
	margin-right:5px;
}

.gamen_right_line_pr{
	border-right:2px dotted #90F;
	margin-right:5px;
}

.gamen_right_line_or{
	border-right:2px dotted #F90;
	margin-right:5px;
}

.gamen_right_line_rd{
	border-right:2px dotted #F00;
	margin-right:5px;
}



.gamen_top_line_gr{
	border-top:2px dotted #418200;
	margin-top:15px;
	padding-top:15px;	
}

.gamen_top_line_bl{
	border-top:2px dotted #09F;
	margin-top:15px;
	padding-top:15px;
}

.gamen_top_line_bk{
	border-top:2px dotted #000;
	margin-top:15px;
	padding-top:15px;
}

.gamen_top_line_pr{
	border-top:2px dotted #90F;
	margin-top:15px;
	padding-top:15px;
}

.gamen_top_line_or{
	border-top:2px dotted #F90;
	margin-top:15px;
	padding-top:15px;
}

.gamen_top_line_pk{
	border-top:2px dotted #F06;
	margin-top:15px;
	padding-top:15px;
}

.gamen_top_line_rd{
	border-top:2px dotted #F00;
	margin-top:15px;
	padding-top:15px;
}

.gamen_top_line_wh{
	border-top:2px dotted #FFF;
	margin-top:15px;
	padding-top:15px;
}




/*ページTOPへ*/
.gamen_page_top{
	text-align: right;
	margin-top:15px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.gamen_page_top a {
	text-decoration:none;
}





/*雑誌一覧*/
table.gamen_magazine{
	width:99%;
	margin:5px auto 10px;
	border-top:1px solid #0CC;
	border-left:1px solid #0CC;
	border-collapse: collapse;
	background-color:#AFF;
}

table.gamen_magazine td{
	width:25%;
	border-right:1px solid #0CC;
	border-bottom:1px solid #0CC;
	border-collapse: collapse;
	padding:5px 0;
	text-align:center;
}

table.gamen_magazine td a{
	color:#06C;
	text-decoration:none;
	text-align:center;
	font-size:14px;
}


.gamen_magazine_logo img{
	width:150px;
	margin: 0px 5px;
}

.gamen_link_banner img{
	width:350px;
}


.gamen_title_txt{
	margin-top:5px;
	color: #fff;
	font-size: 12px;
	line-height:1.2;
}

.gamen_title_name{
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: bold;
	color: #C00;
}
.gamen_title_name a{
	color: #C00;
	text-decoration: underline;
}

.gamen_title_name2{
	font-size: 14px;
	line-height:1.2;
	margin-bottom:5px;
	font-weight:bold;
	color: #0FF;
}
.gamen_title_name2 a{
	color: #0FF;
	text-decoration: underline;
}


.gamen_author_name{
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: bold;
	color: #06F;
}
.gamen_author_name a{
	text-decoration: underline;
	color: #06F;
}

.gamen_link{
	font-size: 12px;
	line-height:1.2;
	margin-bottom:5px;
}
.gamen_link a{
	color: #0FF;
	text-decoration: underline;
}

.gamen_sepa{
	width:10px;
	vertical-align: top;
	background-image: url(../images/130920_dot1.png);
	background-repeat: repeat-y;
	background-size: 10px;
}
.gamen_sepa2{
	margin:10px 0px;
	height:10px;
	vertical-align: top;
	background-image: url(../images/130920_dot2.png);
	background-repeat: repeat-x;
	background-size: 10px;
}

.gamen_watari{
	margin:10px;
	text-align:right;
	font-size:18px
}
.gamen_watari a{
	text-decoration: underline;
 	color: #FFF;
}

.gamen_table td{
	text-align:center;
}
.gamen_table .gamen_table_thum{
	border:solid 1px #CC0000;
	background-color:#FFCCFF;
	text-align:center;
	margin:0px auto 5px auto;
	width: 119px;
	height: 166px;
}
.gamen_table .gamen_table_thum img{
	height:166px;
}


.gamen_thum_big img{
	width:123px;
	border:solid 1px #003399;
}



.gamen_small_btn{
	width:146px;
	height:75px;
	margin: 0px 3px 10px 3px;
	background-image:url(../images/140501_mag_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 146px;
}

.gamen_small_btn img{
	width:146px;
}

.gamen_small_btn a {
	display:block;
	width:146px;
	height:75px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.gamen_small_btn a:hover {
	background-image:url(../images/140501_mag_btn_r.png);
	background-size: 150px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 146px;
} 

.sm_cimg{
	line-height:0px;
	text-align:right;
}

.sm_li_img{
	width:404px;
	margin: 0px;
}
.sm_li_img img{
	width:400px;
	border:#000 solid 2px;
}

.sm_mag_btn{
	margin:5px 0px;
	text-align:center;
}
.sm_mag_btn img{
	width: 100%;
	max-width: 240px;
}

.gamen_ahead{
	font-size:14px;
	font-weight:bold;
	color:#F60;
}

.gamen_pastlink{
	color: #FF0;
	font-size: 20px;
	text-decoration: underline;
}

.gamen_itembox{
	margin: 5px;
	padding: 10px;
	width: 343px;
	height: 130px;
	background-color: #999;
	border:#C00 solid 1px;
	float: left;
}


.sm_btnset li{
	list-style: none;
	margin-top:10px;
	width:49%;
	text-align:right;
	float:left;
	padding-bottom:5px;
}

.sm_btnset li:last-child{
	width:49%;
	text-align:left;
	float:right;
}

.gamen_thum_small img{
	width:90px;
	border:solid 1px #666;
}

.sm_cimg{
	line-height:0px;
	text-align:right;
}


.gamen_ahead{
	font-size:14px;
	font-weight:bold;
	color:#F00;
}

.gamen_story{
	margin-left:5px;
	margin-bottom:5px;
	padding:5px;
	width:138px;
	float:left;
	background-color:#8A0000;
}

.gamen_story2{
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
	width: 138px;
	float: left;
	background-color: #003366;
}

.gamen_story_title{
	display:table-cell;
	vertical-align:middle;
	width:111px;
	font-size:13px;
	color:#FF0;
	text-decoration: underline;
}

.gamen_story_arrow{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	width:27px;
}

.gamen_pagetop{
	text-align:right;
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px auto;
}

.gamen_pagetop a,
.gamen_pagetop a:hover{
	text-align:center;
	background-color:#333;
	border-radius:10px 0px 0px 10px;
	padding:5px 5px 5px 15px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin:0px 0px 0px 10px;
}

.story_title{
	color:#FF0;
	font-size:25px;
	padding:50px 20px 30px 15px;
}
.story{
	width:720px;
	margin:0px auto;
	font-size:14px;
	color:#FFF;
}