
 html, body, div, span, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 abbr, address, cite, code,
 del, dfn, em, img, ins, kbd, q, samp,
 small, strong, sub, sup, var,
 b, i,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section, summary,
 time, mark, audio, video {
     margin:0;
     padding:0;
     border:0;
     outline:0;
     font-size:100%;
     vertical-align:baseline;
     background:transparent;
 }


html{
  font-size: 60.25%;
  font-size: 10px;
}

body{
  background-color: #f7f7f7;
  background-image: url(../images/block_bg.png);
  background-repeat: repeat;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 1.6;
}

a:link{
  text-decoration: none;
}
a:visited{
  color:#333;
}
a:hover{
  color:#4169e1;
  cursor:pointer;
  opacity: 0.7;
}
/* a:active */

.clear {display: block;}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

#header_link_wrapper {
	width: 100%;
	background-color:#fff;
	border-bottom:3px solid #4f9bcc;
	margin: 0 auto;
	padding-bottom:4px;
	z-index:100;
}

#header_link_wrapper a {
	text-decoration: none;
}

#header_link_wrapper ul{
	list-style:none outside none;
	margin-left:15px;
}

#header_link_wrapper ul li{
	float:left;
	padding:8px 20px 0px 0;
}

@media screen and (max-width:640px) {
	#header_link_wrapper ul{
  margin-left:10px;
	}
	#header_link_wrapper ul li img {
		width:140px;
		height:auto;
		}
}

.wrapper{
  width: 100%;
  margin:auto;
}



#content{
 line-height: 0;
 text-align: center;
}
#content img{
  width: 100%;
  margin: 0;
  padding: 0;
}

.main_img img{
  width: 100%;
  max-width: 1300px

}

.link_area{
  background-image: url(../images/btn_bg.png);
  background-repeat: repeat;
  margin: 2% 0 2%  ;
  padding: 2% 0;
  width: 100%;
}

.link_ttl{
  text-align: center;
  margin-top: -4%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  width: 50%;
  max-width: 599px;

}

.link_btn1{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.link_btn1 a{
  display: inline-block;
  width: 17%;
  max-width: 200px;
  margin: 1%;
}
.link_btn1 a img{
  width: 100%;
}
.cont_img img{
  width: 100%;
  max-width: 1300px;
}

#cont1{
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto
}
.cont1_btn{
  position: absolute;
  bottom: 7%;
  right: 5%;
  width: 48%;
}
.cont1_btn img{
  width: 100%;
  max-width: 626px;
}

.copy_right{
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  padding: 2% 0 1%;
}

@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
