@charset "utf-8";

html, body {height: 100%;}
body {
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 510px;
	min-height: 440px;
	/*background-color: #fff;*/
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:12px;
	background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background-size: 4px 4px;
}

.areabox {
	margin: -220px 0 0 -255px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 510px;
	height: 440px;
}

.loginbox {
	width: 450px; 
	height: 400px; 
	background-color: #fff;
	box-shadow:0px 0px 10px #aaa;
	margin:0 auto;
    border-radius: 8px;  
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; 
}

.logbox_inarea{padding:20px 30px; margin:0 auto;}

.copyrightbox{text-align:center; margin-top:8px; font-size:12px;}
.box25 {
    width:372px;
	height:28px;
	border:1px solid #ccc;
	padding:3px 8px;
	font-size:120%;
}
.box25_2 {
    width:372px;
	height:28px;
	border:1px solid #ccc;
	border-top:none;
	padding:3px 8px;
	font-size:120%;
}

.login_button_area{
	margin-top:16px;
	width:390px;
}

.login_button{
border:1px solid #df0909; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px; padding:10px 8px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #FF4D4D; background-image: -webkit-gradient(linear, left top, left bottom, from(#FF4D4D), to(#E41221));
 background-image: -webkit-linear-gradient(top, #FF4D4D, #E41221);
 background-image: -moz-linear-gradient(top, #FF4D4D, #E41221);
 background-image: -ms-linear-gradient(top, #FF4D4D, #E41221);
 background-image: -o-linear-gradient(top, #FF4D4D, #E41221);
 background-image: linear-gradient(to bottom, #FF4D4D, #E41221);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF4D4D, endColorstr=#E41221);
 width:372px;
 text-align:center;
}

.login_button:hover{
 border:1px solid #b30808;
 background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
 background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
 background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
}

.login_button_text{font-size:130%; letter-spacing:0.5px; font-weight:bold;}

input[type=checkbox] {
  transform: scale(1.2);
}
input {margin: 0; vertical-align: middle;}
.checkbox_area{margin-top:16px; font-size:120%;}
.contactbox{
	margin-top:25px;
	color:#444;
	line-height:160%;
	border-top:1px dotted #aaa;
	padding-top:25px;
	font-size:90%;
}

.responsible{font-size:120%; padding-top:6px;}