/* accoudion */
ul.accordion {
	width:100%;
	clear:both;
	margin:0;
}
ul.accordion a {
	display:block;
	color:#000;
	text-decoration:none;
	font-weight: bold;
}
ul.accordion span {
	display:block;
	padding:1.4rem 1rem;
	background-position:97% center;
	background-repeat:no-repeat;
	background-color: rgba(255,255,255,0.7);
}
ul.accordion ul {
	display:none;
}
ul.accordion > li {
}
ul.accordion > li > p {
	font-weight:bold;
	font-size:1.6rem;
	box-sizing:border-box;
	border-top:1px solid #ffffff;
}
ul.accordion > li > p span {
	background-image:url(../img/open.png);
	background-size:5%;
}
ul.accordion > li > p span.open {
	background-image:url(../img/close.png);
	background-size:5%;
}
ul.accordion > li > ul > li {
	background:#efefef;
	border-bottom:1px solid #ccc;
	padding:10px;
}
ul.accordion > li > ul > li:last-child {
	border-bottom: none;
}
ul.accordion > li > ul > li > figure {
margin-bottom: 1rem;
}
ul.accordion > li > ul > li > h3 {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 0.6rem;
}
ul.accordion > li > ul > li > h4 {
font-size: 1.6rem;
font-weight: bold;
color: #ff0000;
margin-bottom: 0.6rem;
}
ul.accordion > li > ul > li > h5 {
color: #00c009;
margin-bottom: 0.6rem;
font-weight: bold;
}
ul.accordion > li > ul > li > h4 span {
display: inline;
font-size: 1.4rem;
padding: 0;
background-color: #efefef;
}
ul.accordion > li > p {

padding: 4rem 0;
}
ul.accordion > li > ul > li > small {
font-weight: bold;
margin-top: 1rem;
display: block;
}
ul.accordion > li > ul > li > a {
	background:url(../img/arrow_link.png) no-repeat right center;
	background-size:8%;
}
ul.accordion > li > ul > li > ul > li {
	background:#c3dce7;
	border-bottom:1px dotted #fff;
}
ul.accordion > li > ul > li > ul > li:last-child {
	border:none;
}

#acc1 {
background-image: url("../img/antenna/p1.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
#acc2 {
background-image: url("../img/antenna/p2.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
#acc3 {
background-image: url("../img/antenna/p3.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
#acc4 {
background-image: url("../img/antenna/p4.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
#acc5 {
background-image: url("../img/antenna/p5.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
#acc6 {
background-image: url("../img/antenna/p6_1.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}