@charset "UTF-8";

/* ログインテーブル */
table.login {
	margin: 10px auto;
	width: 400px;
}

table.login td,table.login th {
	border: none;
	padding: 0px 10px;
}

table.login th {
	padding-top: 10px;
}

table.login tfoot td {
	padding: 10px;
	text-align: right;
}

/* 検索条件テーブル */
table.search {
	margin: 10px 0px;
	width: 500px;
}

table.search thead td {
	background-color: #003D5D;
	color: #EFEFEF;
	font-weight: bold;
}

table.search tfoot td {
	text-align: center;
}

table.search tbody th {
	background-color: #F0F0F0;
	text-align: right;
}

/* 一覧テーブル */
table.list {
	margin: 20px 0px 10px;
	width: 100%;
}

table.list thead td {
	text-align: right;
	border: none;
	padding-bottom: 10px;
}

table.list tfoot td {
	text-align: right;
	border: none;
	padding-top: 10px;
}

table.list tbody th {
	background-color: #003D5D;
	color: #EFEFEF;
	text-align: center;
}

table.list tbody th button,
table.outputCondition tbody table.ownerSearchResults th button.sort {
	margin: 1px 10px;
	padding: 0px;
	font-size: 70%;
	font-weight: normal;
}

/* !importantを利用しないとスタイルが効かない */
table.list tbody th a {
	color: #EFEFEF !important;
	text-decoration: none !important;
	font-weight: bold !important;
}

table.list tbody tr.odd {

}

table.list tbody tr.even {
	background-color: #E9F3F9;
}

table.list tbody td.col_button {
	text-align: center;
}

/* 設備系折りたたみ一覧テーブル */
table.equipmentExpandList {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

table.equipmentExpandList th {
	background-color: #ffffff;
	/*color: #0052a6;*/
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: black;
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
}

table.equipmentExpandList th.title {
	background-color: #003d5d;
	color: #ffffff;
	border-style: solid;
	border-width: 1pt;
	border-color: black;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}

table.equipmentExpandList th.title a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

table.equipmentExpandList th.operation {
	text-align: center;
	white-space: nowrap;
}

table.equipmentExpandList td {
	background-color: #f0f0ff;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: black;
}

/* メール宛先検索 */
table.mailSearchResults,
table.ownerSearchResults {
	width: 98%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid;
}

table.mailSearchResults th,
table.outputCondition tbody table.ownerSearchResults th {
	background-color: #ffffff;
	color: #0052a6;
	border-spacing: 0;
	border: 1px solid;
	border-color: black;
	background: #ffffff;
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
}

table.mailSearchResults th.title,
table.outputCondition tbody table.ownerSearchResults th.title {
	background-color: #003d5d;
	color: #ffffff;
	border-style: solid;
	border-width: 1pt;
	border-color: black;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}

table.mailSearchResults th.operation,
table.ownerSearchResults th.operation  {
	text-align: center;
	white-space: nowrap;
}

table.ownerSearchResults th.operation a.toggle {
	text-decoration: none;
}

table.mailSearchResults td {
	background-color: #f0f0ff;
}

table.mailSearchResults th,
table.mailSearchResults td,
table.ownerSearchResults th,
table.ownerSearchResults td {
	border: 1px solid;
}

table.mailSearchResults,
table.mailSearchResults th,
table.mailSearchResults td {
	border-color: black;
}

table.ownerSearchResults,
table.ownerSearchResults th,
table.ownerSearchResults td {
	border-color: gray;
}

table.mailSearchResults th.title a,
table.ownerSearchResults th.title a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

table.ownerSearchResults th input,
table.ownerSearchResults td input {
	border: none;
}

table.ownerSearchResults th.title button{
	margin: 2px !important;
}

/* 入力テーブル */
table.input,
table.outputCondition {
	width: 100%;
	margin: 10px 0px;
}

table.input thead td,
table.outputCondition thead td {
	text-align: left;
	border: none;
	padding-bottom: 10px;
}

table.input tfoot td,
table.outputCondition tfoot td {
	text-align: left;
	border: none;
	padding-top: 10px;
}

table.input tbody th,
table.outputCondition tbody th {
	background-color: #F0F0F0;
	text-align: right;
}

table.input tbody th.title,
table.outputCondition tbody th.title {
	background-color: #003D5D;
	text-align: left;
	color: #EFEFEF;
}

table.input tbody td.exec,
table.outputCondition tbody td.exec {
	text-align: center;
}

table.input th sup,
table.outputCondition th sup {
	font-weight: bold;
	color: #DD1133;
}

/* 詳細テーブル */
table.detail {
	margin: 10px 0px;
	width: 100%;
}

table.detail thead td {
	text-align: left;
	border: none;
	padding-bottom: 10px;
}

table.detail tfoot td {
	text-align: left;
	border: none;
	padding-top: 10px;
}

table.detail th {
	background-color: #F0F0F0;
	text-align: right;
}

table.detail tbody th.title {
	background-color: #003D5D;
	color: #EFEFEF;
	text-align: left;
}

table.detail tbody td.exec {
	text-align: center;
}

/* ファイル一覧テーブル */
table.filelist {
	margin: 2px 1px;
	width: 95%;
}

table.filelist tbody th,
table.filelist thead th {
	background-color: #356344;
	color: #EFEFEF;
	text-align: center;
}

table.filelist tbody th button {
	margin: 1px 10px;
	padding: 0px;
	font-size: 70%;
	font-weight: normal;
}

/* スタッフ、申込プラン一覧テーブル */
table.stafflist, table.planlist {
	margin: 2px;
	width: 95%;
}

table.stafflist tbody th, table.planlist tbody th {
	background-color: #356344;
	color: #EFEFEF;
	text-align: center;
}

table.stafflist tbody th button {
	margin: 1px 10px;
	padding: 0px;
	font-size: 70%;
	font-weight: normal;
}