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

/* studio.html */

div#wrap_title, div#wrap_contents {
	background-color: #fcfdff;
	background-image: url(../img/studio/canvas_blue.png);
}

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

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

/* intro */

div#intro {
	min-height: 300px;
	background-color: #fcfdff;
	background-image: url(../img/studio/fiber_blue.png);
}

div#intro_msg {
	padding: 40px 4% 40px 260px;
}

div#intro_img {
	position: absolute;
	left: 4%;
	top: 100px;
	width: 240px;
	height: 174px;
	font-size: 0;
}

div#intro_img img {
	width: 208px;
	height: 168px;
	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 {
	width: 100%;
}

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

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

/* basic */

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

div#basic_works {
	position: relative;
	left: 0;
	top: 0;
	min-height: 120px;
}

div#basic_conditions {
	margin-top: 20px;
}

div#basic_works h4, div#basic_conditions h4 {
	padding: 1px 4px;
	border-left: 8px solid #6699ff;
	border-bottom: 1px solid #6699ff;
}

div#basic_works ul {
	margin-right: 170px;
	padding: 10px 2%;
}

div#basic_works ul li {
	list-style-type: disc;
	list-style-position: outside;
	width: 92%;
	margin-left: 8%;
}

div#basic_conditions dl {
	padding: 0 2%;
}

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

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

div#basic_works span {
	position: absolute;
	right: 10px;
	bottom: 0;
}

/* price */

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

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

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;
}

