@charset "utf-8";

/* ==========================================================================
   Reset
============================================================================= */
html, body,h1,h2,h3,h4,h5,p,dl, dt, dd, ol, ul, li,table,tr, th, td{
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
html, body {
	position: relative;
	height: 100%;
}
/* ==========================================================================
   Base
============================================================================= */

body{
	color: #343434;
	font-size: 28px;
	line-height: 1.5;
	font-family: Roboto,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,sans-serif;
	background-color: #ccc;
	width: 640px;
	position: relative;
	left: 0;
    overflow-x: hidden;
	transition: left 0.2s linear;
}
body.open{
	left: 400px;
}
img{
	border: 0;
	vertical-align: bottom;
}
ol,ul{
  list-style-type: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color: #444;
	text-decoration: none;
}
a:hover{
	color: #444;
	text-decoration: none;
}
.cf:after{
	content: "";
	display: table;
	clear: both;
}
/* -------------

大枠

--------------*/
#container{
	width: 640px;
	min-height: 800px;
	background-color: #fff;
}
/* -------------

HEADER

--------------*/
#header{
	width: 640px;
	height: 85px;
	position: relative;
	background-color: #008f39;
}
#btn_navi{
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 85px;
	overflow: hidden;
	cursor: pointer;
}
#btn_navi img{
	position: absolute;
	top: 0;
	left: 0;
}
#btn_navi.open img{
    top: -85px;
}
.sitettl{
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 85px;
}
.btn_help{
	position: absolute;
	top: 20px;
	right: 20px;
}
/* -------------

mainmenu

--------------*/
#mainmenu{
	width: 400px;
	height: 100%;
	background-color: #212121;
	color: #fff;
	position: fixed;
	top: 0;
	left: -400px;
	z-index: 1000;
	transition: left 0.2s linear;
}
#mainmenu.open{
	left: 0px;
}
#mainmenu dl{
	text-align: center;
	letter-spacing: 1px;
	padding: 0 0 20px 0;
}
#mainmenu dt{
	font-size: 18px;
	padding: 30px 0 6px 0;
}
#mainmenu dd{
	font-size: 28px;
}
#mainmenu ul.ul1 li p{
	font-size: 24px;
	display: block;
	color: #fff;
	background-color: #454545;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 24px 0 24px 70px;
	margin-bottom: 1px;
}
#mainmenu ul.ul1 li a{
	font-size: 24px;
	display: block;
	color: #fff;
	background-color: #313131;
	background-repeat: no-repeat;
	background-position: 30px center;
	padding: 24px 0 24px 80px;
	margin-bottom: 1px;
}
#mainmenu ul.ul2 li a{
	font-size: 24px;
	display: block;
	color: #fff;
	background-color: #454545;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 24px 0 24px 70px;
	margin-bottom: 1px;
}
.mi1{
	background-image: url(../img/menuicon1.png);
}
.mi2{
	background-image: url(../img/menuicon2.png);
}
.mi3{
	background-image: url(../img/menuicon3.png);
}
.mi4{
	background-image: url(../img/menuicon4.png);
}
/* -------------

submenu

--------------*/
#submenu{
	padding-bottom: 0px;
}
#submenu li{
	float: left;
	width: 320px;
	height: 135px;
}
#submenu li.open{
	background: url(../img/arrow1.png) center bottom no-repeat;
}
#submenu li.open2{
	background: url(../img/arrow3.png) center bottom no-repeat;
}
#submenu li a{
	display: block;
	width: 320px;
	height: 120px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
}
#submenu li a span{
	display: block;
	padding-top: 68px;
}
#submenu li a#sub_1{
	background: url(../img/icon1.png) center 16px no-repeat #707070;
}
#submenu li a#sub_2{
	background: url(../img/icon2.png) center 16px no-repeat #808080;
}
#submenu li.open a#sub_1{
	background: url(../img/icon1.png) center 16px no-repeat #92c91c;
}
#submenu li.open a#sub_2{
	background: url(../img/icon2.png) center 16px no-repeat #92c91c;
}
/* -------------

お知らせ

--------------*/
#info{
	padding: 0 15px;
	min-height: 800px;
}
#info p.ttl{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	padding: 20px 0 20px 0;
	color: #52a90c;
	border-top: solid 4px #52a90c;
	border-bottom: solid 4px #52a90c;
	margin-bottom: 40px;
	text-align: center;
}
#info li{
	font-size: 30px;
	line-height: 1.4;
	padding-bottom: 30px;
	list-style-type: disc;
	margin-left: 60px;
	margin-right: 40px;

}
/* -------------

ログイン

--------------*/
.login_form{
	padding: 20px 0 40px 0;
}
.login_form .msg{
	text-align: center;
	padding: 0 0 20px 0;
}
.login_form dl{
	padding: 0 0 40px 0;
}
.login_form dt{
	font-size: 30px;
	color: #219809;
	font-weight: bold;
	padding: 0 0 5px 80px;
}
.login_form dd{
	text-align: center;
	padding: 0 0 40px 0;
}
.login_form dd input{
	text-align: center;
	font-size: 36px;
	color: #219809;
	font-weight: bold;
	border: solid 6px #92c91c;
	width: 500px;
	margin: 0 auto;
	border-radius: 20px;
	padding: 15px 10px;
	background-color: #f4f4f4;
	ime-mode:disabled;
}
.icon_id{
	padding: 0 50px;
	background: url(../img/icon_id.png) 0 center no-repeat;
}
.icon_pass{
	padding: 0 40px;
	background: url(../img/icon_pass.png) 0 center no-repeat;
}
.login_form p{
	text-align: center;
}
.login_form #btn_login{
	font-size: 30px;
	font-weight: bold;
	padding: 10px 100px;
	border-radius: 30px;
	border: 0;
	color: #fff;
	background-color: #92c91c;
}
/* -------------

グラフ

--------------*/
#mainBody{
	padding: 10px 0;
}
#mainBody #graph1_ttl{
	padding-bottom: 70px;
	padding-left: 40px;
}
#mainBody h1{
	font-size: 24px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.6;
}
#mainBody h1 span{
	color: #d84c00;
	font-size: 38px;
}

.about_type{
	padding: 0px 40px 0px 0px;
	text-align: right;
}
.about_type a{
	font-size: 20px;
	line-height: 1;
	color: #72a91c;
	font-weight: bold;
	padding: 5px 30px 5px 0px;
	background: url(../img/arrow2.png) right center no-repeat;
	
}
.graph_type1{
	position: relative;
	background: url(../img/graph1.png) 0 0 no-repeat #ddd;
	width: 560px;
	height: 450px;
	font-size:11px;
	margin: 0 auto;
}
.graph_type2{
	position: relative;
	background: url(../img/graph2.png) 0 0 no-repeat #ddd;
	width: 560px;
	height: 450px;
	font-size:11px;
	margin: 0 auto;
}
.textbox{
	border: solid 4px #92c91c;
	width: 560px;
	margin: 30px auto 40px auto;
}
.textbox p{
	padding: 20px 30px;
	font-size: 24px;
	line-height: 1.4;
}
.textbox2{
	background-color: #faffae;
	width: 566px;
	padding: 12px 0 0 0;
	margin: 40px auto 0 auto;
	border: solid 1px #efef9e;
}
.textbox2 .tb2_ttl{
	font-size: 22px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	padding: 2px 20px;
	margin-left: 20px;
	color: #fff;
	background-color: #e85c44;
}
.textbox2 .tb2_txt{
	font-size: 22px;
	padding: 10px 30px 16px 30px;
}
.graph_ttl{
	position: absolute;
	top: -20px;
	left: -20px;
	font-size: 18px;
	border: solid 2px #555;
	padding: 4px 8px;
	background-color: #fff;
}
.point{
	width: 30px;
	height: 30px;
	background: url(../img/point.png) 0 0 no-repeat;
}
.point span{
	display: none;
}
/* point */
.point{
    animation:blink 1.0s ease-in-out infinite alternate;
}

@keyframes blink{
    0% {opacity:0.1;}
    100% {opacity:1;}
}
.this_value{
	font-size: 20px;
	text-align: center;
	padding: 2px 0;
	color: #fff;
	background-color: #6fb108;
	width: 360px;
	margin: 0 0 0 120px;
	border-radius: 5px;
}
.this_value span{
	font-size: 24px;
	font-weight: bold;
}
.this_date{
	font-size: 24px;
	color: #555;
	position: absolute;
	top: -50px;
	left: 0px;
}
.this_date span{
	font-weight: bold;
}
.g_txt{
	font-size: 16px;
	color: #468331;
	text-align: center;
	line-height: 1.2;
	text-shadow: #fff 3px 3px 1px, #fff -3px 3px 1px,
            	 #fff 3px -3px 1px, #fff -3px -3px 1px;
}
.timeH{
	font-weight: bold;
	font-size: 18px;
}
#gtA_1{
	position: absolute;
	top: 145px;
	left: 65px;
}
#gtA_2{
	position: absolute;
	top: 145px;
	left: 183px;
}
#gtA_3{
	position: absolute;
	top: 220px;
	left: 210px;
}
#gtA_4{
	position: absolute;
	top: 368px;
	left: 326px;
}
#gtB_1{
	position: absolute;
	top: 145px;
	left: 60px;
}
#gtB_2{
	position: absolute;
	top: 145px;
	left: 205px;
}
#gtB_3{
	position: absolute;
	top: 145px;
	left: 352px;
}
/* -------------

グラフ2

--------------*/
.jikan_max1{
	font-size: 20px;
	font-weight: bold;
	width: 270px;
	text-align: right;
	color: #82b91c;
	border-bottom: solid 2px #92c91c;
	margin-bottom: 20px;
	display: inline-block;
}
.jikan_max2{
	font-size: 20px;
	font-weight: bold;
	width: 560px;
	text-align: right;
	color: #82b91c;
	border-bottom: solid 2px #92c91c;
	margin-bottom: 20px;
}
#bar_graph{
	width: 560px;
	margin: 0 auto;
}
#bar_graph .graph1{
	width: 270px;
	margin: 0 0 20px 0;
	border: solid 1px #ccc;
}
#bar_graph .graph1 th.month{
	font-size: 16px;
	width: 50px;
	padding: 4px 10px 4px 10px;
	text-align: right;
	border-bottom: solid 1px #ccc;
	white-space: nowrap;
}
#bar_graph .graph1 td span.time{
	font-size: 13px;
	position: absolute;
	top: 13px;
	left: 10px;
}
#bar_graph .graph1 td.bar{
	width: 200px;
	padding: 8px 0;
	position: relative;
	border-bottom: solid 1px #ccc;
}
#bar_graph .graph1 td.bar p{
	display: block;
	background-color: #93c91d;
	height: 30px;
	width: 100%;
}

#bar_graph .graph2{
	width: 560px;
	margin: 0 0 60px 0;
	border: solid 1px #ccc;
}
#bar_graph .graph2 th.month{
	font-size: 16px;
	width: 50px;
	padding: 4px 10px 4px 10px;
	text-align: right;
	border-bottom: solid 1px #ccc;
	white-space: nowrap;
}
#bar_graph .graph2 td span.time{
	font-size: 13px;
	position: absolute;
	top: 13px;
	left: 10px;
}
#bar_graph .graph2 td.bar{
	width: 490px;
	padding: 8px 0;
	position: relative;
	border-bottom: solid 1px #ccc;
}
#bar_graph .graph2 td.bar p{
	display: block;
	background-color: #93c91d;
	height: 30px;
	width: 100%;
}
#bar_graph .red{
	color: #f00;
}

/* -------------

給与明細

--------------*/
#km_list{
	width: 640px;
	margin: 0 auto 10px auto;
	display: flex;
  	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
#km_list .yearmonth{
	flex: 1 0 580px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 6px 20px;
	border-top: solid 16px #fff;
	color: #fff;
	background-color: #37b7e7;
	box-sizing: border-box;
}
#km_list .ttl{
	flex: 1 0 580px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 6px 20px;
	border-top: solid 16px #fff;
	color: #fff;
	background-color: #f3ae09;
	box-sizing: border-box;
}
#km_list .ttl1{
	flex: 1 0 290px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 6px 20px;
	border-top: solid 16px #fff;
	border-right: solid 2px #fff;
	color: #fff;
	background-color: #f3ae09;
	box-sizing: border-box;
}
#km_list .ttl2{
	flex: 1 0 290px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 6px 20px;
	border-top: solid 16px #fff;
	color: #fff;
	background-color: #f3ae09;
	box-sizing: border-box;
}
#km_list .box1{
	flex: 1 0 27%;
	font-size: 22px;
	text-align: center;
	padding: 4px 0;
	border-bottom: solid 2px #aaa;
	box-sizing: border-box;
	background-color: #eaeff3;
}
#km_list .box2{
	flex: 1 0 23%;
	font-size: 22px;
	text-align: right;
	padding: 4px 20px 4px 0px;
	border-bottom: solid 2px #aaa;
	border-right: solid 2px #aaa;
	box-sizing: border-box;
}
#km_list .box3{
	flex: 1 0 50%;
	font-size: 22px;
	text-align: center;
	padding: 4px 0;
	border-bottom: solid 2px #aaa;
	box-sizing: border-box;
	background-color: #eaeff3;
}
#km_list .box4{
	flex: 1 0 50%;
	font-size: 22px;
	text-align: right;
	padding: 4px 20px 4px 0px;
	border-bottom: solid 2px #aaa;
	border-right: solid 2px #aaa;
	box-sizing: border-box;
}
.btn_dl{
	float: right;
	margin: 10px 10px 0 10px;
}
.btn_dl a{
	display: inline-block;
	text-align: center;
	padding: 12px 15px 12px 45px;
	color: #fff;
	background: url(../img/btn_dl.png) 16px center no-repeat #f3ae09;
	font-size: 24px;
	font-weight: bold;
}

/* -------------

残業チェック

--------------*/
#mainBody{
	padding: 10px 0 10px 0;
}
.jikan_max1{
	font-size: 24px;
	font-weight: bold;
	width: 270px;
	text-align: right;
	color: #82b91c;
	border-bottom: solid 2px #92c91c;
	margin-bottom: 20px;
	display: inline-block;
}
.jikan_max2{
	font-size: 24px;
	font-weight: bold;
	width: 560px;
	text-align: right;
	color: #82b91c;
	border-bottom: solid 2px #92c91c;
	margin-bottom: 20px;
}
/* 45 h */
#bar_graph{
	width: 560px;
	margin: 0 auto;
}
#bar_graph .graph1{
	width: 270px;
	margin: 0 0 20px 0;
	border: solid 1px #ccc;
}
#bar_graph .graph1 th.month{
	font-size: 22px;
	width: 50px;
	padding: 4px 10px 4px 10px;
	text-align: right;
	border-bottom: solid 1px #ccc;
	white-space: nowrap;
}
#bar_graph .graph1 td span.time{
	font-size: 20px;
	position: absolute;
	top: 9px;
	left: 10px;
}
#bar_graph .graph1 td.bar{
	width: 200px;
	padding: 8px 0;
	position: relative;
	border-bottom: solid 1px #ccc;
}
#bar_graph .graph1 td.bar p{
	display: block;
	background-color: #93c91d;
	height: 30px;
	width: 100%;
}
/* 120 h */
#bar_graph .graph2{
	width: 560px;
	margin: 0 0 60px 0;
	border: solid 1px #ccc;
}
#bar_graph .graph2 th.month{
	font-size: 22px;
	width: 50px;
	padding: 4px 10px 4px 10px;
	text-align: right;
	border-bottom: solid 1px #ccc;
	white-space: nowrap;
}
#bar_graph .graph2 td span.time{
	font-size: 20px;
	position: absolute;
	top: 9px;
	left: 10px;
}
#bar_graph .graph2 td.bar{
	width: 490px;
	padding: 8px 0;
	position: relative;
	border-bottom: solid 1px #ccc;
}
#bar_graph .graph2 td.bar p{
	display: block;
	background-color: #93c91d;
	height: 30px;
	width: 100%;
}
#bar_graph .red{
	color: #f00;
}

/* -------------

説明ページ

--------------*/
#about{
}
#about p.ttl{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	padding: 20px 0 20px 0;
	color: #52a90c;
	border-top: solid 4px #52a90c;
	border-bottom: solid 4px #52a90c;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}
#about p.txt1{
	font-size: 26px;
	padding: 0 40px 30px 40px;
}
#about p span.bold{
	font-weight: bold;
}
#about p span.red{
	color: #f00;
}
#about p .orange{
	color: #ea0;
}
#about p.txt2{
	font-size: 26px;
	padding: 30px 40px 30px 40px;
}
#about_link{
	margin: 50px 0 50px 0;
}
#about_link p{
	display: block;
	color: #fff;
	background-color: #888;
	border-top: solid 1px #999;
	font-size: 30px;
	padding: 20px 0px 20px 40px;
}
#about_link li a{
	display: block;
	color: #fff;
	border-top: solid 1px #999;
	font-size: 28px;
	padding: 23px 0px 23px 80px;
	background: url(../img/menuicon2.png) 15px center no-repeat #555;
}
.type_text{
	padding: 0 0 60px 0;
}
.stl{
	color: #fff;
	font-size: 36px;
	padding: 15px 20px 10px 20px;
	margin: 0 20px 30px 20px;
	font-weight: bold;
	background-color: #008f39;
	text-align: center;
}
.stl2{
	font-size: 26px;
	padding: 15px 0px 10px 30px;
	border-bottom: solid 2px #aaa;
	margin: 0 0 40px 0;
	font-weight: bold;
}
.stl3{
	color: #fff;
	font-size: 36px;
	padding: 10px 0px 10px 0px;
	margin: 0 0 30px 0;
	font-weight: bold;
	background-color: #dda700;
	text-align: center;
}
.riyuu{
	border: solid 2px #aaa;
	margin: 0 30px 40px 30px;
}
.kyotsu{
	background-color: #ffffee;
	border: solid 4px #dda700;
	margin: 0 20px 0px 20px;
}
.pagetop a{
	display: block;
	text-align: center;
	padding: 20px;
	color: #fff;
	background-color:#cc3333;
}

