@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div,section,span, img, a, table, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a{
	margin:0;
    padding:0;
    font-size:100%;
	text-decoration: none;
    outline: none;
	color: #000;
}

li{
	list-style-type: none;
}

img{
	width: 100%;
}

input, select {
    vertical-align:middle;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}



.mb50{
	margin-bottom: 50px;
}

.mb75{
	margin-bottom: 75px;
}

.mb100{
	margin-bottom: 100px;
}
.mb150{
	margin-bottom: 150px;
}


.banner_fd9 a{
	display: block;
        margin-top: 30px;
}

.banner_fd9 img{
    width:90%;
    max-width: 700px;
    margin: auto;
    display: block;
    transition: .3s ease-in-out;

}

.banner_fd9 a:hover img{
	opacity:.8;
        transition: .3s ease-in-out;
}
