@charset "utf-8";

/******************************************/
a {
	text-decoration: none;
}

.midashi {
	width: 90%;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	color: #666;
}

.top_box {
	margin: 200px auto 50px auto;
	width: 300px;
	display: block;
	overflow: hidden;
}

.top_box .cname {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}

.top_box .sname {
	margin-top: -5px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

.log_t {
	padding: 0 5px;
	margin: 40px auto 0px auto;
	width: 268px;
	height: 40px;
	display: block;
	border: solid 1px #ccc;
	border-radius: 4px;
}

.log_t2 {
	padding: 0 5px;
	margin: 25px auto 0px auto;
	width: 268px;
	height: 40px;
	display: block;
	border: solid 1px #ccc;
	border-radius: 4px;
}

.tbn {
	margin: 55px auto 0px auto;
	padding: 0 15px;
	width: auto;
	height: 36px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	border: solid 1px #007bff;
	background-color: #007bff;
	border-radius: 4px;
}

.site_name {
	margin: 10px auto 0 auto;
	width: 1150px;
	height: 70px;
	display: block;
	color: #333;
	font-weight: bold;
	text-align: left;
	font-size: 21px;
	line-height: 70px;
	border-bottom: solid 1px #333;
}

.site_name .title {
	margin-left: 25px;
	font-size: 26px;
	font-weight: bold;
}

.site_name .stitle {
	margin-left: 90px;
	font-size: 18px;
	font-weight: bold;
	color: #007bff;
}

nav {
	width: 600px;
	height: 60px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	float: right;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	list-style: none;
	display: inline-block;
	width: 18%;
	min-width: 70px;
}

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

nav ul li.current a {
	color: #F33135;
}

nav ul li a:hover {
	color: #FF8C00;
}

.jname {
	margin: 0 auto;
	width: 1150px;
	height: 90px;
	display: block;
	color: #007bff;
	text-align: left;
	font-weight: bold;
	font-size: 19px;
	line-height: 90px;
	text-indent: 80px;
	border-bottom: solid 1px #333;
}

.search_box {
	margin: 50px auto 0 auto;
	width: 1000px;
	height: 60px;
	display: block;
}

.search_box .box {
	width: 500px;
	height: 60px;
	display: block;
	float: right;
}

.t_box {
	padding: 0 5px;
	width: 268px;
	height: 40px;
	display: block;
	border: solid 1px #ccc;
	border-radius: 4px;
	float: left;
}

.nsta {
	padding: 6px 0 0 0;
	width: 110px;
	height: 50px;
	display: inline-block;
	font-weight: normal;
	text-align: left;
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

.sbn {
	margin: 1px 0 0 25px;
	padding: 0 15px;
	width: auto;
	height: 38px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	border: solid 1px #007bff;
	background-color: #007bff;
	border-radius: 4px;
}

.ssbn {
	margin: 0px;
	padding: 0 15px;
	width: auto;
	height: 32px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	border: solid 1px #007bff;
	background-color: #007bff;
	border-radius: 4px;
}

.skbn {
	margin: 0px;
	padding: 0 15px;
	width: auto;
	height: 32px;
	display: inline-block;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 30px;
	border: solid 1px #333;
	background-color: #fff;
	border-radius: 4px;
}

.btn_box {
	margin: 50px auto 50px auto;
	width: 1050px;
	height: 120px;
	overflow: hidden;
	display: block;
	vertical-align: top;
}

.mbn {
	margin: 0px auto;
	padding: 0 15px;
	width: auto;
	height: 38px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	border: solid 1px #007bff;
	background-color: #007bff;
	border-radius: 4px;
}

.nsta input[type="checkbox"] {
	margin: 0px 7px 0px 20px;
	padding: 0;
	width: 15px;
	height: 15px;
	display: inline-block;

}

.list_box {
	margin: 10px auto 0 auto;
	width: 1050px;
	width: 1150px;
	overflow: hidden;
	display: block;
}

.list_box2 {
	margin: 10px auto 0 auto;
	width: 1200px;
	overflow: hidden;
	display: block;
}

.txt_c {
	text-align: center;
}

table.tb {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	margin-bottom: 0px !important;
}

table.tb tr:nth-child(even) {
	background: #f5f4ee;
}

table.tb th {
	padding: 14px 10px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	color: white;
	border: none;
	background: #224171;
	text-align: center;
}

table.tb td {
	padding: 20px 10px 10px 10px;
	font-size: 14px;
	color: #333;
	vertical-align: middle;
	border-bottom: 1px solid rgb(200, 200, 200);
}

.pbox {
	margin: 30px auto 0 auto;
	width: 1150px;
	overflow: hidden;
	display: block;
}

.pbox .pbn {
	margin: 0 0 0 15px;
	padding: 0 15px;
	width: auto;
	height: 38px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	border: solid 1px #007bff;
	background-color: #007bff;
	border-radius: 4px;
	float: right;
}

.tb_btm {
	margin-bottom: 30px;
}

table.tb2 {
	margin: 20px auto 0 auto;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 1000px;
	border-bottom: 1px solid rgb(200, 200, 200);
}

table.tb2 th {
	width: 18%;
	padding: 16px 15px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	color: white;
	background-color: #224171;
	border: 1px solid white;
	box-sizing: border-box;
}

table.tb2 td {
	width: 82%;
	padding: 16px 10px 16px 20px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	vertical-align: middle;
	border: 1px solid rgb(200, 200, 200);
	background: #f5f4ee;
	box-sizing: border-box;
}

table.tb2 .box01 {
	width: 280px;
	height: 36px;
	display: block;
	float: left;
}

.bt01 {
	margin-right: 15px;
	color: #333;
	font-size: 17px;
	font-weight: bold;
}

.bt02 {
	margin-right: 35px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.box02 {
	padding: 0 10px;
	margin: 0;
	width: 130px;
	height: 36px;
	display: inline-block;
	border: solid 1px #ccc;
	border-radius: 4px;
}

.box03 {
	padding: 0 10px;
	margin: 0;
	width: 440px;
	height: 36px;
	display: inline-block;
	border: solid 1px #ccc;
	border-radius: 4px;
}

.box04 {
	margin-left: 20px;
	padding: 0 10px;
	width: 130px;
	height: 36px;
	display: inline-block;
	border: solid 1px #ccc;
	border-radius: 4px;
}

.box022 {
	padding: 0 10px;
	margin: 0;
	width: 160px;
	height: 36px;
	display: inline-block;
	border: solid 1px #ccc;
	border-radius: 4px;
}

.box033 {
	padding: 0 10px;
	margin: 0;
	width: 600px;
	height: 36px;
	display: inline-block;
	border: solid 1px #ccc;
	border-radius: 4px;
}
.box_tarea {
	padding: 0 10px;
	margin: 0;
	width: 700px;
	height: 90px;
	display: inline-block;
	border: solid 1px #ccc;
	border-radius: 4px;
}
.clear {
	clear: both;
}

table.tb3 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 1100px;
	margin: 30px auto;

}

table.tb3 th {
	width: 100%;
	padding: 14px 20px;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	background: #333;
	color: #FFF;
	border: 1px solid rgb(200, 200, 200);
}

table.tb3 td {
	padding: 10px 20px;
	width: 100% !important;
	background: #f2f2f2;
	vertical-align: middle;
	border: 1px solid rgb(200, 200, 200);
}

.ft_area {
	margin: 20px auto;
	width: 1050px;
	height: 400px;
	display: block;
}

.bt50 {
	margin-bottom: 50px;
}

table.tb4 {
	margin: 20px auto 0 auto;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 900px;
	border-bottom: 1px solid rgb(200, 200, 200);
}

table.tb4 th {
	width: 170px;
	padding: 18px 10px;
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	color: #007bff;
	border: none;
}

table.tb4 td {
	width: 700px;
	padding: 18px 10px 18px 0px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	vertical-align: middle;
	border: none;
}

/*-botton  リンクボタン_blank*/
.link_btn_s {
	margin: auto;
	display: block;
	white-space: nowrap;
	font-size: 12px;
}

.link_btn_s a {
	background: #fff;
	padding: 5px 10px;
	text-align: center;
	border-radius: 15px;
	letter-spacing: 0.1em;
	color: #00938e;
	font-weight: 600;
	border: 2px solid #00938e;
	text-decoration: none;
	margin: 0 5px;
}

.link_btn_s a:hover {
	background: #00938e;
	border: 2px solid #fff;
	color: #fff;
}

.ts_area {
	margin: 0;
	width: 600px;
	height: 200px;
	display: block;
}

.btn_field {
	clear: both;
	margin: 30px auto;
	padding: 10px auto;
	background: #f2f2f2;
	width: 1100px;
	text-align: center;
	overflow: hidden;
}

/*一覧テーブル*/

table.tb5 {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 50px;
	line-height: 1.5;
}

table.tb5 th {
	text-align: center;
	white-space: nowrap;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	background: #224171;
	color: #FFF;
	border: 1px solid rgb(200, 200, 200);
}

table.tb5 td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid rgb(200, 200, 200);
}

table.tb5 th.w100 {
	width: 100px;
	text-align: center;
	white-space: nowrap;
}

table.tb5 th.w30 {
	width: 30px;
	text-align: center;
	padding: auto;
	white-space: nowrap;
}

/* 偶数行の背景色変更 */
.tb2 tr:nth-child(2n) {
	background: #fff;
}

/* 奇数行の背景色変更 */
.tb5 tr:nth-child(2n+1) {
	background: #f5f4ee;
}


.tb5 tr:hover {
	background-color: #CCFFFF;
	/* マウスオーバー時の行の背景色 */
}

/*-botton  デフォルト小編集ボタン*/
.edit_btn_s {
	margin: auto 0;
	display: block;
	white-space: nowrap;
	font-size: 13px;
}

.edit_btn_s a {
	background: #fff;
	padding: 3px 5px;
	text-align: center;
	border-radius: 2px;
	letter-spacing: 0.1em;
	color: #0a95ed;
	font-weight: 600;
	border: 2px solid #0a95ed;
	text-decoration: none;
	margin: 0 5px;
}

.edit_btn_s a:hover {
	background: #00938e;
	border: 2px solid #00938e;
	color: #fff;
}