@charset "UTF-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	width: 100%;
	font-size: 90%;
	line-height: 1.6;
	color: #000000;
	font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','MS Pゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	overflow: hidden;
}

/* ----------------------------------
	display
---------------------------------- */

small { 
	font-size: 0.6em;
}
	
img { width: 100%; height: auto; }

.hide { display: none; }

.txt_center { text-align: center; }
.text_right { text-align: right; }

.left { float: left; }
.right { float: right; }

a {
	color: #ff56a6;
}

.w95 { 
	width: 95%;
	margin: 0 auto;
}

.mb15 {
	margin-bottom:15%;
}

/* ----------------------------------
	Menu
---------------------------------- */

#nav_btn {
	position: fixed;
	top: 1.2%;
	right: 2%;
	height:auto;
	z-index: 2000;
	line-height: 50px;
}
#nav_btn img {
	vertical-align: middle;
}
#content {
	color: #ff0078;
	z-index: 9999;
}
#content a {
	color: #ff0078;
}

.modal-content {
	position: relative;
	padding: 8% 0 5%;
	width: 100%;
	height: auto;
}
.close-content {
	width: 95%;
	height: auto;
	margin: 2% auto 0;
	padding: 2%;
}

/*			Nav Close			*/
.nav-close {
	opacity: 0.4;
}

@media screen and (max-width:480px) {
	#nav_btn {
		width: 14%;
	}
}
@media screen and (min-width:481px) and (max-width:767px) {
	#nav_btn {
		width: 10%;
	}
}
@media screen and (min-width:768px) and (max-width:1023px) {
	#nav_btn {
		width: 10%;
	}
}
@media screen and (min-width:1024px) {
	#nav_btn {
		width: 7%;
	}
}


/* ----------------------------------
	Footer
---------------------------------- */
#footer {
	text-align: center;
	color:#333333;
	font-size:80%;
	font-weight:bold !important;
}

#footer:before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 14px;
	height:14px;
	background: url(../img/common/footer_top_repeat.png) repeat-x 0 0;
	background-size: 160px;
	border: none;
}

#footer-inner {
	background-color:#fff;
	height:100%;
	padding:40px;
}
