@charset "utf-8";
/* CSS Document */

/* ---reset------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,section,nav,header,footer{margin:0;padding:0;}ul li,ol li {list-style:none;} h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}input,textarea,select{ font-family: inherit;font-size:inherit; font-weight:inherit;}input,textarea,select{ *font-size:100%;}a img { border:none;}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
/* ---common----------------------------------------- */
/* -------------------------------------------------- */
.cf:before,.cf:after {content: " "; display: table;}.cf:after {clear: both;}.cf {*zoom: 1;}
.alpha a:hover img {opacity: 0.8;filter: alpha(opacity=80);-ms-filter: "alpha(opacity=80)";}
img {border: 0px; vertical-align: bottom;}

#pagetop {position: fixed;bottom: 5%;right: 2%;z-index:999;}
#pagetop a {color: #FFF;padding: 2em 1em;text-align: center;font-size: 0.75em;text-decoration: none;border-radius: 6px; }
#pagetop:hover {opacity: 0.8;}

input[type="text"],input[type="password"] { width: 420px;}

input[type="submit"],input[type="button"] {
	padding:9px 25px 15px 25px;
	width: 400px;
	height: auto;
	border: none;
	color: #ffffff;
	background-color: #ff8000;
	border-radius: 5px;
}
textarea {
	width: 100%;
	height: 252px;
}

.flexBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

.inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
body{
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	line-height: 1.5em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	overflow-x: hidden;
}
header{
	color: #ffffff;
	background-color: #333333;
}

header .headerLogo {
	padding: 20px 0;
	font-size: 20px;
}

header .headerLogo a{
	color: #FFFFFF;
	text-decoration: none;
}

header .headerNav {
	margin-top: 15px;
	width: 158px;
}

header .headerNav ul li {
	margin: auto 0 0 0;
	vertical-align: middle;
}

.loginArea {
	padding: 140px 0 152px;
	max-height: 700px;
	background: url("imagenew/login_bg@2x.png") no-repeat;
	background-size: cover;
}

.loginArea .loginBox {
	margin: 0 auto;
	padding: 47px 0 44px;
	text-align: center;
	color: #ffffff;
	background: url("imagenew/dot_bg@2x.png")  repeat;
	background-size: 5px 5px;
}

.loginBox .loginTable {
	margin: 46px auto 0;
	width: 60%;
	text-align: left;
}

.loginBox .loginTable th {
	width: 152px;
	font-weight: normal;
	font-size: 19px;
}
.loginBox .loginTable td {
	padding-bottom: 15px;
	width: auto;
	font-size: 18px;
}

.contents {
	padding-bottom: 84px;
}

.contents .leftArea {
	margin-top: 46px;
	width: 70%;
}

.contents .rightArea {
	margin-top: 46px;
	width: auto;
}
.contents .bg01 {
	margin-bottom: 5px;
	padding: 15px 0;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
}

.contents .bg02 {
	margin-bottom: 5px;
	padding: 12px 0;
	font-size: 16px;
	text-align: center;
	background-color: #EEEEEE;
	border: 1px solid #615750;
}


footer{
	padding: 45px 0;
	color: #ffffff;
	text-align: center;
	background-color: #333333;
}

footer .footerLogo {
	margin-bottom: 40px;
	font-size: 24px;
}

footer .footerBanner img {
	margin-bottom: 32px;
}