@charset "UTF-8";

/* パンくず */

#sp_ranking_pan{
    padding:5px 0 0 5px;
    height:20px;
    font-size:10px;
    margin-bottom:10px;

}

#coodiContent {
    width: 100%;
    height: auto;
    padding-bottom: 12px;
    margin-top: 20px;
    text-align: center;
    font-size:62.5%;
    position: relative;
    background-color: #fff;
}
#coodiContent img {
    max-width: 100%;
    height: auto;
    width /***/:auto;
}

#coodiContent header {
    width: 100%;
    height: auto;
    text-align: center;

        background-color:#ffffff;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#bec3c8);
 background-image:-moz-linear-gradient(top, #ffffff 0%, #bec3c8 100%);
 background-image:-webkit-linear-gradient(top, #ffffff 0%, #bec3c8 100%);
 background-image:-ms-linear-gradient(top, #ffffff 0%, #bec3c8 100%);
 background-image:linear-gradient(top, #ffffff 0%, #bec3c8 100%);
 background-image:-o-linear-gradient(top, #ffffff 0%, #bec3c8 100%);
 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#ffffff), color-stop(100%,#bec3c8));
}

#coodiContent header h1 {
    width: 246px;
    margin: 0 auto;
    height: auto;
    font-family:'Open Sans', sans-serif;
    font-size: 3.4em;
    text-align: center;
    line-height: 1em;
    background: url(../../coodinatebook/images/parts/sp_titlebadge.png) 6px 0 no-repeat;
    -webkit-background-size: 67px auto;
    background-size: 67px auto;
    padding-left: 74px;
}
#coodiContent header h2 {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #252525;
    color: #fff;
    margin-top: 10px;
    font-size: 1.4em;
    font-weight: normal;
}

#CoodiNateItem {
    width: 100%;
    margin-top: 24px;
}

#mainIMG {
    max-width: 70.63% !important;
    height: auto;
}
#coordititle {
    text-align: left;
    font-size: 1.2em;
    font-weight: normal;
    margin: 25px 0 3px;

}
#coordiList {
    width: 100%;
    padding-top: 22px;
    border-top: 2px dotted #d5d5d5;
    border-bottom: 2px dotted #d5d5d5;
}

li.coordiBox {
    width: 100%;
    height: auto;
    margin-bottom: 22px;
}
.itemIMG {
    width: 24%;
    height: auto;
    margin-right: 2%;
    float: left;
}
.coordiItem {
    float: left;
    width: 74%;
    height: auto;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.itemGenre {
    width: 96px;
    height: 26px;
    margin-bottom: 6px;
    background-color: #c5c5c5;
    line-height: 26px;
    text-align: center;
    font-size: 1em;
    display: block;

}
.itemLink {
    width: 100%;
    max-height: 40px;
    display: block;
    font-size: 1.1em;
    line-height: 1.3em;
    overflow: hidden;
}

.coodiGoBack {
    width: 100%;
    height: 23px;
    margin: 12px 0;
    position: relative;
}

.coodiGoBack a {
    display: block;
    width: 68px;
    height: 23px;
    line-height: 23px;
    color: #000;
    text-align: right;
    font-size: 1.2em;
    font-weight: normal;
    background: url(../../coodinatebook/images/parts/sp_goback.png) right 0 no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    padding-right: 25px;
    position: absolute;
    top: 0;
    right: 8px;
}

#rightNav {
    position: absolute;
    top: 260px;
    right: 0;
    font-size: 0.9em;
    font-weight: bold;
}
#rightNav li {
    display: block;
    width:44px;
    height: 70px;
    background-color: #d5d2d2;
    margin-bottom: 6px;
    line-height: 1.2em;

    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
}
#backList a {
    display: block;
    background: url(../../coodinatebook/images/parts/sp_backlist.png) 13px 8px no-repeat;
    -webkit-background-size: 18px;
    background-size: 18px;
    padding-top: 31px;
}

#goItem a {
    display: block;
    background: url(../../coodinatebook/images/parts/sp_goitem.png) 13px 8px no-repeat;
    -webkit-background-size: 18px;
    background-size: 18px;
    padding-top: 31px;
}

