@charset "utf-8";

#contents {
	padding-right: 20px;
	padding-left: 20px;
}

#contents h2 {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#works_box dl {
	float: left;
	width: 180px;
	margin-top: 10px;
}
#works_box dt {
	margin-bottom: 3px;
}

#works_images_box {
	width: 640px;
	margin-left: 85px;

}
#images_box {
	margin-bottom: 10px;
	text-align: center;
}
#images_box li {
	margin-bottom: 10px;
}
#works_description {
	margin-bottom: 10px;
	text-align: right;
	font-size: 80%;
}

#works_navi {
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
}

#works_navi ul{
	position: relative;/*--floatで並べたリストのセンタリング--*/
	left: 50%;/*--floatで並べたリストのセンタリング--*/
	float: left;/*--floatで並べたリストのセンタリング--*/	
	}

#works_navi li {
	float: left;
	line-height: 20px;
	height: 20px;
	display: block;
	position: relative;/*--floatで並べたリストのセンタリング--*/
	left: -50%;/*--floatで並べたリストのセンタリング--*/
}

#works_navi li a {
	float: left;
	line-height: 20px;
	height: 20px;
	display: block;
}
/*2013.12___bm*/
#works_box dd {
	font-size:11px;
	overflow:hidden;
}
#works_images_box h2{
	padding-bottom: 5px;
}
#works_images_box .spec{
	padding-bottom: 10px;
	font-size:11px;
}
/*------------*/
#prev {
	background-image: url(../images/common/arrow_prev.gif);
	text-indent: 20px;
	background-repeat: no-repeat;
}

/*IE8用ハック*/
html>/**/body #prev {
	 margin-right:20px\9;
}

#works_top {
	margin:0 20px;
}

#next{
	line-height: 20px;
	background-image: url(../images/common/arrow_next.gif);
	background-repeat: no-repeat;
	background-position: 26px 0px;
	display: block;
	padding-right: 20px;
}
