#primary #content{
    color:#444444
}
.skubutton{
background-color:#f77e6b
}
#itempage .item-info .skubutton{/*カートへ入れるボタン*/
    background-color:#f77e6b
}
@media screen and (min-width: 62.5em){/*ページレイアウト変更*/
    /*#main.two-column #content {
    width: 100%
    }*/
    .storycontent #itempage #img-box,#itempage .detail-box{
        width:100%
    }
}
.item_page_title{
    font-family:'Zen Maru Gothic', sans-serif;
}
#itempage .detail-box h2{
    font-family:'Zen Maru Gothic', sans-serif;
}
.item-description dl{
    max-width: 400px
}
.item-description dd{
    border-bottom: thin #DCDCDC solid
}
.item-description dt{
    padding-left:1em
}