@charset "utf-8";
/* CSS Document */

/*==========================================
 body
===========================================*/
body {
	width: 100%;
	font:12px/1.4 "MS PGothic","Hiragino Kaku Gothic ProN", Meiryo, Sans-serif;
	color:#333;
	background:#F7F6F0;
}
a{
	text-decoration:underline;
	color:#006745;
}
a:visited {
	color:#941D55;
}
a:hover {
	text-decoration:none;
}
a:active {
	color:#ff0033;
}
a:focus{
	overflow:hidden;
}
/*==========================================
 header
===========================================*/
#header{
	min-width:800px;
	height:auto;
	margin:0px 0px 25px 0px;
	padding:0 20px;
	background:#36974B;
	border-bottom:solid #AEAEAF 1px;
	overflow: hidden;
}
#header h1{
	float:left;
	/*width: 70%;*/
	display: inline-block;
	padding: 18px 0;
	font-size:170%;
	color:#FFF;
}
#user-area {
	float:right;
/*	width:18%;*/
	padding:6px;
	background:#fff4b5;
	background:#fff;
	border-bottom: solid 2px #286d37;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	-o-border-radius:0 0 8px 8px;
	-ms-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;
}
#user-area p{
	float: left;
	margin: 3px 10px 0 10px ;
	font-weight:bold;
	vertical-align: middle;
}
#user-area a{
	float: right;
	display:block;
	margin:0 0 0 5px;
	padding:2px 6px;
	background:#2D7B3E;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
}
#user-area a:hover{
	background:#246432;
}
#user-area a:active{
	background:#36974B;
}

/*==============
 nav
==============*/
#nav{
	clear:both;
	width:100%;
	height:auto;
	margin:0;
}
#nav ul{
	float: left;
	width:auto;
	height:auto;
	overflow:hidden;
	border-left:solid #888888 1px;
}
#nav li{
	float:left;
	width:auto;
	height:36px;
	font-size: 108%;
	border-top:solid #888888 1px;
	border-right:solid #AAA 1px;
}
#nav li a{
	display:block;
	width:auto;
	height:38px;
	margin:0;
	padding:0 24px;
	background:url(../images/bg_nav.gif) no-repeat 0 0;
	line-height:38px;
	border-right:solid #FFF 1px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
}
* html #nav li a{
	display:inline;
	zoom: 1;
}
#nav li a:hover,#nav li.nav-on a{
	background:url(../images/bg_nav.gif) no-repeat 0 -37px;
	border-right:solid #00965F 1px;
	color:#FFF;
}
#nav li.nav-off{ /* ナビ選択不可 */
	padding:0 20px 0 38px;
	background:url(../images/bg_nav.gif) no-repeat 0 -74px;
	line-height:36px;
	font-weight:bold;
	color:#777;
}

/*==========================================
 contents
===========================================*/
#contents{
	clear:both;
	height:auto;
	padding: 0 20px 80px;
	font-size:108%;
}
#contents h2{
	font-size:214%;
	margin: 0 0 25px;
}
#contents h3{
	font-size:114%;
	margin: 30px 0 10px;
}
#contents h4{
	font-size:100%;
	margin: 12px 0 3px;
}
#contents ul{
}
#contents ul li{
	list-style: none;
}
#contents table{
	width: 100%;
	min-width:800px;
	margin: 0 0 1.5em;
}
#contents th,#contents td{
	padding: 6px 8px;
	border:solid #888888 1px;
}
#contents th{
	background:#EEE6C6;
	font-weight:bold;
	text-align:center;
}
#contents td{
	background:#FFF;
}
#contents .cel-c td{
	background:#DDD;
	color: #666;
}
.t-center{
	text-align:center;
}

.t-left {
	text-align:left;
}

.t-right {
	text-align:right;
}

.btn{
	display:block;
	float:left;
	margin:2px 6px 2px 0;
	padding:3px 10px 2px;
	background:#007AB7;
	color:#FFF;
	text-decoration:none;
	white-space:nowrap;
	border:none;
	border-bottom:solid 1px #005580;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}
#select-send-for-2 .btn{
	display: inline-block;
	float: none;
	height: 40px;
	color:#007AB7;
	background:#fff;
	border:solid 1px #007AB7;
}
#select-send-for-2 .btn.select-btn{
	background:#005580;
	color: #fff;
	border:solid 1px #005580;
}

.btn_download {
	/* jquery の判定用 */
}

#contents input.btn,
#contents button.btn{
	padding:10px 60px;
	overflow: hidden;
	font-weight:bold;
}
.btn-d{
	background:#D94C3F;
	border-bottom:solid 1px #922016;
}
.btn-b{
	background:#999;
	border-bottom:solid 1px #777;
}
.btn-l{
	margin:2em 0;
	padding:20px 80px;
	font-size:123.5%;
	font-weight:bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
}
.btn:visited{
	color:#FFF;
}
.btn:hover{
	background:#005580;
}
.btn:active{
	background:#1F91BE;
}
#select-send-for-2 .btn:hover{
	background:#007AB7;
	color: #fff;
	border:solid 1px #007AB7;
}
#select-send-for-2 .btn:active{
	background:#007AB7;
}
.btn-d:hover{
	background:#B52B1F;
}
.btn-d:active{
	background:#E84638;
}
.btn-b:hover{
	background:#777;
}
.btn-b:active{
	background:#AAA;
}
#contents input,#contents textarea,#contents select{
	padding:3px;
	font-size:100%;
}
input[type="submit"]::-moz-focus-inner{
    border :0px;
}
/*==============
 ログインページ
==============*/
#contents .box-login{
	width:350px;
	margin:0 auto;
	padding: 25px 10px 10px;
	border:solid 1px #CCC;
	background:#FFF;
}
#contents .box-login table{
	width:auto;
	min-width:300px;
	margin:0 auto;
}
#contents .box-login th,#contents .box-login td{
	border:none;
	padding: 10px;
}
/*==============
 新着情報
==============*/
.topics{
	border-top:dotted 1px #5A3715;
	overflow:hidden;
}
.topics dt{
	float:left;
	padding:8px 12px 8px 0;
}
.topics dd{
	padding:8px 0;
	border-bottom:dotted 1px #5A3715;
}
/*==============
 ファイル伝送
==============*/
.f-th01{
	width:20%;
}
.f-th02{
	width:7%;
}
.f-th03{
	width:30%;
}
.box-submit{
	float:right;
}
/*==============
 フォーム
==============*/
.input_size_4{
	width:40px;
}
.input_size_10{
	width:100px;
}
.input_size_20{
	width:200px;
}
.input_size_30{
	width:300px;
}
/* ファイル伝送 */
.f-inp01{
	width:85%;
}
.f-inp02{
	width:95%;
}

.memo {
	font-size:0.8em;
	text-align: left;
}

/*==============
 システム
==============*/

#flashMessage{
	padding: 20px;
	color: red;
}
label.error {
	color: red;
}

table#send_for_list {
	margin: 0;
}
table#send_for_list td{
	border: 0px;
}


/*==============
 ページャー
==============*/
.pager_top {
	margin-top: 0px;
	margin-bottom: 10px;
}

.pager_bottom {
	margin-top: 10px;
	margin-bottom: 0px;
}

.pager {
	padding-left: 2px;
	font-size: 1.3em;
	list-style-type: none;
	padding-right: 4px;
}

.pager li{
	border-left: 1px solid #000000;
	float: left;
	padding-left: 14px;
	padding-right: 14px;
}

/*==============
 一括伝送用圧縮ファイル作成ツール
==============*/
body#setfilename {
	background: #F7F6F0;
	font-size: 14px;
}
#setfilename .main-block {
	border: 1px solid #b9b9b9;
	margin: 30px auto;
	width: 1000px;
	text-align: center;
	padding: 30px;
	background: #fff;
}
#setfilename .main-block p:first-child {
	margin: 0 0 2em;
}
#setfilename form {
	display: flex;
	justify-content: space-between;
}
#setfilename form > div:nth-child(1) {
	width: 40%;
}
#setfilename form > div:nth-child(2) {
	width: 58%;
}
#setfilename .input-file-area {
	background-color: #d4f2cd;
	padding: 2em 0;
}
table.send-for-area {
	border-collapse:  collapse;
	margin-bottom: 1em;
}
.send-for-area th,
.send-for-area td {
	border: 1px solid #000;
	padding: 0.5em;
}
.send-for-area th {
	background-color: #f2edcd;
}
.send-for-area .select-area {
	display: flex;
	flex-wrap: wrap;
}
.send-for-area .select-area label{
	width: 25%;
	text-align: left;
}
.send-for-area .select-area:nth-child(2) {
	justify-content: space-between;
}
.send-for-area .select-area:nth-child(2) label{
	width: 49%;
	text-align: left;
}
#setfilename input[type="submit"] {
	margin-top: 2em;
	padding: 0.8em;
	width: 90%;
	background-color: #15551f;
	color: #fff;
	border: 0;
	font-size: 18px;
}
#setfilename input[type="submit"]:not(:disabled):hover {
	opacity: 0.7;
	cursor: pointer;
}
#setfilename input[type="submit"]:disabled {
	background-color: #ccc;
}
#error-message {
	margin-top: 1em;
	color: #f00;
	font-weight: bold;
}
