* {  
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family:meiryo,sans-serif;
}

html {
overflow-x: hidden !important;
}

body{
	color: #202020;
	font-family: Helvetica,Helvetica Neue,Arial,Noto Sans CJK JP,源ノ角ゴシック,Hiragino Kaku Gothic Pro,ヒラギノ角ゴシック Pro,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,メイリオ,Meiryo,MS PGothic,sans-serif;
	line-height: 1.75;
	word-wrap: break-word;
	overflow-x: hidden !important;
}

h2{
	font-size: 20px;
	font-weight:bold;
	letter-spacing: .02em;
	line-height: 1.75;
	margin:0 20px 28px 20px;
	padding:5px;
	border-bottom: 2px solid #444;
}

h3{
	font-size: 14px;
	font-weight:bold;
	letter-spacing: .02em;
	line-height: 1.75;
	margin:0 20px 28px 20px;
	padding:5px;
	border-bottom: 2px solid #eb6a7a;
	display:flex;
}


h4{
	width:240px;
	padding: 3px;
	margin-bottom:10px;
	text-decoration: none;
	background: #f2f2f2;
	color: #151515;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 5px #f2f2f2;
	border: dashed 1px #151515;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

h4 i{
	color:#cc0000;
}

.point{
	position:relative;
	padding:20px 10px;
	font-size:18px;
	border:1px solid #325A8C;
}

.point::after{
	content: "POINT";
	position: absolute;
	top: -8px;
	left: 10px;
	background: #fff;
	font-size: 12px;
	color: #325A8C;
	padding: 0 10px;
}

#header{
	padding:15px 0;
	text-align:center;
	background:rgba(0,0,0, 1.0);
	border-bottom:solid 1px #999;
/*	position: fixed;*/            /* ヘッダーの固定 */
/*	top: 0px;                   /* 位置(上0px) */
/*	left: 0px;                  /* 位置(右0px) */
	width: 100%;                /* 横幅100%　*/
	height:75px;
	text-align:center;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content: center;
}

#header img{
	width:200px;
}

#container{

}

#entrytitle{
-webkit-font-feature-settings: "palt";
	font-feature-settings : "palt";
	font-size:20px;
	font-weight:bold;
	letter-spacing: -.02em;
	line-height: 1.25;
	margin-bottom:20px;
	padding:0 15px;
	font-family:Helvetica,Helvetica Neue,Arial,Noto Sans CJK JP,源ノ角ゴシック,Hiragino Kaku Gothic Pro,ヒラギノ角ゴシック Pro,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,メイリオ,Meiryo,MS PGothic,sans-serif;
}

#author{
	font-size:10px;
	text-align:right;
	padding:0 15px;
	font-family:Helvetica,Helvetica Neue,Arial,Noto Sans CJK JP,源ノ角ゴシック,Hiragino Kaku Gothic Pro,ヒラギノ角ゴシック Pro,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,メイリオ,Meiryo,MS PGothic,sans-serif;
}

#entrytitle_sub{
	font-size:12px;
	padding:0 15px;
	margin-top:10px;
	margin-bottom:20px;
}

#post_info{
	margin-bottom:10px;
	padding:0 15px;
}



#main{
	margin:0 auto;
	width:100%;
}

#entrybody{
	border-top:solid 1px #ddd;
	padding-top:10px;
}

#breadcrumb{
font-size:12px;
color:#999;
margin:0 20px 20px 20px;
}

#eyecatch{
/*	padding-top:75px;*/
	margin-bottom:75px;
	position:relative;
}

#eyecatch img{
	width:100%;
}

.ec_ico{
	position:absolute;
	bottom:-75px;
}

.article_box{
	padding:8px 25px;
	margin-bottom:15px;
	letter-spacing: .02em;
	line-height: 1.75;
	box-sizing: border-box;
}

.article_box p{
	display: block;
	margin-bottom:20px;
	font-size:16px;
}

/*.article_box p:last-child{
	margin:0;
}*/

.article_box img{
	width:100%;
}

.adjustbox{
	border:solid 1px #ccc;
	background:#efefef;
	text-align:center;
}

.adjustbox img{
	padding:0;
	margin:0;
	vertical-align: bottom;
}

.ab_border img{
	border:solid 1px #d5d5d5;
}

#footer{
	color: #ffffff;
	background: #2e2e2e;
	font-size:14px;
	text-align:center;
	padding:30px 25px;
}

#footer p{
	color: #ffffff;
	background: #2e2e2e;
	font-size:10px;
	text-align:center;
}

#footer_logo img{
	width:75px;
	margin-bottom:20px;
} 

#footer_midasi{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin-bottom:5px;
	text-align:left;
}

#footer_intro{
	font-size:12px;
	color:#fff;
	text-align:left;
}

#copyright{
	margin:20px 0 0 0;
}

/*============================================================
	文字装飾
============================================================*/

.red{
	font-weight:bold;
	color:#ff0000;
}

.blue{
	font-weight:bold;
	color:#0000ff;
}

.green{
	font-weight:bold;
	color:#006400;
}

.pink{
	font-weight:bold;
	color:#ff2687;
}

.red_big{
	font-size:32px;
	font-weight:bold;
	color:#ff0000;
}

.gray{
	color:#999999;
}

.marker{
	background: linear-gradient(transparent 40%, #ffff66 40%);
	font-weight:bold;
}

/* タグ */
.tag1{
	font-size:11px;
	color:#ffffff;
	background:#ff0000;
	width:60px;
	padding:2px 5px;
	text-align:center;
	margin-right:5px;
}

.tag2{
	font-size:11px;
	color:#ffffff;
	background:#00b938;
	width:60px;
	padding:2px 5px;
	text-align:center;
	margin-right:5px;
}

.tag3{
	font-size:11px;
	color:#ffffff;
	background:#020092;
	width:60px;
	padding:2px 5px;
	text-align:center;
	margin-right:5px;
}


/* ボタン */
.btn_orange a{
	display:block;
	width: 100%;
	color:#fff;
	background:#ff8000;
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	border-radius:4px;
	font-family: Helvetica,Helvetica Neue,Arial,Noto Sans CJK JP,源ノ角ゴシック,Hiragino Kaku Gothic Pro,ヒラギノ角ゴシック Pro,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,メイリオ,Meiryo,MS PGothic,sans-serif;
	box-sizing: border-box;
}

/* comment */

#commentbox{
	margin-top:30px;
}

.comment_m{
	font-size:18px;
	font-weight:bold;
	margin:10px 25px;
}

.comment_u{
	padding:10px;
	border-radius:6px;
	background:#f6f6f6;
	margin-bottom:10px;
}

.comment_u:last-child{
	margin-bottom:0;
}

.comment_t:after{
  content: ""; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.comment_l{
	float:left;
	width:50px;
}

.comment_l img{
	width:50px;
}

.comment_r{
	margin-left:60px;
}

.comment_p{
	font-size:14px;
}

.comment_d{
	font-size:11px;
}

.comment{
	font-size:14px;
}

/* 野良 */

.set_title{
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}

/* タイプ別 */

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
	font-size:14px;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

/* こぼれ話 */

.kobore_box{
  position: relative;
  margin-left:20px;
  margin-right:20px;
  margin-top: 1em;
  margin-bottom:20px;
  padding: 1em 2em;
  border: 1px solid black;
  border-radius:8px;
}

.kobore_box .caption{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  padding: 0 1em;
  margin: 0;
  background-color: white;
  transform: translateY(-50%) translateX(1em);
}

.kobore_box p{
	font-size:14px;
	line-height:1.4;
}

/* おさらい */

.osarai{
	padding: 10px;
	margin-bottom:40px;
	text-decoration: none;
	background: #f2f7ff;
	color: #151515;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 5px #f2f7ff;
	border: dashed 1px #3eb9ec;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

.osarai i{
	color:#0e4eb7;
}

/* 読めます */

.readtime{
	margin-top:20px;
}

/* marker */

.marker-animation {
	padding:3px 1px;
	background-size:200% 5px;
	background-position:0 20px;
	background-repeat:repeat-x;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;-ms-transition:all 1s ease;
}
.marker-animation.marker-animation-position {
	background-position:-100% 20px;
}
.marker-animation-red {
	background-image:-webkit-linear-gradient(left, rgba(234,34,28,0) 50%, rgba(234,34,28,0.75) 50%);
	background-image:-moz-linear-gradient(left, rgba(234,34,28,0) 50%, rgba(234,34,28,0.75) 50%);
	background-image:-o-linear-gradient(left, rgba(234,34,28,0) 50%, rgba(234,34,28,0.75) 50%);
	background-image:-ms-linear-gradient(left, rgba(234,34,28,0) 50%, rgba(234,34,28,0.75) 50%);
	background-image:linear-gradient(left, rgba(234,34,28,0) 50%, rgba(234,34,28,0.75) 50%);
}

/* 中高生NG */
.nock{
color:#ff0000;
font-size:16px;
font-weight:bold;
text-align:center;
margin-top:-10px;
margin-bottom:10px;
}

.nock i{
color:#ffd800;
}

/* 比較先頭 */
.compare:first-letter{
color:#eb6a7a;
}


/* Basic knowledge */
.bk_box{
background:#efefef;
padding:10px;
margin-bottom:20px;
}

.bk_type{
font-weight:bold;
}

.bk_box .bk_type_d{
margin-bottom:10px;
font-size:14px;
}

.bk_box .bk_type_d:last-child{
margin-bottom:0px;
}

/* MOP */
.mop_box{
background:#efefef;
padding:10px;
margin-bottom:20px;
}

.mop_type{
font-weight:bold;
}

.mop_box .mop_type_d{
margin-bottom:20px;
font-size:14px;
}

.mop_box .mop_type_d:last-child{
margin-bottom:0px;
}


/* 5ちゃんねる反応 */
.reaction_5ch{
padding:10px;
margin:10px;
background:#efefef;
box-sizing:border-box;
font-size:14px;
}

.reaction_5ch blockquote{
position: relative;
padding: 30px 15px 8px 15px;
box-sizing: border-box;
font-style: italic;
background: #efefef;
color: #555;
}

.reaction_5ch blockquote cite {
display: block;
text-align: right;
color: #888888;
font-size: 0.9em;
}

.reaction_5ch :before{
display: inline-block;
position: absolute;
top: 13px;
left: 15px;
content: "\f10d";
font-family: "Font Awesome 5 Free";
color: #cfcfcf;
font-size: 28px;
line-height: 1;
font-weight: 900 !improtant;
}


.r5_h{
color:#f00;
font-size:20px;
font-weight:bold;
line-height:24px;
margin-top:15px;
margin-bottom:10px;	
}

.r5_resno{
font-size:16px;
}

.r5_name{
color:#008000;
font-weight:bold;
}

.r5_rescomment{
margin-bottom:20px;
}

.r5_rescomment a{
color:#00f;
}

.fontawe:after{
    display:block;
    content:"\f10d";
    width:20px;
    height:20px;
    font-family: "Font Awesome 5 Free";
    font-weight:900;
}

/* chapter */

.chapter_h{
	border:solid 1px #999;
}

/* review */

.review_h{
font-weight:bold;
}

/* game_info */

.game_info_h{
display:flex;
}

.ico_box {
margin-right:20px;
}

.ico_box img{
width:120px;
border-radius:24px;
border:solid 1px #ededed;
}

/* リボン1 */

.ribbon1 {
display: inline-block;
position: relative;
height: 20px;/*リボンの高さ*/
line-height: 20px;/*リボンの高さ*/
text-align: center;
padding: 0 12px;/*横の大きさ*/
font-size: 12px;/*文字の大きさ*/
background: #ff298d;/*塗りつぶし色*/
color: #FFF;/*文字色*/
box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
position: absolute;
content: '';
width: 0px;
height: 0px;
z-index: 1;
}

.ribbon1:before {
top: 0;
left: 0;
border-width: 10px 0px 10px 6px;
border-color: transparent transparent transparent #fff;
border-style: solid;
}

.ribbon1:after {
top: 0;
right: 0;
border-width: 10px 6px 10px 0px;
border-color: transparent #fff transparent transparent;
border-style: solid;
}

/* リボン15 */

.ribbon15-wrapper {  
display: block;
position: relative;
margin: 0 auto;
padding: 0;
width: 120px;
box-sizing: border-box;
}

/* gold */

.ribbon15_gold {  
display: inline-block;
position: absolute;
top: -6px;
left: 10px;
margin: 0;
padding: 2px 0;
z-index: 2;
width: 20px;
text-align: center;
color: white;
font-size: 17px;
/*background: linear-gradient(#ff785b 0%, #e95738 100%);*/
background-image: linear-gradient(to top, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
border-radius: 2px 0 0 0;
}

.ribbon15_gold:before {
position: absolute;
content: '';
top: 0;
left: 20px;
border: none;
border-bottom: solid 6px #704c01;
border-right: solid 6px transparent;
}
.ribbon15_gold:after {
content: '';
position: absolute;
left: 0;
top: 100%;
height: 0;
width: 0;
border-left: 10px solid #F7DE05;
border-right: 10px solid #F7DE05;
border-bottom: 5px solid transparent;
}

/* silver */

.ribbon15_silver {  
display: inline-block;
position: absolute;
top: -6px;
left: 10px;
margin: 0;
padding: 2px 0;
z-index: 2;
width: 20px;
text-align: center;
color: white;
font-size: 17px;
/*background: linear-gradient(#ff785b 0%, #e95738 100%);*/
background-image: linear-gradient(to top, #A5A5A5, #BABAC2, #E8E8E8, #A5A5A5, #BABAC2);
border-radius: 2px 0 0 0;
}

.ribbon15_silver:before {
position: absolute;
content: '';
top: 0;
left: 20px;
border: none;
border-bottom: solid 6px #525252;
border-right: solid 6px transparent;
}
.ribbon15_silver:after {
content: '';
position: absolute;
left: 0;
top: 100%;
height: 0;
width: 0;
border-left: 10px solid #A5A5A5;
border-right: 10px solid #A5A5A5;
border-bottom: 5px solid transparent;
}

/* bronze */

.ribbon15_bronze {  
display: inline-block;
position: absolute;
top: -6px;
left: 10px;
margin: 0;
padding: 2px 0;
z-index: 2;
width: 20px;
text-align: center;
color: white;
font-size: 17px;
/*background: linear-gradient(#ff785b 0%, #e95738 100%);*/
background-image: linear-gradient(to top, #693524, #ad6953, #a8644d, #ad654c, #91604e);
border-radius: 2px 0 0 0;
}

.ribbon15_bronze:before {
position: absolute;
content: '';
top: 0;
left: 20px;
border: none;
border-bottom: solid 6px #47281d;
border-right: solid 6px transparent;
}
.ribbon15_bronze:after {
content: '';
position: absolute;
left: 0;
top: 100%;
height: 0;
width: 0;
border-left: 10px solid #693524;
border-right: 10px solid #693524;
border-bottom: 5px solid transparent;
}
/* game詳細 */

.game_name{
font-size:16px;
font-weight:bold;
line-height:1.4;
margin-bottom:10px;
}

.game_detail{
font-size:12px !important;
line-height:1.4;
}

.game_rating{
}

/* ★ */
.star-rating {
position: relative;
display:inline-block;
font-size: 25px;
word-wrap:normal !important;

}
.star-rating .star-rating-item{
position:absolute;
overflow: hidden;
}
.star-rating .star-rating-item:before{
content:"★★★★★";
color: #ffcc33;
}
.star-rating:after {
content:"★★★★★";
color: #ccc;
}

/* ユーザーレビュー */
.mg_user_review{
background:#ededed;
border-radius:4px;
padding:10px;
box-sizing:border-box;
margin-bottom:10px;
width:240px;
}

.mg_user_review_h{
display:flex;
/*flex-wrap:wrap;*/
padding-bottom:10px;
margin-bottom:10px;
border-bottom:solid 1px #ddd;
}

.mg_user_review_h >:last-child {
  margin-left: auto;
}

.mg_user_review_b{
font-size:12px;
line-height:1.4;
}

.mg_user_ico{
width:50px;
height:50px;
margin-right:10px;
}

.mg_user_ico img{
width:50px;
height:50px;
border-radius:50%;
}

.mg_user_info{
height:50px;
display:flex;
flex-direction: column;
flex-wrap: wrap;
justify-content:center;
text-align:left;
}

.mg_user_name{
font-size:14px !important;
line-height:14px;
height:14px;
margin-bottom:5px;
padding:0;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width:100%;
}

.mg_user_rate{
font-size:12px !important;
line-height:12px !important;
height:12px !important;
margin:0;
padding:0;
}

.review_date{
font-size:12px !important;
line-height:12px !important;
/*height:50px !important;*/
display:flex;
flex-wrap:wrap;
align-items:flex-end;
}

/* 隠れた中の要素 */

.game_toc{
border:solid 1px #ed376d;
border-radius:4px;
margin:10px 0;
}

.game_toc_h{
color:#fff;
background:#ed376d;
font-size:14px;
padding:10px;
}

.game_toc_b{
font-size:14px;
background:#fff;
padding:10px;
box-sizing:border-box;
border-radius: 0 0 4px 4px;
}

.game_toc_b .game_point{
margin-bottom:10px;
}

.game_toc_b .game_point:last-child{
margin-bottom:0;
}

.game_toc_b .game_point i{
color:#ed376d;
}

.game_detail{
font-size:14px;
line-height:1.4;
}

.learn_more{
margin:10px 0;
text-align:right;
}

.learn_more a{
font-size:14px;
color:#3478f6;
text-decoration:none;
}

.attention{
font-size:11px;
color:#000;
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;
margin-top:5px;
}

.r18{
box-sizing:border-box;
height:14px;
line-height:14px;
border:solid 1px #000;
margin-right:10px;
}

.yo18{
margin-right:10px;
}

.billing{
}

.info{
	padding:10px 0;
}

.info a{
	color:#fff !important;
}

.game_footer_box{
border-radius:8px;
border:solid 1px #ccc;
padding:10px;
box-sizing:border-box;
}


/* swiper */

.app_image_slider{
margin:15px;
height:317px;
position:relative;
}

.swiper-container{
width:100%;
height:100%;
}
.swiper-slide{
text-align:center;
font-size:18px;
background:#fff;
width:196px;
margin-right:10px!important;
/*Centerslidetextvertically*/
display:-webkit-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
-webkit-box-align:center;
-ms-flex-align:center;
-webkit-align-items:center;
align-items:center;
}
.swiper-slide:nth-child(1n){
width:196px;
}
.swiper-slide:nth-child(2n){
width:196px;
}
.swiper-slide:nth-child(3n){
width:196px;
}

.swiper-slide:nth-child(5n){
width:100%;
}

.swiper-slide img{
height:317px;
object-fit:cover;
object-position:top;
border-radius:8px;
}

/* レビュースライダー */
.review_slider{
overflow-y: hidden !important;
display:flex !important;
touch-action: manipulation !important;
-moz-overflow-scrolling: touch !important;
-webkit-overflow-scrolling: touch !important;
}

.review_slider div{
margin-right:10px;
}

.review_slider div:last-child{
margin-right:0;
}


/* ボタン */
.btn_box{
margin:20px 0;
}

/* チェック3 */
.gt_gray .game_toc_h{
background:#585858 !important;
}

.gt_gray{
border:solid 1px #585858 !important;
}

.gt_gray .game_toc_b .game_point i{
color:#7ac42f;
}

/* 記事終わりリンク */

#article_end_box{
background:#ededed;
box-sizing:border-box;
padding:20px 0;
text-align:center;
}

#article_end_box .ae_image img{
width:100px;
border-radius:20px;
}

#article_end_box .ae_appname{
font-size:18px;
}

#article_end_box .ae_appgenre{
font-size:14px;
}

#article_end_box .ae_applink{
	font-size:14px;
	width:120px;
	color:#fff;
	background-color: rgba(52, 120, 246, 1);
	border-radius:20px;
	margin:10px auto 0 auto;
	padding:5px 0;
	box-sizing:border-box;
}

#article_end_box .ae_applink a{
	color:#fff !important;
	text-decoration:none;
	position: relative;
	z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

#article_end_box .ae_applink a:visited{
	color:#fff !important;
	text-decoration:none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

/* rank内バナー */
.rank_banner{
	margin:20px 0;
}

.info{
	padding:10px 0;
	background:#fff;
	border-radius:24px;
	text-align:center;
	font-size:16px !important;
	font-weight:bold !important;
	margin-top:10px;
	height:48px;
	line-height:48px;
	position:relative;
}

.info a{
	color:#2e2e2e !important;
	text-decoration:none;
	text-align:center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%; 
}

/*============================================================
	インストールボタン
============================================================*/

.game_inst_ios{
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 0.938em;
    font-weight: bold;
    color: #ffffff;
    background: #3478f6;
    text-align: center;
	margin-top:10px;
}

.game_inst_ios a{
    display: block;
    width: 100%;
    height: 100%;
	color: #ffffff;
	text-decoration: none;
}

.game_inst_ios{
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 0.938em;
    font-weight: bold;
    color: #ffffff;
    background: #3478f6;
    text-align: center;
	margin-top:10px;
}

.game_inst_ios a{
    display: block;
    width: 100%;
    height: 100%;
	color: #ffffff;
	text-decoration: none;
}

.game_inst_and{
    width: 120px;
	height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #33691e;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
	line-height: 32px;
	margin-top:10px;
}

.game_inst_and a{
    display: block;
    width: 100%;
    height: 100%;
	color: #ffffff;
	text-decoration: none;
}

.mcopy{
	font-size:14px;
	font-weight: bold;
	color:#ff0000;
	text-align: center;
	margin-top:20px;
}

.r18_copy_cv{
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
	border-radius:24px;
	border:solid 1px #ff0000;
	width:260px;
	margin:10px auto;
	padding:5px;
	box-sizing:border-box;
	text-align:center;
}

/* R18 */
.r18_box{
	color:#fff;
	background:#000;
	font-size:14px;
}

.r18_midasi{
	color:#ff0000;
	font-size:32px;
	font-weight:bold;
	text-align: center;
}

.r18_body{
	margin:10px;
}

.r18_b img{
	vertical-align: bottom;
}

.r18_cv{
	width:100%;
	padding:10px;
	color:#fff;
	background:#2e2e2e;
	font-size:14px;
	border-radius: 16px;
	text-align: center;
}

.r18_cv_midasi{
	font-size:20px;
	color:#fff000;
	font-weight: bold;
}

.step_box{
	color:#fff;
	background:#000;
	border-left:solid 5px #ff00c8;
	border-radius:4px;
	padding:5px;
	box-sizing:border-box;
	width:90px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.g_list_image{
    border:solid 3px #999;
}

.step_txt_str{
	color:#ff3cdf;
	font-weight:bold;
}