@CHARSET "UTF-8";

/*全体のレイアウト*/
html {
	height: 100% !important;
}

body {
	/* 	font-family: 'Hind', 'Noto Sans Japanese', sans-serif; */
	font-family: 'Noto Sans Japanese', sans-serif;
	background-color: #F0F0F0;
	height: 100% !important;
}

a {
	color: white;
	font-weight: 400;
}

a:hover {
	color: #FDC44F;
	cursor: pointer;
}

select:hover {
	cursor: pointer;
}

.navbar .container {
	min-width: 1170px;
}

/*ナビゲーション*/
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.navbar-default {
	background-color: #3F3F3F;
	min-width: 1170px;
}

.navbar a:hover {
	color: #FFFFFF !important;
	background-color: #5F5F5F !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	color: #FFFFFF;
	background-color: #232323!important;
}

.navbar-brand {
	font-weight: 500;
	padding: 19.5px 35px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.navbar-header {
	float: left;
}

.navbar-nav {
	float: left;
}

.navbar-nav>li {
	float: left;
}

.navbar-right {
	float: right !important;
	margin-right: -15px;
}

.dropdown ul {
	width: 100%;
	background-color: #3F3F3F;
}

.dropdown li a {
	color: white;
}

/*各ページ基本フォーマット*/

/*各ページ共通ヘッダー*/
.page-header {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #83be40;
	min-width: 1170px;
	border-bottom: none;
}

.page-header .container {
	padding: 10px 18px;
	min-width: 1170px;
}

.page-header.header-information {
	background-color: #ff7d7d;
}

.page-header_body {
	margin: 0;
	font-family: 'Hind', 'Noto Sans Japanese';
	font-weight: 600;
	font-size: 22px;
	vertical-align: middle;
	text-shadow: 1px 1px 0 rgba(64, 128, 64, 0.8);
}

.page-header_icon {
	font-size: 19px;
	padding: 8px;
	border-radius: 50%;
	margin-right: 15px;
	background-color: #FFFFFF;
	color: #83be40;
}

/*各ページ共通ボディ*/
.page_body {
	margin-top: 10px;
	margin-bottom: 30px;
}

/*ローディング画像*/
#veil {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	/* 	background-color: rgba(0,0,0,0.5); */
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 1000;
	/* 	display: none; */
}

#loading {
	width: 120px;
	height: auto;
	margin: -48px 0 0 -48px;
	padding: 20px;
	opacity: 0.5;
	position: fixed;
	left: 50%;
	top: 50%;
	/* 	display: none; */
}

/*selectのカスタマイズ*/
.select_custom {
	overflow: hidden;
	display: inline-block;
	position: relative;
	border-radius: 0.2em;
	border: 1px solid #CCCCCC;
	box-shadow: 0 2px 0 #AAA;
	background-color: #CCCCCC;
}

.select_custom:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1.8em;
	display: block;
	content: "";
	background:
		/* 		url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEUAAAAZJCYWISIYIyQYIiUWIiIYIyQYIiXh0rToAAAACHRSTlMA/hTRqiinvwFkb0sAAABCSURBVHjajchBDsAgDAPBOJDw/x+XVN0icQGfPGs3i+2GEqeiLCXWLENzvdzrDfP2ls/NjfKbgimYglfBq2Dm+LwHguMA235EdKYAAAAASUVORK5CYII=") */
		url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AESCwAlWrE8IAAAAFBJREFUOMtjYBg+4D8UkKqOESaIrIiRkZERl2Z0dYy4bEU3BKc6vJJQQ/DJMxKyAReA6SXKmfi8x0gooAiFDVGhjS92GPHFNzFRS5XENcQBAJ/yQ+1KgkJ7AAAAAElFTkSuQmCC")
		center no-repeat;
	pointer-events: none;
}

.select_custom>select {
	/* 	-moz-appearance: none; */
	/* 	-webkit-appearance: none; */
	/* 	-o-appearance: none; */
	/* 	-ms-appearance: none; */
	/* 	appearance: none; */
	border-radius: 0;
	/* 	width: 130%; */
	width: 105%;
	border: 0;
	margin: 0;
	/* 	padding: 0.6em 2.4em 0.6em 0.6em; */
	padding: 0.6em 0 0.6em 0.6em;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}

.select_custom>select:focus {
	outline: none;
}

.select_custom>select:hover {
	cursor: pointer;
}

/*inputのカスタマイズ*/
.input_custom {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: center;
	height: 98%;
	width: 100%;
	background: transparent;
}

.input_custom:hover {
	cursor: pointer;
}

.input_custom:focus {
	cursor: text;
}

/*手段でつけるか目的でつけるか*/
/*labelのカスタマイズ、くっきりさせる、色に載せる時に使う、ラベルに使う*/
.label_clear {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	letter-spacing: 1px;
}

.text_numeric {
	text-align: right;
}

/*モーダル系*/
.modal_simple {
	z-index: 1001;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	/* 	padding-bottom: 100px; */
	position: fixed;
	top: 0;
	display: none;
}

.modal_simple>article {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 500px;
	height: 500px;
	background-color: white;
}

.modal_simple .modal_close {
	position: absolute;
	top: -8px;
	right: -8px;
	margin: 0;
	padding: 5px 8px;
	background-color: #dadada;
	border: none;
	border-radius: 16px;
	font-weight: normal;
}

.modal_simple .modal_close:hover {
	background-color: #e9e9e9;
}

.modal_simple header {
	width: 100%;
	padding: 15px;
	background-color: #2CA361;
	color: white;
	font-size: 20px;
}

.modal_simple section {
	padding: 15px;
}

/*******************
	メッセージの表示
********************/
.modal_simple .modal_message {
	display: none;
}

.modal_simple .modal_message header {
	background-color: #bcbcbc;
}

.modal_simple_back section {
	position: relative;
	margin-top: 200px;
	width: 600px;
	height: 300px;
	top: 100px;
	margin: 0 auto;
	background-color: #FFFFFF;
}


/*******************
	ヘッダーメニューのプルダウン用
********************/
.nav_kanri_menu ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	list-style: none;
	margin: 0;
    padding: 0;
    width: 100%;
    background-color: #3f3f3f;
    z-index: 99999;
}

.nav_kanri_menu ul li{
    border-top: 1px solid #dcd4d4;
}
.nav_kanri_menu ul li a,
.nav_kanri_menu {
	position: relative;
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    padding-top: 19.5px;
    padding-bottom: 19.5px;
    line-height: 21px;
    text-decoration: none;
}

.nav_kanri_menu:hover,
.nav_kanri_menu:focus {
    background-color: #5F5F5F !important;
}
.nav_renkei {
	width: 190px;
}

