@charset "utf-8";


/*----------------------------------------------------------------------------------------*/
/*カート・商品詳細用CSS*/

@import url(common-style.css);
@import url(txt-style.css);

html,
body,
#wrap {
    height: 100%;
}

body > #wrap {
    height: auto;
    min-height: 100%;
}


body {
    background-image: url(../img/cart/detail-bg.gif);
    background-color: #063445;
    background-repeat: repeat-x;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 90%;
}


/* リンク */

#detail a {
    color: #0d6789;
}

#detail .more span {
    display: inline-block;
    white-space: nowrap;
    background-repeat: repeat-x;
    background-image: url(../img/bg/btn_gd.gif);
    background-position: left bottom;
    border: 1px solid #BDBCBD;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#detail .more span a {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    padding: 3px 15px 2px 10px;
}


/* ヘッダ */

#header {
    background-image: url(../img/cart/detail-header_bg.gif);
    background-repeat: repeat-x;
    padding: 20px 0 10px 0;
    width: 780px;
    text-align: left;
    margin: auto;
    height: 58px;
}

#header #logo {
    width: 316px;
    float: left;
    margin-left: 35px
}

#header #cart-view {
    width: 202px;
    float: right;
    padding-top: 12px;
    margin-right: 35px
}


/* 中身 */


#wrap {
    background-image: url(../img/cart/detail-contents_bg.gif);
    background-repeat: repeat-y;
    width: 780px;
    text-align: left;
    margin: auto;
}


#contents {
    background-image: url(../img/cart/detail-contents_bg.gif);
    background-repeat: repeat-y;
    width: 780px;
    text-align: left;
    margin: 0 auto;
}

#main {
    padding: 0px 20px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* 上部カートに入れるボタン */

#top-cart {
    margin: 15px 15px 0px 15px;
    text-align: right;
}

/* パンくずリスト */

#bread-list {
    margin: 0 10px;
    padding: 8px 10px;
    border-top: dotted 1px #0d6789;
    border-bottom: dotted 1px #0d6789;
    background-color: #dfe8eb;
    line-height: 1.2em;
    font-size: 90%;
}


#bread-list dl,
#bread-list dl * {
    margin: 0;
    padding: 0;
}

#bread-list dt {
    width: 15em;
    float: left;
}

#bread-list dd {
    padding-left: 15em;
}

/* 商品説明 */

#html {
    margin: 20px 30px 50px 30px;
    line-height: 1.7em;
    white-space: normal;
}

#html .itemname {
    border: solid 1px #0d6789;
    padding: 15px 20px;
    font-size: 110%;
    margin: 30px 0;
    font-weight: bold;
}

#html strong.large {
    font-size: 110%;
    border-bottom:
}

/* 販売終了表示 */

#html .close {
    border: solid 1px #c00;
    padding: 10px;
    text-align: center;
    font-size: 1.12em;
    margin: 2em 0;
    font-weight: bold;
    background-origin: #fff;
}

#gds_detail .close {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    background-color: #c00;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em
}

/* 注意 */

#html .attention {
    margin: 50px 0 10px;
    padding: 12px 18px;
    border: solid 1px #c00;
    color: #c00;
}

#html .attention p {
    padding: 0.6em 0;
    margin: 0;
}

#html .attention h6 {
    position: relative;
    z-index: 10;
    font-size: 1.15em;
    margin: -30px 0 5px 0px;
}

#html .attention h6 strong {
    display: inline-block;
    padding: 5px 10px;
    background-color: #c00;
    color: #fff;
}


/* 商品詳細 */


#gds_detail_title {
    background-image: url(../img/cart/detail-title_head.gif);
    background-repeat: no-repeat;
    padding-top: 10px;
    margin: 0 5px 20px 5px;
    background-position: left top;
}

#gds_detail_title p {
    padding: 5px 15px 15px;
    font-size: 120%;
    font-weight: bold;
    background-image: url(../img/cart/detail-title_bg.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    color: #2796be;
    margin: 0;
    display: block;
    line-height: 1.4em;
}

#gds_detail {
    margin: 0 20px 20px 20px;
}

#gds_detail table {
    width: 700px;
}

#gds_detail td {
    vertical-align: top;
}

#gds_detail td.photo .curve3 {
    background-color: #fff;
    border: solid 1px #333;
    padding: 5px;
}

#gds_detail td.description {
    padding: 0 0 0 20px;
    font-size: 90%;
    line-height: 1.5em;
    width: 288px;
}

#gds_price {
    margin: 0 20px 20px 20px;
    background-color: #eaeaea;
    padding: 5px;
}

#gds_price form {
    margin: 0;
    padding: 0;
}

#gds_price table {
    width: 690px;
}

#gds_price th,
#gds_price td {
    font-size: 90%;
}

#gds_price td {
    padding: 0 10px;
}

#gds_price th {
    font-weight: normal;
    text-align: right;
}

#gds_price th span.disp {
    display: inline-block;
    margin-top: 10px;
}

#gds_price th strong {
    font-size: 130%;
    color: #900;
}

#gds_price th input {
    vertical-align: middle;
    margin-left: 10px;
}


/* フッタ */

#contents-f {
    background-image: url(../img/cart/detail-contents_bg.gif);
    background-repeat: repeat-y;
    text-align: right;
    width: 780px;
    margin: auto;
}

#footer {
    min-height: 126px;
    height: auto !important;
    height: 126px;
    position: relative;
    /* negative value of footer height */
    clear: both;
    text-align: center;
    width: 780px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: auto;
}

#footer .in {
    background-image: url(../img/footer-bg.jpg);
    background-repeat: repeat-x;
    background-position: 0px 26px;
    text-align: left;
    margin: 0px 10px;
    padding: 0 30px;
}

#footer .in #pagetop {
    text-align: right;
}



#footer .in .link {
    padding: 15px 0px 0px 0px;
    font-size: 85%;
    line-height: 1.8em;
}

#footer .in .link p {
    color: #a8c8d4;
    margin: 0px 0px 30px 0px
}

#footer .in .link p a {
    color: #a8c8d4;
    margin: 0px 7px 10px 7px;
}

#footer .in .link #awn {
    width: 140px;
}

#footer .in .link #awn h5 {
    font-size: 140%;
    margin: 0px 0 5px 0;
    background-image: url(../img/footer-awn.gif);
    background-repeat: no-repeat;
    height: 17px;
    width: 160px;
    text-indent: -9999px;
    display: block;
}

#footer .in .link #add {
    color: #FFFFFF;
    line-height: 1.5em;
    padding-left: 15px;
}

#footer .in .link #add p {
    color: #FFFFFF;
    line-height: 1.5em;
    padding: 5px 0;
    margin: 0;
}

#footer #copy {
    margin: 10px 30px 0 30px;
    font-size: 80%;
    color: #FFFFFF;
    padding: 20px 0px 30px 0px;
    background-image: url(../img/copy-bg.gif);
    background-repeat: repeat-x;
    text-align: center;
}

#copyright {
    clear: both;
    text-align: center;
    padding: 10px 0;
}

/* ▼---SSL---▼ */


#ssl {
    margin: 20px 0 0 10px;
    text-align: center;
}
