/* ************************************************ 
 *  artist page
 * ************************************************ */
#artist-main-box { width: 94%; min-width: 700px; background-color: rgba(255,255,255,0.8); position: relative; left: 0; margin-left: auto; margin-right: auto; padding-bottom: 40px; }

#artist-main-box-top { width: 92%; margin-right: auto; margin-left: auto; padding-top: 24px;}
#artist-main-box-top div.left {width: 39%;height:17.5vw;float:left;margin-bottom:10px; }
#artist-main-box-top div.left img { max-width:100%; max-height:100%;}
#artist-main-box-top div.right { width: 58%; float:right; margin-bottom:10px;}
#artist-main-box-top div.right h3 { font-size: 2em; padding: 7px 0 12px 0;border-bottom:1px solid #999;margin-bottom:10px;line-height:1.2em;}

#artist-main-box-top .right ul { width:100%; margin-bottom:10px; }
#artist-main-box-top .right ul li {list-style: none;font-size: 0.8em; float:left; padding-right:15px; line-height:1em;}
#artist-main-box-top .right ul li a { color: #e7582c;display:block; }
#artist-main-box-top .right ul li a::before { content: ""; display: inline-block; border: 4px solid transparent; border-left-color: #e7582c; margin-right: 3px;}
#artist-main-box-top .right ul li a:hover{ color:#ef7661;}

#artist-main-box-top div.right .description{ font-size:12px; line-height:1.5em;}
@media screen and (min-width: 1200px) {
#artist-main-box-top div.right .description{ font-size:14px;}
}

#artist-main-box-top .right .bookmark { float:right;display:block; text-align: center; background-color: #000; border-radius: 6px; -webkit-border-radius: 6px  -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; padding: 12px 10px 12px 0; width: 190px; font-size: .8em; color: #e7582c; box-sizing: border-box;}
#artist-main-box-top .right .bookmark i{ padding-right:10px;}
#artist-main-box-top .right .bookmark:hover{ background-color:#333;}

.artist_schedule{ padding:0 4%; margin-bottom:12px;}

.past_show{ padding:5px 0 ;}
.past_show a{
	display:block;
	border:4px solid #aaa;
	background-color: rgba(255,255,255,0.8);
	color:#e7582c;
	text-align:center;
	padding:15px;
	font-size:16px;
	line-height:1em;
	font-weight: bolder;
}
.past_show a:hover{ background-color:#f1f1f1;}

#goods-box { width: 92%; background-color: #fff; background-color: rgba(255,255,255,0.8);  border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; margin-right: auto; margin-left: auto; margin-bottom: 10px; box-sizing: border-box; padding:10px 12px 20px 12px;}
#goods-box h4{ width:200px; margin:0 auto 10px auto;}
#goods-box div { text-align: center;}
#goods-box div img { width: 150px;}
#goods-box ul { display: table; table-layout: fixed; text-align: center; width: 92%; margin:0 auto;}
#goods-box ul li {display: table-cell;vertical-align: middle;width: 20%;font-size:12px; line-height:1.5em; outline:none; }
#goods-box ul li a { color: #e7582c; }
#goods-box ul li img { width: 80px; margin:0 auto;}

#recommend-box { width: 92%; background-color: #fff; background-color: rgba(255,255,255,0.8); border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px;  -o-border-radius: 6px; margin-right: auto; margin-left: auto; padding:12px 12px 20px 12px; margin-bottom:10px; box-sizing: border-box;}
  #recommend-box h4 { color: #e7582c; text-align: center; padding: 0 0 12px 0; font-size: 16px; font-weight: bolder; line-height: 1.5em;}
    #recommend-box ul { display: table; table-layout: fixed; width: 92%; margin-right: auto; margin-left: auto; margin-bottom:0!important;}
      #recommend-box ul li { display: table-cell; text-align: center; vertical-align: middle; width: 30%; outline:none; }
        #recommend-box ul li a {color: #000;font-size:12px; line-height:1.5em;}
          #recommend-box .info {color: #e7582c;}
            #recommend-box img {margin: auto;}

#recommend-box .slick-prev,#recommend-box .slick-next,#goods-box .slick-prev,#goods-box .slick-next{ height: 40px; margin-top: -40px;}


/* 3026 ア-ティスとページ取り扱いが無い時のソース追加 160112 */
.no-data { background: rgba( 255, 255, 255, 0.8); box-sizing: border-box; padding: 20px 9px; text-align: center; width: 100%;}