@charset "Shift_JIS";
.cp_menu {
	min-width: 190px;
	margin: 0 auto;
	padding: 0;
	font-size:21px;
	text-indent: 0.5em;
}
.cp_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	background-color: #11b1f7;
	line-height: 1;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
 	font-weight: bold;
 	text-shadow: 2px 1px 2px #004b9f, 3px 2px 3px #0057b7;
	border-bottom:solid 1px #0044ff;
}
.cp_menu label {
	display: block;
	position: relative;
	margin: 0;
	padding: 12px;
	line-height: 1;
	background-color:#004b9f;
 	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
 	font-weight: bold;
}
.cp_menu label::before {
	position: absolute;
	content: '▼';
	color: #ffffff;
	right: 0.5em;
	top: 25%;
}
.cp_menu input {
	display: none;
}
.cp_menu ul {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	list-style: none;
}
.cp_menu li {
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.5s;
}
a:hover{
  background-color:#0044ff;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu_bar1:checked ~ #link1 li,
#cp_menu_bar2:checked ~ #link2 li,
#cp_menu_bar3:checked ~ #link3 li {
	max-height: 60px;
	opacity: 1;
}
.cp_menu li::before {content: '';padding-right: 0;}
p{
margin:0;
padding:0;
}
