@charset "UTF-8";

/*--------------------------------------------------
 contents
--------------------------------------------------*/
section{
	position: relative;
}
h2{
    margin: 0 0 30px;
    text-align: center;
}


/* kv
------------------------------*/
#kv{
	margin: 0 0 100px;
}

#kv .bx-wrapper{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}
#kv .bx-wrapper .bx-prev {
    left: -10px;
    background: url(../images/top/kv_controls.png) 0 0 no-repeat;
    background-size: 59px;
    width: 59px;
    height: 13px;
    z-index: 333;
}
#kv .bx-wrapper .bx-next {
    right: -10px;
    background: url(../images/top/kv_controls.png) 0 -14px no-repeat;
    background-size: 59px;
    width: 59px;
    height: 13px;
    z-index: 333;
}
#kv .bxslider li{
    position: relative;
}
#kv .tx{
    position: absolute;
    bottom: 80px;
    left: 65px;
    padding: 38px 20px;
    background: #fff;
    width: 250px;
    border: 4px solid #000;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
}
#kv h2{
    margin: 0 0 20px;
    font-size: 28px;
}


/* linkArea
------------------------------*/
#linkArea{
    margin: 0 0 100px;
}
#linkArea .attentionBtn{
    width: 500px;
    margin: 0 auto;
    text-align: center;
}
#linkArea .attentionBtn a{
    border: 2px solid #000;
    display: block;
    padding: 20px 0;
    font-size: 18px;
}
.hover #linkArea .attentionBtn a:hover{
    background: #000;
    color: #fff;
}


/* shop
------------------------------*/
#shop{
    margin: 0 0 100px;
}
#shop ul{
    display: table;
}
#shop ul li{
    display: table-cell;
    width: 49%;
}
#shop ul li:first-child{
    padding: 0 2% 0 0;
}


/* ask
------------------------------*/
.askInner{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 50px 0;
}
#ask .askBox{
    display: table;
    margin: 0 0 100px;
}
#ask .askBox .img{
    display: table-cell;
    vertical-align: top;
    width: 495px;
    padding: 0 20px 0 0;
}
#ask .bx-wrapper{
    display: table-cell;
    vertical-align: top;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    padding: 0 40px;
    vertical-align: middle;
}
#ask .bx-wrapper .bx-prev {
    left: -10px;
    background: url(../images/top/kv_controls.png) 0 0 no-repeat;
    background-size: 30px;
    width: 30px;
    height: 8px;
    z-index: 333;
}
#ask .bx-wrapper .bx-next {
    right: -10px;
    background: url(../images/top/kv_controls.png) 0 -8px no-repeat;
    background-size: 30px;
    width: 30px;
    height: 8px;
    z-index: 333;
}
#ask .bx-wrapper .bx-pager{
    padding-top: 0;
    bottom: 20px;
}
#ask .bxslider .question{
    background: url(../images/top/ic_q.png) left 50% no-repeat;
    background-size: 30px;
    padding: 10px 0 10px 40px;
    margin: 0 0 20px;
}
#ask .bxslider .answer{
    background: url(../images/top/ic_a.png) left top no-repeat;
    background-size: 30px;
    padding: 0 0 0 40px;
}

.askBtn{
    width: 360px;
    margin: 0 auto;
    text-align: center;
}
.askBtn a{
    background: #000;
    display: block;
    padding: 12px 0;
    color: #fff;
}

