@charset "utf-8";
#btn-dl3 {
  list-style: none;
  /*font-size: 0;*/
}
#btn-dl3 li {
  width: 30%;
  text-align: center;
  display: inline-block;
  margin: 10px 0px 0px 20px;
}
#btn-dl3 li a {
	display: block;
  color: #FFFFFF;
	background-color: #2D75C7;
	height: auto;
	text-decoration: none;
	padding: 5px 2px 10px 2px;
}

.l4 {
	font-size: 18px;
	font-size: 18rem;
	line-height: 1.0;
	text-align: left;
}
#btn-dl3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #34568E;
}
#btn-dl3 li a span{
	
}
@media(max-width:800px) {
	#btn-dl3 li {
  width: 45%;
}
}
@media(max-width:550px) {
	#btn-dl3 li {
  width: 90%;
		margin-left: 5%;
}
}
/* download button */

.download {
	width: 233px;
	/*height:37px;*/
	height: 65px;
	margin: 10px auto;
}
.download ul {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	list-style: none;
}
.download li {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.download a {
	/*height:37px;*/
	height: 65px;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background-color: #2D75C7;
}
.download a:hover {
	/*height:37px;*/
	height: 65px;
	color: #FFFFFF;
	text-decoration: underline;
	text-decoration: none;
	background-color: #34568E;
}
.dl_text01 {
	/*padding-top: 10px;*/
	padding-top: 0px;
	font-size: 30px;
	font-size: 30rem;
	color: #FFFFFF;
	line-height: 1.0;
}
.dl_text02 {
	font-size: 15px;
	font-size: 15rem;
	font-family: sans-serif;
	text-align: center;
}
.dl_text03 {
	font-size: 14px;
	font-size: 14rem;
	line-height: 1.5em;
	font-family: sans-serif;
	text-align: left;
}
.dl_body {
	margin: 20px auto;
	background-color: #f7f7f7;
	border-style: solid;
	border-width: 1px;
	border-color: #000000
}

@media(max-width:480px) {
.dl_body {
	margin: 20px 0px;
	background-color: #f7f7f7;
	border-style: solid;
	border-width: 1px;
	border-color: #000000
}
}
.dl_wrap {
	margin: 10px auto;
}