@charset "UTF-8";

.widthVariableContent {
	width: 100%;
}

.mainImg,
.mainImg img {
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	/*画像サイズに合わせて調整*/
}

/* 注記用 */
.txtAnnotation {
	font-size: 12px;
}

/* マージン調整 */
.mrgB10 {
	margin-bottom: 10px !important;
}

.mrgB15 {
	margin-bottom: 15px !important;
}

.mrgB20 {
	margin-bottom: 20px !important;
}

.mrgB25 {
	margin-bottom: 25px !important;
}

.mrgB40 {
	margin-bottom: 40px !important;
}

.mrgB50 {
	margin-bottom: 50px !important;
}

.mrgB60 {
	margin-bottom: 60px !important;
}

.mrgB70 {
	margin-bottom: 70px !important;
}



/* ############ jsリンクボタン ############  */
/* 1つ、縦並びリンクボタン */
.specialLinkBtn:hover {
	opacity: 0.8;
	/* カーソル合わせたときの透過 */
}

.linkBtn {
	outline: none;
	/* クリック時枠を出さない */
}

/* 2つ並びリンクボタン */
.specialLinkBtn02:hover {
	opacity: 0.8;
	/* カーソル合わせたときの透過 */
}

.specialLinkBtn02 .linkBtn02 {
	min-width: 380px;
	min-height: 42px;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
}

button.linkBtn02 {
	font-family: "モトヤLシーダ3等幅", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
}

.linkBtn02 {
	display: table-cell;
	line-height: 1.2;
	vertical-align: middle;
	border: solid 1px transparent;
	border-radius: 4px;
	background: none;
	box-sizing: content-box;
	cursor: pointer;
	-webkit-appearance: none;
	outline: none;
	/* クリック時枠を出さない */
}

.specialLinkBtn02 {
	font-size: 21px;
	min-height: 66px;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}