@charset "utf-8";
/* CSS Document */

.mainArea {
    width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 14px;
}

#ttl{
	font-size: 130%;
	margin-bottom: 1em;

}

p{
	line-height: 1.8;
}

.mb20 {
    margin-bottom: 20px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.text20 {
    font-size: 153.9%;
}

.text15 {
    font-size: 120%;
}

.text22 {
    font-size: 150%;
}

.bold {
    font-weight: bold;
}

.mainP{
	width: 100%;
}


@media screen and (max-width:767px){
	
.mainArea {
	padding-top: 30px;
    width: 90%;
	margin: 0 auto;

}
}