@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .section {
	margin-bottom: 15px;
	padding: 0 0 10px;
	position: relative;
	border: 1px solid #343737;
}

#main .section:after {
	width: 7px;
	height: 7px;
	position: absolute;
	left: 1px;
	top: 1px;
	content: "";
	background: url(../img/common/icon02.png) no-repeat center top;
	background-size: 7px 7px;
}

#main .section .close,
#main .section .open {
	margin-left: -13px;
	width: 27px;
	height: 23px;
	position: absolute;
	left: 50%;
	bottom: -11px;
}

#main .section .title {
	padding: 8px 0;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

#main .section .title span {
	text-align: center;
	display: block;
	color: #00B8E4;
	font-size: 24px;
}

#main .section .link {
	margin: 0 10px 10px;
}

#main .section .link img {
	width: 100%;
}

#main .section .link iframe {
	width: 100%;
	height: 155px;
}

#main .section p {
	margin: 0 10px 10px;
	font-size: 12px;
	line-height: 1.5;
}

#main .section p:last-child {
	/*margin-bottom: 0;*/
}

#main .section .jsBox {
	display: none;
}

#main .first .jsBox {
	display: block;
}

#main .section .close {
	display: none;
}

#main .first .close {
	display: block;
}

#main .first .open {
	display: none;
}