#side-famitsu-com-app {
   margin: 10px 0;
}
#side-famitsu-com-app .btn-wrapper {
}
#side-famitsu-com-app span.mark {
float: left;
margin-right: 4px;
height: 20px;
line-height: 22px;
padding: 0 5px;
background-color: #e68300;
color: #FFF;
}
#side-famitsu-com-app p {
font-size: 13px;
height: 20px;
line-height: 20px;
padding-left: 70px;
font-weight: bold;
}
#side-famitsu-com-app p.message2 {
margin-top: 4px;
font-size: 15px;
padding-left: 70px;
}
#side-famitsu-com-app p.message2 img {
max-width: 100%;
height: 32px;
}
#side-famitsu-com-app a.download-btn {
display: block;
padding: 10px;
height: 60px;
font-size: 13px;
border: 1px solid #CCC;
background-color: #E4E4E4;
background-image: url(/wp-content/uploads/2014/03/famitsu_com_app_image.png);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.85) inset;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.85) inset;
box-shadow: 0 1px 0 rgba(255,255,255,0.85) inset;
background-repeat: no-repeat;
background-position: 10px 10px;
}
#side-famitsu-com-app a.download-btn:hover {
text-decoration: none;
}
#side-famitsu-com-app a.download-btn:hover img {
   background-color: #E4E4E4;
   -ms-filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
.niconama a {
 display: block;
 margin: 1em 0;
 padding: 1em 0;
 width: 100%;
 line-height:1.4em;
 text-align: center;
 text-decoration: none;
 font-size:1.1em;
 font-weight: bold;
 color: #FFF;
 background-color: #ffa200;
 background: -moz-linear-gradient(top, #f2aa2c, #f19900);
 background: -webkit-gradient(linear, left top, left bottom, from(#f2aa2c), to(#f19900));
 background: linear-gradient(to bottom, #f2aa2c, #f19900);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#Ff2aa2c', endColorstr='#Ff19900',GradientType=0 );
 -moz-box-shadow: 0 1px #ffd895 inset;
 -webkit-box-shadow: 0 1px #ffd895 inset;
 box-shadow: 0 1px #ffd895 inset;
 -moz-text-shadow: 0 -1px 1px #DDD;
 -webkit-text-shadow: 0 2px 2px #ffce79;
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 border-radius: 7px;
 border: 1px solid #ffb739; 
}
.niconama a:hover {
 background: -moz-linear-gradient(top, #fdab1e, #ffa200);
 background: -webkit-gradient(linear, left top, left bottom, from(#fdab1e), to(#ffa200));
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#Ffdab1e', endColorstr='#Fffa200',GradientType=0 );
 background: linear-gradient(to bottom, #fdab1e, #ffa200);
}
.game-tips-header2 {
    font-size: 18px;
	padding: 8px;
	color: #FFF;
	background-color: #444;
	-moz-background-size: 32px 32px;
	-webkit-background-size: 32px 32px;
	background-size: 32px 32px;
	background-position: 4px 4px;
	padding: 10px;
}
.water {
background-color: #a4cdf6; border: 1px solid #4d260a;
}
.waterb {
background-color: #819ff7; border: 1px solid #4d260a;
}
.waterbd {
border: 1px solid #4d260a;
}

.wood {
background-color: #62FF53; border: 1px solid #4d260a;
}

.woodb {
background-color: #2FFF1C; border: 1px solid #4d260a;
}
.woodbd {
border: 1px solid #4d260a;
}
.fire {
background-color: #FF5B5B; border: 1px solid #4d260a;
}

.fireb {
background-color: #FF3535; border: 1px solid #4d260a;
}
.firebd {
border: 1px solid #4d260a;
}

.light {
background-color: #FAFF4E; border: 1px solid #4d260a;
}

.lightb {
background-color: #F7FF00; border: 1px solid #4d260a;
}
.lightbd {
border: 1px solid #4d260a;
}

.black {
background-color: #CB75FF; border: 1px solid #4d260a;
}

.blackb {
background-color: #A512FF; border: 1px solid #4d260a;
}
.blackbd {
border: 1px solid #4d260a;
}

/*-- update for present @20150810 */
#present-contents {
    background-color: #fff;
    padding-bottom: 16px;
}

#present-contents h1 {
    text-align: center;
    width: 100%;
}

.present-contents-explan {
    font-size: 12px;
    line-height: 1.6;
    margin: 20px 0 20px;
    padding: 0 16px;
}

.present-data-list {
    margin-top: 20px;
    padding: 0 16px;
}

.present-data-list .present-body {
    margin-top: 20px;
    position: relative;
}

.present-data-list .present-explan {
    margin-top: 12px;
}

.present-data-list .present-explan p {
    background-color: #ffe0e3;
    color: #666;
    font-size: 11px;
    line-height: 1.45;
    padding: 4px;
    height:5em;
}

.present-data-list .present-img {
    background-color: #F0F0F0;
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
}

.present-data-list .present-img img {
    -moz-opacity: 0.8;
    filter: alpha(opacity="80");
    opacity: 0.8;
}

.present-data-list .present-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.present-data-list .present-title a {
    text-decoration: underline;
}

.present-data-list .present-title a:hover {
    text-decoration: none;
}

.present-data-list .present-wrapper {
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.25);
    background-color: #f4f0f7;
    box-shadow: 0 0 4px rgba(0,0,0,0.25);
    height: 340px;
    margin-bottom: 16px;
    overflow: hidden;
    padding: 16px;
    position: relative;
}

.present-data-list .present-date {
    margin-left: 95px;
    height:80px;
}

.present-data-list .present-date .date {
    color: #D00000;
    font-weight: normal;
}

.present-data-list .present-date dd {
    border-bottom: 1px dotted #CCC;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4;
    height:60px;
    padding: 6px 0;
}

.present-data-list .present-date dt {
    color: #666;
    font-size: 12px;
    margin-top: 12px;
    width: 6em;
}

.present-data-list .present-other dd {
    border-bottom: 1px dotted #CCC;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4;
    padding: 6px 0;
}

.present-data-list .present-other dt {
    color: #666;
    font-size: 11px;
    margin-top: 12px;
    width: 12em;
}

.present-data-list li {
    width: 48.5%;
}
/*-- update for present @20150810 */
/*-- update for table-border @20151008 */
.border-on td{
    border:solid 1px #777;
    padding:2px;
}
.border-on th{
    background-color:floralwhite;
    border:solid 1px #777;
    padding:2px;
}
/*-- update for table-border @20151008 */

/*update for app-choice @ 20151127*/
.contents-root .appchoice-list{
	width:100%;
}

.game-tips-main .appchoice-img{
	height:auto;
}
/*update for app-choice @ 20151127*/


/*update for app-choice @ 20151210*/
.pr-app-choice {
    background-color: #fefedc;
    padding: 10px;
    margin: 0 10px;
}
.pr-app-choice .header {
    background: transparent;
    border: none;
    padding: 10px 10px 5px;
}
.pr-app-choice .app-choice-game-list > li {
    float: left;
	width: 47%;
	background-color: #FFEDC9;
    margin: 8px;
}
.pr-app-choice .block {
    display: inline-block;
    padding: 10px;
    color: #00AAAD;
}
.pr-app-choice .block:hover {
	text-decoration: none;
}
.pr-app-choice .block:hover .game-title {
	text-decoration: none;
}
.pr-app-choice .article-img {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 10px 0 0;
}
.pr-app-choice .body {
    display: block;
}
.pr-app-choice .game-title {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    text-decoration: underline;
}
.pr-app-choice .read {
	font-size: 12px;
    color: #666;
    line-height: 1.7;
}
/*update for app-choice @ 20151210*/


.windsoul-title{
    background: #B3C9CC url(/wp-content/uploads/2015/11/boss_skill_T.png) left center no-repeat;
    padding-left: 65px;
    height: 40px;
    vertical-align: bottom;
    color: black;
    line-height: 50px;
}

.fingerknights-title{
    background: #80b8cf url(/wp-content/uploads/2015/12/finger_color.png) left center no-repeat;
    padding-left: 55px;
    height: 50px;
    vertical-align: bottom;
    color: black;
    line-height: 50px;
}
/*20151222 update for app-choice in game-tips*/
.choice-emphasis{
	background-color:#ff0000;
	color:#FFFFFF;
	font-size:small;
}
/*20151222 update for app-choice in game-tips*/

/* 20160212 table パターン001 */
.tbl-001{margin:20px 0 0;padding:0;border-collapse:collapse;font-size:15px;line-height:1.3;}
.tbl-001 th,
.tbl-001 td{margin:0;vertical-align:top;}
.tbl-001 th{padding:0 0 10px;text-align:right;}
.tbl-001 td{padding:0 0 10px 10px;}
.tbl-001 a{text-decoration:underline;}
.tbl-001 th a{font-weight:bold;}

/* ------------------------------------------------------------
Google検索対応
------------------------------------------------------------ */
.search-google-logo{float:right;margin:3px 0 0 2px;}

/* ------------------------------------------------------------
クラロワ攻略記事用
------------------------------------------------------------ */
#entry-body .unit-type-00{margin:30px 0 0;font-size:13px;line-height:1.5;}
#entry-body .unit-type-00 p{font-size:100%;}

#entry-body .unit-type-00 .unit-obi-00{margin:0 0 15px;padding:10px;background:#eee;font-size:14px;}

#entry-body .unit-type-00 .unit-column{position:relative;min-height:84px;margin:0 0 15px;}
#entry-body .unit-type-00 .unit-column-img{/*position:absolute*/;top:0;left:0;z-index:1;width:70px;}
#entry-body .unit-type-00 .unit-column-img img{display:block;}
#entry-body .unit-type-00 .unit-column-txt{position:relative;margin:0 0 0 80px;padding:8px 0 0;}
#entry-body .unit-type-00 .unit-column .unit-title{margin:0;padding:0;font-size:16px;}

#entry-body .unit-type-00 .large{font-size:16px;}
#entry-body .unit-type-00 .small{font-size:12px;}
#entry-body .unit-type-00 .sub{color:#999;}

#entry-body .unit-type-00 .unit-table-00{width:100%;margin:0 0 15px;border:none; border-collapse:collapse;font-size:11px;}
#entry-body .unit-type-00 .unit-table-00 th,
#entry-body .unit-type-00 .unit-table-00 td{padding:5px;border:1px solid #ccc;text-align:left;vertical-align:top;font-size:100%;}
#entry-body .unit-type-00 .unit-table-00 th{background: #FEFEF7;}
#entry-body .unit-type-00 .unit-table-fixed{table-layout:fixed;}

#entry-body .unit-type-00 .unit-subtitle{margin:30px 0 15px;padding:3px 3px 3px 10px;background:#fafafa;border-left:2px solid #aaa;font-size:14px;}


#entry-body .unit-type-00 .unit-ul-00{margin:0 0 15px;padding:0 0 0 20px;list-style:disc;color:#ccc;}
#entry-body .unit-type-00 .unit-ul-00 li{list-style: disc;}
#entry-body .unit-type-00 .unit-list-txt{color:#333;}
/*------------------------------------------------------------------
クラロワ激押し対応
------------------------------------------------------------------*/
.cla-roy-title{
background: #7ebea5 url(/wp-content/uploads/2016/03/Prince_blue_cheer_min.png) left center no-repeat;
padding-left: 40px;
height: 50px;
vertical-align: bottom;
color: black;
line-height: 50px;
}
/*------------------------------------------------------------------
Topページのニコ生調整用
------------------------------------------------------------------*/
/*.widget-top-01{margin-bottom: 15px;}*/
.widget-top-01 widget-ad-contents-a{margin:0px;}

#entry-body .twitter-iframe iframe{
    max-height:none!important;
}

#entry-body .point-area{
    margin: 20px 0 12px;
    padding: 10px;
    border: 1px solid #777;
}

.title-selection .item{padding:8px; border-top:1px solid #CCC;}
.title-selection .article-body span{font-size: small;}

/*------------------------------------------------------------------
乙女強調
------------------------------------------------------------------*/
.otome-stress::after {
    content: "乙女";
    background-color: #FF8C8C;
}

.before-regist-game-list li:nth-of-type(odd){
    float:left;
}
.before-regist-game-list li:nth-of-type(even){
    float:right;
}

/*------------------------------------------------------------------
モンストスケジュール用
------------------------------------------------------------------*/
#entry-body .monster-strike-schedule th{
 text-align: center;
 vertical-align:middle;
}
#entry-body .monster-strike-schedule td{
 text-align: center;
 vertical-align:middle;
}

/*------------------------------------------------------------------
Topヘッダーヘッダー応急処置
------------------------------------------------------------------*/

#global-navi > li {
    width: 12.2%;
}

#global-navi > li:last-child {
    width: 14.2%
}


#global-navi{
    background-color:#0074cc;
}


.shirodora-ranking td{
    border-bottom:solid 1px #cccccc;
    padding-top:5px;
    padding-bottom:5px;
}

.conversation-area{
    display: table;
    margin: 0 0 20px;
}
.speak-photo-img, .speak-letter-left, .speak-letter-right{
    display: table-cell;
    vertical-align: middle;
    width:30%;
}
.left .speak-photo-img{
    padding:0 25px 0 0;
}
.right .speak-photo-img{
    padding:0 0 0 25px;
}
.speak-letter-stage{
    padding: 15px;
}
.speak-letter-left, .speak-letter-right{
    width: 70%;
    position: relative;
    background: #ffffff ;
    border: 3px solid #696969 ;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.speak-letter-left:after, .speak-letter-left:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.speak-letter-left:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff ;
    border-width: 15px;
    margin-top: -15px;
}
.speak-letter-left:before {
    border-color: rgba(105, 105, 105, 0);
    border-right-color: #696969 ;
    border-width: 19px;
    margin-top: -19px;
}

.speak-letter-right:after, .speak-letter-right:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.speak-letter-right:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff ;
    border-width: 15px;
    margin-top: -15px;
}
.speak-letter-right:before {
    border-color: rgba(105, 105, 105, 0);
    border-left-color: #696969 ;
    border-width: 19px;
    margin-top: -19px;
}

.conversation-area img{
    border:solid 2px #FFB6C1;
}
.conversation-flame-on .conversation-area img{
    border:solid 2px #FFB6C1;
}

/*------------------------------------------------------------------------------------
特集用
------------------------------------------------------------------------------------*/
.indivi-data-area4 {
	line-height: 1.7;
	color: #333;
}
.indivi-data-area4 h2,
.indivi-data-area4 h3,
.indivi-data-area4 h4,
.indivi-data-area4 h5,
.indivi-data-area4 h6 {
	position: relative;
	line-height: 1.5;
	font-weight: bold;
	border-left-color: #AAA;
	border-left-style: solid;
	border-left-width: 4px;
	margin: 40px 0 20px;
	padding-left: 8px;
	color: #333;
	clear: both;
}
.indivi-data-area4 h2 {
	font-size: 20px;
	border-left-width: 8px;
	padding-left: 10px;
}
.indivi-data-area4 h2:first-child {
	margin-top: 0;
}
.indivi-data-area4 h3 {
	font-size: 18px;
	border-left-width: 6px;
}
.indivi-data-area4 h4 {
	font-size: 16px;
}
.indivi-data-area4 h5 {
	font-size: 14px;
}
.indivi-data-area4 h6 {
	font-size: 13px;
}
.indivi-data-area4 p {
	margin-bottom: 20px;
	font-size: 15px;
}
.indivi-data-area4 p.attachment {
	text-align: center;
}
.indivi-data-area4 table {
	margin: 0 auto 20px;
}
.indivi-data-area4 table td {
	vertical-align: top;
	font-size: 15px;
}
.indivi-data-area4 a{
	text-decoration: underline;
}
.indivi-data-area4 a:hover{
	text-decoration: none;
}
.indivi-data-area4 img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/*----------------------------------------------
 * キャプション
 *--------------------------------------------*/
.indivi-data-area4 .caption-box {
	margin: -20px 0 40px;
}
.indivi-data-area4 .caption {
	color: #080;
	font-size: 14px;
}
/*----------------------------------------------
 * 画像テーブル
 *--------------------------------------------*/
.indivi-data-area4 .img-one td {
    width: 100%;
}
.indivi-data-area4 .img-two td {
	width: 50%;
}
.indivi-data-area4 .img-three td {
	width: 33.3333%;
}
.indivi-data-area4 .img-four td {
	width: 25%;
}
.indivi-data-area4 .img-one img {
    max-width: 98%;
}
.indivi-data-area4 .img-two img {
    max-width: 98%;
}
.indivi-data-area4 .img-three img {
    max-width: 98%;
}
.indivi-data-area4 .img-four img {
    max-width: 98%;
}

.indivi-data-area4 img{
    max-height:270px;
}

/* ------------------------------------------------------------
クラロワ攻略記事用
------------------------------------------------------------ */
.indivi-data-area4 .unit-type-00{margin:30px 0 0;font-size:13px;line-height:1.5;}
.indivi-data-area4 .unit-type-00 p{font-size:100%;}

.indivi-data-area4 .unit-type-00 .unit-obi-00{margin:0 0 15px;padding:10px;background:#eee;font-size:14px;}

.indivi-data-area4 .unit-type-00 .unit-column{position:relative;min-height:84px;margin:0 0 15px;}
.indivi-data-area4 .unit-type-00 .unit-column-img{/*position:absolute*/;top:0;left:0;z-index:1;width:70px;}
.indivi-data-area4 .unit-type-00 .unit-column-img img{display:block;}
.indivi-data-area4 .unit-type-00 .unit-column-txt{position:relative;margin:0 0 0 80px;padding:8px 0 0;}
.indivi-data-area4 .unit-type-00 .unit-column .unit-title{margin:0;padding:0;font-size:16px;}

.indivi-data-area4 .unit-type-00 .large{font-size:16px;}
.indivi-data-area4 .unit-type-00 .small{font-size:12px;}
.indivi-data-area4 .unit-type-00 .sub{color:#999;}

.indivi-data-area4 .unit-type-00 .unit-table-00{width:100%;margin:0 0 15px;border:none; border-collapse:collapse;font-size:11px;}
.indivi-data-area4 .unit-type-00 .unit-table-00 th,
.indivi-data-area4 .unit-type-00 .unit-table-00 td{padding:5px;border:1px solid #ccc;text-align:left;vertical-align:top;font-size:100%;}
.indivi-data-area4 .unit-type-00 .unit-table-00 th{background: #FEFEF7;}
.indivi-data-area4 .unit-type-00 .unit-table-fixed{table-layout:fixed;}

.indivi-data-area4 .unit-type-00 .unit-subtitle{margin:30px 0 15px;padding:3px 3px 3px 10px;background:#fafafa;border-left:2px solid #aaa;font-size:14px;}


.indivi-data-area4 .unit-type-00 .unit-ul-00{margin:0 0 15px;padding:0 0 0 20px;list-style:disc;color:#ccc;}
.indivi-data-area4 .unit-type-00 .unit-ul-00 li{list-style: disc;}
.indivi-data-area4 .unit-type-00 .unit-list-txt{color:#333;}
.indivi-data-area4 .twitter-iframe iframe{
    max-height:none!important;
}

.indivi-data-area4 .point-area{
    margin: 20px 0 12px;
    padding: 10px;
    border: 1px solid #777;
}

/*------------------------------------------------------------------
モンストスケジュール用
------------------------------------------------------------------*/
.indivi-data-area4 .monster-strike-schedule th{
 text-align: center;
 vertical-align:middle;
}
.indivi-data-area4 .monster-strike-schedule td{
 text-align: center;
 vertical-align:middle;
}

/*Appapeランキング　リンク用*/

/*osanai　前週/翌週デザイン変更分*/
.appape_ranking_prev {
    width: 50%;
	padding: 2px 0;
    border-radius: 4px;
    display: block;
    background: #fff;
    float: left;
    border: 1px solid #4285f4;
    position: relative;
	
}


.appape_ranking_prev::before,
.appape_ranking_prev::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	left: 7%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #4285f4;
    border-right: 1px solid #4285f4;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.appape_ranking_prev:hover::before,
.appape_ranking_prev:hover::after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.appape_ranking_next {
    width: 50%;
    padding: 2px 0;
    border-radius: 4px;
    background: #fff;
    display: block;
    float: right;
    border: 1px solid #4285f4;
    position: relative;

}



.appape_ranking_next::before,
.appape_ranking_next::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
    right: 7%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #4285f4;
    border-right: 1px solid #4285f4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	
}

.appape_ranking_next:hover::before,
.appape_ranking_next:hover::after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

#entry-body table td a.appape_ranking_prev,#entry-body table td a.appape_ranking_next{
	text-decoration: none;
	transition: 0.1s;
	color: #4285f4;
}
#entry-body table td a.appape_ranking_prev:hover,#entry-body table td a.appape_ranking_next:hover{
	background: #4285f4;
	color: #fff;
	
}
/*osanai　前週/翌週デザイン変更分end*/

/*osanai　次/前デザイン変更分20170512start*/
#entry-body table td a.article_link_prev {
    min-width: 110px;
    text-align:right;
	padding: 5px 10px;
    border-radius: 4px;
    display: block;
    background: #fff;
    float: left;
    border: 1px solid #4285f4;
    position: relative;
}
#entry-body table td a.article_link_next {
    min-width: 110px;
    text-align:left;
	padding: 5px 10px;
    border-radius: 4px;
    display: block;
    background: #fff;
    float: right;
    border: 1px solid #4285f4;
    position: relative;
}

#entry-body table td a.article_link_prev::before,
#entry-body table td a.article_link_prev::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	left: 7%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #4285f4;
    border-right: 1px solid #4285f4;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

#entry-body table td a.article_link_next::before,
#entry-body table td a.article_link_next::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
    right: 7%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #4285f4;
    border-right: 1px solid #4285f4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#entry-body table td a.article_link_next:hover::before,
#entry-body table td a.article_link_next:hover::after,
#entry-body table td a.article_link_prev:hover::before,
#entry-body table td a.article_link_prev:hover::after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

#entry-body table td a.article_link_prev, #entry-body table td a.article_link_next{
	text-decoration: none;
	transition: 0.1s;
	color: #4285f4;
}

#entry-body table td a.article_link_prev:hover, #entry-body table td a.article_link_next:hover{
	background: #4285f4;
	color: #fff;
}
/*osanai　次/前デザイン変更分end*/

/*20170622事前登録ボタン*/
p.before_regist_button a{
    width: 588px;
	margin: 0 auto;
    display: block;
    background: #4285f4;
    border: 1px solid #4285f4;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    transition: .1s;
}

p.before_regist_button a:hover{
	background: #fff;
	color: #4285f4;
}

/*App ape ランキングランキング用*/
#entry-body .appape-ranking th {
	background: #999999;
	color: #fff;
	border: solid 1px #ccc;
	padding: 5px 2px;
	font-size: 12px;    
}

#entry-body .appape-ranking tr td:nth-of-type(1),.appape-ranking tr td:nth-of-type(2),.appape-ranking tr td:nth-of-type(4) {
    vertical-align: middle!important;
    text-align: center;
}

#entry-body .appape-ranking tr td:nth-of-type(3) {
    vertical-align: middle!important;
    text-align: left;
}

#entry-body .appape-ranking tr th:nth-of-type(1) {
    width: 27px;
    text-align:center;
}

#entry-body .appape-ranking tr td:nth-of-type(2) {
    width: 30px;
}

#entry-body .appape-ranking tr td:nth-of-type(3) {
    width: 55%;
    max-width:55%;
}

	@media screen and (max-width:420px) { 
        #entry-body .appape-ranking tr td:nth-of-type(3) {
            width: 45%;
            max-width:45%;
        }
	}

#entry-body .appape-ranking tr td:nth-of-type(4) {
    font-size: 10px;
}

#entry-body .appape-ranking td{
    padding: 2px;
	vertical-align: middle !important;
	position: relative;
	border: solid 1px #ccc;
}

#entry-body .appape-ranking .triangle_up{
    display: block;
    width: 0;
    height: 0;
    bottom: 3px;
    left: 0;
    border-bottom: 6px solid #ff3333;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
}

#entry-body .appape-ranking .triangle_down{
    display: block;
    width: 0;
    height: 0;
    bottom: -4px;
    left: 0;
    border-top: 6px solid #3399ff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
}

#entry-body .appape_links{
    clear: both;
    height: 1em;
    float: none;
}

/*------------------------------------------------------------------
以下、特集棚出し・仮：ウィジェット用
------------------------------------------------------------------*/

/*--【2017.1.18 作成福井】-------------------
 * 共通部分
 *--------------------------------------------*/

h2.feature-extract-title{
	font-size: 18px;
	padding: 13px 0 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.69, #d4d4d4), color-stop(0.41, #fff));
	background: -webkit-linear-gradient(top, #fff 41%, #d4d4d4 69%, #fff 100%);
	background: -moz-linear-gradient(top, #fff 41%, #d4d4d4 69%, #fff 100%);
	background: -o-linear-gradient(top, #fff 41%, #d4d4d4 69%, #fff 100%);
	background: -ms-linear-gradient(top, #fff 41%, #d4d4d4 69%, #fff 100%);
	background: linear-gradient(to bottom, #fff 41%, #d4d4d4 69%, #fff 100%);
	position: relative;
}
h2.feature-extract-title span{
	display: block;
	padding: 0 20px 10px;
	border-bottom: solid 2px #fff;
	text-shadow:0px 0px 1px #ccc, 0px 0px 5px #ccc, 0px 0px 6px #ccc;
	font-weight: bold;
}

.feature-extract-img img{
	width: 100%;
}

h2.feature-extract-title .upper-more-link{
	top: 9px;
}

/*--【2017.1.18 作成福井】-------------------
 * 要素
 *--------------------------------------------*/

.feature-extract-element{
	padding: 0 15px 3px;
}

.ul-feature-extract-type1 li.box-feature-extract{
	width: 48.5%;
	display: inline-block;
	margin: 0 15px 0 0;
}
.ul-feature-extract-type1 li.box-feature-extract:last-child{
	margin: 0;
	vertical-align: top;
}
.feature-extract-img{
	width: 120px;
	float: left;
	margin: 0 7px 0 0;
}

.feature-extract-description{
	font-size: 12px;
}
.feature-extract-description1{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
.feature-extract-description2{
	margin: 0 0 7px;
	color: #666;
	line-height: 18px;
}
.feature-extract-description3{
	text-align: right;
}
.feature-extract-img .sp-img{
	display: none;
}

/*--【2017.1.23 作成福井】-------------------
 * SP版対応
 *--------------------------------------------*/
 
.contents-root h2.feature-extract-title{
	position: relative;
	padding: 4px 0 2px;
	box-shadow:0px 0px 4px 0px #999;
	-moz-box-shadow:0px 0px 4px 0px #999;
	-webkit-box-shadow:0px 0px 4px 0px #999;
	background: none;
}
.contents-root h2.feature-extract-title span{
	padding: 2px 20px 3px;
}
.contents-root .feature-extract-element{
	padding: 4px 0px 2px;
}



/*--------------------------------------------
 * 更新されてないときの表示
 *--------------------------------------------*/

.feature-extract-type2 .ul-feature-extract-type1 li.box-feature-extract{
	width: 100%;
	display: block;
	padding: 0;
	border-bottom: dotted 1px #ccc;
	box-shadow: none;
	position: relative;
}
.feature-extract-type2 .ul-feature-extract-type1 li.box-feature-extract:last-child{
	border-bottom: none;
}
.feature-extract-type2 .ul-feature-extract-type1 li.box-feature-extract a{
	display: block;
	padding: 10px 24px 10px 7px;
}
.feature-extract-type2 .ul-feature-extract-type1 li.box-feature-extract a:after{
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	height: 6px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 6px;
	border-color: rgba(0,0,0,0.2);
	border-left: medium none;
	border-top: medium none;
	top: 50%;
	margin-top: -4px;
	right: 12px;
}


/*--------------------------------------------
 * ブレイクポイント
 *--------------------------------------------*/
	@media screen and (max-width:700px) { 
		.feature-extract-element{
			padding: 0 0 15px;
		}
		.ul-feature-extract-type1{
			display: table;
			width: 100%;
			border-collapse: separate;  /* セルの間隔を空ける */
			border-spacing: 10px 0;  /* 左右 上下で記述 */
		}
			.feature-extract-type2 .ul-feature-extract-type1{
				display: block;
			}
		.ul-feature-extract-type1 li.box-feature-extract{
			width: 50%;
			display: table-cell;
			padding: 7px;
			box-shadow:0px 0px 3px 0px #bebebe;
			-moz-box-shadow:0px 0px 3px 0px #bebebe;
			-webkit-box-shadow:0px 0px 3px 0px #bebebe;
		}
		.feature-extract-img{
			width: 100%;
			float: none;
			margin: 0 7px 10px 0;
		}
		.feature-extract-img .pc-img{
			display: none;
		}
		.feature-extract-img .sp-img{
			display: block;
		}
		h2.feature-extract-title .upper-more-link{
			top: 4px;
			border: solid 1px #ccc;
		}
	}


/*------------------------------------------------------------------
ここまで、特集棚出し・仮：ウィジェット用
------------------------------------------------------------------*/

.stress-outer.top00 .stress{
    left:-10px;
    top:-10px;
}

/*Appapeランキング　リンク用*/
#entry-body .ranking_prev {
        width: 100%;
    float:left;
    text-align:left;
    display:block;
}

#entry-body .ranking_next {
    width:100%;
    text-align:right;
    display:block;
}

table.pr-insert{
    width:100%;
    float:none;
}

.pr-insert + div,.pr-insert + #app-spec,.pr-insert+h2,.pr-insert+h3,.pr-insert+h4,.pr-insert+aside{
    clear:both;
}


#entry-body+div{
    clear:both;
}

#entry-body table.img-one{
    table-layout:fixed;
}

/*20170718 ブラウザゲーム用*/
#link-list{
    text-align: center;
	    margin: 32px 0;
}
a.browser-link-btn {
    display: inline-block;
    color: #FFF;
    background-color: #ff2222;
    background-image: -moz-linear-gradient(top,	#ff5555 0%, #ff2222 100%);
    background-image: -o-linear-gradient(top,	#ff5555 0%, #ff2222 100%);
    background-image: -webkit-linear-gradient(top, #ff5555 0%,#ff2222 100%);
    background-image: linear-gradient(to bottom, #ff5555 0%,#ff2222 100%);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.9);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.9);
    box-shadow: 0 2px 4px rgba(0,0,0,0.9);
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    -moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    width: 50%;
    display: inline-block;
    padding: 8px 0;
    line-height: 1.4;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none !important;
}
a.browser-link-btn:hover {
	text-decoration: none;
    background-color: #ff3535;
    background-image: -moz-linear-gradient(top,	#ff8585 0%, #ff3535 100%);
    background-image: -o-linear-gradient(top,	#ff8585 0%, #ff3535 100%);
    background-image: -webkit-linear-gradient(top, #ff8585 0%,#ff3535 100%);
    background-image: linear-gradient(to bottom, #ff8585 0%,#ff3535 100%);
}

/*記事内リンク*/
#entry-body .list-link {
    border: 1px solid #ccc;
    padding: 0 10px;
    box-sizing: border-box;
    position:relative;
    margin-bottom: 20px;
    transition:.3s;
}
#entry-body .list-link:hover {

	background:#f5f5f5;
}
#entry-body .list-link .list-link__item{
    margin: 0 auto 8px;
}

#entry-body .list-link .table-img{
    width:60px;
    padding-right: 10px;
    vertical-align: middle;
}
#entry-body .list-link .table-text{font-size: 14px;vertical-align: middle;}
#entry-body .list-link a{
    font-weight:bold;
    color: #333;
    display: block;
    text-decoration: none;
}

#entry-body .list-link table{
    margin:15px auto;
    width:100%;
}
#entry-body .list-link br{
    display:none;
}

/*ver1*/
/*ver1*/
#entry-body .magazine_section p.release_date {
	color: #333;
	font-size: 12px;
	background: #eee;
	padding: 4px;
	margin-top:8px;
	text-align: center;
	word-break: break-all;
	margin-bottom: 8px;
	width: 140px;
}
#entry-body .magazine_section {
    display: flex;
}

#entry-body .magazine_section p{
    margin-bottom:0;
}
#entry-body .magazine_section_container a{
    text-decoration:none;
}
#entry-body .magazine_section div.col-1 {
    padding-right: 16px;
    flex: 1;
}
#entry-body .magazine_section div.col-2 {
    flex: 3;
    position: relative;
}

#entry-body .magazine_section img {
    width: 100%;
    height: auto;
}

#entry-body .magazine_section h2 {
	font-size: 16px;
	padding-top:0;
	border-left:0;
	margin-top:0;
	padding-left:0;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	word-break: break-all;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #333;
}

#entry-body .magazine_section p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-all;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#entry-body .magazine_section_container .clear{
	clear: both;
}
#entry-body .magazine_section_container .link_button {
    color: #333;
    margin: 16px 0 0;
    text-align: center;
    font-size: 14px;
    position: relative;
    border: 1px solid transparent;
    display: block;
    width: 150px;
    margin: 12px 0 0 auto;
    line-height: 28px;
    height: 28px;
    background-color: #FFF;
    background-image: -moz-linear-gradient(top, #FFF 0%, #FAFAFA 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #FAFAFA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#FAFAFA));
    background-image: -webkit-linear-gradient(top, #FFF 0%,#FAFAFA 100%);
    background-image: linear-gradient(to bottom, #FFF 0%,#FAFAFA 100%);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-top: 1px solid #D1D1D1\9;
    border-right: 1px solid #D1D1D1\9;
    border-bottom: 2px solid #C8C8C8\9;
    border-left: 1px solid #D1D1D1\9;
}
#entry-body .magazine_section_container .link_button:after{
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 7px solid transparent;
	border-left-color: #0074cc;
	top: 50%;
	margin-top: -7px;
	left: 10px;
}