@charset "utf-8";

@import "reset.css";
@import "font.css";

html,body{
	background: #026937;
	width: 100%;
	height: 100%; /**/
	color: #333333;
	overflow-x : hidden;
	text-align: justify;
	text-justify: inter-ideograph;
}
div#container{
	width: ;
	min-width: 950px;
    min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
}
/*img{
	border: 0;
	display: block;
}*/
a{
	color: #333333;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.txt_red{
	color: #ff0000;
}

#div_customer_no {
    position: absolute;
    top: 10px;
    right: 175px;
    width: 285px;
    border: 2px solid #00a657;
    border-radius: 8px;
    padding: 3px;
}
#div_customer_no span{ color:#00a657;}
#btn_input_no {
    width: 120px;
    border-radius: 8px;
    background-color: #00a657;
    font-size: 14px;
    padding: 3px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
#btn_clear_no{
    width: 60px;
    border-radius: 5px;
    border: 1px solid #00a657;
    font-size: 12px;
    padding: 2px;
    color: #00a657;
    text-align: center;
    cursor: pointer;
}
/* =======================
mainnavi
======================= */
#mainnavi{
	position: relative;
	background: #ffffff;
	height: 420px; /*白背景の高さ*/
	margin: 0;
	z-index: 1;
}
#mainlogo{
	position: absolute;
	width: 220px;
	margin: 20px 0 0 30px;
}
#naviapp{
	width: 132px;
	position: absolute;
	top: 20px;
	right: 260px;
}
#naviapp2{
	width: 132px;
	position: absolute;
	top: 20px;
	right: 30px;/* ライフ＆マネー */
}

#navitra{
	width: 175px;
	position: absolute;
	top: 20px;
	right: 30px;
}
#navisugo{
	width: 400px;
	position: absolute;
	top: 75px;
	right: 0;
}
#navisugo2{
	width: 400px;
	position: absolute;
	top: 75px;
	right: -320px;/* ライフ＆マネー */
}

#titlelogo{
	width: 550px;
	position: absolute;
	top: 180px;
	left: 50px;
}
/* =======================
applist
======================= */
/*
.app-window{
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
display: none\9;
}
.app-window:target{
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.app-window{
display: block\9;
}
.app-window:target{
display: block\9;
}
*/
.app-window .app-inner{
	width: auto;
	position: absolute;
	top: 70px;
	right: 5px;
	z-index: 20;
	border-radius: 8px;
	background: #ffffff;
	padding: 5px 0 0 0;
}
.app-window .app-inner table{
	line-height: 2;
}
.app-window .app-inner table td{
    width: 160px;
    padding: 8px 15px;
}

.app-window .app-close{
display: block;
overflow: hidden;
text-indent: -10000px;
}
.app-window .app-close:before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: #000000;
opacity: 0.5;
-moz-opacity: 0.5; /* Firefox */
filter: alpha(opacity=50); /* IE6/7 */
-ms-filter: "alpha(opacity=50)"; /* IE8 */
}
.app-window .app-close:after{
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 20;
background: #009999;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
line-height: 1.3;
font-size: 1.3em;
text-decoration: none;
text-indent: 0;
}
.app-window .app-bottom{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.app-window .app-bottom-left{
    margin-right: 1px;
    background: #cceddd;
    width: 50%;
    text-align: center;
    padding: 5px 10px 5px 40px;
    border-radius: 0 0 0 8px;
}
.app-window .app-bottom-right{
    margin-left: 1px;
    background: #cceddd;
    width: 50%;
    text-align: center;
    padding: 5px 10px 5px 40px;
    border-radius: 0 0 8px 0;
}
/* =======================
ディスクレイマー
======================= */
/*
.dis-window{
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
display: none\9;
}
.dis-window:target{
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.dis-window{
display: block\9;
}
.dis-window:target{
display: block\9;
}
*/
.dis-window .app-inner{
	/*width: auto;*/
	width: 600px;
	height:590px;
	position: absolute;
	/*top: 70px;*/
	top: 20px;
	bottom:0;
	/*right: 5px;*/
	right: 0;
	left:0;
	margin:0 auto;
	z-index: 20;
	border-radius: 8px;
	background: #ffffff;
	padding: 5px;
}
.dis-window .app-inner table{
	line-height: 2;
}
.dis-window .app-inner table td{
	width: 150px;
	padding: 10px;
}

.dis-window .dis-close{
display: block;
overflow: hidden;
text-indent: -10000px;
}
.dis-window .dis-close:before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: #000000;
opacity: 0.5;
-moz-opacity: 0.5; /* Firefox */
filter: alpha(opacity=50); /* IE6/7 */
-ms-filter: "alpha(opacity=50)"; /* IE8 */
}
.dis-window .dis-close:after{
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 20;
background: #009999;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
line-height: 1.3;
font-size: 1.3em;
text-decoration: none;
text-indent: 0;
}





/* =======================
mainWrap
======================= */
div#mainWrap{
	width: 100%;
	margin: 0;
	background: #026937;
}


/* =======================
menuWrap
======================= */
div#menuWrap{
	position: absolute;
	width: 890px;
	height: auto;
	overflow: hidden;
	top: 310px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
}
div#menuWrap ul#menu li{
	display: inline-block;
	width: 180px;
	height: auto;
	margin-right: 50px;
}
div#menuWrap ul#menu li.none{
	margin-right: 0;
}


/* =======================
login
======================= */
form.login_box{
	position: absolute;
	top: 140px;
	left: 0;
	right: 0;
	margin: 0 40px 40px 40px;
}
form.login_box table{
	margin-left: auto;
	margin-right: auto;
}
form.login_box table td{
	border: 3px solid #FFFFFF;
	padding: 5px;
}
form.login_box table td{
    padding: 5px;
	border: none;
}
form.login_box table td input{
	width: 300px;
	height: 20px;
    padding: 2px;
}
ul#login_unknown{
    text-align: center;
    margin: 10px 0 0 0;
}
ul#login_unknown li{
	line-height: 2;
	text-decoration: none;
}
ul#login_unknown li a{
    color: #3300FF;
}
ul#login_unknown li a:hover{
	opacity: 0.8;
	-moz-opacity: 0.8; /* Firefox */
	filter: alpha(opacity=80); /* IE6/7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	text-decoration: underline;
}
form.login_box table td input[type="button"]{
	width: 150px;
	height: 35px;
	line-height: 35px;
	margin: 20px 0 0 0;
}
