@charset "UTF-8";
/*========BASIC========*/
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
		'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
	color: #333;
}

input[type=button], input[type=reset], button {
	cursor: pointer;
}

input:focus {
background-color: mintcream;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

#contents input, #contents select, #contents button, #contents textarea
	{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
		'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
}

pre {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
		'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
}

#contents .buttons input[type=button], #contents .buttons input[type=submit],
	#contents .buttons button, input[type=reset] {
	margin: 0 3px;
}

a {
	color: #333;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

#contents table {
	border: 1px solid #aaa;
	border-collapse: collapse;
	margin: 0 5px 10px 5px;
	background-color: #fff;
}

#contents table th, #contents table td {
	padding: 2px 5px;
	border: 1px solid #aaa;
	word-break: break-all;
}

talbe#layout {
	padding: 0;
	marign: 0;
	width: 100%;
}

talbe#layout, talbe#layout>tbody>tr>td {
	padding: 0;
	marign: 0;
	border: none;
}

talbe#layout>tbody>tr>td>div {
	padding: 0;
	marign: 0;
	width: 1272px;
}

table#layout {
	visibility: hidden;
}

table.no_border {
	border: none;
}

table.no_border>tbody {
	border: none;
}

table.no_border>tbody>tr {
	border: none;
}

table.no_border>tbody>tr>th, .no_border>tbody>tr>td {
	border: none;
}

#password_change table.no_border {
	border: none;
}

#password_change table.no_border>tbody {
	border: none;
}

#password_change table.no_border>tbody>tr {
	border: none;
}

#password_change table.no_border>tbody>tr>th,#password_change  table.no_border>tbody>tr>td {
	border: none;
}

#password_change table {
	border: 1px solid #aaa;
	border-collapse: collapse;
	margin: 0 5px 10px 5px;
	background-color: #fff;
}

#password_change table th, #password_change table td {
	padding: 2px 5px;
	border: 1px solid #aaa;
	word-break: break-all;
}

#password_change input, #password_change select, #password_change button, #password_change textarea
	{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
		'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
}

[type=submit], [type=reset], [type=button], button, [type=file] {
	min-width: 80px;
	height: 28px;
}

#system_change table.no_border {
	border: none;
}

#system_change .no_border>tbody>tr>th {
	border: none;
}

#system_change .no_border>tbody>tr>td {
	border: none;
}

table th {
	background-color: #930042;
	color: #fff;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

table [colSpan] {
	border-top: none;
}

table .fixed {
	text-align: center;
	white-space: nowrap;
}

.new {
	width: 34px;
	display: inline-block;
	margin: auto 10px;
	color: red;
	font-weight: bold;
	white-space: nowrap;
}

#contents table .num {
	text-align: right; //
	overflow: hidden
}

#contents table .blank {
	background-color: #fff;
	border: none;
}

#contents table .blank::selection {
	color: #fff
}

#contents table .grayout {
	background-color: #e0e0e0;
}

table textarea.text {
	padding: 30px;
}

#contents table.text_center td {
	text-align: center;
}
/*========TEMPLATELAYOUT========*/
#header {
	z-index: 100;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #EFEFEA;
}

#contents {
	z-index: 0;
	float: left;
	padding: 0;
	padding-top: 94px;
	width: 100%;
	background: #fff;
	float: left;
}

#contents>div {
	padding: 30px;
}

#main {
	padding: 30px;
}

#sub {
	overflow: hidden;
	float: left;
	padding: 30px 0 0 0;
}

#footer {
	z-index: 100;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #EFEFEA;
	bottom: 0;
}

/*回り込み解除*/
#contents:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*========HEADERCUSTOMIZE========*/
#info {
	padding-top: 72px;
	border-top: 1px solid #ccc;
	z-index: 99;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 5px solid #FF77A8;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #EFEFEA;
}

#info h4 {
	text-align: left;
	padding-left: 10px;
	display: inline
}

#login_user_info * {
	margin-right: 20px;
}

#logout {
	text-decoration: underline;
	cursor: pointer;
	position: relative;
	right: 20px;
	padding-left: 20px;
}

#info .info_right {
	float: right;
	margin: 0 10px;
	background-color: #EFEFEA;
}

#info .info_right * {
	float: left;
}

/*========MENUCUSTOMIZE========*/
#menu {
	width: 100%;
	padding: 0 0 4px 0;
}

#menu ul {
	margin: 0 0 0 1px;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	margin: 0 auto;
}

#menu li a {
	display: block;
	text-align: center;
	height: 27px;
	line-height: 2.0;
	width: 117px;
	border: 2px solid #930042;
	margin-right: 1px;
	margin-top: 1px;
	border-radius: 8px;
	-webkit-botder-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 2px 2px 5px #000;
}

#menu li .general_menu:hover {
	color: #fff;
	background: #930042
}

#menu li .manage_menu:hover {
	color: #fff;
	background: #FF77A8;
}

#menu li .twoline {
	font-size: 12px;
	line-height: 1.05;
}

#menu li .general_menu {
	border: 2px solid #930042;
	background-color: #fff;
}

#menu li .manage_menu {
	border: 2px solid #FF77A8;
	background-color: #fff;
}

#menu li .general_menu.selected {
	color: #fff;
	background-color: #930042;
}

#menu li .manage_menu.selected {
	background-color: #FF77A8;
}

/*回り込み解除*/
#menu ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*========MAINCONTENTSCUSTOMIZE========*/
#contents a {
	text-decoration: none;
	color: #DF8713;
}

#contents a:hover {
	border: 0;
	color: #DF8713;
	border-bottom: 1px solid #DF8713;
}

#contents h2 {
	margin-bottom: 3px;
	padding: 2px 2px 2px 5px;
	font-size: 15px;
	font-weight: bold;
	border-left: 5px solid #4E3333;
}

#contents h3 {
	margin-bottom: 2px;
	padding-left: 25px;
	font-size: 15px;
}

#contents h4 {
	margin: 0 0 5px 0;
	font-size: 15px;
}

#contents h5 {
	margin: 0 0 5px 0;
	padding: 2px;
	font-size: 13px;
	color: #fff;
	background: #930042;
}

#contents h6 {
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #4E3333;
	border-bottom: 2px solid #4E3333;
}

#contents dl {
	margin: 0;
	padding: 0;
}

#contents dt {
	font-weight: bold;
}

#contents dd {
	margin: 0 0 1em 0;
	padding: 0;
}

#contents ul, #contents ol {
	margin: 0 0 0 40px;
	padding: 0;
}

#contents .left_div {
	margin: 0;
	padding: 5px;
	float: left;
	width: 48.7%;
	border: 2px solid #930042;
	background-color: #EFEFEA;
}

#contents .right_div {
	float: right;
	right: 0px;
	margin: 0;
	padding: 5px;
	width: 48.7%;
	border: 2px solid #930042;
	background-color: #EFEFEA;
}

#contents div table .row_th {
	width: 120px;
}

.icon:hover {
	border: none;
}

.icon img {
	margin-top: 3px;
	border-style: none;
}

#contents .search {
	overflow: hidden;
	background-color: #EFEFEA;
	border: 1px solid #ccc;
	margin: 10px 0px 10px 5px;
}

div.box {
	overflow: hidden;
	background-color: #EFEFEA;
	border: 1px solid #ccc;
	padding-left: 10px;
	margin: 10px;
}

#contents .box div {
	display: inline-block;
	padding: 0 10px 0 10px;
	padding-top: 12px;
}

#contents .box div div {
	padding: 0;
	padding-right: 10px;
}

#contents .box .buttons {
	float: right;
	padding-bottom: 12px;
}

#contents .box .radio_div {
	vertical-align: top;
}

#contents .box .radio_div_with_name {
	padding: 0 0 0 10px;
}

#contents .box .radio_div input {
	float: right;
}

#contents .table {
	margin: 0 auto;
}

#contents .table.wide table {
	width: 100%;
}

#contents .table.medium {
	width: 80%;
}

#contents .table.medium90 {
	width: 92%;
}

#contents .table.medium table {
	width: 100%;
}

#contents .table.medium90 table {
	width: 100%;
}

#contents .table.minimal table {
	width: 0;
}

#contents .table .buttons {
	float: right;
}

#contents .buttons {
	padding-bottom: 10px;
	text-align: center;
}

#sub .folder_list li {
	line-height: 0.9;
	list-style-type: none;
	display: block;
	white-space: nowrap;
	vertical-align: top;
}

#sub .folder_list li a {
	vertical-align: top;
}

#sub .folder_list li:first-child {
	margin-bottom: 3px;
}

#sub .folder_list li a:before {
	display: none;
}

#contents td[class^=thread] {
	border-top: none;
	border-bottom: none;
}

#contents td[class^=thread][class*=top] {
	border-top: 1px solid #aaa;
}

#contents td[class^=thread][class*=bottom] {
	border-bottom: 1px solid #aaa;
}

#contents #breadcrumbsName {
	display: none;
}

table .kaisya_code {
	width: 65px;
}

table .date {
	width: 117px;
}

table .datetime {
	width: 192px;
}

table .datetime_sai {
	width: 211px;
}

table .bit {
	width: 19px;
}

table .size {
	width: 95px;
}

.deleted_message td {
	color: #aaa;
}

.deleted_message td[rowSpan] {
	color: #000;
}

table.bit {
	width: 0%
}

table .added {
	background-color: #FF99ca;
}

#password_change .table.center table {
	margin-left: auto;
	margin-right: auto;

}

.table.center table {
	margin-left: auto;
	margin-right: auto;
}

.table.left table {
	position: relative;
	left: 10%;
}

#contents [type=submit], #contents [type=reset], #contents [type=button],
	#contents button, #contents [type=file] {
	min-width: 80px;
	height: 28px;
}

#contents [type="text"] {
	height: 18px;
}

#contents select {
	height: 23px;
}

#contents select[multiple] {
	height: auto;
}

tr.td_row th {
	background-color: #FF77A8;
}

table.pink th {
	background-color: #FF77A8;
}

.hide_first_time {
	display: none;
}

#system_change th, #system_change td {
	height: 24px;
}

#system_change td div {
	vertical-align: middle;
}

#system_change input[type=text] {
}

#system_change .left, #system_change .right {
	width: 533px;
	position: relative;
}

#system_change .table th {
	text-align: left;
	white-space: nowrap;
}

#system_change .table td {
	vertical-align: middle;
}

#system_change table.cloak {
	border-bottom: 1px solid #fff;
}

#system_change table table.cloak {
	border-bottom: none;
}

.underline {
	display: inline;
	word-break: break-all;
	border-bottom: 1px solid #000;
	padding: 0 5px;
}

table.underline {
	display: block;
}

.underline p {
	display: inline; //
	border-bottom: 1px solid #000;
}

.underline.no_border {
	border-bottom: none;
}

.underline {
	min-height:21px;
}

.underline.no_border {
	min-height:0;
}

#system_change table.title {
	border: none;
}

#system_change table.title th {
	text-align: center;
	background-color: #fff;
	color: #000;
}

#system_change tr:not (:first-child ) th:first-child {
	padding: 2px 0;
	width: 2em;
	min-width: 2em;
}

#system_change table table {
	margin: 0;
	border: none;
}

#system_change .essential {
	width: 1em;
	color: #00f;
	vertical-align: middle;
}

#system_change .changed {
	display: none;
	color: #f00;
	margin-left: -3em;
	margin-right: 3em;
	vertical-align: middle;
}

#system_change .modified {
	display: inline;
	color: #f00;
	margin-left: -3em;
	margin-right: 3em;
	vertical-align: middle;
}

#system_change .modified2 {
	display: inline;
	color: #f00;
	margin-left: 4em;
	vertical-align: middle;
}

#system_change table div {
	display: inline-block;
}

#system_change .label {
	position: relative;
}

#system_change .code {
	text-align: left;
	padding-left: 5px;
}

#system_change .month {
	text-align: right;
}

#system_change .num {
	text-align: right;
}

#system_change .cloak .buttons {
	height: 23px;
	padding-bottom: 1px;
	padding-top: 0;
}

#system_change .cloak .buttons input[type=button] {
	padding: 0 auto;
	height: 24px;
}
/*========PAGETOPCUSTOMIZE=========*/
#pageTop {
	text-align: right;
	clear: both;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ccc;
}

#pageTop a {
	padding-right: 5px;
}

/*========FOOTERCUSTOMIZE========*/
#copyright {
	padding: 20px 0;
	text-align: center;
	font-style: normal;
	font-size: 11px;
	color: #333;
}

/*========LOGINCUSTOMIZE========*/
#login_contents {
	background-color: #EFEFEA;
	background-color: #fff;
	border: none;
	width: 80%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	top: 0px;
	left: 10%;
}

#login_contents input, #login_contents select, #login_contents button,
	#login_contents textarea {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
		'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
}

#login_contents [type=submit], #login_contents [type=reset],
	#login_contents [type=button], #login_contents button, #login_contents [type=file]
	{
	min-width: 80px;
	height: 28px;
}

body>#login_contents {
	height: auto;
}

#login_contents .box {
	margin: auto;
	text-align: center;
	padding: 10px;
	background-color: #fff;
	border: solid 2px #930042;
}

#login_contents table {
	align: center;
	border: 1px solid #aaa;
	border-collapse: collapse;
	background-color: #fff;
	margin-bottom: 10px;
}

#login_contents table th, #login_contents table td {
	padding: 2px 5px;
	border: 1px solid #aaa;
	word-break: break-all;
}

#login_contents .text {
	width: 150px;
}

#passwd_change {
	border: none;
	margin-top: 10px;
}

#passwd_initialization {
	border: none;
	margin-top: 5px;
}

#login_contents .buttons input[type=button], #contents .buttons input[type=submit],
	#contents .buttons button, input[type=reset] {
	margin: 0 3px;
}

#portal_balance{
    display: flex;
    background: #FFF;
    padding: 0;
}
#portal_balance>div{
    background: #FFF;
    padding: 0;
}

/*========MESSAGESCUSTOMIZE========*/
.message {
	padding: 5px;
	color: #00f;
	border: 2px solid #00f;
	display: none;
}

.error {
	padding: 5px;
	color: #f00;
	border: 2px solid #f00;
	display: none;
}