@charset "utf-8";

/*--------------------------------------
	EDITOR'S CLOSET
--------------------------------------*/

/* #editorsClosetArea */
#editorsClosetArea > .header {
	margin-bottom: 24px;
	zoom: 1;
}
#editorsClosetArea > .header:after { /* clearfix */
	display: block;
	content: "";
	clear: both;
}
#editorsClosetArea > .header h1 {
	float: left;
	width: 480px;
}
#editorsClosetArea > .header p {
	float: right;
	width: 440px;
}

/* #editorsClosetTabs */
#editorsClosetTabs {
	zoom: 1;
}
#editorsClosetTabs:after { /* clearfix */
	display: block;
	content: "";
	clear: both;
}
#editorsClosetTabs li {
	margin-right: 36px;
	float: left;
}
#editorsClosetTabs li.guest {
	margin-right: 0;
}
#editorsClosetTabs li a {
	width: 306px;
	height: 35px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#editorsClosetTabs li a.cur,
#editorsClosetTabs li a:hover {
	background-position: 0 -35px;
}
#editorsClosetTabs li.latest a {
	background-image: url('../images/closet/tab_latest.gif');
}
#editorsClosetTabs li.editor a {
	background-image: url('../images/closet/tab_editor.gif');
}
#editorsClosetTabs li.guest a {
	background-image: url('../images/closet/tab_guest.gif');
}

/* .editorsClosetContent */
.editorsClosetContent {
	margin-top: -1px;
	padding: 40px 19px 30px;
	border: solid 1px #ababab;
}
.editorsClosetContent .box {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ababab;
	zoom: 1;
}
.editorsClosetContent .box:after { /* clearfix */
	display: block;
	content: "";
	clear: both;
}
.editorsClosetContent .box .author {
	float: left;
	width: 85px;
}
.editorsClosetContent .box .author p.name {
	padding-top: 7px;
	font-size: 125%; /* 15px */
	font-weight: bold;
	text-align: center;
}
.editorsClosetContent .box .text {
	float: left;
	padding-left: 20px;
	width: 680px;
}
.editorsClosetContent .box .text dt {
	margin-bottom: 0.7em;
	font-weight: bold;
}
.editorsClosetContent .box .text dd p {
	margin-bottom: 0.8em;
	text-indent: 1em;
}
.editorsClosetContent .box .text dd p.update {
	text-indent: 0;
}
.editorsClosetContent .box .figure {
	float: right;
	width: 105px;
}

/* #editorsClosetIndivdual */
#editorsClosetIndivdual {
	padding: 19px;
	border: solid 1px #ababab;
}
#editorsClosetIndivdual h2 {
	margin-bottom: 20px;
	font-size: 200%; /* 24px */
	color: #000;
	font-weight: bold;
}
#editorsClosetIndivdual .box {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ababab;
	zoom: 1;
}
#editorsClosetIndivdual .box:after { /* clearfix */
	display: block;
	content: "";
	clear: both;
}
#editorsClosetIndivdual .box .text {
	padding-top: 0.8em;
	float: right;
	width: 800px;
}
#editorsClosetIndivdual .box .text p {
	margin-bottom: 0.8em;
	text-indent: 1em;
}
#editorsClosetIndivdual .box .text p.update {
	text-indent: 0;
}
#editorsClosetIndivdual .box .figure {
	float: left;
	width: 90px;
}

/* #editorsClosetArea */
#editorsClosetArea .editorsProfile {
	padding: 20px;
	background-color: #f3f3f3;
}
#editorsClosetArea .editorsProfile .profile {
	margin-bottom: 10px;
	zoom: 1;
}
#editorsClosetArea .editorsProfile .profile:after { /* clearfix */
	display: block;
	content: "";
	clear: both;
}
#editorsClosetArea .editorsProfile .author {
	float: left;
	width: 85px;
}
#editorsClosetArea .editorsProfile .author p.name {
	padding-top: 7px;
	font-size: 125%; /* 15px */
	font-weight: bold;
	text-align: center;
}
#editorsClosetArea .editorsProfile .text {
	padding-left: 20px;
	float: left;
	width: 640px;
}
#editorsClosetArea .editorsProfile .text p {
	margin-bottom: 0.8em;
	text-indent: 1em;
}
#editorsClosetArea .editorsProfile .text p.link {
	text-indent: 0;
}
#editorsClosetArea .editorsProfile .text dt {
	margin-bottom: 0.7em;
	font-size: 116.667%; /* 14px */
	font-weight: bold;
}
#editorsClosetArea .editorsProfile .figure {
	float: right;
	width: 105px;
}
#editorsClosetArea .editorsWishList {
        margin-bottom: 30px;
	border-bottom: 0;
}
#editorsClosetArea .editorsWishList .header {
	zoom: 1;
}
#editorsClosetArea .editorsWishList .header:after { /* clearfix */
	display: block;
	content: "";
	clear: both;
}
#editorsClosetArea .editorsWishList .header h2,
#editorsClosetArea .editorsWishList .header p {
	margin-right: 1em;
	margin-bottom: 0;
	float: left;
	width: auto;
}
#editorsClosetArea .editorsWishList .header h2 {
	color: #000;
}
#editorsClosetArea .editorsWishList .header p {
	padding-top: 0.35em;
}
#editorsClosetArea .editorsWishList ul.items {
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
}
#editorsClosetArea .editorsWishList ul.items li {
	padding: 0 42px 0 0;
}
#editorsClosetArea .editorsWishList ul.items li .figure {
	float: none;
	width: auto;
}

/* #moreEditorsCloset */
#moreEditorsCloset {
/*padding-top: 25px;*/
}
#moreEditorsCloset .header {
	margin-bottom: 16px;
	border-bottom: solid 1px #ababab;
	height: 33px;
	zoom: 1;
}
#moreEditorsCloset .header:after { /* clearfix */
	display: block;
	content: "";
	clear: both;
}
#moreEditorsCloset .header h2 {
	float: left;
}
#moreEditorsCloset .header p.more {
	float: right;
}
#moreEditorsCloset ul {
  padding: 0 5px;
/*border-bottom: solid 1px #ababab;*/
}
#moreEditorsCloset ul li {
	margin: 0 10px;
	padding-bottom: 15px;
	width: 210px;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
}
*:first-child+html #moreEditorsCloset ul li { /* for IE7 */
	display: inline;
}
#moreEditorsCloset ul li:after { /* clearfix */
	display: block;
	content: "";
	clear: both;
}
#moreEditorsCloset ul li .figure {
	float: left;
	width: 85px;
}
#moreEditorsCloset ul li dl {
	float: right;
	width: 115px;
}
#moreEditorsCloset ul li dl dt {
	padding-top: 0.8em;
	font-size: 116.667%; /* 14px */
}
#moreEditorsCloset ul li dl dd {
	font-size: 90%;
	line-height: 1.2;
}

/* #editorsClosetArticle */
#editorsClosetArticle {
        margin-bottom: 40px;
	padding: 19px;
	border: solid 1px #ababab;
}
#editorsClosetArticle > .header {
	margin-bottom: 15px;
	zoom: 1;
}
#editorsClosetArticle > .header:after { /* clearfix */
	display: block;
	content: "";
	clear: both;
}
#editorsClosetArticle > .header .figure {
	float: left;
	width: 85px;
}
#editorsClosetArticle > .header h2 {
	margin-bottom: 0.2em;
	/*float: right;*/
	width: 805px;
	color: #000;
	font-size: 200%; /* 24px */
	font-weight: bold;
}
#editorsClosetArticle > .header h2 span {
	font-size: 120%;
}
#editorsClosetArticle > .header p.update {
	/*float: right;*/
	width: 805px;
}
#editorsClosetArticle .tolist {
  float: right;
  padding-top: 5px;
  padding-right: 15px;
  background: url("/contents/images/common/arrow_right.png") no-repeat 100% 55%;
  background-size: 7px;
  text-decoration: underline;
}
#editorsClosetArticle .articleContent {
	margin-bottom: 25px;
	zoom: 1;
}
#editorsClosetArticle .articleContent:after { /* clearfix */
	display: block;
	content: "";
	clear: both;
}
#editorsClosetArticle .articleContent .figure {
	padding: 0 20px 10px 0;
	float: left;
}
#editorsClosetArticle .articleContent p {
	margin-bottom: 1.7em;
	text-indent: 1em;
}
#editorsClosetArticle .editorsClosetPager {
	margin-bottom: 30px;
	padding: 5px 10px;
	border: 1px solid #ababab;
	zoom: 1;
}
#editorsClosetArticle .editorsClosetPager:after { /* clearfix */
	display: block;
	content: "";
	clear: both;
}
#editorsClosetArticle .editorsClosetPager li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#editorsClosetArticle .editorsClosetPager li .title {
  max-width: 340px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
#editorsClosetArticle .editorsClosetPager li.empty {
  width: 365px;
}
#editorsClosetArticle .editorsClosetPager li.prev .title {
  margin-left: 22px;
  padding-left: 8px;
}
#editorsClosetArticle .editorsClosetPager li.next .title {
  margin-right: 22px;
  padding-right: 8px;
}
#editorsClosetArticle .editorsClosetPager li .note {
  color: #888888;
}
#editorsClosetArticle .editorsClosetPager li.prev .note {
  margin-left: 22px;
  padding-left: 8px;
}
#editorsClosetArticle .editorsClosetPager li.next .note {
  margin-right: 22px;
  padding-right: 8px;
}
#editorsClosetArticle .editorsClosetPager li.prev {
  width: 365px;
  text-align: left;
}
#editorsClosetArticle .editorsClosetPager li.prev:before {
  content: url("/contents/images/closet/arrow_left_s.png");
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
#editorsClosetArticle .editorsClosetPager li.next {
  width: 365px;
  text-align: right;
}
#editorsClosetArticle .editorsClosetPager li.next:after {
  content: url("/contents/images/closet/arrow_right_s.png");
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
#editorsClosetArticle .editorsClosetPager li.top {
  width: 200px;
  text-align: center;
}
#editorsClosetArticle .editorsClosetPager li.top a {
  color: #e50083;
  font-weight: bold;
  text-decoration: underline;
}
.article_pager {
  width: 100%;
  margin-bottom: 100px;
  display: block;
  overflow: hidden;
}
.article_pager li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.article_pager li.prev {
  width: 400px;
  text-align: left;
}
.article_pager li.prev > div {
  margin-left: 21px;
  padding-left: 10px;
  width: 369px;
}
.article_pager li.prev:before {
  content: url("/contents/images/closet/arrow_left.png");
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
}
.article_pager li.top {
  width: 190px;
  font-weight: bold;
  text-align: center;
}
.article_pager li.top a {
  color: #e50083;
  text-decoration: underline;
}
.article_pager li.next {
  width: 400px;
  text-align: right;
}
.article_pager li.next > div {
  margin-right: 21px;
  padding-right: 10px;
  width: 369px;
}
.article_pager li.next:after {
  content: url("/contents/images/closet/arrow_right.png");
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16px;
}
.article_pager li.empty {
  width: 400px;
}
.article_pager li a div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article_pager li a div:first-child {
  font-weight: bold;
}
.article_pager li a div:last-child {
  color: #888888;
}

/* renew kokokara*/
#editorsClosetArticle {
    border: none !important;
}
#top-2016 #content.column1 {
    border-top: none;
}
#top-2016 .slider-area {
    z-index: 0;
    width: 340px;
    position: absolute;
    left: auto;
}
#top-2016 .slider-area .inner {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
}
#top-2016 .slider-area #main-slider {
    width: 340px;
    text-align: center;
    margin-bottom: 20px;
    height: 400px;
}
#top-2016 .info-area {
    width: 600px;
    float: left;
}
#editorsClosetArticle .articleContent .figures {
    width: 416px;
    position: absolute;
    right: 0;
    top: 260px;
}
#editorsClosetArticle .editorsClosetPager {
  margin-top: 100px;
}
#editorsClosetArticle .editorsClosetPager {
  margin-top: 100px;
}
.article_pager {
    margin-left: 358px;
}
.article_pager ul {
    text-align: center;
}
#editorsClosetArea .editorsProfile .text p.link {
    height: 36px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    background: url(https://img.elleshop.jp/web/default/es_images/top/btn_arrow_black.png) 93% center no-repeat #f3f3f3;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    line-height: 24px;
}
#editorsClosetArea .editorsProfile .text p.link a {
    padding: 10px 30px;
    border: 1px solid #bbbbbb;
}
#top-2016 #main-slider .slick-prev, #top-2016 .closetlist .slick-prev {
    position: absolute;
    top: 180px;
    left: -20px;
    width: 32px;
    height: 63px;
    background: url(https://img.elleshop.jp/web/default/es_images/detail/btn_slider_prev.png) top left no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#top-2016 #main-slider .slick-next, #top-2016 .closetlist .slick-next  {
    position: absolute;
    top: 180px;
    left: 320px;
    width: 32px;
    height: 63px;
    background: url(https://img.elleshop.jp/web/default/es_images/detail/btn_slider_next.png) top left no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#top-2016 .closetlist .slick-prev  {
    top: 100px;
    margin-left: -5px;
}
#top-2016 .closetlist .slick-next  {
    top: 100px;
    margin-left: 690px;
}
#top-2016 #main-slider {
    width: 340px;
    text-align: center;
    margin-bottom: 20px;
}
#top-2016 #sub-slider .slick-prev {
    position: absolute;
    top: 40px;
    left: -20px;
    width: 11px;
    height: 20px;
    background: url(https://img.elleshop.jp/web/default/es_images/detail/btn_slider_prev_s.gif) top left no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#editorsClosetArticle #sub-slider .slick-next {
    position: absolute;
    top: 40px;
    right: -20px;
    width: 11px;
    height: 20px;
    background: url(https://img.elleshop.jp/web/default/es_images/detail/btn_slider_next_s.gif) top left no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#editorsClosetArticle {
    padding: 0px 15px !important;
}
#editorsClosetArticle h2.edi {
    font-size: 24px;
    padding-bottom: 10px;
    border-left: none;
    font-weight: initial;
}
#editorsClosetArea .info-edi:after {
    clear: both;
}
#editorsClosetArea .info-edi .image {
    float: left;
    padding-bottom: 10px;
}
#editorsClosetArea .info-edi .name {
    float: right;
    margin-left: 10px;
    text-align: left;
    height: 85px;
    line-height: 85px;
    vertical-align: middle;
    width: 80%;
}
#editorsClosetArea .info-edi .name a {
    padding-top: 40px;
}
#editorsClosetArticle .articleContent p.lead {
    clear: both;
}
#editorsClosetArticle .articleContent .useList .items {
  margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
    padding: 13px 0 0;
}
#editorsClosetArticle .articleContent .useList .items li {
    padding: 0 10px 0 0;
}
#editorsClosetArticle .articleContent .useList .items li .figure, #editorsClosetArea .editorsWishList ul.items li .figure {
    float: none;
    width: auto;
    height: 165px !important;
}
#editorsClosetArticle .articleContent #widget {
  margin-bottom: 20px;
}
#editorsClosetArea .editorsWishList .header h2, #editorsClosetArea .editorsWishList .header p {
    margin-right: 1em;
    margin-bottom: 0;
    float: left;
    width: auto;
}
#editorsClosetArticle .sns #facebook {
    float: left;
    margin-right: 10px;
}
#editorsClosetArticle .sns {
    margin-bottom: 20px;
}

.closetlist {
    position: relative;
    margin-bottom: 20px;
}
.closetlist .slider.container {
    line-height: 250px;
}
.closetlist .slick-dotted.slick-slider {
  margin-top: 20px;
  margin-bottom: 0px !important;
}
.closetlist .slider{
    z-index: 0;
    position: relative;
}
.closetlist .slick-slide{
    text-align: center;   
}
.closetlist .slider-for img{
    max-width: 200px;
    height: auto;
    box-shadow: 1px 1px 3px rgba(200, 200, 200, 0.8);
    display: inline-block;
}
.closetlist h2 {
    text-align: center;
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 30px;
    border-left: none;
    font-weight: initial;
    border-top: 1px solid #bbbbbb;
}
.closetlist .slide-item .info {
    line-height: 18px;
    text-align: left;
    width: 200px;
    padding: 10px 0px;
}
/* ページャー */
.closetlist .slick-dots{
display: none !important;
}
.closetlist .slick-dots li{
    display: inline !important;
    margin: 0.5em;
}
.closetlist .slick-dots button{
    display: inline !important;
    width: 1em;
    height: 1em;
    background-color: #ccc;
    text-align: center;
    overflow: hidden;
    text-indent: 2em;
    border-radius: 100%;
}
.closetlist .slick-dots .slick-current button{
    background-color: aqua;
}
.closetlist .slick-dots li button {
    padding: 0px 5px;
}
#top-2016 .closetlist .slick-prev:hover, #top-2016 .closetlist .slick-next:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
#editorsClosetArea > .header p {
    margin-top: 10px !important;
    float: left !important;
    width: auto !important;
}
#top-2016 #content #editorsClosetArea .title {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: none !important;
    font-family: 'Futura LT W01 Book';
    font-size: 48px !important;
    line-height: 40px;
    color: #000000;
}
#top-2016 #content #editorsClosetArea .new .box {
    float: left !important;
    width: 230px;
    margin-right: 31px;
    margin-bottom: 60px;
}
#top-2016 #content #editorsClosetArea .new .box:last-child {
    margin-right: 0px;
}
#top-2016 #content #editorsClosetArea h3 {
    font-size: 40px;
    padding: 50px 0px;
    font-family: 'Futura LT W01 Book';
    border-left: none;
    text-align: center;
    line-height: 40px;
    color: #000000;
}
#top-2016 #content #editorsClosetArea .header h3 {
    margin: 90px 25% 50px !important;
    padding: 0px;
}
#top-2016 #content #editorsClosetArea .new .box .author a {
    float: left;
}
#top-2016 #content #editorsClosetArea .new .box .author .name {
    float: left;
    margin-left: 10px;
    font-size: 125%;
    font-weight: bold;
    text-align: center;
    height: 85px;
/*    line-height: 85px;*/
    vertical-align: middle;
    width: 130px;
    height: 65px;
    padding-top: 30px;
}
#top-2016 #content #editorsClosetArea .new .box .author .icon img {
    vertical-align: middle;
    border: 1px solid #dddddd;
    border-radius: 43px;
}
#top-2016 #content dt {
    font-size: 12px;
    font-weight: bold;
    height: 50px;
overflow:hidden;
}
#top-2016 #content #editorsClosetArea .new .box dd {
    height: 80px;
}
#top-2016 #content #editorsClosetArea .tabarea {
    clear: both;
}
#top-2016 #content #editorsClosetArea #editorsClosetTabs {
    border-bottom: 1px solid #dddddd;
    margin: 0px 0px 30px 0px;
    display: table;
    height: 40px;
    border-left: none;
    text-align: center;
    width: 310px;
    padding: 0px 268px;
}
#top-2016 #content #editorsClosetArea #editorsClosetTabs li {
    width: 160px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    float: none;
}
#top-2016 #content #editorsClosetArea #editorsClosetTabs li.on {
    border: 1px solid #dddddd;
}
#top-2016 #content #editorsClosetArea #editorsClosetTabs li a {
    color: #000000;
    background: none;
    white-space: nomal;
    text-indent: 0;
    height: 15px;
}
#top-2016 #content #editorsClosetArea #editorsClosetTabs li.on, #top-2016 #content #editorsClosetArea #editorsClosetTabs li.off:hover {
    background: #000000;
    border: 1px solid #000000;
}
#top-2016 #content #editorsClosetArea #editorsClosetTabs li.on a, #top-2016 #content #editorsClosetArea #editorsClosetTabs li.off:hover a {
    color: #ffffff;
}
#editorsClosetTabs li a  {
    width: 160px !important;
}
.editorsClosetContent {
    border: none !important;
    padding: 0 !important;
}
.editorsClosetContent .box {
    height: 320px !important;
    width: 170px !important;
    float: left !important;
    margin-right: 35px;
    border-bottom: none !important;
}
.editorsClosetContent .box:nth-child(5n)  {
    margin-right: 0px;
}

.editorsClosetContent .box .author .icon img {
    border-radius: 85px;
    border: 1px solid #dddddd;
}
.editorsClosetContent .box .author, .editorsClosetContent .box .text {
    float: none !important;
    width: 170px !important;
    padding-left: 0px !important;
}
.editorsClosetContent .box .author p.name {
    text-align: left !important;
}
#editorsClosetArea .more {
    margin-bottom: 40px;
}
#editorsClosetArea > .header {
    margin-bottom: 0px !important;
}
.editorsClosetContent .box .text {
    height: 85px;
}
.editorsClosetContent .box {
    text-indent: 0px !important;
    font-size: 80% !important;
}
.newicon {
    position: absolute;
    top: 48px;
    left: 200px;
}
#top-2016 #content #editorsClosetArea .new .box:nth-child(4n) {
    margin-right: 0px;
}
#top-2016 .content #editorsClosetArea .btn.more {
    margin-left: 44%;
    width: 12%;
}
#top-2016 .content #editorsClosetArea .tabarea .btn {
    margin-top: 5px;
    width: 170px;
}
#top-2016 .content #editorsClosetArea .tabarea .btn a {
    background: url(https://img.elleshop.jp/web/default/es_images/top/btn_arrow_white.png) 140px center no-repeat #000000;
}
#top-2016 .content #editorsClosetArea .tabarea .btn a:hover {
    background: url(https://img.elleshop.jp/web/default/es_images/top/btn_arrow_black.png) 140px center no-repeat #f5f5f5;
}

#top-2016 .content #editorsClosetArea .btn, #top-2016 .content #editorsClosetArea .btn {
    line-height: 1em;
    display: table;
    font-size: 14px;
    text-indent: -8px;
}
#top-2016 .content #editorsClosetArea .btn a {
    width: 170px;
    height: 36px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: url(https://img.elleshop.jp/web/default/es_images/top/btn_arrow_white.png) 85% center no-repeat #000000;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#top-2016 .tabarea #editorsClosetEditor .btn a {
    font-size: 12px;
    height: 31px;
}
#top-2016 .content #editorsClosetArea .btn a:hover {
    background: url(https://img.elleshop.jp/web/default/es_images/top/btn_arrow_black.png) 85% center no-repeat #f5f5f5;
    color: #000000 !important;
    border: 1px solid #000000;
}
.article_pager a {
    background: url(https://img.elleshop.jp/web/default/es_images/top/btn_arrow_white.png) 95% center no-repeat #000000 !important;
}
.article_pager a:hover {
    background: url(https://img.elleshop.jp/web/default/es_images/top/btn_arrow_black.png) 95% center no-repeat #f5f5f5 !important;
}
#moreNew {
    display: none;
}
#top-2016 #content #editorsClosetArea .new .box .text {
    height: 160px;
    padding-top: 0.8em;
}


#editorsClosetIndivdual .newicon {
    top: 400px !important;
}
#top-2016 #content .box  .date, #editorsClosetArticle .articleContent .date,  #top-2016 #content .closetlist .date {
    font-size: 12px;
    color: #aaaaaa;
    font-family: 'Futura LT W01 Book';
    text-indent: 0 !important;
    margin-bottom: 6px;
}
#editorsClosetIndivdual {
    border: none !important;
}
#editorsClosetArea .editorsProfile {
    margin: 20px 0 40px;
}
#editorsClosetIndivdual .box {
    width: 220px !important;
    float: left !important;
    margin-right: 40px;
    border-bottom: none !important;
}
#editorsClosetIndivdual .box:nth-child(4n)  {
    margin-right: 0px;
}
#editorsClosetIndivdual .box .author, #editorsClosetIndivdual .box .text {
    float: none !important;
    width: 225px !important;
    padding-left: 0px !important;
    font-size: 80% !important;
height:220px;
}
#editorsClosetIndivdual .box .figure {
    float: none !important;
}
#editorsClosetIndivdual .box .text p {
    margin-bottom: 0px;
}
#editorsClosetIndivdual {
    padding: 0px !important;
}
#editorsClosetIndivdual .strong {
    font-weight: bold;
    padding-bottom: 0.8em;
}
#editorsClosetIndivdual {
    clear: both;
}
.info-edi {
    height: 85px;
    padding-top: 0px !important;
}
.info-edi img, #editorsClosetArea .editorsProfile .author .icon img {
    border-radius: 43px;
    border: 1px solid #dddddd;
}
#editorsClosetArea {
    margin-bottom: 40px;
    position: relative;
}
.article_pager li.top, .article_pager li.top a {
    width: 250px !important;
}
#editorsClosetArea .editorsProfile .text dt {
    height: 20px !important;
}

#editorsClosetArea .editorsProfile {
    padding: 0px !important;
    clear: both;
}
#editorsClosetArea .editorsProfile .profile {
    padding: 15px !important;
}
.article_pager {
    width: 24% !important;
padding-top:50px;
    margin-left: 38% !important;
}
#top-2016 #content #editorsClosetArea h4, #top-2016 #content #editorsClosetArea h5 {
    padding: 20px 0px;
    font-family: 'Futura LT W01 Book';
    border-left: none;
    text-align: left;
    line-height: 25px;
    color: #000000;
}
#top-2016 #content #editorsClosetArea h4 {
    font-size: 25px;
}
#top-2016 #content #editorsClosetArea h5 {
    font-size: 20px;
}
#top-2016 .content .info-area p {
    font-size: 13px;
line-height:1.9;
}
#editorsClosetArticle p a{
text-decoration:underline!important;}

#top-2016 .content .info-area .brandName {
    font-family: 'Futura LT W01 Heavy' !important;
    font-weight: 400;
    margin-bottom: 0;
}
#top-2016 .content .info-area .price {
    margin-top: 0;
    font-family: 'Futura LT W01 Heavy';
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 14px;
}
#top-2016 .content .info-area li .sale {
    width: 50%;
    float: left;
    margin-top: -14px;
    line-height: 14px;
    font-size: 12px;
}
#top-2016 .content .info-area li .sale:nth-child(2n) {
    margin-left: 50%;
    text-align: right;
}
#editorsClosetArticle .info-area .figure {
    float: none;
}
#top-2016 #editorsClosetArticle .slider-area {
    margin-top: 30px;
    margin-left: 80px;
}
.article_pager li.top a {
    text-decoration: none !important;
}
.article_pager li.top {
    font-weight: normal !important;
}
#main .editorsWishList  .header {
    margin-bottom: 0px !important;
}

#top-2016 .slider-area #ed-main-slider {
    width: 340px;
    text-align: center;
    margin-bottom: 20px;
    height: 400px;
}
#top-2016 #ed-main-slider .slick-prev {
    position: absolute;
    top: 180px;
    left: -20px;
    width: 32px;
    height: 63px;
    background: url(https://img.elleshop.jp/web/default/es_images/detail/btn_slider_prev.png) top left no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

#top-2016 #ed-main-slider .slick-next {
    position: absolute;
    top: 180px;
    left: 327px;
    width: 32px;
    height: 63px;
    background: url(https://img.elleshop.jp/web/default/es_images/detail/btn_slider_next.png) top left no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#top-2016 #ed-main-slider {
    width: 340px;
    text-align: center;
    margin-bottom: 20px;
}
#top-2016 #ed-sub-slider .slick-prev {
    position: absolute;
    top: 40px;
    left: -20px;
    width: 11px;
    height: 20px;
    background: url(https://img.elleshop.jp/web/default/es_images/detail/btn_slider_prev_s.gif) top left no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#editorsClosetArticle #ed-sub-slider .slick-next {
    position: absolute;
    top: 40px;
    right: -20px;
    width: 11px;
    height: 20px;
    background: url(https://img.elleshop.jp/web/default/es_images/detail/btn_slider_next_s.gif) top left no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#ed-sub-slider {
    width: 300px;
    margin: 0 auto;
}
#editorsClosetArticle .slider-area {
    z-index: 10;
}
#editorsClosetArea .editorsWishList ul.items li {
    padding: 10px 10px 0 0 !important;
}
#editorsClosetArticle .articleContent p {
    text-indent: 0;
}

#top-2016 .content .bana-area {
    padding-bottom: 0px !important;
}

#features h3 {
    margin-bottom: 0px;
}
.latesttopics {
    border-top: 1px solid #dddddd;
}
#top-2016 .content #eolLink {
    border-bottom: 0;
}
.latesttopics {
    clear: both;
}
.latesttopics h3 {
    font-size: 40px;
    padding: 50px 0px;
    font-family: 'Futura LT W01 Book';
    border-left: none;
    text-align: center;
    line-height: 40px;
    color: #000000;
}
/* renew kokomade */

.latest-container .author .icon a {
  float: left;
}

.latest-container .author .icon a img {
  vertical-align: middle;
  border: 1px solid #dddddd;
  border-radius: 43px;
}

.latest-container .author .icon .name {
  float: left;
  margin-left: 10px;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  height: 65px;
  padding-top: 30px;
}