@charset "UFT-8";
/* reset.css */


/* 1. body, html */
html, body {margin: 0; padding: 0; 
	width: 100%; height: 100%;
	color: #333;
	font-family: "noto sans", "Gothic Al", sans-serif;}

h1,h2,h3,h4,h5,h6,
ul, li, ol, dl, dt, dd, 
p, pre, img {margin: 0; padding: 0; border:0;}

ul, li, ol {list-style: none;}

table, thead, tbody, tfoot, tr, th, td 
	{margin: 0; padding: 0;
	border-spacing: 0; border-collapse: collapse; 
	border:1px solid #777;}

a{color: #333; text-decoration: none;}

a:hover{color: #f07;}
a:focus{outline: 2px solid #f06;}

abbr{text-decoration: none; text-transform: uppercase;}

hr{margin:0; padding: 0;
	border-bottom: 1px solid #777;}

button{border:0; cursor:pointer;
	background-color: transparent; 
	border:1px solid #f06;}
button:hover {background-color: #fa0;}
button:focus {outline:2px solid #f06;}


/* html5 =============================== */
header, footer, aside, nav, section, article, figure, figcaption {
	display: block; margin: 0; padding: 0;}
/* form ================================ */
form, fieldset, legend {margin: 0; padding: 0; border: 0;}
legend {position: absolute; width: 0; height: 0; overflow: hidden;}
input {box-sizing: border-box; text-indent: 0.5rem; cursor: pointer;}

button {border:0; background-color: #777; color: #fff; cursor: pointer; }
select, text-area {box-sizing: border-box; }

input[type="text"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="url"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
text-area:hover,
select:hover {background-color: #fdc;}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
text-area:focus,
select:focus {background-color: #fcd;}


/* common.css =========================== */

.hidden_wrap a>span,
.hidden {display: block; overflow: hidden;
	position: absolute; width: 0; height: 0;}

.clearfix:after,
.clearfix::after {content:" "; display: block;
	width: 0; height: 0; clear: both;}

.float_array {width: 100%; height: 100%;}
.float_array>li {float: left; height: 100%;}
.float_array>li:last-child {margin-right: 0;}

#wrap {width: 100%; height: 100vh; margin: auto;}

#headBox {
	height: 15vh;
}
h1 {display: flex;
	justify-content: center;
	align-items:center;
	width: 100%; height: 100%;
	font-size: 2rem;
	font-weight: bold;
	}
h1 a {display: flex;
	width: auto; height: auto;
	justify-content: center;
	align-items:center;}

h2 {width: 100%; height: auto;
	margin: auto;
	padding-top: 20px;
	font-size: 16px;}
/*#contentBox {
	width: 80%;
	height: 80vh;
	margin: auto;
}*/
/*.folder-list {
	width: 100%;
	height: auto;
}
.folder-list li {}
.folder-list li dl{
	height: 60px;
}
.folder-list li dl dt{
	width: 150px;
	height: 60px;
	margin-right: 20px; 
	float: left;
	background-color: #f00;
}
.folder-list li dl dt a{}
.folder-list li dl dd{
	float: left;
}*/
#footBox {
	background-color: #ddd;
}
#footBox h2 {
	display: flex;
	justify-content: center;
	align-items:center;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	font-size: 1.25rem;
	text-transform: capitalize;
	font-weight: bold;
}

.btn {
	font-size: 0.75rem;
}
.card{
	word-break: keep-all;
	/*min-height: 200px;*/
}
