/**************************************/
/**  共通                            **/
/**************************************/
*
{
	margin:0px;
	padding:0px;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', 'Helvetica', 'Arial', 'Gothic', 'sans-serif';
	font-size: 14px;
	line-height: 14px;
}
img
{
	border:none;
	border-width:0px;
}
body
{
	background-color:#808080;
}
a
{
	text-decoration: none;
	color: #333333;
}
a:hover
{
	text-decoration: none;
	color: #ff6600;
}
.Clear
{
	clear:both;
}
.TextCenter
{
	text-align: center;
}
.TextRight
{
	text-align: right;
}
.TextLeft
{
	text-align: left;
}
.Bold
{
	font-weight: bold;
}
.Red
{
	color: red;
}
.Blue
{
	color: Blue;
}
.SubmitBtn
{
	text-align:center;
	margin-bottom:10px;
}
.SubmitBtn input
{
	padding:10px;
	border-radius:10px;
	width:100px;
}
.SubmitBtn input:hover
{
	background-color:#ff6600;
}

/**************************************/
/**  クリアフィックス                **/
/**************************************/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	font-size:0;   
	clear: both;
	visibility:hidden;
}
.clearfix
{
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */



/**************************************/
/**  全体                            **/
/**************************************/
body
{
	background-color:#DFDFDF;
}
#MainFrame
{
	background-color:white;
	width:100vw;
	margin:0px auto;
}

/**************************************/
/**  ヘッダー                        **/
/**************************************/
header
{
	background-color:#F8F9F3;
	height:80px;
	padding:20px 0px 0px 20px;
	overflow:hidden;
	line-height:30px;
	font-size:20px;
}
header > h1
{
	display:none;
}
header > img
{
	float: left;
	margin-right:10px;
}



/**************************************/
/**  フッター                        **/
/**************************************/
footer
{
	height:40px;
	clear:both;
	margin:0px;
	line-height:40px;
	color:white;
	text-align:center;
	background-color:#0E36CA;
}
footer > h1
{
}

/**************************************/
/**  ナビ（ヘッダー）                **/
/**************************************/
nav
{
	overflow: hidden;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background-color:white;
}
nav ul
{
	list-style:none inside;
}
nav li
{
	float: left;
	line-height: 1.6;
	width: 20%;
}
nav a
{
	display:block;
	text-decoration: none;
	position: relative;
	text-align: center;
	padding: 12px 0px;
	border-left: 1px solid #d2d2d2;
	font-weight: bold;
	font-size:18px;
	height:40px;
	line-height:20px;
}
nav li:first-child
{
	width: 20%;
}
nav li:first-child a
{
	border-left: none;
}
nav li a span {
	display: block;
	font-size: 9px;
	color: #bababa;
	font-weight: normal;
	letter-spacing: 0.2em;
}
nav a:hover
{
	background: #e6ebfa;
}
nav li a:hover::before, nav li.current a::before
{
	content: "";
	position: absolute;
	left: 5px;
	width: 3px;
	height: 40px;
	background: linear-gradient(#1244ff, #0e36ca);
}

/**************************************/
/**  ナビ（フッター）                **/
/**************************************/
.NaviFooter
{
	clear:both;
	margin:20px 0px 0px 0px;
	padding-left:20px;
	line-height:40px;
	background-color:#0E36CA;
}
.NaviFooter a
{
	color:white;

}
.NaviFooter a:hover
{
	color:#ff6600;
}


/**************************************/
/**  コンテンツフレーム              **/
/**************************************/
#ContentsFrame
{
	width:100vw;
	min-height:70vh;
}
.fixedHeader
{
	border-top: 5px solid #0e36ca;
	width:100vw;
	position: fixed;
	z-index: 999;
	top:0;
	left:0;

}
.scroll
{
	width:100vw;
	height:22vh;
}
h3
{
	margin:0 auto 40px;
	width: 74vw;
	border-bottom: 1px solid #0E36CA;
	border-left: 5vw solid #0E36CA;
	font-weight: bold;
	font-size:1.4em;
	line-height:2em;
	padding-left:1vw;
}
h3:first-letter
{
	font-size: 150%;
	color:#0E36CA;
}
