@charset "EUC-JP";
.LAZYLOAD_INDEX_ON{}
/****************************** IMPORT ******************************/
/*==============================================================================================================
/import V2_common_layout.css
/==============================================================================================================*/
/**************************************** 基本要素 ****************************************/
p,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,blockquote,table,tr,td,dl,dt,dd,figure{
	padding:0;
	margin:0;
}
iframe{
	margin:1em 0;
}
.right_contents .ranking iframe{
	margin:0 0;
}
a:link{
	color:#000080;
}
a:visited{
	color:#7D7DB3;
}
a:hover{
	color:#0033ff;
}
input{
	padding:0;
	margin:0;
}
img{
	padding:0;
	margin:0;
	border:none;
}
ul,
ol{
	list-style:none;
}
h1,h2,h3,h4,h5,h6{
}
.clear_both{
	clear:both;
}
.center{
	text-align:center;
	margin:0 auto;
}
/********** font **********/
body{
	font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
}
input[type="text"]{
	outline:none;
}
/**************************************** body ****************************************/
body{
	font-size:100%;
	margin:0 auto 0 auto;
	text-align:center;
	background:var(--color-bg-body);
	color:#333333;
}
.contents{
	width:960px;
	margin:0 auto 0;
	text-align:left;
	background:url(/image/bg_V2_contents.gif) repeat-y center top #ffffff;
}
body:not(.custom_1, .custom_2, #SSBODY) .contents{
	display:flex;
	flex-wrap:wrap;
	background:transparent;
}
.beacon_container[data-beacon-display="TOP_PAGE"]{	/* トップページのbeaconにflexが効かないようにする */
	width:0;
	height:0;
}
.unit_contents{
	display:contents; /* 要素の存在を無視させる */
}
body:not(.custom_1, .custom_2, #SSBODY) .unit_contents{
	width:786px;
}
/**************************************** header ****************************************/
.header{
	width:100%;
	height:163px;
	background:linear-gradient(180deg, #fefefe, #e7e7e7);
}
/******************** unit_utility ********************/
.header .unit_utility{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
/********** ロゴ **********/
/* ------------------------------
logo_topはトップページ用
------------------------------ */
.header .unit_utility .logo,
.header .unit_utility .logo_top{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	order:1;
	width:216px;
	height:139px;
	margin:0 auto;
	text-align:center;
}
.header .unit_utility .logo img,
.header .unit_utility .logo_top img{
	display:block;
	margin:0 auto 6px;
}
.header .unit_utility .logo img.mrgB0,
.header .unit_utility .logo_top img.mrgB0{
	margin-bottom:0;
}
.header .unit_utility .logo p,
.header .unit_utility .logo div,
.header .unit_utility .logo_top p,
.header .unit_utility .logo_top div{
	width:200px;
	margin:0px auto;
	font-size:12px;
	line-height:15px;
}
.header .unit_utility .logo p span,
.header .unit_utility .logo div span,
.header .unit_utility .logo_top p span,
.header .unit_utility .logo_top div span{
	text-decoration:none;
	color:#333333;
}
.header .unit_utility .logo strong,
.header .unit_utility .logo_top h1{
	overflow:hidden;
	display:block;
	height:21px;
	width:180px;
	line-height:27px;
	margin:0 auto 6px;
	color:#f0f0f0;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	letter-spacing:-1px;
	background:url(/image/bg_top_h1.gif) no-repeat center top;
}
.header .unit_utility .logo p a:link,
.header .unit_utility .logo p a:visited,
.header .unit_utility .logo div a:link,
.header .unit_utility .logo div a:visited,
.header .unit_utility .logo p a:link,
.header .unit_utility .logo p a:visited,
.header .unit_utility .logo_top div a:link,
.header .unit_utility .logo_top div a:visited{
	color:#000080;
	text-decoration:none;
}
.header .unit_utility .logo p a:hover,
.header .unit_utility .logo div a:hover,
.header .unit_utility .logo_top p a:hover,
.header .unit_utility .logo_top div a:hover{
	color:#0033ff;
}
.header .unit_utility .logo p a:hover,
.header .unit_utility .logo div a:hover,
.header .unit_utility .logo_top p a:hover,
.header .unit_utility .logo_top div a:hover{
	text-decoration:underline;
}
/********** Flagship Banner **********/
.header .ad_top{
	order:2;
	width:550px;
	height:125px;
	border:2px solid #afafaf;
}
/********** search **********/
.header .unit_utility dl.search{
	overflow:hidden;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
	order:3;
	width:160px;
	height:139px;
	padding:0px 14px 0 14px;
	font-size:11px;
	line-height:17px;
}
.header .unit_utility dl.search dt{
	clear:both;
	width:100%;
}
.header .unit_utility dl.search dd{
	float:left;
	margin-bottom:5px;
}
.header .unit_utility dl.search dd .google_search{
	width:120px;
	height:16px;
	margin-right:5px;
}
.header .unit_utility dl.search dd .form{
	width:120px;
	height:16px;
	margin-right:5px;
}
.header .unit_utility dl.search dd .buttom{
	height:20px;
	padding:0 2px;
	font-size:10px;
	line-height:20px;
}
.header .unit_utility dl.search dt.search_middle{
	overflow:hidden;
	height:18px;
	margin:0 0 0 auto;
	line-height:20px;
	text-align:right;
}
.header .unit_utility dl.search dt.search_middle img{
	vertical-align:middle;
	padding-right:3px;
}
/******************** V2 utility ********************/
.V2_utility{
	position:relative;
	z-index:400;
	display:flex;
	justify-content:space-between;
	width:100%;
	height:24px;
	background:linear-gradient(0deg, #343434, #606060);
}
/********** 左 **********/
.V2_utility .utility{
	overflow:hidden;
	display:flex;
	justify-content:flex-start;
	width:530px;
	height:14px;
	padding:0;
	margin:5px 0 0;
	line-height:14px;
	font-size:11px;
	color:#ffffff;
}
.V2_utility .utility li{
	margin:0;
	border-right:1px solid rgba(0, 0, 0, 0.25);
	box-shadow:1px 0 0 0 rgba(255, 255, 255, 0.25);
}
.V2_utility .utility li a{
	display:block;
	padding:0 12px;
	color:#ffffff;
	text-decoration:none;
}
.V2_utility .utility li a:hover{
	color:#ffff00;
	text-decoration:underline;
}
/********** おすすめ機能 **********/
.V2_utility .pickup_utility{
	overflow:hidden;
	display:flex;
	align-items:center;
	float:right;
	min-width:250px;
	max-width:405px;
	width:auto;
	height:21px;
	gap:5px;
	padding:0 5px;
	margin:0 5px 0 0;
	font-size:11px;
	color:#ffffff;
	background-color:#fffce2;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
.V2_utility .pickup_utility dt{
	min-width:6em;
	color:#000000;
	line-height:21px;
}
.V2_utility .pickup_utility dd{
	font-size:11px;
	line-height:11px;
	border-radius:4px;
}
.V2_utility .pickup_utility dd.btn0{
	display:none;
}
.V2_utility .pickup_utility dd.btn1{
	background:#cccccc;
}
.V2_utility .pickup_utility dd.btn2{
	background:#ff6600;
}
.V2_utility .pickup_utility dd.btn3{
	background:#0086D7;
}
.V2_utility .pickup_utility dd a{
	display:block;
	width:6em;
	height:11px;
	padding:3px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}
.V2_utility .pickup_utility dd a:hover{
	color:#ffff00;
	text-decoration:underline;
}
/******************** Quick Bookmark ********************/
.V2_utility .pickup_utility dd#QUICK_BOOKMARK_button{
	cursor:pointer;
}
/********** frame **********/
.V2_utility #QUICK_BOOKMARK_frame{
	position:absolute;
	top:25px;
	right:10px;
	z-index:400;
	padding:4px 3px 31px;
	font-size:11px;
	line-height:120%;
	border:3px solid #000000;
	background:#ffffff;
	display:none;
	box-shadow:0 0 10px 5px rgba(0,0,0,0.5);
}
.V2_utility #QUICK_BOOKMARK_frame ul:after{
	content:"";
	clear:both;
	height:0;
	display:block;
}
.V2_utility #QUICK_BOOKMARK_frame ul{
	float:left;
	max-width:824px;
	background:#ffffff;
}
/********** li **********/
.V2_utility #QUICK_BOOKMARK_frame li{
	float:left;
	width:200px;
	height:100%;
	height:43px;
	overflow:hidden;
	margin:1px 2px 3px;
	border:1px solid #eeeeee;
	border-bottom:1px solid #dddddd;
	background:#ffffff;
}
.V2_utility #QUICK_BOOKMARK_frame li a{
	display:block;
	margin:5px 3px 5px 5px;
	padding:1px 5px 0 5px;
	border-left:3px solid #ff9900;
	word-break:break-all;
}
.V2_utility #QUICK_BOOKMARK_frame dl{
	float:left;
	text-align:right;
	padding:0 0 1px;
	background:#f9f9f9;
}
.V2_utility #QUICK_BOOKMARK_frame dt.title{
	overflow:hidden;
	width:200px;
	height:24px;
	text-align:left;
	background:#ffffff;
}
.V2_utility #QUICK_BOOKMARK_frame li a.history_add,
.V2_utility #QUICK_BOOKMARK_frame dt.title a.history_add,
.V2_utility #QUICK_BOOKMARK_frame dt.title a:last-child img:first-child,
.V2_utility #QUICK_BOOKMARK_frame > a:last-child img:first-child{
	display:none;
}
.V2_utility #QUICK_BOOKMARK_frame dt.title a{
	line-height:13px;
	height:13px;
	overflow:hidden;
}
.V2_utility #QUICK_BOOKMARK_frame dd{
	display:inline;
	color:#55555;
	margin:0 1px;
}
.V2_utility #QUICK_BOOKMARK_frame dd a{
	display:inline;
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
}
.V2_utility #QUICK_BOOKMARK_frame dd img{
	vertical-align:-3px;
	margin:3px 0px 1px 0;
}
.V2_utility #QUICK_BOOKMARK_frame li a:link{
	color:#000080;
}
.V2_utility #QUICK_BOOKMARK_frame li a:visited{
	color:#000080;
}
.V2_utility #QUICK_BOOKMARK_frame li a:hover{
	color:#3333ff;
}
/********** コメント/リンク **********/
.V2_utility #QUICK_BOOKMARK_frame .comment{
	padding:5px 5px 5px 3px;
	font-size:13px;
	font-weight:bold;
	line-height:120%;
	color:#ff3333;
}
.V2_utility #QUICK_BOOKMARK_frame .link{
	position:absolute;
	bottom:4px;
	right:62px;
	float:left;
	border:1px solid #222222;
}
.V2_utility #QUICK_BOOKMARK_frame .link a{
	display:block;
	float:left;
	margin:0;
	padding:4px 4px 3px;
	text-align:center;
	background:#444444;
	border-bottom:1px solid #777777;
}
.V2_utility #QUICK_BOOKMARK_frame .link a:link{
	color:#ffffff;
	text-decoration:none;
}
.V2_utility #QUICK_BOOKMARK_frame .link a:visited{
	color:#ffffff;
	text-decoration:none;
}
.V2_utility #QUICK_BOOKMARK_frame .link a:hover{
	border-top:1px solid #444444;
	border-bottom:none;
	text-decoration:underline;
	color:#ffff00;
}
/********** 新着 **********/
.V2_utility #QUICK_BOOKMARK_frame li.comment{
	display:none;
}
.V2_utility #QUICK_BOOKMARK_frame li.no_entry strong{
	display:block;
}
.V2_utility #QUICK_BOOKMARK_frame li.no_entry{
	width:auto;
	height:auto;
	border:none;
	padding:5px 5px 5px 3px;
	font-size:13px;
	font-weight:bold;
	line-height:120%;
	color:#ff3333;
	max-width:360px;
}
/********** 閉じる **********/
.V2_utility #QUICK_BOOKMARK_frame .bookmark_close{
	overflow:hidden;
	position:absolute;
	bottom:4px;
	right:4px;
	width:5em;
	height:21px;
	margin:0 0 0 auto;
	background:#000000;
	text-align:center;
	border:1px solid #222222;
}
.V2_utility #QUICK_BOOKMARK_frame .bookmark_close a{
	display:block;
	margin:0;
	padding:4px 4px 3px;
	text-align:center;
	background:#444444;
	border-bottom:1px solid #777777;
}
.V2_utility #QUICK_BOOKMARK_frame .bookmark_close a:link{
	color:#ffffff;
	text-decoration:none;
}
.V2_utility #QUICK_BOOKMARK_frame .bookmark_close a:visited{
	color:#ffffff;
	text-decoration:none;
}
.V2_utility #QUICK_BOOKMARK_frame .bookmark_close a:hover{
	border-top:1px solid #444444;
	border-bottom:none;
	text-decoration:underline;
	color:#ffff00;
}
/****************************** V2 global_navi ******************************/
.V2_global_navi{
	position:relative;
	overflow:hidden;
	width:960px;
	height:57px;
}
body:not(.custom_1, .custom_2) .V2_global_navi,
body:not(.custom_1, .custom_2) .V2_global_navi .class1{
	width:100%;
	box-sizing:border-box;
}
/******************** 大分類 ********************/
.V2_global_navi .class1{
	overflow:hidden;
	display:flex;
	width:940px;
	height:28px;
	margin:0;
	padding:0 10px;
	background:none;
	text-align:left;
	font-size:12px;
	font-feature-settings:"palt";
}
body:not(.custom_1, .custom_2) .V2_global_navi .class1{
	background:var(--color-gradient-globalnav);
}
.V2_global_navi .class1 > dt{
	display:flex;
	align-items: center;
	line-height:18px;
	font-weight:bold;
}
.V2_global_navi .class1 a{
	display:block;
	padding:0 16px;
	border-right:1px solid rgba(0, 0, 0, 0.25);
}
.V2_global_navi .class1 a:link{
	color:#ffffff;
}
.V2_global_navi .class1 a:visited{
	color:#ffffff;
}
.V2_global_navi .class1 a:hover{
	color:#ffff00;
}
/********** 選択タブ **********/
.V2_global_navi .class1 > dt strong{
	margin-top:3px;
	line-height:20px;
	background:linear-gradient(0deg, #ffffff, #e7e7e7);
}
body:not(.custom_1):not(.custom_2) .V2_global_navi .class1 > dt strong{
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border:1px solid #666;
	border-bottom:0;
}
.V2_global_navi .class1 > dt strong a{
	padding:2px 8px 0;
	margin:0 10px;
	text-decoration:none;
	border:none;
	border-bottom:3px solid var(--color-border-primary);
}
.V2_global_navi .class1 > dt strong a:link,
.V2_global_navi .class1 > dt strong a:visited{
	color:#3d3d3d;
}
.V2_global_navi .class1 > dt strong a:hover{
	color:#ff0000;
}
/******************** 中分類 ********************/
.V2_global_navi .class2{
	display:flex;
	align-items:center;
	position:absolute;
	left:0;
	top:28px;
	width:100%;
	height:27px;
	margin:0;
	background:linear-gradient(180deg, #ffffff, #e7e7e7);
	border-bottom:2px solid #a9a9a9;
}
.V2_global_navi .class2 dl{
	width:100%;
}
.V2_global_navi .class2 dt,
.V2_global_navi .class2 dd{
	float:left;
	border-right:1px solid #ffffff;
}
.V2_global_navi .class2 strong{
	display:block;
	line-height:1;
	font-size:11px;
	padding:0 19px 0 10px;
	border-right:1px solid #bfbfbf;
	background:url(/image/bg_V2_global_submenu.gif) no-repeat right 4px;
}
.V2_global_navi .class2 a{
	display:block;
	padding:0 12px;
	line-height:1;
	font-size:11px;
	border-right:1px solid #bfbfbf;
}
.V2_global_navi .class2 a:link{
	color:#000080;
	text-decoration:underline;
}
.V2_global_navi .class2 a:visited{
	color:#000080;
}
.V2_global_navi .class2 a:hover{
	color:#3333ff;
	background:#ffffcc;
}
/******************** archive ********************/
body:not(.custom_1):not(.custom_2) .V2_global_navi,
body:not(.custom_1):not(.custom_2) .V2_global_navi .class1{
	overflow:visible;
}
body:not(.custom_1):not(.custom_2) .V2_global_navi .class1 > dt{
	border-right:none;
}
body:not(.custom_1):not(.custom_2) .V2_global_navi .class1 > dt > a{
	border-right:1px solid rgba(0,0,0,0.25);
	box-shadow:1px 0 0 0 rgba(255,255,255,0.25);
}
/********** tab **********/
.V2_global_navi .class1 .tab_archive{
	margin-top:0;
	color:#fff;
	border-right:none;
}
body.custom_1 .V2_global_navi .class1 .tab_archive,
body.custom_2 .V2_global_navi .class1 .tab_archive{
	display:none;
}
.V2_global_navi .class1 .tab_archive dl{
	position:relative;
	padding-top:2px;
	padding-bottom:4px;
	margin-top:4px;
}
.V2_global_navi .class1 .tab_archive dl:hover{
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	color:#333;
	background:#f9f9f9;
	box-shadow:0px 0px 1px 1px rgba(0,0,0,0.5);
}
.V2_global_navi .class1 .tab_archive dt{
	float:none;
	padding:0px 16px;
	margin:0;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.25);
	box-shadow:1px 0 0 0 rgba(255,255,255,0.25);
}
.V2_global_navi .class1 .tab_archive dl:hover dt{
	position:relative;
	z-index:600;
	padding-bottom:3px;
	background:#f9f9f9;
	border:none;
}
.V2_global_navi .class1 .tab_archive dd{
	display:none;
	position:absolute;
	z-index:500;
	left:0;
	top:23px;
	background:#f9f9f9;
	box-shadow:0px 0px 1px 1px rgba(0,0,0,0.5);
}
.V2_global_navi .class1 .tab_archive dl:hover dd{
	display:block;
}
/********** list **********/
.V2_global_navi .class1 .tab_archive dd ul{
	min-width:8em;
	padding:0;
}
.V2_global_navi .class1 .tab_archive dd li{
	border-bottom:1px solid #ddd;
}
.V2_global_navi .class1 .tab_archive dd li a{
	padding:5px 10px 5px;
	font-weight:normal;
	color:#000080;
	border:none;
}
.V2_global_navi .class1 .tab_archive dd li a:hover{
	background:#ffc;
}
/**************************************** main_contents ****************************************/
.main_contents{
	width:570px;
	text-align:center;
	background:#fff;
	box-sizing-border-box;
}
/******** contents_header ********/
.main_contents .contents_header{
}
/******** bread_crumb ********/
.main_contents .bread_crumb{
	overflow:hidden;
	width:543px;
	height:11px;
	padding:0 0 0 3px;
	margin:6px auto 12px;
	line-height:11px;
	font-size:11px;
	text-align:left;
	color:#333;
	border-left:3px solid var(--color-border-primary);
}
.main_contents .bread_crumb a{
	color:#333;
	padding:0 5px;
	text-decoration:none;
}
.main_contents .bread_crumb a:hover{
	text-decoration:underline;
}
.main_contents .bread_crumb span{
	padding:0 0.5em 0;
}
.main_contents .bread_crumb .PLATFORM_ICON_1,
.main_contents .bread_crumb .official_icon{
	display:none;
}
.main_contents .bread_crumb .multi_site,
.main_contents .bread_crumb > span{
	padding:0 5px;
}
.main_contents .bread_crumb .multi_site a,
.main_contents .bread_crumb > span span,
.main_contents .bread_crumb > span a{
	padding:0;
}
/********** strap_banner **********/
.main_contents .contents_header script + a{
	display:block;
	width:530px;
	margin:0 auto 7px;
}
.main_contents .contents_header script + a img{
	margin-bottom:0;
}
/**************************************** left_contents ****************************************/
.left_contents{
	overflow:hidden;
	width:216px;
	padding:0 0 4px;
	margin:0px;
	text-align:left;
	background:#e7e7e7;
	box-shadow:inset 1px 0 0 0 #a9a9a9;
}
.left_contents img{
	vertical-align:middle;
}
/******** Hot Game Now ********/
.left_contents .hot_game_now{
	width:195px;
	height:390px;
	margin:6px auto;
	border:2px solid #afafaf;
}
/********************************** 左メニュー **********************************/
.left_contents .left_menu{
	position:relative;
}
/******************** 親タイトルメニュー ********************/
.left_menu_title{
	position:relative;
	width:212px;
	padding-bottom:24px;
	margin-left:auto;
	text-align:center;
	font-size:13px;
}
.icatch_arrow{
	display:none;	/* リニューアル後は非表示 */
	position:absolute;
	z-index:21;
	top:50px;
	right:-4px;
}
/********** header **********/
.left_menu_title_header{
	width:212px;
	padding-bottom:4px;
}
.left_menu_title_header dt{
	position:relative;
	z-index:1;
	padding:10px 10px 10px;
}
.left_menu_title_header dt img.package{
	margin-top:25px;
	width:110px;
}
.left_menu_title_header a.title{
	text-align:center;
	margin:5px 10px;
	font-weight:bold;
	display:block;
	line-height:16px;
	word-break:break-all;
	overflow:hidden;
	text-decoration:none;
}
/********** information **********/
.left_menu_title .title_information{
	width:202px;
	margin:0 auto;
	padding:0;
	padding-left:6px;
	background-image:url(/image/bg_leftmenu_header_bottom.gif), url(/image/bg_leftmenu_header_repeat.gif);
	background-repeat:no-repeat, repeat-y;
	background-position:11px bottom, 11px top;
}
.title_information ul{
	padding:7px 0 7px 0;
	border-top:2px solid #ffa100;
	width:181px;
	list-style-type:disc;
	margin:0 auto;
}
.title_information ul li.developer a,
.title_information ul li.publisher a{
	text-decoration:underline;
}
.title_information .developer,
.title_information .publisher,
.title_information .date,
.title_information .price{
	text-align:left;
	margin:0 10px 3px 20px;
}
.title_information .amazon,
.title_information .yahoo{
	display:inline;
}
.title_information .amazon img,
.title_information .yahoo img{
	margin-top:5px;
}
/********** score **********/
.left_menu_title_score{
	width:208px;
	height:68px;
	padding-left:4px;
	padding-top:20px;
}
.left_menu_title_score .score_user,
.left_menu_title_score .score_foreign{
	width:178px;
	height:60px;
	border:1px solid #ffffff;
	background:url(/image/bg_leftmenu_score_user.gif) no-repeat top center;
	margin:0 auto 5px;
}
.left_menu_title_score .score_user .no_entry,
.left_menu_title_score .score_foreign .no_entry{
	width:178px;
	height:60px;
	overflow:hidden;
}
.left_menu_title_score .score_user .point,
.left_menu_title_score .score_foreign .point{
	width:66px;
	height:60px;
	font-size:44px;
	background:url(/image/bg_leftmenu_score_point.gif) no-repeat top center;
	float:left;
	line-height:65px;
	font-family:Arial,'ＭＳ Ｐゴシック';
	letter-spacing:-2px;
	padding-right:4px;
	overflow:hidden;
}
.left_menu_title_score .score_user .point a,
.left_menu_title_score .score_foreign .point a{
	font-size:44px;
	text-decoration:none;
}
.left_menu_title_score .score_user .point .excellent,
.left_menu_title_score .score_user .point .good,
.left_menu_title_score .score_foreign .point .excellent,
.left_menu_title_score .score_foreign .point .good{
	color:#4DA92C;
}
.left_menu_title_score .score_user .point .average,
.left_menu_title_score .score_foreign .point .average{
	color:#FFA100;
}
.left_menu_title_score .score_user .point .bad,
.left_menu_title_score .score_user .point .poor,
.left_menu_title_score .score_foreign .point .bad,
.left_menu_title_score .score_foreign .point .poor{
	color:#ff0000;
}
.left_menu_title_score .score_user .heading,
.left_menu_title_score .score_foreign .heading{
	height:18px;
	width:87px;
	border:1px solid #ffffff;
	line-height:18px;
	margin:1px 1px 0 0;
	oveflow:hidden;
	background:url(/image/bg_leftmenu_score_title.gif) no-repeat left top #F0F0F0;
	float:right;
	font-weight:bold;
	padding-left:17px;
	text-align:left;
}
.left_menu_title_score .score_user .post{
	oveflow:hidden;
	line-height:40px;
	font-size:14px;
	color:#ff0000;
}
.left_menu_title_score .score_foreign .powered{
	width:69px;
	height:31px;
	background:url(/image/bg_leftmenu_metascore.gif) no-repeat 4px 4px;
	float:right;
	oveflow:hidden;
	line-height:10px;
	font-size:11px;
	text-align:left;
	padding:8px 0 0 38px;
}
.left_menu_title_score .score_foreign .powered a{
	text-decoration:underline;
}
/****** 読者レビュー廃止 ******/
.left_menu_title_score.no_entry,
.left_menu_title_score.no_entry .score_user,
.left_menu_title_score .score_foreign,
.left_menu_title_score .score_user .button{
	display:none;
}
/******************** article menu ********************/
.left_menu_title_menu{
	width:208px;
	padding-left:4px;
	overflow:hidden;
	margin:0 auto;
	text-align:left;
}
.left_menu_title_menu dl{
	width:175px;
	height:100%;
	margin:0 0 0 9px;
	padding:10px 7px 0;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
}
.left_menu_title_menu dl dt{
	border-left:4px solid #FFA100;
	padding-left:7px;
	line-height:1.5;
	padding-right:10px;
	word-break:break-all;
}
.left_menu_title_menu dl dd ul{
	padding:5px 0;
	list-style-type:disc;
	margin:0 auto;
}
.left_menu_title_menu dl dd ul li{
	margin:0 10px 0 20px;
	line-height:1.5;
}
.left_menu_title_menu a{
	text-decoration:underline;
}
.left_menu_title_menu a:link,
.left_menu_title_menu a:visited{
	color:#000080;
}
.left_menu_title_menu a:hover{
	color:#3333ff;
}
/********** default **********/
.left_menu_title_menu dl.default{
	border-top:1px solid #b3b3b3;
}
.left_menu_title_menu dl.default dd ul li span.count{
	font-size:11px;
	padding-left:4px;
}
/******************** option ********************/
.left_menu_title_menu dl dd ul li ul{
	padding:5px 0 0 0;
	list-style-type:disc;
	margin:0 auto;
}
.left_menu_title_menu dl dd ul li ul li{
	padding-right:0;
	margin:0 0 5px 20px;
	list-style:disc;
}
/********** LEVEL **********/
.left_menu_title_menu li.LEVEL_1,
.left_menu_title_menu li.LEVEL_2,
.left_menu_title_menu li.LEVEL_3{
}
.left_menu_title_menu dl dd ul li.LEVEL_1{
	margin-bottom:5px;
}
.left_menu_title_menu dl dd ul li.LEVEL_2,
.left_menu_title_menu dl dd ul li.LEVEL_3{
	margin-left:20px;
}
.left_menu_title_menu dl dd ul li:last-child{
	margin-bottom:10px;
}
/********** TITLE **********/
.left_menu_title_menu dl dd ul li.LEVEL_1.TITLE,
.left_menu_title_menu dl dd ul li.LEVEL_2.TITLE{
	clear:both;
	list-style:none;
	margin-left:0px;
}
.left_menu_title_menu dl dd ul li.LEVEL_3.TITLE{
	margin-bottom:0px;
}
.left_menu_title_menu li span.TITLE{
	display:block;
	line-height:150%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/***** LEVEL_1 heading *****/
.left_menu_title_menu li.LEVEL_1 > span.TITLE{
	background:#666;
	color:#fff;
	border-radius:4px;
	padding:1px 0px 1px 8px;
}
/***** LEVEL_2 heading *****/
.left_menu_title_menu li.LEVEL_2 > span.TITLE{
	padding:1px 0px 1px 3px;
	margin:0px 3px;
	border-bottom:1px dotted #666;
}
.left_menu_title_menu li.LEVEL_2 > span.TITLE:before{
	content:"▼";
	display:inline-block;
	margin-right:4px;
	font-size:10px;
}
/***** LEVEL_3 heading *****/
.left_menu_title_menu li.LEVEL_3.TITLE{
	margin-left:40px;
	margin-bottom:0px;
}
.left_menu_title_menu li.LEVEL_3 > span.TITLE{
	padding:0px;
	margin-bottom:0px;
}
/******************** default menu ********************/
.left_menu_top{
}
.left_menu .left_menu_top a:visited{
	color:#000080;
}
.left_menu .left_menu_top a:hover{
	text-decoration:underline;
}
.left_menu .left_menu_top a{
	text-decoration:none;
}
.left_menu_bottom{
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding:8px 4px 8px 12px
}
/******** お気に入り / 履歴 / 連載 / トピックス / 問い合わせ ********/
.left_menu .favorite,
.left_menu .bookmark_disp,
.left_menu .already,
.left_menu .weekly,
.left_menu .topics,
.left_menu .others,
.left_menu .inquiry{
	width:100%;
}
/******** heading ********/
.left_menu .left_heading{
	display:flex;
	align-items:center;
	height:24px;
	font-size:11px;
	line-height:24px;
	border:1px solid #000;
	background:var(--color-gradient-primary);
	color:#fff;
	box-sizing:border-box;
}
.left_menu .left_heading:before{
	content:" ";
	display:inline-block;
	height:1em;
	margin:0 6px 0 6px;
	vertical-align:top;
	border-left:4px solid #fff;
}
.left_menu .favorite .left_heading{
	overflow:hidden;
	position:relative;
	clip-path: polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 8px);
}
.left_menu .favorite .left_heading::after{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	left:0;
	height: 10px;
	border-left: 2px solid #000;
	transform: skewX(315deg);
}
/******** ul ********/
.left_menu .favorite ul,
.left_menu .already ul,
.left_menu .weekly ul,
.left_menu .topics ul,
.left_menu .inquiry ul,
.left_menu .others ul{
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	background:linear-gradient(180deg, #fff 0px, #eee 20px);
}
.left_menu .inquiry ul{
	border-bottom:none;
}
/************************** お気に入り **************************/
.left_menu .favorite,
.left_menu .already{
}
.left_menu .favorite p,
.left_menu .already p{
	padding-left:4px;
	font-size:10px;
	line-height:18px;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	background:#e3e3e3;
	color:#333333;
}
.left_menu .favorite .icon_new{
	vertical-align:-1px;
	margin-left:1px;
}
/********** V2_favorite **********/
.left_menu .V2_favorite{
	position:relative;
	display:flex;
	min-height:32px;
	padding:8px 0px 8px 40px;
	font-size:11px;
	line-height:1.5;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-top:2px solid #f9f9f9;
	border-bottom:1px solid #dadada;
}
/********** ワードページ用 **********/
.left_menu .V2_favorite > a:first-child{
	position:absolute;
	z-index:3;
	left:4px;
	display:block;
	width:14px;
	height:14px;
}
.left_menu .V2_favorite > a:first-child img.check{
	margin:-2px 0 0 -2px;
}
.left_menu .V2_favorite > a:last-child{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right:4px;
}
/********** タイトル用 **********/
.left_menu .V2_favorite dl{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-end;
	width:100%;
}
.left_menu .V2_favorite dt{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	width:100%;
	text-align:left;
}
/* チェックボックス */
.left_menu .V2_favorite dt > a:first-child{
	position:absolute;
	overflow:hidden;
	display:block;
	z-index:3;
	top:2px;
	left:2px;
	width:13px;
	height:13px;
}
.left_menu .V2_favorite img.check{
	vertical-align:baseline;
}
.left_menu .V2_favorite img.check + img,
.left_menu .V2_favorite .title a:last-child img{
	display:block;
	position:absolute;
	z-index:2;
	left:0px;
	width:32px;
	height:32px;
	border-radius:50%;
}
.left_menu .V2_favorite .title a:last-child img{
	left:4px;
}
/* NO IMAGE */
.left_menu .V2_favorite > a:last-child:after,
.left_menu .V2_favorite .title a:last-child:after{
	content:"NO IMAGE";
	display:flex;
	align-items: center;
	position:absolute;
	z-index:1;
	left:4px;
	top:50%;
	width:32px;
	height:32px;
	margin-top:-16px;
	font-size:7px;
	line-height:1.3;
	text-align:center;
	white-space:normal;
	background:#ccc;
	color:#fff;
	border-radius:50%;
}
/* タイトル名 */
.left_menu .V2_favorite dt > a:last-child{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right:4px;
}
/********** 2段目 **********/
.left_menu .V2_favorite dd{
	margin-right:2px;
	font-size:10px;
	line-height:14px;
}
.left_menu .V2_favorite .article a,
.left_menu .V2_favorite .review a{
	color:#555;
}
.left_menu .V2_favorite dd span{
	font-weight:bold;
}
/********** comment **********/
/* ----------------------------------------
・commentについて
p.comment：お気に入り0件
li.comment：お気に入りが1件以上
---------------------------------------- */
.left_menu .comment{
	font-size:10px;
	line-height:1.4;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-top:2px solid #f9f9f9;
	border-bottom:1px solid #dadada;
	padding: 0.5em 0.5em 0em 1.5em;
	background: url("/image/link_icon_7px_red.gif") no-repeat 0.5em 1em transparent;
}
.left_menu ul p.comment{
	/* 登録件数が0の時の説明文用 */
	padding: 0.5em 0.5em 0.5em 4px;
}
.left_menu .favorite p.comment{
	border:none;
}
.left_menu .favorite .comment{
	border-top: none;
	border-bottom: none;
}
.left_menu .favorite .comment_new{
	border-top: none;
	padding-bottom: 0.5em;
}
.left_menu .favorite .comment b{
	color: #ff0000;
}
.left_menu .already .comment{
	padding: 0.5em;
	background:none;
}
.left_menu .already .comment br{
	display:none;
}
/********** トップページ用 **********/
.left_menu .favorite_top{
}
.left_menu .favorite_top ul li.V2_favorite{
	border-top:2px solid #fff;
	border-bottom:1px solid #ccc;
	background:#f9f7ed;
}
.left_menu .favorite_top .left_heading + p{
	background:linear-gradient(270deg, #dddab1, #f9f7ed);
}
.left_menu .favorite_top p.comment{
	background-color:#efede4;
}
.left_menu .favorite_top p.comment{
	border:none;
	border-top: 1px solid #efede4;
}
.left_menu .favorite_top ul li.comment{
	border-top:0px solid #fff;
	background-color:#efede4;
}
.left_menu .favorite_top .V2_favorite + .comment{
	border-top:2px solid #fff;
}
/******************** 左メニュー基本属性 ********************/
.left_menu .bookmark_disp{
}
.left_menu .bookmark_header{
	display:flex;
	align-items:center;
	height:24px;
	font-size:11px;
	line-height:24px;
	border:1px solid #000;
	background:var(--color-gradient-primary);
	color:#fff;
	box-sizing:border-box;
}
.left_menu .bookmark_header:before{
	content:" ";
	display:inline-block;
	height:1em;
	margin:0 6px 0 6px;
	vertical-align:top;
	border-left:4px solid #fff;
}
.left_menu .bookmark_header::after{
	content:"from アンケート";
	display:inline-block;
	margin:2px 0 0 4px;
	font-size:9px;
	line-height:100%;
}
.left_menu .bookmark_list{
	border-left:1px solid #4d0b0b;
	border-right:1px solid #4d0b0b;
	border-bottom:1px solid #4d0b0b;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap:4px;
	padding:4px 3px;
	background:#f0f0f0;
}
.left_menu .bookmark_platform{
	display:flex;
	align-items: center;
	clear:both;
	font-size:11px;
	margin:0;
	padding-right:4px;
}
.left_menu .bookmark_platform::before{
	content:" ";
	display:inline-block;
	width:14px;
	height:14px;
	padding:3px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%231f1f1f'%3E%3Cpath d='M182-200q-51 0-79-35.5T82-322l42-300q9-60 53.5-99T282-760h396q60 0 104.5 39t53.5 99l42 300q7 51-21 86.5T778-200q-21 0-39-7.5T706-230l-90-90H344l-90 90q-15 15-33 22.5t-39 7.5Zm16-86 114-114h336l114 114q2 2 16 6 11 0 17.5-6.5T800-304l-44-308q-4-29-26-48.5T678-680H282q-30 0-52 19.5T204-612l-44 308q-2 11 4.5 17.5T182-280q2 0 16-6Zm482-154q17 0 28.5-11.5T720-480q0-17-11.5-28.5T680-520q-17 0-28.5 11.5T640-480q0 17 11.5 28.5T680-440Zm-80-120q17 0 28.5-11.5T640-600q0-17-11.5-28.5T600-640q-17 0-28.5 11.5T560-600q0 17 11.5 28.5T600-560ZM310-440h60v-70h70v-60h-70v-70h-60v70h-70v60h70v70Zm170-40Z'/%3E%3C/svg%3E") no-repeat center center;
	background-size:18px;
}
.timeline_highlight_description{
	position:relative;
	font-size:10px;
	line-height:150%;
	background:#333;
	color:#fff;
	padding:6px;
	margin-top:2px;
	border-radius:8px;
	border:1.5px solid #fff;
	box-sizing:border-box;
}
.left_menu .bookmark_platform a:hover{
	text-decoration:underline;
}
.timeline_highlight_description span{
	color:#ff0;
}
.timeline_highlight_description::before,
.timeline_highlight_description::after{
	content:" ";
	display:block;
	position:absolute;
}
.timeline_highlight_description::before{
	z-index:2;
	top:-12px;
	left:10px;
	width:0;
	height:0;
	border:6px solid #333;
	border-top-color:transparent;
	border-left-color:transparent;
	border-right-color:transparent;
}
.timeline_highlight_description::after{
	z-index:1;
	top:-16px;
	left:10px;
	margin-left:-2px;
	width:0;
	height:0;
	border:8px solid #fff;
	border-top-color:transparent;
	border-left-color:transparent;
	border-right-color:transparent;
}
.contents_area_1 .bookmark_disp,
.contents_area_1 .timeline_highlight_description,
.left_contents .left_menu .already_top .favorite_exp{
	display:none;
}
/******************** weekly / topics / inquiry ********************/
.left_menu .weekly li,
.left_menu .inquiry li,
.left_menu .topics li,
.left_menu .others li{
	font-size:11px;
	line-height:1.5;
	padding:4px;
	border-bottom:1px solid #e0e0e0;
	border-top:1px solid #f9f9f9;
}
.left_menu .topics li.banner{
	height:50px;
	text-align:center;
}
/******** LINE ********/
.left_menu .line .mobile_bg{
	position:relative;
	width:100%;
	height:250px;
	font-family:serif !important;
	background:url(/image/bg_leftmenu_line_2.png) no-repeat center top #f3f3f3;
	border:1px solid #333333;
	border-top:none;
	box-sizing:border-box;
}
/********** article thumb **********/
.news_thumb.noimage{
	display:none;
}
.news_thumb{
	width:190px;
	padding:5px;
	margin:3px 3px 0 auto;
	border:1px solid #000;
	background-color:#f3f3f3;
}
.news_thumb img{
	width:190px;
	display:block;
}
/******** banner ********/
.left_menu .banner_left_4g{
	margin:4px 0;
}
/******** weekly ********/
.left_menu .weekly span{
	font-size:9px;
	min-width:20px;
	display:table-cell;
	vertical-align:top;
}
.left_menu .weekly a{
	display:table-cell;
	vertical-align:top;
}
.left_menu .weekly .sub{
	width:auto;
	padding-left:24px;
}
.left_menu .weekly .daily span{
	min-width:30px;
}
.left_menu .weekly .daily.sub{
	padding-left:34px;
}
.left_menu .weekly .irregular span{
	min-width:40px;
}
.left_menu .weekly .irregular.sub{
	padding-left:44px;
}
.left_menu .weekly .contents_all{
	text-align:right;
}
.left_menu .weekly .contents_all a{
	display:inline;
	padding-left:10px;
	background:url(/image/icatch_blue_gray_11.gif) no-repeat left 5px;
}
/********** article **********/
.left_menu .leftmenu_article .container{
	display:flex;
	flex-direction: column;
	align-items: center;
	padding:8px;
}
.left_menu .leftmenu_article .container:nth-child(4),
.left_menu .leftmenu_article .container:nth-child(5){
	display:none;
}
.left_menu .leftmenu_article .container > a{
	order:2;
}
.left_menu .leftmenu_article .img_left_top{
	width:170px;
	height:auto;
	margin:0 0 4px;
	border-radius:4px;
}
.left_menu .leftmenu_article .container > div{
	display:contents;
}
.left_menu .leftmenu_article .heading{
	order:3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	width:170px;
	text-align:left;
}
.left_menu .leftmenu_article .V2_article_tag{
	order:1;
	overflow:hidden;
	display:block;
	width:180px;
	height:11px;
	margin:0 0 4px;
}
.left_menu .leftmenu_article .V2_article_tag img{
	margin-right:2px;
	vertical-align:top;
}
/***** oneline *****/
.left_menu .leftmenu_article .oneline{
	display:none;
}
/********** features / others / inquiry **********/
.left_menu .others img{
	padding-right:4px;
}
.left_menu .inquiry div img{
	display:block;
	width:100%;
}
.left_menu .features li svg,
.left_menu .inquiry li svg{
	display:inline-block;
	width:16px;
	height:16px;
	padding:4px;
	margin-right:4px;
	vertical-align:middle;
	border-radius:16px;
	background-size:16px;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#fff;
	color:var(--color-bg-primary);
	color:#333;
	border:1px solid #ddd;
}
/**************************************** right_contents ****************************************/
.right_contents{
	display:flex;
	flex-wrap:nowrap;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	width:174px;
	padding-top: 6px;
	background: #e7e7e7;
	box-shadow: inset -1px 0 0 0 #a9a9a9;
}
.right_contents img{
	vertical-align:middle;
}
.right_contents .title{
	display:flex;
	align-items:center;
	height:22px;
	line-height:22px;
	font-size:11px;
	background:var(--color-gradient-primary);
	color:#fff;
	border: 1px solid #000;
}
.right_contents .title:before{
	content:" ";
	display:inline-block;
	height:1em;
	margin:0 6px 0 6px;
	vertical-align:top;
	border-left:4px solid #fff;
}
/********** order **********/
.sidetop{
	order:1;
}
.right_contents .topics{
	order:2;
}
.skyscraper{
	order:3;
}
.paidpub_special{
	order:4;
}
.ranking{
	order:5;
}
.ranking + .ranking{
	order:6;
}
/********** sidetop **********/
.right_contents .sidetop{
	width:160px;
	margin:3px auto 0;
}
.right_contents .sidetop_H160{
	width:160px;
	height:160px;
	margin-bottom:3px;
}
.right_contents .sidetop_extra_H320{
	width:160px;
	height:320px;
	margin-bottom:3px;
}
/********** skyscraper **********/
.right_contents .skyscraper{
	height:auto;
	width:160px;
	margin:3px auto 0;
}
/********** paidpub **********/
.right_contents .paidpub_special{
	width:160px;
	margin:2px auto 5px;
	background:var(--color-bg-primary);
}
.right_contents .paidpub_special .title{
	position:relative;
	height:28px;
	font-weight:bold;
	text-indent:42px;
}
.right_contents .paidpub_special .title::before{
	content:"Pick\AUp";
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:-2px;
	width:2em;
	height:2em;
	padding:6px;
	font-size:10px;
	line-height:10px;
	text-align:center;
	text-indent:0;
	border:none;
	white-space: pre;
	color:#f30;
	background:#ff0;
	border-radius:50%;
	transform:rotate(335deg);
	box-shadow:0px 0px 4px 0px #00000066;
}
/***** V2 *****/
.right_contents .special_contents_V2{
	padding:0 0 4px;
	background:rgba(255,255,255,0.2);
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
.right_contents .special_contents,
.right_contents .special_contents a,
.right_contents .special_contents figure,
.right_contents .special_contents figcaption{
	width:150px;
	height:150px;
}
.right_contents .special_contents{
	position:relative;
	overflow:hidden;
	padding:4px 4px 0;
}
.right_contents .special_contents a{
	display:block;
	color:#fff;
	text-decoration:none;
}
.right_contents .special_contents figure{
	position:relative;
	overflow:hidden;
}
.right_contents .special_contents figcaption{
	position:absolute;
	z-index:2;
	display:block;
	padding:4px;
	font-size:13px;
	line-height:18px;
	word-wrap:break-word;
	word-break:break-all;
	background:rgba(0,0,0,0.7);
	box-sizing:border-box;
	transform:translate3d(0px,-42px,0px);
	transition:transform 0.5s ease;
}
.right_contents .special_contents a:hover figcaption{
	transform:translate3d(0px,-150px,0px);
	transition:transform 1px linear;
}
.right_contents .special_contents.pr figure:before{
	content:"PR";
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	padding:4px;
	font-size:10px;
	line-height:10px;
	background:#000;
	color:#fff;
}
/********** ranking **********/
.right_contents .ranking{
	width:160px;
	margin:3px auto;
	font-size:11px;
	line-height:1.5;
	border-bottom:1px solid #999999;
}
.right_contents .ranking .container{
	clear:both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding:4px 4px 8px;
	font-size:11px;
	line-height:1.5;
	word-break:break-all;
	word-wrap:break-word;
	background-color: #f3f3f3;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #e0e0e0;
	border-top:1px solid #f9f9f9;
}
.right_contents .ranking .container div[class^="no"]{
	width:16px;
	height:16px;
	margin:0 5px 0 2px;
	line-height:16px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	border:1px solid #333333;
	background:#FFFEF2;
	color:#333333;
}
.right_contents .ranking .container div.no1{
	background:#FFF699;
}
.right_contents .ranking .container div.no2{
	background:#FFF9B2;
}
.right_contents .ranking .container div.no3{
	background:#FFFCD9;
}
.right_contents .ranking p{
	width:125px;
}
.right_contents .ranking a:visited{
	color:#000080;
}
.right_contents .ranking a:hover{
	color:#0000ff;
}
.right_contents .ranking .container a{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	padding-right:2px;
}
.right_contents .ranking img{
	padding-bottom:2px;
}
.right_contents .ranking .contents_all,
.right_contents .ranking .period{
	font-size:10px;
	line-height:1.5;
	padding:4px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background:#f3f3f3;
	text-align:right;
}
.right_contents .ranking .contents_all,
.right_contents .ranking .container + .period{
	border-top:1px solid #f9f9f9;
}
.right_contents .ranking .contents_all a{
	display:inline;
	padding-left:10px;
	background:url(/image/icatch_blue_gray_11.gif) no-repeat left center;
}
.right_contents .ranking + .ranking > div:nth-child(12),
.right_contents .ranking + .ranking > div:nth-child(13),
.right_contents .ranking + .ranking > div:nth-child(14),
.right_contents .ranking + .ranking > div:nth-child(15),
.right_contents .ranking + .ranking > div:nth-child(16),
.right_contents .ranking + .ranking > div:nth-child(17),
.right_contents .ranking + .ranking > div:nth-child(18),
.right_contents .ranking + .ranking > div:nth-child(19),
.right_contents .ranking + .ranking > div:nth-child(20),
.right_contents .ranking + .ranking > div:nth-child(21){
	display:none;
}
/********** sticky banner **********/
.right_contents .sticky_ad_mini{
	order:7;
	position: sticky;
	top: 0px;
	padding-top:6px;
}
.right_contents .sticky_ad_mini > div{
	text-align:center;
}
.right_contents .sticky_ad_mini > div a{
	display:block;
	margin-bottom:6px !important;
}
.right_contents .sticky_ad_mini > div img{
	width:160px;
	height:auto;
}
/****************************** footer ******************************/
.footer_index,
.footer_middle,
.footer_bottom{
	width:100%;
}
/********** footer_index **********/
.footer_index{
	clear:both;
	margin:0;
	padding:15px;
	font-size:13px;
	line-height:1.5;
	border:1px solid #ccc;
	border-bottom:none;
	background:#fff;
	box-sizing:border-box;
}
.footer_container{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.footer_index dl{
	width:20%;
	height:16em;
	padding:10px;
	border:1px dotted #7f7f7f;
	border-right:none;
	box-sizing:border-box;
}
.footer_index dl:nth-child(5n),
.footer_index dl:nth-child(9n),
.footer_index dl:nth-child(10n){
	border-right:1px dotted #7f7f7f;
}
.footer_index dl:nth-child(6n),
.footer_index dl:nth-child(7n),
.footer_index dl:nth-child(8n),
.footer_index dl:nth-child(9n),
.footer_index dl:nth-child(10n){
	border-top:none;
}
.footer_index dt{
	font-weight:bold;
}
.footer_index dd{
	margin-left:1em;
}
.footer_index a{
	color:#000080;
	text-decoration:none;
}
.footer_index a:hover{
	text-decoration:underline;
}
/********** sub **********/
.footer_middle,
.footer_bottom{
	padding:10px 0;
	margin:0 auto;
	line-height:1.5;
	font-size:11px;
	text-align:center;
	border-top:1px solid #666666;
	border-bottom:1px solid #000000;
	color:#ffffff;
}
.footer_middle{
	background:#333;
}
.footer_bottom{
	background:#000;
}
.footer_middle a,
.footer_bottom a{
	color:#ffffff;
}
.fotter_submenu{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:center;
	padding-bottom:5px;
}
.fotter_submenu div{
	padding:0px 10px;
}
/****************************** Alert ******************************/
body.custom_iPhone .alert_for_PC{
	position:absolute;
	top:20px;
	left:50%;
	margin:20px auto;
	margin-left:-460px;
	width:910px;
	height:100px;
	line-height:100px;
	background:#333333;
	background:#ffffff;
	border:5px solid #990000;
	color:#ffffff;
	color:#990000;
	font-size:24px;
	font-weight:bold;
	-webkit-border-radius:10px;
	z-index:500;
	-webkit-opacity:0.95;
}
.alert_ktai_for_PC{
	height:100px;
	line-height:100px;
	width:100%;
	background:#ffffff;
	border:5px solid #ff0000;
	color:#ff0000;
	font-size:30px;
	font-weight:bold;
}
.alert_psvita_for_PC{
	position:absolute;
	top:20px;
	left:50%;
	margin:20px auto;
	margin-left:-460px;
	width:910px;
	height:100px;
	line-height:100px;
	background:#333333;
	background:#ffffff;
	border:5px solid #990000;
	color:#ffffff;
	color:#990000;
	font-size:24px;
	font-weight:bold;
	-webkit-border-radius:10px;
	z-index:500;
	-webkit-opacity:0.95;
}
/*==============================================================================================================
/import V2_common_component.css
/==============================================================================================================*/
/****************************** SOCIALBOOKMARK_BAR ******************************/
#SOCIALBOOKMARK_BAR{
	display:flex;
	justify-content:flex-end;
	align-items: center;
}
#SOCIALBOOKMARK_BOTTOM_BAR{
	display:flex;
	justify-content:flex-end;
	align-items: center;
	background:none;
	margin-top:1em;
	margin-bottom:0;
}
#SOCIALBOOKMARK_BAR iframe,
#SOCIALBOOKMARK_BOTTOM_BAR iframe{
	padding:0;
	margin:0;
}
/******************** order ********************/
#SOCIALBOOKMARK_BAR .twitter_official,
#SOCIALBOOKMARK_BOTTOM_BAR .twitter_official{
	order:1;
}
#SOCIALBOOKMARK_BAR .facebook_share,
#SOCIALBOOKMARK_BOTTOM_BAR .facebook_share{
	order:2;
}
#SOCIALBOOKMARK_BAR .hatena,
#SOCIALBOOKMARK_BOTTOM_BAR .hatena{
	order:3;
}
/***** readlater（開発中） *****/
#SOCIALBOOKMARK_BAR .readlater,
#SOCIALBOOKMARK_BOTTOM_BAR .readlater{
	order:4;
	display:none;
}
/******************** hatena ********************/
#SOCIALBOOKMARK_BAR .hatena,
#SOCIALBOOKMARK_BOTTOM_BAR .hatena{
	overflow:hidden;
	width:20px;
	height:20px;
	padding-top:1px;
	border:1px solid #3366cc;
	border-radius:3px;
	background:#00a4de;
	box-sizing:border-box;
}
#SOCIALBOOKMARK_BAR .hatena img,
#SOCIALBOOKMARK_BOTTOM_BAR .hatena img{
	float:none;
	padding:0 0 1px 0;
	margin:-2px -1px 0 0;
}
#SOCIALBOOKMARK_BAR .hatena img.icon,
#SOCIALBOOKMARK_BOTTOM_BAR .hatena img.icon{
	padding:0;
}
/***** custom_2 / タイトルページ / ワードページはブックマーク数付き *****/
body.custom_2.custom_free #SOCIALBOOKMARK_BAR .hatena,
body.custom_2.custom_word #SOCIALBOOKMARK_BAR .hatena,
.main_contents .dc_container #SOCIALBOOKMARK_BAR .hatena,
.main_contents .word_container #SOCIALBOOKMARK_BAR .hatena{
	width:50px;
	height:20px;
	float:right;
	margin:0 1px 0 0;
	padding:0;
	background:transparent;
	border:none;
	overflow:visible;
}
/******************** facebook ********************/
#SOCIALBOOKMARK_BAR .facebook_share,
#SOCIALBOOKMARK_BOTTOM_BAR .facebook_share{
	height:20px;
	width:20px;
	margin:0px 8px 0 0;
	background:#1877f2;
	border-radius:3px;
}
#SOCIALBOOKMARK_BAR .facebook_share .facebook_icon,
#SOCIALBOOKMARK_BOTTOM_BAR .facebook_share .facebook_icon{
	width:20px;
	height:20px;
	padding:0;
}
/******************** twitter / X ********************/
#SOCIALBOOKMARK_BAR .twitter_official,
#SOCIALBOOKMARK_BOTTOM_BAR .twitter_official{
	position:relative;
	overflow:hidden;
	width:75px;
	height:20px;
}
/********** twitterアイコンを非表示 **********/
.twitter_official .overlap > a:first-child img{
	display:none;
}
/********** Xアイコンを疑似要素で表示 **********/
.twitter_official .overlap > a:first-child{
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
	background:#000;
	border-radius:4px;
}
.twitter_official .overlap > a:first-child:before{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
	background:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1227"><path fill="white" d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z"/></svg>') no-repeat center center;
	background-size:70%;
}
/********** コメント **********/
#SOCIALBOOKMARK_BAR .twitter_search_link,
#SOCIALBOOKMARK_BOTTOM_BAR .twitter_search_link{
	display:block;
	position:absolute;
	top:0px;
	left:20px;
	min-width:3.75em;
	height:18px;
	margin:0px 0px 0px 4px;
	padding:0px 1px 0px 2px;
	font-size:10px;
	line-height:18px;
	letter-spacing:-1px;
	text-align:center;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:2px;
}
.twitter_search_link:after,
.twitter_search_link:before,
a.tweet_self:after,
a.tweet_self:before{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.twitter_search_link:after,
a.tweet_self:after{
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 4px;
	margin-top: -4px;
}
.twitter_search_link:before,
a.tweet_self:before{
	border-color: rgba(221, 221, 221, 0);
	border-right-color: #ddd;
	border-width: 5px;
	margin-top: -5px;
}
/********** コメントを隠す（Postする） **********/
.twitter_official .overlap{
	position:relative;
}
.tweet_selecter.OPEN{
	display:block;
}
.tweet_selecter.CLOSE{
	display:none;
}
a.tweet_self{
	display:block;
	position:absolute;
	top:0px;
	left:20px;
	min-width:3.75em;
	height:18px;
	margin:0px 0px 0px 4px;
	padding:0px 1px 0px 2px;
	font-size:10px;
	line-height:18px;
	letter-spacing:-1px;
	text-align:center;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:2px;
}
/********** customとNEWS以外ではPostをnone **********/
.custom_1 .tweet_selecter,
.custom_2 .tweet_selecter{
	display:none !important;
}
.dc_container .tweet_selecter,
.word_container .tweet_selecter{
	display:none !important;
}
/********** リツイート / いいねカウントあり **********/
#SOCIALBOOKMARK_BAR .twitter_count_retweet,
#SOCIALBOOKMARK_BAR .twitter_count_heart,
#SOCIALBOOKMARK_BOTTOM_BAR .twitter_count_retweet,
#SOCIALBOOKMARK_BOTTOM_BAR .twitter_count_heart{
	text-indent:12px;
	height:10px;
	font-size:10px;
	line-height:100%;
	letter-spacing:0;
	color:#000080;
	text-align:right;
}
#SOCIALBOOKMARK_BAR .twitter_count_retweet,
#SOCIALBOOKMARK_BOTTOM_BAR .twitter_count_retweet{
	background:url(/image/twitter_retweet_v2_small.png) no-repeat left -1px;
}
#SOCIALBOOKMARK_BAR .twitter_count_heart,
#SOCIALBOOKMARK_BOTTOM_BAR .twitter_count_heart{
	background:url(/image/twitter_favorite_v2_small.png) no-repeat left -1px;
	margin-top:-1px;
}
/*****　5桁対応 *****/
.twitter_search_link:has(.twitter_count_retweet.five_digit) + .tweet_selecter a,
.twitter_search_link:has(.twitter_count_heart.five_digit) + .tweet_selecter a{
	width:4.3em;
	text-align:center;
}
/********** 不要かも？ **********/
body.custom_word .unit_contents #SOCIALBOOKMARK_BAR .twitter_official{
	margin-right:1px;
}
/****************************** OVERLAY SS ******************************/
/********** SS **********/
#OVERLAY_SS_area{
	z-index:999;
	position:fixed;
	background:#ffffff;
	border:8px solid #ffffff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	cursor:pointer;
}
/********** グレーアウト **********/
#OVERLAY_SS_GRAY{
	display:none;
	z-index:998;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(/image/bg_overlay_ss.png) repeat 0 0;
	cursor:pointer;
}
/********************  interface ********************/
#OVERLAY_SS_info{
	z-index:999;
	overflow:hidden;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	padding:0 10px;
	color:#333333;
	background:url(/image/bg_overlay_interface.png) repeat-x; left bottom;
	border-top:1px solid #000000;
}
#OVERLAY_SS_info ul{
	float:right;
	height:30px;
}
/********** url **********/
#OVERLAY_SS_info .box_1{
	float:left;
	width:215px;
	height:18px;
	margin:6px 0 0 0;
	padding-right:5px;
	line-height:18px;
	font-size:11px;
	border-right:1px solid #aaaaaa;
}
#OVERLAY_SS_url{
	width:170px;
	height:15px;
	padding:0 5px;
	margin:0 0 0 3px;
	line-height:15px;
	font-size:11px;
	vertical-align:1px;
}
/********** ratio **********/
#OVERLAY_SS_info .box_2{
	float:left;
	height:18px;
	padding:0 5px 0 10px;
	margin:6px 0 0 0;
	line-height:19px;
	font-size:11px;
	border-left:1px solid #ffffff;
}
#OVERLAY_SS_info .box_2_inner{
	float:left;
}
#OVERLAY_SS_height{
	padding-right:3px;
}
/********** 原寸ボタン **********/
#OVERLAY_SS_info .box_3{
	float:left;
	height:20px;
	padding-left:20px;
	margin:4px 10px 0 0;
	line-height:21px;
	font-size:10px;
	background:url(/image/button_overlay_goto.png) no-repeat left top;
	border:1px solid #ffffff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
}
#OVERLAY_SS_info .box_3 a{
	display:block;
	float:right;
	height:20px;
	padding:0 10px 0 0;
	line-height:20px;
	background:url(/image/button_overlay_goto.png) no-repeat right top;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
#OVERLAY_SS_info .box_3 a:link{
	color:#000088;
	text-decoraiton:none;
}
#OVERLAY_SS_info .box_3 a:visited{
	color:#000088;
	text-decoration:none;
}
#OVERLAY_SS_info .box_3 a:hover{
	color:#3333ff;
	text-decoration:underline;
}
/********** tweet **********/
#OVERLAY_SS_info .box_4{
	display:block;
	float:left;
	height:18px;
	padding-right:10px;
	margin:5px 10px 5px 0;
	line-height:18px;
	font-size:10px;
	border-left:1px solid #aaaaaa;
}
#OVERLAY_SS_tweet{
	float:left;
	font-weight:bold;
	display:block;
}
#OVERLAY_SS_tweet img{
	border-left:1px solid #ffffff;
	padding-left:10px;
	vertical-align:-4px;
	margin-right:1px;
}
#OVERLAY_SS_tweet:link{
	color:#2299cc;
	text-decoration:none;
}
#OVERLAY_SS_tweet:visited{
	color:#2299cc;
	text-decoration:none;
}
#OVERLAY_SS_tweet:hover{
	color:#2299cc;
	text-decoration:underline;
}
#OVERLAY_SS_tweet:hover img{
	text-decoration:none;
}
/****************************** COMMON_OVERLAY_GRAY ******************************/
#COMMON_OVERLAY{
	display:none;
	position:fixed;
	z-index:9999;
	top:7.5%;
	left:5%;
	width:90%;
	height:85%;
	font-size:100%;
	background-color:#fff;
	border-radius:20px;
}
#COMMON_OVERLAY_GRAY{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	z-index:9998;
}
#COMMON_OVERLAY_GRAY.CLOSE,
#COMMON_OVERLAY.CLOSE{
	display:none !important;
}
#COMMON_OVERLAY_GRAY.OPEN,
#COMMON_OVERLAY.OPEN{
	display:block !important;
}
#COMMON_OVERLAY .ERROR{
	color:#f00;
	margin:20px;
}
/********** HEADER **********/
#COMMON_OVERLAY .HEADER{
	position:relative;
	padding:10px;
	background:#33c;
	color:#ffffff;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	font-weight:bold;
	text-align:center;
}
/********** CONTAINER **********/
#COMMON_OVERLAY .OVERLAY_CONTAINER{
	display:flex;
	flex-direction:column;
	height:100%;
}
#COMMON_OVERLAY .CONTAINER{
	width:100%;
	height:100%;
	overflow-y:scroll;
}
#COMMON_OVERLAY .CONTENTS{
	padding:20px;
	text-align:left;
}
/********** COMMAND **********/
#COMMON_OVERLAY .COMMAND{
	width:90%;
	padding:10px;
	margin:10px auto;
	text-align:center;
	border:1px dotted;
	background-color:#ffffee;
	border-radius:10px;
}
#COMMON_OVERLAY .COMMAND:empty{
	display:none;
}
#COMMON_OVERLAY .COMMAND .action{
	display: flex;
}
#COMMON_OVERLAY .COMMAND .group{
	margin-left:10px;
	margin-right:10px;
}
/********** FOOTER **********/
#COMMON_OVERLAY .FOOTER{
	padding:10px;
	color:#ffffff;
	background-color:#aaaaaa;
}
#COMMON_OVERLAY .FIXED_FOOTER{
	position:static;
	padding:10px;
	font-size:80%;
	line-height:100%;
	background-color:#333;
	color:#ffffff;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
#COMMON_OVERLAY .FIXED_FOOTER:empty{
	display:none;
}
/****************************** アフィリエイト ******************************/
.main_contents .maintxt div.affiliate:after,
.main_contents div.affiliate:after,
.main_contents div.affiliate dl.container_w262 dd:after{
	content:"";
	display:block;
	height:0;
	clear:both;
}
.main_contents .maintxt div.affiliate,
.main_contents div.affiliate{
	border:2px solid #E0E0E0;
	background:url(/image/bg_affiliate_dot.gif) left top;
	padding:10px 0 5px;
	margin:0 auto;
	color:#555555;
	position:relative;
	font-size:13px;
	line-height:15px;
	text-align:left;
}
.main_contents .maintxt div.affiliate{
	width:516px;
}
.main_contents div.affiliate{
	width:546px;
	margin-top:10px;
	margin-bottom:5px;
}
.main_contents div.affiliate a:link{
	color:#444488;
}
.main_contents div.affiliate a:visited{
	color:#444488;
}
.main_contents div.affiliate a:hover{
	color:#0033ff;
}
.main_contents div.affiliate img.tag{
	position:absolute;
	bottom:0px;
	right:0;
	z-index:10;
}
.main_contents div.affiliate span.timestamp{
	position:absolute;
	bottom:0px;
	right:40px;
	z-index:10;
	color:#666666;
	font-size:11px;
	line-height:15px;
}
.main_contents div.affiliate dd.price,
.main_contents div.affiliate li span.price{
	color:#bb4444;
}
/******************** サムネイル1コマ ********************/
.main_contents div.affiliate dl.box{
	width:252px;
	float:left;
	margin:0;
	padding:0 15px 20px 5px;
}
.main_contents div.affiliate dl.box dt img.package{
	float:left;
	margin:0 0 0 10px;
}
.main_contents div.affiliate dl.box dt a.brand{
	display:block;
	padding-left:96px;
	margin-bottom:8px;
	font-weight:bold;
}
.main_contents div.affiliate dl.box dd img{
	vertical-align:-3px;
	margin-right:5px;
}
.main_contents div.affiliate dl.box dd.price,
.main_contents div.affiliate dl.box dd.genre{
	margin-bottom:2px;
}
.main_contents.container div.affiliate dl.box dd.date{
}
.main_contents div.affiliate dl.box dd{
	margin:0;
	padding-left:96px;
	font-size:11px;
}
/******************** リスト *******************/
.main_contents div.affiliate dl.list:after{
	content:"";
	display:block;
	height:0;
	clear:both;
}
.main_contents div.affiliate dl.list{
	width:516px;
	padding:0;
	margin:0 auto 5px;
	clear:both;
}
.main_contents div.affiliate dl.list dt{
	display:inline;
	line-height:15px;
	padding-right:5px;
}
.main_contents div.affiliate dl.list dt img{
	margin:0 5px 0 0;
}
.main_contents div.affiliate dl.list dd{
	margin:0;
	padding:0 5px 0 0;
	font-size:11px;
	line-height:22px;
	display:inline;
}
.main_contents div.affiliate dl.list dd.genre{
	padding-left:5px;
}
/******************** リスト *******************/
.main_contents div.affiliate ul.list li:after{
	content:"";
	display:block;
	height:0;
	clear:both;
}
.main_contents div.affiliate ul.list{
	width:516px;
	padding:0;
	margin:0 auto 5px;
	clear:both;
	list-style:none;
}
.main_contents div.affiliate ul.list li{
	clear:both;
	line-height:15px;
	padding-right:5px;
	margin-bottom:7px;
}
.main_contents div.affiliate ul.list li img{
	margin:1px 5px 0 0;
	float:left;
}
.main_contents div.affiliate ul.list li div{
	margin:0;
	width:459px;
	float:left;
}
.main_contents div.affiliate ul.list li div span.price,
.main_contents div.affiliate ul.list li div span.genre{
	padding-left:5px;
	font-size:11px;
}
/******************** アフィリエイト 記事内用 ********************/
.main_contents div.affiliate div.box:after{
	content:"";
	display:block;
	height:0;
	clear:both;
}
.main_contents div.affiliate div.box{
	width:474px;
	background:url(/image/bg_affiliate_494.gif) repeat-y;
	padding:10px 10px 10px 10px;
	border-bottom:1px solid #e0e0e0;
	margin:0 0 5px 10px;
	position:relative;
}
.main_contents div.affiliate div.box div.title{
	background:url(/image/bg_affiliate_list_disc.gif) no-repeat 0px 3px;
}
.main_contents div.affiliate div.box strong{
	margin-bottom:8px;
	margin-left:11px;
	font-weight:bold;
	display:block;
	font-size:15px;
	line-height:15px;
	width:455px;
}
.main_contents div.affiliate div.box table{
	table-layout:fixed;
	width:auto;
	line-height:100%;
	text-align:left;
}
.main_contents div.affiliate div.box table th,
.main_contents div.affiliate div.box table td{
	vertical-align:top;
}
.main_contents div.affiliate div.box table tr.keyword th,
.main_contents div.affiliate div.box table tr.keyword td{
	padding-bottom:40px;
}
.main_contents div.affiliate div.box table .col1{
	width:30%;
}
.main_contents div.affiliate div.box table .col2{
	width:3%;
}
.main_contents div.affiliate div.box table .col3{
	width:60%;
}
.main_contents div.affiliate div.box table th{
	font-weight:normal;
}
.main_contents div.affiliate div.box img.package{
	float:left;
	padding:0 10px;
	margin:0;
}
/********** ボタン **********/
.main_contents div.affiliate div.button{
	position:absolute;
	bottom:8px;
	right:10px;
}
.main_contents div.affiliate img.button_yahoo{
	padding:0;
}
.main_contents div.affiliate img.button_amazon{
	padding:0;
}
.main_contents div.affiliate img.button_official{
	padding:0 0 0 2px;
}
/******************** アフィリエイト アウトプット ********************/
.main_contents div.affiliate .container_w550_box:after{
	content:"";
	display:block;
	height:0;
	clear:both;
}
.main_contents div.affiliate .container_w550_box{
	width:516px;
	padding:0px 5px 5px;
	margin:0 0 8px 10px;
	position:relative;
}
.main_contents div.affiliate .container_w550_box dl{
	width:388px;
	margin:0;
	padding:0;
}
.main_contents div.affiliate .container_w550_box dt{
	margin-bottom:8px;
	font-weight:bold;
	float:right;
	text-align:left;
	width:430px;
}
.main_contents div.affiliate .container_w550_box dd{
	margin:0;
	padding:0 0 0 86px;
	font-size:11px;
}
.main_contents div.affiliate .container_w550_box dd.package{
	float:left;
}
.main_contents div.affiliate .container_w550_box .package{
	padding:0;
}
.main_contents div.affiliate .container_w550_box dd.genre{
}
.main_contents div.affiliate .container_w550_box dd.date{
}
.main_contents div.affiliate .container_w550_box dd.price{
	margin-bottom:8px;
}
.main_contents div.affiliate .container_w550_box dd.comment{
	margin-top:5px;
	font-size:11px;
	line-height:13px;
}
/********** アウトプット2用ボタン *********/
.main_contents div.affiliate .container_w550_box dd.button_amazon{
	padding:0 0 0 10px;
	display:inline;
}
.main_contents div.affiliate .container_w550_box dd.button_yahoo{
	padding:0 0 0 10px;
	display:inline;
}
/****************************** 関連タイトル / このページのURL ******************************/
.main_contents .container ul.title_info,
.main_contents .dc_container .title_info,
.main_contents .word_container .word_header ul.title_info{
	clear:both;
	list-style:none;
	margin-left:8px;
	word-break:break-all;
}
.main_contents .container ul.title_info li,
.main_contents .dc_container .title_info li,
.main_contents .word_container .word_header ul.title_info li{
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	padding:2px 0 2px 16px;
	font-size:12px;
	line-height:1.5;
	background:url(/image/link_icon_12px_red.gif) no-repeat left 8px;
}
.main_contents .container ul.title_info li:has(input),
.main_contents .dc_container .title_info li:has(input),
.main_contents .word_container .word_header ul.title_info li:has(input){
	align-items:center;
	background-position:left center;
}
.main_contents .container ul.title_info li span,
.main_contents .dc_container .title_info li span,
.main_contents .word_container .word_header ul.title_info li span{
	color:#ff0000;
}
.main_contents .container ul.title_info li span{
	min-width:8em;	/* 記事ページでは幅をそろえる */
}
/***** 関連タイトル *****/
.main_contents .container ul.title_info li h3,
.main_contents .word_container .word_header ul.title_info li h3{
	flex-grow:1;
	font-size:12px;
	font-weight:normal;
}
.main_contents .container ul.title_info li h3 .PLATFORM_ICON_1,
.main_contents .word_container .word_header ul.title_info li h3 .PLATFORM_ICON_1{
	vertical-align:middle;
	margin-right:4px;
}
.main_contents .container ul.title_info li .official_icon img{
	vertical-align:middle;
	margin-left:4px;
}
/***** このページのURL *****/
.main_contents .container ul.title_info li input,
.main_contents .dc_container .title_info input,
.main_contents .word_container .word_header ul.title_info li input{
	flex-grow:1;
	width:76%;
	height:12px;
	font-size:12px;
}
/****************************** キーワード ******************************/
.main_contents .container .keyword,
.main_contents .word_container .word_header .keyword{
	margin:0 auto;
	padding:0.5em 0;
}
.main_contents .container .keyword p,
.main_contents .word_container .word_header .keyword p{
	width:500px;
	height:22px;
	padding:0 0 0 30px;
	margin:0 auto;
	line-height:22px;
	font-size:10px;
	background:url(/image/bar_keyword_news.gif) no-repeat left top;
}
.main_contents .container .keyword ul,
.main_contents .word_container .word_header .keyword ul{
	list-style:none;
	width:514px;
	margin:0 auto;
	padding:5px 7px 0;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	font-size:12px;
}
.main_contents .container .keyword ul li,
.main_contents .word_container .word_header .keyword ul li{
	display:inline;
	padding-right:4px;
}
.main_contents .container .keyword div,
.main_contents .word_container .word_header .keyword div{
	height:7px;
	margin:0 auto;
	text-align:center;
}
.main_contents .container .keyword img.keyword_frame,
.main_contents .word_container .word_header .keyword  img.keyword_frame{
	vertical-align:top;
}
/*==============================================================================================================
/import V2_common_style.css
/==============================================================================================================*/
/**************************************** EDITOR用 ****************************************/
/********** heading **********/
.main_contents .container .maintxt h2,
.main_contents .dc_container .description > h2{
	padding-left:12px;
	font-size:125%;
	border-left:10px solid #3333cc;
	color:#3333cc;
}
.main_contents .container .maintxt h4,
.main_contents .dc_container .description > h4{
	font-size:110%;
	color:#3333cc;
}
.main_contents .container .maintxt h6,
.main_contents .dc_container .description > h6{
	font-size:100%;
	color:#3333cc;
}
/********** 画像用テーブル **********/
.img_right_top,
.main_contents .container table.img_right_top{
	float:right;
	margin:0 0 4px 4px;
	background:#e5e5e5;
}
.main_contents .container table.img_right_top{
	margin:0 0 8px 8px;
}
.img_left_top,
.main_contents .container table.img_left_top{
	float:left;
	margin:0 12px 8px 0;
	background:#e5e5e5;
}
.main_contents .container table.img_left_top{
	margin:0 8px 8px 0;
}
.img_center,
.main_contents .container table.img_center{
	margin:0 auto 0;
	background:#e5e5e5;
}
.main_contents .container table.img_right_top td,
.main_contents .container table.img_left_top td,
.main_contents .container table.img_center td{
	vertical-align:top;
}
/***** キャプション *****/
.img_right_top .cap,
.img_left_top .cap,
.img_center .cap,
.main_contents .container table.img_right_top .cap,
.main_contents .container table.img_left_top .cap,
.main_contents .container table.img_center .cap{
	vertical-align:top;
	line-height:125%;
	padding:0 2px 2px;
	background:#e5e5e5;
	text-align:left;
	font-size:12px;
}
.main_contents .container table.img_right_top caption.cap,
.main_contents .container table.img_left_top caption.cap,
.main_contents .container table.img_center caption.cap{
	caption-side:bottom;
}
.main_contents .container table.img_center caption.cap{
	margin:0 auto;
}
/********** i **********/
i.def{
}
/********** icon_cursor **********/
.icon_cursor{
	vertical-align:text-top;
}
.img_center .icon_cursor,
.img_left_top .icon_cursor,
.img_right_top .icon_cursor{
	height:13px;
	vertical-align:text-bottom;
}
/********** bold **********/
.bold,
.bold1,
span.bold,
strong.bold,
span.bold1,
strong.bold1{
	color:#d01000;
	font-weight:bold;
}
.bold2,
span.bold2,
strong.bold2{
	color:#00881f;
	font-weight:bold;
}
.bold3,
span.bold3,
strong.bold3{
	color:#4420d0;
	font-weight:bold;
}
.bold4,
span.bold4,
strong.bold4{
	color:#000000;
	font-weight:bold;
}
.bold5,
span.bold5,
strong.bold5{
	color:#ff6600;
	font-weight:bold;
}
.bold6,
span.bold6,
strong.bold6{
	color:#229988;
	font-weight:bold;
}
.bold7,
span.bold7,
strong.bold7{
	color:#2266ff;
	font-weight:bold;
}
.bold8,
span.bold8,
strong.bold8{
	color:#cc00ee;
	font-weight:bold;
}
.bold9,
span.bold9,
strong.bold9{
	color:#ff00cc;
	font-weight:bold;
}
/********** フォントサイズ **********/
.font_small{
	font-size:80%;
	line-height:130%;
}
.font_large{
	font-size:120%;
	line-height:130%;
}
.font_x-large{
	font-size:150%;
	line-height:130%;
}
/********** テキスト寄せ **********/
.news_right{
	text-align:right;
}
.news_center{
	text-align:center;
}
.news_center > .twitter-tweet{
	margin-left:auto;
	margin-right:auto;
}
/********** clear_both **********/
.clear_both{
	clear:both;
}
/********** 水平線 **********/
hr.def{
	width:100%;
}
/**************************************** 旧 CSS ****************************************/
/* txt */
.txt0 {
	font-size: 60%;
	line-height: 130%;
}
.txt1 {
	font-size: 75%;
	line-height: 130%;
}
.txt2 {
	font-size: 80%;
	line-height: 130%;
	margin-top:0px;
	margin-bottom:0px;
}
.txt3 {
	font-size: 92%;
	line-height: 130%;
}
.txt4 {
	font-size: 102%;
	line-height: 130%;
}
.txt5 {
	font-size: 122%;
	font-weight: bold;
	line-height: 130%;
}
.txt6 {
	font-size: 182%;
	font-weight: bold;
	line-height: 130%;
}
.txtWhite {
	color: #ffffff;
}
/* review */
.review_lead{
	border:1px solid #999999;
	background:#DDDDFF;
	padding:2px 1em 6px;
}
.review_raquo{
	color:red;
	font-size:130%;
	line-height:130%;
	font-weight:bold;
}
.insection {
	margin: 8px 0px;
	padding: 8px;
	background: #eeeeee;
	border: 1px solid #cccccc;
}
/* 画像用テーブル */
.newsImageTable       {background-color:#e5e5e5;}
.newsImageTable_Top   {background-color:#e5e5e5;}
.newsImageTable_Multi {background-color:#e5e5e5;margin:0 auto;}
.news_txt1 {color: #6d58cf;font-weight:bold;text-align:right;margin-bottom:6px;}
.news_copyright {font-size:60%;font-family:monospace;line-height:110%;}
.news_block{}
.news_start{vertical-align:top;}
.newstext {margin-left:0px;padding:0.5em;line-height:1.4em;font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;}
.newsImageTable td,
.newsImageTable_Top td,
.newsImageTable_Multi td{
	padding:1px;
}
.newsImageTable_Multi caption.icaption{
	caption-side:bottom;
	margin:0 auto;
}
/* そのほか */
.containerNews1 {
	margin: 8px 0px;
	padding: 0px;
	width: 550px;
}
.containerNews1 .imgBox {
	width: 120px;
	height: 90px;
	float: right;
}
.containerNews1 .txtBox {
 	width: 550px;
	float: left;
}
.containerNews2 {
	margin: 8px 0px;
	padding: 0px;
	width: 550px;
}
.copy{
	font-size:65%;
	color:#000000;
	font-family:Verdana;
}
.icaption{
	font-size:68%;
	color:#000000;
	background-color:#E1E0E0;
	text-align:left;
	line-height:120%;
	padding:2px 4px;
}
.headline{
	font-size:125%;
	color:#5522cc;
	font-weight:bold;
	margin-bottom:8px;
}
.artic{
	font-size:82%;
	color:#000000;
	line-height:130%;
}
/* 旧関連記事 */
.dclinebox{
	display:none;
}
/******************** ハッシュタグボタン用 ********************/
/* ------------------------------
EDITORには実装されていないが
NEWSとWORDSで使われてそうなので
一時的に入れておく
------------------------------ */
.main_contents .twitter_hash{
	text-align:center;
}
.main_contents .twitter_hash img{
	margin:0 auto;
}
/********** 旧リリースコピペ用（タイトルページの紹介文で使っている） **********/
.release_table{
	table-layout:auto;
	width:520px;
	text-align:left;
	background:#ffffff;
	margin:0 auto 1em;
}
.release_title{
	width:100%;
	border-left:solid 1px #333399;
	border-right:solid 1px #333399;
	border-top:solid 1px #333399;
	padding-left:4px;
}
.release_title .PLATFORM_ICON_1{
	vertical-align:baseline;
	margin-right:3px;
}
.release_deli_origin{
	width:50px;
	border-left:solid 1px #333399;
	border-bottom:solid 1px #333399;
	border-top:solid 1px #333399;
	background:#DDDDFF;
	text-align:center;
}
.release_maker{
	width:330px;
	border-left:solid 1px #333399;
	border-bottom:solid 1px #333399;
	border-top:solid 1px #333399;
	padding-left:4px;
}
.release_deli_date{
	width:50px;
	border-left:solid 1px #333399;
	border-bottom:solid 1px #333399;
	border-top:solid 1px #333399;
	background:#DDDDFF;
	text-align:center;
}
.release_date{
	width:90px;
	text-align:center;
	border-right:solid 1px #333399;
	border-bottom:solid 1px #333399;
	border-left:solid 1px #333399;
	border-top:solid 1px #333399;
}
.release_caution{
	color:red;
	padding-bottom:1em;
	margin-bottom:1em;
	text-align:center;
	border-bottom:1px dashed #9999CC;
}
span.blockquote{	/* 元々はspan無しで指定していたが、common内に記述するために範囲を制限 */
	color:#880000;
}
hr.release_eol,
hr.dotspliter{
	clear:both;
	display:block;
	height: 1px; 
	line-height:1px;
	border-style: dashed none none none;
	border-top-width: 1px; 
	border-top-color: #9999CC; 
}
/*==============================================================================================================
/import V2_word_layout.css
/==============================================================================================================*/
/**************************************** ワードページ ****************************************/
.main_contents .word_container{
	width:550px;
	margin:0 auto 0;
	text-align:left;
}
/******** パンくず ********/
.main_contents .contents_header .bread_crumb span.category.self{
	padding-right:0;
}
.main_contents .contents_header .bread_crumb span.category.self + a{
	padding-left:0;
}
/************************** ヘッダー **************************/
.main_contents .word_container .word_header{
	width:548px;
	margin:0 auto;
	border:1px solid #444;
	background:#fff;
}
.main_contents .word_container .word_header > h1{
	padding:14px;
	font-size:17px;
	line-height:21px;
	border-bottom:1px solid #444;
	background:var(--color-gradient-primary);
	color:#fff;
}
/********* 基礎情報 *********/
.main_contents .word_container .word_header .basicinfo{
	width:536px;
	padding:6px;
}
.main_contents .word_container .word_header .basicinfo .timestamp{
	float:left;
	margin-bottom:1em;
	line-height:15px;
	font-size:10px;
}
.main_contents .word_container .word_header .basicinfo .rss{
	float:right;
	height:15px;
	margin-left:8px;
	margin-bottom:1em;
}
.main_contents .word_container .word_header .basicinfo .search{
	clear:both;
	line-height:100%;
	margin:-1em 0 1em;
	text-align:right;
	font-size:15px;
}
.main_contents .word_container .word_header .basicinfo .search a{
	padding-left:16px;
	background:url(/image/icon_search_blue.gif) no-repeat 0px 2px;
	font-weight:bold;
	color:#ff0000;
}
/********** 説明文 **********/
.main_contents .word_container .word_header .basicinfo .maintxt{
	clear:both;
	padding:0.5em;
	font-size:15px;
	line-height:1.5;
	word-wrap:break-word;
}
/************ お気に入りボタン ************/
.main_contents .word_container .word_header .basicinfo .button{
	display:flex;
	justify-content:flex-end;
	margin:0 0 10px;
}
.main_contents .word_container .word_header .basicinfo .add_favorite,
.main_contents .word_container .word_header .basicinfo .del_favorite{
	overflow:hidden;
	width:115px;
	height:22px;
	text-align:left;
}
.main_contents .word_container .word_header .basicinfo .add_favorite{
	background:url(/image/button_favorite_add_meta.gif) no-repeat left center;
}
.main_contents .word_container .word_header .basicinfo .del_favorite{
	background:url(/image/button_favorite_del_meta.gif) no-repeat left center;
}
.main_contents .word_container .word_header .basicinfo .add_favorite a,
.main_contents .word_container .word_header .basicinfo .del_favorite a{
	display:block;
	width:105px;
	height:21px;
	padding-left:18px;
	line-height:20px;
	font-size:10px;
	letter-spacing:1px;
	text-decoration:none;
	font-family:'ＭＳ Ｐゴシック';
}
.main_contents .word_container .word_header .basicinfo .add_favorite a{
	color:#ffffff;
}
.main_contents .word_container .word_header .basicinfo .del_favorite a{
	color:#444444;
}
.main_contents .word_container .word_header .basicinfo .buy_now,
.main_contents .word_container .word_header .basicinfo .reserve_now{
	display:none;	/* 過去に使用？　不明なので非表示 */
}
/******************* 区切り *******************/
body:not(.custom_1, .custom_2) .main_contents .word_container .related{
	width:550px;
	height:auto;
	padding:5px 10px;
	margin:5px auto;
	line-height:21px;
	font-size:14px;
	text-align:left;
	color:#fff;
	border-radius:4px;
	background:var(--color-bg-primary);
	box-sizing:border-box;
}
/********** 検索への誘導ボタン **********/
.main_contents .word_container div.detail_article,
.main_contents .word_container div.detail_title{
	height:28px;
	overflow:hidden;
	margin:6px 0px 8px;
	padding-right:3px;
	background:url(/image/bg_top_paging_shadow.gif) no-repeat right top;
	clear:both;
}
.main_contents .word_container div.detail_title{
	margin-top:0;
}
.main_contents .word_container div.detail_article a,
.main_contents .word_container div.detail_title a{
	font-size:13px;
	display:block;
	float:right;
	font-weight:normal;
	background:url(/image/bg_top_paging.gif) no-repeat 0 0 #333333;
	line-height:26px;
	height:26px;
	border:none;
	color:#ffffff;
	padding:0 8px 0 20px;
	overflow:hidden;
	text-decoration:none;
	border-bottom:2px solid #000000;
}
.main_contents .word_container div.detail_article a:hover,
.main_contents .word_container div.detail_title a:hover{
	text-decoration:underline;
	color:#eeee44;
}
/****************************** 09/12/09 リンク強調 ******************************/
.main_contents .word_container .maintxt .emphasis{
	clear:both;
	margin:0 10px;
	border:none;
	padding-left:0;
	padding:2px 4px;
	border:1px solid #f0f0f0;
	background:#f0f0f0;
	font-size:100%;
}
.main_contents .word_container .maintxt .emphasis a:visited{
	color:#cc0000;
}
.main_contents .word_container .maintxt .emphasis a:hover{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	color:#ff0000;
}
.main_contents .word_container .maintxt .emphasis a{
	text-align:center;
	color:#cc0000;
	display:block;
	padding:7px 4px;
	line-height:120%;
	border-top:1px solid #f0f0f0;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	background:#ffdd44;
}
/****************************** 声優用（※女子部のみ？） ******************************/
.main_contents .word_container .word_header .person{
	width:518px;
	padding:6px 6px 6px 24px;
	border-bottom:1px solid #4d0b0b;
	background:url(/image/bar_word_h1.gif) repeat-x left top #991717;
	color:#ffffff;
	font-size:18px;
}
.main_contents .word_container .word_header .person:after{
	content:" ";
	clear:both;
	height:0;
	display:block;
}
.main_contents .word_container .word_header .person h1{
	width:auto;
	padding:0;
	border-bottom:none;
	background:none;
	color:#ffffff;
	font-size:18px;
	display:inline;
	vertical-align:baseline;
}
.word_person .image{
	margin:0px 10px 10px 0;
}
.person .ruby{
	font-weight:normal;
	font-size:13px;
	padding-left:5px;
	display:inline;
	vertical-align:baseline;
}
.person .ruby:empty{
	display:none;
}
/****************************** 手動ページ用SNS ******************************/
/* --------------------
E3 2011で使用を確認
-------------------- */
.sns_button_manual{
}
.sns_button_manual iframe{
	margin:0 auto;
}
.sns_button_manual #HATENA_button{
	width:50px;
	height:20px;
	float:right;
	margin-right:4px;
}
.sns_button_manual .twitter_official{
	width:100px;
	line-height:20px;
	float:right;
	margin:0;
	padding:0;
}
.sns_button_manual .facebook_share{
	float:right;
	margin-top:1px;
}
/****************************** LAZYLOAD INDEX ******************************/
.unit_contents .INDEX_READED_EXCLUDE_ON .V2_article_container.NEWS_SEEN{
	height:1em;
}
.unit_contents .INDEX_READED_EXCLUDE_ON .V2_article_container.NEWS_SEEN h2{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	height:1.2em;
	opacity:0.5;
	font-weight:normal;
}
.unit_contents .INDEX_READED_EXCLUDE_ON .V2_article_container.NEWS_SEEN .V2_article_tag{
	overflow:hidden;
	height:12px;
	margin-top:4px;
	margin-right:6px;
	margin-bottom:5px;
	opacity:0.5;
}
.unit_contents .INDEX_READED_EXCLUDE_ON .V2_article_container.NEWS_SEEN h2 + a,
.unit_contents .INDEX_READED_EXCLUDE_ON .V2_article_container.NEWS_SEEN p,
.unit_contents .INDEX_READED_EXCLUDE_ON .V2_article_container.NEWS_SEEN .timestamp{
	display:none;
}
.unit_contents .related + .INDEX_FILTER_CONTAINER{
	margin-top:10px;
}
.unit_contents .INDEX_FILTER_CONTAINER .FILTER_CONTAINER .HEADER{
	display:block;
	font-size:12px;
	font-weight:bold;
	height:2em;
	line-height:2em;
	margin-right:0px;
	padding:0em 0.25em 0em 0.35em;
	border:1px solid transparent;
}
/******************** FILTER_CONTAINER ********************/
.unit_contents .FILTER_CONTAINER{
	display:flex;
	flex-wrap:wrap;
	font-size:11px;
	box-sizing:border-box;
	margin-bottom:10px;
}
.unit_contents .FILTER_CONTAINER .BUTTON,
.unit_contents .FILTER_CONTAINER .READED.UI > span{
	cursor:pointer;
	min-width:2em;
	min-height:2em;
	padding:0.1em 0.5em 0em 0.5em;
	margin:1px;
	line-height:2em;
	text-align:center;
	background:#fff;
	border:1px solid #e3e3e3;
	border-radius:2px;
}
.unit_contents .FILTER_CONTAINER .BUTTON:before{
	content:" ";
	display:inline-block;
	width:12px;
	padding:0 0.1em 0 0;
	height:100%;
	vertical-align:bottom;
	background:url(/image/google_icons/baseline_local_offer_black_48.png) no-repeat left center/10px 10px;
}
/******************** PAGING ********************/
.unit_contents .PAGING_CONTAINER{
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	font-size:12px;
	padding:5px;
	margin:0 0 10px;
	background:#f0f0f0;
	box-sizing:border-box;
	font-weight:bold;
}
.unit_contents .PAGING_CONTAINER:empty{
	padding:0;
	margin:0;
	background:transparent;
}
.unit_contents .PAGING_CONTAINER.UP:empty{
	padding-top:2px;
	background:url(/image/line_dotted_550.gif) no-repeat center top transparent;
}
.unit_contents .PAGING_CONTAINER .BUTTON_CONTAINER{
	flex-grow:2;
	justify-content:center;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
}
.unit_contents .PAGING .BUTTON,
.unit_contents .PAGING_CONTAINER div.PREVIOUS,
.unit_contents .PAGING_CONTAINER div.NEXT{
	cursor:pointer;
	min-width:2.3em;
	min-height:2.3em;
	margin:1px;
	line-height:2.3em;
	text-align:center;
	background:#fff;
	border:1px solid #eee;
	border-radius:2px;
}
.unit_contents .PAGING_CONTAINER div.PREVIOUS,
.unit_contents .PAGING_CONTAINER div.NEXT{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
.unit_contents .PAGING_CONTAINER a.PREVIOUS,
.unit_contents .PAGING_CONTAINER a.NEXT{
	display:block;
}
.unit_contents .PAGING_CONTAINER div.PREVIOUS{
	background:url(/image/google_icons/baseline_navigate_before_black_48.png) no-repeat center center #fff;
	background-size:18px;
}
.unit_contents .PAGING_CONTAINER div.NEXT{
	background:url(/image/google_icons/baseline_navigate_next_black_48.png) no-repeat center center #fff;
	background-size:18px;
}
/********** 既読 **********/
.unit_contents .FILTER_CONTAINER .READED.UI > span{
	cursor:pointer;
	display:block;
}
.unit_contents .FILTER_CONTAINER .READED.UI .ON{
	border-color:#fcc;
	color:#f66;
	background-color:#fff6f6
}
/********** a **********/
.unit_contents .FILTER_CONTAINER .BUTTON a,
.unit_contents .PAGING .BUTTON a{
	display:block;
	text-decoration:none;
	color:#333;
}
.unit_contents .FILTER_CONTAINER .BUTTON:hover,
.unit_contents .PAGING .BUTTON:hover,
.unit_contents .PAGING .BUTTON a:hover,
.unit_contents .PAGING_CONTAINER div.PREVIOUS:hover,
.unit_contents .PAGING_CONTAINER div.NEXT:hover,
.unit_contents .FILTER_CONTAINER .BUTTON.NOW,
.unit_contents .PAGING .BUTTON.NOW,
.unit_contents .FILTER_CONTAINER .READED.UI .OFF:hover{
	background-color:#fff6f6;
	border-color:#fcc;
	color:#f66;
}
/*==============================================================================================================
/import V2_userpage_layout.css
/==============================================================================================================*/
/****************************** ユーザーページ ******************************/
.main_contents .userpage_container{
	background:url(/image/bg_userpage_header.gif) repeat-y center top;
	margin-bottom:20px;
}
/******************** ヘッダー ********************/
.main_contents .userpage_container .userpage_header{
	text-align:left;
	width:550px;
	margin:20px auto 0;
	border-bottom:1px solid #dddddd;
}
.main_contents .userpage_container .userpage_header h1{
	background:url(/image/bg_userpage_h1.gif) no-repeat center top;
	font-size:17px;
	padding-top:10px;
	line-height:25px;
	min-height:34px;
	padding-left:40px;
	border-bottom:1px solid #dddddd;
}
*html .main_contents .userpage_container .userpage_header h1{
	height:34px;
}
.main_contents .userpage_container .userpage_header .userinfo{
	margin:10px 6px 4px;
	border:1px solid #b2b2b2;
	width:536px;
	height:173px;
	background:url(/image/bg_userpage_userinfo.gif) no-repeat center top;
	font-size:13px;
	background:url(/image/bg_userpage_userinfo.gif) no-repeat center bottom #ffffff;
	padding-bottom:1em;
	height:auto;
}
/********** table **********/
.userinfo table{
	width:520px;
	margin:0 auto;
}
.userinfo table thead th{
	color:#ff0000;
	font-weight:normal;
	padding:8px 4px 6px;
	text-align:left;
}
.userinfo table thead th span{
	font-size:11px;
	padding-right:3px;
}
.userinfo table tbody tr th,
.userinfo table tbody tr td{
	height:25px;
	line-height:25px;
	vertical-align:middle;
	text-align:left;
}
.userinfo table tbody tr th{
	font-weight:normal;
	border:1px solid #dadada;
	width:100px;
	background:#f9f9f9;
	padding-left:6px;
}
.userinfo table tbody tr td{
	border:1px solid #dadada;
	background:#ffffff;
	background:url(/image/bg_userpage_userinfo_split.gif) no-repeat 4px center #ffffff;
	padding-left:20px;
}
.userinfo table tbody tr.intro td{
	line-height:120%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}
/******************** リスト ********************/
.main_contents .userpage_container .userpage_list{
	text-align:left;
	width:550px;
	margin:0 auto 0;
	border-bottom:1px solid #dddddd;
	background:url(/image/bg_userpage_list_top.gif) no-repeat center top;
	padding-top:0px;
}
.main_contents .userpage_container .userpage_list dl{
	width:538px;
	margin:0 auto 10px;
	background:url(/image/bg_userpage_list_bottom.gif) no-repeat center bottom;
	padding-bottom:11px;
	padding-top:10px;
}
.main_contents .userpage_container .userpage_list dl dt{
	width:513px;
	height:35px;
	line-height:31px;
	padding-left:25px;
	font-size:13px;
	color:#ff0000;
	font-weight:normal;
	background:url(/image/bg_userpage_list_dt.gif) no-repeat left top;
}
.main_contents .userpage_container .userpage_list dl dt span{
	font-size:11px;
	padding-right:3px;
}
.main_contents .userpage_container .userpage_list dl dd{
	margin:0;
	padding:0;
	widht:538px;
	background:url(/image/bg_userpage_list_dd.gif) repeat-y center top;
	padding:5px 0;
}
.main_contents .userpage_container .userpage_list dl dd.information{
	text-align:center;
	padding:20px;
	color:#ff0000;
}
.main_contents .userpage_container .userpage_list dl dd.box{
}
/********** table **********/
.main_contents .userpage_container .userpage_list dl dd table{
	width:518px;
	margin:0 auto;
	border:1px solid #cdcdcd;
	border-collapse:collapse;
	table-layout:fixed;
}
.main_contents .userpage_container .userpage_list dl dd table td.package{
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	width:82px;
	text-align:center;
	vertical-align:middle;
	padding:0 0 5px;
}
.main_contents .userpage_container .userpage_list dl dd table td.package .PLATFORM_ICON_1{
	position:relative;
	left:-22px;
	top:3px;
	margin:0;
}
.main_contents .userpage_container .userpage_list dl dd table td.package img{
	margin:5px 0 0 0;
	float:none;
}
*+html .main_contents .userpage_container .userpage_list dl dd table td.package img{
	margin:5px 0 0 6px;
}
*html .main_contents .userpage_container .userpage_list dl dd table td.package img{
	margin:5px 0 0 6px;
}
.main_contents .userpage_container .userpage_list dl dd table td.gametitle{
	font-size:15px;
	line-height:17px;
	background:url(/image/bg_userpage_list_heading.gif) no-repeat left center;
	padding:10px 0 10px 10px;
}
*html .main_contents .userpage_container .userpage_list dl dd table td.gametitle{
	padding:10px 0 10px 10px;
}
.main_contents .userpage_container .userpage_list dl dd table td.gametitle a{
	text-decoration:none;
}
.main_contents .userpage_container .userpage_list dl dd table td.gametitle a:visited{
	color:#000080;
}
.main_contents .userpage_container .userpage_list dl dd table td.gametitle a:hover{
	color:#3333ff;
	text-decoration:underline;
}
.main_contents .userpage_container .userpage_list dl dd table td.gametitle img.PLATFORM_ICON_1{
	display:none;
}
.main_contents .userpage_container .userpage_list dl dd table td.heading{
	vertical-align:top;
	font-size:13px;
	line-height:15px;
	position:relative;
	padding:6px;
	width:350px;
}
*html .main_contents .userpage_container .userpage_list dl dd table td.heading{
	width:346px;
}
.main_contents .userpage_container .userpage_list dl dd table td.heading h5 a{
	background:url(/image/bg_dc_reviewlist_link.gif) no-repeat left 3px;
	padding-left:10px;
	text-decoration:underline;
}
.main_contents .userpage_container .userpage_list dl dd table td.heading h5 a:visited{
	color:#000080;
}
.main_contents .userpage_container .userpage_list dl dd table td.heading h5 a:hover{
	color:#3333ff;
	text-decoration:underline;
}
.main_contents .userpage_container .userpage_list dl dd table td.heading h5{
	font-size:13px;
	font-weight:normal;
}
.main_contents .userpage_container .userpage_list dl dd table td.heading p{
	padding:4px 0 0 10px;
	line-height:120%;
}
.main_contents .userpage_container .userpage_list dl dd table td.heading .date{
	color:#555555;
	font-size:11px;
	padding-left:4px;
}
.main_contents .userpage_container .userpage_list dl dd table td.date{
	font-size:13px;
	color:#555555;
	text-align:right;
	vertical-align:bottom;
}
.main_contents .userpage_container .userpage_list dl dd table td.point{
	vertical-align:top;
	text-align:center;
	width:66px;
	height:62px;
	font-size:44px;
	background:url(/image/bg_leftmenu_score_point.gif) no-repeat center 2px;
	float:left;
	line-height:67px;
	font-family:Arial,'ＭＳ Ｐゴシック';
	font-weight:bold;
	letter-spacing:-2px;
	padding-right:4px;
	padding-bottom:2px;
}
.main_contents .userpage_container .userpage_list dl dd table td.point a{
	font-size:44px;
	text-decoration:none;
}
.main_contents .userpage_container .userpage_list dl dd table td.point .excellent,
.main_contents .userpage_container .userpage_list dl dd table td.point .good{
	color:#4DA92C;
}
.main_contents .userpage_container .userpage_list dl dd table td.point .average{
	color:#FFA100;
}
.main_contents .userpage_container .userpage_list dl dd table td.point .bad,
.main_contents .userpage_container .userpage_list dl dd table td.point .poor{
	color:#ff0000;
}
.main_contents .userpage_container .userpage_list table col.class1{
	width:82px;
}
.main_contents .userpage_container .userpage_list table col.class2{
	width:350px;
}
.main_contents .userpage_container .userpage_list table col.class3{
	width:72px;
}
.main_contents .userpage_container .userpage_list .official_icon{
	display:none;
}
/****************************** 記事下コーナー（V2_whats_new） ******************************/
/* ------------------------------
テンプレートから削除次第
CSSからも削除
------------------------------ */
.main_contents .V2_whats_new{
	overflow:hidden;
	position:relative;
	width:570px;
	margin:20px auto 0;
}
.main_contents .V2_whats_new > .title{
	position:relative;
	height:36px;
	margin:0px 10px 20px;
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	color:#fff;
	background:#c00;
	box-shadow:inset 0px -18px 0 0 rgba(0,0,0,0.1);
	text-shadow:0px 0px 2px #c00, 1px 0px 2px #c00, 1px 1px 2px #c00, -1px 1px 2px #c00, -1px -1px 2px #c00;
}
.main_contents .V2_whats_new > .title:before{
	content:" ";
	display:block;
	position:absolute;
	left:10px;
	top:0px;
	width:0;
	height:0;
	margin-left:-10px;
	border-style:solid;
	border-width:18px 0 18px 10px;
	border-color:transparent transparent transparent #fff;
}
.main_contents .V2_whats_new > .title:after{
	content:" ";
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	width:0;
	height:0;
	margin-left:-10px;
	border-style:solid;
	border-width:18px 10px 18px 0px;
	border-color:transparent #fff transparent transparent;
}
/******************** block ********************/
.main_contents .V2_whats_new > div:not(.title){
	position:relative;
	margin-bottom:15px;
}
/********** title sub **********/
.main_contents .V2_whats_new > div:not(.title):before{
	content:" ";
	display:block;
	overflow:hidden;
	position:absolute;
	left:20px;
	top:6px;
	width:530px;
	height:4px;
	margin:0 auto;
	font-size:16px;
	border-radius:10px;
	background:linear-gradient(to right, #c33, #c33, #c33);
}
.main_contents .V2_whats_new div .title{
	display:inline;
	position:relative;
	z-index:2;
	padding:0 0.5em;
	line-height:1em;
	font-weight:bold;
	font-size:18px;
	vertical-align:top;
	background:#fff;
	color:#c33;
}
/*********** inner ***********/
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER{
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
	justify-content:space-between;
	width:510px;
	margin:0 auto;
}
.main_contents .V2_whats_new .title + .RECENT_NEWS_CONTAINER{
	margin-top:1.5em;
}
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER article,
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER .container{
	display:flex;
	flex-direction:column;
	overflow:hidden;
	position:relative;
	width:240px;
	margin:0 0px 15px;
	background:#fff;
	box-shadow:0px 0px 0px 1px rgba(0,0,0,0.25);
	border-radius:4px;
}
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER article h3,
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER .container p{
	order:2;
	display:block;
	width:240px;
	min-height:4em;
	padding:0.5em 0.75em;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	line-height:150%;
	box-sizing:border-box;
}
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER article h3 a,
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER .container p a{
	display:block;
	color:#333;
	text-decoration:none;
}
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER article figure,
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER .container > a{
	order:1;
}
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER article figure,
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER article figure img,
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER .container > a,
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER .container > a img{
	width:240px;
	height:180px;
	padding:0;
	margin:0;
}
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER article figure,
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER .container > a{
	border-bottom:1px solid rgba(0,0,0,0.15);
}
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER a:hover,
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER .container p a:hover{
	text-decoration:underline;
}
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER article figure:hover,
.main_contents .V2_whats_new .RECENT_NEWS_CONTAINER .container > a:hover{
	filter:brightness(1.2);
}
/********** noteworthy **********/
.main_contents .V2_whats_new .noteworthy .RECENT_NEWS_CONTAINER article{
	position:relative;
	display:block;
	width:510px;
	min-height:200px;
	overflow:hidden;
}
.main_contents .V2_whats_new .noteworthy .RECENT_NEWS_CONTAINER article h3{
	width:260px;
	padding:10px 10px 0px 15px;
	margin-left:250px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	box-sizing:border-box;
}
.main_contents .V2_whats_new .noteworthy .RECENT_NEWS_CONTAINER article p{
	width:260px;
	padding:5px 10px 15px 15px;
	margin-left:250px;
	font-size:11px;
	line-height:150%;
	text-align:left;
	box-sizing:border-box;
}
.main_contents .V2_whats_new .noteworthy .RECENT_NEWS_CONTAINER article figure{
	overflow:hidden;
	position:absolute;
	left:10px;
	top:10px;
	border-bottom:0px;
	border-radius:4px;
}
/********** more **********/
.main_contents .V2_whats_new .more{
	display:block;
	width:13em;
	margin:0px 30px 15px auto;
	font-size:11px;
	line-height:100%;
}
.main_contents .V2_whats_new .more a{
	display:block;
	padding:10px 0px;
	color:#c33;
	text-decoration:none;
	border:1px solid #c33;
	border-radius:20px;
}
.main_contents .V2_whats_new .more a:hover{
	color:#fff;
	background:#c33;
}
/********** display none **********/
.main_contents .V2_whats_new div.arrived.count0{
	display:none;
}
/********** minitop_ad **********/
.main_contents .V2_whats_new > div.minitop_ad > div:nth-of-type(1){
	margin-top:20px !important;
}
.main_contents .V2_whats_new > div.minitop_ad .adsense_container:last-child{
	margin-bottom:35px !important;
}
.main_contents .V2_whats_new > div.minitop_ad:before{
	content:none;
}
/*==============================================================================================================
/import V2_index_component.css
/==============================================================================================================*/
/****************************** article container ****************************/
/******************** V4.X ********************/
.V2_article_container{
	overflow:hidden;
	clear:both;
	width:550px;
	height:100%;
	margin:4px 0;
	padding:0 0 8px;
	background:url(/image/line_dotted_550.gif) no-repeat center bottom;
}
.V2_article_container::after{
	content:"";
	clear:both;
	height:0;
	display:block;
}
.V2_article_container h2{
	width:517px;
	font-size:15px;
	line-height:120%;
	text-align:left;
	margin:0 0 6px auto;
	padding:0;
	background:none;
}
.V2_article_container h2 a{
	text-decoration:none;
}
/********** アイコン **********/
.V2_article_container .V2_article_tag{
	width:24px;
	margin:3px 0 0 0;
	padding:0 0 0 3px;
	overflow:hidden;
	float:left;
}
.V2_article_container .V2_article_tag a{
	display:block;
	margin:0 0 1px 0;
	padding:0;
	height:11px;
	overflow:hidden;
	line-height:10px;
}
.V2_article_container .V2_article_tag a img{
	float:left;
	margin:0;
	padding:0;
}
.V2_article_container[tag="TN001"] .V2_article_tag:empty::before{
	content:" ";
	display:block;
	width:24px;
	height:11px;
	background:url(/tags/TN/TN001/screenshot_4.gif) no-repeat center center	/* アイコンが無い場合にニュースのアイコンを表示 */
}
/********** 画像/リード **********/
.V2_article_container .img_right_top{
	margin:0 0 2px 8px;
}
.V2_article_container > p{
	font-size:13px;
	line-height:125%;
	margin:0 128px 0 auto;
	width:389px;
	text-align:left;
	color:#444444;
}
.V2_article_container > p::after{
	content:"";
	clear:both;
	height:0;
	display:block;
}
.V2_article_container p a{
	text-decoration:none;
}
/********** 特殊タグ **********/
.V2_article_container .tag_list{
	display:none;
}
/* ------------------------------
テキストアイコンは
デフォルト非表示
------------------------------ */
article .V2_article_tag,
.PLATFORM_TEXT_ICON_CONTAINER{
	display:none;
}
/********** 掲載日時 **********/
.V2_article_container span.timestamp{
	font-size:10px;
	color:#999999;
	line-height:13px;
	padding-right:0;
	display:block;
	text-align:right;
	clear:both;
}
/********** oneline **********/
.V2_article_container.oneline{
	padding-bottom:6px;
}
/* ------------------------------
priorityの影響で、旧フォーマットが
すべてonelineになるので削除
------------------------------ */
/*
.V2_article_container.oneline h2{
	margin:0;
	display:inline;
	width:auto;
	float:none;
}
*/
.V2_article_container.oneline .V2_article_tag{
	margin-top:4px;
	margin-right:6px;
	margin-bottom:5px;
	height:12px;
	overflow:hidden;
}
/********** oneline_thumb **********/
/* ----------------------------------------
1行記事でサムネイルありの記事
特殊な場合のみ使用。デフォルトでは非表示
---------------------------------------- */
.oneline.oneline_thumb .img_right_top{
	display:none;
}
/******************** GIJE ********************/
.V2_article_container.target_GIJE h2 + a{
	position:relative;
	display:block;
	float:right;
	text-decoration:none;
}
.V2_article_container.target_GIJE h2 + a:before{
	content:"GamesIndustry JE";
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	width:115px;
	height:22px;
	padding-right:5px;
	text-align:right;
	font-size:10px;
	font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','meiryo';
	line-height:22px;
	background:#a90000;
	color:#fff;
}
.V2_article_container.target_GIJE h2 + a img{
	padding-top:23px;
	padding-bottom:3px;
	background:#fff;
}
.V2_article_container.target_GIJE .timestamp{
	margin-top:2px;
}
.V2_article_container.target_GIJE .timestamp:before{
	content:" ";
	display:inline-block;
	width:64px;
	height:14px;
	margin-right:5px;
	vertical-align:text-top;
	background:url(/image/logo_gije_black_small.png) no-repeat center bottom;
	background-size:contain;
}
/********** oneline **********/
.V2_article_container.oneline.target_GIJE h2 a:before{
	content:" ";
	display:inline-block;
	width:20px;
	height:11px;
	margin:-1px 7px 0px -29px;
	vertical-align:text-bottom;
	border:1px solid #fff;
	background:url(/image/icon_gije_linkednews.png) no-repeat center bottom #fff;
	background-size:contain;
	box-shadow:0px 0px 0px 1px #ccc;
}
.V2_article_container.oneline.target_GIJE h2{
	display:block;
	margin-left:30px;
}
.V2_article_container.oneline_thumb.target_GIJE h2 + a{
	display:none;
}
.V2_article_container.oneline.target_GIJE .timestamp{
	margin-top:0px;
}
.V2_article_container.oneline.target_GIJE .timestamp:before{
	content:none;
}
.V2_article_container.oneline.target_GIJE .V2_article_tag{
	display:none;
}
/******************** V3.X → V4.X 出力 ********************/
.V2_article_container .imgBox{
	float:right;
	margin:0 0 2px 8px;
}
/******************** V1.0 → V4.X 出力 ********************/
.V2_article_container .lead_container.V1_0{
}
.V2_article_container .lead_container.V1_0 .v1_title_block{
	width:517px;
	margin:6px 0 0 30px;
}
.V2_article_container .lead_container.V1_0 .v1_title_block tr:first-child{
	display:none;	/* 重複している見出しリンクを非表示 */
}
.V2_article_container .lead_container.V1_0 br{
	display:none;	/* 不要な余白を削除 */
}
.V2_article_container .lead_container.V1_0 .signature{
	display:none;	/* 著者目を削除 */
}
.V2_article_container .lead_container.V1_0 a[href="#TOP"]{
	display:none;	/* Topへのリンクを削除 */
}
/********** リードと画像 **********/
.V2_article_container .lead_container.V1_0 .v1_title_block div.artic:after{
	content:"";
	clear:both;
	height:0;
	display:block;
}
.V2_article_container .lead_container.V1_0 .v1_title_block div.artic a{
	text-decoration:none;
}
.V2_article_container .lead_container.V1_0 .v1_title_block div.artic > a img{
	max-width:120px;
	height:auto;
	margin:0 0 2px 8px;
}
.V2_article_container .lead_container.V1_0 .v1_title_block div.artic div[align="RIGHT"]{
	display:none;	/* 詳細を非表示 */
}
/******************** Ver.不明 ********************/
.V2_article_container .containerNews2 h2{
	margin-bottom:0px;
}
.V2_article_container .title_Date{
	display:flex;
	justify-content:flex-end;
	font-size:10px;
	color:#999999;
	font-weight:normal;
}
/****************************** 旧記事1コマ ******************************/
.article_container:after{
	content:"";
	clear:both;
	height:0;
	display:block;
}
.article_container{
	position:relative;
	z-index:0;
	clear:both;
	width:550px;
	height:100%;
	min-height:11px;
	margin:4px 0;
	padding:0 0 8px;
	background:url(/image/line_dotted_550.gif) no-repeat center bottom;
}
.article_container a{
	text-decoration:none;
}
/********** 記事アイコン **********/
.article_container .article_tag{
	overflow:hidden;
	position:absolute;
	left:0;
	top:3px;
	width:24px;
	height:11px;
	padding-left:3px;
	margin:0;
}
.article_container .article_tag a{
	overflow:hidden;
	height:11px;
	padding:0;
	margin:0;
	line-height:10px;
}
.article_container .article_tag img{
	vertical-align:top;
}
.article_container .article_tag span{
	display:none;	/* 掲載日時を消す */
	font-size:10px;
	color:#999999;
}
.article_container ul,
.article_container ul.tag_list{
	display:none;
}
/* Firefox対策 */
.article_container .article_tag a:empty{
	display:none;
}
/******************** V3.X ********************/
.article_container h2{
	width:517px;
	font-size:15px;
	line-height:120%;
	text-align:left;
	margin:0 0 6px auto;
	padding:0;
	background:none;
}
.article_container > p{
	font-size:13px;
	line-height:125%;
	margin:0 128px 0 auto;
	width:389px;
	text-align:left;
	color:#444444;
}
/******************** V1.X ********************/
.article_container > table,
.article_container > .v1_title_block{
	table-layout:fixed;
	width:517px;
	margin: 0 0 0 auto;
}
.article_container table tr td{
	vertical-align:top;
}
.article_container table tr td img{
	display:none;
}
/********** 見出し **********/
.article_container > table tr:first-child td:nth-child(2){
	width:517px;
	font-size:0px;
	padding:0 0 6px 0;
}
.article_container > table tr:first-child td:nth-child(2) a{
	line-height:120%;
	font-size:15px;
	font-family:auto;
	text-align:left;
}
/********** 掲載日時 **********/
.article_container > table tr:first-child td:nth-child(3){
	width:0;
}
.article_container span.artic,
.article_container .date{
	position:absolute;
	display:flex;
	right: 6px;
	bottom: 8px;
	font-size:10px;
	color: #999999;
}
.article_container span.newsdate,
.article_container span.newstime{
}
.article_container span.newsdate{
	padding-right:0.5em;
}
/********** リード **********/
.article_container table tr td div.artic:after{
	content:"";
	clear:both;
	height:0;
	display:block;
}
.article_container table tr td div.artic{
	font-size:13px;
	margin-bottom:12px;
}
.article_container table tr td div.artic br{
	display:none;
}
.article_container table tr td div.artic img{
	display:inline;
	max-width:120px;
	height:auto;
	margin:0 0 2px 8px;
}
/******************** V1.0 ********************/
.article_container table tr td span.str{
	font-size:15px;
	font-weight:bold;	/* 見出し */
}
/********** 非表示 **********/
.article_container p:empty,
.article_container > br,
.article_container > table tr:first-child td:first-child,
.article_container > .v1_title_block tr:first-child td:first-child,
.article_container > table + table,
.article_container > .v1_title_block + table,
.article_container div.artic > br:first-child,
.article_container div.artic > br:last-child,
.article_container table tr td .signature,
.article_container table tr td span.copy{
	display:none;
}
/******************** Ver.不明 ********************/
.article_container .containerNews2 h2{
	margin-bottom:0px;
}
.article_container .title_Date{
	display:flex;
	justify-content:flex-end;
	font-size:10px;
	color:#999999;
	font-weight:normal;
}
/****************************** 各ページ調整用style ****************************/
/******************** トップページハイライト機能 ********************/
/* ------------------------------
NEWS_SELECT_XXに対応しているため
対象を.top_containerの子要素にする
必要はないかも
------------------------------ */
/********** お気に入り **********/
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"]{
	padding-bottom:0;
	padding:8px 4px 0px 0px;
	border-radius:8px;
	box-sizing:border-box;
	transition:transform 0.1s ease 0s, box-shadow 0.1s ease 0s;
	border:none;
	border-top:1px solid #dddab1;
	border-bottom:1px solid #dddab1;
	box-shadow:inset 0px 0px 0px 1px #dddab1, inset 0px 0px 0px 4px #fffdf6;
	background-color:transparent;
	background-image:linear-gradient(225deg, #fffdf6 95.25%, #dddab1 95.25%, #dddab1 95.5%, #fffdf6 95.5%, #fffdf6 96%, #dddab1 96%, #dddab1 100%) ;
}
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] h2{
	width:508px;
	padding-right:4px;
}
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] p{
	width:384px;
}
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] .V2_article_tag{
	padding-left:4px;
}
.top_container .V2_article_container > p::after{
	/* すべてのindexページに影響あり */
	content:none;
}
.top_container .V2_article_container .img_right_top{
	/* すべてのindexページに影響あり */
	margin:0px 2px 2px 8px;
}
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"]:hover{
	transform: translateY(-4px);
	box-shadow:inset 0px 0px 0px 1px #dddab1, inset 0px 0px 0px 4px #fffdf6, 0px 5px 10px 0px rgba(0,0,0,0.15);
}
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"]::after{
	height:8px;
}
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"]:not(.oneline) h2 + a{
	overflow: hidden;
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	float:right;
	width: 120px;
	height: 90px;
	margin: 0 0 4px 4px;
	box-shadow: 0 0 0px 1px rgba(0,0,0,1);
	background:#000;
}
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"]:not(.oneline) h2 + a .img_right_top{
	margin:0 !important;
}
/***** アニメーション *****/
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"]:not(.oneline) h2 + a::before ,
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"]:not(.oneline) h2 + a::after {
	mix-blend-mode: plus-lighter;
}
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"]:not(.oneline) h2 + a::before {
	content:" ";
	display:block;
	position:absolute;
	z-index:1;
	top: 0;
	left: -100%; /* 初期位置は左の外側 */
	width: 100%;
	height: 2px; /* 線の太さ */
	/* グラデーションで光の尾を作る */
	background: linear-gradient(90deg, transparent, #03e9f4);
	background: linear-gradient(90deg, transparent, #fff);
	animation: animate-top 2s linear infinite;
}
@keyframes animate-top {
	0%  { left: -100%; right: auto; top: 0; background: linear-gradient(90deg, transparent, #fff);}
	49% { left: 100%; right: auto; top: 0; background: linear-gradient(90deg, transparent, #fff); }
	50% { left: auto; right: -100%; top: calc(100% - 2px); background: linear-gradient(270deg, transparent, #fff); }
	100% { left: auto; right: 100%; top: calc(100% - 2px); background: linear-gradient(270deg, transparent, #fff); }
}
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"]:not(.oneline) h2 + a::after {
	content:" ";
	display:block;
	position:absolute;
	z-index:1;
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #fff);
	animation: animate-right 2s linear infinite;
	animation-delay: 0.45s; /* 上の線が半分進んだらスタート */
}
@keyframes animate-right {
	0%  { top: -100%; right: 0px; left: auto; background: linear-gradient(180deg, transparent, #fff);}
	4%  { top: -100%; right: 0px; left: auto; background: linear-gradient(180deg, transparent, #fff);}
	50% { top:  100%; right: 0px; left: auto; background: linear-gradient(180deg, transparent, #fff);}
	54% { top:  100%; right: auto; left: 0px; background: linear-gradient(360deg, transparent, #fff);}
	100% { top: -100%; right: auto; left: 0px; background: linear-gradient(360deg, transparent, #fff);}
}
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"]:not(.oneline) h2 + a img{
	margin:0 !important;
}
/********** 掲載日時にアイコンを表示 **********/
/* ------------------------------
「お気に入りタイトル」と
「普段遊んでいる機種」を表示
------------------------------ */
.top_container .V2_article_container:not(.oneline) .V2_time_container{
	display:block;
	position:relative;
	font-size:10px;
	line-height:1;
	padding-top:4px;
	margin: 0 128px 0 auto;
	text-align:right;
}
.top_container .V2_article_container span.timestamp{
	/* すべてのindexページに影響あり */
	margin:0 0 0 auto;
}
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] span.timestamp,
.top_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] span.timestamp{
	display:inline-block;
	width:auto;
	margin:0 0 0 auto;
}
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] .V2_time_container::after,
.top_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] .V2_time_container::after{
	display:inline-block;
	width:10em;
	text-align:center;
	padding:3px;
	height:11px;
	font-size:9px;
	line-height:11px;
	transform: skewX(-10deg);
}
.top_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] .V2_time_container::after{
	content:"お気に入りタイトル";
	color:#fff;
	background:#c1b400;
}
.top_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] .V2_time_container::after{
	content:"普段遊んでいる機種";
	color:#016;
	background:#d9e3ff;
}
.top_container .V2_article_container.oneline .V2_time_container{
	/* プラットフォームトップ用 */
	/* すべてのindexページに影響あり */
	display:block;
	padding-right:4px;
	text-align:right;
}
/********** トップページのみ普段の機種に装飾をする **********/
.top_index_container .V2_article_container:not(.pr_container){
	margin:6px 0;
}
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"]{
	padding-bottom:0;
	background-color:transparent !important;
	padding:8px 4px 0px 0px;
	border-radius:8px;
	box-sizing:border-box;
	border:none !important;
	border-top:1px solid #dce8ff !important;
	border-bottom:1px solid #dce8ff !important;
	background: #f8faff !important;
	box-shadow:inset 0px 0px 0px 1px #dce8ff, inset 0px 0px 0px 4px #f8faff;
	transition:transform 0.1s ease 0s, box-shadow 0.1s ease 0s;
}
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] h2{
	width:512px;
}
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] p{
	width:384px;
}
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] .V2_article_tag{
	padding-left:4px;
}
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"]::after{
	height:8px;
}
/********** oneline **********/
.top_index_container .V2_article_container.oneline[data-newsindex-highlight="BOOKMARK"],
.top_index_container .V2_article_container.oneline[data-newsindex-highlight="USE_PLATFORM"]{
	padding-left:30px;
}
.top_index_container .V2_article_container.oneline[data-newsindex-highlight="BOOKMARK"] .V2_article_tag,
.top_index_container .V2_article_container.oneline[data-newsindex-highlight="USE_PLATFORM"] .V2_article_tag{
	margin-left:-30px;
}
.top_index_container .V2_article_container.oneline .V2_time_container{
	display:inline-block;
	margin:0;
	padding-top:0;
}
/******************** トップページ用 ******************/
.top_index_container .oneline{
	padding-bottom:6px;
}
.top_index_container .oneline h2{
	display:inline;
	margin:0 0 0 2px;
	line-height:17px;
	font-size:13px;
}
.top_index_container .news_release h2{
	font-weight:normal;
}
/********** タイムライン広告 **********/
.top_container .pr_satellite .DYNAMIC_BANNER.timeline_infeed > div.polyAdTargetElem:empty,
.top_container .pr_satellite .DYNAMIC_BANNER.timeline_infeed > div:nth-child(2)[class=""]{
	position:absolute;
}
:not(.custom_1, .custom_2) .V2_article_container.pr_container{
	position:relative;
	overflow:hidden;
	margin:0;
	padding:4px 0px 8px;
	background: url(/image/line_dotted_550.gif), #ffffbb;
	background-repeat:no-repeat;
	background-position:left bottom;
}
:not(.custom_1, .custom_2) .V2_article_container.pr_container:before{
	content:"PR";
	display:block;
	position:absolute;
	float:left;
	top:4px;
	left:-16px;
	background:#900;
	color:#fff;
	padding:2px 20px;
	font-weight:bold;
	font-size:10px;
	line-height:10px;
	transform:rotateZ(-45deg);
}
:not(.custom_1, .custom_2) .V2_article_container.pr_container.no_pr:before{
	content:none;
}
:not(.custom_1, .custom_2) .V2_article_container.pr_container.info:before{
	content:"募集";
	top:6px;
	left:-17px;
	background:#080;
}
:not(.custom_1, .custom_2) .V2_article_container.pr_container.info{
	background-color:#fff;
}
/********** タイムラインミニ **********/
.pr_timeline_mini{
	overflow:hidden;
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	width:550px;
	min-height:70px;
	padding:0 0 5px;
	margin:0 auto 4px;
	text-align:left;
	background:url(/image/line_dotted_550.gif) no-repeat center bottom transparent;
}
.pr_timeline_mini:before{
	content:"PR";
	display:block;
	position:absolute;
	float:left;
	top:4px;
	left:-16px;
	background:#900;
	color:#fff;
	padding:2px 20px;
	font-weight:bold;
	font-size:10px;
	line-height:10px;
	transform:rotateZ(-45deg);
}
/***** heading *****/
.pr_timeline_mini h2,
.pr_timeline_mini p{
	margin:0 78px 3px 33px;
}
.pr_timeline_mini h2{
	order:2;
	font-size:15px;
	line-height:120%;
}
.pr_timeline_mini h2 a{
	text-decoration:none;
}
.pr_timeline_mini h2 a:hover{
	text-decoration:underline;
}
.pr_timeline_mini h2 br{
	display:none;
}
/***** p *****/
.pr_timeline_mini p{
	order:3;
	font-size:13px;
	line-height:135%;
}
.pr_timeline_mini p.maker{
	order:4;
	margin-bottom:0;
	text-align:right;
	font-size:10px;
	line-height:15px;
	color:#888888;
}
/***** img *****/
.pr_timeline_mini figure{
	order:1;
	position:absolute;
	top:0;
	right:0;
	padding:0;
	margin:0;
}
.pr_timeline_mini figure img{
	width:70px;
	height:70px;
}
/******************** SNSの反響表示用（未実装） ******************/
.V2_elapse_container{
	display:none !important;
}
/*==============================================================================================================
/import V2_index_gametitle_component.css
/==============================================================================================================*/
/****************************** gametitle container ****************************/
/************************ タイトル ************************/
.gametitle_container{
	clear:both;
	width:550px;
	height:100%;
	margin:8px auto;
	padding:0 0 12px;
	background:url(/image/line_dotted_550.gif) repeat-x left bottom;
}
/************ 見出し ************/
.gametitle_container h2{
	margin:0 0 10px 82px;
	font-size:17px;
	line-height:19px;
}
/************ 紹介文 ************/
.gametitle_container p{
	padding:0 5px 0 0;
	margin:5px 0 0 82px;
	font-size:12px;
	line-height:1.5;
	color:#555555;
}
/********** アイコン/画像 **********/
.gametitle_container .image_container{
	float:left;
	margin-right:12px;
	width:70px;
	overflow:hidden;
	line-height:100%;
}
.gametitle_container .image_container img.img_icon{
}
.gametitle_container .image_container img.package{
	background:#e5e5e5;
	margin:10px 12px 4px 0;
}
/******************** 基礎情報 ********************/
.gametitle_container .basicinfo:after{
	content:"";
	clear:both;
	height:0px;
	display:block;
}
.gametitle_container .basicinfo{
	margin-left:82px;
	background:#fcfcfc;
	width:459px;
	border:1px solid #f0f0f0;
	padding:5px 2px 5px 5px;
	height:100%;
}
/********** ジャンル・発売元・発売日・価格 **********/
.gametitle_container .basicinfo table.data{
	table-layout:fixed;
	margin:0;
	line-height:110%;
	font-size:12px;
	text-align:left;
	color:#555555;
}
.gametitle_container .basicinfo table.data a{
	text-decoration: none;
}
/***** colgroup *****/
.gametitle_container .basicinfo table.data col.class1{
	width:55px;
}
.gametitle_container .basicinfo table.data col.class2{
	width:4px;
}
.gametitle_container .basicinfo table.data col.class3{
	width:253px;
}
/***** 表 *****/
.gametitle_container .basicinfo table.data tr{
	vertical-align:top;
}
.gametitle_container .basicinfo table.data th{
	padding-top:2px;
	vertical-align:top;
	font-weight:normal;
}
.gametitle_container .basicinfo table.data td{
	padding-top:2px;
	vertical-align:top;
	padding-right:4px;
	padding-left:4px;
}
.gametitle_container .basicinfo table.data ul{
	line-height:110%;
	text-align:left;
	font-size:12px;
}
.gametitle_container .basicinfo table.data li{
	display:inline;
	padding-right:2px;
}
.gametitle_container .basicinfo table.data li a{
	margin-right:4px
}
.gametitle_container .basicinfo table.data td.sales_info.discontinued:after{
	content:"（サービス終了）";
	color:#f33;
}
/********** スコア **********/
.gametitle_container .basicinfo table.score{
	float:right;
	width:144px;
	table-layout:fixed;
	border-collapse:collapse;
	margin:0;
}
.gametitle_container .basicinfo table.score th,
.gametitle_container .basicinfo table.score td{
	width:72px;
	padding:0;
	text-align:center;
}
.gametitle_container .basicinfo table.score th{
	font-size:11px;
	color:#666666;
	padding:0;
	vertical-align:top;
	line-height:15px;
}
.gametitle_container .basicinfo table.score td.point{
	overflow:hidden;
	width:66px;
	height:60px;
	padding:0 2px;
	font-family:Arial,'ＭＳ Ｐゴシック';
	font-size:44px;
	line-height:60px;
	letter-spacing:-2px;
	background:url(/image/bg_search_score_point.gif) no-repeat center top;
}
.gametitle_container .basicinfo table.score td.point a{
	text-decoration: none;
}
.gametitle_container .basicinfo table.score strong.excellent,
.gametitle_container .basicinfo table.score strong.good{
	color:#4DA92C;
}
.gametitle_container .basicinfo table.score strong.average{
	color:#FFA100;
}
.gametitle_container .basicinfo table.score strong.bad,
.gametitle_container .basicinfo table.score strong.poor{
	color:#ff0000;
}
.gametitle_container .basicinfo table.score strong.no_entry{
	color:#999999;
}
/********** アフィリエイト **********/
.gametitle_container ul.affiliate{
	text-align:right;
	margin-top:8px;
}
.gametitle_container ul.affiliate li{
	display:inline;
}
.gametitle_container ul.affiliate li.review{
	display:none;	/* 読者レビュー廃止 */
}
/*==============================================================================================================
/import V2_platform_common_layout.css
/==============================================================================================================*/
:root{
	--color-primary: #991717;
	--color-border-primary: #991717;
	--color-border-secondary: #cd8c8c;								/* タイトルページのヘッダーメニューの下線 */
	--color-bg-body: linear-gradient(180deg, #efded7 0px, #e0e0e0 500px);
	--color-bg-primary: #991717;
	--color-bg-secondary: #faf2f2;									/* タイトルページのヘッダーコンテンツの背景色 */
	--color-gradient-primary: linear-gradient(180deg, #f95151 0%, #c71e1e 25%, #991717 25%);
	--color-gradient-secondary: linear-gradient(180deg, #fffefe 0%, #ebe6ec);			/* タイトルページのヘッダーメニューのボタン */
	--color-gradient-globalnav: linear-gradient(180deg, #c71e1e 0%, #991717);			/* グローバルナビの背景色 */
}
/********** left_contents **********/
.left_contents .left_menu:has(.left_menu_title)::before{
	content:" ";	/* 親タイトルありの場合は背景をかぶせる */
	display:block;
	position:absolute;
	z-index:1;
	right:0;
	top:0;
	width:212px;
	height:18px;
	background:url(/image/bg_leftmenu_platform_com.gif) no-repeat center top;
}
.left_menu_title{
	background:url(/image/bg_leftmenu_title_bottom_com.gif) no-repeat center bottom #ffffff;
}
.left_menu_title_header,
.left_menu_title_menu{
	background:url(/image/bg_leftmenu_header_com.gif) repeat-y 0 0;
}
.left_menu_title_score{
	background:url(/image/bg_leftmenu_score_com.gif) no-repeat 0 0;
}
/* ------------------------------
左ペインのタイトルメニューの
プラットフォームアイコン用style
inlineで書かれているため指定しない
.left_menu_title_header dt{
	background:url(/image/bg_leftmenu_platform_common.gif) no-repeat 0 0;
}
------------------------------ */
.left_menu_title_menu dl{
	background:url(/image/bg_leftmenu_menu_split_com.gif) no-repeat top center;
}
.left_menu_title_menu dl.default{
	background:url(/image/bg_leftmenu_menu_def_com.gif) no-repeat top center;
}
.left_menu_bottom{
	background-image:url(/image/bg_leftmenu_com_top.gif), url(/image/bg_leftmenu_com_bottom.gif), url(/image/bg_leftmenu_com.gif);
	background-repeat:no-repeat, no-repeat, repeat-y;
	background-position:center top, center bottom, center center;
	box-shadow:inset 1px 0 0 0 #a9a9a9, inset 2px 0 0 0 #e7e7e7;
}
/*==============================================================================================================
/import V2_promotion_component.css
/==============================================================================================================*/
/****************************** PC_JACK ******************************/
.PC_JACK .polyAdTargetElem,
.PC_JACK .polyAd-block{
	position:static !important;
}
.unit_utility:has(script[data-banner-framename="フラッグシップバナー_01"]),
.unit_utility:has(script[data-banner-framename="フラッグシップバナー_記事_01"]){
	display:flex !important;
}
.unit_utility:has(script[data-banner-framename="フラッグシップバナー_01"]) .logojack,
.unit_utility:has(script[data-banner-framename="フラッグシップバナー_記事_01"]) .logojack{
	top:0;
	left:0;
}
.unit_utility:has(script[data-banner-framename="フラッグシップバナー_01"]) .ad_top,
.unit_utility:has(script[data-banner-framename="フラッグシップバナー_記事_01"]) .ad_top{
	float:right;
	margin-left:auto;
}
.unit_utility:has(script[data-banner-framename="フラッグシップバナー_01"]) .search,
.unit_utility:has(script[data-banner-framename="フラッグシップバナー_記事_01"]) .search{
	float:right;
}
/****************************** interstitial ******************************/
.interstitial_container{
	position:relative;
}
.interstitial_container .sound{
	position:absolute;
	right:10px;
	bottom:10px;
	cursor:pointer;
	width:18px;
	height:18px;
	padding:4px;
	border-radius:24px;
	background:url(/image/google_icons/ic_volume_up_black_48dp.png) no-repeat center center/18px 18px;
	background-color:#fff;
}
.interstitial_container .sound.mute{
	background:url(/image/google_icons/ic_volume_off_black_48dp.png) no-repeat center center/18px 18px;
	background-color:#fff;
}
/****************************** banner ******************************/
/************ LargeAD ************/
.main_contents .contents_bottom_pr{
	margin:0.5em auto 4px;
	background:none;
	text-align:center;
}
.main_contents .contents_bottom_pr img{
	margin:0 auto;
}
/********** NetworkAD **********/
.networkad_container{
	width:100%;
	padding:0px 40px;
	box-sizing:border-box;
}
.networkad_container > div{
	padding-top:20px;
}
.networkad_container > div:last-child{
	padding-bottom:20px;
}
.networkad_container > div:empty{
	padding-top:0;
	padding-bottom:0;
}
/*==============================================================================================================
/import others_print.css
/==============================================================================================================*/
/**************************************** 印刷用CSS ****************************************/
@media print {
/* 印刷用スタイル定義 */
body{
	background:none;
}
.contents{
	width:100%;
	border:none;
	background:none;
}
.main_contents hr{
/**	display:none; **/
}
.main_contents .keyword ul{
	border:none;
}
.main_contents .userpage_container{
	border:none;
}
.header,
.global_navi,
.left_contents,
.right_contents,
.footer_top,
.footer_middle,
.footer_bottom,
.main_contents .contents_header,
.main_contents .leader_board,
.main_contents .external_link,
.main_contents .contents_bottom_pr,
.main_contents .article_eof,
.main_contents .whats_new,
.main_contents .keyword img.keyword_frame,
.direct_search_2lines,
.main_contents p.detail,
.main_contents .topics,
.main_contents .rectangle,
.main_contents .ad_premium,
.main_contents .finding ul,
.userpage_container .anchor,
.main_contents ul.ranking_all li.anchor,
.main_contents .contents_bottom_pr,
.dclinebox,
.main_contents div.finding img,
div.hatena,
iframe,
.main_contents .contents_header img,
.main_contents .contents_header embed,
.main_contents .contents_header object,
.main_contents div.affiliate,
.main_contents .dc_container .dc_header_meta .basicinfo .affliate,
.dclinebox,
.V2_global_navi,
.footer_index{
	display:none;
}
.main_contents .finding,
.main_contents div.finding{
	margin:0 auto;
}
.main_contents div.finding span{
	padding-right:20px;
}
.main_contents .contents_header .bread_crumb{
	display:block;
	background:none;
	color:#000000;
	width:550px;
	margin-left:auto;
	margin-right:auto;
}
.main_contents .contents_header .bread_crumb a{
	color:#000000;
	text-decoration:none;
}
.unit_contents{
	width:100%;
}
.main_contents{
	width:100%;
	border:none;
}
.userreview_container ul.menu{
	overflow:hidden;
	width:410px;
}
}