@charset "UTF-8";

.widthVariableContent {
	width: 100%;
	margin: 0 auto;
	max-width: 750px;
	min-width: 460px;
}
.mainImg, .mainImg img {
	margin: 0 auto;
	width: 100%;
	max-width: 720px;
}

/* マージン調整用 */
.mrgB00 {
	margin-bottom: 0 !important;
}
.mrgB25 {
	margin-bottom: 25px !important;
}

/* テキスト仕様 */
.txtBold {
	font-weight: bold !important;
}
.txtCenter {
	text-align: center;
}
.txtAnnotation {
	font-size: 12px;
}