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

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


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


/* ------------------------------------
 * 共通設定・デフォルト値の再定義
 * ------------------------------------ */
 
#content h2 {
	margin-top:30px;
	margin-bottom: 20px;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:normal;
	line-height:1.2;
	font-size: 28px;
}
/*--- LINK ------------------*/
 
a {
	cursor: pointer;
	outline: none;
}
a img {
	border: 0;
}
a:link,
a:visited {
	color: #d11100;
	text-decoration: none;
}
a:hover,
a:active {
	color: #d11100;
	text-decoration: underline;
}

/* ------------------------------------
 * COMMON
 * ------------------------------------ */

#content #contentInner {
	margin:40px 0;
	padding:50px;
}

#content .section {
	margin-top: 20px;
}
 
#content .section h3 {
	margin-bottom: 5px;
	padding: 5px 10px;
	color: #fff;
	background: #404040;
	font-size: 131%;
}

#content span.hedge {
	display:block;
}

#content .section dl {
	margin-top: 1em;
}
 
#content .section ul {
	padding-left: 2em;
}
 
#content .section li {
	list-style: disc outside none;
}

#content .section ul.hedge {
	padding-left: 0;
}

#content .section ul.hedge li {
	margin: 0.2em 0 0 1em;
	list-style: none;
	text-indent: -1em;
}

#content .section span.hedge {
	margin: 0.1em 0 0 1em;
	display: block;
	text-indent: -1em;
}
 
#content .section em {
	font-weight: bold;
	font-size: 116%;
}
 
#content .important {
	padding: 10px;
	border: solid 1px #d30303;
}
 
#content .important h3 {
	padding: 0;
	color: #000;
	font-weight: bold;
	background: #d30303;
}
 
#content p.attention {
	margin: 10px 0 30px;
	padding: 10px 15px;
	border: solid 1px #404040;
	background: #1b1b1b;
}
 
#content p.attention em {
	padding: 5px;
	margin-bottom: 5px;
	display: block;
	color: #fff;
	background: #404040;
	text-align: center;
	font-weight: bold;
	font-size: 116%;
}


/* ------------------------------------
 * HOW TO
 * ------------------------------------ */

#content .howto {
	margin-bottom:30px;
}
 
#content .howto p.caption {
	margin-top: 10px;
	padding: 15px 0 10px;
	border-top: solid 1px #ccc;
	text-align: center;
}

#content .howto ol li {
	padding-top: 60px;
	background: url(../img/guide/arrow.gif) center top no-repeat;
}

#content .howto ol li:first-child {
	padding-top: 0;
	background: none;
}

#content .howto ol li.first-child { /*IE-expression (first-child) */
	padding-top: 0;
	background: none;
}

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

#content .howto ol li h3 {
	padding: 5px 10px;
	color: #d30303;
	border: solid 1px #a20000;
	font-weight: bold;
	font-size: 116%;
}

#content .howto ol li p {
	padding: 5px;
}
 
#content .howto ol li p.attention {
	margin: 10px 0 0;
	padding: 10px 15px;
}

#content .howto ol li p strong {
	padding-bottom: 0.1em;
	display: inline-block;
	font-weight: bold;
	font-size: 116%;
}

#content .howto ol li dl {
	margin-top: 0.5em;
}

#content .howto ol li dt {
	padding-top: 10px;
	font-weight: bold;
	font-size: 116%;
}

#content .howto ol li dd {
	padding-left: 1em;
}


/* ------------------------------------
 * PAYMENT
 * ------------------------------------ */

#content .payment {
	margin-bottom:30px;
}

#content .payment h2 {
	color: #d30303;
	font-size: 131%;
}

#content .payment table {
	margin: 10px 0;
	width:400px;
}

#content .payment th,
#content .payment td {
	padding: 5px;
	border: solid 1px #ccc;
	border-collapse: collapse;
	text-align: center;
}

#content .payment th {
	background: #eee;
	color:#333;
}

#content .payment dt {
	padding-top: 1em;
	font-weight: bold;
	font-size: 116%;
}

/* ------------------------------------
 * SIZE
 * ------------------------------------ */

#content .size {
	margin-bottom:30px;
}

#content .size {
	text-align: center;
}
 
#content .size p.attention {
	margin-top: 20px;
	text-align: left;
}


/* ------------------------------------
 * SHIPPING
 * ------------------------------------ */

#content .shipping {
	margin-bottom:30px;
}

#content .shipping h3 {
	padding-bottom: 10px;
	color: #d30303;
	font-size: 131%;
}

#content .shipping dt {
	padding-top: 1em;
	font-weight: bold;
	font-size: 116%;
}