/*
Theme Name: Famitsu
Author: E2info
Author URI: http://www.e2info.com/
Description: for famitsu
Version: 1.0
*/
#tiupAd {
position: absolute;
top: 29px;
}
#leftTieupAd {
position: fixed;
top: 29px;
margin-left: -305px;
}
#rightTieupAd {
position: fixed;
top: 29px;
margin-left:1000px;
}
.tiupAdBgColor {
background: #000000;
}
.tiupAdBgColorForArticle {
}

#contents-view-mode{
	color:#ffffff;
	text-align:center;
}
#contents-view-mode a{
	color:#ffffff;	
}
#entry-body a.store-download-btn{
	text-decoration: none;
}

.stress-outer{
    position:relative;
}
.stress{
    position:absolute;
    width:100%;
    height:100%;
    overflow:hidden;
    left:-15px;
    top:1px;
}
.top00 .stress{
    left:0;
    top:0;
}

.stress::after {

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #fff;

    font-size: 13px;
    font-weight: bold;
    height: auto;
    left: -25px;
    line-height: 0.4em;
    padding: 5px 20px 5px 0;
    position: absolute;
    text-align: center;
    top: 10px;
    transform: rotate(-45deg);
    width: 100px;
    z-index: 1;
}
.appchoice-stress::after{
    content: "注力連載";
    background: #00D000;
}
.comic-stress::after{
    content: "動画";
    background-color: #FF8C00;
}
.appnew-stress::after{
    content: "新作";
    background-color: #D00000;
}