@charset "utf-8";
/* CSS Document */

label {
}


input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.menu li {
	padding: 5px;
	background-color: #ccdaf2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 180px;
}
.aocl {
	background-color: #6495ed;
	height: auto;
	width: 150px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	cursor: pointer;
	text-decoration: none;
	background-image: url(../img/top_bon.png);
	background-repeat: no-repeat;
	background-position: 170px center;
}
.aocl a {
	text-decoration: none;
	color: #FFF;
}
.aocl a:hover {
	text-decoration: none;
	color: #F00;
}
.aocld {
	background-color: #6495ed;
	height: auto;
	width: 150px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	cursor: pointer;
	text-decoration: none;
	background-image: url(../img/top_bon.png);
	background-repeat: no-repeat;
	background-position: 170px center;
}
.aocld a {
	text-decoration: none;
	color: #FFF;
}
.aocld a:hover {
	text-decoration: none;
	color: #F00;
}

.aoclc {
	background-color: #06C;
	height: auto;
	width: 150px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
.aoclc a {
	text-decoration: none;
	color: #FFF;
}
.aoclc a:hover {
	text-decoration: none;
	color: #F00;
}

.aocl2 {
	background-color: #486a00;
	height: auto;
	width: 150px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	cursor: pointer;
	text-decoration: none;
	background-image: url(../img/top_bon.png);
	background-repeat: no-repeat;
	background-position: 170px center;
}
.aocl2 a {
	text-decoration: none;
	color: #FFF;
}
.aocl2 a:hover {
	text-decoration: none;
	color: #F00;
}
.aocl3 {
	background-color: #6495ed;
	height: auto;
	width: 150px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
.aocl3 a {
	text-decoration: none;
	color: #FFF;
}
.aocl3 a:hover {
	text-decoration: none;
	color: #F00;

}
.menu a {
	text-decoration: none;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
	height: auto;
}

 
