.debug{display:none;}

.list-table{
}
.list-table thead{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}
.list-table thead th{
	vertical-align:bottom;
}
*{
	font-family: "Segoe UI","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	line-height:1.4em;
	letter-spacing:0.1em;
	font-size:1em;
	box-sizing:border-box;
}
th,
th *,
.line *{
	line-height:1.2em;
}
select,
input[type=date]{
	font-size:1em;
}
html{
	font-size:16px;
}
body{
	background-color:white;
	margin:0;
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden;
}
#page{
	margin:auto;
	padding-bottom:30px;
}
h1{
	text-align:center;
	background-color:#FF2260;
	color:white;
	font-size:2em;
	line-height:1.4;
	background-image:url('../img/flag.jpg');
	background-repeat:repeat-x;
	background-position:top;
	background-size:400px 80px;
	text-shadow    : 
	2px  2px 1px #003366,
	-2px  2px 1px #003366,
	2px -2px 1px #003366,
	-2px -2px 1px #003366,
	2px  0px 1px #003366,
	0px  2px 1px #003366,
	-2px  0px 1px #003366,
	0px -2px 1px #003366;        /* 文字の影 */
}
strong{
	font-size:110%;
}
h2{
	border-bottom:lightgray solid 1px;
	color:#333;
	padding:0;
	font-size:1.5em;
	padding:1ex;
	background-color:#FFDD00;
}
h3{
	color:#333;
	margin:1em 0 0 8px;
	font-size:1.5em;
}
h4{
	margin:0;
	padding:0;
}
.img-online{
	background-image:url('../img/online_interview.gif');
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-position:right;
}
.img-presen{
	background-image:url('../img/presen.gif');
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-position:right;
}
.img-builds{
	background-image:url('../img/builds.jpg');
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-position:right;
}

.color-table{
	margin-bottom:1ex;
	padding:0;
}
.color-table tr{
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}
.color-table th{
	white-space:nowrap;
	background-color:#FFCCDD;
}
.color-table td{
	background-color:#F5F5FF;
}
.color-table td,
.color-table th{
	box-sizing:border-box;
	padding:0.4ex;
}
.color-table caption{
	text-align:left;
	background-color:#FFDD00;
	padding:4px;
	font-weight:bold;
	font-size:160%;
}

.flex-wrap{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:stretch;
}
.flex-wrap > .flex-wrap-child{
	display:flex;
	min-width:500px;
	flex:1;
	padding:10px;
}
.flex-wrap-child table{
	table-layout:fixed;
}
.flex-row{
	display:flex;
	flex-direction:column;
}
.flex-row > a{
	text-align:center;
}

.company a{
	background-color:#FF2260;
	background-color:RoyalBlue;
	padding:1ex;
	border-radius:1ex;
	color:white;
	text-decoration:none;
	display:inline-block;
	margin-top:1ex;
	margin-bottom:1ex;
	cursor:pointer;
	max-width:20em;
}
.company a:visited{
	color:gold;
}
.company a:not(.disabled):hover{
	font-weight:bold;
}
.disabled{
	opacity:0.5;
	pointer-events : none;
}

.h{
	background-color:#FFCCDD;
	display:inline-block;
	margin-right:1ex;
}
.movie-frame{
	width:400px;
	height:300px;
}
.logout-btn{
	position:absolute;
	top:0;
	right:0;
}

input[type=number]:only-child,
input[type=text]:only-child{
	width:100%;
}
/**/









span{
	display:inline-block;
}
p,pre{
	margin:4px;
}
pre{ white-space:pre-wrap; }
table{
	border-collapse:collapse;
}
table.clear th,
table.clear td{
	border:none;
}
ul{
	padding-left:3ex;
}
img{ width:100%; }
a > img:hover{
	border:solid 1px #FF2260;
	box-sizing:border-box;
}
.flex-col{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.flex-col>*{
	flex:1;
	flex-basis:auto;
}
.flex-full{
	display:flex;
}
.flex-full>*{
	flex:1;
}

.links-div{
	height:200px;
	width:100%;
	overflow-y:scroll;
	background:rgba(0,150,250,0.2);
}

.nowrap{
	white-space:nowrap;
}
/* 普段は2列レイアウト スマホでは１列に*/
div.cols{
	display:flex;
	justify-conent:space-between;
}
div.cols > *{
	flex:1;
}
div.cols > *:first-child{
	margin-right:20px;
}
@media only screen and (min-device-width: 481px){
	.sma{
		display:none;
	}
	p{
		margin-left:1ex;
		
	}
	#page{
		max-width:900px;
	}
}


label.tile{
	margin:1px 1px 0 1px;
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	position:relative;
	z-index:0;
	color:black;
	font-weight:normal;
	font-size:1.4em;
	white-space:nowrap;
}
label.tile *{
	vertical-align:middle;
}
label.tile > span{
	display:inline-block;
}
label.tile input[type='checkbox']{
	/*display:none;*/
}
label.tile input[type='checkbox'] + span:after,
label.tile input[type='radio'] + span:after{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-width:1px;
	border-color:lightgray;
	z-index:-1;
	box-sizing:border-box;
}
label.tile input[type='checkbox'] + span:after{
	content:"";
	border-style:outset;
/*
	background:lightsteelblue;
*/
}
label.tile input[type='checkbox']:checked + *:after{
	content:"";
	border-style:inset;
	background:springgreen;
	text-align:left;
}
label.tile input[type='checkbox']:disabled + *:after{
	content:"";
	border-style:inset;
	background:#333;
	text-align:left;
}
label.tile input[type='radio']:checked + *:after{
	content:"";
	background:springgreen;
}
label.tile input[type='radio'] + span:after{
	content:"";
	background:gray;
}
/* 矢印基本 */
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 1.4em;
	vertical-align:middle;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top:-2px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
/* 矢印形状 */
.arrow::before{
	width: 1.4em;
	height: 1.4em;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background: #FFDD00;
}
.arrow::after{
	left: 0.5em;
	box-sizing: border-box;
	width: 0.5em;
	height: 0.5em;
	border: 0.5em solid transparent;
	border-left: 0.5em solid white;
}
/* 見出しと明細行がブロック */
.menu-box{
}
.menu-box > *:first-child{
	text-align:center;
	background:#FF2260;
	color:white;
	font-weight:bold;
	margin:0;
	line-height:1;
	padding:1ex 0;

	height:2em;
	display:flex;
	justify-content:center;
	align-items:center;
}
.menu-box > *:last-child{
	margin:0;
	border:solid 1px lightgray;
	border-top:none;
	padding-bottom:1ex;
}
/* フキダシ */
.balloon-line{
	display:flex;
	margin-bottom:1ex;
}
.balloon{
	border:solid 1.5px gray;
	border-radius:20px;
	padding:10px;
	flex:1;
	position:relative;
	margin-right:10px;
}
.balloon:before{
	content:"";
	position: absolute;
	top: 50%;
	right:-26px;
	margin-top:-14px;
	border:14px solid transparent;
	z-index:2;
	border-left-color:white;
}
.dark .balloon:before{
	border-left-color:black;
}
.balloon:after{
	content:"";
	position: absolute;
	top: 50%;
	right:-28px;
	margin-top:-14px;
	border:14px solid transparent;
	border-left: 14px solid gray;
	z-index:1;
}
.dark .balloon:after{
	border-left: 14px solid white;
}
.balloon-line .right{
	display:flex;
}
.balloon-line img{
	width:auto;
	height:auto;
}

.phone{
	white-space:nowrap;
}
/* 折り返すメニュー */
.flex-menu{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.flex-menu a{
	display:table;
/*
	flex:1;
*/
	width:46%;
	height:4em;
	padding:0 1ex;
	margin:2px;
	text-align:center;
	background-color:#FFDD00;
	vertical-align:middle;
	text-decoration:none;
}
.flex-menu a span{
	display:table-cell;
	vertical-align:middle;
	line-height:1em;
	color:white;
	font-weight:bold;
}
.flex-menu a:hover{
	background-color:#FF2260;
}
/*
	フレックスにして、メディアスクリーンで向きを変えるやつ、高さが揃わない場合あるので、
	テーブルベースで狭いと縦並びにするやつ
*/
.flex-table th{
	background-color:#FF2260;
	color:white;
}
.flex-table td{
	vertical-align:top;
}

.tag{
	color:black;
	background:lightgray;
	border-radius:4px;
	padding:4px;
	box-sizing:border-box;
	line-height:1;
	font-weight:bold;
}
.dark .tag{ color:black; }
.tag[value='研修']{background:lawngreen; color:black;}
.tag[value='イベント']{background:gold; color:black;}
.tag[value='助成']{background:darkorange; color:black;}
.tag[value='仕事']{background:#FFDD00; color:black;}

/* 個別 */
@media only screen and (max-device-width: 480px){
	#header{
		flex-direction:column;
	}
	#header-up{
		display:flex;
		flex-direction:column;
	}
	#header-up #address{
		display:none;
	}
	#header-up .size{
		display:none;
	}
	#header-up .menu{
		flex-direction:column;
	}
	#header-up .func{
		display:none;
		background:rgba(240,255,255,0.9);
		border:solid blue 1px;
		position:fixed;
		width:100%;
		height:100%;
		padding:3em 0;
		z-index:3;
	}
	.dark #header-up .func{
		background:rgba(0,0,0,0.9);
	}

	#header-up .func > *{
		margin-left:0;
		margin-right:auto;
	}
}
@media only screen and (max-device-width: 480px){
	#menu,.menu2{
		flex-direction:column;
	}
	#menu a:not(:first-child),
	.menu2 a:not(:first-child){
		border-top:2px solid lightblue;
	}
}
@media only screen and (min-device-width: 481px){
	.menu2 a:nth-child(2),
	#menu a:nth-child(2){
		letter-spacing:0; /* PCの最大文字で折り返さないよう */
	}
	.menu2 a:not(:first-child),
	#menu a:not(:first-child){
		border-left:2px solid lightblue; /* 横並びのメニュー、最初以外に左枠線 */
	}
}


.tab .tile:not(:last-child){
	margin-right:4px;
}
.tab .tile{
	flex:1;
	white-space:normal;
	line-height:1;
	text-align:center;
}
.tab .tile span{
	text-align:center;
	white-space:normal;
}
.tab label.tile input[type='radio'] + *:after,
.tab label.tile input[type='radio']:checked + *:after{
	border-bottom:none;
	border-top-right-radius:20px;
	border-top-left-radius:10px;
}
#info .table{
	background-color:white;
	border:1px solid #FFDD00;
}
#info .table td{
	text-align:left;
}
#info .table td:first-child{
	line-height:1;
}
#info .table tr > td:not(:last-child){
	white-space:nowrap;
}
#info .table tr > td:last-child{
	width:100%;
}
#info .bottom{
	text-align:right;
	border:gray dotted 1px;
	border-top:none;
}

.link-btn{
	display:inline-block;
	padding:2px;
	border:solid brown 1px;
	background-color:orange;
	color:white;
}
.banner{
	display:flex;
	text-align:center;
	flex-wrap:wrap;
	justify-content:space-between;
}
.banner > *{
	flex:1;
}
.banner img{
	width:200px;
	height:50px;
	vertical-align:middle;
	margin:2px auto;
}
#uneicenter a{
	background-image:url("../img/back_jigyousyo.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
	font-weight:bold;
	color:black;
	text-shadow:white 4px 4px 8px,white -4px 4px 8px,white 4px -4px 8px,white -4px -4px 8px;
}
.dark #uneicenter span{
	color:black;
}
#uneicenter .center a:hover{
	opacity:0.8;
}
table.menu{
	width:100%;
	border-collapse:separate;
	border-spacing:8px;
	table-layout:fixed;
}
table.menu td:not(:empty){
	text-align:center;
	vertical-align:middle;
	height:60px;
	overflow:hidden;
	width:0;
}
table.menu td a:not(:empty){
	font-weight:bold;
	display:block;
	margin:-50%;
	padding:50%;
	background-color:lightgreen;
}
table.menu td a:not(:empty):hover{
	background-color:limegreen;
}

#bannerkoukoku{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	margin:10px 0;
}
#bannerkoukoku img{
	width:200px;
	flex:1;
	border:solid gray 1px;
}
@media only screen and (max-device-width: 480px){
	#bannerkoukoku img{
		width:400px;
	}
}

#bannerkoukoku img:hover{
	opacity:0.8;
}

#gototop{
	text-align:right;
	margin:10px 0px;
}
#gototop a{
	display:inline-block;
	background:#FFDD00;
	padding:10px 20px;
	color:white;
	font-weight:bold;
	margin-top:1em;
	text-decoration:none;
}

#sitemap{
	height:200px;
	overflow:auto;
	border:solid 1px lightgray;
}
#sitemap th{
}

#footer{
	width:100%;
	background-color:gold;
	color:black;
}
#footer td{
	padding:0.2em;
	line-height:1.2em;
	color:black;
}
#footer h3{
	color:white;
	background:transparent;
}
#footer .info{
	display:flex;
	flex-wrap:wrap;
}
#footer .wrap{
	padding:2px 10px;
	margin:2px 6px;
	word-break:break-all;
	background:rgba(0,0,0,0.1);
}

.menu-table td{
	padding:4px;
	text-align:center;
}
.inp-search{
	ime-mode:active;
}

.flex{
	display:flex;
}
.flex > *{
	flex:1;
	overflow:hidden;
}
@media only screen and (min-device-width: 481px){
	.flex div{
		margin:4px;
	}
}

/*カテゴリページ*/
.left-menu{
	overflow:hidden;
	display:flex;
	flex-direction:column;
	max-width:260px;
}
.left-menu ul{
	padding-left:0;
	list-style:none;
}
.left-menu li,
.left-menu a{
	line-height:1.2em;
	padding-bottom:0.4em;
}

.switch-div{
	background:#FFDD00;;
	cursor:pointer;
	text-align:center;
}
.switch-icon{
	color:white;
	vertical-align:middle;
}
#switch-icon:after{
	content:"≡";
	font-weight:bold;
	font-size:4em;
	line-height:1;
}
.category-block-wrap{
	flex:1;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:4px;
}
.category-block{
	flex-direction:column;
	width:320px;
	border:solid 1px lightgray;
	margin:6px auto;
}

.category-block > h3{
	background:pink;
	text-align:center;
	margin-top:0;
}
.category-block > div{
	overflow-y:auto;
	height:8em;
}

@media only screen and (max-device-width: 480px){
	.flex{
		flex-direction:column;
	}
	.flex > *{
		margin-bottom:1ex;
	}
	.left-menu{
		max-width:none;
	}
	.category-block{
		width:100%;
	}
	.category-block > div{
		overflow:hidden; /* 画面のスクロールが吸い取られてうっとおしいので */
	}
}

@media only screen and (max-device-width: 480px) {
	html,body,#footer,#page{
		width:100%;
		padding:0;
		margin:auto;
		/*
		overflow-x:hidden;
		*/
	}
	/* サファリだとflex-wrapと子要素のdisplay:tableで、wrapが効かなかったり隙間埋めなかったりするので、縦に強制 */
	.flex-wrap{
	}
	.flex-wrap > .flex-wrap-child{
		width:100%;
		padding:0;
		margin-bottom:1em;
	}
	.flex-wrap > .flex-wrap-child > *{
		width:100%;
		margin:0;
	}
	html{
		font-size:200%;
	}
	input{
		font-size:1em;
		min-height:1.5em;
	}
	.movie-frame{
		width:600px;
		height:450px;
	}
	.tile{
		height:2em;
	}
}

