@charset 'utf-8';
/* CSS Document */
/* セクション設定 */
section {
	margin-top: 2em;
	width: 100%;
}
section figure {
	width: 100% !important;
	margin-top: 1em;
}
section figure img {
	width: 100%;
}
section article {
	width: 98% !important;
	margin: 1em auto 0;
	color: #252525 !important;
	line-height: 1.6em;
	font-size: 1.2em;
}
section article p {
	width: 100%;
	margin: 1em 0 0 0 !important;
	padding: 0 !important;
}
section article dl,
section article dl dt,
section article dl dd,
section article ul,
section article ul li {
	width: 100%;
	margin-top: 1em;
}
section article dl figure {
	margin-top: 0;
}
section .gototop {
	display: block !important;
	width: 100%;
	margin-top: 1.5em;
}
section .gototop a {
	display: block !important;
	width: 98%;
	text-align: right;
	font-size: .8em;
	margin: 0 auto;
}
section .gototop a:hover {
	text-align: right !important;
}

/* フォント設定 */
.pink2b {
	color: #FF6699;
	font-weight: bold;
}
.textPinkBold07 {
	color: #FB647E;
	font-weight: bold;
}
#contents * {
	font-size: 14px !important;
}

/* CLEAR */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}

/* リンク調整 */
a:hover {
	background: none !important;
}

/* ORIGINAL */
.link2 {
	width: 100%;
	margin-top: 1em;
}
.link2 a {
	display: block !important;
}
nav.menu {
	width: 100%;
	margin: 0;
}
nav.menu figure {
	width: 100%;
	position: relative;
}
nav.menu figure img {
	width: 100%;
}
nav.menu figure a {
	position: absolute;
	display: block !important;
	bottom: 0;
	width: 25%;
	height: 80%;
	margin: 0;
}
nav.menu figure a:nth-child(1) {left:0;}
nav.menu figure a:nth-child(2) {left:25%;}
nav.menu figure a:nth-child(3) {left:50%;}
nav.menu figure a:nth-child(4) {left:75%;}
