@charset "utf-8";

/*===============================================

 section 

=================================================*/

/*-----------------------------------------------
 #mapWrap
-------------------------------------------------*/

#mapWrap {
	width:1000px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
}
#mapWrap + p {
	margin-top:40px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++*/
/* clearfix
+++++++++++++++++++++++++++++++++++++++++++++++++*/

.cf {
	zoom: 1; /* for IE5.5 - IE7 */
}
.cf:after {
	/* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*===============================================

 #pageDownload

=================================================*/
#pageDownload {
}
#pageDownload .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
#pageDownload .list a  {
    text-decoration: underline;
    transition: all ease 0.5s;
}
#pageDownload .list a:hover  {
    text-decoration: none;
    opacity: 0.5;
}
#pageDownload .list li {
    width: calc(100%/3);
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#pageDownload li.pdf a {
    display: block;
}
#pageDownload li.pdf::before {
    content: "";
    display: inline-block;
    top: 6px;
    width: 12px;
    height: 16px;
    margin-right: 8px;
    background: url("../img/common/i_pdf.svg");
    background-size: 12px auto;
    background-repeat: no-repeat;
}








