@charset "utf-8";
/* CSS Document */

body{
	height:2200px;
}

p, #box_works ul{
	font-size: 18px;
	line-height: 1.8;
	margin: 20px auto 0;
	text-align: left;
	width:700px;
}

p img{
	vertical-align:middle;
	padding-right:10px;
}

#box_works {
	top: 200px;
}
#box_works div{
	margin: 20px auto;
	text-align: left;
	background:none;
	padding:0;
	border-radius:0;
	overflow: visible;
	text-align:center;
}
#box_works div img {
	float: none;
	margin:0;
}
#box_works h3{
	background:none;
	border-radius:0;
	padding:0;
	margin:120px 0 40px;
}
#box_works h3:first-child{
	margin-top:90px;
}
#box_works ul{
	margin: 30px auto;
	padding-left:40px;
}

#box_works li:before{
	content:url(../img/icon_02.gif);
	margin-right:10px;
}
