@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：LUNA SEA OFFICIAL STORE
作成日：2014.03.10
修正日：2014.03.10
ガイドライン：Ver.02
製作者：株式会社エムアップ
------------------------------*/


/* ------------------------------------
 * 標準スタイルのリセット
 * ------------------------------------ */
@import "reset.css";
@import "common.css";


/* ------------------------------------
 * ニュース一覧
 * ------------------------------------ */

/* ページング */

ul.paging {
	clear: both;
	margin-top: 30px;
	padding-top: 15px;
	border-top: dotted 1px #999;
    text-align: center;
}

ul.paging li {
	border-left: solid 1px #999;
    display: -moz-inline-box; /*for FF2*/
    display: inline-block; /*Modern Browser & FF3*/
}
    /* Windows IE6 only */
    * html ul.paging li
    {
        display: inline;  
        zoom: 1;
    }
    /* Windows IE7 only */
    *+html ul.paging li
    {
        display: inline;
        zoom: 1;
    }

ul.paging li:first-child {
	border-left: none;
}

ul.paging li.first-child { /*IE-expression (first-child) */
	border-left: none;
}

ul.paging li { /* IE-expression (first-child) */
behavior: expression(
this.className += (this.previousSibling == null) ? " first-child" : "",
this.style.behavior = "none"
);
}

ul.paging a,
ul.paging span {
	margin: 0;
	padding: 0 10px;
	line-height: 1.2;
}

ul.paging span.disabled {
	color: #999;
}



/*--- ニュース ------------------*/

#news {
	margin:30px 0;
}

#news h2 {
	display:block;
	height:44px;
	text-indent:-9999px;
	background: url(/img/news/title_news.gif) no-repeat left top;
}

#news a.more {
	display: block;
	position: absolute;
	width: 70px;
	height: 30px;
	top: 7px;
	right: 9px;
}

#news .article {
	padding-top:20px;
}

ul#newslist {
	padding: 0 3px 0 2px;
	zoom: 1;
}

ul#newslist:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

ul#newslist li {
	padding: 10px;
	display: inline;
	float: left;
	width: 450px;
	font-size: 93%;
	zoom: 1;
}

ul#newslist li:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

ul#newslist li.even {
	clear: both;
}

ul#newslist li h3 {
	margin-bottom: 10px;
	line-height: 1.4em;
	font-weight: bold;
}

ul#newslist li img.thumb {
	float: left;
	width: 118px;
	height: 118px;
	border: 1px solid #404040;
}

ul#newslist li div {
	width: 315px;
	float: right;
}

#news #newsArticle {
	padding: 20px 13px 20px 160px;
	border-top: dotted 1px #999;
	position: relative;
}

#news #newsArticle img.thumb {
	border: 1px solid #404040;
	position: absolute;
	top: 20px;
	left: 12px;
	width: 118px;
	height: 118px;
}

#news #newsArticle h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 116%;
}

span.new {
	background: url("/img/common/new.gif") no-repeat scroll right top transparent;
	padding-right: 30px;
}