@charset "utf-8";

.l-container {
	width: 990px;
	margin: 0 auto;
}

/*NEWS*/
.title{
	font: 700 30px 'semplicitapro', sans-serif;
  color: #0a0e1f;
  letter-spacing: .13em;
  text-align: left;
  margin: 0 0 60px;
}
#news_search{
	position: relative;
}
#pulldown-search-condition{
	width:990px;
	margin:30px auto 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d8d8d8;
	clear:both;
	overflow: hidden;
	text-align: right;
}
#pulldown-lmk,#pulldown-category,#pulldown-brand{
	margin-right:48px;
	display: inline-block;
}
#pulldown-lmk select,#pulldown-category select,#pulldown-brand select{
	height:30px;
	text-indent: 5px;
	border: none;
	font-size:13px;
}
#pulldown-lmk select{
	width:108px;
}
#pulldown-category select{
	width:166px;
}
#pulldown-brand select{
	width:175px;
}
#pulldown-search-condition select{
  background: transparent;
  border: none;
}
#pulldown-search-condition select::-ms-expand {
  background: transparent;
  border: none;
}
.pulldown-search{
	display: inline-block;
}
.pulldown-search input{
	height:30px;
	line-height:30px;
	margin: 0 auto;
	font-weight: bold;
	color: #fff !important;
	background:#4a4a4a;
	text-align: center;
	display: inline-block;
	padding:0 58px;
	border:none;
	font-family:"semplicitapro","sans-serif";
}
.pulldown-search input:hover{
	opacity:0.6;
}
.top__news{
	margin:0 0 70px 0;
	overflow:hidden;
}
.top__news__list{
	width:1025px;
	margin:0 0 10px 0;
	letter-spacing: -.40em;
}
.top__news__list dl{
	width:226px;
	margin:0 28px 50px 0;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	position:relative;
}
.top__news__list dl .top__news--icon{
	height:16px;
	margin:0 5px 0 0;
	float:left;
	overflow:hidden;
	display: none;
}
.top__news__list dl a:hover .top__news--icon{
	color:#fff;
	text-decoration:none;
}
.top__news__list dl .top__news--icon span{
	width:65px;
	height:0;
	padding: 16px 0 0 0;
	display: block;
	background:url(https://stylevoice.com/res/p/img/storetop/top_news_icon.png) no-repeat;
}
.top__news__list dl .top__news--icon span.icon-news-info{
	background-position:0px 0px;
}
.top__news__list dl .top__news--icon span.icon-news-preorder{
	background-position:0px -16px;
}
.top__news__list dl .top__news--icon span.icon-news-release{
	background-position:0px -32px;
}
.top__news__list dl .top__news--image{
	width:226px;
	height:226px;
	margin:0 0 16px 0;
	overflow:hidden;
}
.top__news__list dl .top__news--image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.top__news__list dl .top__news--date{
	margin:0 0 5px 0;
	color:#666;
	display:inline-block;
}
.top__news__list dl .top__news--title{
	margin:0 0 5px 0;
}

#news_search .newwsNotExist{
	letter-spacing: normal;
	width:990px;
	margin:0;
	font-size:28px;
	letter-spacing:2px;
	text-align:center;
}
/* paging */
.news__paging { 
	width:990px;
	padding: 0 0 20px;
	display: table-cell;
  vertical-align: bottom;
  text-align: right;
}

.news__paging a {
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
	cursor: pointer;
}
.news__paging a.on,
.news__paging a:hover {
	background: #e9e9e9;
	text-decoration: none;
}
.jp-previous{
	width:auto !important;
	padding: 0 3px 0 15px;
	background: url(../shared/img/search.png) no-repeat 3px -700px;
}
.jp-next{
	width: auto !important;
	padding: 0 15px 0 3px;
	background: url(../shared/img/search.png) no-repeat 42px -742px;
}
.jp-previous:hover { background: url(../shared/img/search.png) no-repeat 3px -700px #e9e9e9 !important; }
.jp-next:hover { background: url(../shared/img/search.png) no-repeat 42px -742px #e9e9e9 !important; }

.news__paging a.jp-current, a.jp-current:hover, .news__paging a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
}
.jp-current{
	background: #e9e9e9;
}
.jp-previous.jp-disabled,
.jp-next.jp-disabled{
	display: none;
}