@charset "UTF-8";

/* CSS Document */

/* ------------------------------------------------------------

 * 初期設定

------------------------------------------------------------ */

html, body{
	height: 100%;
}
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
}

img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
}

ol,ul {
	list-style: none;
}


/*------------------------------*/
.noScroll{
	height : 100%;
	overflow : hidden;
}
.noScrollSP{
	height : 100%;
	overflow : hidden;
}
.noScrollSP SECTION{
	visibility : hidden;
}

.clearFix:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearFix { display: inline-block; }
.clearFix { display: block; }
/*------------------------------*/

/* ------------------------------------------------------------

 * 印刷用設定

------------------------------------------------------------ */
@media print {
	body {
		background-color:#fff !important;
	}
	a, a:link,a:visited,a:hover {
		text-decoration:none !important;
	}
	#tabLink{
		display: none !important;
	}
}

/* ------------------------------------------------------------

 * 仮カラー設定

------------------------------------------------------------ */

/* color */
/*------------------------------*/

#menuBtn {
	background-color: #333;
}
/*
.ctColor {
	color: #333;
}
.clColor {
	border: solid 1px #333;
	border-color: #333;
}
.clbColor {
	border-bottom: solid 1px #ffffff;
	border-bottom-color: #333;
}
.sbColor {
	background-color: #999;
}
.stColor {
	color: #999;
}
.slColor {
	border-color: #999;
}
/*------------------------------*/
/*
.cbBtn {
	width: 200px;
	text-align: center;
	background-color: #333;
	height: 50px;

	transition-duration: 0.3s;
}
.cbBtn a {
	border: solid 1px #333;
	display: inline-block;
	width: 198px;
	color: #ffffff;
	padding: 17px 0 16px;
	text-decoration: none;
	font-size: 14px;
	background-color: #333;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
.cbBtn a::before,
.cbBtn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cbBtn a,
.cbBtn a::before,
.cbBtn a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cbBtn a:hover {
	color: #333;
}
.cbBtn a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
.cbBtn a:hover::after {
	top: 0;
	left: 0;
	background-color: #ffffff;
}
/*------------------------------*/
/*
.hdEntry {
	width: 200px;
	text-align: center;
	background-color: #ffffff;
	height: 50px;

	transition-duration: 0.3s;
}
.hdEntry a {
	border: solid 1px #333;
	display: inline-block;
	width: 198px;
	color: #333;
	padding: 17px 0 16px;
	text-decoration: none;
	font-size: 14px;
	background-color: #ffffff;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
.hdEntry a::before,
.hdEntry a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.hdEntry a,
.hdEntry a::before,
.hdEntry a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hdEntry a:hover {
	color: #ffffff;
}
.hdEntry a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
.hdEntry a:hover::after {
	top: 0;
	left: 0;
	background-color: #333;
}
*/
