@charset "utf-8";
body {
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.6;
	width: 100%;
	height: 100%;
	color: #2e2e2e;
}

html { height: 100%; }
img {
	max-width: 100%;
	height: auto;
	display: block;
}
small {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
a:link, a:visited {
	color: #00c0ff;
	text-decoration: none;
}
a:hover, a:active { text-decoration: none; }

/*clearfix*/
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }

.wrapper {
	width: 100%;
	min-width: 1024px;
	position: relative;
}


/*===================================
loding
===================================*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 50;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 133px;
	margin-top: -66px;
	margin-left: -75px;
	text-align: center;
	color: #fff;
	z-index: 2;
}

#loader p {
	font-size: 14px;
	color: #666;
	text-align: center;
}


/*===================================
main
===================================*/
.main {
	position: relative;
	width: 100%;
	min-width: 1024px;
	background: #fff;
}
.main .mainVisual{
	display: block;
	margin: auto;
}
.main .logo{
	position: absolute;
	z-index: 1;
	top: 294px;
	left: 50%;
	margin-left: -193.5px;
}


.container{
	position: relative;
	width: 830px;
	margin: -220px auto 45px;
}
.container .title{
	font-size: 16px;
	text-align: center;
	text-shadow: 0 1px 0 #fff,
				 1px 0 0 #fff,
				 0 -1px 0 #fff,
				 -1px 0 0 #fff,
				 -1px -1px 0 #fff,
				 1px -1px 0 #fff,
				 -1px 1px 0 #fff,
				 1px 1px 0 #fff;
}
.listWrap{
	list-style-position: inside;
	font-size: 14px;
}
.listWrap .listTitle {
	margin-top: 20px;
	display: list-item;
	list-style-type: decimal;
}
.listWrap .link{text-decoration: underline;}
.listWrap .link:hover{text-decoration: none;}
.listEnd{margin-top: 20px;}


.page-top{
		position: fixed;z-index:110;
	bottom: 20px;
	right: 20px;
	text-indent:-9999px;
}
.page-top a {
	width:157px;
	height:144px;
	display: block;
	background:url(../image/img-pagetop.png) no-repeat;
}


/*===================================
footer
===================================*/

.footer {
	bottom: 0px;
	width: 100%;
	min-width: 1024px;
	background: #000;
	padding-bottom: 20px;
}

.areaDownfooter {
	margin: 20px auto 20px auto;
	width: 666px;
}

.areaDownfooter li {
	float: left;
	margin-right: 20px;
	list-style: none;
}

.areaDownfooter li:last-child { margin-right: 0px; }

.footerInner {
	width: 940px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #fff;
	font-size: 10px;
}

.logo li {
	list-style-type : none;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

.footerInner ul li { list-style-type : none; }

.footerInner ul li p { margin: 0px auto auto 0px; }