@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: 24px;*/
    text-align: center;
    font-size:62.5%;
    position: relative;
    background-color: #bec3c8;
}
#coodiContent img {
    max-width: 100%;
    height: auto;
    width /***/:auto;
}

#coodiContent header {
    width: 100%;
    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));
}
#headerCnts {
    width: 320px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

#titleMonth {
    display: block;
    vertical-align: middle;
    font-family:'Open Sans', sans-serif;
    font-size: 0.8em;
    position: absolute;
    top: 0;
    left: 10px;

}
#titleMonth span {
    font-size: 7.4em;
    line-height: 1em;
}
#titleCoodi {
    text-align: right;
    position: absolute;
    font-size: 1em;
    top: 10px;
    right: 10px;
}
#titleCoodi2 {
	padding-top: 15px;
}
#titleCoodi h1 {
    font-family:'Open Sans', sans-serif;
    font-size: 2.4em;
    letter-spacing: -1px;
}

#titleSub {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #252525;
    color: #fff;
    margin: 8px 0 18px;
    font-size: 1.4em;
    font-weight: normal;
}


#CoodiItemList ul {
    width: 95.63%;
    margin: 0 auto;
}
#CoodiItemList li {
    width: 31.15%;
    height: auto;
    margin:0 1.09% 7px;
    float: left;
}



.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;
}
/* 前後月へ移動 */
#titleSubWrap {
    position: relative;
    margin: 0;
    padding: 0;
}
#prevMonth {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#prevMonth a {
display: block;
position: relative;
padding: 10px 10px 10px 25px;
color: #fff;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

#prevMonth a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin: -7px 0 0 0;
border-top: 14px solid #fff;
border-left: 14px solid transparent;
-webkit-transform: rotate(225deg);
        transform: rotate(225deg);
}

#nextMonth {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#nextMonth a {
display: block;
position: relative;
padding: 10px 25px 10px 10px;
color: #fff;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

#nextMonth a:after {
display: block;
content: "";
position: absolute;
top: 50%;
left: 10px;
width: 0;
height: 0;
margin: -7px 0 0 0;
border-top: 14px solid #fff;
border-left: 14px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.android #nextMonth a:after {
    margin: -3px 0 0 0 !important;
}
.android #prevMonth a:after {
    margin: -3px 0 0 0 !important;
}