@charset "UTF-8";
/*
#164adb Blue main
#ff2c90 Pink sub
#011f72 Blue accent
#85a5ff Blue
#ff93c6 Pink
#4a4a4a Gray
*/


/* ==================================
	Common
================================== */

* {
	-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 {
	color: #4a4a4a;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	-webkit-text-size-adjust: 100%;
}

a, a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

p.txt_pink {
	color: #ff2c90;
}

p.txt_pink2 {
	color: #ff6a92;
}

p.txt_blue {
	color: #164adb;
}

.txt_org {
	color: #ff8a00;
}

.m5 { margin-bottom: 5px; }
.m10 { margin-bottom: 10px; }
.m20 { margin-bottom: 20px; }
.m30 { margin-bottom: 30px; }
.m40 { margin-bottom: 40px; }

/* ==================================
	Navigation
================================== */
#btn_nav {
	position: fixed;
	display: block;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	z-index: 2000;
}

#btn_nav a {
	display: block;
	width: 100%;
	height: 100%;
}

#gnav {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 3000;
}

.gnav_menu {
	position: absolute;
	top: 240px;
	left: 0;
	right: 0;
	width: 544px;
	height: 680px;
	margin: 0 auto;
	padding: 0 30px 15px;
	background: url(../images/common/nav_bg_middle.png) repeat-y top left;
	z-index: 5000;
}

.gnav_menu:before {
	content: '';
	position: absolute;
	top: -137px;
	left: 0;
	width: 544px;
	height: 137px;
	background: url(../images/common/nav_bg_top.png) no-repeat left top;
}

.gnav_menu:after {
	content: '';
	position: absolute;
	bottom: -159px;
	left: 0;
	width: 544px;
	height: 159px;
	background: url(../images/common/nav_bg_bottom.png) no-repeat left top;
}

.gnav_menu_item {
	display: block;
	width: 480px;
	height: 97px;
	text-align: center;
}

.gnav_menu_item:not(:last-child) {
	background: url(../images/common/nav_line.png) no-repeat center bottom;
}

.gnav_menu_item:first-child {
	margin-top: 0;
}

.gnav_menu_item a {
	display: block;
	width: 480px;
	height: 91px;
	margin-bottom: 6px;
	padding-top: 30px;
}

.nav_menu_pc {
	display: block;
	position: absolute;
	bottom: -110px;
	height: 150px;
	opacity: 0.7;
	text-indent: -9999px;
	z-index: 2000;
}

.gnav_close {
	position: absolute;
	top: -220px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 153px;
	height: 70px;
	z-index: 5000;
}

#gnav_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.7;
	z-index: 2001;
}


/* ==================================
	Footer
================================== */
footer {
	padding-top: 40px;
	text-align: center;
	background: url(../images/common/footer_bg.png) no-repeat center top;
	font-size: 13px;
}

.footer_inner {
	display: block;
	height: 100%;
	padding-top: -50px;
	background-color: #FFF;
}

#sns {
	margin: 30px auto 50px;
	padding: 0 5px;
	overflow: hidden;
}

#tw {
	float: left;
	width: 40%;
	height: 42px;
	padding: 0 5px 2px 10px;
}

#fb {
	float: left;
	width: 280px;
	padding: 0 0 2px 5px;
}

iframe.twitter-share-button {
	width: 280px !important;
	height: 42px !important;
}

