@charset "UTF-8";

body {
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px auto;
	padding: 0px;
	color: #444444;
	background-color: #FFFFFF;
}

h1 {
	font-size:1.9em;
	font-weight: bold;
}

h2 {
	font-size:1.1em;
	font-weight: bold;
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
	background-color: #F3F4F4;
}

table {
	table-layout: fixed;
}

a:hover {
	text-decoration: none;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

div.header {
	display: table;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 80px;
	border-bottom: solid 1px #5858FA;
}

div.header div.box1 {
	display: table-cell;
	width: 35%;
	position: relative;
}

div.header div.box1 img {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 10px;
	left: 10px;
}

div.header div.box2 {
	display: table-cell;
	width: 30%;
	text-align: center;
	vertical-align: bottom;
}

div.header div.box3 {
	display: table-cell;
	padding: 0px 10px 10px 0px;
	text-align: right;
	vertical-align: bottom;
}

@media screen and (max-width:800px) {
	div.header {
		display: block;
	}
	
	div.header div.box1 {
		margin: 10px 0px 0px 0px;
		display: block;
		width: 100%;
	}
	
	div.header div.box2 {
		display: block;
		width: 100%;
	}
	
	div.header div.box3 {
		display: block;
		width: 100%;
	}
}

div.footer {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: 40px;
	text-align: center;
	white-space: nowrap;
	border-top: solid 1px #B6B6B6;
	color: #888888;
}

div.menu {
	margin: 10px;
	padding: 0px;
}

div.menu ul {
	display: table;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

div.menu ul li {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	background-color: #CEE3F6;
	border-top: solid 1px #0431B4;
	border-right: solid 1px #0431B4;
	border-bottom: solid 1px #0431B4;
}

div.menu ul li:first-child {
	border-left: solid 1px #0431B4;
}

div.menu ul li a {
	display: block;
	text-decoration: none;
	color: #210B61;
}

div.menu ul li a:hover {
	background-color: #FFBF00;
}

div.menu ul li.current {
	background-color: #7DA5D4;
}

div.menu ul li.current a {
	color: #FFFFFF;
}
div.contents {
	margin: 10px;
	padding: 0px;
}

input[type=number] {
	text-align: right;
}

.size_ss {
	width: 60px;
}

.size_s {
	width: 100px;
}

.size_m {
	width: 160px;
}

.size_l {
	width: 240px;
}
.size_ll {
	width: 400px;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.marquee {
	background: #ff0;
	overflow: hidden;
	margin: 1em 0;
}

.marquee p {
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	white-space: nowrap;
	animation-name: marquee;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes marquee {
	from {
		transform: translate(0);
	}
	to {
		transform: translate(-100%);
	}
}

div.filter table {
	margin: 0px 0px 10px 0px;
	width: 100%;
	border-collapse: collapse;
	background-color: #F2F7FF;
	border: solid 1px #08298A;
}

div.filter table thead {
	background-color: #7DA5D4;
	color: #FFFFFF;
}

div.filter table thead th {
	padding: 2px 0px 2px 10px;
	text-align: left;
}

div.filter table thead td {
	padding: 2px 10px 2px 0px;
	text-align: right;
}

div.filter table tbody th {
	padding: 5px;
	text-align: right;
}

div.filter table tbody td {
	padding: 5px;
	text-align: left;
}

div.sub {
	height: 30px;
}

div.cell {
	display: table-cell;
	text-align: left;
}

div.list table {
	margin: 0px 0px 10px 0px;
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #08298A;
	border-left: solid 1px #08298A;
}

div.list table thead {
	background-color: #7DA5D4;
	color: #FFFFFF;
	text-align: center;
}

div.list table thead a {
	color: #FFFFFF;
}

div.list table tr {
	height: 30px;
}

div.list table tr.odd {
	background-color: #F2F7FF;
}

div.list table tr.even {
	background-color: #E4EDFA;
}

div.list table th, div.list table td {
	border-right: solid 1px #08298A;
	border-bottom: solid 1px #08298A;
}

div.list table td.message {
	text-align: center;
}

div.detail table {
	margin: 0px 0px 10px 0px;
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #08298A;
	border-left: solid 1px #08298A;
}

div.detail table tr {
	height: 30px;
}

div.detail table th {
	padding: 5px 20px;
	text-align: right;
	background-color: #F2F7FF;
	border-right: solid 1px #08298A;
	border-bottom: solid 1px #08298A;
}

div.detail table span.notice {
	color: #CC0000;
}

div.detail table p {
	margin: 5px 0px;
	font-size: 0.8em;
}

div.detail table td {
	padding: 5px 20px;
	background-color: #FFFFFF;
	border-right: solid 1px #08298A;
	border-bottom: solid 1px #08298A;
}

div.editor table {
	margin: 0px 0px 10px 0px;
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #08298A;
	border-left: solid 1px #08298A;
}

div.editor table tr {
	height: 60px;
}

div.editor table th {
	padding: 5px 20px;
	text-align: right;
	background-color: #F2F7FF;
	border-right: solid 1px #08298A;
	border-bottom: solid 1px #08298A;
}

div.editor table span.notice {
	color: #CC0000;
}

div.editor table p {
	margin: 5px 0px;
	font-size: 0.8em;
}

div.editor table td {
	padding: 5px 20px;
	background-color: #FFFFFF;
	border-right: solid 1px #08298A;
	border-bottom: solid 1px #08298A;
}

div.editor table td.ok {
	padding: 5px 20px;
	background-color: #FFFFFF;
	border-right: solid 1px #08298A;
	border-bottom: solid 1px #08298A;
}

div.editor table td.ng {
	padding: 5px 20px;
	background-color: #F8ECE0;
	border-right: solid 1px #08298A;
	border-bottom: solid 1px #08298A;
}

div.tabular table {
	margin: 0px 0px 10px 0px;
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #08298A;
	border-left: solid 1px #08298A;
}

div.tabular table tr {
	height: 30px;
}

div.tabular table th {
	background-color: #F2F7FF;
	border-right: solid 1px #08298A;
	border-bottom: solid 1px #08298A;
	text-align: center;
}

div.tabular table span.notice {
	color: #CC0000;
}

div.tabular table p {
	margin: 5px 0px;
	font-size: 0.8em;
}

div.tabular table td {
	border-right: solid 1px #08298A;
	border-bottom: solid 1px #08298A;
	text-align: center;
}

div.tabular table tr.ok td {
	background-color: #FFFFFF;
	border-right: solid 1px #08298A;
	border-bottom: solid 1px #08298A;
	text-align: center;
}

div.tabular table tr.ng td {
	background-color: #F8ECE0;
	border-right: solid 1px #08298A;
	border-bottom: solid 1px #08298A;
	text-align: center;
}

div.tabular table tr.rm td {
	background-color: #CCCCCC;
	border-right: solid 1px #08298A;
	border-bottom: solid 1px #08298A;
	text-align: center;
}

div.pager {
	display: table;
	margin: 5px 0px;
	padding: 0px;
	width: 100%;
}

div.pager div.number_of_records {
	display: table-cell;
	width: 50%;
	text-align: left;
}

div.pager div.button_area {
	display: table-cell;
	width: 50%;
	text-align: left;
}

div.pager div.number_of_pages {
	display: table-cell;
	text-align: right;
}

div.pager div.number_of_pages a.active {
	font-weight: bold;
	color: #045FB4;
}

div.pager div.number_of_pages a.none {
	pointer-events: none;
	font-weight: bold;
	color: #D8D8D8;
}
