@charset "utf-8";

.article p {
	margin-left:0;
}

.shop_headline {
	position:relative;
	padding-bottom:35px;
}

.shop_headline .mv {
	margin-top:14px;
	overflow: hidden;
}

.shop_headline:after {
	content:"";
	display:block;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	border-bottom:1px solid #CCCCCC;
	height:0;
	width:111px;
	position: absolute;
}

.shop_headline p {
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
}

.mv ul li img{
	width:100%;
	height:auto;
}

.mv ul.slide_img {
	clear:both;
	float:left;
	width:526px;
	height:315px;
	position: relative;
	margin-left:4px;
	margin-top:6px;
}

.mv ul.slide_img li {
	width:526px;
	height:auto;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition-duration:1s;
	-moz-transition-duration:1s;
	-webkit-transition-duration:1s;
	-o-transition-duration:1s;
	-ms-transition-duration:1s;
}

.mv ul.slide_img li.active {
	opacity: 1.0;
}

.mv ul.slide_thumb {
	float:right;
	width:164px;
	height:351px;
	overflow: hidden;
	padding:6px 12px 6px 6px;
}

.mv ul.slide_thumb li {
	width:164px;
	height:auto;
	margin:0 0 12px 0;
}

.mv ul.slide_thumb li a:hover {
	opacity: 0.7;
}

.mv ul.slide_thumb li.active {
	outline :solid 6px rgba(68,118,129,0.5);
}

.product {
	padding-top:30px;
	text-align: center;
}

.product h2 {
    font-size: 23px;
    background: none;
    text-align: center;
    padding: 0;
    color: #333333;
    height: auto;
	margin-bottom: 0;
	letter-spacing:0.1em;
}

.product > p {
	margin-top:10px;
}

.product .insta_title {
	text-align:center;
	color: #3F767F;
	font-weight:bold;
	font-size:16px;
	background:url(../images/shop/insta_icon.png) left center no-repeat;
	padding-left:40px;
	line-height:30px;
	display:inline-block;
}

.product > ul {
	overflow:hidden;
	padding-top: 20px;
}

.product > ul > li {
	width: 172px;
	margin-right:10px;
	margin-top:10px;
	float:left;
	position: relative;
}

.product > ul > li a {
    display: block;
    height: 172px;
    width: 172px;
    line-height: 172px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    opacity: 0;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    transition: top 0.3s;
    font-size: 16px;
    transition: .5s all;
}

.product > ul > li p a i:before {
    margin-right: 5px;
}

.product > ul > li:hover a {
    top: 0;
    opacity: 1;
}

.product > ul > li:nth-child(4n) {
	margin-right:0;
}

.product > ul > li:nth-child(-n+4) {
	margin-top:0;
}

.product > ul > li img {
	max-width: 100%;
	height:auto;
}

.read_more a {
    display: block;
    color: #fff;
    background: #437680;
    border-radius: 30px;
    width: 220px;
    margin: 20px auto 0;
    padding: 10px 0;
    position: relative;
    line-height: 120%;
    font-weight: bold;
}

.read_more a:hover {
	opacity: 0.8;
}

.read_more a span {
    font-size: 14px;
    color: #B4C8CC;
	font-weight:normal;
}

.read_more a i {
	position:absolute;
	color: #b4c8cc;
	height:16px;
	right: 16px;
	top:0;
	bottom:0;
	margin:auto;
}

.artist {
    margin-top: 40px;
    /*border: 1px solid #CCCCCC;*/
	background: #EEE;
    padding: 24px 36px 30px;
	overflow:hidden;
}

.artist h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.artist > ul {
	font-size: 15px;
}

.artist > ul > li {
    display: block;
    width: 33.3%;
    float: left;
}

.artist > ul > li:last-child {
	margin-right:0;
}

.artist > ul > li > ul > li {
	margin-bottom: 3px;
	font-size: 14px;
}

.artist > ul > li > ul > li:last-child {
	margin-bottom: 0;
}

.detail {
	overflow:hidden;
	margin-bottom: 10px;
}

