/**************** COMMON ****************/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.fade-in {
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
}

#copyright {
	background-color: #000;
	width: 100%;
	padding: 1em 0;
	text-align: center;
	color: #fff;
	font-size: 80%;
}
#copyright .bar {
	margin-bottom: 0.5em;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}
#page-top a {
    background: #a31a6b;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 2px;
	color:#fff;
}
#page-top a:hover {
    text-decoration: none;
    background: #f1368b;
	opacity:0.9;
}



	
/**************** PC ****************/

/* PC用 */

/**************** PC ****************/

@media only screen and (min-width:751px){


.cnmainarea {
	width:100%;
	margin-left:auto;
	margin-right: auto;
	padding-bottom: 2em;
	}

.bar .mimg {
	height:90px;
	margin-left: 1em;
}

}




/**************** MOBILE ****************/

/* モニター幅750px以下 */

/**************** MOBILE ****************/

@media only screen and (max-width:750px){
	
#copyright .bar img {
	width:100%;
}
.bar .mimg {
	width:100%;
	margin-top: 1em;
}
	
	
}