@charset "UTF-8";

.widthVariableContent {
	width: 100%;
}
.mainImg, .mainImg img {
	margin: 0 auto;
    width: 100%;
    max-width: 640px;
}

/* マージン調整用 */
.mrgB_05 { margin-bottom: 0.5em !important; }
.mrgB_08 { margin-bottom: 0.8em !important; }
.mrgB_13 { margin-bottom: 1.3em !important; }
.mrgB_15 { margin-bottom: 1.5em !important; }
.mrgT_08 { margin-top: 0.8em !important; }

/* 行高の調整 */
.lineH_18 { line-height: 1.8em; }
.lineH_20 { line-height: 2.0em; }
