@charset "utf-8";


/* main_image
------------------------------------------------------------ */
#main_image {
	min-width: 960px;
	background-image: url(../../images/use_guide/access/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


/* article
------------------------------------------------------------ */
.article {}


/* section
------------------------------------------------------------ */
#sec3,
#sec4,
#sec5,
#sec6,
#sec7{
	padding-top: 40px;
}

#sec6 ul {
	height: 171px;
	text-align: center;
}
#sec7 ul {
	text-align: center;
}
#sec6 li,
#sec7 li{
	display: inline;
}
#sec6 li img,
#sec7 li img{
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
}

