@charset "EUC-JP";

/**************************************** C2 ****************************************/

#fgContents2{
	background:#c2c5cc;
}

/****************************** C2 header ******************************/

#fgContents2 header nav:after{
	content:"";
	clear:both;
	height:0;
	display:block;
}

#fgContents2 header{
	position:relative;
	background-color:#000000;
	height:60px;
	width:640px;
}

#fgContents2 header h1{
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-111px;
	z-index:10;
}

#fgContents2 header nav{
	height:57px;
	padding:3px 10px 0;
	width:620px;
	background:#000000;
}

#fgContents2 header nav li img{
	height:50px;
}

#fgContents2 header nav li{
	float:left;
	margin-right:15px;
}

#fgContents2 header nav li:last-child{
	float:right;
	margin-right:15px;
}

#fgContents2 header nav li:nth-child(3n){
	float:right;
	margin-right:0;
}


/****************************** NAV ******************************/

#fgContents2 nav.global_nav{
	clear:both;
	width:640px;
	height:71px;
	background: -moz-linear-gradient(top, #6650d1, #281391);
	background: -webkit-gradient(linear, left top, left bottom, from(#6650d1), to(#281391));
	border-top:1px solid #8c7cdd;
	border-bottom:1px solid #000000;
}

#fgContents2 nav.global_nav ul{
	width:620px;
	height:61px;
	position:relative;
	padding:10px 10px 0;
	margin:0;
}

#fgContents2 nav.global_nav li{
	float:left;
	text-align:center;
	width:200px;
	height:60px;
	line-height:60px;
	font-size:24px;
	text-shadow:-1px -1px 0 #000000;
	font-weight:bold;
}

#fgContents2 nav.global_nav li.nav_news{
	position:relative;
	bottom:-1px;
	height:60px;
	margin-right:10px;
	color:#000000;
/**	text-shadow:1px 1px 0 #ffffff;	**/
	text-shadow:none;
	background-image:-moz-linear-gradient(top,#ffffff,#eeeeee);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#eeeeee));
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border:1px solid #000000;
	border-bottom:none;
}

#fgContents2 nav.global_nav li a{
	margin-top:10px;
	height:36px;
	line-height:36px;
	display:block;
	text-decoration:none;
	color:#ffffff;
	border-right:1px solid #1f147f;
	margin-bottom:10px;
}

#fgContents2 nav.global_nav li:last-child a{
	border-left:1px solid #705dcc;
	border-right:none;
}

#fgContents2 nav.global_nav li.nav_news a{
	margin-top:0;
	height:56px;
	line-height:56px;
	color:#000000;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border:none;
	border:4px solid #ffffff;
	border-bottom:none;
	border-bottom:1px solid #eeeeee;
}

#fgContents2 .search_area{
	width:640px;
	background-image:-moz-linear-gradient(top,#ebebeb,#e0e0e0);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#e0e0e0));
	border-bottom:1px solid #ffffff;
}


/********** search **********/

#fgContents2 .search_area .form{
	border-radius:20px;
	border-color:#cccccc;
	margin-right:10px;
	width:450px;
}

.search_area{
	width:560px;
	padding:10px 0;
	text-align:center;
	background:#eeeeee;
	background:url(/image/bg_iphone_common1.png) repeat-x left top;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #666666;
}

.search_area input.form{
	width:300px;
	height:40px;
	vertical-align:middle;
	font-size:150%;
}

.search_area input.buttom{
	font-size:150%;
	width:110px;
	height:40px;
	vertical-align:middle;
}


/****************************** SLIDE NEWS ******************************/

article.slide_news{
	height:375px;
	overflow:hidden;
	padding:20px 0 5px;
	background-color:#c2c5cc;
	box-shadow:inset 0 5px 5px #999999;
	-webkit-box-shadow:inset 0 5px 5px #999999;
	-webkit-transform: translateZ(0);
}

#SLIDE_NEWS_1{
	height:329px;
	overflow:hidden;
	z-index:100px;
}

#SLIDE_NEWS_1 li:first-child{
	margin-left:50px;
}

#SLIDE_NEWS_1 li{
	position:relative;
	width:500px;
	height:329px;
	padding:0 20px;
	text-align:center;
	float:left;
	background-color:#ffaaff;
	background-color:transparent;
	word-break:break-all;
}

#SLIDE_NEWS_1 li a{
	display:block;
	color:#000000;
	text-decoration:none;
}

#SLIDE_NEWS_1 li img{
	width:500px;
	height:219px;
	margin-bottom:0;
	border-radius:8px;
}

#SLIDE_NEWS_1 li h2{
	text-align:left;
	overflow:hidden;
	width:500px;
	font-size:30px;
	line-height:40px;
	height:40px;
}

#SLIDE_NEWS_1 li a h2{
	color:#000080;
	text-decoration:underline;
}

#SLIDE_NEWS_1 li p{
	overflow:hidden;
	text-align:left;
	color:#666666;
	font-size:22px;
	line-height:26px;
	height:48px;
}


/********** interface **********/

.slider_news_interface{
	width:100%;
	height:50px;
	color:#000000;
	text-align:center;
	border-bottom:2px solid #999999;
}

.slider_news_interface li{
	font-size:20px;
	font-weight:bold;
	line-height:50px;
}

.slider_news_interface li:first-child{
	float:left;
	width:150px;
	height:49px;
	border-top-right-radius:8px;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	background-image:-moz-linear-gradient(top,#ffffff,#eeeeee);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#eeeeee));
}

.slider_news_interface li:nth-child(n+2){
	float:right;
	width:150px;
	height:49px;
	border-top-left-radius:8px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	background-image:-moz-linear-gradient(top,#ffffff,#eeeeee);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#eeeeee));
}

.slider_news_interface li:last-child{
	color:#666666;
	float:none;
	width:auto;
	height:50px;
	border:none;
	background:transparent;
}


/****************************** TOP BANNER ******************************/

.top_ad:after{
	content:"";
	clear:both;
	height:0;
	display:block;
}

.top_ad{
	padding-top:15px;
	background:#dfe2ea;
	border-top:2px solid #e9ebf0;
}

.top_ad .strap_banner{
	width:600px;
	height:90px;
	margin:0 auto 20px;
}

.top_ad .strap_banner img{
	width:600px;
	height:90px;
	border-radius:8px;
}

.top_ad .quarter_banner{
	padding:0 20px;
}

.top_ad .quarter_banner li{
	float:left;
	margin:0 0 20px;
	width:290px;
	height:90px;
}

.top_ad .quarter_banner li:nth-child(n){
}

.top_ad .quarter_banner li:nth-child(2n){
	margin-left:20px;
}

.top_ad .quarter_banner li img{
	width:290px;
	height:90px;
	border-radius:8px;
}

.large_banner{
	width:600px;
	height:280px;
	margin:30px auto;
}

.large_banner img{
	width:600px;
	height:280px;
	border-radius:8px;
}


/**************************************** INDEX ****************************************/


/********** heading **********/

.main_contents .finding_common{
	width:640px;
	margin:0;
	padding:0;
	border:none;
	border-top:2px solid #00186e;
	border-bottom:1px solid #bfbfbf;
	border-radius:0;
}

.main_contents .finding_common .youbi{
	font-size:70%;
	margin:0 -6px;
}

.main_contents .finding_common p{
	border:none;
	width:600px;
	margin:0;
	padding:10px 20px;
	border-top:1px solid #8274c7;
	border-bottom:1px solid #000000;
	text-shadow:-1px -1px 0 #000000;
	color:#ffffff;
	background-image:-moz-linear-gradient(top,#3019a3,#543ec6);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#3019a3),to(#543ec6));
}

.main_contents .finding_common ul{
	top:10px;
	right:10px;
	color:#ffffff;
	text-shadow:-1px -1px 0 #000000;
}


/********** platform_menu **********/

.platform_menu{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;

	width:640px;
	background-image:-moz-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e6e6e6));
	border-bottom:2px solid #b3b3b3;
}

.platform_menu:after{
	content:" ";
	clear:both;
	height:0;
	display:block;
}

.platform_menu li{
	flex-grow:1;
	width:213px;
	height:55px;
	line-height:56px;
	font-size:18px;
	text-align:center;
	border-right:1px solid #b3b3b3;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #e7e7e7;
	box-sizing:border-box;
}

.platform_menu li:nth-child(4),
.platform_menu li:first-child{
	border-left:0;
}

.platform_menu li:nth-child(3),
.platform_menu li:last-child{
	border-right:0;
}

.platform_menu li:nth-child(4),
.platform_menu li:nth-child(5),
.platform_menu li:nth-child(6){
	border-top:1px solid #b3b3b3;
}

.platform_menu li a{
	display:block;
	text-decoration:none;
	padding-right:15px;
	background:url(/image/V3/SP_bg_article_container.png) no-repeat 175px 17px transparent;
}

.platform_menu li a:visited{
	color:#000080;
}

.platform_menu li a[href*="/broadcast/"]{
	display:block;
	margin-top:1px;
	height:52px;
	padding-right:0;
	box-sizing:border-box;
	background:#fffded;
}

.platform_menu .new{
	display:inline-block;
	padding:4px 6px;
	margin-right:6px;
	font-size:60%;
	line-height:100%;
	vertical-align:0.25em;
	color:#fff;
	background:#f00;
	border-radius:4px;
}


/********** appsearch **********/

.platform_menu.pattern_2 li{
	width:318px;
}

.platform_menu.pattern_2 li a{
	background-position:277px 17px;
}

.platform_menu.pattern_2 li:nth-child(odd){
	border-left:0px;
	border-right:1px solid #b3b3b3;
}

.platform_menu.pattern_2 li:nth-child(even){
	border-right:0px;
	border-left:1px solid #fff;
}

.platform_menu.pattern_2 li:first-child,
.platform_menu.pattern_2 li:first-child + li{
	border-bottom:1px solid #b3b3b3;
}

.platform_menu.pattern_2 li:first-child + li + li,
.platform_menu.pattern_2 li:first-child + li + li + li{
	border-top:1px solid #fff;
}


/********** scroll menu **********/

.platform_menu_container{
	overflow:hidden;
	overflow-x:scroll;
	width:640px;
	height:111px;
	background-image:-moz-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e6e6e6));
	-webkit-overflow-scrolling:touch;
}

.platform_menu_container .platform_menu{
	width:calc(7.9em * 9);
	height:110px;
	background:none;
	border-left:1px solid #b3b3b3 !important;
	border-bottom:1px solid #b3b3b3;
}

.platform_menu_container .platform_menu li{
	width:7.9em;
	min-width:7.9em;
	border-top:none;
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
}

.main_contents .platform_menu li a{
	padding:0;
	background:none;
}


/********** order **********/

.platform_menu_container .platform_menu li:nth-child(1){
	order:1;
}

.platform_menu_container .platform_menu li:nth-child(2){
	order:14;
}

.platform_menu_container .platform_menu li:nth-child(3){
	order:2;
}

.platform_menu_container .platform_menu li:nth-child(4){
	order:4;
}

.platform_menu_container .platform_menu li:nth-child(5){
	order:3;
}

.platform_menu_container .platform_menu li:nth-child(6){
	order:11;
}

.platform_menu_container .platform_menu li:nth-child(7){
	order:9;
}

.platform_menu_container .platform_menu li:nth-child(9){
	order:10;
}

.platform_menu_container .platform_menu li:nth-child(11){
	order:6;
}

.platform_menu_container .platform_menu li:nth-child(12){
	order:13;
}

.platform_menu_container .platform_menu li:nth-child(13){
	order:12;
}

.platform_menu_container .platform_menu li:nth-child(14){
	order:5;
}


/********** old **********/

.platform_menu_container .platform_menu li:nth-child(8){
	order:7;
	background-color:#f9f9f9;
	border-bottom-color:#ccc;
}

.platform_menu_container .platform_menu li:nth-child(10){
	order:8;
	background-color:#f9f9f9;
}

.platform_menu_container .platform_menu li:nth-child(15){
	order:15;
	background-color:#f9f9f9;
}

.platform_menu_container .platform_menu li:nth-child(16){
	order:16;
	background-color:#f9f9f9;
}

.platform_menu_container .platform_menu li:nth-child(8) a,
.platform_menu_container .platform_menu li:nth-child(10) a,
.platform_menu_container .platform_menu li:nth-child(15) a{
	color:#999;
}


/******************** container ********************/

.main_contents .top_container{
	width:640px;
}

.main_contents .top_container .article_container,
.main_contents .top_container .V2_article_container{
	width:600px;
	margin:0;
	padding:15px 20px 20px;
	background:none;
	border-bottom:1px solid #cccccc;
	background:url(/image/V3/SP_bg_article_container.png) no-repeat right center transparent;

}
.main_contents .top_container .V2_article_container h2{
	float:right;
	width:390px;
/**	max-height:90px;	**/
	overflow:hidden;
	padding:0 40px 0 20px;
	font-size:28px;
	line-height:34px;
	word-wrap:break-word;
}

.main_contents .top_container .V2_article_container h2 a{
}

.main_contents .top_container .article_container .img_right_top,
.main_contents .top_container .V2_article_container .img_right_top{
	float:left;
	margin:0;
	padding:0;
	border-radius:8px;
	width:150px;
}


/********** アイコン **********/

.V2_article_tag{
	margin-bottom:0;
}

.V2_article_tag img{
	width:35px;
	margin:0 3px 5px 0;
}


/********** oneline **********/

.main_contents .top_container .oneline{
	min-height:60px;
	padding:20px 20px 20px;
}

.main_contents .top_container .oneline h2{
	width:560px;
	padding:0 40px 0 0;
/**	max-height:32px;	**/
	overflow:hidden;
}


/********** さらにニュース **********/

.link_detail{
	text-align:right;
	min-height:60px;
	padding:15px 20px 15px;
	background:#f0f5f7;
	border-bottom:1px solid #ffffff;
	box-shadow:0 5px 5px #999999;
	background:url(/image/V3/SP_bg_article_container.png) no-repeat right center #f0f5f7;
}

.link_detail a{
	display:block;
	color:#336699;
	text-shadow:1px 1px 0 #ffffff;
	font-size:25px;
	line-height:60px;
	text-decoration:none;
	padding:0 40px 0 0;
	font-weight:bold;
}


/**************************************** intro ****************************************/

.intro_contents{
}

.sales_info_menu > ul > li:last-child li:last-child{
	margin-bottom:0;
}

#fgContainer .intro_contents nav.global_nav{
	width:640px;
	height:71px;
	background: -moz-linear-gradient(top, #6650d1, #281391);
	background: -webkit-gradient(linear, left top, left bottom, from(#6650d1), to(#281391));
	border-top:1px solid #8c7cdd;
	border-bottom:1px solid #000000;
}

#fgContainer .intro_contents nav.global_nav ul{
	width:620px;
	height:61px;
	position:relative;
	padding:10px 10px 0;
	margin:0;
}

#fgContainer .intro_contents nav.global_nav li{
	position:static;
	float:left;
	text-align:center;
	width:200px;
	height:60px;
	line-height:60px;
	font-size:24px;
	text-shadow:-1px -1px 0 #000000;
	font-weight:bold;
	border-radius:0;
	border:none;
	background:transparent;
}

#fgContainer .intro_contents nav.global_nav li:first-child{
	margin-right:0;
}

#fgContainer .intro_contents nav.global_nav li.nav_app{
	position:relative;
	bottom:-1px;
	height:60px;
	margin-right:10px;
	color:#000000;
	text-shadow:1px 1px 0 #ffffff;
	background-image:-moz-linear-gradient(top,#ffffff,#eeeeee);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#eeeeee));
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border:1px solid #000000;
	border-bottom:none;
}

#fgContainer .intro_contents nav.global_nav li a{
	margin-top:10px;
	height:36px;
	line-height:36px;
	display:block;
	text-decoration:none;
	color:#ffffff;
	border:none;
	border-right:1px solid #1f147f;
	margin-bottom:10px;
	border-radius:0;
}

#fgContainer .intro_contents nav.global_nav li:last-child a{
	border-left:1px solid #705dcc;
	border-right:none;
}

#fgContainer .intro_contents nav.global_nav li.nav_app a{
	margin-top:0;
	height:56px;
	line-height:56px;
	color:#000000;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border:none;
	border:4px solid #ffffff;
	border-bottom:none;
	border-bottom:1px solid #eeeeee;
}

#fgContainer .intro_contents .top_ad{
	border-top:1px solid #999999;
}


/***** footer *****/

.intro_contents footer .footer_top li.nav_news{
	width:199px;
	border-left:none;
}

.intro_contents footer .footer_top li.nav_app{
	width:198px;
}

.intro_contents footer .footer_top li.nav_sales{
	width:199px;
	border-right:none;
}

.intro_contents footer .footer_top li.nav_news a,
.intro_contents footer .footer_top li.nav_sales a{
	color:#ffffff;
	display:inline-block;
	width:180px;
	margin:0 auto;
	padding:10px 0;
	border-radius:0;
	text-decoration:underline;
	background:transparent;
}


/**************************************** sale ****************************************/

.sale_contents{
}

#fgContainer .sale_contents nav.global_nav{
	width:640px;
	height:71px;
	background: -moz-linear-gradient(top, #6650d1, #281391);
	background: -webkit-gradient(linear, left top, left bottom, from(#6650d1), to(#281391));
	border-top:1px solid #8c7cdd;
	border-bottom:1px solid #000000;
}

#fgContainer .sale_contents nav.global_nav ul{
	width:620px;
	height:61px;
	position:relative;
	padding:10px 10px 0;
	margin:0;
}

#fgContainer .sale_contents nav.global_nav li{
	position:static;
	float:left;
	text-align:center;
	width:200px;
	height:60px;
	line-height:60px;
	font-size:24px;
	text-shadow:-1px -1px 0 #000000;
	font-weight:bold;
	border-radius:0;
	border:none;
	background:transparent;
}

#fgContainer .sale_contents nav.global_nav li:first-child{
	margin-right:0;
}

#fgContainer .sale_contents nav.global_nav li.nav_sales{
	position:relative;
	bottom:-1px;
	height:60px;
	margin-right:10px;
	color:#000000;
	text-shadow:1px 1px 0 #ffffff;
	background-image:-moz-linear-gradient(top,#ffffff,#eeeeee);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#eeeeee));
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border:1px solid #000000;
	border-bottom:none;
}

#fgContainer .sale_contents nav.global_nav li a{
	margin-top:10px;
	height:36px;
	line-height:36px;
	display:block;
	text-decoration:none;
	color:#ffffff;
	border:none;
	border-right:1px solid #1f147f;
	margin-bottom:10px;
	border-radius:0;
}

#fgContainer .sale_contents nav.global_nav li:last-child a{
	border-left:1px solid #705dcc;
	border-right:none;
}

#fgContainer .sale_contents nav.global_nav li.nav_sales a{
	margin-top:0;
	height:56px;
	line-height:56px;
	color:#000000;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border:none;
	border:4px solid #ffffff;
	border-bottom:none;
	border-bottom:1px solid #eeeeee;
}

.V2_article_container p,
.V2_article_container .tag_list{
	display:none;
}


/***** footer *****/

.sale_contents footer .footer_top li.nav_news{
	width:199px;
	border-left:none;
}

.sale_contents footer .footer_top li.nav_app{
	width:198px;
}

.sale_contents footer .footer_top li.nav_sales{
	width:199px;
	border-right:none;
}

.sale_contents footer .footer_top li.nav_news a,
.sale_contents footer .footer_top li.nav_app a{
	color:#ffffff;
	display:inline-block;
	width:180px;
	margin:0 auto;
	padding:10px 0;
	border-radius:0;
	text-decoration:underline;
	background:transparent;
}

.sale_contents footer .footer_top li.nav_sales a{
	background:#3720aa;
	border-radius:8px;
	text-decoration:none;
}


/******************** AD ********************/

.sale_contents .top_ad,
.intro_contents .top_ad{
	background:#f0f0f0;
}


/**************************************** hotgames ****************************************/

.hotgames_contents{
}

.hotgames_contents footer .footer_top li.nav_news a,
.hotgames_contents footer .footer_top li.nav_sales a{
	color:#ffffff;
	display:inline-block;
	width:180px;
	margin:0 auto;
	padding:10px 0;
	border-radius:0;
	text-decoration:underline;
	background:transparent;
}

.hotgames_contents footer .footer_top li.nav_app a{
	background:#3720aa;
	border-radius:8px;
	text-decoration:none;
}


/****************************** Preregistration ******************************/

.main_contents .finding_common.finding_regist{
	border-bottom:0px;
}

.main_contents .V2_article_container.pr_container:before{
	content:"PR";
	display:block;
	position:absolute;
	float:left;
	top:6px;
	left:-55px;
	background:#900;
	color:#fff;
	padding:7px 60px;
	font-size:15px;
	height:15px;
	line-height:100%;
	font-weight:bold;
	transform:rotateZ(45deg);
	-webkit-transform:rotateZ(-45deg);
	-moz-transform:rotateZ(-45deg);
	-ms-transform:rotateZ(-45deg);
	-o-transform:rotateZ(-45deg);
}

.main_contents .V2_article_container.pr_container{
	position:relative;
	overflow:hidden;
	padding-top:25px;
	padding-bottom:25px;

	background: #ffe;
	background: -moz-linear-gradient(45deg, #eeeed0 0%, #fcfcec 30%, #ffe 60%, #ddddb0 100%);
	background: -webkit-linear-gradient(45deg, #eeeed0 0%, #fcfcec 30%, #ffe 60%, #ddddb0 100%);
	background: -o-linear-gradient(45deg, #eeeed0 0%, #fcfcec 30%, #ffe 60%, #ddddb0 100%);
	background: -ms-linear-gradient(45deg, #eeeed0 0%, #fcfcec 30%, #ffe 60%, #ddddb0 100%);
	background: linear-gradient(45deg, #eeeed0 0%, #fcfcec 30%, #fcfcec 60%, #ddddb0 100%);
	border-color:#bbbbb0;
	box-shadow:inset 0px 2px 0px 0px #fff;
}

.main_contents .V2_article_container.pr_container:first-child{
	box-shadow:none;
	border-top:1px solid #333;
	margin-top:0px;
}

.main_contents .V2_article_container.pr_container h2{
	float:left;
	width:425px;
	padding:0px 0px 0px 15px;
}

.main_contents .V2_article_container.pr_container h2 a{
	text-shadow:1px 1px 0px #fff;
}

.main_contents .V2_article_container.pr_container .img_right_top{
	float:right;
}


/****************************** 15/05/20 information 4g ******************************/

#fgContents2 .information_4g{
	background:#f0f0f0;
	padding:5px 0;
	margin-top:0;
	border-bottom:1px solid #b3b3b3;
}

#fgContents2 .information_sp{
	margin:15px;
	padding:15px;
	border:3px solid #e4007f;
	border-radius:10px;
	font-size:130%;
	line-height:140%;
	background:#ffffff;
}


/****************************** 151013 guide ******************************/

.guide_container{
	padding-top:15px;
}

.guide_container dl{
	border:1px solid #666;
	box-shadow: inset 0px 0px 0px 4px #fff, inset 0px 0px 0px 5px #ddd;
	position:relative;
	padding:20px 0px 20px;
	margin:0px 20px 20px;

	background:#f3f3f3;
	background: -moz-linear-gradient(top, #fcfcfc, #e3e3e3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e3e3e3));
	border-radius:4px;
}

.guide_container dt{
	font-weight:bold;
	line-height:100%;
	font-size:150%;
	padding:0px 25px 10px 20px;
	margin:0px 6px 0px;
	border-bottom:1px dotted #ccc;
	border-bottom:1px solid #ccc;
}

.guide_container dt a{
	color:#000080;
	text-decoration:none;
	background:url(/image/icatch_red_white_8.gif) no-repeat left center;
	padding-left:15px;
}

.guide_container dd{
	padding-top:10px;
	border-top:1px solid #fff;
}

.guide_container dl dd img{
	display:block;
	margin:0 auto;
}

.guide_container dl dd a{
	display:block;
	width:510px;
	height:140px;
	border-radius:4px;
	margin:0 auto;
	overflow:hidden;
}

.guide_container dl dd p{
	font-size:110%;
	line-height:140%;
	padding-top:5px;
	padding:10px 30px 0;
}


/****************************** 160119 twitter ranking ******************************/

/******************** button ********************/

.tweet_ranking_button{
	background:#DFE2EA;
	padding:0px 23px 20px;
}

.tweet_ranking_button b:before{
	position:relative;
	top:-5px;
	content:" ";
	background:url(/image/twitter_logo_white_w200.png) no-repeat center center;
	background-size:contain;
	width:30px;
	height:30px;
	display:block;
	float:left;
	margin-right:10px;
}

.tweet_ranking_button b:after{
	content:" ";
	background:url(/image/SP_bg_article_container_white.png) no-repeat center right;
	float:right;
	display:block;
	width:30px;
	height:20px;
	margin-right:-15px;
}

.tweet_ranking_button b{
	background:#1b95e0;
	border-radius:6px;
	display:block;
	padding:15px 15px;
	height:20px;
	line-height:20px;
	color:#fff;
	font-size:110%;
	border:3px solid #fff;
	box-shadow:0px 0px 0px 3px #1b95e0;
}


/******************** ranking ********************/

.tweet_ranking{
	position:relative;
	margin:30px 20px 20px;
	border-radius:8px;
	background:#ffffff;
	box-shadow:0px 0px 4px 0 #000000;
}


/********** heading **********/

.tweet_ranking .display_none{
	display:none;
}

.tweet_ranking_heading .date{
	position:absolute;
	display:block;
	right:0;
	top:-25px;
	height:20px;
	font-size:14px;
	color:#000;
	text-align:right;
	text-shadow:1px 1px 0 #ffffff;
}


/********** score **********/

.tweet_score{
	position:absolute;
	display:block;
	height:40px;
	font-size:18px;
	line-height:40px;
	text-align:left;
	right:20px;
	bottom:10px;
}

.tweet_retweet,
.tweet_heart{
	display:inline-block;
	margin-right:10px;
	text-indent:30px;
	font-weight:normal;
	color:#666;
}

.tweet_retweet{
	background:url(/image/twitter_retweet_v2_sp.png) no-repeat left center;
}

.tweet_heart{
	background:url(/image/twitter_favorite_v2_sp.png) no-repeat left center;
}


/********** li **********/

.tweet_rank_list li{
	position:relative;
	min-height:50px;
	padding:20px 20px 50px;
	font-size:23px;
	line-height:31px;
	border-bottom:1px solid #d3d3d3;
}

.tweet_rank_list .tweet_score + a{
	display:inline-block;
	margin-left:55px;
	text-decoration:none;
	color:#000080;
	margin-top:-40px;
}


/********** rank **********/

.tweet_rank_list li.tweet_rank_1:before,
.tweet_rank_list li.tweet_rank_2:before,
.tweet_rank_list li.tweet_rank_3:before,
.tweet_rank_list li.tweet_rank_4:before,
.tweet_rank_list li.tweet_rank_5:before{
	display:block;
	float:left;
	width:40px;
	height:40px;
	margin-right:15px;
	font-size:130%;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	border-radius:8px;
	color:#ffffff;
	background:#aaaaaa;
}

.tweet_rank_list li.tweet_rank_1:before{
	content:"1";
	background:#ff0000;
}

.tweet_rank_list li.tweet_rank_2:before{
	content:"2";
	background:#ff7f00;
}

.tweet_rank_list li.tweet_rank_3:before{
	content:"3";
	background:#ffd400;
}

.tweet_rank_list li.tweet_rank_4:before{
	content:"4";
}

.tweet_rank_list li.tweet_rank_5:before{
	content:"5";
}

.tweet_rank_list li.tweet_rank_pr{
	display:none;
}


/******************** 20210604 ********************/

#fgContents3 .tweet_ranking{
	background:transparent;
	border-radius:0px;
	box-shadow:none;
}

#fgContents3 .tweet_ranking_heading .date{
	text-shadow:none;
}


/********** container **********/

#fgContents3 .tweet_ranking_container.normal,
#fgContents3 .tweet_ranking_container.info,
#fgContents3 .tweet_ranking_container.joshibu{
	overflow:hidden;
	position:relative;
	padding-top:50px;
	background:#333;
	border-radius:8px;
}

#fgContents3 .tweet_ranking_container + .tweet_ranking_container{
	margin-top:30px;
}

#fgContents3 .tweet_ranking_container.layout0,
#fgContents3 .tweet_ranking_container.joshibu.num{
	display:none;
}


/********** heading **********/

#fgContents3 .tweet_ranking_container.normal:before,
#fgContents3 .tweet_ranking_container.info:before,
#fgContents3 .tweet_ranking_container.joshibu:before{
	display:block;
	position:absolute;
	left:50%;
	top:0;
	height:50px;
	font-size:24px;
	font-weight:bold;
	line-height:52px;
	text-indent:50px;
	text-align:center;
	background:url(/image/V3/SP_icon_tweet_ranking_crown.png) no-repeat 0 1px transparent;
	color:#fff;
	box-sizing:border-box;
}

#fgContents3 .tweet_ranking_container.normal:before{
	width:218px;
	margin-left:-115px;
	content:"記事ランキング";
}

#fgContents3 .tweet_ranking_container.info:before{
	width:218px;
	margin-left:-115px;
	content:"番組のお知らせ";
}

#fgContents3 .tweet_ranking_container.joshibu:before{
	width:266px;
	margin-left:-139px;
	content:"女性向けランキング";
}


/********** list **********/

#fgContents3 .tweet_rank_list{
	box-shadow:inset 0px 0px 0px 1px #999;
	border-radius:0px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}

#fgContents3 .tweet_rank_list > li:last-child{
	border-bottom:0;
}


/****************************** GIJE ******************************/

.main_contents .top_container .V2_article_container.target_GIJE h2 + a{
	position:relative;
	display:block;
	float:left;
	text-decoration:none;
}

.main_contents .top_container .V2_article_container.target_GIJE h2 + a:before{
	content:"GamesIndustry JE";
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	width:142px;
	height:29px;
	padding-right:8px;
	text-align:right;
	font-size:75%;
	font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','meiryo';
	font-weight:bold;
	line-height:29px;
	background:#a90000;
	color:#fff;
}

.main_contents .top_container .V2_article_container.target_GIJE .img_right_top{
	padding-top:30px;
	margin-bottom:17px;
	background:#fff;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}

.main_contents .top_container .V2_article_container.target_GIJE h2 + a:after{
	content:" ";
	display:inline-block;
	position:absolute;
	bottom:0px;
	right:0px;
	width:64px;
	height:14px;
	margin-right:5px;
	background:url(/image/logo_gije_black_small.png) no-repeat center bottom;
	background-size:contain;
	vertical-align:text-top;
}


/********** oneline **********/

.main_contents .top_container .V2_article_container.oneline.target_GIJE{
	position:relative;
}

.main_contents .top_container .V2_article_container.oneline.target_GIJE h2{
	margin-top:23px;
}

.main_contents .top_container .V2_article_container.oneline.target_GIJE h2 a:before{
	content:" ";
	display:block;
	position:absolute;
	top:21px;
	left:21px;
	width:33px;
	height:15px;
	vertical-align:text-bottom;
	border:1px solid #fff;
	border-bottom:0px;
	background:url(/image/icon_gije_linkednews.png) no-repeat center bottom #fff;
	background-size:contain;
	box-shadow:0px 0px 0px 1px #ccc;
}

.main_contents .top_container .V2_article_container.oneline.target_GIJE .timestamp{
	margin-top:0px;
}

.main_contents .top_container .V2_article_container.oneline.target_GIJE .V2_article_tag img{
	display:none;
}


/****************************** 160701 LINE NEWS ******************************/

.line_news_button{
	background:#DFE2EA;
	padding:0px 23px 20px;
}

.line_news_button a:before{
	position:relative;
	top:-5px;
	content:" ";
	background:url(/image/logo_line_sp.png) no-repeat center center;
	background-size:contain;
	width:32px;
	height:32px;
	display:block;
	float:left;
	margin-right:10px;
}

.line_news_button a:after{
	content:" ";
	background:url(/image/SP_bg_article_container_white.png) no-repeat center right;
	float:right;
	display:block;
	width:30px;
	height:20px;
	margin-right:-15px;
}

.line_news_button a{
	background:#03c302;
	border-radius:6px;
	display:block;
	padding:15px 15px;
	height:20px;
	line-height:20px;
	color:#fff;
	font-size:110%;
	border:3px solid #fff;
	box-shadow:0px 0px 0px 3px #03c302;
	text-decoration:none;
	font-weight:bold;
}


/****************************** Twitter -> X ******************************/

.tweet_ranking_button b:before{
	position:relative;
	top:-5px;
	content:" ";
	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:90%;
	width:30px;
	height:30px;
	display:block;
	float:left;
	margin-right:10px;
}

.tweet_ranking_button b{
	background:#000;
	box-shadow:0px 0px 0px 3px #000;
}


/****************************** html5_contents ******************************/


/********** bread_crumb **********/

.bread_crumb{
	margin:20px;
	height:19px;
	line-height:19px;
	border:none;
}

.bread_crumb,
.bread_crumb li{
	display:flex;
	flex-direction:row;
}

.bread_crumb li::before{
	content:">";
	padding:0 10px;
}

.bread_crumb li:first-child::before{
	content:" ";
	display:block;
	margin-top:-1px;
	width:19px;
	height:19px;
	padding:0 10px 0 0;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path fill="%23333" d="M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z" /></svg>');
	background-repeat:no-repeat;
	background-position:left center;
	background-size:19px;
}

.bread_crumb a{
	color:#333;
	text-decoration:none;
}


/******************** main ********************/

.html5_contents main{
	position:relative;
}

.html5_contents h1{
	position:absolute;
	top:-1px;
	left:0px;
	width:5.25em;
	padding:0.5em;
	font-size:30px;
	line-height:30px;
	text-align:left;
	background:#fff;
	border-bottom-right-radius:10px;
	box-sizing:border-box;
}

.html5_contents .hero-image img{
	width:640px;
	height:calc(640px / 3);
	vertical-align:middle;
	object-fit:cover;
}


/******************** index ********************/

.top_container.html5_container{
}

.top_container.html5_container + .link_detail{
	box-shadow:none;
}


/********** article **********/

.top_container.html5_container .article_container,
.top_container.html5_container .V2_article_container{
	position:relative;
	min-height:112.5px;
	padding:48px 20px 50px;
}

.top_container.html5_container .article_container h2,
.top_container.html5_container .V2_article_container h2{
	margin:0 auto;
	font-size:24px;
	line-height:140%;
}


/********** tag **********/

.top_container.html5_container .V2_article_tag{
	overflow:hidden;
	display:block;
	position:absolute;
	left:20px;
	top:18px;
	width:350px;
	height:18px;
	padding:0;
	margin:0;
	line-height:18px;
	text-align:left;
}


/********** timestamp **********/

.top_container.html5_container p.published_time,
.top_container.html5_container p.published_time{
	display:block;
	position:absolute;
	right:20px;
	bottom:15px;
	width:auto;
	height:20px;
	font-size:15px;
	line-height:20px;
	color:#aaa;
}


/********** TN021 **********/

.top_container.html5_container article[tag*="TN021"] h2{
	width:300px;
}

.top_container.html5_container article[tag*="TN021"] .img_right_top{
	width:240px;
}


/********** oneline **********/

.top_container.html5_container .oneline:not(.oneline_thumb) h2{
	width:390px;
}

.top_container.html5_container .oneline:not(.oneline_thumb) h2:before{
	content:" ";
	display:block;
	position:absolute;
	left:20px;
	top:48px;
	width:150px;
	height:112.5px;
	background:url(/image/4gamer_logo_og.png) no-repeat center center;
	background-size:120px auto;
	box-shadow:inset 0px 0px 0px 1px #ccc;
	border-radius:8px;
}


/********** oneline_thumb **********/

.top_container.html5_container .oneline_thumb .img_right_top{
	display:inline;
}


/******************** ICON ********************/

.top_container.html5_container .V2_article_tag .ICON{
	display:none;
	height:12px;
	padding:3px;
	margin-right:2px;
	font-size:12px;
	line-height:12px;
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	vertical-align:top;
}

.ICON{
	color:#777;
	background:#fff;
	box-shadow:inset 0px 0px 0px 1px #bbb;
}


/********** site **********/

.top_container.html5_container .V2_article_tag > a.site:nth-of-type(1),
.top_container.html5_container .V2_article_tag > a.site:nth-of-type(2),
.top_container.html5_container .V2_article_tag > a.site:nth-of-type(3),
.top_container.html5_container .V2_article_tag > a.site:nth-of-type(4){
	display:inline-block;
}


/********** newstype **********/

.top_container.html5_container .V2_article_tag > a.ICON.newstype{
	display:inline-block;
}

.top_container.html5_container .V2_article_tag > a.ICON.newstype + a.ICON.newstype{
	display:none;
}


/********** platform **********/

.ICON.TS001,
.ICON.TS002,
.ICON.TS003,
.ICON.TS004,
.ICON.TS005,
.ICON.TS006,
.ICON.TS007,
.ICON.TS008,
.ICON.TS009,
.ICON.TS010,
.ICON.TS011,
.ICON.TS012,
.ICON.TS013,
.ICON.TS014,
.ICON.TS015,
.ICON.TS016,
.ICON.TS017,
.ICON.TS018,
.ICON.TS019,
.ICON.TS020,
.ICON.TS021,
.ICON.TS022,
.ICON.TS023,
.ICON.TS024,
.ICON.TS025,
.ICON.TS026,
.ICON.TS027,
.ICON.TS028,
.ICON.TS029,
.ICON.TS030{
	color:#fff;
	box-shadow:none;
}


/********** COMMON **********/

.ICON.TS003,
.ICON.TS009,
.ICON.TS010,
.ICON.TS011,
.ICON.TS016,
.ICON.TS019,
.ICON.TS022{
	background:#b34a4a;
}


/********** iOS **********/

.ICON.TS013,
.ICON.TS014{
	background:#d0668b;
}


/********** PC **********/

.ICON.TS001,
.ICON.TS017{
	background:#4761ea;
}


/********** PS **********/

.ICON.TS004,
.ICON.TS007,
.ICON.TS012,
.ICON.TS021,
.ICON.TS024,
.ICON.TS027{
	background:#706da5;
}


/********** HARD **********/

.ICON.TS002,
.ICON.TS029{
	background:#666;
}


/********** nintendo **********/

.ICON.TS005,
.ICON.TS008,
.ICON.TS018,
.ICON.TS023,
.ICON.TS026,
.ICON.TS030{
	background:#66b8d9;
}


/********** xbox **********/

.ICON.TS006,
.ICON.TS025,
.ICON.TS028{
	background:#3f863f;
}


/********** arcade **********/

.ICON.TS015{
	background:#d6924f;
}


/********** analog **********/

.ICON.TS020{
	background:#a78c57;
}


/****************************** SOUNDPLAYER ******************************/

.contents_header > div[id*="SOUNDPLAYER_"],
.maintxt > div[id*="SOUNDPLAYER_"],
.top_soundplayer_container > div[id*="SOUNDPLAYER_"]{
	width:520px;
	margin:0 auto;
	font-size:10px;
	border:1px solid #bbb;
	border-radius:8px;
	background:#fff;
}

.SOUNDPLAYER .PROGRESS > .PROGRESSBAR_CONTAINER{
	width: calc(100% - 12em);
	margin-top:12px;
}

.SOUNDPLAYER .UI_HIDDEN {
	display: none !important;
}


/******************** BASIC ********************/

.SOUNDPLAYER{
	margin:10px;
	table-layout:fixed;
	border-spacing:0;
	border:0px;
}

.SOUNDPLAYER th,
.SOUNDPLAYER td{
	padding:0;
	border:0px !important;
}

.SOUNDPLAYER .CONTROL span.BUTTON_STOP{
	display:none;
}


/*********** COVER **********/

.SOUNDPLAYER .COVER{
	width:auto;
	height:auto;
}

.SOUNDPLAYER .COVER img{
	width:120px;
	height:120px;
}


/*********** PLAYNAME **********/

.SOUNDPLAYER .PLAYNAME{
	width:310px;
}

.SOUNDPLAYER .PLAYNAME .LIST,
.SOUNDPLAYER .PLAYNAME .NAME,
.SOUNDPLAYER .PLAYNAME .INFO{
	width:310px;
	height:3em;
	padding:0px 10px;
	line-height:3em;
	text-align:left;
	box-sizing:border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*********** VOLUME **********/

.SOUNDPLAYER .VOLUME{
	width:20px;
	background-position: center 10px;
	background-repeat: no-repeat;
	text-align:center;
	padding:2px 4px;
}

.SOUNDPLAYER .VOLUME{
	padding:5px 10px 0;
}

.SOUNDPLAYER .VOLUME:before{
	content:"Vol";
	display:block;
	height:13px;
	font-size:10px;
	line-height:12px;
}

.SOUNDPLAYER .VOLUMEBAR{
	height:12px;
	font-size:10px;
	line-height:14px;
	height:12px;
	overflow:hidden;
	text-align:center;
	background:#000000;
	box-shadow:0px -1px 0 1px #333;
	border-left:1px solid #000;
	border-top:1px solid #000;
	opacity:1;
	cursor:pointer;
}

.SOUNDPLAYER .VOLUMEBAR:last-child{
	height:14px;
}

.SOUNDPLAYER .VOLUMEBAR.OFF{
	opacity:1;
	background:#000 !important;
}

.SOUNDPLAYER .VOLUMERANGE{
	height: 150px;
	margin: 0;
	padding: 0; 
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 20px;
}

.SOUNDPLAYER .VOLUME .VOLUMEBAR:nth-child(2){
	background:#f00;
}

.SOUNDPLAYER .VOLUME .VOLUMEBAR:nth-child(3){
	background:#e00;
}

.SOUNDPLAYER .VOLUME .VOLUMEBAR:nth-child(4){
	background:#d00;
}

.SOUNDPLAYER .VOLUME .VOLUMEBAR:nth-child(5){
	background:#c00;
}

.SOUNDPLAYER .VOLUME .VOLUMEBAR:nth-child(6){
	background:#b00;
}

.SOUNDPLAYER .VOLUME .VOLUMEBAR:nth-child(7){
	background:#a00;
}

.SOUNDPLAYER .VOLUME .VOLUMEBAR:nth-child(8){
	background:#900;
}

.SOUNDPLAYER .VOLUME .VOLUMEBAR:nth-child(9){
	background:#800;
}

.SOUNDPLAYER .VOLUME .VOLUMEBAR:nth-child(10){
	background:#700;
}

.SOUNDPLAYER .VOLUME .VOLUMEBAR:nth-child(11){
	background:#600;
}

.SOUNDPLAYER .VOLUME .VOLUMEBAR:nth-child(12):before{
	content:"OFF";
	display:block;
	text-align:center;
}

.SOUNDPLAYER .VOLUME .VOLUMEBAR:nth-child(12){
	background:transparent !important;
	text-indent:0px;
	border-left:1px solid #333;
	border-top:1px solid #333;
}


/*********** CONTROL **********/

.SOUNDPLAYER .CONTROL{
	width:310px;
}

.SOUNDPLAYER .CONTROL span:not(.SPEED_CONTAINER){
	cursor:pointer;
	width:45px;
	height:45px;
	box-sizing:border-box;
}

.SOUNDPLAYER .CONTROL span:not(.SPEED_CONTAINER) img{
	width:100%;
	height:100%;
	vertical-align:baseline;
}


/*********** PROGRESSBAR **********/

.SOUNDPLAYER .PROGRESS{
	padding:0.5em 1em;
	font-size:10px;
	line-height:10px;
}

.SOUNDPLAYER .PROGRESS_CONTAINER{
	display:flex;
	align-items: center;
	height:26px;
}

.SOUNDPLAYER .FILETYPE{
	width:3em;
	height:1em;
	font-size:100%;
	line-height:100%;
	padding:0.5em;
}

.SOUNDPLAYER .TIME{
	width:7em;
	height:1em;
	font-size:100%;
	line-height:100%;
	padding:0.5em;
}

.SOUNDPLAYER .PROGRESSBAR_CONTAINER{
	cursor:pointer;
	flex-grow:1;
	height:6px;
	padding:0;
	background:rgba(255,255,255,0.2);
	background:#666;
	width: calc(100% - 12em - 30px);
	height:0.5em;
	border-radius:8px;
	overflow:hidden;
}

.SOUNDPLAYER .PROGRESSBAR{
	display:block;
	width:0%;
	height:6px;
	border-radius:8px;
	background:#f00;
}


/***** LOOP AUTOPLAY *****/

.SOUNDPLAYER .PROGRESS_CONTAINER span.LOOP_OFF,
.SOUNDPLAYER .PROGRESS_CONTAINER span.LOOP_ON,
.SOUNDPLAYER .PROGRESS_CONTAINER span.AUTOPLAY_OFF,
.SOUNDPLAYER .PROGRESS_CONTAINER span.AUTOPLAY_ON{
	cursor:pointer;
	width:26px;
	height:26px;
	padding:0;
	margin:0 -3px 0 10px;
	background:none;
}

.SOUNDPLAYER .PROGRESS_CONTAINER span.AUTOPLAY_OFF + span.LOOP_OFF,
.SOUNDPLAYER .PROGRESS_CONTAINER span.AUTOPLAY_OFF + span.LOOP_ON,
.SOUNDPLAYER .PROGRESS_CONTAINER span.AUTOPLAY_ON + span.LOOP_OFF,
.SOUNDPLAYER .PROGRESS_CONTAINER span.AUTOPLAY_ON + span.LOOP_ON{
	display:none !important;
}

.SOUNDPLAYER .PROGRESS_CONTAINER span.LOOP_OFF img,
.SOUNDPLAYER .PROGRESS_CONTAINER span.AUTOPLAY_OFF img{
	width:100%;
	height:100%;
	filter:invert(30%);
}

.SOUNDPLAYER .PROGRESS_CONTAINER span.LOOP_ON img,
.SOUNDPLAYER .PROGRESS_CONTAINER span.AUTOPLAY_ON img{
	width:100%;
	height:100%;
	filter:invert(100%);
}


/*********** SPEED **********/

.SOUNDPLAYER .SPEED{
	position:relative;
	height:0px;
	padding:0;
}

.SOUNDPLAYER .SPEED .SPEED_INTERFACE{
	position:absolute;
	top:-28px;
	display:flex;
	justify-content: center;
	width:0px;
	height:auto;
	padding:10px 0;
	box-shadow:none;
	background:transparent;
}

.SOUNDPLAYER .SPEED .SPEED_INTERFACE.SPEED_HIDDEN{
	display:none !important;
}

.SOUNDPLAYER .SPEED .SPEED_HEADING{
	display:none;
}

.SOUNDPLAYER .SPEED .SPEED_INTERFACE span:not(.SPEED_CONTAINER){
	user-select:none;
	position:absolute;
	left:0;
	top:0;

	display:flex;
	justify-content: center;
	align-items: center;
	width: 4em;
	height: 2em;
	padding:4px;
	margin:0;
	font-size:100%;
	line-height:100%;
	text-align:center;
	border-radius:0px;
	background:rgba(255,255,255,0.25);
	box-shadow:none;
	color:#000;
	border:none;
}

.SOUNDPLAYER .SPEED .SPEED_INTERFACE span.BUTTON_SPEED_SLOW,
.SOUNDPLAYER .SPEED .SPEED_INTERFACE span.BUTTON_SPEED_NORMAL,
.SOUNDPLAYER .SPEED .SPEED_INTERFACE span.BUTTON_SPEED_FAST,
.SOUNDPLAYER .SPEED .SPEED_INTERFACE span.BUTTON_SPEED_VERYFAST{
	display:none;
	left:10px;
	color:#fff;
	background:#000;
	border:1px solid #666;
	border-radius:0px;
	box-shadow:none;
}

.SOUNDPLAYER .SPEED .SPEED_INTERFACE.SPEED_SLOW span.BUTTON_SPEED_SLOW,
.SOUNDPLAYER .SPEED .SPEED_INTERFACE.SPEED_NORMAL span.BUTTON_SPEED_NORMAL,
.SOUNDPLAYER .SPEED .SPEED_INTERFACE.SPEED_FAST span.BUTTON_SPEED_FAST,
.SOUNDPLAYER .SPEED .SPEED_INTERFACE.SPEED_VERYFAST span.BUTTON_SPEED_VERYFAST{
	display:block;
}


/*********** TRACKLIST **********/

.TRACKLIST{
	margin-top:-10px;
	margin-bottom:10px;
}

.NO_PLAYER + .TRACKLIST{
	margin-top:10px;
}

.TRACKLIST .PLAYLISTNAME{
	font-size:14px;
}


/******************** PODCAST ********************/

.SOUNDPLAYER.PODCAST{
	color:#000;
	background:transparent;
	border-color:#fff;
}

.SOUNDPLAYER.PODCAST .COVER,
.SOUNDPLAYER.PODCAST .PLAYNAME,
.SOUNDPLAYER.PODCAST .PLAYNAME .LIST,
.SOUNDPLAYER.PODCAST .CONTROL,
.SOUNDPLAYER.PODCAST .SPEED .SPEED_HEADING,
.SOUNDPLAYER.PODCAST .SPEED .SPEED_INTERFACE{
	background:#fff;
	box-shadow:none;
	border:none;
}


/********** COVER **********/

.SOUNDPLAYER.PODCAST .COVER{
	width:auto;
	text-align:left;
	vertical-align:top;
}

.SOUNDPLAYER.PODCAST .COVER img{
	border-radius:8px;
	margin-bottom:10px;
}


/********** PLAYNAME **********/

.SOUNDPLAYER.PODCAST .PLAYNAME,
.SOUNDPLAYER.PODCAST .PLAYNAME .LIST,
.SOUNDPLAYER.PODCAST .PLAYNAME .NAME,
.SOUNDPLAYER.PODCAST .PLAYNAME .INFO,
.SOUNDPLAYER.PODCAST .CONTROL{
	width:330px;
}

.SOUNDPLAYER.PODCAST .PLAYNAME{
	height:0px;
	padding:0 15px;
}

.SOUNDPLAYER.PODCAST .PLAYNAME .LIST,
.SOUNDPLAYER.PODCAST .PLAYNAME .NAME,
.SOUNDPLAYER.PODCAST .PLAYNAME .INFO{
	padding:0;
}

.SOUNDPLAYER.PODCAST .PLAYNAME .LIST{
	height:1.5em;
	line-height:1.5em;
}

.SOUNDPLAYER.PODCAST .PLAYNAME .NAME,
.SOUNDPLAYER.PODCAST .PLAYNAME .INFO{
	height:2.5em;
	line-height:2.5em;
}

.SOUNDPLAYER.PODCAST .PLAYNAME .INFO{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#bbb;
}


/********** CONTROL **********/

.SOUNDPLAYER.PODCAST .CONTROL{
	height:auto;
	padding:0;
}

.SOUNDPLAYER.PODCAST .CONTROL_CONTAINER{
	display:flex;
	justify-content:center;
	align-items:center;
}

.SOUNDPLAYER.PODCAST .CONTROL span:not(.SPEED_CONTAINER){
	margin:0 5px;
	background:#fff;
	border:1px solid #bbb;
	border-radius:50%;
}


/********** VOLUME **********/

.SOUNDPLAYER.PODCAST .VOLUME{
	vertical-align:top;
	padding:0;
	border:none;
}

.SOUNDPLAYER.PODCAST .VOLUME .VOLUMEBAR:nth-child(2){
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

.SOUNDPLAYER.PODCAST .VOLUME .VOLUMEBAR:nth-child(11){
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}

.SOUNDPLAYER.PODCAST .VOLUME .VOLUMEBAR,
.SOUNDPLAYER.PODCAST .VOLUME .VOLUMEBAR:nth-child(12){
	height:9.5px;
	border:none;
	box-shadow:none;
}

.SOUNDPLAYER.PODCAST .VOLUME .VOLUMEBAR:nth-child(12){
	height:14px;
	line-height:14px;
}


/********** PROGRESS **********/

.SOUNDPLAYER.PODCAST .PROGRESS{
	padding:0;
	border:none;
	background:#fff;
}

.SOUNDPLAYER.PODCAST .PROGRESS_CONTAINER{
	display:flex;
	padding:0px;
	background:transparent;
}

.SOUNDPLAYER.PODCAST .PROGRESS_CONTAINER .FILETYPE{
	border-radius:1em;
}

.SOUNDPLAYER.PODCAST .TIME,
.SOUNDPLAYER.PODCAST .PROGRESS_CONTAINER .TIME{
	color:#333;
}

.SOUNDPLAYER.PODCAST .PROGRESS_CONTAINER .PROGRESSBAR_CONTAINER{
	background:#666;
	width:345px;
}

.SOUNDPLAYER.PODCAST .PROGRESS_CONTAINER .PROGRESSBAR{
	background:#f00;
}

.SOUNDPLAYER.PODCAST .PROGRESS_CONTAINER span.LOOP_OFF img,
.SOUNDPLAYER.PODCAST .PROGRESS_CONTAINER span.AUTOPLAY_OFF img{
	filter:invert(100%);
}

.SOUNDPLAYER.PODCAST .PROGRESS_CONTAINER span.LOOP_ON img,
.SOUNDPLAYER.PODCAST .PROGRESS_CONTAINER span.AUTOPLAY_ON img{
	filter:invert(20%);
}


/********** SPEED **********/

.SOUNDPLAYER.PODCAST .SPEED{
}

.SOUNDPLAYER.PODCAST .SPEED .SPEED_INTERFACE{
	position:relative;
	padding:0px;
}

.SOUNDPLAYER.PODCAST .SPEED .SPEED_HEADING{
	display:none;
}

.SOUNDPLAYER.PODCAST .SPEED .SPEED_INTERFACE span:not(.SPEED_CONTAINER){
	top:5px;
	margin:0;
	color:#333;
	background:#fff;
	border:1px solid #bbb;
}

.SOUNDPLAYER.PODCAST .SPEED .SPEED_INTERFACE span.BUTTON_SPEED_SLOW,
.SOUNDPLAYER.PODCAST .SPEED .SPEED_INTERFACE span.BUTTON_SPEED_NORMAL,
.SOUNDPLAYER.PODCAST .SPEED .SPEED_INTERFACE span.BUTTON_SPEED_FAST,
.SOUNDPLAYER.PODCAST .SPEED .SPEED_INTERFACE span.BUTTON_SPEED_VERYFAST{
	left:0px;
	border-radius:10px;
}


/********** TRACKLIST **********/

.TRACKLIST.PODCAST{
	margin-top:0px;
}

.NO_PLAYER + .TRACKLIST.PODCAST{
	margin-top:15px;
}

.TRACKLIST.PODCAST .PLAY a{
	margin:0 5px;
	background:#fff;
	border:1px solid #bbb;
	border-radius:50%;
	box-shadow:none;
}

.TRACKLIST.PODCAST .PLAY a:has(img[src*="suspend"]){
	background:#000;
	border-color:#000;
}

.TRACKLIST.PODCAST .PLAY a img[src*="suspend"]{
	filter:invert(100%);
}


/******************** SINGLE ********************/

.SOUNDPLAYER.SINGLE{
}

.SOUNDPLAYER.SINGLE .PLAYNAME .LIST:empty + .NAME{
	height:2em;
	padding-bottom:0.5em;
	line-height:1.5em;
	font-size:14px;
	font-weight:bold;
}

.SOUNDPLAYER.SINGLE .PLAYNAME .NUM,
.SOUNDPLAYER.SINGLE .SPEED_HEADING,
.SOUNDPLAYER.SINGLE .BUTTON_BACKWARD,
.SOUNDPLAYER.SINGLE .BUTTON_FORWARD,
.SOUNDPLAYER.SINGLE .LOOP_OFF,
.SOUNDPLAYER.SINGLE .LOOP_ON,
.SOUNDPLAYER.SINGLE .AUTOPLAY_OFF,
.SOUNDPLAYER.SINGLE .AUTOPLAY_ON{
	display:none !important;
}

.SOUNDPLAYER.SINGLE .PROGRESS_CONTAINER .PROGRESSBAR_CONTAINER{
	width:400px;
}


/******************** MINI ********************/

div[id^="SOUNDPLAYER_"]:has(.MINI){
	overflow:hidden;
	border-radius:60px;
}

.SOUNDPLAYER.MINI{
	position:relative;
	margin:5px;
	width:calc(100% - 10px);
	height:40px;
}

.SOUNDPLAYER.MINI .PLAYNAME .NUM,
.SOUNDPLAYER.MINI .LIST,
.SOUNDPLAYER.MINI .INFO,
.SOUNDPLAYER.MINI .VOLUME,
.SOUNDPLAYER.MINI .FILETYPE,
.SOUNDPLAYER.MINI .BUTTON_STOP,
.SOUNDPLAYER.MINI .BUTTON_BACKWARD,
.SOUNDPLAYER.MINI .BUTTON_FORWARD,
.SOUNDPLAYER.MINI .LOOP_OFF,
.SOUNDPLAYER.MINI .LOOP_ON,
.SOUNDPLAYER.MINI .AUTOPLAY_OFF,
.SOUNDPLAYER.MINI .AUTOPLAY_ON{
	display:none !important;
}

.SOUNDPLAYER.MINI .COVER,
.SOUNDPLAYER.MINI .CONTROL{
	width:0px;
	padding:0;
}

.SOUNDPLAYER.MINI .COVER img{
	position:absolute;
	left:0;
	top:0;
	width:40px;
	height:40px;
	margin:0;
	border-radius:50%;
}

.SOUNDPLAYER.MINI .PLAYNAME{
	padding-left:50px;
	padding-right:10px;
}

.SOUNDPLAYER.MINI .PLAYNAME .LIST:empty + .NAME{
	width:300px;
	height:20px;
	padding:0;
	font-size:12px;
	line-height:22px;
	font-weight:bold;
}

.SOUNDPLAYER.MINI .CONTROL_CONTAINER{
	position:absolute;
	top:0px;
	right:0px;
}

.SOUNDPLAYER.MINI .CONTROL span.BUTTON_PLAY{
	width:38px;
	height:38px;
}

.SOUNDPLAYER.MINI .CONTROL span.BUTTON_SKIP_REPLAY,
.SOUNDPLAYER.MINI .CONTROL span.BUTTON_SKIP_FORWARD{
	width:24px;
	height:24px;
}

.SOUNDPLAYER.MINI .CONTROL span.BUTTON_SKIP_REPLAY,
.SOUNDPLAYER.MINI .CONTROL span.BUTTON_SKIP_FORWARD{
	margin:0;
}

.SOUNDPLAYER.MINI .SPEED{
	position:static;
}

.SOUNDPLAYER.MINI .SPEED .SPEED_INTERFACE{
	position:absolute;
	right:110px;
	top:2px;
	width:42px;
	height:18px;
	margin:0;
	background:transparent;
}

.SOUNDPLAYER.MINI .SPEED .SPEED_INTERFACE span:not(.SPEED_CONTAINER){
	top:0;
}

.SOUNDPLAYER.MINI .PROGRESS_CONTAINER{
	width:350px;
	height:auto;
	margin-top:0;
	margin-left:50px;
}

.SOUNDPLAYER.MINI .TIME{
	width:7.5em;
	min-width:0;
	padding-left:0;
	text-align:center;
}

.SOUNDPLAYER.MINI .PROGRESSBAR_CONTAINER{
	width:290px;
}


/********** top **********/

.contents_header > div[id^="SOUNDPLAYER_"]:first-child,
.contents_header > script + div[id^="SOUNDPLAYER_"],
.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"]{
	width:548px;
	margin:0 auto;
}

.maintxt > div[id^="SOUNDPLAYER_"]:first-child,
.maintxt > script + div[id^="SOUNDPLAYER_"]{
	width:548px;
	margin:-10px 0 0 -8px;
}

.contents_header > div[id^="SOUNDPLAYER_"]:first-child .SOUNDPLAYER.MINI,
.contents_header > script + div[id^="SOUNDPLAYER_"] .SOUNDPLAYER.MINI,
.maintxt > div[id^="SOUNDPLAYER_"]:first-child .SOUNDPLAYER.MINI,
.maintxt > script + div[id^="SOUNDPLAYER_"] .SOUNDPLAYER.MINI,
.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .SOUNDPLAYER.SINGLE,
.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .SOUNDPLAYER.MINI{
	width:538px;
}

.contents_header > div[id^="SOUNDPLAYER_"]:first-child .SOUNDPLAYER.MINI .PROGRESS_CONTAINER,
.contents_header > script + div[id^="SOUNDPLAYER_"] .SOUNDPLAYER.MINI .PROGRESS_CONTAINER,
.maintxt > div[id^="SOUNDPLAYER_"]:first-child .SOUNDPLAYER.MINI .PROGRESS_CONTAINER,
.maintxt > script + div[id^="SOUNDPLAYER_"] .SOUNDPLAYER.MINI .PROGRESS_CONTAINER,
.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .SOUNDPLAYER.MINI .PROGRESS_CONTAINER{
	width:375px;
}

.contents_header > div[id^="SOUNDPLAYER_"]:first-child .SOUNDPLAYER.MINI .PLAYNAME .LIST:empty + .NAME,
.contents_header > script + div[id^="SOUNDPLAYER_"] .SOUNDPLAYER.MINI .PLAYNAME .LIST:empty + .NAME,
.maintxt > div[id^="SOUNDPLAYER_"]:first-child .SOUNDPLAYER.MINI .PLAYNAME .LIST:empty + .NAME,
.maintxt > script + div[id^="SOUNDPLAYER_"] .SOUNDPLAYER.MINI .PLAYNAME .LIST:empty + .NAME,
.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .SOUNDPLAYER.MINI .PLAYNAME .LIST:empty + .NAME{
	width:330px;
}

.contents_header > div[id^="SOUNDPLAYER_"]:first-child .SOUNDPLAYER.MINI .PROGRESSBAR_CONTAINER,
.contents_header > script + div[id^="SOUNDPLAYER_"] .SOUNDPLAYER.MINI .PROGRESSBAR_CONTAINER,
.maintxt > div[id^="SOUNDPLAYER_"]:first-child .SOUNDPLAYER.MINI .PROGRESSBAR_CONTAINER,
.maintxt > script + div[id^="SOUNDPLAYER_"] .SOUNDPLAYER.MINI .PROGRESSBAR_CONTAINER,
.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .SOUNDPLAYER.MINI .PROGRESSBAR_CONTAINER{
	width:310px;
}


/********** indextop **********/

.contents_header .top_soundplayer_container{
	margin-top:20px;
}

.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"]{
	background:linear-gradient(0deg, #f3f3f3, #fff);
}

.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .SOUNDPLAYER.SINGLE.INDEXTOP{
	width:528px;
}

.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .INDEXTOP,
.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] td{
	background:transparent;
}

.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .INDEXTOP .COVER{
	width:120px;
}

.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .INDEXTOP .PLAYNAME,
.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .INDEXTOP .CONTROL:not(.SPEED){
	width:auto;
	padding:0 15px;
}

.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .INDEXTOP .NAME,
.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .INDEXTOP .INFO{
	width:100%;
}

.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .INDEXTOP .VOLUME{
	padding:0 0 0 0;
}

.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .INDEXTOP .LIST{
	display:none;
}

.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .INDEXTOP .TIME{
	width:8em;
	padding:0 1em;
}

.contents_header .top_soundplayer_container > div[id^="SOUNDPLAYER_"] .INDEXTOP .PROGRESS_CONTAINER .PROGRESSBAR_CONTAINER{
	width:498px;
}



/****************************** SP ******************************/

#fgContents2 .top_soundplayer_container{
	background:#DFE2EA;
	padding:0px 20px 20px;
}

#fgContents2 .top_soundplayer_container > div[id*="SOUNDPLAYER_"],
#fgContents2 .maintxt > div[id*="SOUNDPLAYER_"]{
	width:598px;
	margin:0 auto;
}

#fgContents2 .SOUNDPLAYER{
	width:558px;
	margin:20px;
}

#fgContents2 .SOUNDPLAYER *{
	-webkit-tap-highlight-color: transparent;
}

#fgContents2 .SOUNDPLAYER .VOLUME{
	display:none;
}

#fgContents2 .SOUNDPLAYER .COVER{
	width:150px;
}


/********** OLD **********/

#fgContents2 .SOUNDPLAYER .PROGRESS > .TIME{
	margin-top:8px;
}

#fgContents2 .SOUNDPLAYER.PODCAST .PROGRESS > .PROGRESSBAR_CONTAINER{
	width:365px;
	margin-top:8px;
}


/********** PLAYNAME **********/

#fgContents2 .SOUNDPLAYER .PLAYNAME{
	width:408px;
}

#fgContents2 .SOUNDPLAYER .PLAYNAME .LIST,
#fgContents2 .SOUNDPLAYER .PLAYNAME .NAME,
#fgContents2 .SOUNDPLAYER .PLAYNAME .INFO{
	width:408px;
	font-size:15px;
	box-sizing:border-box;
}

#fgContents2 .SOUNDPLAYER .PLAYNAME .LIST{
	font-size:20px;
	line-height:50px;
	height:50px;
}

#fgContents2 .SOUNDPLAYER .PLAYNAME .NAME,
#fgContents2 .SOUNDPLAYER .PLAYNAME .INFO{
	font-size:15px;
	line-height:40px;
	height:40px;
}


/********** CONTROL **********/

#fgContents2 .SOUNDPLAYER .CONTROL:not(.SPEED){
	width:408px;
}

#fgContents2 .SOUNDPLAYER .CONTROL span:not(.SPEED_CONTAINER){
	width:56px;
	height:56px;
}


/********** PROGRESS **********/

#fgContents2 .SOUNDPLAYER .PROGRESS{
	padding:0.5em 1em;
	font-size:16px;
	line-height:16px;
}

#fgContents2 .SOUNDPLAYER .FILETYPE{
	width:3em;
	height:1em;
	font-size:100%;
	line-height:100%;
	padding:0.5em;
}

#fgContents2 .SOUNDPLAYER .TIME{
	width:8em;
	height:1em;
	font-size:100%;
	line-height:100%;
	padding:0 0.25em;
	padding:0;
}

#fgContents2 .SOUNDPLAYER .PROGRESS_CONTAINER{
	height:36px;
}

#fgContents2 .SOUNDPLAYER .PROGRESSBAR_CONTAINER{
	width: 300px;
	height:6px;
}

#fgContents2 .SOUNDPLAYER .PROGRESSBAR{
	display:block;
	width:0%;
	height:6px;
}

#fgContents2 .SOUNDPLAYER  span.LOOP_ON,
#fgContents2 .SOUNDPLAYER  span.LOOP_OFF,
#fgContents2 .SOUNDPLAYER  span.AUTOPLAY_ON,
#fgContents2 .SOUNDPLAYER  span.AUTOPLAY_OFF{
	width:36px;
	height:36px;
}


/********** SPEED **********/

#fgContents2 .SOUNDPLAYER .CONTROL.SPEED .SPEED_INTERFACE{
	top:-27px;
	height:0px;
}

#fgContents2 .SOUNDPLAYER .SPEED_CONTAINER{
	width:0;
	height:0;
	margin:0;
	border:none;
}

#fgContents2 .SOUNDPLAYER .SPEED_HEADING,
#fgContents2 .SOUNDPLAYER .SPEED_INTERFACE span:not(.SPEED_CONTAINER){
	font-size:16px;
	line-height:24px;
}

#fgContents2 .SOUNDPLAYER .SPEED_INTERFACE span:not(.SPEED_CONTAINER){
	top:-15px;
	left:15px;
	width:66px;
	height:32px;
	box-sizing:border-box;
}


/********** TRACKLIST **********/

#fgContents2 .TRACKLIST{
	width:558px;
	margin-top:-20px;
	margin-bottom:20px;
}

#fgContents2 .TRACKLIST th,
#fgContents2 .TRACKLIST td{
	padding:10px;
	font-size:16px;
}

#fgContents2 .NO_PLAYER + .TRACKLIST{
	margin-top:20px;
}

#fgContents2 .TRACKLIST td.DURATION{
	text-align:center;
}

#fgContents2 .TRACKLIST .PLAY{
	vertical-align:middle;
}

#fgContents2 .TRACKLIST .PLAY a,
#fgContents2 .TRACKLIST .PLAY a img{
	display:block;
	width:40px;
	height:40px;
	border-radius:50%;
}


/******************** PODCAST ********************/

#fgContents2 .SOUNDPLAYER.PODCAST .COVER{
	width:0px;
}

#fgContents2 .SOUNDPLAYER.PODCAST .COVER img{
	position:absolute;
	width:120px;
	height:120px;

	width:90px;
	height:90px;
}

#fgContents2 .SOUNDPLAYER.PODCAST .PLAYNAME{
	width:418px;
	height:120px;
	padding:0 0 0 140px;

	width:448px;
	height:90px;
	padding:0 0 0 110px;
}

#fgContents2 .SOUNDPLAYER.PODCAST .LIST,
#fgContents2 .SOUNDPLAYER.PODCAST .NAME,
#fgContents2 .SOUNDPLAYER.PODCAST .INFO{
	width:418px;
}

#fgContents2 .SOUNDPLAYER.PODCAST .LIST{
	height:35px;
	line-height:35px;
}

#fgContents2 .SOUNDPLAYER.PODCAST .NAME,
#fgContents2 .SOUNDPLAYER.PODCAST .INFO{
	height:30px;
	line-height:30px;
}

#fgContents2 .SOUNDPLAYER.PODCAST .CONTROL:not(.SPEED){
	padding:15px 0;
}

#fgContents2 .SOUNDPLAYER.PODCAST .CONTROL:not(.SPEED) span:not(.SPEED_CONTAINER){
	width:65px;
	height:65px;
	margin:0 10px;
}

#fgContents2 .SOUNDPLAYER.PODCAST .PROGRESS{
	padding:0;
}

#fgContents2 .SOUNDPLAYER.PODCAST .SPEED .SPEED_INTERFACE{
	display:flex;
	justify-content: space-evenly;
}

#fgContents2 .SOUNDPLAYER.PODCAST .SPEED_INTERFACE span:not(.SPEED_CONTAINER){
	top:-8px;
	left:0px;
	height:34px;
	border-radius:20px;
}

#fgContents2 .TRACKLIST.PODCAST{
	margin-top:0px;
}

#fgContents2 .NO_PLAYER + .TRACKLIST.PODCAST{
	margin-top:20px;
}


/********** SINGLE **********/

#fgContents2 .SOUNDPLAYER.SINGLE{
	margin:20px;
}

#fgContents2 .SOUNDPLAYER.SINGLE .COVER img{
	width:120px;
	height:120px;
}

#fgContents2 .SOUNDPLAYER.SINGLE .PLAYNAME{
	height:60px;
	width:418px;
	padding-left:140px;
}

#fgContents2 .SOUNDPLAYER.SINGLE .PLAYNAME .NAME,
#fgContents2 .SOUNDPLAYER.SINGLE .PLAYNAME .INFO{
	width:418px;
}

#fgContents2 .SOUNDPLAYER.SINGLE .PLAYNAME .NAME{
	height:30px;
	padding-bottom:5px;
	line-height:25px;
	font-size:18px;
	font-weight:bold;
}

#fgContents2 .SOUNDPLAYER.SINGLE .CONTROL:not(.SPEED){
	padding:0px;
}

#fgContents2 .SOUNDPLAYER.SINGLE .CONTROL_CONTAINER{
	justify-content: center;
	align-items: center;
	width:418px;
	padding-top:5px;
	padding-left:140px;
}

#fgContents2 .SOUNDPLAYER.SINGLE:not(.MINI) .PROGRESSBAR_CONTAINER{
	width:400px;
}

#fgContents2 .SOUNDPLAYER.SINGLE .PROGRESS_CONTAINER{
	padding:10px 0 0;
}

#fgContents2 .SOUNDPLAYER.SINGLE .SPEED .SPEED_INTERFACE{
	display:flex;
	justify-content: center;
}

#fgContents2 .SOUNDPLAYER.SINGLE .SPEED_INTERFACE span:not(.SPEED_CONTAINER){
	top:-8px;
}


/********** MINI **********/

#fgContents2 .SOUNDPLAYER.MINI .CONTROL span.BUTTON_SKIP_REPLAY,
#fgContents2 .SOUNDPLAYER.MINI .CONTROL span.BUTTON_SKIP_FORWARD,
#fgContents2 .SOUNDPLAYER.MINI  span.AUTOPLAY_ON,
#fgContents2 .SOUNDPLAYER.MINI  span.AUTOPLAY_OFF,
#fgContents2 .SOUNDPLAYER.MINI  span.LOOP_ON,
#fgContents2 .SOUNDPLAYER.MINI  span.LOOP_OFF{
	display:none !important;
}

#fgContents2 .top_soundplayer_container > div[id*="SOUNDPLAYER_"]:has(.MINI),
#fgContents2 .maintxt > div[id*="SOUNDPLAYER_"]:has(.MINI){
	border-radius:100px;
}

#fgContents2 .SOUNDPLAYER.MINI{
	width:568px;
	margin:15px;
}

#fgContents2 .SOUNDPLAYER.MINI .COVER img{
	top:-2px;
	left:-2px;
	width:60px;
	height:60px;
}

#fgContents2 .SOUNDPLAYER.MINI .PLAYNAME{
	width:418px;
	height:1em;
	padding-left:75px;
}

#fgContents2 .SOUNDPLAYER.MINI .PLAYNAME .NAME{
	height:30px;
	width:345px;
	padding-bottom:5px;
	line-height:25px;
	font-size:18px;
	font-weight:bold;
}

#fgContents2 .SOUNDPLAYER.MINI .CONTROL_CONTAINER{
	justify-content: center;
	align-items: center;
	top:-2px;
	width:60px;
	padding:0;
}

#fgContents2 .SOUNDPLAYER.MINI .CONTROL:not(.SPEED){
	padding:0;
}

#fgContents2 .SOUNDPLAYER.MINI .CONTROL:not(.SPEED) span:not(.SPEED_CONTAINER){
	top:-8px;
	width:60px;
	height:60px;
	margin:0;
}

#fgContents2 .SOUNDPLAYER.MINI .PROGRESS_CONTAINER{
	width:425px;
	height:auto;
	padding:10px 0 0;
	margin-left:70px;
	justify-content:space-between;
}

#fgContents2 .SOUNDPLAYER.MINI .SPEED{
	padding:0;
}

#fgContents2 .SOUNDPLAYER.MINI .SPEED .SPEED_INTERFACE{
	display:flex;
	justify-content: center;
	top:-5px;
	left:430px;
	width:66px;
	height:34px;
	padding:0;
}

#fgContents2 .SOUNDPLAYER.MINI .SPEED .SPEED_INTERFACE span:not(.SPEED_CONTAINER){
	top:0;
	padding:4px;
	line-height:24px;
}


/********** INDEXTOP **********/

#fgContents2 .top_soundplayer_container .SOUNDPLAYER.INDEXTOP .LIST{
	display:none;
}

#fgContents2 .top_soundplayer_container .SOUNDPLAYER.INDEXTOP .TIME{
	text-align:center;
}


/****************************** トップページハイライト機能 ******************************/

.top_index_container .top_container .V2_article_container,
#NEWS_SELECT_SP_INDEX .V2_article_container{
	width:580px;
	margin:0 auto;
	border-top:1px solid #ccc;
	border-bottom:none;
}

.top_index_container .top_container > .V2_article_container:first-child,
#NEWS_SELECT_SP_INDEX > .V2_article_container:first-child{
	border-top:none;
}

.top_index_container .top_container > .V2_article_container:last-child,
#NEWS_SELECT_SP_INDEX > .V2_article_container:last-child{
	border-bottom:1px solid #ccc;
}

.top_index_container .top_container .V2_article_container:not(.pr_container),
#NEWS_SELECT_SP_INDEX .V2_article_container:not(.pr_container){
	padding:15px 20px 25px;
}

.top_index_container .top_container .V2_article_container h2,
#NEWS_SELECT_SP_INDEX .V2_article_container h2{
	width:370px;
}

.top_index_container .top_container .V2_article_container.oneline h2,
#NEWS_SELECT_SP_INDEX .V2_article_container.oneline h2{
	width:540px;
}

.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"],
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"],
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="BOOKMARK"]{
	position:relative;
//	margin-top: -4px;
	border-radius:8px;
}

.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"],
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="BOOKMARK"]{
	background-image:linear-gradient(225deg, #fffdf6 95%, #dddab1 95%, #dddab1 95.5%, #fffdf6 95.5%, #fffdf6 96%, #dddab1 96%, #dddab1 100%);
	box-shadow:inset 0px 0px 0px 2px #dddab1, inset 0px 0px 0px 6px #fffdf6;
	border-top:1px solid #dddab1;
	border-bottom:1px solid #dddab1;
}

.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"]{
	background-image:linear-gradient(225deg, #f8faff 95%, #dce8ff 95%, #dce8ff 95.5%, #f8faff 95.5%, #f8faff 96%, #dce8ff 96%, #dce8ff 100%);
	box-shadow:inset 0px 0px 0px 2px #dce8ff, inset 0px 0px 0px 6px #f8faff;
	border-top:1px solid #dce8ff;
	border-bottom:1px solid #dce8ff;
}

.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"]::before,
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"]::before,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="BOOKMARK"]::before{
	content:" ";
	display:block;
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:40px;
	background:url(/image/V3/SP_bg_article_container.png) no-repeat right center transparent;
}


/********** お気に入り アニメーション **********/

.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] h2,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="BOOKMARK"] h2{
	padding-left:16px;
}

.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"]:not(.oneline) h2 + a,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="BOOKMARK"]:not(.oneline) h2 + a{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
	left:-2px;
	width: 154px;
	height: 117px;
	background: #000;
	border-radius: 8px;
}

.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"]:not(.oneline) h2 + a::before,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="BOOKMARK"]:not(.oneline) h2 + a::before{
	content: '';
	position: absolute;
	width: 200%;
	aspect-ratio: 1/1;

	/* 扇形グラデーション：透明から始まり、最後に色をつけることで「尾」を引く光を作る */
	background: conic-gradient(transparent, transparent, transparent, #ffee00);

	/* 中心を軸に配置 */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	/* アニメーション設定 */
	animation: rotate-border 2s linear infinite;
	z-index: -2; /* 最背面へ */
}

@keyframes rotate-border {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}


/********** margin調整 **********/

.top_index_container .top_container > .V2_article_container[data-newsindex-highlight="BOOKMARK"]:first-child,
.top_index_container .top_container > .V2_article_container[data-newsindex-highlight="USE_PLATFORM"]:first-child,
.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] + .V2_article_container[data-newsindex-highlight="BOOKMARK"],
.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] + .V2_article_container[data-newsindex-highlight="USE_PLATFORM"],
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] + .V2_article_container[data-newsindex-highlight="BOOKMARK"],
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] + .V2_article_container[data-newsindex-highlight="USE_PLATFORM"],

#NEWS_SELECT_SP_INDEX > .V2_article_container[data-newsindex-highlight="BOOKMARK"]:first-child,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="BOOKMARK"] + .V2_article_container[data-newsindex-highlight="BOOKMARK"],
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="BOOKMARK"] + .V2_article_container[data-newsindex-highlight="USE_PLATFORM"]{
	margin-top:6px !important;
	border-top:none;
}

.top_index_container .top_container > .V2_article_container[data-newsindex-highlight="BOOKMARK"]:last-child,
.top_index_container .top_container > .V2_article_container[data-newsindex-highlight="USE_PLATFORM"]:last-child,
#NEWS_SELECT_SP_INDEX > .V2_article_container[data-newsindex-highlight="BOOKMARK"]:last-child{
	margin-bottom:6px !important;
}


/********** tag **********/

.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] .V2_article_tag,
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] .V2_article_tag,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="BOOKMARK"] .V2_article_tag,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] .V2_article_tag{
	display:flex;
	align-items: center;
	margin-bottom:8px;
	width: 580px;
	height: 24px;
	overflow: hidden;
	flex-wrap: wrap;
	margin-left:-4px;
}

.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] .V2_article_tag a,
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] .V2_article_tag a,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="BOOKMARK"] .V2_article_tag a,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] .V2_article_tag a{
	display:inline-block;
}

.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] .V2_article_tag img,
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] .V2_article_tag img,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="BOOKMARK"] .V2_article_tag img,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] .V2_article_tag img{
	margin-bottom:0;
	vertical-align:middle;
}


/********** icon **********/

.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] .V2_article_tag::before,
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] .V2_article_tag::before,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="BOOKMARK"] .V2_article_tag::before,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] .V2_article_tag::before{
	display:inline-block;
	width:150px;
	text-align:center;
	margin-right:8px;
	margin-left:4px;
	padding:4px;
	font-size:14px;
	font-weight:bold;
	line-height:1;
	transform: skewX(-10deg);
	box-sizing:border-box;
}

.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] .V2_article_tag::before,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="BOOKMARK"] .V2_article_tag::before{
	content:"お気に入りタイトル";
	color:#fff;
	background:#c1b400;
}

.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] .V2_article_tag::before,
#NEWS_SELECT_SP_INDEX .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] .V2_article_tag::before{
	content:"普段遊んでいる機種";
	color:#016;
	background:#d9e3ff;
}


/********** PR **********/

.top_index_container .timeline_infeed .V2_article_container.pr_container:first-child{
	border-top:1px solid #ccc !important;
}

.top_index_container .timeline_video_banner{
	padding: 45px 6px 20px;
	margin:0 10px;
	border-top:1px solid #ccc;
	border-bottom: none;
}

.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] + .pr_box .timeline_video_banner,
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] + .pr_box .timeline_video_banner{
	border-top-color: transparent;
}

.top_index_container .V2_article_container[data-newsindex-highlight="BOOKMARK"] + .pr_box[data-num="7"],
.top_index_container .V2_article_container[data-newsindex-highlight="USE_PLATFORM"] + .pr_box[data-num="7"]{
	margin-top: 10px;
}

.top_index_container .pr_box .timeline_middle_banner{
	width:600px;
	padding:20px 10px;
	margin:0 auto;
	border-top:1px solid #ccc;
}

.top_index_container .pr_satellite_timeline,
.top_index_container .pr_timeline_mini{
	width:620px;
	margin:0 auto;
	padding: 20px 40px 20px 140px;
}

.top_index_container .pr_box .timeline_satellite_news{
	width:620px;
	margin:0 auto;
	padding-bottom:25px;
}

.top_index_container .pr_box .timeline_satellite_news:last-child{
	border-bottom: none;
}

