input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}
*:focus {
outline: none;
}


.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: url("../images/common/bg_loading.jpg");
  background-position: center top;
}
.loading .loadingText {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 19em;
  height: 19em;
}

.loaderText {
  width: 279px;
  height: 86px;
  position: absolute;
  text-align: center;
  margin: 2em auto 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@-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);
  }
}
body {
  line-height: 1;
  background-color: black;
  color: white;
}

#wrapper {
  width: 768px;
  position: relative;
}

#contents {
  width: 100%;
  overflow: hidden;
  background-color: black;
  color: white;
}

#contents_inner {
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  position: relative;
}


.container {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.footer{
	width: 768px;
	height: 1400px;
}

.footer .footer-navi .navi-01{
	position: absolute;
	width: 68%;
	top:30px;
	left:0;
	z-index: 10;
}

.footer .footer-navi .navi-02{
	position: absolute;
	width: 68%;
	top:130px;
	right:0;
	z-index: 9;
}

.footer .footer-navi .navi-03{
	position: absolute;
	width: 68%;
	top:230px;
	left:0;
	z-index: 8;
}

.footer .footer-navi .navi-04{
	position: absolute;
	width: 68%;
	top:330px;
	right:0;
	z-index: 7;
}

.footer .footer-navi .navi-05{
	position: absolute;
	width: 68%;
	top:450px;
	left:0;
	z-index: 6;
}

.footer .footer-navi .navi-06{
	position: absolute;
	width: 68%;
	top:550px;
	right:0;
	z-index: 5;
}

.footer .footer-navi .navi-07{
	position: absolute;
	width: 68%;
	top:650px;
	left:0;
	z-index: 4;
}

.footer .footer-navi .navi-08{
	position: absolute;
	width: 68%;
	top:750px;
	right:0;
	z-index: 3;
}

.footer .footer-navi .navi-09{
	position: absolute;
	width: 68%;
	top:850px;
	left:0;
	z-index: 2;
}


.footer .snsbox {
  position: absolute;
  bottom: 40px;
  left: 314px;
  width: 180px;
  height: 50px;
}

#snsArea {
  line-height: 0;
}

#snsArea a img{
  width: 58px;
  height: 58px;
}

#snsArea .fb-share-button {
  vertical-align: bottom;
	margin-left: 30px;
}

.footer .copyright {
  position: absolute;
  bottom:120px;
  left: 117px;
  width: 534px;
  height: 24px;
}




.menubtn {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 84px;
  height: 77px;
  z-index: 10001;
  background-image: url(../images/common/menu.png);
  transform: rotate(0deg);
  transition: all ease 600ms;
}

.menubtn.doShow {
  transform: rotate(90deg);
}

.headermenu {
  position: fixed;
  top: 0;
  left: 768px;
  width: 100%;
  z-index: 1000;
  height: 10000px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all ease 600ms;
}

.headermenu.doShow {
  left: 0;
}

.headermenu .navi-01{
	position: absolute;
	width: 55%;
	top:100px;
	left:0;
	z-index: 10;
}

.headermenu .navi-02{
	position: absolute;
	width: 55%;
	top:150px;
	right:0;
	z-index: 9;
}

.headermenu .navi-03{
	position: absolute;
	width: 55%;
	top:250px;
	left:0;
	z-index: 8;
}

.headermenu .navi-04{
	position: absolute;
	width: 55%;
	top:300px;
	right:0;
	z-index: 7;
}

.headermenu .navi-05{
	position: absolute;
	width: 55%;
	top:400px;
	left:0;
	z-index: 6;
}

.headermenu .navi-06{
	position: absolute;
	width: 55%;
	top:450px;
	right:0;
	z-index: 5;
}

.headermenu .navi-07{
	position: absolute;
	width: 55%;
	top:550px;
	left:0;
	z-index: 4;
}

.headermenu .navi-08{
	position: absolute;
	width: 55%;
	top:600px;
	right:0;
	z-index: 3;
}

.headermenu .navi-09{
	position: absolute;
	width: 55%;
	top:700px;
	left:0;
	z-index: 2;
}

.headermenu .navi-01 img,
.headermenu .navi-02 img,
.headermenu .navi-03 img,
.headermenu .navi-04 img,
.headermenu .navi-05 img,
.headermenu .navi-06 img,
.headermenu .navi-07 img,
.headermenu .navi-08 img,
.headermenu .navi-09 img{
	width: 100%;
}

.nondisp {
  position: absolute;
  top: 300000px;
}


.search {
  width: 584px;
  height: 168px;
  background-image: url(../images/common/bg_search.png);
  background-size: cover;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  position: absolute;
  bottom: 170px;
  left: 92px;
}

.search .select {
	width: 260px;
	height: 60px;
	font-size: 2rem;
	background-color: black;
	background-image: url(../images/common/bg_select.jpg);
	background-size: cover;
	color: white;
	border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    padding-left: 10px;
    position: absolute;
    top:90px;
    left: 80px;
    }

#search_button {
	width: 140px;
	height: 60px;
	font-size: 2rem;
	background-color: black;
	border: 1px solid white;
	color: white;
	bottom: 10px;
    position: absolute;
    top:90px;
    left: 370px;
	}

select {
-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
appearance: none; /* 標準のスタイルを無効にする */
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
display: none;
}/*# sourceMappingURL=common.css.map */
/*# sourceMappingURL=common.css.map */
