@charset "utf-8";


/*--------------------------
	common
--------------------------*/


.font1 {
    font-size: 14px;
    text-align: center;
    line-height: 2;
	margin-top: 20px;
}

.font2 {
    font-size: 15px;
    margin-bottom: 4%;
	padding: 10px 0 12px 7%;
}



/*-------------------------------
676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
/*--------------------------
	common
--------------------------*/
.font1 {
    font-size: 13px;
    text-align: left;
    line-height: 2;
}
.font2 {
    font-size: 15px;
    margin-bottom: 4%;
    padding: 0 0 12px 0;
}	
}
