﻿@charset "utf-8";


/*共通スタイル*/


img{
	border: 0;
	margin-top: 5px;
}


*{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

input:focus {outline-style: none;}
area:focus {outline-style:none;}
input[type="text"], input[type="password"], textarea, select{outline-style:none;}


html, #body {
    height: 100%;
    background-color: #0075C4;
}

 /*ログインボックス中央寄せ*/
body {
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*大きな枠*/

#wrapper {
	margin-top: 7%;
}

/*ログイン画面*/



.login_visual {
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
    height: 640px;
    border-radius: 6px;
    width: 400px;
}

.login_logoimage {
    background-image: url(images/login_logo.png?v=2023);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px auto 0px;
    padding-top: 60px;
    width: 250px;
    height: 40px;
}
.login_image {
    background-image: url(images/login.png?v=2023);
    background-size: contain;
    background-repeat: no-repeat;
    width: 270px;
    height: 170px;
    margin: 0 auto;
    position: relative;
    left: 3px;
    top: -13px;
}

.login_news p {
    position: relative;
    top: -17px;
    margin: 0 20px;
    font-size: 12px;
}

.login_news p span {
    color: #0075C4;
}

/*.login_visual img {
	float:left;
	margin-top:30px;
	margin-left:50px;
}*/
.login_box {
    /*float:right;
    position:relative;*/
}

.login_news {
    margin: 10px 30px;
    border: 2px solid #0075C4;
    border-radius: 6px;

}

img.bookmark {
    width: 50px;
    margin: 0 20px;
    display: block;
}

.logo_old {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -25px;
    width: 130px;
}

.hidden {
    display: none;
}

.login_box input[type="text"], input[type="password"] {
    width: 320px !important;
    height: 40px !important;
    padding: 0 10px !important;
    border: none !important;
    border-radius: 6px !important;
    background-color: #EDEDED !important;
    color: #333 !important;
    font-size: 100% !important;
}

.login_id {
    margin: 20px auto 0;
}

.login_id label {
	color: #333;
	font-size: 112%;
}

.login_password {
    /*margin-bottom: 15px;*/
    margin-top: 15px;
}

.login_password label {
	color: #333;
	font-size: 112%;
}

.login_submit input[type="submit"] {
    background-color: #0075C4;
    border: none;
    border-radius: 4px;
    width: 200px;
    height: 40px;
    color: #fff;
    font-size: 14px;
}
/*.login_submit input[type="submit"] {
	background: -moz-linear-gradient(top,#82CAEC 0%,#257AAA);
	background: -webkit-gradient(linear, left top, left bottom, from(#82CAEC), to(#257AAA));
    background-color:#1E90FF;
	border: 1px solid #DBF6FF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 2px 2px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 150px;
	height: 45px;
	float:right;
    color:#fff;
}*/
.login_bt {
    /*width:450px;*/
    /*float: left;*/
    display: inline-block;
}
.login_bt:hover {
    opacity: 0.8;
}



.login_submit:hover{
	background-position:left bottom;
	}

.login_submit:active{
	background-position:left bottom;
	position:relative;
	top:1px; left: 1px;
	}



.login_warning {
    font-size: 14px;
    color: #FF0000;
    margin-top: 2px;
    font-weight: bold;
    /*float:right;*/
}

.login_remind {
    /*font-size: 14px;
    font-weight:bold;
    color: #333;
    float: left;
    padding: 13px 5px 10px 90px;*/
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 0px 5px 10px 30px;
    margin-top: 5px;
}

.checkbox{
    width:200px;
}


#RememberMe{
    width:20px;
	height:20px;
    float:left;
}


/*検証*/


/* デモ */
#info_message {
    font-size: 1.5em;
    /*border: 6px solid #257AAA;*/
    border-radius: 8px;
    background-color: #ffffff;
    color: #333;
    padding: 20px;
    position:relative;
    margin: 100px 20px 0px 21px;
}

#info_form ul li {
    list-style: none;
    margin-top: 10px;
}

#info_form ul li .info_form {
    display: flex;
}

#info_form label {
    margin-top: 10px;
    /*margin-right: 10px;*/
    /*margin-right: 10px;*/
    width:130px;
    /*float: left;*/
}
.demo_login_box {
    width: 700px;
    /*margin: 30px 180px 0px 180px;*/
    position: relative;
}

.demo_login_box input[type="text"],input[type="password"] {
	width: 400px;
    height: 35px;
    padding: 0 10px;
    margin: 0 15px;
    border: 2px solid #666;
    border-radius: 6px;
    background-color: #FFF;
    color: #333;
    font-size: 112%;
}
.demo_login_box select {
    width: 342px;
    height: 44px;
    padding:0 10px;
	border: 2px solid #666;
	border-radius: 6px;
	background-color: #FFF;
	color: #333;
	font-size: 112%;
}

/*.demo_login_box input[type="submit"],input[type="button"] {
	background: -moz-linear-gradient(top,#82CAEC 0%,#257AAA);
	background: -webkit-gradient(linear, left top, left bottom, from(#82CAEC), to(#257AAA));
    background-color:#1E90FF;
	border: 1px solid #DBF6FF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 2px 2px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    margin-top: 10px;
	width: 150px;
	height: 45px;
    color:#fff;
}*/

.demo_login_box input[type="submit"],input[type="button"] {
    padding: 5px 100px;
    margin-top: 10px;
    border: none;
    border-radius: 4px;
    background-color: #0075C4;
    color: #fff;
    cursor: pointer;
}
.demo_login_box input[type="submit"]:hover,input[type="button"]:hover {
    opacity: 0.8;
}

/*form DEMO*/

.firsthide {
    display: none;
}
.demo_factor_label {
    padding:0px !important;
    margin:0px !important;
    float: right !important;
    white-space: nowrap !important;

}
.f_radio {
    height: 35px;
    /* display: table-cell; */
    vertical-align: middle;
}

.must_in {
    color: red;
    width: 5px !important;
    /*float: left !important;*/
    vertical-align: middle;
}

.interestcheck {
    margin-right: 10px;
}