@charset "UTF-8";
html,
body {
  background: none transparent;
}
/*
body {width:100%; height:100%;
	background:url(../images/main-bg-02.jpg) no-repeat 50% 50% fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/
footer {
/*
    position: absolute;
    left: 0;
    bottom:0px;
	*/
}
@media only screen and (min-width: 768px) {
  footer {
    position: absolute;
    left: 0;
    bottom:0px;
  }
}
.main-container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.main-container:after {
  display: block;
  clear: both;
  content: '';
}
.main-container .main-content {
  padding-top: 60px;
}
.main-container .main-content img {
  max-width: 100%;
}
@media only screen and (min-width: 1100px) {
  .main-container {
    max-width: 1100px;
  }
}
.main-container .bg {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-menu {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.main-menu > div {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 25%;
}
@media only screen and (max-width: 767px) {
  .main-menu > div {
    width: 100%;
	margin: 40px 0;
  }
  .main-notice {
	margin:10px;
  }
}
@media only screen and (min-width: 768px) {
  .main-menu {
    margin: 160px 0;
  }
  .main-menu > div {
    width: 33.3333%;
    padding: 0 10px;
  }
}
.main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.main-notice {
	color:#fff;
	font-weight:bold;
	padding:10px 20px;
	font-size:16px;
	background-color: rgba(0,0,0,0.3);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
		border-top: 1px solid rgba(255,255,255,0.8);
		border-bottom: 1px solid rgba(255,255,255,0.8);
}
.main-notice-text{
	padding-left:20px;
	color:#fff;
	font-weight:normal;
}

.main-container .main-content .main-notice a {
    display: block;
    position: relative;
    overflow: hidden;
    width: auto;
    color: #fff;
	height: 40px;
    line-height: 50px;
}

.main-container .main-content .main-notice a:link,
.main-container .main-content .main-notice a:visited,
.main-container .main-content .main-notice a:active {
    text-decoration: none;
    outline: 0
}