html {
	height: 100%;
}
body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ƒqƒ‰ƒMƒmŠpƒS ProN W3', sans-serif;
}
#login_container {
	position: relative;
	width: 100%;
	height: 100%;
	margin:  0;
	padding: 0;
}
#login{
	width: 250px;
	margin: 30px auto;
	padding: 20px;
	text-align: left;

	border-radius: 6px;
	box-shadow: 0px 1px 1px #888888;
	border: solid #FFA013 3px;
	background: #F8E6E0;
}

#login p{
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#userid{
	width: 170px;
}
.userid{
	margin-bottom: 10px;
}
#pass{
	width: 170px;
}
.pass{
	margin-bottom: 5px;
}
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #FFA013 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFA013 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
}

.square_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.menu_dis {
    display: inline-block;
    padding: 0.3em 1em;
    margin: 3px 1px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 12px;
    border: solid 2px #FFA013;
    border-radius: 10px;
    transition: .4s;
    width: 200px;
    background: #E6E6E6;
    pointer-events: none;
}
.menu_dis:hover {
    background: none;
    color: #000000;
    pointer-events: none;
}

/* button */
.menu_btn {
    display: inline-block;
    padding: 0.3em 1em;
    margin: 3px 1px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 12px;
    border: solid 2px #FFA013;
    border-radius: 10px;
    transition: .4s;
    width: 200px;
    background: #FFA013;
}
.menu_btn:hover {
    background: none;
    color: #000000;
}
.menu_sel {
    display: inline-block;
    padding: 0.3em 1em;
    margin: 3px 1px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    border: solid 2px #FFA013;
    border-radius: 10px;
    transition: .4s;
    width: 200px;
    background: none;
}
.button_add {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    text-align: center;
    color: #000000;
    background: #81F79F;
    border: solid 2px #000000;
    border-radius: 10px;
    transition: .4s;
    width: 80px;
}
.button_add:hover {
    font-weight: bold;
    color: blue;
}
.button_upd {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #000000;
    background: #F4FA58;
    border: solid 2px #000000;
    border-radius: 10px;
    transition: .4s;
    width: 80px;
}
.button_upd:hover {
    font-weight: bold;
    color: blue;
}
.button_del {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #000000;
    background: #F78181;
    border: solid 2px #000000;
    border-radius: 10px;
    transition: .4s;
    width: 80px;
}
.button_del:hover {
    font-weight: bold;
    color: blue;
}
.button_new {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    text-align: center;
    color: #000000;
    background: #58FAF4;
    border: solid 2px #000000;
    border-radius: 10px;
    transition: .4s;
    width: 80px;
}
.button_new:hover {
    font-weight: bold;
    color: blue;
}
.button_ctl {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    text-align: center;
    color: #000000;
    font-size: 12px;
    background: #dddddd;
    border: solid 2px #000000;
    border-radius: 10px;
    transition: .4s;
    width: 80px;
}
.button_ctl:hover {
    font-weight: bold;
    color: blue;
}
.button_normal {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    border: solid 2px #000000;
    border-radius: 10px;
    transition: .4s;
    width: 80px;
}
.button_src {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    border: solid 2px #000000;
    border-radius: 10px;
    transition: .4s;
    min-width: 80px;
    background: #87cefa;
}
.button_normal:hover, .button_src:hover {
    font-weight: bold;
    color: blue;
}

a.disabled{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #FFA013 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFA013 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
}
#ftlang{
	width: 200px;
	margin:  0 auto;
}
#ftlang1{
	margin-top: 11px;
	width: 200px;
	height: 100px;
	text-align: center;
}
#ftlang1 a{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#ftlang1 .lang_sel{
	font-weight: bold;
	color: #FFA013;
	border-bottom: 1px solid #cc5555;
}
#ftlang1 .lang_part{
	padding-left: 5px;
	padding-right: 3px;
	font-weight: normal;
	color: #aaaaaa;
}
input.ime_active{
    ime-mode: active!important;
}
input.ime_inactive{
    ime-mode: inactive!important;
}

/* モーダル関連 */
.modal, .s_modal{
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.modal_bg, .s_modal_bg{
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}
.modal_content, .s_modal_content{
    background: #fff;
    left: 50%;
    padding: 50px;
    position: fixed;
    top: 50%;
    max-height: 500px;
    overflow: scroll;
    transform: translate(-50%,-50%);
}
.modal_content label, .s_modal_content label{
    display:block;
}
.modal_content input, .s_modal_content input{
    margin-bottom: 20px;
}
.modal_content input:read-only{
    background-color: #E0E0E0;
}

