@charset "UTF-8";
/*---- ----*/
body{
	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
	font-family:メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color:#333;
}
div,p{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}

/*---- header ----*/
header{
	position:relative;
	margin:0;
	padding:0;
	height:120px;
	background:#049;
}
header h1{
	position:relative;
	margin:0 auto;
	padding:0;
	width:1000px;
	height:61px;
}
header h1 a{
	position:absolute;
	display:block;
	padding:10px 0 0;
	width:277px;
	height:51px;
}
header h1 .Copy{
	position:absolute;
	top:10px;
	right:0;
}
/*---- nav ----*/
header nav{
	margin:13px auto 0;
	padding:0;
	width:1000px;
	height:46px;
}
header nav ul{
	position:relative;
	*zoom:1;
	margin:0;
	padding:0;
	height:0;
	background:url('/image/common/header003.png') no-repeat right 0;
}
header nav ul:first-child{
	height:46px;
}
header nav ul::after{
	clear:both;
}
header nav ul li{
	float:left;
	margin:0;
	padding:0 0 0 2px;
	background:url('/image/common/header003.png') no-repeat 0 0;
}
header nav ul > li a{
	display:table-cell;
	margin:0;
	padding:0;
	width:140px;
	height:46px;
	transition:0.2s linear;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0,0,0,0.2);
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	color:#3cf;
}
header nav ul li a.TopPage{
	width:144px;
}
header nav ul li a::before, header nav ul li a::after{
	content:"";
	display:table;
}
header nav ul ul{
	list-style:none;
	position:absolute;
	top:46px;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	background:none;
}
header nav ul ul li{
	overflow:hidden;
	margin:0;
	padding:0;
	width:calc(100% / 3);
	height:0;
	background:none;
	transition:0.2s linear;
}
header nav ul ul li a{
	display:block;
	width:100%;
	height:60px;
	background:#09b;
	box-shadow:0 8px 6px -6px rgba(0,0,0,0.5) inset;
	line-height:60px;
	color:#fff;
}
header nav ul li:hover > a{
	background:#09b;
	text-shadow:none;
	color:#fff;
}
header nav ul ul li a:hover{
	background:#0ac;
	color:#ff0;
}
header nav ul{
	position:relative;
	z-index:5;
}
header nav ul li:hover ul li{
	overflow:visible;
	height:60px;
}
header nav ul li:nth-child(3) ul li{
	width:20%;
}
/*---- ----*/
#Crumb{
	margin:0 auto;
	padding:0 20px 0 0;
	width:980px;
	height:40px;
	background:#049;
	text-align:right;
	font-size:14px;
	font-weight:normal;
	line-height:40px;
	color:#fff;
}
#Crumb a{
	margin:0 8px 0 0;
	padding:0 14px 0 0;
	background:url('/image/common/arrow001.png') no-repeat right center;
	text-decoration:none;
	color:#fff;
}
/*---- Contents ----*/
#Contents{
	margin:60px auto 0;
	width:1000px;
	min-height:calc(100vh - 489.2px);
	text-align:left;
}
/*---- Notice ----*/
#Addition{
	position:relative;
	margin:80px 0 0;
}
#Addition p.Notice{
	padding:0 0 0 14px;
	text-align:left;
	text-indent:-14px;
	font-size:14px;
	line-height:130%;
	color:#666;
}
#Addition p.ReturnTop {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:4px 0 0;
	width:200px;
	text-align:right;
}
/*---- Link ----*/
a.BoxLink,a.BoxLinkW{
	display:inline-block;
	border-radius:5px;
	margin:0;
	padding:0 10px 0 24px;
	background:url('/image/common/arrow001.png') no-repeat 10px center #fff;
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);
	transition:0.2s background-color linear,0.2s color linear;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:28px;
	color:#09b;
}
a.BoxLink:hover,a.BoxLinkW:hover{
	background-color:#09b;
	background-position:-990px center;
	box-shadow:none;
	color:#fff;
}
a.BoxLinkW{
	padding:0 30px 0 44px;
	background:url('/image/common/arrow001.png') no-repeat 30px center #fff;
}
#Addition a.BoxLinkW{
	font-size:14px;
}
a.BoxLinkW:hover{
	background-position:-970px center;
}
a.NormalLink{
	margin:0 4px;
	padding:0 0 0 14px;
	background:url('/image/common/arrow001.png') no-repeat 0 center #fff;
	text-decoration:none;
	font-weight:bold;
	color:#09b;
}
a.NormalLink:hover{
	text-decoration:underline;
}

/*---- footer ----*/
footer{
	margin:25px auto 0;
	padding:0;
	background:#049;
}
footer nav{
	position:relative;
	margin:0 auto;
	width:1000px;
}
footer nav ul{
	position:absolute;
	right:0;
	padding:12px 0 0;
	list-style:none;
}
footer nav ul li{
	float:left;
	padding:4px 0 0 14px;
}
footer nav ul li a{
	text-decoration:none;
	font-size:15px;
	line-height:120%;
	color:#fff;
}
footer #Copyright{
	clear:both;
	margin:0 auto;
	padding:95px 0 10px;
	width:1000px;
	text-align:left;
	font-size:16px;
	line-height:120%;
	color:#fff;
}
/*---- ----*/
.Clearfix::after {
    content:" ";
    display:block;
    clear:both;
}