@charset "utf-8";

/* ログインエリア大枠
-------------------------------*/
#login_wrap {
	padding-bottom: 20px;
	height: auto;
	text-align: left;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
#login_wrap .floatClear {
    clear:  both;
    display: block;
}

.clear {
    clear: both;
    display: block;
}

/* ログインエリアメイン枠
-------------------------------*/
#login_contents {
    float: left;
    width: 98%;
    min-height: 680px;
    height: auto;
    margin-top: 0px;
    padding: 14px 4px;
}

#userid, #pass{
	margin: 3px 0px;
	padding-left: 5px;
	padding-right: 5px;
	height: 45px;
	/*width: 248px;*/
	width: 98%;
	background-repeat: no-repeat;
	background-position: left center;
	ime-mode: disabled;
	font-size: 21px;
	line-height: 45px;
}

#login_area{
	margin-top: 50px;
	padding-top: 25px;
	height: 330px;
	width: 300px;
	background-color: #2D2F35;
}
#login_area_footer{
	height: 5px;
	width: 290px;
	background-color: #646977;
}
#dv_title{
	font-size: 20px;
	font-weight: bold;
	color: white;
}
#dv_msg{
	width: auto;
	height: 40px;
	line-height: 70px;
	color: #FF6868;
	font-weight: bold;
}
#dv_id{
}
#dv_ps{
}
#dv_bt{
	padding: 0px;
	margin-top: 40px;
	height: 45px;
	width: 260px;
	line-height: 45px;
	font-size: 21px;
}

/* Link Button */
a.link_btn, a.link_btn_red{
	display: inline-block;
	padding: 2px 15px;
	background-color: #4179BE;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
a.link_btn:link, a.link_btn_red
a.link_btn:visited, a.link_btn_red:visited
{
	text-decoration: none;
	color:#FFFFFF;
}
a.link_btn:hover,
a.link_btn:focus,
a.link_btn:active{
	background-color: #84A8D5;
	text-decoration: none;
	color:#FFFFFF;
}


/*****************************************************************************/
/* ログイン */
/*****************************************************************************/

.err_msg {
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: red;
	border-top: 6px #ff0000  solid;
	border-right: 6px #ff0000  solid;
	border-bottom: 6px #ff0000  solid;
	border-left: 6px #ff0000  solid;
}

/* layout */
#form {
	/*width: 280px;*/
	width: 350px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #555;
}

form p {
	font-size: 14px;
	}

.form-title {
	text-align: center;
	color: #EE2B45;
}

.mail,.pass{
	margin-bottom: 5px;
}

.submit{
	text-align: right;
}

/* font */
#form p {
	color: #077685;
	font-weight: bold;
}

#form .form-title {
	font-family: Arial;
	font-size: 20px;
	color: #4eb4c2;
}

/* skin */
#form {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 10px #488a9e;
	-moz-box-shadow: 0px 1px 10px #488a9e;
	box-shadow: 0px 1px 10px #488a9e;
	border: solid #4eb4c2 1px;
	background: #fafafa;
}

#form .form-title{
	padding-bottom: 6px;
	border-bottom: 2px solid #939598;
	margin-bottom: 20px;
	color: #ee2b45;
}

.submit input {
	width: 100%;
	background: #fff;
	border: 1px solid #ED1C24;
	padding:4%;
	font-family:'Open Sans',sans-serif;
	font-size:100%;
	color:#58595b;
	cursor:pointer;
	transition:background .3s;
	-webkit-transition:background .3s;
}
.submit input:hover{
	background: #fafafa;
	color: #58595b;
}

.link_btn2 {
	width: 100%;
	background: #fff;
	border: 1px solid #ED1C24;
	padding:4%;
	font-family:'Open Sans',sans-serif;
	font-size:100%;
	color:#58595b;
	cursor:pointer;
	transition:background .3s;
	-webkit-transition:background .3s;
}
.link_btn2:hover{
	background: #fafafa;
	color: #58595b;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    #form-inner {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 30%;
    }
}

@media screen and (max-width: 768px) {
    /* 768pxまでの幅の場合に適応される */
    #form-inner {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 30%;
    }
}

@media screen and (max-width: 480px) {
    /* 480pxまでの幅の場合に適応される */
    #form-inner {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
    }
}

@media screen and (max-width: 320px) {
    /* 320pxまでの幅の場合に適応される */
    #form-inner {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
    }
}

