@charset 'utf-8';
/* CSS Document */
.menu_box {
	position: relative;
	width: 100%;
}
.menu_box a {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	display: block;
}
.menu_box a:nth-child(1) {
	top: 0;
}
.menu_box a:nth-child(2) {
	top: 30px;
}
.menu_box a:nth-child(3) {
	top: 60px;
}
.menu_box a:nth-child(4) {
	top: 90px;
}
.menu_box a:nth-child(5) {
	top: 120px;
}
.menu_box a:nth-child(6) {
	top: 150px;
}
.lowsegment00,.lowsegment02 {
	margin-top: 1.5em !important;
}
.menu_pict {
	margin-top: 1.5em;
	width: 100%;
	max-width: 600px;
}
.menu_pict img {
	width: 100%;
	height: auto;
}
.introarea article .strongtext {
	font-weight: bold !important;
	color: #FF7BAC !important;
}
.introarea article figure {
	width: 100%;
	max-width: 600px;
	margin-top: 1em;
}
.introarea article figure img {
	width: 100%;
}
