@charset "utf-8";


/* =============================================
	
	Works
	
============================================= */

/* ----------------------------------------
	
	Works - Index
	
---------------------------------------- */
.works-index h2 {
	background: url(../images/h2_bg.png) no-repeat;
	margin-bottom: 15px;
	padding: 12px;
	font-weight: bold;
	font-size: 123.1%;
	color: #555;
	clear: both;
}

.works-index .section2 {
	padding-bottom: 60px;
}

.works-index .section {
	margin-bottom: 60px;
	clear: both;
}

.works-index .text {
	float: right;
	width: 330px;
	margin-bottom: 20px;
}

.works-index  h3 {
	font-size: 116%;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
	line-height:1.3;
}

.works-index .description h3,
.works-index .description h4 {
	font-size: 116%;
	color: #333;
	margin: 1em 0 .7em;
	font-weight: bold;
	line-height:1.3;
}

.works-index h3 a { text-decoration: none; }
.works-index h3 a:hover { text-decoration: underline; }


.works-index .description {}

.works-index .description p {
	margin-bottom: .8em;
	font-size: 108%;
}

.works-index .image img {
	border: 1px solid #D4D0BC;
}

.works-index .description ul { margin: 1em 0; }

.works-index .description ul li {
	list-style: disc;
	margin-left: 1em;
	font-size: 108%;
}



/* ----------------------------------------
	
	Works - Detail
	
---------------------------------------- */

.works-detail h1 {
	background: url(../images/h1_bg.png) no-repeat;
	color: #555;
	margin-bottom: 20px !important;
	padding: 18px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.8;
	min-height: 39px;
}

.works-detail p,
.works-detail li { font-size: 108%; }

.works-detail p { margin-bottom: 0.7em; }

.works-detail p > img,
.works-detail p a img {
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.works-detail p .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.works-detail p .alignleft {
	float: right;
	margin: 0 20px 0 20px;
}

.works-detail h2 {
	background: url(../images/h2_bg2.png) no-repeat;
	margin: 40px 0 15px;
	padding: 12px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 116%;
	color: #555;
	line-height: 1.5;
	clear: both;
}

.works-detail h1 + h2 {
	margin-top: 20px;
}

.works-detail h3 {
	border-left: 4px solid #444;
	padding-left: 8px;
	font-weight: bold;
	font-size: 108%;
	margin: 2em 0 0.5em;
	color: #333;
}


.works-detail h4 {
	font-weight: bold;
	margin: 2em 0 1em;
}



.works-detail ul {
	margin: 1.2em;
}

.works-detail ul li {
	list-style: disc;
	color: #666;
}

.works-detail ul li {
	list-style: disc;
}

.works-detail ul ul {
	margin-top: 0;
	margin-left: 0.5em;
}

.works-detail ul ul li,
.works-detail ol ul li {
    list-style-type: circle;
}

.works-detail ol ol ul li,
.works-detail ol ul ul li,
.works-detail ul ol ul li,
.works-detail ul ul ul li {
    list-style-type: square;
} 

.works-detail ol {
	margin: 1em 1.5em;
}

.works-detail ol li {
	list-style: decimal;
}







/* 料金表 */
.works-detail .pricelist {
	border: 1px solid #ddd;
	background: #f9f9f4;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.works-detail .pricelist td,
.works-detail .pricelist th {
	padding: 8px 20px;
}


.works-detail .pricelist thead {
	background: #dddbcd;
	font-weight: bold;
	text-shadow: 0 1px 0 #ebe9e1;
}

.works-detail .pricelist thead .num {
	font-family: 'Arial Black';
}

.works-detail .pricelist .num {
	text-align: right;
}

.works-detail .pricelist td {
	border-bottom: 1px solid #ddd;
}



/* 備考用の定義リスト */
.works-detail dl {
	margin-bottom: 1em;
	padding: 1em;
	background: #f9f9f4;
	border: 4px solid #dededb;
}

.works-detail dt {
	width: 7em;
	float: left;
	color: #999;
}

.works-detail dd {
	padding-left: 7.5em;
	border-bottom: 1px solid #f0efe8;
	margin-bottom: 1em;
	padding-bottom: 1em;
}


.works-detail dd:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
