a {outline:none;}
a img{
	opacity: 1;
	transition: all  0.3s ease;
}
a:hover img{
	opacity: 0.7;
}


.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff100;
  background-position: center top;
}
.loading .loadbox {
	width: 180px;
	height: 240px;
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loading .loadingImg {
  width: 171px;
  height: 171px;
  margin: auto;
  animation: rotation 5s linear infinite;
}
.loading .loaderText {
  width: 165px;
  height: 32px;
  margin: 20px auto auto auto;
}

@keyframes blink{
    0% {opacity:0.4;}
    100% {opacity:1;}
}

.blinking{
    animation:blink 1.2s ease-in-out infinite alternate;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

body {
  line-height: 1;
  background: url("../img/bg.jpg") center top #fff100;
  background-repeat: no-repeat;
}

.wrapper{
	width: 1080px;
	margin: auto;
	min-height: 2470px;
	position: relative;
}

#s_logo{
	width: 119px;
	height: 36px;
	position: absolute;
	top:20px;
	left:10px;
}

.cach{
	width: 883px;
	height: 352px;
	position: absolute;
	top:0;
	left:98.5px;
	z-index: 100;
}

.logo{
	width: 586px;
	height: 356px;
	position: absolute;
	top:648px;
	left:247px;
	z-index: 10;
}

.cnt-01{
	width: 1020px;
	height: 703px;
	position: absolute;
	top:1037px;
	left:30px;
}

.cnt-02{
	width: 1018px;
	height: 739px;
	position: absolute;
	top:1731px;
	left:31px;
}

#footer{
	width: 100%;
  background-color: #fff100;
}

.footer_inner{
	width: 1080px;
	margin: 0 auto;
	padding: 40px auto;
	height: 240px;
	position: relative;
}

.atention{
	width: 925px;
	height: 37px;
	position: absolute;
	top:10px;
	left:77.5px;
}

.sns{
	width: 600px;
	height: 50px;
	position: absolute;
	top:57px;
	left:77.5px;
}

.twitter {
	display: inline-block;
}

.facebook {
	display: inline-block;
}

.copy{
	width: 510px;
	height: 14px;
	position: absolute;
	top:57px;
	right: 77.5px;
}

.bnr_area{
	width: 1080px;
	height: 120px;
	position: absolute;
	left: 0;
	top:87px;
}

.bnr_area ul li{
	width: 320px;
	height: 50px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bnr_area ul li img{
width: 100%;
}

.bnr_area ul li:nth-child(3),
.bnr_area ul li:nth-child(6){
	margin-right: 0;
}

