@charset "utf-8";


/* main_image
------------------------------------------------------------ */
#main_image {
	min-width: 960px;
	background-image: url(../../images/use_guide/provision/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#main_contents .section {}
#main_contents .section h3 {}
#main_contents .section ul {
	margin-left: 2.3em;
	text-indent: -1.3em;
}
#main_contents .section li {}
#main_contents .section table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
#main_contents .section th,
#main_contents .section td {
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
}
#main_contents .section th {}
#main_contents .section td {}

