@charset "utf-8";
/* CSS Document 共通 */

body {
	font-family: Meiryo, Verdana, Roboto, 'Droid Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 11px;
}
input, select, button{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

form {
	margin-bottom: 0px;
}

.tl { text-align: left !important; }
.tr { text-align: right !important; }
.tc { text-align: center !important; }
.fl { float: left !important; }
.fr { float: right !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.mr10 { margin-right: 10px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.w500 { width: 500px !important; }
.dn { display: none; }/* importantは付けないで下さい */
.fc_red { color: #ff0000 !important; }
.fw_bold { font-weight: bold !important; }

#pankuzu {
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.result_list_area {
	border: 1px solid #cdcdcd;
}

.bd_style1 {
	border: 1px solid #cdcdcd;
}

.btn_alert {
	background: #ff0000;
	color: #ffffff;
}

/* Paging
--------------------------------------------------- */
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}


/* Table
--------------------------------------------------- */
.table {
	border: 1px solid #cdcdcd;
}
.table td {
	vertical-align: middle;
}

.table th {
	background: #e5e5e5;
}

.table th.nw,
.table td.nw {
	white-space: nowrap;
}

.table_btm_btn {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* テーブル style2 */
.table2 {
	width: 100%;
	border: 1px solid #cdcdcd;
}

.table2 tr {
	border: 1px solid #e5e5e5;
}

.table2 th {
	background: #f5f5f5;
	text-align: left;
	width: 15%;
}

.table2 td {
	vertical-align: middle;
}

.table2 th, .table2 td {
	padding: 3px 6px;
	border: 1px solid #e5e5e5;
}

.table2 td.bb_red{
	border-bottom: 1px solid #ff0000 !important;
}

.th_w_none th {
	width: auto;
}

.table2 th.w13,
.table2 td.w13 {
	width: 13%;
}

.table2 th.w20,
.table2 td.w20 {
	width: 20%;
}

.table2 th.w35,
.table2 td.w35 {
	width: 35%;
}

.table2 th.w40,
.table2 td.w40 {
	width: 40%;
}

/* テーブル style13 */
.table13 {
	width: 100%;
	border: 1px solid #cdcdcd;
}

.table13 tr {
	border: 1px solid #e5e5e5;
}

.table13 th {
	background: #f5f5f5;
	text-align: left;
	width: 13%;
}

.table13 td {
	vertical-align: middle;
}

.table13 th, .table13 td {
	padding: 3px 6px;
	border: 1px solid #e5e5e5;
}

.table13 td.bb_red{
	border-bottom: 1px solid #ff0000 !important;
}

.th_w_none th {
	width: auto;
}

.table13 th.w20,
.table13 td.w20 {
	width: 20%;
}

.table13 th.w35,
.table13 td.w35 {
	width: 35%;
}

.table13 th.w40,
.table13 td.w40 {
	width: 40%;
}


/* テーブル style3
 設備・条件のチェックボックス周りで使用 */
.table3 {
	clear: both;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}
.table3 th {
	width: 12%;
	text-align: left;
	font-weight: bold;
	padding: 5px 0 0 14px;
	white-space: nowrap;
	vertical-align: top;
}

.table3 td {
	vertical-align: top;
}

.table2_50 {
	width: 50%;
}

/* テーブル style4 
 設備・条件のチェックボックス周りで使用 */
.table_nb {
	width: 100%;
	border: none;
}

.table_nb tr,
.table_nb th,
.table_nb td {
	border: none;
}

.table_nb td {
	width: 14%;
}

/* width */
.size25 {
	width: 25px;
}

.size35 {
	width: 35px;
}

.size50 {
	width: 50px;
}

.size65 {
	width: 65px;
}
.size70 {
	width: 70px;
}

.size100 {
	width: 100px;
}
.size120 {
	width: 120px;
}
.size200 {
	width: 200px;
}

.size300 {
	width: 300px;
}
.size400 {
	width: 400px;
}
.size500 {
	width: 500px;
}
.size600 {
	width: 600px;
}

.size800 {
	width: 800px;
}

.size900 {
	width: 900px;
}

.table_title{
	margin: 10px 0 2px;
	font-weight: bold;
}
.tab-pane .table_title:first-child, form .table_title:first-child{
	margin-top: 0;
}

/**
 * 
 */
input[readonly]{
	cursor: auto;
	border: none;
	box-shadow: none;
	background: transparent;
}
input[readonly]:focus{
	box-shadow: none;
}
table.table2 + table.table2{
	margin-top: 5px;
}
label{
	display: inline-block;
}
label[for]{
	display: inline;
}

.postNumber{
	width: 100px;
}

/*
 * 
 */
.tree > .treeitem{
	clear: both;
}
.tree > .treeitem > .title{
	display: inline-block;
	cursor: pointer;
}
.tree > .treeitem > .title::before{
	content: "■";
	margin-right: .5em;
}
.tree > .treeitem > .title::after{
	content: "(＋)";
	margin: 0 .5em;
}
.tree > .treeitem.open > .title::after{
	content: "(－)";
}
.tree > .treeitem > .title:hover{
	background-color: #eee;
}
.tree > .treeitem > .contener{
	display: none;
	margin: 0 0 0 2em;
}
.tree > .treeitem.open > .contener{
	display: block;
}

/**
 * エラーメッセージ
 */
.error_message{
	margin: 0 1em 1em;
	padding: .2em .5em;
	border: solid 4px #F6B26B;
	color: #F14D5C;
	font-weight: bold;
}
.error_message ul{
	margin-bottom: 0;
}

/* Footer
--------------------------------------------------- */
footer{
	text-align: center;
	border-top: 1px solid #cdcdcd;
	margin: 20px 5px;
	padding-top: 2px;
}

/* SubWindow */
.subwin_width {
	width: 98% !important;
}

.subwin_close {
	float: right;
	font-size: 12px;
	color: #ffffff;
	margin: 10px 10px 0 0;
	text-decoration: underline;
}

.subwin_close:hover {
	color: #ffffff;
}

/* 
--------------------------------------------------- */
.delete{
	margin-left: 5px;
	cursor: pointer;
}
.form-actions{
	text-align: center;
}
.searchBtn{
	margin-left: 5px;
}

/* 
--------------------------------------------------- */
.topRightButton{
	float: right;
	margin-top: -10px;
}

.link_button {
    padding: 1px 6px;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: #08c;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border: 2px outset buttonface;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    display: inline-block;
    margin: 0em 0em 0em 0em;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font: 13.3333px;
 }
 
 table th.th_right{
  text-align: right;
 }
table th.th_center{
  text-align: center;
 }
 table thead th.w_ratio{
	 width:50px;
 }
 .message {
    background-color: lightYellow;
    border: 1px solid #E6DB55;
    padding: 10px;
}
