@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

/* 写真 */
img.picture {
    border: 1px solid #ccc;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
.inner{
    max-width:1150px;
    width:100%;
    margin:0 auto;
    padding:0;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

img{
    max-width:100%;
    vertical-align:middle;
}

/*ポイント表示削除 */

.point_area,
table[summary="使用ポイント"],
table[summary="ポイント確認"],
.point_announce{
    display:none !important;
}

/*--------------------------- header -------------------------------*/
#header_login_area{
    color:#fff;
}

#menu-cb{
    display:none;
}

#header_login_area ul.formlist li.btn {
    width: 100px;
    margin: 0px 5px;
    background: #FFEA00;
}

#header_login_area input.hover_change_image{
    max-width:100px;
    height: auto;
    padding: 2px 5px;
    color: #333;
    background: #FFEA00;
    border: none;
    cursor:pointer;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

#header_login_area ul.formlist li.forgot {
    margin-right: 8px;
}

#header_login_area ul.formlist li.forgot  span.fas.fa-caret-right{
    padding-left:5px;
}

.password .box100 {
    width: 150px;
}

#menu{
    display:none;
}

#header .inner{
    padding:20px 10px;
    margin:15px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

#headertopcolumn{
    z-index:100;
    background:#333;
    position:relative;
}

#logo{
    padding-right:15px;
}

#logo a{
    width:57px;
    height:auto;
}

#logo img{
    width:100%;
    height:auto;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

#logotype a{
    color:#000;
    text-decoration:none;
}

#logotype img{
    max-width:269px;
    width:100%;
    height:auto;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

/*################################# 1060以下 #################################*/  
@media(max-width:1060px){
#header_login_area,
#header_navi ul li:nth-child(2) a:after,
#header_navi .question{
    display:none;
}

#logotype{
    padding-right:20px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

#header .inner{
    position:relative;
}

#header .inner #menu{
    margin-left:auto;
    display:block;
}

#header .inner #menu label{
    width:60px;
    height:60px;
    line-height:60px;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space:nowrap;
}

#header .inner #menu label span{
    font-size:12px;
}

div#header_utility{
    position: fixed;
    bottom: 0;
    left: 0;
    background: #FFF;
    z-index: 10000;
    width: 100%;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

#header_navi ul{
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    background:#FFEA00;
}

}

/*--------------------------- containerr -------------------------------*/
#container {
    margin: 0 auto;
    padding:0;
    background: #fff;
    text-align: left;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

#container .inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:40px 0;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

/*################################# 1060以下 #################################*/  
@media(max-width:1060px){
#container .inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:40px 10px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

}

/*-------------------------list.php-------------------------*/
#main_column.colnum2 div.listrightbloc.listpage{
    float:none;
    width:100%;
}

#main_column.colnum2 div.listrightbloc .listcomment,
#main_column.colnum2 div.listrightbloc .listcomment *{
    font-size:14px;
    line-height:1.3;
}

#navigation .inner{
    max-width: 1150px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

#navigation{
    padding: 0;
    margin: 0;
    background: #333333;
    -webkit-box-shadow:none;
            box-shadow:none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#navigation ul li a {
    padding: 10px 5px 10px 0;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

#navigation ul li a:before{
    content: "\f105";
    padding: 0 5px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight:900;
}
/*################################# 1000以上 #################################*/  
@media(min-width:1000px){
#navigation ul{
    padding:0 5px;
}

}

/*################################# 1060以下 #################################*/  
@media(max-width:1060px){
#container > .inner{
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
}

#navigation ul{
    display:block;
    background: #333;
    position:absolute;
    z-index:1000000;
}

#navigation ul li{
    padding:0;
    margin:0;
    overflow: hidden;
}

#navigation ul li a{
    height:0;
    line-height:60px;
    padding:0 0 0 10px;
    margin:0;
    display:block;
    overflow:hidden;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    font-size:18px;
}

#navigation input#menu-cb:checked ~ ul > li > a{
    height:60px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
} 

}

/*--------------------------- eyecatch -------------------------------*/
#eyecatch{
    padding:20px 0 70px;
}

#eyecatch .inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#eyecatch .inner #eyecatchimage {
    width: calc(100% - 580px - 25px);
    margin-right: 25px;
}

#eyecatch .inner #eyecatchimage #leftimage{
    background:#FFF;
    padding:5% 0;
}

#eyecatch .inner #eyecatchimage #leftimage p{
    width:100%;
    margin:0 auto;
    text-align:center;
    padding:5px 0;
}

#eyecatch .inner #eyecatchimage #leftimage p br{
    display:none;
}


#eyecatch .inner #eyecatchimage #leftimage .etitle{
    text-indent:0.5em;
    font-size:40px;
    color:#000;
}


#eyecatch .inner #eyecatchimage #leftimage .egreen{
    max-width:330px;
    background:#619A2F;
    color:#FFF;
    font-size:12px;
    border-radius:30px;
}


#eyecatch .inner #eyecatchimage #leftimage .eother{
    padding-top:10px;
    color:#000;
    font-size:12px;
}

@media(max-width:440px){
#eyecatch .inner #eyecatchimage #leftimage .etitle{
    font-size:36px;
}

#eyecatch .inner #eyecatchimage #leftimage .egreen{
    max-width:100%;
    border-radius:0;
}
}


/*################################# 999以下 #################################*/  
@media(max-width:999px){
#eyecatch .inner{
    display:block;
}

#eyecatch .inner #eyecatchimage{
    max-width:500px;
    width:100%;
    margin:0 auto;
}

#eyecatch .inner #eyecatchyoutube{
    text-align:center;
}

#eyecatch .inner #eyecatchyoutube  iframe{
    width: 247px;
    height: calc(100% * 0.75);
    padding-top: 10px;
}

}

/*################################# 519以下 #################################*/  
@media(max-width:519px){
#eyecatch .inner #eyecatchimage > img{
    width: calc(100% - 20px);
    height:auto;
    padding-bottom: 10px;
    margin:0 auto;
    display:block;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

}

/*--------------------------- recommend -------------------------------*/
#recommend{
    padding: 20px;
    margin-bottom: 20px;
    background: #FCFBEF;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

#recommend h2 {
    padding: 10px 0 15px;
    border-bottom: 3px solid #333;
    margin-bottom: 20px;
}

#recommend h2 span {
    padding-left: 20px;
    font-size: 80%;
}

#recommend #march{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#recommend #march > div {
    background:#FFF;
    position: relative;
    padding-bottom: 70px;
}

#recommend .marchleft,
#recommend .marchright{
    width:calc(50% - 10px);
    display: block;
    padding-top: 30px;
    border:1px solid #ccc;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

#recommend .marchleft{
    background: url(/html/user_data/packages/default/img/top/recommendheadline1.png) top 0 left 15px repeat-x;
}

#recommend .marchright{
    background: url(/html/user_data/packages/default/img/top/recommendheadline2.png) top 0 left 15px repeat-x;
}

#recommend #march h3{
    padding:5px 0;
    text-align:center;
}

#recommend .marchleft .mtop h3{
    color:#FF5A00;
}

#recommend .marchright .mtop h3{
    color:#619A2F;
}

#recommend .mtop .mborder{
    min-height: 180px;
    padding: 10px 20px 20px;
    margin: 10px 20px;
    border-radius: 10px;
}

#recommend .marchleft .mborder{
    background: #FFF6EA;
}

#recommend .marchright .mborder{
    background: #F5FCEF;
}

#recommend #march .mborder .mtext1{
    height: 100px;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing:border-box;
}

#recommend #march .mborder .mtext2{
    padding: 20px 0;
    font-size:14px;
}

#march .mtop .mfooter{
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
}

#march .mtop .mfooter img{
    max-width:320px;
    width: 80%;
    height: auto;
}

.fa-shopping-cart:before {
    content: "\f07a";
}

fa-download:before {
    content: "\f019";
}

#main_image,
#recommend_area h2 img,
#news_area h2 > img,
#news_area span.rss img,
#category_area h2 img,
#search_area h2 img{
    display:none;
}

#recommend_area .block_body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#recommend_area .block_body h3 a{
    color:#619A2F;
    text-decoration:underline;
}
#recommend_area .block_body h3:before{
    content: "\f001";
    padding-right: 15px;
    color:#619A2F;
    display: inline-block;
        font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight:900;
    font-family: "Font Awesome 5 Free"; 
}

#main_column .block_body.newsinfomation{
    border:none;
}

#recommend_area p.sale_price{
    width: 100%;
}

#recommend_area p.sale_price:before {
    content: "\f157";
    padding-right: 5px;
    font-size: 20px;
    font-weight: bold;
    display: inline;
    font-weight:900;
    font-family: "Font Awesome 5 Free"; 
}

#news_area .news_contents{
    padding: 10px;
    max-height: 260px;
    height: auto !important; 
    height: 260px; 
    overflow: auto;
    overflow-y: scroll;
}

#main_column #recommend_area .product_item{
    float:none;
    width:32.3%;
    padding-left:0;
    padding-bottom:10px;
}

#main_column #recommend_area .product_item .audiobutton{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#main_column.colnum2 #recommend_area .block_body .productContents{
    width:auto;
}

#main_column #recommend_area .product_item .audio,
#main_column #recommend_area .product_item .audiocart{
    background: #F5F5F5;
    width: 45%;
    padding: 5px 0 5px 10px;
}

#main_column #recommend_area .product_item .audiocart a{
    color: #999;
}

#main_column #recommend_area .product_item .audio span{
    margin-right:5px;
}

#main_column #recommend_area .product_item .audiocart span{
    font-size:14px;
}

#main_column #recommend_area .product_item .audio .play,
#main_column #recommend_area .product_item .audio .stop{
    background: #999;
    border-radius: 3px;
    color: #FFF;
    width: 25px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding-left: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#main_column.colnum2 #recommend_area .block_body .productContents,
#main_column.colnum2 #whobought_area .productContents{
    padding:10px;
    border:1px solid #999;
}

#news_area h2 span.fas.fa-rss-square {
    padding: 5px 10px;
    color: #FFF;
    background: #619A2F;
    border-radius: 5px;
    display: block;
}

#container #bottomcolumn{
    background:#333;
}

/*################################# 999以下 #################################*/  
@media(max-width:999px){
#main_column .block_outer .block_body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#main_column #recommend_area .product_item,
#whobought_area .product_item{
    float:none;
    width:auto;
    padding:0 0 10px;
    margin:0;
}

#recommend_area p.sale_price{
    width:255px;
}

#main_column.colnum2 div#detailphotobloc,
#main_column.colnum2 #detailrightbloc{
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#main_column.colnum2 #detailrightbloc .sale_price{
     text-align:center;
     padding-bottom:15px;
}

#main_column.colnum2 .status_icon li p.icon{
     margin:0 auto;
}

}

/*################################# 874以下 #################################*/  
@media(max-width:874px){
#main_column #recommend_area .product_item,
#whobought_area .product_item{
    margin-left:calc((100vw - 100%));
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

}

/*################################# 669以下 #################################*/  
@media(max-width:669px){
#main_column #recommend_area .product_item,
#whobought_area .product_item{
    margin:0 auto;
}

#recommend #march{
    width:100%;
    margin:0 auto;
    display:block;
}

#recommend #march > div{
    width:100%;
    margin:0 auto;
}

#recommend #march .marchleft{
    margin-bottom:10px;
}

#recommend h2{
    text-align:center;
}

#recommend h2 span{
    display:block;
}

}

/*--------------------------- footerflex -------------------------------*/
.footerflex{
    max-width: 1150px;
    width: 100%;
    padding:20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


/*商品検索
-------------------------------------------------------------------*/
#search_form .formlist select.box145{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
#search_form .formlist select.box145::-ms-expand {
    display: none;
}

#search_form .formlist{
    position:relative;
}

#search_form .formlist span.fas.fa-chevron-down {
    position: absolute;
    bottom: 10px;
    right: 25px;
    font-size:8px;
}

/*################################# 1060以下 #################################*/  
@media(max-width:1060px){
#search_form .formlist span.fas.fa-chevron-down {
    right: calc(100% - 265px);
}

}

/*################################# 400以下 #################################*/  
@media(max-width:400px){
#search_form .formlist span.fas.fa-chevron-down {
    right: calc(100% - 245px);
}

}

/*【ヘッダー】ログイン
-----------------------------------------------------------------------*/
#header_login_area .logout{
    display: inline-block;
}


/*--------------------------- .carttwo -------------------------------*/
.btn_area ul.carttwo,
.btn_area > ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/*################################# 1000以上 #################################*/  
@media(min-width:1000px){
.footerflex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footerflex .footerleft,
.footerflex .footerright{
    width:calc(50% - 12.5px);
}

.footerflex .footerright .whitebox div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:10px;
    margin: 0 0 10px;
    border: 1px solid #ccc;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footerflex .whitebox {
    padding: 15px 15px 0;
}

.footerflex .whitebox div figure {
    width: 140px;
    text-align: center;
    margin: 0;
}

.footerflex .whitebox div p{
    width: calc(100% - 160px);
    line-height: 1.3;
}

}

/*################################# 1149以下 #################################*/  
@media(max-width:1149px){
#main_column #recommend_area .product_item .audiobutton{
    display:block;
}

#main_column #recommend_area .product_item .audio,
#main_column #recommend_area .product_item .audiocart{
    width: 55%;
    margin: 0 auto 10px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

}

/*################################# 999以下 #################################*/  
@media(max-width:999px){
.footerflex{
    display:block;
}

.footerflex > div{
    max-width:537px;
    width:100%;
    margin: 0 auto 10px;
}

#main_column.colnum2 #recommend_area .block_body .productContents,
#main_column.colnum2 #whobought_area .productContents{
    float: none;
    width:auto; 
}

#main_column #recommend_area .product_item .audiobutton{
    display:block;
}

.footerflex .footerright .whitebox div {
    padding: 10px;
    margin: 0 0 10px;
    border: 1px solid #ccc;
}

.footerflex .whitebox{
    padding:15px;
}

.footerflex .whitebox div figure{
    text-align: center;
}

.footerflex .whitebox div p{
    width:100%;
    line-height: 1.3;
    padding-top:5px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

.footerflex .whitebox div p span{
    text-align:center;
}

}

.footerleft h3,
.footerright h3{
    color:#FFF;
}

.footerleft h3 span,
.footerright h3 span{
    padding-right:5px;
}

.footerflex .whitebox {
    min-height: 360px;
    color: #333;
    background: #FFF;
    font-size: 1.4rem;
}

.footerflex .whitebox *{
    color:#333;
}

.footerflex .whitebox .paygroup{
    margin-bottom:15px;
}

.footerflex .whitebox .paygroup a{
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}

.footerflex .whitebox .paygroup span{
    color:#619A2F;
    font-size: 14px;
}

.footerflex .whitebox h4{
    line-height: 1.0;
    padding: 0 0 10px;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

.footerflex .whitebox h4:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #619A2F;
    margin-right: 0.5em;
}

.footerflex .whitebox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.footerflex .whitebox ul li{
    margin-right:2px;
    margin-bottom:2px;
}

.footerflex .whitebox div p span{
    display: block;
    font-size: 14px;
    word-break: break-all;
}

/*--------------------------- freeArea -------------------------------*/
#freeArea .button li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border: 1px solid #E6E6E6;
}

#freeArea .button li:after{
    content: "\f0da";
    line-height: 66px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
    margin: 0;
    padding: 0 15px 0 0;
    color:#999;
    cursor: pointer;
    display: inline-block;
}

#freeArea .button li a{
    width: 100%;
    padding: 20px;
    margin: 0;
    color: #000;
    text-decoration: none;
    display: block;
}

#freeArea .free{
    padding:15px  0;
    margin: 0;
    color: #000;
}

#freeArea .free li a{
    color:#000;
    text-decoration:underline;
}

#freeArea .free li:before{
    content:"・";
    line-height:1.0;
    margin: 0;
    padding: 0;
    color: #000;
    font-size:25px;
    vertical-align: middle;
    display: inline-block;
}

#freeArea ul.sidebana li{
    border:1px solid #CCC;
}

#container div#search_area .block_body .btn {
    border: none;
    margin: 0 auto;
    display: block;
}

#container div#search_area input.hover_change_image {
    padding: 10px 50px;
    margin: 0 auto;
    color: #FFF;
    background: #619A2F;
    font-weight: normal;
    cursor:pointer;
    border: none;
}

.quantity {
    display: none;
}

#detailrightbloc .cart_area {
    max-width: 530px;
    margin: 0 auto;
    padding: 20px;
    background-color: #FCFBEF;
    border: 3px solid #FFEA00;
}

#cartbtn_default a > img{
    display:none;
}

#cartbtn_default a span{
    max-width: 300px;
    width: 100%;
    height: auto;
    padding: 15px 0;
    margin: 0 auto 30px;
    color: #000;
    background: #FFEA00;
    border-radius: 5px;
    font-weight: bold;
}

#cartbtn_default a span.fa-cart-plus:before{
    padding-right: 10px;
    font-size:30px;
}

#cartbtn_default a span:hover{
    border:1ps solid #fff;
}

#detailrightbloc div#cartbtn_default p a{
    color:#619A2F;
}

#detailrightbloc ul li,
#detailrightbloc ul.status_icon li{
    margin:0;
    float:none;
}

.status_icon > li > img{
    display:none;
}

.status_icon li p.icon{
    width: 40px;
    padding: 0 5px;
    color: #FFF;
    background: #F00;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}

#detailrightbloc h2{
    background:none;
}

#detailrightbloc .normal_price,
#detailrightbloc .sale_price,
#detailrightbloc .point{
    text-align:right;
}

div.listrightbloc .cart_area{
    border:none;
    background:none;
    border-bottom: 1px solid #333;
}

#container #freedownload p span a{
    color:red;
}

#undercolumn #undercolumn_cart .form_area #form1 .btn_area ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

table th,
table td{
    word-break: keep-all
}

/*################################# 999以下 #################################*/  
@media(max-width:999px){
table strong{
    word-break:break-all;
}

table tr a{
    word-break: break-all;
}

.tbox{
    width: calc(100% - 10px);
}

table.tbox th,
table.tbox td{
    width:calc(100% - 16px);
    display:block;
    padding: 8px;
    word-break: normal;
}

table.contactta .box120{
    width:100px;
}

}

table.delivname{
    max-width:920px;

}

table.delivname tr{
    margin-bottom:10px;
}

table.delivname td{
    word-break: break-all;
}

@media(max-width:680px){


table.delivname tr,
table.delivname td,
table.delivname th{
    display:block;
    width:100% !important;
    padding: 8px 0;
}

table.delivname{
    border:none;
}

table.delivname td,
table.delivname th{
     border:1px solid #ccc;
}

table.delivname input.box300{
    width:100%;
    max-width:200px;
}

}

/*特定商取引に関する法律に基づく表記
-----------------------------------------------------------*/
/*################################# 999以下 #################################*/  
@media(max-width:999px){
.lowbox strong{
    word-break:break-all;
}

.lowbox tr a{
    word-break: break-all;
}

.lowbox{
    width: calc(100% - 10px);
}

.lowbox th,
.lowbox td{
    width:calc(100% - 16px);
    padding: 8px;
    word-break: break-all;
}

}

/*################################# 639以下 #################################*/  
@media(max-width:639px){
.lowbox th,
.lowbox td{
    display:block;
}

}

/*現在のかごの中
-----------------------------------------------------------*/
/*################################# 600以下 #################################*/  
@media(max-width:600px){

.tcartbox{
    width: calc(100% - 10px);
    border-left: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.tcartbox tbody{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.tcartbox th,
.tcartbox td{
    text-align:center;
    width: calc(100% - 16px);
    display:block;
}

.tcartbox tr {
    border-top: 1px solid #ccc;
    margin-bottom:10px;
}

.tcartbox tr:first-child,
.tcartbox tr:nth-child(2){
    border-top:none;
}

.tcartbox td:nth-child(3){
    height: 48px;
}

.tcartbox tr:nth-child(2){
    border-top: 1px solid #ccc;
}

table.tcartbox th
,table.tcartbox td{
    border-left: 1px solid #ccc;
}

table.tcartbox{
    display:block;
}

.tcartbox tr:first-child{
    width:100%;
    display:block;
    margin-bottom:10px;
}

.tcartbox tr:nth-child(2){
    width:100%;
    display:block;
}

.tcartbox tr{
    width:100%;
    display:block;
}

}

/*################################# 499以下 #################################*/  
@media(max-width:499px){
.tcartbox{
    border-left:none;
}

.tcartbox tbody{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.tcartbox tr{
    width:100%;
}

.tcartbox th,
.tcartbox td{
    text-align:center;
    width: calc(100% - 16px);
    display:block;
}

.tcartbox td:nth-child(3){
    height: 48px;
}

table.tcartbox th.alignC{
    display:block;
}

.tcartbox tr:first-child{
    width:100%;
    display:block;
    margin-bottom: 10px;
}

.tcartbox tr:nth-child(2){
    width:100%;
    margin-bottom:10px;
    display:block;
}

.tcartbox tr:nth-child(5) > td{
    border-left: 1px solid #ccc;
}

}

/*ご入力内容のご確認
-----------------------------------------------------------*/
/*################################# 499以下 #################################*/  
@media(max-width:499px){
.ccart{
    border-top:none;
    border-left:none;
}

.ccart th,
.ccart td{
    text-align:center;
    width: calc(100% - 16px);
    display:block;
}

.ccart tr:first-child{

}

.ccart tr{
    width:100%;
    display:block;
     border-top:1px solid #ccc;   
     border-left:1px solid #ccc; 
     margin-bottom:10px;
}

.ccart th.{
    display:block;
}

.ccart tr:nth-child(2){

}

.ccart tr:nth-child(3){
    border-top:1px solid #ccc;
}

}

/* よくある質問
----------------------------------------------- */
#question #mycontents_area > div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 150%;
    letter-spacing: 0.1em;
    font-size:72.5%;
}

#question #mycontents_area h3{
    color:#000;
}

#question #mycontents_area p{
    margin-left:10px;
    font-size:72.5%;
}

#question #mycontents_area p img{
    margin-right:10px;
    margin-bottom: 5px;
}

#question p span.questionqa {
    vertical-align: bottom;
}

/*商品一覧
----------------------------------------------- */
/*################################# 1060以下 #################################*/  
/*@media(max-width:1060px){*/
div.listrightbloc .cartin{
    float:none;
    position:relative;
}

div.listrightbloc .cartin_btn{
    position: absolute; 
    top: -60px; 
    left: 155px; 
}
/*
}
*/
/*商品詳細
----------------------------------------------- */
#undercolumn form #detailarea.clearfix{
    display:inline-block;
}

#detailphotobloc .minipbig,
#detailphotobloc .mini.pbig a{
    display:none;
}

.relative_cat dd a{
    color:#407511;
    text-decoration:underline;
}

body #container .login_area dl.formlist{
    max-width: 450px;
    width: 100%;
}

/*################################# 539以下 #################################*/  
@media(max-width:539px){
body #container .login_area .inputbox{
    padding: 15px 0 10px 20px;
}

body #container .login_area .inputbox label{
    word-break: normal !important;
}

}

/*MYページ
----------------------------------------------- */
div#mynavi_area .mynavi_list li{
    float:none;
    display: inline-block;
}

/*################################# 659以下 #################################*/  
@media(max-width:659px){
table.mytable{
    border-top:none;
    border-left:none;
}


table.mytable tr{
    margin: 10px auto;
    display: block;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table.mytable tr:nth-child(1){
    margin:10px 0 0 auto;
    border-left: 1px solid #ccc;
}

table.mytable th,
table.mytable td{
    text-align:center;
    display:block;
}

}

/*MYページ/ログイン
----------------------------------------------- */
/*################################# 1000以上 #################################*/  
@media(min-width:1000px){
body #container .login_area dl.formlist dt{
    padding-left: 15px;
    background-position: top 7px left 0;
}

}

/*################################# 999以下 #################################*/  
@media(max-width:999px){
body #container .login_area dl.formlist dd{
    float:none;
    max-width: 300px;
    width: 100%;
}

body #container .login_area dl.formlist dt{
    width:auto;
}

body #container .login_area .inputbox p.login_memory{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

body #container .login_area .inputbox label{
    word-break: keep-all;
}

}

/*MYページ/購入履歴詳細
----------------------------------------------- */
.mycondition_area.clearfix.history p{
    float:none !important;
}

#windowcolumn{
    border-top:none;
}

/*################################# 815以下 #################################*/  
@media(max-width:815px){
table.syousai{
    display:block;
}

}

/*################################# 600以下 #################################*/  
@media(max-width:600px){
table.syousai tr:nth-child(n+1) > td{
    padding: 8px 0 8px 4px;
}

table.syousai tr:nth-child(n+1) > td:nth-child(3) {
    word-break: break-all;
}

}

/*################################# 500以下 #################################*/  
@media(max-width:500px){
#mycontents_area table.syousai{
    border-left:none;
}

#mycontents_area table.syousai tbody{
    display: flex;
    flex-wrap: wrap;
}


#mycontents_area table.syousai tr{
    width: 100%;
    display: block;
    margin-bottom:10px;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}

#mycontents_area table.syousai tr:first-child{
    border-top:none;
}

#mycontents_area table.syousai th,
#mycontents_area table.syousai td{
    display:block;
}    

#mycontents_area table.syousai tr:nth-child(2){
    width: 70%;
    flex: auto;
}

#mycontents_area table.syousai tr:nth-child(2) > td{
    display: flex;
    flex-wrap: wrap;
    width:auto;
}

table.syousai tr:nth-child(n+1) > td{
    padding: 8px;
}

}


/*エラーメッセージ
----------------------------------------------- */
#undercolumn_error{
    margin-left:30px;
}

/*プライバシーポリシー
----------------------------------------------- */
/*################################# 599以下 #################################*/  
@media(max-width:599px){
#undercolumn #undercolumn_entry span.privacyfooter{
    text-align:center;
    display:block;
}

#undercolumn #undercolumn_entry .privacybr{
    display:none;
}

}

/*現在のカゴの中
----------------------------------------------- */
#quantity_level{
    display:none;
}

/*お気に入り登録
----------------------------------------------- */
.favorite_btn{
    display:none;
}

/*MYページ
----------------------------------------------- */
#mynavi_area ul.mynavi_list li:nth-child(2),
#mynavi_area ul.mynavi_list li:nth-child(4){
    display:none;
}

/*MYページ詳細
----------------------------------------------- */
/*################################# 999以下 #################################*/  
@media(max-width:999px){
body #container div.mycondition_area.history{
    padding: 10px 0 10px 10px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.carthistory tr:first-child{
border-top: 1px solid #ccc;
}

.carthistory tr:nth-child(2){
    border-top: 1px solid #ccc;
}

.carthistory tr{
    width:100%;
    display:inline-block;
}

.carthistory th,
.carthistory td{
    text-align:center;
    width: calc(100% - 16px);
    display:block;
}

.carthistory tr:nth-child(2) > td:nth-child(2) > a,
.carthistory tr:nth-child(2) > td:nth-child(3) > a{
    word-break: break-all;
    display: inline-block;
}

.carthistory th.{
    display:block;
}

}

/*メール配信履歴一覧
----------------------------------------------- */
.carthistory.mail tr:nth-child(2) > td:nth-child(3) a{
    word-break: break-all;
    display:inline-block;
}

/*################################# 999以下 #################################*/  
@media(max-width:999px){
table.carthistory.mail{
    border-top:none;
    display:inline-block;
}

table.carthistory.mail tbody{
    display:flex;
}

.carthistory.mail tr:first-child{
    width:auto;
    border-top: 1px solid #ccc;
}

.carthistory.mail tr > th:nth-child(3){
    height:90px;
    line-height:90px;
}

.carthistory.mail tr:nth-child(2) > td:nth-child(3){
    height:90px;
}

}

/*################################# 489以下 #################################*/  
@media(max-width:489px){/*
.carthistory.mail tr:first-child > th:nth-child(3){
    height:70px;
}

.carthistory.mail tr:nth-child(2) > td:nth-child(3){
    height:70px;
}
*/
}

/*お問い合わせ
----------------------------------------------- */
.zipimg img {
    cursor:pointer;
}


/*商品購入/お届け先の指定
----------------------------------------------- */
#undercolumn_shopping #address_area .add_multiple{
    width:auto;
}

/* ==============================================
 カラム指定
=============================================== */

/* メイン部
----------------------------------------------- */
#main_column {
    padding: 10px 0 0;
}

/* 1カラム時 */
#main_column.colnum1 {
    margin: 0 auto;
    width: 80%;
}

/* 2カラム時 (共通) */
#main_column.colnum2 {
    width: 78%;
}

/* 2カラム時 (メイン部が左) */
#main_column.colnum2.left {
    padding-left: 1.5%;
    float: left;
}

/* 2カラム時 (メイン部が右) */
#main_column.colnum2.right {
    width:calc(100% - 285px);
    padding-right: 1.5%;
    float: right;
}

/* 3カラム時 */
#main_column.colnum3 {
    padding-left: 0.5%;
    width: 59%;
    float: left;
}


/*################################# 1060以下 #################################*/  
@media(max-width:1060px){
#main_column.colnum2.right{
    width: 100%;
    float: none;
    padding: 0;
    margin:0 auto;
}

}

/* サイドカラム
----------------------------------------------- */
.side_column {
    padding: 10px 0 0;
}
#leftcolumn {
    width: 270px;
    padding-left:5px;
    padding-right: 25px;
}

#category_area li a{
    width:100%;
    display:block;
    white-space:nowrap;
}

#category_area li.level1 a:before{
    content:"›";
    padding:0 5px 0 0;
    color:#6FA341;
    display:inline-block;
}

#rightcolumn {
    float: right;
    width: 20%;
}

/*################################# 1060以下 #################################*/  
@media(max-width:1060px){
#leftcolumn{
    max-width:380px;
    width:100%;
    margin:0 auto;
    padding:10px 0 0;
}

}

/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0px;
    background: #fff;
    text-align: left;
    clear: both;
}

 #bottomcolumn{
    background:#333;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
}

#customervoice_area,
div#customervoice_area .review_bloc{
    padding:0;
    margin:0;
    display:none;
}

/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
    display:none;
}
.clearfix {
    display:block; /* for IE8 */
}
.clear {
    clear: both;
}

/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #39c;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
    color: #f60000;
    text-decoration: underline;
}

/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    color: #f00;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention,
.total span.price{
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}

/*################################# 999以下 #################################*/  
@media(max-width:999px){
table .mini{
    display: inline-block;
    word-break: break-word;
    width: 100%;
}

table .mini span{
    display:block;
}

}

/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}

/* フォーム
----------------------------------------------- */
select {
    border: solid 1px #ccc;
}
input[type='text'],
input[type='password'] {
    border: solid 1px #ccc;
    padding: 2px 2px 2px 10px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 200px;
    height: 30px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
}
.box145 {
    width: 200px;
    height: 30px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}

/*################################# 999以下 #################################*/  
@media(max-width:999px){
table .box380{
    max-width:380px;
    width:100%;
}

input[type='text'], input[type='password']{
    padding:0;
}

}

/* フォームが縦に重なり合う場合に併用する余白 */
.top { /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 5px;
}

/* タイトル
----------------------------------------------- */
body #container h2.title {
    padding: 15px 20px;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 170%;
    text-shadow: 1px 1px 1px #000;
    background-size: cover;
    z-index: 1;
    position: relative;
    background: url(../img/top/fotolia.png) repeat-x top left;

}

body #container h2.title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: -1;
}

body #containerh2.title span{
    color:#FFF;
}

.tlist h1,
h1.tlist{
    padding: 15px 20px;
    margin-bottom: 10px;
    color:#333;
    background:#F5F5F5;
    border-left:5px solid #333333;
}

.tlist h2,
h2.tlist{
    padding: 10px 0;
    margin-bottom: 10px;
    color:#619A2F;
    border-bottom:4px solid #CCC;
}

.tlist h2:before,
h2.tlist :before{
    content: "\f569";
    padding-right: 10px;
    color: #619A2F;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 25px;
}

.tlist h3,
h3.tlist{
    padding: 0;
    margin-bottom: 10px;
    color: #FFF;
    background: #999999;
    border-radius: 5px;
}

.tlist h3:before,
h3.tlist :before{
    content: "●";
    padding: 10px 5px;
    font-size: 20px;
    display: inline-block;
}

.tlist h4,
h4.tlist {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    color: #f60;
    background: url("../img/background/line_01.gif") repeat-x left bottom;
    font-size: 120%;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}

div#undercolumn_login .inputbox .formlist{
    display:flex;
}

div#undercolumn_login .inputbox .formlist dt,
div#undercolumn_login .inputbox .formlist dd{
    width:30%;
    white-space:nowrap;
    background-position:top 7px left 0;
}


/*################################# 999以下 #################################*/  
@media(max-width:999px){
div#undercolumn_login .inputbox .formlist{
    display:block;
}

div#undercolumn_login .inputbox .formlist dt,
div#undercolumn_login .inputbox .formlist dd{
    width: 100%;
    white-space: normal;
    display: block;
    float: none;
}

}

/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    min-height: 82px;
    background:#FFF;
}
#header {
    padding:0;
    margin:-15px 0 15px;
    box-sizing:border-box;
    box-shadow: 0 0 0 1px #ddd, 0 0 0 3px #FFF, 0 0 0 4px #ddd, 0 0 0 6px #FFF, 0 0 0 7px #ddd, 0 0 0 9px #FFF, 0 0 0 10px #ddd, 0 0 0 12px #FFF, 0 0 0 13px #ddd, 0 0 0 15px #FFF inset;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

/* ロゴ
----------------------------------------------- */
#logo_area {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#site_description {
    padding-bottom:5px;
    font-size: 70%;
    letter-spacing:0;
    white-space:nowrap;
}

/*################################# 450以下 #################################*/  
@media(max-width:450px){
#site_description span{
    display:none;
}

}

/* ヘッダーナビ
----------------------------------------------- */
div#header_navi ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
div#header_navi ul li {
    display: block;
    margin-right:5px;
    margin-bottom:5px;
}
div#header_navi ul li a{
    display:block;
    font-size:14px;
    color:#333;
    white-space:nowrap;
     padding:4px 10px 3px;
}


div#header_navi ul li.mypage a,
div#header_navi ul li.entry a{
      background:#FFEA00;
     border-radius:10px;
    font-weight:bold;
}

div#header_navi ul li.mypage a .fas,
div#header_navi ul li.entry a .fas{
     color:#619A2F;
}


/*
div#header_navi ul li a:after{
    content:"|";
    padding:0 1em;
    display:inline-block;
}

div#header_navi ul li:last-child a:after{
    display:none;
}
*/


div#header_navi ul li a:hover{
    color:#619A2F;
    color:#FF0000;
}

div#header_navi ul li.mypage .fa-music:before,
div#header_navi ul li.entry span.fa-user:before,
div#header_navi ul li span.fa-question-circle:before{
    margin-right:5px;
}

/*################################# 999以下 #################################*/  
@media(max-width:999px){
div#header_navi ul li a:after{
    display:none;
}

}

/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    width:100%;
    padding-top:20px;
    margin: 0 auto;
    box-sizing:border-box;
    color:#FFF;
    background:#333333;
}

#footer {
    margin:0 auto;
    padding-top: 10px;
    max-width:1150px;
    width:100%;
}

#footerbottomcolumn{
    padding: 30px 0 10px;
    background:#333333;
}

#copyright {

    width:100%;
}

#copyright img{
    margin: 0 auto;
    display: block;
}

#copyright small{
    padding:0px 0 30px;
    font-size: 80%;
    display: block;
    text-align:center;
}

/*################################# 999以下 #################################*/  
@media(max-width:999px){
#footer{
    padding-bottom: 50px;
}

}

/* ==============================================
 パーツ
=============================================== */

/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}

/*お支払方法
----------------------------------------------- */
#paytitle .titlepay {
    display: none;
}

/*ご入力内容のご確認
----------------------------------------------- */
#sinput{
    display:none;
}

.alignR #atotal{
    color:#f00;
}

/*－－－－－－－－－－－－－－－*/


/************************************************
カスタムメニュー　横並び
************************************************ */
ul.ulNav {
padding:0;
border-top:solid 1px #ccc; /* メニューの上線 */
border-right:solid 1px #ccc; /* メニューの右線 */
border-bottom:solid 1px #ccc; /* メニューの下線 */
border-left:solid 1px #ccc; /* メニューの左線 */

}

/* メニューの表示スタイル */
ul.ulNav li { 
display: inline; /* 横に並べる */
border-right:solid 1px #ccc; /* 区切り線 */
line-height:40px; /* 文字の縦位置（メニューの縦幅と同じにする） */
-webkit-box-sizing:border-box;
        box-sizing:border-box;
width:158px; /* メニューの横幅 */
height:40px; /* メニューの縦幅 */
position:relative;
float:left;
text-align:center;
background: #ffffff; /* メニューの背景 以下グラデーションの設定*/ /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */ /* IE10+ */
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(50%, #f3f3f3),color-stop(51%, #ededed),to(#ffffff));
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

ul.ulNav li:last-child {
border-right:none;/* 右端のメニューのボーダーを非表示 */
}

ul.ulNav li a{
display:block;
color:#666; /* メニューの文字色 */
}


ul.ulNav li a:hover{
color:#39F; /* マウスオーバー時のメニューの文字色 */
background: #efefef; /* マウスオーバー時のメニューの背景色 */
text-decoration:none;
}

ul.ulNav ul.second {
position: absolute;
top: 40px;/*親メニューの高さと同じにする*/
width: 200px;
white-space:nowrap;
z-index: 100;
}
ul.ulNav ul.second li {
visibility: hidden;
overflow: hidden;
width: 200px;/*サブメニューの幅*/
height: 0;
border-bottom:solid 1px #ccc;
background:#f5f5f5;/*サブメニューの背景色*/
font-size: 0.8em;
padding:0 10px;
}
ul.ulNav ul.second li:hover, ul.ulNav ul.second li a:hover {
background:#dfdfdf;/*ホバー時のサブメニューの背景色*/
}
ul.ulNav li:hover ul.second li, ul.ulNav li a:hover ul.second li{
visibility: visible;
overflow: hidden;
height:40px;/*サブメニューの高さ*/
z-index: 10;
}
/*アニメーションの速度*/
ul.ulNav * {
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}

/*audio
-----------------------------------------------------------*/

div.jp-audio,
div.jp-video {
    /* Edit the font-size to counteract inherited font sizing.
     * Eg. 1.25em = 1 / 0.8em
     */
    font-size:1em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
    font-family:Verdana, Arial, sans-serif;
    line-height:1.6;
    color: #666;
    border:1px solid #009be3;
    background-color:#eee;
    position:relative;
}
div.jp-audio {
    max-width:480px;
    width:100%;
    margin-left: auto;
}
/*################################# 999以下 #################################*/  
@media(max-width:999px){
div.jp-audio {
    margin:auto;
}

body div.jp-audio a.jp-volume-max {/**/
    margin-left: -170px;
    display:block !important;
}

body div.jp-audio ul.jp-controls{
    padding:0 0 20px 5px;
}

body div.jp-volume-bar{
    width: 45px;
}

}

div.jp-video-270p {
    width:480px;
}
div.jp-video-360p {
    width:640px;
}
div.jp-video-full {
    /* Rules for IE6 (full-screen) */
    width:480px;
    height:270px;
    /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
    position:static !important; position:relative
}

div.jp-video-full div.jp-jplayer {
    top: 0;
    left: 0;
    position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
    overflow: hidden;
    z-index:1000;
}

div.jp-video-full div.jp-gui {
    position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index:1000;
}

div.jp-video-full div.jp-interface {
    position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
    bottom: 0;
    left: 0;
    z-index:1000;
}

div.jp-interface {
    position: relative;
    background-color:#eee;
    width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
    height:80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
    height:80px;
}

div.jp-video div.jp-interface {
    border-top:1px solid #009be3;
}

/* @group CONTROLS
-----------------------------------------------------------*/

div.jp-controls-holder {
    clear: both;
    width:440px;
    margin:0 auto;
    position: relative;
    overflow:hidden;
    top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
    list-style-type:none;
    margin:0;
    padding: 0;
    overflow:hidden;
}

div.jp-audio ul.jp-controls {
    max-width:380px;
    width:100%;
    padding:20px 20px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

div.jp-video div.jp-type-single ul.jp-controls {
    width: 78px;
    margin-left: 200px;
}

div.jp-video div.jp-type-playlist ul.jp-controls {
    width: 134px;
    margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
/*  display:inline;
    float: left;*/
}

div.jp-interface ul.jp-controls a {
    display:block;
    overflow:hidden;
    text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
    width:40px;
    height:40px;
}

a.jp-play {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") -41px 0 no-repeat;
    display: none;
}
a.jp-pause {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") 0 -42px no-repeat;
    display: none;
}
a.jp-pause:hover {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") -41px -42px no-repeat;
}

a.jp-stop, a.jp-previous, a.jp-next {
    width:28px;
    height:28px;
    margin-top:6px;
}

a.jp-stop {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") 0 -83px no-repeat;
    margin-left:10px;
}

a.jp-stop:hover {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}

a.jp-previous {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") 0 -112px no-repeat;
}
a.jp-previous:hover {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}

a.jp-next {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") 0 -141px no-repeat;
}
a.jp-next:hover {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
    overflow:hidden;
    background-color: #ddd;
}
div.jp-audio div.jp-progress {
    position: absolute;
    top:32px;
    height:15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
    left:110px;
    max-width:186px;
         width:100%;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
    left:166px;
    width:130px;
}
div.jp-video div.jp-progress {
    top:0px;
    left:0px;
    width:100%;
    height:10px;
}
div.jp-seek-bar {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") 0 -202px repeat-x;
    width:0px;
    height:100%;
    cursor: pointer;
}
div.jp-play-bar {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") 0 -218px repeat-x ;
    width:0px;
    height:100%;
}

/* The seeking class is added/removed inside jPlayer */
/*div.jp-seeking-bg {
    background: url("jplayer.blue.monday.seeking.gif");
}
*/
/* @end */

/* @group volume controls */

a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
    width:18px;
    height:15px;
    margin-top:12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {/**/
    margin-left: 210px; 
    display:block !important;
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
    margin-left: 154px;
}

div.jp-audio a.jp-volume-max {
    margin-left:-170px;  
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
    position: absolute;
    top:12px;
    margin-top:0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
    left: 50px;
}

div.jp-video a.jp-volume-max {
    left: 134px;
}

a.jp-mute {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") 0 -170px no-repeat;
}
a.jp-mute:hover {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-unmute {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") -60px -170px no-repeat;
    display: none;
}
a.jp-unmute:hover {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") 5px -170px no-repeat;
}

a.jp-volume-max {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
    position: absolute;
    overflow:hidden;
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") 0 -250px repeat-x;
    width:46px;
    height:5px;
    cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
    top:37px;
    left:330px;
    display:block !important;
}
div.jp-video div.jp-volume-bar {
    top:17px;
    left:72px;
}
div.jp-volume-bar-value {
    background: url("/user_data/packages/default/img/top/jplayer.blue.monday.jpg") 0 -256px repeat-x;
    width:0px;
    height:5px;

}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
    position:absolute;
    top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
    left:110px;
    width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left:166px;
    width:130px;
}

div.jp-current-time,
div.jp-duration {
    width:40px;
    font-size:.64em;
    font-style:oblique;
}
div.jp-current-time {
    float: left;
    display:inline;
}
div.jp-duration {
    float: right;
    display:inline;
    text-align: right;
}

div.jp-video div.jp-current-time {
    margin-left:20px;
}
div.jp-video div.jp-duration {
    margin-right:20px;
}

div ul.jp-toggles{
    display:none;
}

/* @end */

/* @group playlist */

div.jp-title {
    font-weight:bold;
    text-align:center;
}

div.jp-title,
div.jp-playlist {
    width:100%;
    background-color:#ccc;
    border-top:1px solid #009be3;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
    border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
    list-style-type:none;
    margin:0;
    padding:0 20px;
    font-size:.72em;
}

div.jp-title li {
    padding:5px 0;
    font-weight:bold;
}
div.jp-playlist li {
    padding:5px 0 4px 20px;
    border-bottom:1px solid #eee;
}

div.jp-playlist li div {
    display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
    padding:5px 0 5px 20px;
    border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    list-style-type:square;
    list-style-position:inside;
    padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
    color: #333;
    text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
    color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
    color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
    float:right;
    display:inline;
    text-align:right;
    margin-right:10px;
    font-weight:bold;
    color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
    color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
    float:right;
    display:inline;
    text-align:right;
    margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
    color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
    color:#0d88c1;
}
span.jp-artist {
    font-size:.8em;
    color:#666;
}

/* @end */

div.jp-video-play {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    cursor:pointer;
    background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
    height:270px;
}
div.jp-video-360p div.jp-video-play {
    height:360px;
}
div.jp-video-full div.jp-video-play {
    height:100%;
    z-index:1000;
}
a.jp-video-play-icon {
    position:relative;
    display:block;
    width: 112px;
    height: 100px;

    margin-left:-56px;
    margin-top:-50px;
    left:50%;
    top:50%;

/*    background: url("jplayer.blue.monday.video.play.png") 0 0 no-repeat;*/
    text-indent:-9999px;
}/*
div.jp-video-play:hover a.jp-video-play-icon {
    background: url("jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}
*/
div.jp-jplayer audio,
div.jp-jplayer {
    width:0px;
    height:0px;
}

div.jp-jplayer {
    background-color: #000000;
}

/*################################# 999以下 #################################*/ 
@media(max-width:999px){

div.jp-audio div.jp-volume-bar {
    top:17px;
    left: 310px;
}

div.jp-audio div.jp-progress {
    top: 15px;
    left: 90px !important;
}

div.jp-audio div.jp-time-holder{
    top: 40px;
}

}

/*################################# 539以下 #################################*/ 
@media(max-width:539px){
#container .login_area .inputbox{
    padding: 15px 0 10px 20px;
}

#container .login_area .inputbox label{
    word-break: normal;;
}

body div.jp-audio div.jp-type-single div.jp-progress{
        max-width:110px;
}

body div.jp-audio div.jp-type-single div.jp-time-holder{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    left: 55px;
}

div.jp-interface ul.jp-controls li:first-child > a,
div.jp-interface ul.jp-controls li:nth-child(2) > a{
    margin-left:5px;
}

body div.jp-audio div.jp-type-single a.jp-mute{
margin-left: 125px;
}

body div.jp-audio div.jp-volume-bar{
    left: 230px;
    display:block !important;
}

body div.jp-audio {
    max-width: 350px;
}

body div.jp-audio ul.jp-controls{
    padding:0;
}

div.jp-audio div.jp-volume-bar {
    top:17px;
}

div.jp-audio div.jp-progress {
    top: 15px;
    left: 90px !important;
}

div.jp-audio div.jp-time-holder{
    top: 40px;
}

}