@charset "utf-8";

body {
	font: 14px/1.7 "ゴシックMB101 R","Gothic MB101 Regular","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	margin: 0px;
	padding: 0px;
	background: #1a1a1a;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.0;
}
p {
	margin: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ol {
	margin: 0px;
	padding: 0px;
}
dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
a:hover {
}
a img {
	border: none;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

/* -------------------- font */
.f_mbr {
	font-family: "ゴシックMB101 R","Gothic MB101 Regular", sans-serif !important;
}
.f_mbdb {
	font-family: "ゴシックMB101 DB","Gothic MB101 DemiBold","ゴシックMB101 R","Gothic MB101 Regular", sans-serif !important;
}
.f_sgr {
	font-family: "新ゴ R","Shin Go Regular", sans-serif !important;
}
.f_sgdb {
	font-family: "新ゴ DB","Shin Go DeBold", sans-serif !important;
}
#load {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/common/loading.gif) no-repeat center center #000;
	background-size: 240px 82px;
}
.loadCheck {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	color: #000;
}

/* -------------------- layout */
.layout {
	position: relative;
	width: 940px;
	margin: 0px auto;
	padding: 0px 20px;
}
.spNone {
	display: none;
}
@media only screen and (max-width: 767px){
.layout {
	width: auto;
	margin: 0px auto;
	padding: 0px 20px;
}
.spNone {
	display: block;
}
}

/* -------------------- header */
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 8000;
	width: 100%;
	height: 40px;
	background: #000;
}
#header .title a {
	overflow: hidden;
	display: block;
	float: left;
	width: 431px;
	height: 21px;
	margin-top: 10px;
	background: url(/img/common/title.png) no-repeat;
	background-size: 243px 21px;
	text-indent: 100%;
	white-space: nowrap;
}
#gnav {
	float: right;
	padding-top: 10px;
}
#gnav li {
	display: inline-block;
	margin-left: 30px;
}
#gnav li a {
	color: #999;
	font-size: 16px;
	text-decoration: none;
}
#gnav li a:hover, 
#gnav li.cr a {
	color: #fff;
}
@media only screen and (max-width: 767px){
#header {
	position: static;
	padding: 16px 0px;
}
#header .title a {
	float: none;
	width: 139px;
	height: 12px;
	margin: 0 auto;
	background-size: 139px 12px;
}
#gnav {
	float: none;
	padding-top: 18px;
	text-align: center;
	line-height: 1.0;
}
#gnav li {
	display: inline-block;
	margin: 0 14px;
}
#gnav li a {
	font-size: 11px;
}
}

/* -------------------- footer */
#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 8000;
	width: 100%;
	height: 30px;
	background: #000;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
#footer .inner_area {
	padding: 0px 10px;
}
#footer p {
	display: inline-block;
}
#footer .link {
	position: absolute;
	top: 0px;
	left: 20px;
	color: #666;
	font-size: 12px;
	line-height: 30px;
}
#footer .link a {
	color: #999;
}
#copy {
	position: absolute;
	top: 0px;
	right: 20px;
	color: #666;
	font-size: 12px;
	text-align: right;
	line-height: 30px;
}
#copy a {
	color: #666;
}
@media only screen and (max-width: 767px){
#footer {
	position: static;
	height: auto;
	line-height: 1.7;
	padding: 10px 0px;
}
#footer .category {
	display: none;
}
#footer .link {
	position: static;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.7;
}
#copy {
	position: static;
	text-align: center;
	line-height: 1.7;
}
}

/* -------------------- btJump */
#btJump .prev {
	position: fixed;
	z-index: 8000;
	top: 40px;
	left: 50%;
	width: 62px;
	height: 30px;
	background: url(/img/common/bt_jump.png) no-repeat 0px 0px;
	background-size: 62px 60px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	cursor: pointer;
}
#btJump .next {
	position: fixed;
	z-index: 8000;
	bottom: 30px;
	left: 50%;
	width: 62px;
	height: 30px;
	background: url(/img/common/bt_jump.png) no-repeat 0px -30px;
	background-size: 62px 60px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	cursor: pointer;
}
#btJump .next:hover, 
#btJump .prev:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 767px){
#btJump {
	display: none;
}
}

/* -------------------- main */
#main .mainArea {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 940px;
	height: 600px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#main .mainArea .logo {
	overflow: hidden;
	position: absolute;
	z-index: 110;
	top: 19px;
	left: 0px;
	width: 160px;
	height: 81px;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}
#main .mainArea h1 {
	position: absolute;
	z-index: 100;
	top: 84px;
	left: 50%;
	font-size: 16px;
	line-height: 1.0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
#main .mainArea h1 span {
	cursor: pointer;
}
#main .mainArea h2 {
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 50%;
	width: 100%;
	font-size: 22px;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
#main .mainArea h2 .cr {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
#main .mainArea h2 .nxt {
	display: inline-block;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	opacity: 0;
}
#main .mainArea h1 .btHelp {
	display: inline-block;
	width: 17px;
	height: 16px;
	margin-left: 5px;
	cursor: pointer;
}
#main .mainArea h1 .btHelp:hover {
	opacity: 0.5;
}
#main .mainArea h1 .btAreaNav {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	cursor: pointer;
}
#main .mainArea h1 .btAreaNav:hover {
	opacity: 0.5;
}
#main .mainArea .areaNav {
	display: none;
	position: absolute;
	z-index: 100;
	top: 110px;
	left: 50%;
	padding: 20px 16px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
#main .mainArea .areaNav li {
	margin: 5px 0px;
	padding-left: 18px;
	background: url(/img/common/arw_nav.png) no-repeat left center;
	background-size: 12px 12px;
	font-size: 16px;
	cursor: pointer;
}
.spHeader {
	display: none;
}
@media only screen and (max-width: 767px){
#main .mainArea {
	position: static;
	width: auto !important;
	height: auto !important;;
	padding: 16px 20px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
#main .mainArea .logo {
	overflow: hidden;
	position: static;
	width: 119px;
	height: 61px;
	margin: 0px auto 25px auto;
	background-size: contain;
}
#main .mainArea h1 {
	position: static;
	font-size: 13px;
	text-align: center;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
#main .mainArea h2 {
	position: static;
	font-size: 16px;
	text-align: center;
	margin-bottom: 6px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
#main .mainArea h2 .cr,
.spHeader .cr {
	position: static;
}
#main .mainArea h2 .nxt, 
.spHeader .nxt {
	display: none;
}
.js_spHeader {
	padding-bottom: 30px;
}
.spHeader {
	display: block;
	position: fixed;
	top: -200px;
	left: 0;
	width: 100%;
	padding: 20px 0px;
	background: -webkit-linear-gradient(top,rgba(26,26,26,0.9) 50%, rgba(26,26,26,0));
	background: -moz-linear-gradient(top,rgba(26,26,26,0.9) 50%, rgba(26,26,26,0));
	background: -ms-linear-gradient(top,rgba(26,26,26,0.9) 50%, rgba(26,26,26,0));
	background: -o-linear-gradient(top,rgba(26,26,26,0.9) 50%, rgba(26,26,26,0));
	text-align: center;
}
.spHeader h1 {
	font-size: 13px;
	text-align: center;
}
.spHeader h2 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 6px;
}
#main .mainArea h1 .btHelp, 
.spHeader h1 .btHelp {
	display: none;
	width: 17px;
	height: 16px;
	margin-left: 5px;
	cursor: pointer;
}
.spHeader h1 .btAreaNav {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	cursor: pointer;
}
#main .mainArea .areaNav, 
.spHeader .areaNav {
	display: none;
	position: static;
	margin-top: 16px;
	padding: 16px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.spHeader .areaNav {
	margin: 16px 20px;
}
#main .mainArea .areaNav li, 
.spHeader .areaNav li {
	margin: 5px 0px;
	padding-left: 18px;
	background: url(/img/common/nav_ig_arw.png) no-repeat 0px 7px;
	font-size: 14px;
	text-align: left;
}
}

/* -------------------- contents */
#contents .area {
	width: 940px;
	margin: 0px auto;
	padding: 100px 0px;
}
#contents h1 {
	margin-bottom: 40px;
	font-size: 24px;
}
#contents h2 {
	margin-bottom: 20px;
	font-size: 16px;
}
#contents p {
	margin-bottom: 20px;
}
#contents ul {
	margin-bottom: 20px;
}
#contents .section{
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px){
#contents .area {
	width: auto;
	padding: 40px 20px;
}
#contents h1 {
	font-size: 16px;
}
#contents h2 {
	font-size: 14px;
}
}

/* -------------------- sourceArea */
#btSource {
	display: inline-block;
	position: absolute;
	z-index: 110;
	bottom: 30px;
	left: 0;
	padding-left: 9px;
	font-size: 12px;
	line-height: 1.0;
	cursor: pointer;
}
#btSource:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	border: 4px solid  transparent;
	border-left: 4px solid #fff;
}
#sourceArea .sourceBlock {
	display: none;
	font-size: 12px;
}
#sourceArea .sourceBlock a {
	color: #fff;
}
#sourceArea .section {
	margin-bottom: 40px;
}
#main .mainArea #sourceArea  h2 {
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 13px;
	text-align: left;
}
#sourceArea h3 {
	font-size: 14px;
	margin-bottom: 20px;
}
#sourceArea p {
	margin-bottom: 20px;
}
#sourceArea .note {
	margin-bottom: 20px;
	padding: 20px 20px 10px 20px;
	background: #f3f3f3;
	color: #666;
	font-size: 12px;
}
#sourceArea .note dt {
	float: left;
	width: 25px;
}
#sourceArea .note dd {
	margin: 0 0 10px 25px;
}
#sourceArea ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 15px;
}
#sourceArea ul li:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
}
@media only screen and (max-width: 767px){
#sourceArea {
	border-top: 1px solid #333;
	padding: 20px 0px;
}
#sourceArea .sourceBlock {
	display: block;
}
#btSource {
	display: block;
	position: static;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
	cursor: default;
}
#btSource:after {
	display: none;
}
}

/* -------------------- modal */
#modalArea {
}
#modalArea .over {
	display: none;
	position: fixed;
	z-index: 9000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}
#modalArea .btClose {
	display: none;
	position: fixed;
	z-index: 9001;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	background: url(/img/common/bt_close.png) no-repeat;
	cursor: pointer;
	-webkit-transform: translate(390px, -230px);
	-moz-transform: translate(390px, -230px);
	-ms-transform: translate(390px, -230px);
	-o-transform: translate(390px, -230px);
}
#modalArea .modal {
	position: fixed;
	z-index: 9001;
	top: 50%;
	left: -200%;
	width: 740px;
	height: 460px;
	background: #fff;
	color: #333;
	font-size: 14px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
#modalArea .modal a {
	color: #333;
}
#modalArea .inner {
	padding: 30px 30px 0px 30px;
}
#modalArea .section {
	margin-bottom: 40px;
}
#modalArea .modal h2 {
	font-size: 18px;
	margin-bottom: 20px;
	padding-left: 13px;
	border-left: 4px solid;
}
#modalArea .modal h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
#modalArea .modal p {
	margin-bottom: 20px;
}
#modalArea .modal .note {
	margin-bottom: 20px;
	padding: 20px 20px 10px 20px;
	background: #f3f3f3;
	color: #666;
	font-size: 12px;
}
#modalArea .modal .note dt {
	float: left;
	width: 25px;
}
#modalArea .modal .note dd {
	margin: 0 0 10px 25px;
}
#modalArea .modal ul li {
	position: relative;
	padding-left: 15px;
}
#modalArea .modal ul li:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #333;
}
#modalArea .modal.source ul li {
	margin-bottom: 20px;
}
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: red;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	position: relative;
}
.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* -------------------- links */
#links {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
#links .linksBlock {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1.3;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
#links .h {
	margin-bottom: 24px;
	font-size: 16px;
}
#links ul li {
	margin-bottom: 30px;
	font-size: 20px;
}
#links ul li a {
	display: block;
	padding-left: 36px;
	background: url(/img/common/arw_links.png) no-repeat left center;
	background-size: 20px 20px;
	color: #fff;
}
#links ul li a:hover {
	opacity: 0.5;
}
#links ul li .sub {
	display: block;
	font-size: 14px;
}
#links ul li.human {
	padding-top: 30px;
	border-top: 1px solid #666;
	font-size: 14px;
}
#links ul li.human .sub {
	display: block;
	font-size: 24px;
}

@media only screen and (max-width: 767px){
#links {
	display: block;
	position: static;
	width: auto;
	height: auto;
	margin: 16px 20px 40px 20px;
	padding-top: 20px;
	border-top: 1px solid #333;
	background: none;
	
}
#links .linksBlock {
	position: static;
	line-height: 1.3;
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
}
#links .h {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
}
#links ul li {
	margin-bottom: 20px;
	font-size: 14px;
}
#links ul li a {
	padding-left: 24px;
	background: url(/img/common/arw_links.png) no-repeat left center;
	background-size: 14px 14px;
}
#links ul li a:hover {
	opacity: 1.0;
}
#links ul li .sub {
	font-size: 10px;
}
#links ul li.human {
	padding-top: 20px;
	border-top: 1px solid #333;
	font-size: 10px;
}
#links ul li.human .sub {
	font-size: 16px;
}

}

/* -------------------- general */
.txtR {
	text-align: right;
}
.txtL {
	text-align: left;
}
.txtC {
	text-align: center;
}
.mb0 {
	margin-bottom: 0px;
}
