@charset "utf-8";

body {
	background-color: #fff;
	color: #000000;
	line-height: 1.5;
	font-family: sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-size: 14px;
	-webkit-text-size-adjust:none;
}

.mt00 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #ff6600;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #ff6600;
	text-decoration: none;
}


/* contents 
*****************************************/
img {
	width: 100%;
}

#contents {
	padding: 4% 3% 25px;
	background-color: #6a9c2f;
}

#contentsSpecial {
	padding: 20px 10px 0 10px;
	background-color: #fff;
}

.section01 {
	margin-top: 4%;
	padding-bottom: 5%;
	background-color: #fff;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.section01:first-child {
	margin-top: 0;
}

.section01 .inner01 {
	padding: 0 4%;
}

.section02 {
	margin: 0;	
}


.btn01 {
	margin: 4% auto;
	width: 67%;
}


/* Clearfix
*****************************************/
.wrap:after {
	content: ".";
    display: block; 
    height: 0; 
    font-size: 0;
    clear: both; 
    visibility: hidden;
}
