@charset "utf-8";
@import url(global.css);

/* stage.html */

div#wrap_title, div#wrap_contents {
	background-color: #fffdfa;
	background-image: url(../img/stage/canvas_orange.png);
}

div#page_title {
	background-image: url(../img/stage/peel_orange.png);
}

div#wrap_contents {
	padding-bottom: 40px;
}

/* intro */

div#intro {
	background-color: #fffefc;
	background-image: url(../img/stage/fiber_orange.png);
}

div#intro_msg {
	width: 88%;
	margin: 0 auto;
	padding: 40px 0 0;
}

p#intro_a {
	padding-right: 8%;
}

p#intro_b {
	padding: 20px 0 0 8%;
}

div#intro_img {
	padding: 20px 0 40px;
	text-align: center;
	font-size: 0;
}

div#intro_img img {
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #cccccc;
	border-right: 2px solid #484848;
	border-bottom: 2px solid #282828;
}

/* details */

div#wrap_details {
	width: 92%;
	margin: 40px auto 0;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #cccccc;
	border-right: 2px solid #484848;
	border-bottom: 2px solid #282828;
}

div#details {
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	background-color: #fffbeb;
	background-image: url(../img/global/paper_rough.png);
}

span#details_pin {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 0;
}

span#details_pin, span#details_pin img {
	width: 24px;
	height: 24px;
}

div#basic, div#price, div#options {
	width: 100%;
}

div#basic h2, div#price h2, div#options h2 {
	width: 92%;
	margin: 0 auto;
	padding-top: 16px;
}

div#basic_box, div#price_box, div#options_box {
	width: 88%;
	margin: 10px auto;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #484848;
	background-color: #fffefc;
	background-image: url(../img/stage/letter_orange.png);
}

/* basic */

div#basic_box {
	padding: 20px 2%;
}

div#basic_conditions {
}

div#basic_structure, div#basic_pa {
	position: relative;
	left: 0;
	top: 0;
	margin-top: 20px;
}

div#basic_conditions h4,
div#basic_structure h4,
div#basic_pa h4 {
	padding: 1px 4px;
	border-left: 8px solid #ffbb33;
	border-bottom: 1px solid #ffbb33;
}

div#basic_conditions ul {
	padding: 10px 2% 10px 6%;
}

div#basic_conditions ul li {
	line-height: 1.4;
	text-indent: -1em;
}

div#basic_structure dl {
	padding: 0 180px 10px 2%;
}

div#basic_structure dl dt {
	width: 96%;
	margin: 10px auto 0;
	font-weight: bold;
}

div#basic_structure dl dd {
	width: 92%;
	margin: 0 auto;
	padding-left: 4%;
	border-bottom: 1px dotted #cccccc;
	line-height: 1.4;
}

div#basic_structure span {
	position: absolute;
	right: 2%;
	top: 4em;
}

div#basic_pa ul {
	padding: 10px 180px 10px 2%;
}

div#basic_pa ul li {
	list-style-type: disc;
	list-style-position: outside;
	width: 90%;
	margin-left:8%;
	padding-bottom: 4px;
	line-height: 1.4;
}

div#basic_pa span {
	position: absolute;
	right: 2%;
	top: 4em;
}

/* price */

div#price_box {
	padding: 20px 2%;
}

div#price_box h4 {
	padding: 1px 4px;
	border-left: 8px solid #ffbb33;
	border-bottom: 1px solid #ffbb33;
}

div#price_box p {
	padding: 40px 20% 32px 0;
	text-align: center;
}

div#price_box p span#pkg_price {
	font-size: 160%;
	font-weight: bold;
}

div#price_box p span#tax_out {
	font-size: 90%;
}

div#price_box ul {
	width: 92%;
	margin-left: 6%;
}

div#price_box ul li {
	padding-top: 8px;
	line-height: 1.4;
	text-indent: -1em;
}

/* options */

div#options_box {
	padding: 10px 2% 20px;
}

div#options_box dl dt {
	width: 96%;
	margin: 10px auto 0;
	font-weight: bold;
}

div#options_box dl dd {
	width: 92%;
	margin: 0 auto;
	padding-left: 4%;
	border-bottom: 1px dotted #cccccc;
	text-indent: -1em;
}

