@charset "euc-jp";

.anime_header_wrap{
    padding: 2px 10px 5px;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 5px;
}
.anime_header_table{
    display:table;
    width:100%;
}
.anime_header_wrap h1{
    display:table-cell;
    vertical-align: bottom;
}
.anime_header_otherlink{
    display:table-cell;
    text-align: right;
    vertical-align: top;
}
.anime_header_otherlink a.adultlink{
    color: #ffffff;
    background-color: #ff53ff;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 17px;
    display: inline-block;
}

.col2_table_wrap{
    text-align: center;
    padding: 5px 0;
}
.col2_table{
    display: inline-block;
    width:47%;
    vertical-align: top;
    height: 300px;
    overflow: hidden;
}
.col2_table_img{
    display: inline-block;
    width: 50%;
}
.col2_table_img img{
    max-height: 300px;
    max-width: 100%;
}
.col2_table_info{
    position: relative;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    text-align: left;
    height: 300px;
    overflow: hidden;
}
.col2_table_info h2{
    padding: 5px;
    color: #454545;
}
.col2_table_panel {
    margin: 10px auto;
    padding: 15px 10px 4px;
    line-height: 1.5;
    position: relative;
    border: 2px solid #ff6600;
    border-radius: 5px;
}
.col2_table_panel_title {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: -.8em;
    left: 10px;
    background: #fff;
    padding: 5px 5px;
}
.col2_table_info_bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 14px;
    padding-top: 5px;
    background: #FFF;
    box-shadow: 0 -10px 10px -6px #FFFFFF;
}
.col2_table_info_bottom_title{
    font-weight: bold;
}
/* top 14 */
.getchu-shelf-container{
    text-align: center;
}
.getchu-shelf{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    list-style: none;
}
.getchu-shelf li{
    display:inline-block;
    width:150px;
}
.getchu-shelf-image{
    position: relative;
    padding: 145% 0 0;
    overflow: hidden;
    margin:0 5px;
}
.getchu-shelf-image figure {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.getchu-shelf-image img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.getchu-shelf-explain {
    margin-top: 5px;
}
.getchu-shelf-explain-title {
    height: 5em;
    line-height: 1.3;
    word-break: break-all;
    overflow: hidden;
    letter-spacing: 0.5px;
}