@charset "utf-8";

/************************************************
 各ページコンテンツ用
************************************************ */
/* ==============================================
▼TOP
=============================================== */
/* メインイメージ
----------------------------------------------- */
#main_image {
    text-align: center;
    position: relative;
    background-color: #f5f5f5;
    padding: 15px 0 5px;
    margin-bottom: 20px;
}
#main_image img {
    width:100%;
    height:auto;
}
.main_image_slider {
    overflow:hidden;
    max-width: 1000px;
    width: 100%;
    height:364px;
    position: relative;
    cursor: pointer;
    margin: 0 auto 10px;
}
.main_image_slider > ul {
    height:364px;
    display: inline-block;
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}
.main_image_slider > ul > li {
    list-style-type:none;
    float:left;
    width: 1000px;
    height: 364px;
    display: inline;
    overflow: hidden;
}
.main_image_slider > ul > li img {
    width:100%;
    height:auto;
}

.main_image_cont {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 999;
}
.main_image_cont ul {
      text-align:center;
}
.main_image_cont ul li {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 8px;
    border:#ffffff solid 2px;
    background-color: none;
    border-radius: 50%;
    opacity:0.6;
}
.main_image_cont ul li.active {
    background-color: #ffffff;
}
@media only screen and (max-width: 800px) {
#main_image {
    padding: 0;
}
.main_image_cont ul li {
    width: 12px;
    height: 12px;
    display: block;
    margin: 5px 0;
    border:#ffffff solid 1px;
}
}

.recruit_area {
    text-align:left;
    padding:20px;
    max-width:1000px;
    margin:0 auto 30px;
    background-color: #ffffff;
    color: #333333;
}
.recruit_area h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 2;
}
.recruit_area p {
    font-size: 14px;
    line-height: 2;
}
.recruit_area a {
    color: #333333;
    text-decoration: underline;
}
.recruit_area a:hover {
    color: #333333;
    text-decoration: none;
}
@media only screen and (max-width: 800px) {
.recruit_area {
}
.recruit_area h3 {
    font-weight: bold;
    font-size: 12px;
    line-height: 2;
}
.recruit_area p {
    font-size: 12px;
    line-height: 1.6;
}
}

.top_contents {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.main_left {
    float: left;
    width: 47%;
}
.main_right {
    float: right;
    width: 50%;
}
.main_bottom {
    clear: both;
    width: 100%;
}
@media only screen and (max-width: 800px) {
.top_contents {
    width: 100%;
    margin: 0 auto;
}
.main_left {
    float: none;
    width: 100%;
    padding-right: 0px;
}
.main_right {
    float: none;
    width: 100%;
    padding-left: 0px;
}
}

/* ==============================================
▼下層
=============================================== */
/* ==============================================
▼ガイド
=============================================== */
/* ◎◎について
----------------------------------------------- */
div#undercolumn_aboutus {
}
@media only screen and (max-width: 800px) {
div#undercolumn_aboutus {
    margin: 0 0;
    width: auto;
    padding: 0 0 50px;
}
}

/* 特定商取引法
----------------------------------------------- */
div#undercolumn_order {
}
@media only screen and (max-width: 800px) {
div#undercolumn_order {
    margin: 0;
    width: auto;
}
}

/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
}
@media only screen and (max-width: 800px) {
div#undercolumn_contact {
    margin: 0;
    width: auto;
}
}

.zipimg img {
    vertical-align: middle;
}


/* ==============================================
▼MYページ
=============================================== */
/* 共通設定
----------------------------------------------- */
div#mypagecolumn {
    width: 100%;
    padding: 20px 0 60px;
    max-width: 1000px;
    margin: 0 auto;
}

div#mynavi_area {
    width: 25%;
    float: left;
    padding-right: 30px;
}

div#mycontents_area {
    width: 75%;
    float: left;
}

div#mynavi_area .mynavi_list {
    margin-bottom: 20px;
    width: 100%;
}
div#mynavi_area .mynavi_list li {
    padding: 10px 10px;
    font-size: 14px;
    background-color: #ffffff;
    border-bottom: #dddddd solid 1px;
}
@media only screen and (max-width: 800px) {
div#mypagecolumn {
    width: 100%;
    padding: 10px 0px;
}
div#mynavi_area {
    width: 100%;
    float: none;
    padding-right: 10px;
    padding-left: 10px
}
div#mycontents_area {
    width: 100%;
    float: none;
    padding-right: 10px;
    padding-left: 10px
}
div#mynavi_area .mynavi_list li {
    float: left;
    width: 50%;
    text-align: center;
    border-right: #dddddd solid 1px;
}
}

div#mynavi_area div.point_announce {
    margin-bottom: 30px;
}
div#mynavi_area div.point_announce p {
}

div#mycontents_area p.inforamtion {
    margin-bottom: 20px;
}

div#mypagecolumn h4 {
    margin: 10px auto;
    border-bottom: 1px solid #999;
    text-align: left;
    font-size: 120%;
}


/* 購入履歴一覧/詳細
----------------------------------------------- */
div#mycontents_area div.mycondition_area {
    margin: 0 auto 20px 0;
    padding: 10px;
    border: solid 1px #ccc;
    width: 97%;
    background: #f9f9f9;
}
div#mycontents_area div.mycondition_area p {
    float: left;
}
div#mycontents_area div.mycondition_area .btn {
    width: 160px;
    margin-top: 15px;
    float: right;
}
.add_address {
    margin-bottom: 20px;
}


/* 会員登録内容変更/退会
----------------------------------------------- */
div#mycontents_area .message_area {
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #ffffff;
}
div#mycontents_area .message_area p {
    margin-bottom: 20px;
}

/* ==============================================
▼会員登録
=============================================== */
div#undercolumn_entry {
    width: 100%;
    margin: 0 15px;
}
div#undercolumn_entry .kiyaku_text {
    margin: 20px auto;
    padding: 10px;
    border: solid 1px #ccc;
    width: 100%;
    background: #fff;
    font-size: 14px;
}
@media only screen and (max-width: 800px) {
div#undercolumn_entry {
    width: auto;
    margin:0;
    padding-top: 10px;  
}
div#undercolumn_entry table th,
div#undercolumn_entry table td {
    display: block;
    width: 100%;
}
}

/* ==============================================
▼ログイン
=============================================== */
div#undercolumn_login {
    margin: 0 auto;
    width: 100%;
}
div#undercolumn_login .login_area {
    width: 50%;
    float: left;
    padding: 10px;
}
div#undercolumn_login .login_area .inputbox {
    margin: 15px auto 15px auto;
    padding: 15px 20px 10px 20px;
    border: #dddddd solid 1px;
    background-color: #ffffff;
}
div#undercolumn_login .login_area .inputbox input[type='text'],
div#undercolumn_login .login_area .inputbox input[type='password'] {
    width: 100%;
    height: 32px;
    line-height: 30x;
}
div#undercolumn_login .login_area .inputbox .btn_area {
    margin-top: 0;
    padding: 20px 0;
}
@media only screen and (max-width: 780px) {
div#undercolumn_login .login_area {
    width: 100%;
    float: none;
    padding: 0px;
    margin-bottom: 50px;
}
}
@media only screen and (max-width: 800px) {
div#undercolumn_login {
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 10px;
}
}


/* ==============================================
▼エラー
=============================================== */
div#undercolumn_error .message_area {
    width: 100%;
    margin: 30px auto;
    padding: 100px 30px;
    text-align: center;
}
div#undercolumn_error .message_area .error {
    font-size: 20px;
    margin-bottom: 50px;
    color: #666666;
}
@media only screen and (max-width: 800px) {
div#undercolumn_error .message_area {
    border-left: none;
    border-right: none;
}
}



/* ==============================================
▼商品一覧
=============================================== */
/* ページ送り
----------------------------------------------- */
.pagenumber_area {
    padding: 10px 10px;
    margin: 0;
    color: #555555;
}
.pagecond_area {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #dddddd;
}
.pagenumber_area .navi {
    text-align: left;
    float: right;
    font-family: 'FjallaOne';
}
.pagenumber_area .navi ul li {
    display: inline;
    float: left;
    margin:0 3px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.pagenumber_area .navi ul li.before,
.pagenumber_area .navi ul li.next {
    font-size: 12px;
}
.pagenumber_area .navi ul li a {
    border: #555555 solid 1px;
    padding:0 6px;
    display: block;
    line-height: 28px;
    text-align: center;
    color: #555555;
}
.pagenumber_area .navi ul li a:hover {
    text-decoration: none;
    color: #999999;
    background-color: #eeeeee;
}
.pagenumber_area .navi ul li strong {
    border: #999999 solid 1px;
    padding:0 6px;
    display: block;
    line-height: 28px;
    text-align: center;
    color: #999999;
    background-color: #fafafa;
}

.pagenumber_area .change {
    float: right;
    text-align: right;
    white-space: nowrap;
    font-size:13px;
}
.pagenumber_area .change ul {
    margin-right: 20px;
    float: left;
    border-right: #dddddd solid 1px;
}
.pagenumber_area .change ul li {
    display: block;
    float: left;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    border-left: #dddddd solid 1px;
}
.pagenumber_area .change ul li a {
    color: #555555;
}
.pagenumber_area .change ul li strong {
    color: #fec64e;
    font-weight: normal;
}
.pagenumber_area .change .disp_number {
    float: right;
    line-height: 30px;
}
@media only screen and (max-width: 800px) {
.pagenumber_area .change .disp_number {
    display: none;
}
}

.product_num {
    font-family: 'FjallaOne';
    font-size: 12px;
    margin: 10px;
    text-align: right;
}

@media only screen and (max-width: 800px) {
.pagenumber_area {
    padding: 10px;
    margin: 0;
}
.pagecond_area {
    margin-bottom: 30px;
    padding: 10px;
    border-right: none;
    border-left: none;
    font-size: 14px;
}
.pagenumber_area .navi {
    float: none;
    padding-top: 15px;
    text-align: center;
}
.pagenumber_area .navi ul li {
    display: inline-block;
    float: none;
    margin:0 5px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.pagenumber_area .navi ul li.before,
.pagenumber_area .navi ul li.next {
    font-size: 12px;
}
.pagenumber_area .change {
    float: none;
    width: 100%;
    text-align: left;
}
.pagenumber_area .change ul {
    margin-right: 0px;
    float: none;
    width: 100%;
    border-right: #dddddd solid 1px;
    margin-bottom: 10px;
}
.pagenumber_area .change ul li {
    padding: 0;
    text-align: center;
    border-left: #dddddd solid 1px;
    width: 50%;
}
.product_num {
    font-size: 14px;
    margin: 10px;
    text-align: left;
}
}


/* レイアウト
----------------------------------------------- */
div.list_area {
    padding: 0 0 0;
    width: 100%;
}
@media only screen and (max-width: 800px) {
div.list_area {
    padding: 0 0 10px 0;
}
}

.listphoto {
    text-align: center;
}
.listphoto img {
    width: 100%;
    height: auto;
}
.news_list_area .product_list .listphoto {
    margin-bottom: 4px;
}
.news_list_area .product_list .listphoto a {
    width: 230px;
    height: 123px;
    display: block;
    overflow: hidden;
}
.news_listphoto {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media only screen and (max-width: 800px) {
.listphoto {
    margin: 0;
    padding: 0px;
}
.news_list_area .product_list .listphoto {
    display: block;
    width: 100%;
    position: relative;
}
.news_list_area .product_list .listphoto:before {
    content:"";
    display: block;
    padding-top: 52.63%;

}
.news_list_area .product_list .listphoto a {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
}

.product_list_area {
/*    margin-bottom: 30px;*/
}
.product_list {
    float:left;
    width:15.9%;
    height: auto;
    margin-right:0.9%; 
    margin-bottom: 18px;
}
.product_list:nth-child(6n) {
    margin-right:0; 
}
.news_list_area .product_list {
    float:left;
    width:23%;
    height:auto;
    margin-right:2.6%; 
    margin-bottom: 5px;
}
.news_list_area .product_list:nth-child(6n) {
    margin-right:2.6%; 
}
.news_list_area .product_list:nth-child(4n) {
    margin-right:0; 
}
.artist_list_ph_area .list_area .listphoto {
    width: 100%;
    display: table;
}
.listphoto_inner {
    display: table-cell;
    vertical-align: middle;
    height: 159px;
    max-height: 159px;
    text-align: center;
    width: 100%;
}
.artist_list_ph_area .list_area .listphoto img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 159px;
}
@media only screen and (max-width: 980px) {
.product_list {
    width:32%;
    margin-right:2%; 
}
.product_list:nth-child(6n) {
    margin-right:2%; 
}
.product_list:nth-child(3n) {
    margin-right:0; 
}
.news_list_area .product_list {
    width:32%;
    margin-right:2%; 
}
.news_list_area .product_list:nth-child(6n) {
    margin-right:1%; 
}
.news_list_area .product_list:nth-child(4n) {
    margin-right:0; 
}
.news_list_area .product_list:nth-child(3n) {
    margin-right:0; 
}
}
@media only screen and (max-width: 800px) {
.product_list_area {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {
.product_list {
    width:32%;
    margin-right:2%; 
}
.product_list:nth-child(6n) {
    margin-right:2%; 
}
.product_list:nth-child(5n) {
    margin-right:2%; 
}
.product_list:nth-child(3n) {
    margin-right:0; 
}
.news_list_area .product_list,
.event_list_area .product_list {
    width:49%;
    margin-right:2%; 
}
.news_list_area .product_list:nth-child(6n),
.event_list_area .product_list:nth-child(6n) {
    margin-right:2%; 
}
.news_list_area .product_list:nth-child(5n),
.event_list_area .product_list:nth-child(5n) {
    margin-right:2%; 
}
.news_list_area .product_list:nth-child(3n),
.event_list_area .product_list:nth-child(3n) {
    margin-right:2%; 
}
.news_list_area .product_list:nth-child(2n),
.event_list_area .product_list:nth-child(2n) {
    margin-right:0; 
}
}

/* search list */
.search_list_area {
    margin-bottom: 30px;
}
.search_list_area .product_list {
    float:left;
    width:23%;
    height:auto;
    margin-right:2.6%; 
    margin-bottom: 18px;
}
.search_list_area .product_list:nth-child(4n) {
    margin-right:0; 
}
.search_list_area .product_list .listphoto {
    margin-bottom: 4px;
}
.search_list_area .product_list .listphoto a {
    width: 230px;
    height: 230px;
    display: block;
    overflow: hidden;
}
@media only screen and (max-width: 980px) {
.search_list_area {
    padding: 0 10px;
}
.search_list_area .product_list {
    width:32%;
    margin-right:2%; 
}
.search_list_area .product_list:nth-child(4n) {
    margin-right:2%; 
}
.search_list_area .product_list:nth-child(3n) {
    margin-right:0; 
}
}
@media only screen and (max-width: 800px) {
.search_list_area .product_list .listphoto a {
    width: 180px;
    height: 180px;
    display: block;
    overflow: hidden;
}
}
@media only screen and (max-width: 800px) {
.search_list_area .product_list {
    margin-bottom: 10px;
}
.search_list_area .product_list .listphoto {
    display: block;
    width: 100%;
    position: relative;
}
.search_list_area .product_list .listphoto:before {
    content:"";
    display: block;
    padding-top: 100%;

}
.search_list_area .product_list .listphoto a {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.search_list_area .product_list {
    width:49%;
    margin-right:2%; 
}
.search_list_area .product_list:nth-child(3n) {
    margin-right:2%; 
}
.search_list_area .product_list:nth-child(2n) {
    margin-right:0; 
}
}

.label_cat {
    font-size: 10px;
    display: inline-block;
    line-height: 18px;
    width: auto;
    height: 18px;
    text-align: center;
    padding: 0 10px;
    background-color: #666666;
    color: #ffffff;
    margin-bottom: 4px;
}

/* artist_list_ */
.artist_product_list_area {
    margin-bottom: 20px;
}
.artist_product_list_area h3 {
    font-size: 16px;
    color: #666666;
    border-bottom: 3px #666666 solid;
    margin-bottom: 20px;
    padding-bottom: 4px;
}
.artist_product_list_area .artist_product_list {
    float:left;
    width:32%;
    height: auto;
    margin-bottom: 10px;
    margin-right: 2%;
}
.artist_product_list_area .artist_product_list:nth-child(3n) {
    margin-right:0;
}
#main_column.colnum1 .artist_product_list_area .artist_product_list div.listrightbloc {
    margin: 0px;
}
.artist_product_list_area .artist_product_list a {
    color: #666666;
    font-size: 14px;
}
@media only screen and (max-width: 800px) {
.artist_product_list_area {
    margin-bottom: 0px;
}
.artist_product_list_area > div {
    padding-right: 10px;
    padding-left: 10px;
}
.artist_product_list_area h3 {
    padding-right: 10px;
    padding-left: 10px;
}
.artist_product_list_area div.list_area {
    padding: 0 0 10px 0;
}

}

/* メインカラム用 1カラム時*/
#main_column.colnum1 div.listrightbloc {
    margin:0px;
}

/* メインカラム用 2カラム時*/
#main_column.colnum2 div.listrightbloc {
    margin:10px;
}

/* メインカラム用 3カラム時*/
#main_column.colnum3 div.listrightbloc {
    margin:10px;
}
@media only screen and (max-width: 800px) {
#main_column.colnum1 div.listrightbloc,
#main_column.colnum2 div.listrightbloc,
#main_column.colnum3 div.listrightbloc {
    margin:0;
    text-align: left;
    padding: 0 0;
}
}


/* 商品情報 各種設定
----------------------------------------------- */
/* 商品ステータス */
div.listrightbloc ul.status_icon {
    width: 100%;
}
div.listrightbloc ul.status_icon li {
    margin-right: 5px;
    float: left;
    margin-bottom:5px;
}
ul.status_icon li span {
    width: auto;
    height:18px;
    padding: 0 5px;
    display:block;
    line-height: 16px;
    background-color: #2939d2;
    color:#ffffff;
    font-size:10px;
    text-align: center;
}
ul.status_icon li span.status1 {
    color: #ff8a00;
    border: #ff8a00 1px solid;
    background-color: #ffffff;
}
ul.status_icon li span.status2 {
    color: #ff0000;
    border: #ff0000 1px solid;
    background-color: #ffffff;
}
ul.status_icon li span.status3 {
    background-color: #f66bbd;
}
ul.status_icon li span.status4 {
    background-color: #ffb400;
}
ul.status_icon li span.status5 {
    background-color: #2939d2;
}
ul.status_icon li span.status_new {
    background-color: #ff0000;
}
ul.status_icon li span.status_stock {
    background-color: #11ca08;
}

/* 商品名 */
.listrightbloc h4 {
    margin: 0 0 3px 0;
    font-size:12px;
    font-weight: bold;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}
@media only screen and (max-width: 800px) {
.listrightbloc h4 {
    font-size: 12px;
}
}
div.listrightbloc h3 {
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 3px;
    overflow: hidden;
}
.name_ellipsis {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_list_area div.listrightbloc h3,
.event_list_area div.listrightbloc h3,
.search_list_area div.listrightbloc h3 {
    height: 80px;
}
div.listrightbloc h3 a {
    color: #333333;
}

.listrightbloc p {
    margin: 0 0 3px 0;
    font-size:12px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

@media only screen and (max-width: 800px) {
div.listrightbloc h3 {
    font-size: 12px;
}
.news_list_area div.listrightbloc h3,
.event_list_area div.listrightbloc h3,
.search_list_area div.listrightbloc h3 {
    height: 48px;
}
.listrightbloc p {
    margin: 0 0 3px 0;
    font-size:10px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}
}

/* コメント */
div.listrightbloc .listcomment {
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 14px;
}
@media only screen and (max-width: 800px) {
div.listrightbloc .listcomment {
    font-size: 12px;
    line-height: 1.4;
}
}

/* 商品詳細を見る */
div.listrightbloc .detail_btn {
    padding-top: 10px;
    text-align: center;
}
@media only screen and (max-width: 800px) {
div.listrightbloc .detail_btn {
    text-align: left;
}
}

/* 価格 */
div.listrightbloc .pricebox {
    margin: 0 0 10px 0;
    font-size:12px;
}

/* 買い物カゴ */
div.listrightbloc .cart_area {
    padding: 10px;
    border: 1px solid #cef0f4;
    background-color: #ecf5ff;
    width: 94%;
}

/* 規格 */
div.listrightbloc .classlist {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: url("../img/background/line_dot_02.gif") repeat-x bottom ;
}
div.listrightbloc dl {
    width: 100%;
}
div.listrightbloc dt {
    display: inline-block;
    vertical-align: top;
}
div.listrightbloc dd {
    padding-bottom: 10px;
    display: inline-block;
}
div.listrightbloc dd p.attention {
    margin-top: 5px;
}

/* カゴに入れる */
div.listrightbloc .cartin {
    margin: 0;
    float :right;
}
div.listrightbloc .cartin .quantity {
    padding: 3px 10px 0 0;
    width: 150px;
    float :left;
    text-align: right;
}
div.listrightbloc .cartin .quantity .box {
    width: 70px;
}
div.listrightbloc .cartin_btn {
    width: 160px;
    float :left;
}

.label {
    border:#ff0000 solid 1px;
    color: #ff0000;
    font-size: 14px;
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    width: auto;
    padding: 0 10px;
    margin: 0 0 20px;
}


/* アーティスト　リスト
----------------------------------------------- */
.artist_list_area {
    width: 100%;
    margin-bottom: 30px;
    font-size: 0;
}
.artist_list_tbl {
    width:100%;
    display: table;
    margin-bottom: 0px;
}
.artist_list_tbl:last-child {
    border-bottom: none;
}
.artist_list_tbl-th {
    display: table-cell;
    width: 75px;
    vertical-align: top;
}
.artist_list_tbl-td {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 10px;
}
.artist_initial {
    background-color: #666666;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    width: 100px;
    height: 30px;
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
}
.artist_list {
    width: 33%;
    font-size: 14px;
    display: inline-block;
    min-height: 30px;
    padding-top: 6px;
    word-wrap: break-word;
    vertical-align: top;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.artist_list div.listrightbloc h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 1.4;
    height: auto;
    overflow: inherit;
}
.artist_list div.listrightbloc h3 a {
    color: #666666;
}
.artist_list div.listrightbloc h3 a:hover {
    color: #666666;
    text-decoration: underline;
}
@media only screen and (max-width: 800px) {
.artist_list_area {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
}
.artist_list_tbl {
    width:100%;
    display: block;
    margin-bottom: 0px;
}
.artist_list_tbl-th {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.artist_list_tbl-td {
    display: block;
    padding-bottom: 0px;
}
.artist_initial {
    font-size: 16px;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
}
.artist_list {
    width: 100%;
    font-size: 14px;
    display: block;
    min-height: auto;
    padding-top: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    height: auto !important;
}
.artist_list div.listrightbloc h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 1.2;
    height: auto;
    overflow: inherit;
}
}

/* shop */
.shop_product_list {
    margin-bottom: 40px;
}

.more_btn {
    text-align: right;
}
.more_btn a {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    position: relative;
    padding-right: 14px;
}
.more_btn a:after {
    content: "";
    width: 11px;
    height: 11px;
    display: inline-block;
    background-image: url(/user_data/packages/default/img/icon/ico_arrow_03.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 1px;
}
.more_btn a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 800px) {
.more_btn {
    padding: 0 10px;
}
}


/* ==============================================
▼商品詳細
=============================================== */
/* レイアウト

    tplファイルのマークアップが同じ項目
        * 1カラム時
        * 2カラム時
        * 3カラム時

----------------------------------------------- */
#detailarea,
.sub_area {
    margin-bottom: 20px;
    width: 100%;
}
@media only screen and (max-width: 800px) {
#detailarea {
    margin-bottom: 0px;
    padding: 0 0px;
}
.sub_area {
    margin-bottom: 0px;
    width: 100%;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
}

.sub_area_img {
    width: 49%;
    float: left;
    height: auto;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 2%;
}
.sub_area_img:nth-child(2n) {
    margin-right: 0;
}
.sub_area_img .subphotoimg {
    padding: 10px 10px;
    background-color: #ffffff;
}
.sub_area_img .subphotoimg img {
    width: 100%;
    height: auto;
}
.subtext {
    font-size: 12px;
    margin: 0 10px;
}
@media only screen and (max-width: 800px) {
.sub_area_img {
    width: 49%;
    float: left;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
.sub_area_img .subphotoimg {
    padding: 10px 10px 4px;
}
.subtext {
    font-size: 12px;
    margin: 0 40px;
}
}

/* レイアウト
----------------------------------------------- */
/* 1カラム用 */
#main_column.colnum1 div#detailphotobloc {
    width: 38%;
    float: left;
}
#main_column.colnum1 #detailrightbloc {
    width: 58%;
    float: right;
}
#main_column.colnum1 #detailleftbloc {
    width: 59%;
    float: left;
    margin-bottom: 30px;
}
#detailrightnewsbloc {
    width: 38%;
    float: right;
    padding-top: 42px;
}
@media only screen and (max-width: 800px) {
#main_column.colnum1 div#detailphotobloc {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}
#main_column.colnum1 #detailrightbloc,
#main_column.colnum1 #detailleftbloc {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
}
#main_column.colnum1 #detailrightbloc .photo,
#main_column.colnum1 #detailleftbloc .photo {
    margin-bottom: 20px;
}
#main_column.colnum1 #detailleftbloc {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}
#detailrightnewsbloc {
    width: 100%;
    float: none;
    padding-top: 0;
}
}

/* 2カラム用 */
#main_column.colnum2 div#detailphotobloc {
    float: left;
    width: 37%;
}
#main_column.colnum2 #detailrightbloc {
    float: right;
    width: 63%;
}
@media only screen and (max-width: 800px) {
#main_column.colnum2 div#detailphotobloc {
    width: 100%;
    float: none;
}
#main_column.colnum2 #detailrightbloc {
    width: 100%;
    float: none;
}
}

/* 3カラム用 */
#main_column.colnum3 div#detailphotobloc {
    float: left;
    width: 49%;
}
#main_column.colnum3 #detailrightbloc {
    float: right;
    width: 50%;
}
@media only screen and (max-width: 800px) {
#main_column.colnum3 div#detailphotobloc {
    width: 100%;
    float: none;
}
#main_column.colnum3 #detailrightbloc {
    width: 100%;
    float: none;
}
}

.photo {
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 10px;
}
@media only screen and (max-width: 800px) {
.photo {
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
}
#detailphotobloc .mini {
    display: none;
}
}

.main_comment {
    margin-bottom: 30px;
}

#detailphotobloc .main_comment {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
#detailphotobloc .main_comment {
    padding-left: 10px;
    padding-right: 10px;
}
}

#detailphotobloc .art_main_comment_area {
    margin-bottom: 30px;
}
#detailphotobloc .art_main_comment {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}
#detailphotobloc .art_main_comment_area a {
    font-size: 12px;
    color: #ffffff;
    padding: 5px;
    display: inline-block;
    width: auto;
    text-decoration: underline;
    background-color: #888888;
}
#detailphotobloc .art_main_comment_area a:hover {
    color: #666666;
    background-color: #e9ad87;
}
@media only screen and (max-width: 800px) {
#detailphotobloc .art_main_comment_area {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media only screen and (max-width: 800px) {
.detail_news_header {
    padding-right: 10px;
    padding-left: 10px;
}
}

/* 商品情報 各種設定
----------------------------------------------- */
#detailrightbloc {
}
@media only screen and (max-width: 800px) {
#detailrightbloc {
    padding:0;
}
}
#detailrightbloc h2,
#detailleftbloc h2 {
    margin: 0 0 10px 0;
    padding: 0 0 0;
    color: #666666;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
}
#detailrightbloc .point,
#detailrightbloc .relative_cat {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

#detailrightbloc .main_comment,
#detailleftbloc .main_comment {
    font-size:14px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 20px;
}
#detailrightbloc .main_comment h3,
#detailleftbloc .main_comment h3 {
    margin-bottom: 20px;
    font-size:16px;
    font-weight: normal;
    color: #666666;
}
#detailrightbloc .main_comment iframe,
#detailleftbloc .main_comment iframe {
    width: 100% !important;
}
@media only screen and (max-width: 800px) {
#detailrightbloc h2,
#detailleftbloc h2 {
    font-size: 20px;
    padding-right: 10px;
    padding-left: 10px;
}
#detailrightbloc .main_comment,
#detailleftbloc .main_comment {
    padding-right: 10px;
    padding-left: 10px;
    font-size:14px;
}
#detailrightbloc .main_comment h3,
#detailleftbloc .main_comment h3 {
    margin-bottom: 20px;
    font-size:14px;
    font-weight: normal;
    color: #666666;
}

}

#detailrightbloc .art_main_comment_area {
    margin-bottom: 20px;
}
#detailrightbloc .art_main_comment {
    font-size:14px;
    color: #666666;
    line-height: 15px;
    margin-bottom: 10px;
}
#detailrightbloc .art_main_comment_area a {
    font-size: 12px;
    color: #666666;
    padding: 5px;
    border-radius: 5px;
    background-color: #e9ad87;
    display: inline-block;
    width: auto;
    text-decoration: underline;
}
#detailrightbloc .art_main_comment_area a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 800px) {
#detailrightbloc .art_main_comment_area {
    padding-right: 10px;
    padding-left: 10px;
    font-size:12px;
}
}

.product_point {
    color: #ff0000;
    margin-bottom: 30px;
}

/* 商品コード */
#detailrightbloc .product_code dt,
#detailrightbloc .product_code dd {
    display: inline;
    font-size:14px;
}

/* 商品名 */
#detailrightbloc .product_name {
    font-size:24px;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
#detailrightbloc .product_name {
    font-size:18px;
}
}

/* 商品ステータス */
#detailrightbloc ul.status_icon {
    margin-bottom: 10px;
    width: 100%;
}
#detailrightbloc ul.status_icon li {
    margin-right: 5px;
    margin-bottom: 3px;
    float: left;
}

/* 通常価格 */
#detailrightbloc .normal_price dt,
#detailrightbloc .normal_price dd {
    display: inline;
    font-size: 14px;
}

/* 販売価格 */
#detailrightbloc .sale_price {
    padding: 0 0px;
}
#detailrightbloc .sale_price dt,
#detailrightbloc .sale_price dd {
    display: inline;
    font-size:16px;
}
#detailrightbloc .sale_price dt small,
#detailrightbloc .sale_price dd small {
    font-size:14px;
}
@media only screen and (max-width: 800px) {
#detailrightbloc .sale_price dt,
#detailrightbloc .sale_price dd {
    font-size:16px;
}
}

/* ポイント */
#detailrightbloc .point {
    font-size:14px;
}
#detailrightbloc .point dt,
#detailrightbloc .point dd {
    display: inline;
}

/* 規格 */
.productClassList {
    width: 100%;
    padding-top: 0px;
}
.productClassItem {
    float: left;
    width: 48%;
    margin: 0 2% 10px 0;
    background-color: #ffffff;
    box-sizing:border-box;
    padding: 10px;
}
.productClassItem h3 {
    font-size: 13px;
    font-weight: bold;
}
.productClassItem h3 span {
    font-size: 12px;
    font-weight: normal;
}
.productClassItem p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
}
.productClassItemTbl {
    display: table;
    width: 100%;
}
.productClassItemCell {
    display: table-cell;
    vertical-align: bottom;
}

#detailrightbloc div.classlist {
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}
#detailrightbloc .classlist {
    margin-bottom: 5px;
}
#detailrightbloc ul {
    margin-bottom: 10px;
    width: 100%;
}
#detailrightbloc ul li {
    vertical-align: top;
}
@media only screen and (max-width: 800px) {
.productClassItem {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
}
.productClassItem h3 {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    line-height: 1.3;
}
.productClassItem h3 span {
    font-size: 14px;
    font-weight: normal;
}
.productClassItem p {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
    display: inline-block;
}
#detailrightbloc div.classlist {
    font-size: 14px;
}
#detailrightbloc ul {
    margin-bottom: 20px;
}
}

/* sns_area */
.sns_area {
    width: 100%;
    text-align: center;
}
.sns_area h4 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    line-height: 21px;
    height: 21px;
    font-weight: normal;
}
.sns_area ul {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}
.sns_area ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 0 0;
    width: 21px;
}
.sns_area ul li img {
    width: 100%;
    height: auto;
}
#detailrightbloc .sns_area,
#detailleftbloc .sns_area {
    width: 100%;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 60px;
}
#detailrightbloc .artist_sns_area {
    margin-bottom: 30px;
}
#detailrightbloc .sns_area ul,
#detailleftbloc .sns_area ul {
    font-size: 0;
    display: inline-block;
    width: auto;
    line-height: 21px;
    height: 21px;
    vertical-align: top;
}
#detailrightbloc .sns_area ul li,
#detailleftbloc .sns_area ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 0 0;
    width: 21px;
    line-height: 21px;
    height: 21px;
    vertical-align: top;
}
#detailrightbloc .sns_area ul li img,
#detailleftbloc .sns_area ul li img {
    width: 100%;
    height: auto;
    line-height: 21px;
}
@media only screen and (max-width: 800px) {
#detailrightbloc .sns_area,
#detailleftbloc .sns_area {
    text-align: left;
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
}
}


/* detail news */
.detail_news_header p {
    float: left;
    vertical-align: bottom;
}
#detailrightbloc .detail_news_header .sns_area {
    width: auto;
    text-align: left;
    vertical-align: bottom;
    margin-bottom: 0px;
    float: right;
}
#detailleftbloc .detail_news_header .sns_area {
    width: auto;
    text-align: left;
    vertical-align: bottom;
    margin-bottom: 10px;
    float: right;
}
.detail_news_header_title {
    border-bottom: solid 3px #666666;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#detailleftbloc .detail_news_header_title {
    margin-bottom: 10px;
}
#detailrightbloc .detail_news_header_title h2,
#detailleftbloc .detail_news_header_title h2 {
    font-size: 16px;
}


/* メーカー */
#detailrightbloc .maker dt,
#detailrightbloc .maker dd {
    display: inline;
}

/* メーカーURL */
#detailrightbloc .comment1 dt,
#detailrightbloc .comment1 dd {
    display: inline;
}

/* track list */
.track_list {
    margin-bottom: 30px;
    padding-top: 0;
}
.track_list h3 {
    font-size: 16px;
    color: #666666;
    border-bottom: 3px #666666 solid;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
.track_list .comment2 {
    color: #666666;
    font-size: 12px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {
.track_list {
    padding-top: 0;
}
.track_list h3 {
    padding-left: 10px;
    padding-right: 10px;
}
.track_list .comment2 {
    padding: 0 10px;
}
}

/* 関連アーティスト */
.product_artist {
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 20px;
}
#detailrightbloc .relative_art {
    font-size:0;
    margin-bottom: 18px;
}
#detailrightbloc .relative_art li {
    font-size:12px;
    color: #ffffff;
    display:inline-block;
    margin-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}
#detailrightbloc .relative_art li a {
    color: #ffffff;
    position: relative;
    display: block;
    background-color: #666666;
    height: 20px;
    line-height: 20px;
    text-align: left;
    padding: 0 8px;
    position: relative;
}
#detailrightbloc .relative_art li a:before {
    content: "";
    width: 10px;
    height: 20px;
    display: block;
    background-image: url(/user_data/packages/default/img/background/bg_label_l.png);
    background-size: cover;
    position: absolute;
    left: -10px;
    top: 0;
    z-index: 10;
}
#detailrightbloc .relative_art li a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.release_date {
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
.product_artist {
    font-size: 16px;
    padding: 0 10px;
}
#detailrightbloc .relative_art {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#detailrightbloc .relative_art li {
    font-size:12px;
}
.release_date {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
}

/* 関連カテゴリ */
#detailrightbloc .relative_cat {
    margin-bottom: 10px;
}
#detailrightbloc .relative_cat p {
    display: inline-block;
    vertical-align: top;
}
#detailrightbloc .relative_cat ul {
    font-size:0;
    margin-bottom: 10px;
    width: auto;
    vertical-align: top;
    display: inline-block;
}
#detailrightbloc .relative_cat li {
    display:inline-block;
    margin-right: 8px;
    font-size: 14px;
}
#detailrightbloc .relative_cat li:after {
    content: "/";
    display: inline-block;
    margin-left: 1em;
}
#detailrightbloc .relative_cat li:last-child:after {
    display: none;
}
#detailrightbloc .relative_cat li a {
    font-size:14px;
    color: #666666;
    display: inline-block;
    width: auto;
}
#detailrightbloc .relative_cat li a:hover {
    background-color: #e9ad87;
}
@media only screen and (max-width: 800px) {
#detailrightbloc .relative_cat {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
#detailrightbloc .relative_cat li {
    display:inline-block;
    margin-right: 8px;
}
}


/* 購入リンク */
.link_area {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 0;
}
.link_area .link_btn {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.link_area .link_btn a {
    width: auto;
    height: 30px;
    color: #ffffff;
    background-color: #666666;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 8px;
    letter-spacing: 0;
}
.link_area .link_btn img {
    width: 20px;
    height: auto;
    vertical-align: middle;
    line-height: 30px;
}
.link_area .link_btn a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.artist_link_area .link_btn img {
    width: 16px;
}

@media only screen and (max-width: 800px) {
.link_area {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}
.link_area .link_btn {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 5px 10px;
}
.link_area .link_btn:nth-child(5n) {
    margin-right: 5px;
}
}

/* 買い物カゴ */
.quantity {
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
.quantity {
    font-size: 14px;
    margin-bottom: 40px;
}
}

#detailrightbloc .cart_area {
    margin-bottom: 10px;
}
#detailrightbloc .quantity dt,
#detailrightbloc .quantity dd {
    display: inline;
}
#detailrightbloc .cartin {
    text-align: left;
}
#detailrightbloc .cartin_btn {
    text-align: left;
}
#detailrightbloc .favorite_btn {
    text-align: left;
    margin-top: 10px;
}
a.cartbtn {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    width: 96px;
    display: inline-block;
    background-color: #666666;
    color: #ffffff;
    border-radius: 5px;
    letter-spacing: 2px;
}
a.cartbtn:hover {
    opacity: 0.7;
}
a.cartbtn span:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(/user_data/packages/default/img/icon/ico_cart_btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 6px;
}
.nocartbtn {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    width: 96px;
    display: inline-block;
    background-color: #cccccc;
    color: #ff0000;
    border-radius: 5px;
    letter-spacing: 1px;
}
@media only screen and (max-width: 800px) {
#detailrightbloc .cart_area {
    padding-left: 10px;
    padding-right: 10px;
}
a.cartbtn {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    width: 96px;
}
a.cartbtn span:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(/user_data/packages/default/img/icon/ico_cart_btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 6px;
}
}
a.cartbtn:hover,
.cartbtn:hover {
    background-color: #666666;
    text-decoration: none;
    color: #ffffff;
}
a.primarybtn {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 200px;
    display: block;
    background-color: #333333;
    color: #ffffff;
}
a.primarybtn:hover,
.primarybtn:hover {
    background-color: #666666;
    text-decoration: none;
    color: #ffffff;
}
.btn {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    min-width: 200px;
    display: inline-block;
    background-color: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding:0 10px;
}
a.btn {
    color: #ffffff;
}
a.btn:hover,
.btn:hover {
    background-color: #666666;
    text-decoration: none;
    color: #ffffff;
}
.smallbtn {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    width: auto;
    display: inline-block;
    background-color: #111111;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 0 20px;
}
a.smallbtn {
    color: #ffffff;
}
a.smallbtn:hover,
.smallbtn:hover {
    background-color: #666666;
    text-decoration: none;
    color: #ffffff;
}
.cancelbtn {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 200px;
    display: inline-block;
    background-color: #999999;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
a.cancelbtn {
    color: #ffffff;
}
a.cancelbtn:hover,
.cancelbtn:hover {
    background-color: #cccccc;
    text-decoration: none;
    color: #ffffff;
}
.favoritebtn {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 200px;
    display: inline-block;
    background-color: #666666;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
a.favoritebtn {
    color: #ffffff;
}
a.favoritebtn:hover,
.favoritebtn:hover {
    background-color: #999999;
    text-decoration: none;
    color: #ffffff;
}
.desablebtn {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 200px;
    display: inline-block;
    background-color: #cccccc;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.stream-btn img {
    vertical-align: middle;
}
#stream-area {
    position:fixed;
    top:0;
    right:0;
    display:none;
    border: #cccccc solid 1px;
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
}
#stream-area .stream-close-btn {
    display: inline-block;
    vertical-align: top;
}
#stream-area audio {
    display: inline-block;
    vertical-align: top;
}

/* お客様の声
----------------------------------------------- */
div#customervoice_area {
    clear: both;
    padding: 35px 0 0 0;
}

div#customervoice_area h2 {
    margin-bottom: 20px;
    padding: 6px 0 8px 10px;
    border-top: solid 1px #f90;
    background: url('../img/background/bg_tit_sub_01.jpg') repeat-x left bottom;
}

div#customervoice_area .review_bloc {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f6f6f6;
}

div#customervoice_area .review_bloc p {
    padding-top: 3px;
    margin-right: 10px;
    float: left;
}

div#customervoice_area .review_bloc .review_btn {
    float: right;
    width: 160px;
}

div#customervoice_area ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}

div#customervoice_area .voicetitle {
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}

div#customervoice_area .voicedate {
    margin-bottom: 10px;
}


/* 関連商品（商品部分はbloc.cssのおすすめ商品と共通）
----------------------------------------------- */
div.whobought_area {
    clear: both;
    padding: 0 0 0;
}


/* ***********************************************
▼カートの中
/*********************************************** */
/* 現在のカゴの中
----------------------------------------------- */
div#undercolumn_cart .point_announce {
    padding: 10px;
    margin-bottom: 20px;
    border: solid 1px #cccccc;
    background: #f0f0f0;
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
}
div#undercolumn_cart .totalmoney_area {
    margin-bottom: 20px;
}

div#undercolumn_cart p {
    margin: 0px 0px 10px;
    font-size: 12px;
}
div#undercolumn_cart p a {
    text-decoration: underline;
    color: #666666;
}
div#undercolumn_cart p a:hover {
    text-decoration: none;
}

div#undercolumn ul#quantity_level li {
    padding: 3px;
    display: inline;
}

div#undercolumn .empty {
    text-align: left;
}

div.form_area {
    margin-bottom: 30px;
}


/* お客様情報入力
----------------------------------------------- */
div#undercolumn_customer {
}

.flow_area {
    display: none;
    margin: 0 0 20px 0;
}

div#undercolumn_customer th em {
    color: #000;
    font-weight: bold;
}


/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
div#undercolumn_shopping .pay_area {
    margin: 0 auto 30px;
    width: 100%;
}
div#undercolumn_shopping .pay_area02 {
    margin: 40px auto 30px auto;
}
div#undercolumn_shopping .pay_area02 .txtarea {
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
    width: 99%;
    height: 150px;
}
div#undercolumn_shopping .pay_area02 .select-msg {
    margin-bottom: 10px;
}

div#undercolumn_shopping .point_area {
    margin: 40px auto 0 auto;
}

div#undercolumn_shopping .point_area .point_announce {
    padding: 20px;
    border: 1px solid #ccc;
}

div#undercolumn_shopping .point_area p {
    margin-bottom: 20px;
}

div#undercolumn_shopping .point_area .point_announce li {
    margin-bottom: 5px;
    font-size: 14px;
}

.delivdate {
    font-size: 14px;
}

/* お届け先の指定
----------------------------------------------- */
#address_area {
    margin-bottom: 10px;
    width: 100%;
}

#address_area .information {
    width: 65%;
    float: left;
}
@media only screen and (max-width: 800px) {
#address_area .information {
    width: 100%;
    float: none;
}
}

#undercolumn_shopping .information {
    margin-bottom: 15px;
}

#address_area .add_multiple {
    padding: 15px 10px;
    border: 1px solid #ffcc62;
    float: right;
    width: 30%;
    color: #555;
    background: #fffaf0;
    text-align: center;
    font-weight: bold;
}
@media only screen and (max-width: 800px) {
#address_area .add_multiple {
    float: none;
    width: 90%;
    margin: 0 auto;
}
}

#address_area .add_multiple p {
    margin-bottom: 10px;
}

#address_area p.addbtn {
    font-weight: bold;
    font-size: 10px;
}


/* ==============================================
▼検索結果
=============================================== */
p.condition_area {
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
    width: 566px;
}



#under02column {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px 0 100px;
}
@media only screen and (max-width: 800px) {
#under02column {
    width: auto;
    margin: 0 10px;
    padding: 30px 0 50px;
}
}

#undercolumn_cart {    
}
@media only screen and (max-width: 800px) {
#undercolumn_cart {
    padding-left: 0px;
    padding-right: 0px;
    padding-top:10px;
}
#undercolumn_cart table th,
#undercolumn_cart table td {
    font-size: 12px;
}
}

#undercolumn_shopping a {
    word-wrap:break-word;
}
@media only screen and (max-width: 800px) {
#undercolumn_shopping {
    padding-left: 10px;
    padding-right: 10px;
}
}


.shopping_guide {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}
.shopping_guide_left {
    float: left;
    width: 25%;
}
.shopping_guide_right {
    float: right;
    width: 75%;
}
.shopping_guide_title {
    border-bottom: #cccccc solid 1px;
    padding-bottom: 15px;
}
.shopping_guide_title h3 {
    font-size: 20px;
    font-weight: normal;
}
.shopping_guide_head {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: #cccccc solid 1px;
}
.shopping_guide_head ul li {
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
}
.shopping_guide_head ul li:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
}
.shopping_guide_head ul li a {
    color: #666666;
}
.shopping_guide_body dl {
    border-bottom: #cccccc solid 1px;
    padding: 30px 0;
}
.shopping_guide_body dl dt {
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 16px;
    position: relative;
}
.shopping_guide_body dl dt:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
}
.shopping_guide_body dl dd {
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
}
.shopping_guide_body dl dd:before {
    content: "A";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff6600;
}
.shopping_guide_body dl dd a {
    color: #000000;
    font-weight: bold;
}
.shopping_guide_nav {
    list-style: none;
}
.shopping_guide_nav li {
    margin-bottom: 20px;
    font-size: 14px;
}
.shopping_guide_nav li a {
    color: #666666;
}
@media only screen and (max-width: 800px) {
.shopping_guide {
    width: 100%;
    padding: 0;
}
.shopping_guide_left {
    float: none;
    width: 100%;
}
.shopping_guide_right {
    float: none;
    width: 100%;
    padding: 0 15px 20px;
}
.shopping_guide_title {
    border-bottom: #cccccc solid 1px;
    padding: 0 15px 15px;
}
.shopping_guide_title h3 {
    font-size: 16px;
    font-weight: normal;
}
.shopping_guide_head {
    padding-top: 20px;
}
.shopping_guide_head ul li {
    margin-bottom: 20px;
    padding-left: 50px;
    font-size: 15px;
}
.shopping_guide_body dl {
    padding: 20px 0;
}
.shopping_guide_body dl dt {
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 15px;
    padding-right: 15px;
}
.shopping_guide_body dl dd {
    padding-left: 50px;
    font-size: 15px;
    padding-right: 15px;
}
.shopping_guide_nav {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #dddddd;
}
.shopping_guide_nav li {
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 15px;
}
}

.policy p {
    margin-bottom: 30px;
    line-height: 2;
}
@media only screen and (max-width: 800px) {
.policy {
    padding: 0 15px;
}
}

/**/
#infscr-loading {
    clear: both;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
}
#infscr-loading img {
    width: 120px;
    height: auto;
    margin: 0 auto;
}

/* booking */
.booking {
    margin-bottom: 40px;
}
.booking_list_area {
    margin-bottom: 110px;
}
.booking_list {
    float:left;
    width:24%;
    height: auto;
    margin-right:1.3%; 
    margin-bottom: 10px;
}
.booking_list:nth-child(4n) {
    margin-right:0;
}
.product_list .list_area .booking_listphoto {
    width: 100%;
    display: table;
}
.booking_listphoto_inner {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 100%;
}
.booking_list .listrightbloc h3 {
    font-size: 14px;
}

.browup {
}
.browup_inner {
    display: table;
    width: 100%;
    max-width: 1000px;
}
.browup_logo {
    display: table-cell;
    vertical-align: top;
    width: 24%;
}
.browup_logo img {
    width: 240px;
    height: auto;
}
.browup_info_area {
    display: table-cell;
    vertical-align: top;
    width: 26%;
    padding: 0 12px;
}
.browup_info {
    margin-bottom: 20px;
}
.browup_info h4,
.browup_info h5 {
    font-size: 14px;
    line-height: 1.6;
}
.browup_info p {
    font-size: 14px;
    line-height: 1.6;
}
.browup_btn_area {
    display: table-cell;
    vertical-align: top;
}
.browup_btn_area ul li {
    margin-bottom: 10px;
}
.browup_btn_area ul li a {
    font-size: 11px;
    width: auto;
    height: 30px;
    color: #ffffff;
    background-color: #666666;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 8px;
    letter-spacing: 0;
}
.browup_btn_area ul li img {
    width: 20px;
    height: auto;
    vertical-align: middle;
    line-height: 30px;
}
.browup_btn_area ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media only screen and (max-width: 800px) {
.booking {
    margin-bottom: 40px;
}
.booking_list_area {
    margin-bottom: 35px;
    padding: 0 10px;
}
.booking_list {
    float:left;
    width:49%;
    height: auto;
    margin-right:2%; 
    margin-bottom: 10px;
}
.booking_list:nth-child(4n) {
    margin-right:0;
}
.booking_list:nth-child(2n) {
    margin-right:0;
}

.browup {
}
.browup_inner {
    display: block;
    width: 100%;
    max-width: 1000px;
}
.browup_logo {
    display: block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.browup_logo img {
    width: 150px;
    height: auto;
}
.browup_info_area {
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 10px;
}
.browup_info {
    margin-bottom: 20px;
}
.browup_info h4,
.browup_info h5 {
    font-size: 12px;
    line-height: 1.6;
}
.browup_info p {
    font-size: 12px;
    line-height: 1.6;
}
.browup_btn_area {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
}
.browup_btn_area ul {
    text-align: center;
}
.browup_btn_area ul li {
    display: inline-block;
    margin: 0 5px 10px;
}
.browup_btn_area ul li a {
    font-size: 12px;
    width: auto;
    height: 30px;
    color: #ffffff;
    background-color: #666666;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 8px;
    letter-spacing: 0;
}
.browup_btn_area ul li img {
    width: 20px;
    height: auto;
    vertical-align: middle;
    line-height: 30px;
}
.browup_btn_area ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}
}

/* management */
.management_btn_area {
    text-align: center;
}
.management_btn_area ul li {
    margin-bottom: 10px;
    display: inline-block;
}
.management_btn_area ul li a {
    font-size: 14px;
    width: auto;
    height: 32px;
    color: #ffffff;
    background-color: #666666;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 8px;
    letter-spacing: 0;
}
.management_btn_area ul li img {
    width: 20px;
    height: auto;
    vertical-align: middle;
    line-height: 32px;
}
.management_btn_area ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* license */
.license {
    text-align: center;
    padding-top: 30px;
}
.license_txt_area {
    margin-bottom: 50px;
}
.license_txt {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 2em;
    font-weight: bold;
}
.logo_modemusicinc {
    width: 201px;
    margin: 0 auto 30px;
}
.logo_modemusicinc img {
    width: 100%;
    height: auto;
}
.license_btn_area {
    text-align: center;
}
.license_btn_area ul li {
    display: inline-block;
    margin: 0 5px 10px;
}
.license_btn_area ul li a {
    font-size: 14px;
    width: auto;
    height: 32px;
    color: #ffffff;
    background-color: #666666;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 8px;
    letter-spacing: 0;
}
.license_btn_area ul li img {
    width: 20px;
    height: auto;
    vertical-align: middle;
    line-height: 32px;
}
.license_btn_area ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media only screen and (max-width: 800px) {
.license {
    padding: 0 10px;
}
}

/* ==============================================
▼kiyaku
=============================================== */
div#undercolumn_policy {
    width: 100%;
    margin: 0 0;
    line-height: 1.8;
}
div#undercolumn_policy .policy h4 {
    margin-bottom: 10px;
    font-size: 14px;
}
div#undercolumn_policy .policy p {
    margin-bottom: 20px;
    font-size: 14px;
}
div#undercolumn_policy .policy ol {
    margin-bottom: 20px;
    list-style: decimal;
}
div#undercolumn_policy .policy ol li {
    list-style: decimal;
    margin-left: 20px;
}
div#undercolumn_policy .policy li {
    margin-bottom: 10px;
    font-size: 14px;
}
@media only screen and (max-width: 800px) {
div#undercolumn_policy {
    width: auto;
    padding: 0px 0 50px;
}
}


/* ==============================================
 TOP
=============================================== */
#top {
    width: 100%;
}
.top_inner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 810px;
}
.top_ttl {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}
h1.main_ttl span {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 120px;
    font-weight: 800;
    background-color: rgba(255,255,255,0.5);
    line-height: 84px;
    height: 90px;
    display: inline-block;
    margin-bottom: 14px;
}
@media only screen and (max-width: 800px) {
.top_inner {
    height: auto;
}
.top_ttl {
    width: 100%;
    margin: 0 auto;
    padding: 40px 10px 80px;
}
h1.main_ttl span {
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    background-color: rgba(255,255,255,0.5);
    line-height: 30px;
    height: 30px;
    display: inline-block;
    margin-bottom: 10px;
}
}



/* list_banner */
.list_banner {
    width: 100%;
    margin-bottom: 22px;
    background-color: #6a697f;
    overflow: hidden;
    position: relative;
}
.list_banner_inner {
    min-height: 17.148em;
    border: 0;
    display: block;
    position: relative;
    z-index: 1;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.list_banner_txt {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
}
.list_banner_txt h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    background-color: rgba(255,255,255,0.5);
    padding: 0 5px;
    margin-bottom: 10px;
}
.list_banner_txt p {
    font-size: 16px;
    color: #000000;
    display: inline-block;
    background-color: rgba(255,255,255,0.5);
    padding: 0 5px;
}

