@charset "UTF-8";
html, body { font:13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; *font-size: 13px; *font: 13px; color: #333; line-height: 1.4;}
.clear { clear: both; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
div, table { margin: 0; }
img { vertical-align: bottom; }
strong { font-weight: bold; }

body{
	background: #D4F0FD !important;
}

.container{
	padding: 0px 8px !important;
}

.content-box .container{
	padding: 0px 5px !important;
}

[class^=col] {
	padding: 0px 5px !important;
}

header{
	width: 100%;
	height: 60px;
	padding: 0px 5px;
	margin-bottom: 30px;
	background: #41C8F4 !important;
	overflow: visible;
	position: relative;
}

header .title{
	display: inline-block;
	height: 60px;
	width: 200px;
	max-width: 40vw;
	text-indent: -9999px;
	margin-left: -10px;
	margin-bottom: 0px;
	background-image:url("../img/logo.png");
	background-size:90%;
	background-repeat: no-repeat;
}

header .user{
	font-family: "Shin Go Medium";
	font-size: 120%;
	line-height: 60px;
	color: #fff;
}

header .navbar-toggler{
	position: relative;
	color: #233841;
	background-color: #fff;
	width: 1.6em;
	height: 1.6em;
	border-radius: 0.9em;
	margin: 1rem 0px !important;
	padding: 0;
}

header .navbar-toggler i{
	position: absolute;
	top: -0.1em;
	left: -0.1em;
}

header #grobalMenu{
	position: absolute;
	top: 45px;
	right: 5px;
	z-index: 10;
}

header .btn-warning,
header .btn-warning.disabled{
	color: #fff !important;
	background: #41C8F4 !important;
	border-color: #fff !important;
}

header .btn-warning.active,
header .btn-warning.active:hover,
header .btn-warning:hover{
	color: #fff !important;
	background: #20b0df !important;
	border-color: #fff !important;
}

footer{
	width: 100%;
	color: #fff;
	font-family: "UD Shin Go Medium";
	font-size: 90%;
	line-height: 2.5em;
}

.content-box{
	border-radius: 10px;
	margin-bottom: 20px;
	background: #ffffff !important;
}

.content-box h2{
	font-family: "Shin Go Medium";
	font-size: 120%;
	line-height: 2em;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	margin: 0;
}

.content-box.note h2{
	background: #41C8F4 !important;
}

.content-box.info h2{
	background: #233841 !important;
}

.content-box p{
	font-family: "UD Shin Go Regular";
	width: 100%;
	padding: 10px;
	color: #41C8F4;
	font-size: 140%;
	line-height: 2em;
	text-align: justify;
}

.content-box p.center{
	text-align: center;
}

.content-box table{
	margin: 0;
	border-radius: 2px;
}
.content-box table td,
.content-box table th{
	padding: 5px;
}

.content-box a.hideButton{
	float: right;
	margin-right: 10px;
	color: #fff;
}

.content-box .btn-primary,
.content-box .btn-primary.disabled{
	font-family: "Shin Go Medium";
	font-size: 120%;
	color: #333 !important;
	background-color: #D4F0FD !important;
	border-color: #D4F0FD !important;
}

.content-box .btn-primary:hover{
	background-color: #7db1c9 !important;
	border-color: #7db1c9 !important;
}

.content-box .btn-danger,
.content-box .btn-danger.disabled{
	font-family: "Shin Go Medium";
	font-size: 120%;
	color: #fff !important;
	background-color: #233841 !important;
	border-color: #233841 !important;
}

.content-box .btn-danger.,
.content-box .btn-danger:hover{
	background-color: #3b5560 !important;
	border-color: #3b5560 !important;
}

.content-box .input-group-text{
	font-family: "UD Shin Go Regular";
	font-size: 120%;
	white-space: normal;
	text-align: left;
	color: #333;
	background-color: #e5e5e5;
	border-color: #e5e5e5;
}

.content-box .form-control{
	font-family: "UD Shin Go Regular";
	font-size: 120%;
	border-color: #e5e5e5;
	border-width: 4px;
}

.content-box .table-warning th{
	font-family: "Shin Go Medium";
	font-size: 120%;
	background-color: #41C8F4;
	border-color: #fff;
}


.content-box tbody th,
.content-box tbody td{
	font-family: "Shin Go Regular";
	font-size: 120%;
	border-color: #41C8F4 !important;
}

.content-box .btn-outline-warning{
	font-family: "Shin Go Medium";
	font-size: 120%;
	color: #233841 !important;
	border-color: #233841 !important;
}

.content-box .btn-outline-warning.active{
	color: #fff !important;
	background-color: #233841 !important;
}

.content-box .btn-outline-warning:hover{
	background-color: #D4F0FD !important;
	border-color: #233841 !important;
}

.content-box .btn-outline-warning.focus,
.content-box .btn-outline-warning:focus{
	box-shadow: none !important;
}

