
/* 共通 */
html,body, menu, main {
  margin: 0 0;
  padding: 0 0;
}
body {
  z-index: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
  border:none;
}
h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
a{
	color:rgba(239,74,77,1.00);
	outline: none;
	border:none;
}
a:focus{
	outline: none;
}
a:hover, a:active{
	opacity:0.6;
	transition:0.5s;
}
a img{
	border:none;
}
.meter {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 5px;
  width: 0%;
  background-color: rgb(50, 255, 50);
  box-shadow: 0px 1px 5px rgb(50, 255, 50);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.main_inner {
  width: 980px;
  margin: 0 auto;
}
.btn {
  text-align: center;
  border-radius: 3px;
  padding: 10px;
  display: inline-block;
  margin: 10px;
  border: 1px solid rgb(200, 200, 200);
  box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.5);
  cursor: pointer;
}
.btn:hover {
  box-shadow: 0px 0px 0px rgba(100, 100, 100, 0.5);
}

.btn.normal {
  background: -webkit-linear-gradient(bottom, rgb(255,255,255), rgb(230,230,230));
  background: -o-linear-gradient(bottom, rgb(255,255,255), rgb(230,230,230));
  background: -moz-linear-gradient(bottom, rgb(255,255,255), rgb(230,230,230));
  background: linear-gradient(to bottom, rgb(255,255,255) , rgb(230,230,230));
}

.btn.alert {
  background: -webkit-linear-gradient(bottom, #ee5f5b, #bd362f);
  background: -o-linear-gradient(bottom, #ee5f5b, #bd362f);
  background: -moz-linear-gradient(bottom, #ee5f5b, #bd362f);
  background: linear-gradient(to bottom, #ee5f5b, #bd362f);
  color: #ffffff;
}

footer {
  border-top:#ff744f 2px solid;
  text-align: center;
  color: #043491;
  font-size: 80%;
  width:980px;
  padding:10px 0 0;
  margin:auto;
}
footer img{
	display:block;
	margin:auto;
}


nav#nav_common{
	display:block;
	position:absolute;
	background:url(../img/gnavi_back.png) repeat-x center center;
	width:100%;
	height:110px;
	top:-3px;
	box-shadow:#7C5959 0 0 3px;
	z-index:20;
}
ul#gnavi{
	width:980px;
	height:92px;
	margin:9px auto;
}
ul#gnavi li{
	float:left;
	margin:0 6px 0;
	width:151px;
	height:92px;
}
ul#gnavi li a{
	display:block;
	width:151px;
	height:92px;
	color:rgba(0,0,0,0.00);
}
ul#gnavi li a:hover {
  opacity: 0.6;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
ul#gnavi li a img{
	display:block;
	margin:auto;
}


/* R18確認 */
.ask_r18 {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
}
.ask_r18 .popup {
  background: rgb(245,245,245);
  background-position: contain;
  margin: 0 auto;
  margin-top: 100px;
  padding: 10px;
  width: 80%;
  max-width: 500px;
  border-radius: 3px;
  border: 1px solid rgb(200, 200, 200);
  text-align: center;
}
.blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
