@charset "utf-8";
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width:640px ) {

.curatorProfile {
    border-top: 1px solid #e5e5e5;
}

.profilePhoto {
	display: block;
	padding-bottom: 20px;
	width: auto;
}

.profilePhoto img {
	-moz-border-radius:150px;
	-webkit-border-radius:150px;
	border-radius:150px;
	height: 150px;
	width: 150px;
}

.profileTxt {
	display: block;
	text-align: center;
	width:auto;
}

.profileTxt .name {
	font-size: 14px;
	padding-bottom:8px;
}

.profileTxt .txt {
	font-size: 12px;
}

.profileBtn {
	margin: 0 10px;
}

.profileBtn li {
	margin-right: 5px;
}

.profileBtn li a {
	width: 70px;
	padding-bottom: 2px;
}

.profileBtn li a span {
	font-size: 10px;
}

.profileBtn .blg a {
	background: #eee url(../img/icon19.png) center 14px no-repeat;
	background-size: 21px;
}

.profileBtn .fb a {
	background: #3c5a98 url(../img/icon20.png) center 14px no-repeat;
	background-size: 10px 20px;
}

.profileBtn .tw a {
	background: #31a7e0 url(../img/icon05.png) center 17px no-repeat;
	background-size: 22px 15px;
}

.profileBtn .instagram a {
	background: #d93175 url(../img/icon30.png) center 17px no-repeat;
}

.profileBtn .flw a {
	background: #7058a3 url(../img/icon21.png) center 14px no-repeat;
	background-size: 21px;
}

.curatorProfileTxt p {
	padding: 15px 10px 25px;
}

.articleSns-sp {
	margin-bottom: 40px;
}

.curatorNewArrivalttl {
	padding:30px 0 20px;
	text-align: center;
}

.curatorList {
	margin-bottom: 15px;
}

.curatorList > li {
	background: url(../img/s_arrow01.png) right center no-repeat #fff;
	-moz-background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
    border-bottom: 1px solid #e5e5e5;
    border-right: none;
    display: block;
	width:100%;
}

.curatorList > li a {
    display: block;
	height: auto;
    padding: 10px 20px 10px 10px;
	width: auto;
}

.curatorList a .boxAreaInner {
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
}

.curatorList > li a .curatorImg {
    height: 75px;
	margin: 0;
    width: 75px;
}

.curatorList .curatorImg img {
	-moz-border-radius:75px;
	-webkit-border-radius:75px;
	border-radius:75px;
    height: 75px;
    width: 75px;
}

.curatorList > li a div.boxTxtR {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    display: block;
    padding-left: 15px;
}

.curatorList > li a div.boxTxtR dt {
	color: #333;
	font-size: 14px;
	text-align:left;
}


.curatorList > li a div.boxTxtR dd {
	color: #666;
	font-size: 12px;
}

/* index */
.newArrivalList li {
	float: none;
}

.newArrivalList > li {
	border-bottom: 1px solid #ccc;
	display: block;
	padding-bottom: 0;
	width: 100%;
}

.newArrivalList > li a {
	background: url(../img/s_arrow01.png) right center no-repeat #fff;
	-moz-background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display: block;
	padding: 8px 20px 8px 10px;
}

.newArrivalList a .inner {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	width: 100%;
}

.newArrivalList > li a div.photo {
	display: block;
	height: 75px;
	padding-bottom: 0;
	width: 100px;
}

.newArrivalList .photo img {
	height: 100%;
	width: 100%;
}

.newArrivalList > li a div.txt {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display: block;
	padding-left: 15px;
}

.newArrivalList dl {
	padding: 0;
}

.newArrivalList li .sns li {
	padding-bottom: 0;
}

#curatorDetail .newArrivalList {
	margin-bottom: 20px;
}

#curatorDetail .newArrivalList li {
	border-bottom: 1px solid #e5e5e5;
	width:100%;
}

#curatorDetail .newArrivalList li a {
	background:url(../img/arrow01.png) right center no-repeat;
	display: block;
}

#curatorDetail .newArrivalList li .photo,
#curatorDetail .newArrivalList li .txt {
	float: none;
}

#curatorDetail .newArrivalList li .photo {
	padding-bottom: 0;
}

#curatorDetail .newArrivalList li .txt {
	padding: 0 0 0 15px;
	width:auto;
}

#curatorDetail .newArrivalList dl {
	height: auto;
	padding: 0;
}

#curatorDetail .newArrivalList li .txt dt {
	font-size:14px;
	font-weight: normal;
	padding-bottom: 5px;
}

#curatorDetail .newArrivalList .icon-pr-wrap {
	margin-top: 5px;
}

#curatorDetail .newArrivalList .sns li {
	border-bottom: none;
}

.category-top-box {
	padding: 20px 10px;
}

.category-top-box-title-s {
	font-size: 14px;
}

.sns .count {
	font-size: 13px;
}

#footerSns-sp li {
	margin-bottom: 0;
}

#footerSnsWidget {
	display: none;
}


#requestBtn .btn {
	background: #ec6d71 url(../img/icon01.png) 18px center no-repeat;
	line-height: 1.8;
	width: 300px;
	margin: 15px auto 20px auto;
}
#requestBtn .btn a {
	background: url(../img/parts.png) no-repeat;
	background-position: 272px -106px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 16px 28px 16px 66px;
}


#requestBtn .btn a br {
	display: block;
}

}