@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    product_pc.css
*
*
------------------------------------------------------------------------------------------ */

body{
    background-color: #fff;
}

#section_top .cart_area li a.sold{ opacity: 1 !important; cursor: default !important;}
#section_top .cart_area li.size_f00 a{ background-image:url(../images/btn_cart_f00.png);}
#section_top .cart_area li.size_w01 a{ background-image:url(../images/btn_cart_w01.png);}
#section_top .cart_area li.size_w02 a{ background-image:url(../images/btn_cart_w02.png);}
#section_top .cart_area li.size_w03 a{ background-image:url(../images/btn_cart_w03.png);}
#section_top .cart_area li.size_m01 a{ background-image:url(../images/btn_cart_m01.png);}
#section_top .cart_area li.size_m02 a{ background-image:url(../images/btn_cart_m02.png);}
#section_top .cart_area li.size_m03 a{ background-image:url(../images/btn_cart_m03.png);}
#section_top .cart_area li.size_u00 a{ background-image:url(../images/btn_cart_u00.png);}
#section_top .cart_area li.size_u01 a{ background-image:url(../images/btn_cart_u01.png);}
#section_top .cart_area li.size_u02 a{ background-image:url(../images/btn_cart_u02.png);}
#section_top .cart_area li.size_u03 a{ background-image:url(../images/btn_cart_u03.png);}

/* btt */
#section_top .cart_area li.size_ws a{ background-image:url(../images/btn_cart_ws.png);}
#section_top .cart_area li.size_wm a{ background-image:url(../images/btn_cart_wm.png);}

#section_top .cart_area li.size_s a{ background-image:url(../images/btn_cart_s.png);}
#section_top .cart_area li.size_m a{ background-image:url(../images/btn_cart_m.png);}
#section_top .cart_area li.size_l a{ background-image:url(../images/btn_cart_l.png);}

#section_top .cart_area li.size_s26 a{ background-image:url(../images/btn_cart_s26.png);}
#section_top .cart_area li.size_s27 a{ background-image:url(../images/btn_cart_s27.png);}
#section_top .cart_area li.size_s28 a{ background-image:url(../images/btn_cart_s28.png);}
#section_top .cart_area li.size_s38 a{ background-image:url(../images/btn_cart_s38.png);}
#section_top .cart_area li.size_s40 a{ background-image:url(../images/btn_cart_s40.png);}

#section_top .cart_area li.size_black a{ background-image:url(../images/btn_cart_black.png);}
#section_top .cart_area li.size_brown a{ background-image:url(../images/btn_cart_brown.png);}
#section_top .cart_area li.size_blue a{ background-image:url(../images/btn_cart_blue.png);}
#section_top .cart_area li.size_trico a{ background-image:url(../images/btn_cart_trico.png);}
#section_top .cart_area li.size_white a{ background-image:url(../images/btn_cart_white.png);}



.b_5b{ background-color: rgba(91, 91, 91, .97); color: #fff;}

#section_top .cart_area li a.sold{ background-image:url(../images/btn_cart-sold.png) !important;}


.bg_pic .pc,
.bg_pic .sp{
    background-image:url(../images/product/2017_btt/img_bg.png);
}

.coming{
    margin: -20px 0 0 0;
}

.coming img{ width: 318px;}

.txt_off{
    margin: -15px 0 0 0;
    line-height: 2em;
    color: #b20610;
}

.cart_off{
    margin: 30px -82px 0 0;
    line-height: 1.8em;
    font-size: 13px;
    color: #b20610;
    white-space: nowrap;
    text-align: left;
}

/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){

#wrap{
    margin: 0 auto;
    display: block !important;
}

#wrap,
#header{
    transition: opacity .3s ease;
}

.onload #wrap,
.onload #header{
    opacity: 1;
}

.bg_pic span{
    width: 100%;
    min-width: 980px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.is_sp .bg_pic span{
    height: 100vh;
}


/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 85px 0 0 0;
    min-width: 980px;
    position: relative;
    z-index: 1;
}

#main_visual img{
    width: 100% !important;
    height: auto !important;
}

#main_visual .img_slider{
    min-width: 980px;
    overflow: hidden;
}

.thumb{
    width: 100%;
    min-width: 980px;
    text-align: center;
    opacity: 0;
    position: absolute;
    left: 0 !important;
    z-index: 2;
}

.thumb.fixed{
    top: inherit !important;
    bottom: 20px;
}

.thumb ul{
    width: 100%;
    opacity: 1 !important;
    overflow: hidden;
    transition: opacity .3s ease;
}

.thumb.min ul{
    opacity: .6 !important;
}

.thumb li{
    width: 150px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    transition: opacity .15s ease .0s, width .25s ease;
}

.thumb.min li{
    width: 110px;
}

.product_btt .thumb li{
    width: 120px;
}

.product_btt .thumb.min li{
    width: 88px;
}

.thumb li img{
    width: 100%;
    height: auto;
    transition: opacity .15s ease .0s;
}

.is_pc .thumb li:hover,
.is_sp .thumb li.touch{
    opacity: .7 !important;
    transition: opacity .15s ease .05s;
}

.thumb li.on img{
    opacity: .6;
}


/* --------------------------------------------------
*
    .section
*
-------------------------------------------------- */
.section{
    padding: 70px 0 90px 0;
    clear: both;
    overflow: hidden;
    letter-spacing: -.40em;
}

.section_inner{
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.section .desc p{
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .025em;
}

.section .col_left{ width: 50%; display: inline-block; letter-spacing: normal; vertical-align: top; box-sizing: border-box;}
.section .col_right{ width: 50%; display: inline-block; letter-spacing: normal; vertical-align: top; box-sizing: border-box;}
.section .col_left.center{ width: 100%; text-align: center;}

.section .col_right a{
    padding: 0 25px 0 0;
    position: relative;
    font-size: 15px;
    letter-spacing: .1em;
    background-image:url(../images/parts_ico_link_arrow_right.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5px;
    transition: all .15s ease 0s;
}

.is_pc .section .col_right a:hover,
.is_sp .section .col_right a.touch{ opacity: .6; padding: 0 30px 0 0;}

.section.b_w{ color: #000; background-image:url(../images/parts_bg_w_op90.png);}
.section.b_w9{ color: #000; background-color: rgba(255, 255, 255, .95); }
.section.b_b{ color: #fff; background-image:url(../images/parts_bg_8d_op90.png);}
.section.b_w4{ color: #000; background-image:url(../images/parts_bg_f4_op90.png);}

.section h3{
    margin: 0 0 60px 0;
    text-align: center;
    font-family: 'din-2014';
    font-weight: 600;
    font-size: 30px;
    letter-spacing: .05em;
    position: relative;
    z-index: 1;
}

.section h3 span{
    font-family: '見出ゴMB31';
    margin: 8px 0 0 0;
    font-size: 15px;
    font-weight: normal;
    display: block;
}


/* --------------------------------------------------
*
    #section_top
*
-------------------------------------------------- */
#section_top{ padding-top: 170px;}
.product_btt #section_top{ padding-top: 200px;}

#section_top .col_left{
    font-family: '見出ゴMB31';
    padding: 0 30px 0 0;
}

#section_top .col_right{
    clear: both;
    padding: 0 0 0 30px;
}

#section_top .name{
    margin: 0 0 10px 0;
    font-size: 23px;
    letter-spacing: .1em;
}

#section_top .name.din{
    font-family: 'din-2014';
    font-weight: 600;
    letter-spacing: .025em;
}

#section_top h2{
    margin: 0 0 10px 0;
    font-family: 'din-2014';
    font-weight: 600;
    font-size: 40px;
    letter-spacing: .038em;
}

#section_top h2 .small{
    margin: 0 0 0 13px;
    font-size: 30px;
}

#section_top .sub{
    margin: 0 0 30px 0;
    font-size: 18px;
    letter-spacing: .1em;
}

#section_top .price{
    margin: 0 0 20px 0;
    font-size: 30px;
    letter-spacing: .1em;
}

#section_top .badge img{
    width: 430px;
    height: auto;
    position: relative;
}

#section_top .price span{
    margin: 0 0 0 5px;
    font-size: 15px;
    letter-spacing: .025em;
}

#section_top .cart_area{
    padding: 20px 0 25px 30px;
    background-color: #fff;
    position: relative;
}

.product_btt #section_top .cart_area{
    padding-left: 0;
    background-color: inherit;
}

#section_top .cart_area .title{
    margin: 0 0 20px 0;
}

#section_top .cart_area li{
    clear: both;
    margin: 0 0 20px 0;
    position: relative;
    overflow: visible !important;
}

#section_top .cart_area li:last-child{
    margin: 0;
}

#section_top .cart_area li:last-child{ margin: 0;}

#section_top .cart_area li img{
    line-height: 0;
}

#section_top .cart_area .ico_resale{
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    width: 210px;
    padding: 0;
    height: 46px;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    letter-spacing: .05em;
    background-color: #00c5f1;
    display: table;
    vertical-align: middle;
    position: absolute;
    top: 61px;
    right: 15px;
}

#section_top .cart_area .ico_resale .vertical{
    height: 100%;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

#section_top .cart_area .ico_resale .sub{
    padding: 0;
    margin: 0;
    font-size: 13px;
    display: block;
}

#section_top .cart_area li.cart a{
    width: 175px;
    height: 48px;
    display: block;
    background-repeat: no-repeat;
    background-size: 175px;
    background-position: center;
    transition: opacity .15s ease 0s;
}

.is_pc #section_top .cart_area li.cart a:hover,
.is_pc #section_top .cart_area li.cart a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#section_top .cart_area li.cart .stock{
    font-size: 14px;
    color: #F73E28;
    position: absolute;
    top: 16px;
    left: 190px;
}

#section_top .cart_area li.cart .resale{
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #00c5f1;
    position: absolute;
    top: 16px;
    left: 190px;
}

#section_top .desc{
    margin: 0 0 40px 0;
}

#section_top .desc p{
    margin: 0 0 40px 0;
}

#section_top .col_list p{
    margin: 0 30px 0 0;
    display: inline-block;
    vertical-align: top;
}

#section_top .col_list p:last-child{ margin: 0;}

#section_top .ico_cachmere,
#section_top .ico_wada{ font-size: 13px; line-height: 1.7em;}
#section_top .ico_cachmere a,
#section_top .ico_wada a{ position: relative; top: 5px;}
#section_top .ico_cachmere img{ width: 87px; height: auto;}
#section_top .ico_wada img{ width: 89px; height: auto;}

#section_top .link_list li{
    margin: 0 0 15px 0;
    letter-spacing: .025em;
}

#section_top .link_list li:last-child{ margin: 0;}

#section_top .cart_col{
    margin: 0 0 50px 0;
    position: relative;
}

#section_top .cart_col:last-child{ margin: 0 0 20px 0;}

#section_top .cart_col h4{
    margin: 0 0 5px 0;
    font-family: 'din-2014';
    font-weight: 600;
    font-size: 30px;
    letter-spacing: .025em;
}

#section_top .cart_col .sub{
    font-family: '見出ゴMB31';
    margin: 0 0 10px 0;
    font-size: 16px;
    letter-spacing: .1em;
}

#section_top .cart_col .pic{
    height: 100%;
    min-height: 100%;
    display: table;
    vertical-align: middle;
    top: 0;
    right: 25px;
    bottom: 0;
    position: absolute;
}

#section_top .cart_col .pic.p1{ top: -20px;}
#section_top .cart_col .pic.p2{ top: 0;}
#section_top .cart_col .pic.p3{ top: 30px;}
#section_top .cart_col .pic.p4{ top: 60px;}

.tshirts #section_top .cart_col{ height: 305px; margin: 0;}
.tshirts #section_top .cart_col .pic{ top: 0 !important;}


#section_top .cart_col .pic img{
    width: 158px;
    height: auto;
}


/*
*
*
    product _btt
*
*
*/
.product_btt #section_top .btt_logo{
    margin: 0 0 5px 0;
}

.product_btt #section_top .btt_logo img{
    width: auto;
    height: 48px;
}

.product_btt #section_top .cart_area > ul > li{
    margin: 0 0 40px 0;
    overflow: hidden;
    display: table;
}

.product_btt #section_top .cart_area li .col_l{
    min-width: 130px;
    padding: 0 20px 0 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.product_btt #section_top .cart_area li .col_r{
    width: 240px;
    padding: 10px 0 0 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.product_btt #section_top .cart_area li img{
    width: 100%;
}

.product_btt #section_top .cart_area li .color{
    margin: 0 0 0 0;
    font-family: '見出ゴMB31';
    font-size: 13px;
    line-height: 1.4em;
}


.cherbourg.product_btt #section_top .cart_area li{ margin-bottom: 15px;}
.fulton_birdcase.product_btt #section_top .cart_area li{ margin-bottom: 15px;}
.petit_carre.product_btt #section_top .cart_area li{ margin-bottom: 15px;}
.charlotte.product_btt #section_top .cart_area li{ margin-bottom: 10px;}
.pablo.product_btt #section_top .cart_area li{ margin-bottom: 10px;}

.charlotte.product_btt #section_top .cart_area li .color{ margin-top: -20px;}
.pablo.product_btt #section_top .cart_area li .color{ margin-top: -20px;}
.cherbourg.product_btt #section_top .cart_area li .color{ margin-top: -15px;}
.fulton_birdcase.product_btt #section_top .cart_area li .color{ margin-top: -15px;}
.petit_carre.product_btt #section_top .cart_area li .color{ margin-top: -10px;}


.product_btt #section_top .col_right h3{
    margin: -10px 0 20px 0;
    font-family: 'A1明朝', serif !important;
    text-align: left;
    font-size: 25px;
    line-height: 1.72em;
    letter-spacing: .1em;
    white-space: nowrap;
}

.product_btt #section_top .col_right h3 span{
    font-family: 'A1明朝', serif !important;
    font-size: 25px;
    display: inline-block;
    margin: 0 0 0 -.5em;
}

.product_btt #section_top .col_right h3 .small{
    font-family: 'A1明朝', serif !important;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
}

/* --------------------------------------------------
*
    #section_design
*
-------------------------------------------------- */
#section_design{ padding-bottom: 100px;}
#section_design .col_left .pic img{
    width: 100%;
}

#section_design .col_left.center .pic img{
    width: 540px;
    height: auto;
}

#section_design .col_right{
    padding: 0 0 0 30px;
}

#section_design .desc p{
    margin: 0 0 40px 0;
}

#section_design .pic_list img{
    width: 325px;
    height: auto;
}

#section_design .pic_list li{ margin: 0 0 30px 0;}
#section_design .pic_list li:last-child{ margin: 0;}

#section_design .pic_list .caption{
    margin: 5px 0 0 0;
    font-size: 14px;
    display: block;
    letter-spacing: .1em;
}



/*
*
*
    product _btt
*
*
*/
.product_btt #section_design{
    color: #fff;
}

.product_btt #section_design .col_left{
    text-align: center;
}

.product_btt #section_design .col_left img{
    width: 90%;
}

.product_btt #section_design .col_right h4{
    margin: 0 0 20px 0;
    font-family: '見出ゴMB31';
    font-size: 23px;
    line-height: 1.59em;
    letter-spacing: .1em;
    white-space: nowrap;
}

.product_btt #section_design .col_right li{
    margin: 0 0 40px 0;
}

.product_btt #section_design .col_right img{
    width: 380px;
}

.product_btt #section_design .col_right .caption{
    margin: 5px 0 0 0;
    line-height: 1.714em;
}

.product_btt #section_design .col_right .notes{
    margin-top: -30px;
    font-size: 85%;
    padding-left: 1em;
    text-indent: -1em;
}

.product_btt #section_design .switch_design{
    display: none;
}

.product_btt #section_design .switch_design.on{
    display: block;
}

.product_btt #section_design .switch_nav{
    padding: 60px 0 0 0;
}

.product_btt #section_design .switch_nav li{
    width: 140px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 45px;
    text-align: center;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: .1em;
    background-color: #909090;
    color: #fff;
    transition: background .1s ease .0s, color .1s ease .0s;
    cursor: pointer;
}

.is_pc.product_btt #section_design .switch_nav li:hover,
.is_sp.product_btt #section_design .switch_nav li.touch,
.product_btt #section_design .switch_nav li.on{
    background-color: #fff;
    color: #5b5b5b;
    transition: background .15s ease .05s, color .15s ease .05s;
}

/* --------------------------------------------------
*
    #section_material
*
-------------------------------------------------- */
#section_material .col_left{ padding: 0 30px 0 0;}
#section_material .col_right{ padding: 0 0 0 30px;}
#section_material .col_right.single{ padding: 0 0 0 0;}

#section_material .col_left .pic img{
    width: 447px;
    height: auto;
}

#section_material .desc p{
    margin: 0 0 30px 0;
}

#section_material .notes{
    margin: -5px 0 20px 0;
    padding: 25px 0;
    border-top: 2px dotted #000;
    border-bottom: 2px dotted #000;
}

#section_material .notes li{ margin: 0 0 16px 0; text-indent: -1em; padding-left: 1em;}
#section_material .notes li:last-child{ margin: 0;}


/*
*
*
    product _btt
*
*
*/
.product_btt #section_material .col_left .pic{
    margin: 0 0 40px 0;
}

.product_btt #section_material .col_right h4{
    margin: 0 0 20px 0;
    font-family: '見出ゴMB31';
    font-size: 23px;
    line-height: 1.59em;
    letter-spacing: .1em;
    white-space: nowrap;
}

.product_btt #section_material .col_right p:last-child{
    margin: 0;
}

.product_btt #section_material .col_right .caution{
    font-size: 85%;
    padding-left: 1em;
    text-indent: -1em;
}


/* --------------------------------------------------
*
    #section_size
*
-------------------------------------------------- */
#section_size .col_left .desc p{
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .1em;
    white-space: nowrap;
}

#section_size .col_right{
    padding: 0 0 0 60px;
}

#section_size .size_table{
    margin: 0 0 60px 0;
    position: relative;
    letter-spacing: .05em;
}

#section_size .size_table h5{
    font-size: 15px;
}

#section_size .size_table .unit{
    font-size: 12px;
    letter-spacing: 0;
    position: absolute;
    top: 2px;
    right: -1em;
}

#section_size .size_table table{
    margin: 10px 0 0 0;
    width: 100%;
    border-bottom: 2px dotted #fff;
    text-align: center;
}

#section_size .size_table tr{
    border-top: 2px dotted #fff;
}

#section_size .size_table th{
    min-width: 35px;
    padding: 15px 0;
    font-size: 13px;
    border-right: 2px dotted #fff;
    white-space: nowrap;
    vertical-align: middle;
}
#section_size .size_table th:last-child{ border: none;}

#section_size .size_table td{
    min-width: 30px;
    padding: 20px 0;
    font-size: 17px;
    border-right: 2px dotted #fff;
    white-space: nowrap;
    vertical-align: middle;
}
#section_size .size_table td:last-child{ border: none;}

#section_size .img_size{
    margin: 0 0 20px 0;
    text-align: center;
}

#section_size .img_size.bg{
    padding: 20px 0;
    background-color: #b4b4b5;
}

#section_size .img_size img{
    width: 240px;
    height: auto;
}

#section_size .caution{
    margin: 0 0 40px 0;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 1.692em;
}

#section_size .wear_img ul{
    letter-spacing: -.40em;
    font-size: 0;
}

#section_size .wear_img li{
    width: 140px;
    margin: 0 15px 35px 0;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.69em;
}

#section_size .wear_img li.blank{ display: none;}

#section_size .wear_img img{
    width: 140px;
    height: auto;
}



/*
*
*
    product _btt
*
*
*/
.product_btt #section_size{
    padding-bottom: 0;
}

.product_btt #section_size .col_left{
    max-width: 460px;
}

.product_btt #section_size .col_left h4{
    margin: 0 0 20px 0;
    font-family: '見出ゴMB31';
    font-size: 22px;
    line-height: 1.59em;
    letter-spacing: .1em;
}

.product_btt #section_size .col_left p{
    margin: 0 0 25px 0;
}

.product_btt #section_size .col_left p:last-child{
    margin: 0 0 -5px 0;
}

.product_btt #section_size .col_left .size_table{
    position: relative;
}

.product_btt #section_size .col_left .table_inner{
    margin-bottom: 35px;
}

.product_btt #section_size .col_left .table_inner:last-child{
    margin-bottom: 0;
}

.product_btt #section_size .col_left .unit{
    font-size: 12px;
    letter-spacing: 0;
    text-align: right;
    position: absolute;
    top: -25px;
    right: -5px;
}

.product_btt #section_size .col_left .unit:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

.product_btt #section_size .col_left .notes{
    font-size: 12px;
    letter-spacing: 0;
    text-align: right;
    float: left;
    position: relative;
    top: -25px;
}

.product_btt #section_size .col_right .img_size{
    text-align: left;
}

.product_btt #section_size .col_right img{
    width: 360px;
}

/* --------------------------------------------------
*
    #section_notice
*
-------------------------------------------------- */
#section_notice{ padding-bottom: 120px;}
#section_notice .col_left{ padding: 0 30px 0 0;}
#section_notice .col_right{ padding: 0 0 0 30px;}

#section_notice li{
    margin: 0 0 25px 0;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.718em;
    letter-spacing: .1em;
}

.product_btt #section_notice li{
    white-space: nowrap;
}

#section_notice li:last-child{ margin: 0;}


.product_btt #section_notice{ padding-bottom: 80px;}

#section_notice li .img{
    margin: 15px 0;
    padding: 0 1em;
    line-height: 0;
}

#section_notice li img{
    width: 100%;
    max-width: 380px;
}

/* --------------------------------------------------
*
    #section_spec
*
-------------------------------------------------- */
#section_spec{ padding-bottom: 70px;}
#section_spec .col_left{ padding-left: 90px; text-align: left;}
#section_spec .col_right{ padding-left: 120px; text-align: left;}

.product_btt #section_spec .col_left{ padding-left: 0; text-align: left;}
.product_btt #section_spec .col_right{ padding-left: 50px; text-align: left;}

#section_spec p{
    line-height: 2em;
    letter-spacing: .1em;
}

#section_spec{
    text-align: center;
}

#section_spec .col_center{
    float: none;
    display: inline-block;
    text-align: left;
}


/*
*
*
    product _btt
*
*
*/
.product_btt #section_spec dl{
    width: 100%;
    line-height: 2em;
    letter-spacing: .1em;
}

.product_btt #section_spec dt{
    width: 17%;
    clear: both;
    float: left;
}

.product_btt #section_spec dd{
    width: 81%;
    float: left;
}

.product_btt #section_spec dl dt{
    min-width: 5em;
}

.product_btt #section_spec dl dl dt,
.product_btt #section_spec dl dl dd{
    width: 100%;
    float: none;
}

.product_btt #section_spec dl dl dt{
    text-indent: -.5em;
}

} /* ----- min-width : 641px ----- */