@CHARSET "UTF-8";
/*--------------base--------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #222;
	overflow: auto;
}

* html * {
	zoom: 1;
}

p {
	font-size: 14px;
}

a {
	color: #06F;
	text-decoration: none;
}

pre {
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 */
	word-wrap: break-word; /* IE 5.5+ */
}

img {
	border-style: none;
}

h2 {
	font-family: "メイリオ";
}

li {
	list-style: none;
	vertical-align: top;
}

.cf:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ".";
	font-size: 0;
}

a:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
	-ms-filter: "alpha( opacity=80 )";
}

.right {
	float: right;
}

.left {
	float: left;
}

.container {
	width: 980px;
	margin: auto;
}

.maincontainer {
	width: 980px;
	margin: 10px auto 20px;
}

.nouki .maincontainer {
	width: auto;
	margin: 5px;
}

.first-th {
	font-size: 16px !important;
	font-family: "メイリオ";
	padding: 6px !important;
}

.inputbox {
	margin: 15px auto !important;
}

.inputbox-left {
	display: inline-block;
	float: left;
}

.inputbox-left input {
	margin: 8px 10px 8px 30px;
}

.inputbox-right {
	display: inline-block;
	float: right;
}

.inputbox-right input {
	margin: 8px 30px 8px 10px;
}

.inputbox input,
.inputbox textarea,
.inputbox select {
	margin: 0 10px;
}

.inputbox input.datepicker {
	margin-right: 0px;
}

.inputbox label {
	margin-right: 10px;
}
/*--------------ログイン--------------*/
.login {
	background-color: #0071BC;
	overflow-y: hidden !important;
	overflow-x: hidden !important;
}

.login-logo {
	margin: 30px 0;
}

.login .subbox {
	background-color: #fff;
	border: none;
	border-radius: 4px;
	width: 980;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

.loginbox {
	margin: 20px 0px;
	padding: 20px 0;
	background: #eee;
	width: 500px;
	border-radius: 4px;
}

.loginbox input {
	width: 240px;
}

.loginbox th {
	color: #333;
	padding: 10px;
	text-align: left !important;
}

.loginbox input[type=button] {
	width: 350px !important;
	padding: 4px 40px;
	border-radius: 4px;
	background-color: #00bfff;
	border: none;
	color: #fff;
	font-size: 16px;
	margin: 0px;
}

.loginbox input[type=button]:hover {
	background-color: #009ddd;
}
/*--------------ヘッダ--------------*/
.header {
	height: 80px;
	background-color: #0071BC;
	color: #fff;
	min-width: 1000px;
	margin: auto;
}

.header div.company-info {
	padding: 10px;
	width: auto;
	float: left;
}

.company-info div {
	display: inline-block;
	vertical-align: middle;
}

.headlogo {
	height: 60px;
}

.companyname {
	font-family: "メイリオ";
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

.header div.objects {
	margin: 10px;
	width: auto;
	float: right;
	text-align: center;
}

.objects .date {
	font-size: 14px;
}

.objects li {
	display: inline-block;
	margin-left: 4px;
}

.objects a.btn-top {
	min-width: 110px;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.fa-topicon:before {
	vertical-align: middle;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	margin-right: 3px;
}

.header div.user-info {
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	top: 30px;
}

/*--------------メニュ--------------*/
#Organizer {

}

.menuboxWp {
	text-align: center;
}

.menubox {
	border: 1px solid #eee;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 10px;
	vertical-align: top;
	height: 210px;
}

.box1 {
	width: 230px;
}

.box3 {
	width: 730px;
}

.box li {
	margin: 0 10px;
}

.menubox-title {
	height: 40px;
	background-color: #eee;
}

.menubox ul {
	padding: 20px 30px;
	text-align: center;
}

.menubox li { /*	float:left;*/
	display: inline-block;
}

.menubox li span {
	display: block;
	margin-top: 6px;
	font-size: 14px;
}

.menubox h3 {
	height: 40px;
	font-weight: bold;
	font-family: メイリオ;
	font-size: 14px;
	line-height: 40px;
	background-repeat: no-repeat;
	margin: auto;
}

.fa-menuicon:before {
	vertical-align: middle;
	color: #4692FF;
	font-size: 34px;
	line-height: 40px;
	margin-right: 5px;
	margin-left: 5px;
}

.menu-dl {
	background-image: url(../image/menubtn.png);
}

.menubtn {
	position: relative;
	display: block;
	width: 130px;
	height: 117px;
}

.menubtnname {
	position: absolute;
	text-align: center;
	width: 130px;
	top: 90px; /* calc()未対応の場合のフォールバック */
	top: calc(117px - 4ex);
	font-family: メイリオ;
	color: #03f
}

.menubtnname2l {
	position: absolute;
	text-align: center;
	width: 130px;
	top: 83px; /* calc()未対応の場合のフォールバック */
	top: calc(117px - 5.5ex);
	font-family: メイリオ;
	color: #03f
}

.menubtn:hover {
	background-position: -130px 0;
}

/*--------------トップ--------------*/
.top {

}

.top-menuarea {
	margin-bottom: 10px;
}

.top h2 {
	height: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	padding-left: 50px;
	text-align: right;
	padding-right: 20px;
}

.title-menu {
	background-image: url(../image/toptitle-menu.png);
}

.title-info {
	background-image: url(../image/toptitle-info.png);
}

.title-history {
	background-image: url(../image/toptitle-history.png);
}

.title-history a {
	font-size: 12px;
}

.top-menutitle {
	background: #29ABE2;
}

.top-infoarea {
	clear: both;
	width: 485px;
	float: left;
}

.top-infoarea .subbox ul li {
	border-bottom: 1px solid #ccc;
	padding: 4px;
}

.top-infoarea .subbox ul li a:hover {
	text-decoration: underline;
}

.top-infoarea .subbox ul li a.unread {
	font-weight: bold;
}

.top-infoarea .subbox ul li i.important::before {
	content: "\f0eb";
	color: rgb(255, 153, 0);
}

.top-infoarea .subbox ul li i.newarrival::before {
	content: "\f06a";
	color: red;
}

i.infoicon {
	margin: 0px 3px;
	float: right;
}

i.infoicon.attach::before {
	content: "\f0c6";
}

i.infoicon.fixed {
	transform: rotateZ(45deg);
}

i.infoicon.fixed::before {
	content: "\f08d";
}

.top-historyarea {
	width: 485px;
	float: right;
}

.top-historyarea .subbox p {
	font-size: 12px;
	background: #EEE;
	padding: 4px;
	color: #666;
}

.top-historyarea .subbox p span:first-child {
	margin: 0 10px;
}

.top-historyarea .subbox p span+span {
	margin: 18px;
}

.top-infoarea .subbox, .top-historyarea .subbox {
	overflow-y: scroll;
	height: 200px;
}

.subbox {
	border: 1px solid #ccc;
	padding: 10px;
}

/*--------------サブページ--------------*/
.warning {
	color: #F00;
	font-size: 12px;
}

.ErrorMessage {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}

input[type="button"], input[type="submit"], .inputbtn {
	border-radius: 2px;
	padding: 4px 6px;
	color: #06F;
	background-color: #EEE;
	box-shadow: 0px 2px 0px #CCC;
	font-family: メイリオ;
	font-size: 14px;
	border: 1px solid #CCC;
}

input[type="button"]:hover, input[type="submit"]:hover, .inputbtn:hover
	{
	background-color: #ccc;
}

input[type="button"]:disabled, input[type="submit"]:disabled, .inputbtn:disabled
	{
	background-color: #fafafa;
	color: #c7ddff;
	border: 1px solid #DDD;
	box-shadow: 0px 0px 0px;
}

input, textarea, select {
	padding: 4px;
}

.common {

}

.searchbox {
	margin: 20px 0;
}

.common h2 {
	height: 40px;
	background-color: #5CC49A;
	color: #fff;
	padding-left: 10px;
	font-size: 20px;
	line-height: 44px;
}

.common td, .common th {
	padding: 4px;
}
/*アップロードと送信*/
.uploadbox {
	margin-bottom: 30px !important;
}

.upload-input {
	margin-bottom: 8px;
}

.upload-input table {
	width: 900px;
}

.inputtext {
	padding: 4px;
	margin-right: 10px;
	width: 550px;
}

.upload-input td, .upload-input th {
	padding: 6px 0;
}

.common table {
	margin: auto;
	border-collapse: collapse;
}

.tablebase {
	width: 900px;
}

.table_addlist {
	width: 90%;
}

.subcontainer {
	max-width: 900px;
	margin: auto;
}

/* アップロード */
.upload {
	margin: 10px 0;
}

.upload td, .upload th {
	border: 1px solid #ccc;
	padding: 6px;
}

.upload table {
	width: 900px;
}

.upload table th {
	font-size: 14px;
	padding: 6px;
	background-color: #eee;
	text-align: center;
}
/*ダウンロード*/
.listtab {
	margin-top: 20px;
}

.listtab table {
	width: 1000px;
}

.listtab th {
	font-size: 12px;
	background-color: #eee;
	text-align: center;
}
/* 一覧 */
table.list-table {
	border: 1px solid #000000;
}

table.list-table th {
	border: 1px solid #000000;
	font-size: 14px;
	text-align: center;
	background-color: #eee;
}

table.list-table td {
	border: 1px solid #000000;
}

/*納期回答*/
.noukianswer-table th {
	font-size: 14px;
	color: #fff;
	background: #f3981d;
	text-align: center;
}

.noukianswer-table td {
	background: #eee;
}
/* 送信先 */
table.sendlist-table {
	border: 1px solid #000000;
}

table.sendlist-table th {
	border: 1px solid #000000;
	font-size: 14px;
	background: #87cefa;
	text-align: center;
}

table.sendlist-table td {
	border: 1px solid #000000;
}
/* 一覧のデータの種類毎の表示位置 */
td.object {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

td.linenumber {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

td.string {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

td.numeric {
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}

td.classification {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

td.date {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
/*お知らせ*/
.pop {
	padding: 20px 10px;
	background-color: #0071BC;
}

.announce-box {
	width: 90%;
	border-radius: 4px;
	padding: 10px;
	background-color: #fff;
	margin: auto;
}

.announce-box pre {
	margin: 20px 0px;
}

.announce-box .common {
	margin: 10px 0px;
}

.pop-box {
	width: 90%;
	border-radius: 4px;
	padding: 10px 10px 50px 10px;
	background-color: #fff;
	margin: auto;
}

.announce h2 {
	font-size: 18px;
}

body.popbody {
	background-color: #0071BC;
}

.display-center-wrapper {
	/* IE11対策 */
	display: flex;
}

.display-center {
	min-height: 100vh;
	min-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.display-center .common {
	min-width: 980px;
	border-radius: 4px;
	padding: 10px 10px 50px 10px;
	background-color: #fff;
}

.add_list {

}

.listtable {
	clear: both;
}

.listtable th {
	font-size: 14px;
	background-color: #eee;
}

.listtable td:nth-child(odd) {

}

.listtable li {
	text-align: left;
	padding: 4px;
	border: 1px solid #eee;
}

.listtable li:nth-child(odd) {
	background-color: #eee;
}

.must {
	background-color: red;
	padding: 4px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	margin-left: 10px;
}

.listdlfile {
	clear: both;
}

input[type="button"].btn, input[type="submit"].btn {
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	border-style: none;
	font-family: Arial;
	color: #fff;
	font-size: 14px;
	background: #0071BC;
	padding: 5px 20px 5px 20px;
}

input[type="button"].btn:hover, input[type="submit"].btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

input[type="button"].btn:disabled, input[type="submit"].btn:disabled {
	color: #ddd;
	background: #7db1d4;
}

div.UploadPartsBox {
	width: 900px;
	margin: auto;
}

.UploadPartsBox #UploadMessageArea {
	text-align: center;
}

.UploadPartsBox span {
	margin: auto 5px;
}

.UploadPartsBox div {
	text-align: left;
	margin: 5px 0px;
	white-space: nowrap;
	overflow-x: hidden;
	padding: 2px;
}

.UploadPartsBox .ErrorMessage {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}

.UploadPartsBox input[type="file"] {
    display: none;
}

.UploadPartsBox progress {
	width: 100px;
	margin: auto 5px;
}

.UploadPartsBox #UploadFileNameArea {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


