/**/
@charset "utf-8";
@import url("ini.css");


html, body {
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/* font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; */
}

/*================================================================▼*/

body {
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;

	font-feature-settings: "palt";
	
	/* プロポーショナルメトリクスと旧字体指定 */
	/* font-feature-settings: "palt" 1, "trad" 1; */
	
	color:#444;
	background: #FFF;
	
	
	
}


/*================================================================▲*/

/*================================================================▼*/
a {color: #369;text-decoration: none;}
a:link {content: "";}
a:visited {content: "";}
a:hover {
	text-decoration: none;/*underline*/
	color: #0069f3;
}
a:active {content: "";}

div, p, span {margin: 0; padding: 0;}
p {margin-top: 1em; margin-bottom: 1em;}
/*================================================================▲*/


/*================================================================▼*/

/*================================================================▲*/

/*================================================================▼*/
.odd {background:#FFF;}
.eve {background:#F7F7F7;}
/*================================================================▲*/

/*================================================================▼*/
table {
	border-collapse: collapse;
}

th, td {
	content: "";
}

th {
	font-weight: bold;
	color: #888;
	white-space: nowrap;
}

.r {text-align:right !important;}
.c {text-align:center !important;}
.nw {white-space:nowrap !important;}

/*================================================================▲*/

/*================================================================▼*/

/*================================================================▲*/

/*================================================================▼*/

input[type="text"], input[type="password"], select, textarea , button {
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1rem;
	line-height: inherit;
}

input[type="text"], input[type="password"], select, textarea {
	/* border-radius: 0.25rem; */
	
	/* height: 2.4em; */
	/* width: 100%; */
	/* padding: 0.25em 0.5em; */
	border-radius: 0.25rem;
	/* border: none; */
	
	border: 2px #DDD solid;
	
	/* box-shadow: 0 0 0 1px #F00 inset; */
	/* outline: none; */
	/* outline: 1px #EEE solid; */
	

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}






input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color:#72c0ff;/*rgb(176, 218, 253)*/
	/* box-shadow: 0 0 0 1px #AAA inset; */
	/* outline: none; */
	background-color:#ddebff;
}

input.s[type="text"] {width:8em;}
input.m[type="text"] {width:16em;}
input.l[type="text"] {width:90%;}


input[type="text"], input[type="password"], select {
	padding: 0.25em 0.5em;
}

textarea {
	width: 100%;
	display: block;
	padding:0 0;
}

::placeholder {
	color: #d7d7d7;
  }

/*================================================================▲*/


/*================================================================▲*/

/*================================================================▼*/

/*================================================================▼*/

#wrapper {
	margin:0;
	overflow-x: hidden;
}

header, footer {
	content: "";
	color: #D3E9F3;
	background:#D3E9F3;
	background:#0F6A9C;
	text-align: center;
	padding: 1rem;
}




header {
	content: "";
}


footer {
	content: "";
	font-size: 70%;
}

footer a {
	color: #FFF;
}



h1 {
	font-size: 175%;
	color: #D3E9F3;
	margin: 0;
}

nav ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap; /* もし横幅が足りない場合にアイテムを折り返すために必要 */
	justify-content: center;
	margin: 0;
	padding: 0; /* リストの余白をリセット */
}

nav ul li {
	flex: 0; /* アイテムを均等に分配 */
	margin: 0.5em 0.5em; /* アイテム間の間隔を調整（必要に応じて調整） */
	text-align: center; /* アイテム内のテキストを中央揃え（任意） */
	padding: 0; /* アイテムの内部余白（任意） */
}

nav ul li a {
	background: #D3E9F3;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	white-space: nowrap;
}



main {
	content: "";
	margin: 2rem;
}

section {
	margin: 0.5rem 0;
}

h2 {
	/* display: inline-block; */
	font-size: 150%;
	text-align: center;
	color: #0F6A9C;
	background: #DFF3D4;
	background: #D3E9F3;
	border-radius: 0.5rem;
	margin: 0em 0 0.5em;
	padding: 0.5rem;
}

h3 {
	font-size: 120%;
	color: #73a15e;
}

.box {
	margin:1em 0;
}

.box table {
	margin: 0 auto;
}

.box table th, .box table td {
	text-align: left;
	vertical-align: top;
	border:solid 1px #DDD;
	padding: 0.25em 0.5em;
}





.warn {
	color: #f77920;
}

.must {
	color:red;
	background: yellow;
	font-weight:normal;
	display: inline-block;
	padding: 0.25em 0.5em;
}

#spacer {
	height: 4em;
}


#scrl_top {
	text-align: center;
}


input.q_find {
	
	font-family: sans-serif, FontAwesome;
	
	
	
	/*
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	*/
	
	/*
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	font-weight: var(--fa-style,900);
	*/
}



/*================================================================▲*/


/*================================================================▼*/



#tbl_stat_employee th {
	text-align: center;
}


#tbl_ksb th {
	text-align: center;
}

/*
td a[href]:not([href^="http://"]):not([href^="https://"]) {
	border-radius: 0.25rem;
	background: #73a15e;
	background: #D3E9F3;
	padding:0.25rem 0.5em;
}
*/


#radio_type label {
	padding: 0.25rem 0.5em;
}

.type_checked {
	border:1px #72c0ff solid;
	border-radius: 0.25rem;
	border:none;
	/* background-color:#ddebff; */
}

.type_default {
	border:none;
}

.iconfont {
	margin-right:0.25em;
}

/*================================================================▲*/


/*================================================================▲*/

fieldset {
	border: 1px #CCC solid;
	margin: 1em 0;
	border-radius: 0.25rem;
}
/*================================================================▲*/


/*================================================================▲*/
input[type="button"] {
	/* padding: 0.25rem 1rem; */
	content: "";
}



/*================================================================▼*/

/*================================================================▼*/
.btn {
	/* display:block; */
	display:inline-block;
	
	
	/* letter-spacing: 0.25em; */
	
	/* width: 250px; */
	font-size: 100%;
	height: 2.5em;
	line-height: 2em;
	padding: 0.25em 2.0em;
	
	
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #0069f3; /*ボタン色*/
	border-radius: 0.25rem; /*角丸*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	
	
	
	border:none;
	
}
.btn:hover{
	background-color: #007cf9; /*ボタン色*/
}
/*================================================================▲*/



/*================================================================▼*/
/* 使わない */

.btn_ {
	display:block;
	/**/
	width: 250px;
	height:70px;
	line-height: 70px;
	
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #0069f3; /*ボタン色*/
	border-radius: 5px; /*角丸*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.btn_:hover{
	background-color: #007cf9; /*ボタン色*/
}
/*================================================================▲*/


/*================================================================▼*/

.scroll table{
	width:100%;
}
.scroll{
	overflow: auto;/*tableをスクロールさせる*/
	white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{
	height: 8px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
	background: #000;
	background: #EFEFEF;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
	background: #676;
	background: #CCC;
}

/*================================================================▲*/
