
#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 #000000;
    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;
}

