@charset "UTF-8";
/* html,bodyタグの設定 */
html, body {
	margin: 0; /* 余白の削除 */
	padding: 0; /* 余白の削除 */
	height: 100%; /* 縦の高さを100% */
	width: 100%; /* 横の幅を100% */
}

header {
	background-color: #0032A5;
	width: 100%;
	height: 200px;
}

body {
	margin: 0;
	background-color: #E4E4E4;
	font-family: 'M PLUS 1p', sans-serif;
}

.login-box {
	width: 40%;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 30px;
	max-width: 400px;
}
/*ログアウト*/
.logout {
	color: #FFFFFF;
}

/* 全体を囲う大枠 */
div#contents {
	position: relative; /* フッター部の配置用に定義 */
	min-height: 100vh; /* 縦の表示領域を100% */
	background-color: #d3d3d3;
}

/*中央寄せ*/
div.center {
	margin: 0 auto;
}

/*ログイン情報エリア*/
#loginInfo {
	text-align: right;
	margin-right: 10px;
}

/*中央寄せ*/
ul.menu {
	list-style: none;
	width: 400px;
}

/* リストヘッダー*/
li.header {
	background-color: #008047;
	color: white;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
}
/* リストそれ以外*/
li.other {
	padding-left: 20px;
}

/* 検索条件テーブルラベル*/
td.kensaku {
	background-color: #343a40;
	color: white;
	width: 150px;
	text-align: center;
	height: 43px;
}

/* 検索条件テーブルラベル*/
td.torikomi {
	background-color: #343a40;
	color: white;
	width: 200px;
	text-align: center;
	height: 43px;
}

/* 検索条件テーブルラベル*/
td.passwprd {
	background-color: #343a40;
	color: white;
	width: 200px;
	text-align: center;
	height: 43px;
}

/* 検索条件テーブル入力コード系*/
input.kensaku_input {
	width: 200px;
	height: 43px;
}

/* 検索条件テーブル入力テキスト系*/
input.kensaku_input_20 {
	width: 400px;
	height: 43px;
}

/* 検索条件テーブルチェックボックス系*/
input.kensaku_check {
	width: 50px;
	height: 20px;
}

/* 入力画面テキストボックス系*/
.input_txt {
	height: 41px;
	width: 400px;
}
/* ボタン */
input.submit_button {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #130E5B;
	border-radius: 10px;
	color: #FFFFFF;
}

/* ボタン */
input.small_button {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #130E5B;
	border-radius: 10px;
	color: #FFFFFF;
}

/* ボタン(非活性） */
input.disBtn {
	background-color: #343a40;
}

/* 入力エラー*/
input.inp_error {
	border: 1px solid #F88A8A;
	background: #F4D4D4;
}

input.inp_error {
	border: 1px solid #F88A8A;
	background: #F4D4D4;
}

select.inp_error {
	border: 1px solid #F88A8A;
	background: #F4D4D4;
}

span.error_m {
	font-size: 15px;
	font-weight: bold;
	color: #FF4040;
	display: block;
	margin-left: 15px;
}

#menu {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

footer {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #FFFFFF;
	float: left;
	text-align: center;
	position: fixed;
	bottom: 0%;
}

/*フッター下部*/
#footerArea {
	color: #FFFFFF;
	background-color: #0032A5;
}
/*フッター上部リンク*/
.menuLink {
	color: #000000;
	text-decoration: underline;
}
/*追加ここまで*/
#logo {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	height: 160px;
	text-align: center;
}

#logo img {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 80px;
	text-align: center;
}

img {
	width: 100%;
}

#menu section ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu section ul li {
	width: 23%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2em;
}

#menu section ul li a:hover {
	opacity: 0.8;
}

header {
	background-color: #0032A5;
	width: 100%;
	height: 110px;
}

#header_logo {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 80px;
	text-align: center;
}

#nav-drawer #nav-content #header_logo {
	background-color: #0032A5;
}
#nav-content ul li {
	list-style-type: none;
	border-bottom: 1px dotted #AAAAAA;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: block;
}

#nav-content ul li a {
	color: #505050;
	text-decoration: none;
	display: block;
}

#nav-content ul li:hover {
	background-color: #E6E6E6
}

body h1 {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	border-left: 20px solid #008047;
	padding-left: 1%;
	font-size: 1.2em;
	font-weight: bold;
}

body h2 {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	border-left: 20px solid #008047;
	padding-left: 1%;
	font-size: 1.4em;
	font-weight: normal;
}

#nav-drawer #nav-content ul {
	padding: 0;
	margin: 0;
}

#header_logo img {
	height: 80px;
	width: 122px;
}
#buttom_area, #main_area, #table_area, #table_area2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#buttom_area {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#buttom_area section form {
	float: left;
	width: 100%;
}

#buttom_area section p {
	margin-top: 1em;
	float: left;
	color: #5E5E5E;
	font-size: 0.9em;
}

section form .input_box {
	width: auto;
	float: left;
	display: inline-block;
	margin-right: 10px;
}

section form input {
	font-size: 1.3em;
}

form .input_box .title {
	width: 4em;
	text-align: right;
	float: left;
	padding-top: 0.5em;
}

#buttom_area section #btn {
	padding: 0;
	margin: 0;
}

section #btn li {
	width: auto;
	margin-right: 20px;
	float: left;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #130E5B;
	border-radius: 5px;
	color: #FFFFFF;
}

#table_area, #table_area2 {
	padding-top: 20px;
	clear: left;
}

#table_area2 {
	margin-bottom: 40px;
}

section h2 {
	padding-top: 5px;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 14px;
	border-bottom: 1px solid #5C68EA;
	border-left: 20px solid #5C68EA;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #FFFFFF;
}

#buttom_area section p.text_red {
	color: #C60508;
}

#buttom_area section .signature {
	width: 100%;
	float: left;
	border-radius: 5px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 3em;
	color: #D7D7D7;
	padding-top: 0.6em;
	padding-bottom: 0.8em;
	border: 3px solid #C5181B;
}

#table_area section table {
	text-align: center;
	background-color: #FFFFFF;
}

tbody tr td {
	border-collapse: collapse;
	/*border-right: 1px solid #D3D3D3;*/
	/*border-bottom: 1px solid #D3D3D3;*/
}

tbody tr .text_small {
	color: #8E8E8E;
	font-size: 0.9em;
}

tr td .hennou {
	padding: 3px;
	color: #FFFFFF;
	border-radius: 7px;
	background-color: #AA181B;
}

tr td .juryou {
	padding: 3px;
	color: #FFFFFF;
	border-radius: 7px;
	background-color: #213795;
}

#table_area section #next_area {
	text-align: right;
}

section #page li {
	background-color: #140E5B;
	color: #FFFFFF;
	float: right;
	list-style-type: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 24px;
	border-radius: 100px;
	padding-right: 24px;
	margin-left: 10px;
}

.text_left {
	text-align: left;
}

tbody tr th {
	color: #FFFFFF;
	background-color: #A6A6A6;
	border-right: 1px solid #FFFFFF;
	font-weight: normal;
}

tbody tr th.last {
	border-right: 1px solid #D3D3D3;
}

#table_area2 tbody tr th {
	color: #000000;
	font-weight: normal;
	background-color: #E4E4E4;
	border-right: 0px solid #FFFFFF;
}

#table_area2 tbody tr td {
	border-collapse: collapse;
	border-right: 0px solid #D3D3D3;
	border-bottom: 0px solid #D3D3D3;
}

/*ヘッダーまわりはサイトに合わせて調整してください*/
#nav-drawer {
	position: fixed;
	top: 0%;
}

#nav-drawer p {
	margin: 0;
	padding-left: 10px;
	color: #FFFFFF;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display: none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 35px;
	height: 22px;
	vertical-align: middle;
	margin-top: 10px;
	margin-left: 10px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px; /*線の太さ*/
	width: 42px; /*長さ*/
	border-radius: 3px;
	background: #fff;
	display: block;
	content: '';
	cursor: pointer;
}

#nav-open span:before {
	bottom: -8px;
}

#nav-open span:after {
	bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none; /*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0; /*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999; /*最前面に*/
	width: 90%; /*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px; /*最大幅（調整してください）*/
	height: 100%;
	background: #fff; /*背景色*/
	transition: .3s ease-in-out; /*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%); /*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block; /*カバーを表示*/
	opacity: .5;
	color: #FFFFFF;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%); /*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

.cp_iptxt {
	/*width: 30%;*/
	margin-top: 20px;
	margin-right: 3%;
	margin-bottom: 0px;
}

.cp_iptxt.wide_in {
	width: 100%;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	float: left;
}

.cp_iptxt input[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	margin-right: 5px;
	margin-left: 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #B1B1B1;
	border-radius: 10px;
	outline: none;
}

.cp_iptxt input[type=password] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	margin-right: 5px;
	margin-left: 0;
	padding: 0.3em;
	padding-left: 10px;
	transition: 0.3s;
	border: 1px solid #B1B1B1;
	border-radius: 10px;
	outline: none;
}

.cp_iptxt input[type=text]:focus {
	border-color: #A38DFF;
	border-width: 3px;
}

.cp_iptxt input[type=text] {
	padding-left: 10px;
}

.cp_iptxt i {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 9px 8px;
	transition: 0.3s;
	color: #aaaaaa;
}

.cp_iptxt input[type=text]:focus+i {
	color: #da3c41;
}

.cp_ipselect {
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	text-align: left;
}

.cp_ipselect select::-ms-expand {
	display: none;
}

.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}

.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.3em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 1.2em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}

.cp_ipselect.cp_sl02 select {
	padding-right: 8px;
	padding-left: 8px;
	color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
}

input.pluralBtn {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 0;
	float: right;
}

table #input_pluralBox .add.pluralBtn {
	float: right;
}

table #input_pluralBox #input_plural {
	float: left;
	width: 90%;
}

/*ioioi*/
.form-block {
	position: relative;
	font-size: 12px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	box-shadow: 0 2px 3px 0 #ddd;
	-moz-box-shadow: 0 2px 3px 0 #ddd;
	-webkit-box-shadow: 0 2px 3px 0 #ddd;
}

.form-block .close {
	background-color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	font-size: 25px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	top: 4px;
	position: absolute;
	right: 4px;
	width: 30px;
	cursor: pointer;
	margin-top: 5px;
	border: 1px solid #CACACA;
}

.form-buttom {
	padding: 5px;
	text-align: right;
	float: right;
}

.form-buttom .add {
	background-color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	font-size: 24px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	right: 4px;
	width: 25px;
	cursor: pointer;
	margin-top: 5px;
	border: 1px solid #CACACA;
}

@media only screen and (max-width: 1024px) {
	#menu {
		width: 80%;
	}
	#menu section ul li {
		width: 31%;
		float: left;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 2em;
	}
	.cp_iptxt {
		width: 100%;
		margin-top: 0px;
		margin-right: 0%;
		margin-bottom: 0px;
		float: left;
	}
}