@charset "UTF-8";

	.widthVariableContent {
	width: 100%;
	margin: 0 auto;
	max-width: 720px;
	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;
}


h2 {
	padding-bottom: 5px;
	font-size: 18px;
	width: 580px;
	margin: 0 auto;
	line-height: 1.5;
	border-bottom: none;
}