.h160 img {
        width: 320px;
        height: auto !important;
}
.h170 img {
        width: 320px;
        height: 50% !important;
}
/*----------------------------------------------
 * ファミ通.comアプリ
 *--------------------------------------------*/
#side-famitsu-com-app {
    margin: 15px 0 10px;
}
#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;
	-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 {
	opacity: 0.8;
}
.niconama {
    padding: 20px 0;
    margin-bottom: -20px;
    text-align: center;
}
.niconama a {
 display: inline-block;
 margin: 0;
 padding: 1em 0;
 width: 90%;
 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);
}
/*movieAdModule*/
.playercontainer {
    margin: 5px auto;
    background-color: #EEEEEE;
}

.playercontainer iframe {
    max-width: 95%;
}

.playeroverlay a {
    display: block;
    width: 80%;
    line-height: 1.4;
    text-align: center;
    text-decoration:none;
    font-weight: bold;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	border-radius:5px;
}

.playeroverlay a:hover {
	opacity: 0.95;
}

.playeroverlay .linkButton {
    margin: 10px auto;
    padding: 1em .2em;
}

.playeroverlay .closeButton {
	position: absolute;
	bottom: 5%;
	left: 3%;
    padding: .2em 0;
    font-weight: normal;
	color:#777777;
	background-color:#ededed;
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 95% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(95%, #dfdfdf) );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 95% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	border:1px solid #dcdcdc;
	text-shadow:1px 1px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}

.playeroverlay .ios {
	border:1px solid #3866a3;
	color:#FFF;
	background-color:#63b8ee;
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 95% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #63b8ee), color-stop(95%, #468ccf) );
	background:-ms-linear-gradient( top, #63b8ee 5%, #468ccf 95% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');		
	text-shadow:1px 1px 0px #528ecc;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 1px 1px 0px 0px #bee2f9; 	
 	box-shadow:inset 1px 1px 0px 0px #bee2f9;
}

.playeroverlay .android {
	color:#ffffff;
	background-color:#abd151;
	background:-moz-linear-gradient( center top, #abd151 5%, #8cb82b 100% );
	background:-ms-linear-gradient( top, #abd151 5%, #8cb82b 95% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#abd151', endColorstr='#8cb82b');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #abd151), color-stop(95%, #8cb82b) );
	border:1px solid #83c41a;
	text-shadow:1px 1px 0px #689324;
 	-moz-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 1px 1px 0px 0px #c1ed9c; 	
 	box-shadow:inset 1px 1px 0px 0px #c1ed9c;
}

.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;
}
.movie-box {
margin:3px 3px 5px; padding:3px; border:1px solid black;
background-color:whitesmoke;
}
.movie-main {
    position: relative;
	display: block;
	padding: 3px;
}
.movie-img {
    display: table-cell;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}
.movie-img img{
	max-width: 100%;
	max-height: 100%;
	border-radius: 2px;
}
.movie-body {
	display: table-cell;
	vertical-align: middle;
	padding: 0 3px 0 3px;
}
.movie-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	word-break: break-all;
}
.movie-explan {
font-size: small;
}
#movie-donwload-link {
    margin: 5px 0;
}

/* 20150810 present test*/
#present-contents {
    background-color: #fff;
    padding-bottom: 16px;
}

#present-contents h1 {
    margin-top:5px;
    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 8px;
}

.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 {
    font-size:18px;
    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 {
    float: none;
}
/*-- update for table-border @20151008 */
.border-on td{
    border:solid 1px #777;
    padding:2px;
}
.border-on th{
    border:solid 1px #777;
    background-color:floralwhite;
    padding:2px;
}
/*-- update for table-border @20151008 */

.top-app-choice{
  border:1px solid;
  border-color: #D0D0D0;
  border-radius:10px;
  background-color:#fffcf0;
}


.choice-header{
border-radius:10px;
background-color:#fff8d8;
}


/*update for app-choice @ 20151210*/
.pr-app-choice {
    background-color: #fefedc;
    padding-bottom: 2px;
/*    padding: 10px; (only PC) */
/*    margin: 0 10px; (only PC) */
}
.pr-app-choice .header {
    background: transparent;
    border: none;
    padding: 10px 10px 5px;
}
.pr-app-choice .app-choice-game-list > li {
    float: none;
/*    float: left; (only PC) */
/*    width: 47%; (only PC) */
	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;
}

/*20151211 update for new-books-list*/
.new-books .article-list{
    background-color:#e0ffff;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
/*20151211 update for new-books-list*/

/*20151222 update for app-choice in game-tips*/
.choice-emphasis{
	background-color:#ff0000;
	color:#FFFFFF;
	font-size:small;
}

.indicator-corner {
	position: absolute;
	top: -2px;
	left: 0;
	border-color: #D00000 transparent transparent #D00000;
	border-style: solid;
	border-width: 40px;
	min-height: 0;
	width: 0;
	z-index: 1;
}
.indicator-corner-text {
	position: absolute;
	top: 0;
	left: 2px;
	line-height: 52px;
	display: block;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 2;
}
/*20151222 update for app-choice - game-tips*/

/* fixup logo images change 2016.2.9 */
.header-jack{position:relative;top:0;left:0;bottom:0;right:0;z-index:1;}
.header-jack-img{position:relative;top:0;left:0;z-index:1;width:100%;}
.header-jack-img img{display:block;width:100%;}
.header-jack-logo{position:absolute;top:50%;left:0;z-index:2;width:70%;height:50%;}
.header-jack-link{position:absolute;top:0;left:0;z-index:3;width:70%;height:50%;}
.header-jack-sidemenu{position:absolute;top:14%;right:0;z-index:4;width:13.75%;height:86%;}
.header-jack-search{position:absolute;top:14%;right:13.75%;z-index:5;width:13.75%;height:86%;}
.header-jack a{display:block;width:100%;height:100%;cursor:pointer;}

.sid_d197f81d87fbdcfd321c03cb73b5e070e9a18caeda3878d7 img{
    box-shadow:none!important;
    height:auto!important;
    width:100%!important;
}
.sid_d197f81d87fbdcfd321c03cb73b5e070e9a18caeda3878d7 a{
    width:100%!important;
}

/* 20160212 table パターン001 */
.tbl-001{margin:20px 0 0;padding:0;border-collapse:collapse;line-height:1.3;}
.tbl-001 th,
.tbl-001 td{margin:0;vertical-align:middle;}
.tbl-001 th{padding:0 0 10px;text-align:right;font-size:17px;}
.tbl-001 td{padding:0 0 10px 10px;font-size:13px;}
.tbl-001 a{display:inline-block;padding:5px 0;text-decoration:underline;}
.tbl-001 th a{font-weight:bold;}

/* ------------------------------------------------------------
インターステイシャル広告 comを参考に抽出  2016.02.12
------------------------------------------------------------ */
#adInterstitialOverlay{position: fixed;top: 0;width: 100%;z-index: 10000;height: 120%;background-color: rgba(0, 0, 0, 0.48);}
.adBg::before{content: ".";display: block;font-size: 0;height: 0;}
.adInterstitial{position: fixed;top: 50%;left: auto;z-index: 10001;width: 300px;height: 250px;background-color: #333 !important;line-height: 250px;}
.adInterstitial .btn{position: absolute;top: -40px;right: 0;width: 40px;height: 40px;margin: 0;padding: 0;border-radius: 3px 3px 0 0;text-align: center;font-size: 30px;}
.adInterstitial a.btn,
.adInterstitial .btn{display: inline-block;border: medium none;background-color: #d6d6d6;color: #333;line-height: 24px;}
.adInterstitial .fa-remove::before,
.adInterstitial .fa-close::before,
.adInterstitial .fa-times::before {content:"\f00d";}
.adInterstitial .btn .fa{position: relative;bottom: -6px;}
.adInterstitial .fa{display: inline-block;-moz-osx-font-smoothing: grayscale;font-family: FontAwesome;font-feature-settings: normal;font-kerning: auto;font-language-override: normal;font-size: inherit;font-size-adjust: none;font-stretch: normal;font-style: normal;font-synthesis: weight style;font-variant: normal;font-weight: normal;line-height: 1;text-rendering: auto;transform: translate(0px, 0px);}
.adInterstitial > div > div > div, .adInterstitial a{width: 300px !important;height: 250px !important;}
.adInterstitial a{display: inline-block !important;color: #0055ad;text-decoration: none;transition: all 0.02s linear 0s;}
.adInterstitial img{max-width: 100% !important;max-height: 100% !important;vertical-align: bottom;}

/* 影響範囲、不明部分。念のため残す */
#adTop a,#adMiddle a,.adBottom a{display: inline-block !important;}
#adTop img,#adMiddle img,.adBottom img,.adBottom2 img{max-width: 100% !important;max-height: 100% !important;vertical-align: bottom;}


/* ------------------------------------------------------------
Google検索対応
------------------------------------------------------------ */
.gsc-result .gs-title{height:auto !important;line-height:1.2;}
.gsc-result .gs-title b{text-decoration:none !important;}

.search-google-logo{padding:8px 0 0;text-align:right;}


/* ------------------------------------------------------------
クラロワ攻略記事用
------------------------------------------------------------ */
#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;
}

#entry-body .twitter-iframe iframe{
    max-height:none!important;
}

#entry-body .point-area{
    margin: 20px 0 12px;
    padding: 10px;
    border: 1px solid #777;
}
/*SpTopページ タイトル取り上げ枠用*/
.title-selection .item{padding:8px; border-top:1px solid #CCC;}
.title-selection .article-body span{font-size: small;}
.title-selection .item:last-child {border-bottom:1px solid #CCC;}

/*------------------------------------------------------------------
乙女強調
------------------------------------------------------------------*/
.otome-stress .news-indicator {
    background: #FF8C8C;
}

/*------------------------------------------------------------------
モンストスケジュール用
------------------------------------------------------------------*/
#entry-body  .monster-strike-schedule th{
 text-align: center;
 vertical-align:middle;
}
#entry-body  .monster-strike-schedule td{
 text-align: center;
 vertical-align:middle;
}

/*-----------------------------------------------------------------
widgetCommonCD用
-----------------------------------------------------------------*/
.sp-widget-common-cd{
    margin:8px 10px 0
}

.app-push-img{
    display: table-cell;
    vertical-align: middle;
    width: 36px;
    height: 36px;
}

.shirodora-ranking td{
    border-bottom:solid 1px #cccccc;
    padding-top:5px;
    padding-bottom:5px;
}
.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{
    margin-bottom:10px;
}


.conversation-flame-on .conversation-area img{
    border:solid 2px #FFB6C1;
}

/*------------------------------------------------------------------------------------
特集用
------------------------------------------------------------------------------------*/
.indivi-data-area4 {
	line-height: 1.7;
	word-break: break-all;
}
.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 15px;
	padding-left: 8px;
	color: #333;
	clear: both;
}
.indivi-data-area4 h2 {
	font-size: 16px;
	border-left-width: 8px;
	padding-left: 10px;
}
.indivi-data-area4 h2:first-child {
	margin-top: 0;
}
.indivi-data-area4 h3 {
	font-size: 14px;
	border-left-width: 6px;
}
.indivi-data-area4 h4 {
	font-size: 12px;
}
.indivi-data-area4 h5 {
	font-size: 12px;
}
.indivi-data-area4 h6 {
	font-size: 12px;
}
.indivi-data-area4 p {
	margin-bottom: 15px;
	font-size: 15px;
}
.indivi-data-area4 p.attachment {
	text-align: center;
}
.indivi-data-area4 table {
	margin: 0 auto 15px;
}
.indivi-data-area4 table td {
	vertical-align: top;
	font-size: 15px;
}
.indivi-data-area4 a{
	text-decoration: underline;
}
.indivi-data-area4 img, .post img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.indivi-data-area4 iframe{
	max-width: 100%;
	max-height: 240px;
	display: block;
	margin: 0 auto;
}
/*----------------------------------------------
 * キャプション
 *--------------------------------------------*/
.indivi-data-area4 .caption-box {
	margin: -20px 0 30px;
}
.indivi-data-area4 .caption {
	color: #080;
	font-size: 14px;
}
/*----------------------------------------------
 * 画像テーブル
 *--------------------------------------------*/
.indivi-data-area4 .sp-img-one td {
    width: 100%;
}
.indivi-data-area4 .sp-img-two td {
	width: 50%;
}
.indivi-data-area4 .sp-img-three td {
	width: 33.3333%;
}
.indivi-data-area4 .sp-img-four td {
	width: 25%;
}
.indivi-data-area4 .sp-img-one img {
	max-width: 50%;
}
.indivi-data-area4 .sp-img-two img {
	max-width: 98%;
}
.indivi-data-area4 .sp-img-three img {
	max-width: 98%;
}
.indivi-data-area4 .sp-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: 95%;
	float: left;
	padding: 4px 0;
    border-radius: 4px;
    display: block;
    background: #fff;
	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: 95%;
	float: right;
	padding: 4px 0;
    border-radius: 4px;
    background: #fff;
    display: block;
	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_next,#entry-body table td a.appape_ranking_prev{
	text-decoration: none;
	transition: 0.3s;
	color: #4285f4;
}
#entry-body table td a.appape_ranking_next:hover,#entry-body table td a.appape_ranking_prev: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{
    display: block;
    background: #4285f4;
    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);
}

/*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;
		}
	}


/*------------------------------------------------------------------
ここまで、特集棚出し・仮：ウィジェット用
------------------------------------------------------------------*/
.area-movie-pop .adInterstitial a{
	color: #334;
}
.area-movie-pop .adInterstitial{
	line-height:initial;
	width: auto;
	height: auto;
	background: #fff !important;
}

.area-movie-pop .adInterstitial > div > div > div{
    width:auto!important;
    height:auto!important;
}

.area-movie-pop .adInterstitial .adInterstitialInner{
	padding:10px;
	line-height: 20px;
	width: 270px;
	height: 215px;
	color: #000;
}

.area-movie-pop .adInterstitial img{
	vertical-align: top;
}

.box-first-monitor{
	margin: 10px 0;
}

.first-monitor-left{
	float: left;
}
.first-monitor-right{
	float: right;
	line-height: 14px;
	position: relative;
}

.icon-down-img{
	display: inline-block;
	margin: 0 5px 0 0;
}
.down-name-text{
	text-align: center;
	display: inline-block;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
}
.first-monitor-text1{
	font-weight: bold;
	display: block;
	font-size: 18px;
}
.first-monitor-text1 a{
	color: #666;
}
.first-monitor-text2{
	color: #999;
	font-size: 12px;
}
.first-monitor-right:before{
    font-size: 35px;
    position: absolute;
    left: -20px; 
    top:0px;
    content: "";
    border-width:14px;
    border-color:transparent transparent transparent #0074cc;
    border-style:solid;
}

.box-window-close{
	background: #fff;
	padding-left:10px;
	padding-right:10px;
	min-height: 20px;
	width: 110px;
	position: absolute;
	right: 0px;
	margin: -20px 0 0 0;
}
.window-close-text1{
	margin: 5px 0 0;
	display: inline-block;
	font-size:14px;
	line-height:20px;
}


.area-movie-pop .adInterstitial .window-close-text1 .close-fa{
    bottom:initial;
    display:inline;
    border: solid 1px #ccc;
    padding: 0 1px;
    margin: 0 0 0 10px;
    background-image: -moz-linear-gradient(top,	#FEFEFE 0%, #DDD 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#DDD));
    background-image: -webkit-linear-gradient(top, #FEFEFE 0%,#DDD 100%);
    background-image: linear-gradient(to bottom, #FEFEFE 0%,#DDD 100%);
}
.window-close-object{
	position: absolute;
	top: 0;
	left: -12px;
	border: 15px solid transparent;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-width: 6px;
	border-right-width: 6px;
}



.area-movie-pop .adInterstitial .btn{
	top: 0;
	right: 0;
	font-size: 18px;
	width: 0;
	height: 0;
	border-radius: 0;
	text-align: center;
}

.text-two-line{
	display: block;
}

#widget-top-post-ad{
    margin-top:8px;   
}
#widget-top-post-ad img{
    width:100%!important;
    height:auto!important;
}
#widget-top-post-ad * {
    margin-left: 0px!important;
    max-width: 100%;
}
.area-movie-pop .adInterstitial a,.area-movie-pop 
.adInterstitial div.first-monitor-left,.area-movie-pop 
.adInterstitial div.first-monitor-right{
    width:auto!important;
    height:auto!important;
} 

/*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;
}

/*Topページ新作ゲーム用*/
/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.feature-extract-type3{
	padding: 0 0 5px!important;
}
.product-article{
	padding: 10px 0 35px!important;
}
.product-article .product-img{
	margin: 0 0 3px!important;
}
.product-article .product-cm{
	font-size: 14px!important;
	font-weight: bold!important;
}

section:not(.amazon-rank) .swiper-slide{
	margin: 0 12px !important;
}
.feature-extract-element .swiper-button-next,
.feature-extract-element .swiper-button-prev{
	top: 97%!important;
	z-index:11;
	width: 30%!important;
	height: 29px!important;
	background-size: 12px 29px!important;
	-moz-background-size: 12px 29px!important;
	-webkit-background-size: 12px 29px!important;
}
/*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: 75%;
    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%);
}


.widget-common-ab img,.widget-common-ab a{
    max-width:100%!important;
    height:auto!important;
}

.sp-widget-common-cd img,.sp-widget-common-cd a{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
}

/*.ad-suggest-overlay{position:fixed;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9999}
.ad-suggest-overlay{display:none}
.ad-suggest-btn-wrapper,.ad-Interstitial-btn-wrapper{padding:10px;height:60px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;font-size:0}
.ad-suggest-btn-item,.ad-Interstitial-btn-container{float:left;border-radius:3px}
.ad-suggest-btn-item:last-child,.ad-Interstitial-btn-container:last-child{float:right;margin-left:10px;background-color:#e01025}
.ad-suggest-main-container{height:250px;overflow:hidden;font-size:62.5%;position:relative;}
.ad-suggest-container{display:none;position:fixed;top:50%;left:50%;width:300px;height:310px;margin-top:-156px;margin-left:-152px;background-color:#fff;z-index:10000;border-radius:3px;}
.ad-suggest-container .ad-suggest-close-btn{width:70px;height:40px;line-height:38px;-webkit-box-sizing:border-box;box-sizing:border-box}
.ad-video-main-container {overflow: hidden;}
.ad-suggest-main-thumb-container{position: relative;}
.ad-video-main-container>div, .ad-video-main-container>div>div {width: 100%;height: 100%;}
.ad-video-text-container iframe {max-width: 100% !important;min-width:100% !important;height: 32px !important;}
.ad-video-main-container iframe {width: 100% !important;height: 100% !important;}
.ad-suggest-main-container iframe{ width:100%!important; max-height:84px;}
.ad-suggest-container .btn{text-align:center;font-weight:bold;font-size:13px;}
.ad-suggest-btn-item iframe{max-width:200px!important;max-height:40px!important;}
*/

.ad-suggest-overlay{position:fixed;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9999}
.ad-suggest-overlay{display:none}
.ad-suggest-btn-wrapper{padding:0 10px 10px;height:auto;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;font-size:0}
.ad-suggest-btn-item,.ad-Interstitial-btn-container{float:left;border-radius:3px}
.ad-suggest-btn-item:last-child,.ad-Interstitial-btn-container:last-child{float:right;margin-left:10px}
.ad-suggest-main-container{height:auto;overflow:hidden;font-size:62.5%;position:relative;}
.ad-suggest-container{display:none;position:fixed;top:50%;left:50%;width:300px;height:auto;margin-top:-156px;margin-left:-152px;background-color:#fff;z-index:30002;border-radius:3px;}
.ad-suggest-container .ad-suggest-close-btn{width:73px;height:40px;line-height:38px;-webkit-box-sizing:border-box;box-sizing:border-box}
.ad-video-main-container {overflow: hidden;}
.ad-suggest-main-thumb-container{position: relative;}
.ad-video-main-container>div, .ad-video-main-container>div>div {width: 100%;height: 100%;}
.ad-video-text-container iframe {max-width: 100% !important;min-width:100% !important;height: 32px !important;}
.ad-video-text-container {height: 32px!important}
.ad-video-main-container iframe {width: 100% !important;height: 100%!important;}
.ad-video-main-container {min-height: 180px}
.ad-suggest-main-container iframe{ width:100%!important; max-height:73px;}
.ad-suggest-container .btn{text-align:center;font-weight:bold;font-size:13px;}
.ad-suggest-btn-item iframe{max-width:195px!important;max-height:40px!important;}

.ad-suggest-main-container a {
font-weight:bold;
    color: #333;
    display:block;
    text-decoration: none;
    -webkit-transition: all .02s linear;
    -o-transition: all .02s linear;
    transition: all .02s linear;
    -webkit-tap-highlight-color: transparent;
}
.ad-suggest-main-container .ad-suggest-main-list{padding:10px 10px 0;}
.ad-suggest-main-container .ad-suggest-main-item iframe{margin-bottom:10px!important}
.ad-suggest-main-container .ad-suggest-main-item{display:block;}

.ad-suggest-main-container .ad-suggest-main-thumb-container{display:table-cell;vertical-align:top}
.ad-suggest-main-container .ad-suggest-main-thumb{width:70px;height:70px;border-radius:2px}
.ad-suggest-main-container .ad-suggest-main-content{display:table-cell;vertical-align:middle;width:100%;padding:5px;padding:0 0 0 10px;}
.ad-suggest-main-container .ad-suggest-main-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;font-size:13px;line-height:16px}
.ad-suggest-main-container .ad-suggest-main-pr{position:absolute;bottom:0;left:0;color:#fff;background-color: #ff148c;padding:3px;font-size:12px}
.ad-suggest-main-container .ad-suggest-main-thumb-container{position: relative;}
.ad-suggest-main-container .ad-suggest-main-title{margin:0px;}

.ad-suggest-container .btn {
	position: relative;
    display: inline-block;
    background-color: #fff;
    height: 40px;
    line-height: 38px;
    border: 1px solid #666;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: inset 1px 1px 0 #FFF inset, 0 1px 0 #FFF;
    -moz-box-shadow: inset 1px 1px 0 #FFF inset, 0 1px 0 #FFF;
    background-image:none;
    box-shadow:none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.ad-suggest-container .ad-suggest-officail-btn {
    width: 195px;
    height: 40px;
    line-height: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #ff148c ;
    background-color: #ffffff ;
    color: #ff148c ;
    background-image: none!important;
}

.ad-suggest-container .ad-suggest-close-btn{
　　color: #666;
}

.js-ad-video-overwrapper{
    height:100%!important;
}

/*記事内リンク*/
#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 .table-img-height-fix{
    min-height:60px;
}

#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;
}

#entry-body .magazine_section p.release_date {
	color: #333;
	font-size: 12px;
	background: #eee;
	padding: 4px;
	text-align: center;
	word-break: break-all;
	margin-bottom: 8px;
	width: 140px;
}
#entry-body .magazine_section {
    display: flex;
    align-items: center;
    justify-content: center;
}
#entry-body .magazine_section_container a{
    text-decoration:none;
}
#entry-body .magazine_section p{
    margin-bottom:0;
}
#entry-body .magazine_section div.col-1 {
    padding-right: 16px;
    flex: 3;
}
#entry-body .magazine_section div.col-2 {
    flex: 4;
    position: relative;
}

#entry-body .magazine_section img {
    width: 100%;
    height: auto;
    margin-top:auto;
    margin-bottom: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 0;
    text-align: center;
    font-size: 14px;
    position: relative;
    border: 1px solid transparent;
    display: block;
    width: 150px;
    margin: 16px 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;
}
.appape-ranking{
    width:100%;
}

.ad-agency-area *{
    max-width:100%;
    height:auto!important;
}

.mmenu-page + iframe{
    display:none;
}

#entry-body .point-area > p:last-child{
    margin-bottom:0;
}

#entry-body .pickup__movie a{
    text-decoration:none;
}

#entry-body .check-point-area h3{
	background: #fffff0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px;
	font-weight: bold;
    font-size:inherit;
    border-left:none;
}

#entry-body ul.check-point{
	border-bottom: solid 1px #ccc;
	padding: 0 0 0 1em;
}
#entry-body .check-point li{
	margin: 10px 5px;
	line-height: 1.3em;
	font-size:15px;
	position: relative;
	padding: 0 0 0 0.4em;
}
#entry-body .check-point li:before{
	font-family: FontAwesome;
	content: "\f046";
	color: #d3006c;
	padding: 0 5px 0 0;
	position: absolute;
	top: 0;
	left: -1em;
}

.sid_d197f81d87fbdcfd71f8847c5654581115c8126adcad0e51>div{
    height:100%;
}


.fix-admovie .ad-close-btn{
    height:25px!important;
    width:25px!important;
    line-height:25px!important;
    font-size:22px!important;
}


#entry-body .mizugi-main {
    display:flex;
}

#entry-body .mizugi-main .mizugi-img{
	width:50%;
	display:flex;
	flex-grow:1;
}

#entry-body .mizugi-main .mizugi-txt{
	width:50%;
	flex-grow:1;
	padding:0 8px;
}

#entry-body .mizugi-main .mizugi-img div{
	width:50%;
	flex-grow:1;
}

#entry-body .mizugi_section.magazine_section{
    display:block;
}

#entry-body .mizugi-txt p{
    height:160px;
    font-size:12px;
}


.ad-window-jack-container {
    margin-bottom: 1.5rem
;
}

.ad-window-jack-container .ad-window-jack {
    height: 160px
;
}

.ad-window-jack-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    cursor: pointer
;
}

.ad-window-jack-container .ad-window-jack-body {
    margin-top: calc((100vh - 530px) /2);
    display: inline-block;
    width: 320px;
    height: 480px
;
}

.ad-window-jack-body>adcloud_frame,.ad-window-jack-body>div>div,.ad-window-jack-body a,.ad-window-jack-body img {
    margin: 0 ;
    width: 320px !important;
    height: 480px !important;
}

.ad-window-jack-body ad-window-jack-cover{
    margin: 0 ;
    width: 100% !important;
    height: 100% !important;
}


.ad-window-jack-container .ad-bg-fixed-wrapper {
    background: #000;
}

.ad-window-jack-container .ad-bg-fixed-container {
    position: absolute;
    left: 0;
    right: 0;
}

.ad-window-jack-container .ad-bg-fixed-inner {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    clip: rect(auto, auto, auto, auto);
}

.ad-window-jack-container .ad-bg-fixed-body {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
    text-align: center;
}

.ad-window-jack-container .ad-bg-fixed-overlay {
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.ad-window-jack-container .ad-induction-frame-container {
    margin-bottom: 1.5rem;
}

.ad-window-jack-container .ad-induction-frame {
    font-size: 0;
    margin-bottom: -1.5rem;
}

.ad-window-jack-container .ad-induction-frame-item {
    display: inline-block;
    width: calc( 100% - 1rem);
    margin-left: .5rem;
    margin-right: .5rem;
    margin-bottom: 1rem;
    vertical-align: top;
}

.ad-window-jack-container .js-window-jack--open {
    clip: inherit;
    z-index: 9999;
}

#entry-body .magazine_section_container .mizugi_section .link_button{
    font-size:12px;
    text-align:left;
    padding-left:20px;
}

#widget-common-a .sp-kd-ad-cloud iframe{
    margin-left:auto!important;
}


.ad-video-main-container .fix-admovie .ad-close-btn{
    width:30px;
    height:30px;
    font-size:25px;
    text-align:center;
    margin:0;  
    padding:0;
    vertical-align:middle;
    line-height:calc(100% - ( 100% - 1em) / 2);
}
iframe{
    max-width:100%;
}

#global-navi #menu-item-1370908 a{
    line-height:1.24;
}
#global-navi #menu-item-1370908 a span{
    padding-top:15px;
    font-size:12px;
}

.contents-wrapper .apps-lanking-list{
    border-left:none;
    border-right:none;
}

#wrapper,.mmenu-page{
    max-width:100vw;
    overflow-x:hidden;
}

iframe{
    overflow:hidden
}

.ad-window-jack-close-btn,.ft-hide-search-close-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3b3b3b;
    text-align: center;
    display: block;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    z-index: 9999;
    cursor: pointer
;
}

/*----------------------------------------------
 * 動画ピックアップ
 *--------------------------------------------*/
 .pickup_movie_wrapper{
	background-color:#fff;
	padding:8px;
}

.pickup_movie_play_area_wrapper{
	width:100%;
	height:56.25vw;
}

.pickup_movie_play_area{
	height:100%;
	display:none;
}
.pickup_movie_play_area.active{
	display:block;
}

.pickup_movie_select_area{
	display:flex;
	width:100%;
}

.pickup_movie_select_item{
	flex:1;
	position: relative;
	margin-right:8px;
	margin-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
.pickup_movie_select_item:last-child{
	padding-right:0px;
}
.pickup_movie_select_item_thumb{
	width:100%;
}

.pickup_movie_select_item_text{
	height:36px;
	line-height:12px;
	font-size:10px;
	overflow:hidden;
	margin-top:4px;

}

.pickup_movie_select_item.active::after {
   content: "再生中";
   background-color: #f00;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
   color: #fff;
   font-size: 13px;
   font-weight: bold;
   height: auto;
   line-height: 0.6em;
   padding: 5px 20px 5px 0;
   position: absolute;
   text-align: center;
   top: 0px;
   left: 0px;
   width: 50px;
   z-index: 1;
}

.pickup_movie_select_item.active {
   border: 3px solid #f00;
}

.pickup_movie_select_area {
   position: relative;
}

.special-list .special-list-inner img{
        max-height:calc( ( ( 100vw - 43px ) / 2 ) / 320 * 221);
}

.special-list .special-list-inner figure {
    min-height: calc( ( ( 100vw - 43px ) / 2 ) / 320 * 221 + 2px);
}

.article-field-left,.article-field-right,.article-field-noicon {
    border: 1px solid #777;
    padding: 10px;
}

.article-field-left td:nth-of-type(1){
    text-align:left;
    vertical-align:top;
    margin-right:10px;
    width:72px;
}
.article-field-left td:nth-of-type(2){
    text-align:left;
    vertical-align:top;
    padding-left:10px;
}

.article-field-right td:nth-of-type(2){
    text-align:left;
    vertical-align:top;
    margin-right:10px;
    width:72px;
}
.article-field-right td:nth-of-type(1){
    text-align:left;
    vertical-align:top;
    padding-right:10px;
}


.article-field-left legend,.article-field-right legend,.article-field-noicon legend {
    padding: 0 5px;
}

#entry-body .article-field-left table,#entry-body .article-field-right table,.article-field-noicon table {
    width: 100%;
    margin-bottom: 0;
}

#entry-body .article-field-left>p,#entry-body .article-field-right>p ,#entry-body .article-field-noicon>p{
    margin-bottom: 0;
}

#entry-body td p:last-child{
    margin-bottom:0;
}

hr + br{
display:none;
}
hr + br + h2{
    margin-top:20px;
}