
/* --------------------------------------------------- */

/* --------------------------------------------------- */
#sec01 {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 80px;
	line-height: 170%;
	font-size: 15px;
	padding-top: 50px;
}
#sec01 p {
	margin-bottom: 30px;
}
#sec01 p.right {
	text-align: right;
	margin-bottom: 40px;
}
#sec01 ol {
	list-style: outside decimal;
	margin-left: 25px;
	margin-bottom: 20px;
}
#sec01 ol > li {
	margin-bottom: 15px;
}
@media (max-width: 1080px) {
}
@media (max-width: 640px) {
	#sec01 {
		margin: 0 auto 50px;
	}
}
@media (max-width: 480px) {
	#pagetitle .title1 {
        font-size: 1.2em;
		letter-spacing: 3px;
    }
	#pagetitle .img {
        width: 130px;
        margin-right: -30px;
    }
	#sec01 {
		font-size: 14px;
		padding-top: 0px;
		margin: 0 auto 10px;
	}
	#sec01 p.right {
		font-size: 12px;
		line-height: 150%;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

