﻿@charset "UTF-8";
/* CSS Document */

@import "reset_login.css";

body {
	background-color:#;
    	font-family: Helvetica Neue,Helvetica,Arial,san-serif,"ヒラギノ角ゴ ProN W3 / W6","Hiragino Kaku Gothic Pro";
    	font-size:15px;
	line-height:1.7;
	height:100%;
}

#wrapper {
	background-color:#fafafa;
		/*background-image:url(../Images/System/bg.png);*/
	background-repeat:repeat;
	color:#007f6b;
}

/* ヘッダ部 */
header img {
	width:100%;
}

/* ログインフォーム */
#login_form {
	width:83.125%;
	margin: 15px auto 0;
}

#login_form dt {
	font-size:110%;
}

#login_form dd {
	margin-bottom:7px;
}

/* フォーム */
#login_form input[type="text"],
#login_form input[type="password"] {
	border:none;
	background:#fff;
	-webkit-appearance:none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#login_form input[type="text"],
#login_form input[type="password"] {
	border:1px solid #c5c5c5;
	border-radius:0;
	vertical-align:middle;
	font-size:115%;
	width:100%;
}

#login_form #btn_login {
	border:none;
	background:#fff;
	-webkit-appearance:none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#login_form #btn_login {
	border-radius:6px;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	width:100%;
	line-height:3;
	margin:10px auto;
	background: -webkit-gradient(
		linear, 
		left top, 
		left bottom, 
		from(#ed8534), 
		color-stop(0.49, #ed8534),
		color-stop(0.50, #ed6d34), 
		to(#ed6d34)
	);		
}

#login_form #check_login {
	font-size:115%;
	padding:7px 0;
}

/* 姫
#login_form #check_login {
	font-size:115%;
	padding:7px 0;
}

/* 姫野 聖花 */
#seika {
	margin-top:10px;
}

#seika img {
	width:100%;
}

/* フッタ部 */
footer {
	clear:both;
	padding:10px 0 10px;
	text-align:center;
	color:#fff;
	line-height:1.1;
}

footer small {
	text-align:center;
	font-style:normal;
	font-size:11px;	
}

.validation-summary-errors li
{
    font-weight: bold;
    color: #ff0000;
}

input[type="submit"]{
    cursor:pointer;
	background-color: #ed8034;
	color: #fff;
	font-size: 11pt;
	border: none;
	border-radius: 3px;
}

#btnReturn {
	border:none;
	background:#fff;
	-webkit-appearance:none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    width: 80px;
    padding: 5px;
    font-size: 15px;
    float: right;
    background-color: #3366FF;
}