/*　スライドショーの外枠画像（実際には使われていないからコメントアウトしてみる）　*/
#topImgArea {
    width: 750px;
    height: 435px;
    position: relative;
    overflow: hidden;
/*    background: url(https://img15.shop-pro.jp/PA01244/384/etc/kks_topImageBG.gif?20130531223216) no-repeat center top;　*/
}
/*　スライドショー関連のcssは使っていないのでコメントアウトしてみる　*/
/*
#topImgArea li img {
    width: 712px;
    height: 378px;
    position: absolute;
    top: 16px;
    left: 21px;
}
#topImg01 {
    display: block;
}
#topImg02 {
    display: none;
}
#topImg03 {
    display: none;
}
#topImg04 {
    display: none;
}
#topImg05 {
    display: none;
}
#topImgSpan {
    width: 744px;
    height: 10px;
    text-align: center
}
#topImgSpan span {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    display: inline-block;
    background: #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
*/
#topInfo {
    padding: 0 0 20px;
    background: url(https://img15.shop-pro.jp/PA01244/384/etc/kks_dotline.gif?20130531224546) no-repeat left bottom;
}
#topInfoUl {
    list-style-type:none;
    height: 90px;
    overflow: auto;
}
#topInfoUl b {
    display: inline-block;
    float: left;
    padding: 0 20px 0 26px;
    background: url(https://img15.shop-pro.jp/PA01244/384/etc/kks_linkhead.gif?20130531224053) 0 0 no-repeat;
    font-weight: normal;
}
#topInfoUl span {
    display: inline-block;
    overflow: hidden;
}
#topInfoUl li {
    clear: left;
    padding: 10px 0 22px 0;
    background: url(https://img15.shop-pro.jp/PA01244/384/etc/kks_dotline.gif?20130531224546) no-repeat left bottom;
}
#recommend {
    clear:both;
    margin: 20px 0 0;
    overflow: hidden;
}
#recommend h2 {
    width: 194px;
    height: 38px;
    background: url(https://img15.shop-pro.jp/PA01244/384/etc/kks_ttlRecommend.gif?20130607010955) no-repeat 0 0;
}
#recommend h2 span {
    display:none;
}
#recommend .box {
    width: 250px;
    margin: 0;
    padding: 0;
    float: left;
}
#recommend .item_photo {
    width: 250px;
    height: 156px;
    padding: 14px 0 0;
    background: url(https://img15.shop-pro.jp/PA01244/384/etc/kks_productBG.gif?20130602022451) no-repeat center center;
}
#recommend .item_photo img {
    display: block;
    margin: 0 auto;
}
#recommend .item_detail {
    padding: 0 15px;
    font-size: 12px;
}
#recommend .item_box img {
    width: 220px;
}
table {
    border: 0;
    width: 320px;
    table-layout: auto;
}
a > p {
    text-align: center;
}