@charset "utf-8";
/* CSS Document */


#MainContents {
	width: 100%;
	background-image: url(../img/under_bg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	margin: 0px auto 40px;
}
#Mv {
	width: 980px;
	background: url(../img/page_mv.jpg) no-repeat top center;
	margin: 0px auto 40px;
	color: #008207;
	font-size: 30px;
	padding-top: 67px;
	padding-left: 20px;
	padding-bottom: 63px;
}
#Contents {
	width: 980px;
	margin: 0 auto
}
#MainContents p {
	margin-bottom: 20px;
}
#privacy01 {
	padding-left: 70px;
}
#privacy01 li {
	list-style-type: decimal;
	padding-left: 10px;
	margin-bottom: 5px;
}
#privacy02 {
	padding-left: 70px;
}
#privacy02 li {
	list-style-type: disc;
	padding-left: 10px;
	margin-bottom: 5px;
}
h3 {
	border-bottom: dotted #CCCCCC 1px;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
#MainContents {
	background-image: none;
}
#Mv {
	width: 100%;
	font-size: 17px;
	background: #49ab4e;
	color: #fff;
	padding: 20px 20px 15px 10px;
	margin: 0px auto 30px;
}
#Contents {
	width: 90%;
}

#privacy01 {
	padding-left: 25px;
}

#privacy02 {
	padding-left: 25px;
}

h3 {
	margin-top: 30px;
}
}
