@charset "utf-8";
/*===========================
add
===========================*/

/* 基本カラー  */

.fcBasic {
	color:#1a9962;
}


.imgBox {
    text-align: center;
    margin: 0;
}
.imgBox img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
