@charset "UTF-8";
/* #menu
 * -------------------------------------------------------------------------------- */
.ac-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
	  	border-bottom: 1px solid #ffffff;

}
.ac-container label{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px 20px;
	z-index: 20;
	display: block;
	height: 38px;
	cursor: pointer;
	color: #ffffff;
	line-height: 33px;
	font-size: 17px;
	background-color: #1069C8;
		border: 1px #ffffff solid;
}
.ac-container label:hover{
	background: #0B55A5;

}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	color: #ffffff;
	background-color: #0B55A5;
}
.ac-container input{
	display: none;
}
.ac-container article{
		width: 100%;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;

}
.ac-container article p{
	color: #777;
	line-height: 20px;
	font-size: 14px;
}
.ac-container input:checked ~ article{
}
.ac-container input:checked ~ article.ac-small{
		width: 100%;
height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
		width: 100%;
height: 180px;
}
.ac-container input:checked ~ article.ac-large{
		width: 100%;
		height: 100%;

}


.ac-containerb{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
	  	border-bottom: 1px solid #ffffff;

}
.ac-containerb label{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	z-index: 20;
	display: block;
	height: 36px;
	cursor: pointer;
	color: #ffffff;
	line-height: 33px;
	font-size: 19px;
	background-color: #1069C8;
		background-image: url(../images/01-00bg.jpg);

		border: 1px #ffffff solid;

}
.ac-containerb label:hover{
	background: #0B55A5;

}
.ac-containerb input:checked + label,
.ac-containerb input:checked + label:hover{
	color: #ffffff;
	background-color: #0B55A5;
}
.ac-containerb input{
	display: none;
}
.ac-containerb article{
		width: 100%;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;

}
.ac-containerb article p{
	color: #777;
	line-height: 20px;
	font-size: 14px;
}
.ac-containerb input:checked ~ article{
}
.ac-containerb input:checked ~ article.ac-small{
		width: 100%;
height: 140px;
}
.ac-containerb input:checked ~ article.ac-medium{
		width: 100%;
height: 180px;
}
.ac-containerb input:checked ~ article.ac-large{
		width: 100%;
		height: 100%;

}
