@charset "utf-8";
/* CSS Document */

/*title*/
.tit01 {
	clear:both;
	margin:0 0 15px 0;
	font-size: 125%;
    font-weight: bold;
    letter-spacing:0.1em;
    padding: 10px 5px 10px 15px;
	background: #f5f5f5;
    border-top: solid 3px #538526;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	line-height:1.4;
}

.tit02 {
	overflow:hidden;
	font-size: 110%;
    font-weight: bold;
    padding: 5px 5px 3px 10px;	
	background: #538526;
	color:#fff;
    margin:0 0 5px 0;
}
.tit03 {
    clear: both;
    margin:0 0 10px 0;
    padding: 0 0 5px 1px;
    font-size: 100%;
	position: relative;
	padding: 6px 10px 5px 22px;
	background:#ebf5e7;
}
.tit03::after {
  position: absolute;
  top: 6px;
  left: 10px;
  content: '';
  width: 6px;
  height:60%;
  background-color: #538526;
  border-radius: 4px;
}
.tit04 {
  position: relative;
  text-align: center;
  font-size:110%;
  margin:0 0 10px 0;
}
.tit04 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 0 15px;
  background-color: #fff;
  text-align: left;
}
.tit04::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.tit05 {
	font-size:105%;
	color:#666;
	padding:0 0 5px 10px;
}

/*注意文*/
.ul_att_box {
	margin: 0 10px !important;
	font-size:90%;
}
.ul_att_item {
	padding:0 0 0 15px;
	position:relative;
}
.ul_att_item::before {
	content:"※";
	position:absolute;
	top:0;
	left:0;
}

/*ゼブラ*/
.zebra_item {
}
.zebra_item a {
	display:block;
	padding:5px 15px;
}
.zebra_item:nth-child(even) a {
	background:#f0f0f0;
}
.tit02 + .zebra_box {
	margin-top:-10px;
}


/*dl table layout*/
/*横長*/
.laterall_tbl_box {
	display:table;
	width:100%;
	border-bottom:1px solid #ccc;
}
.laterall_tbl_box.first {
	border-top:1px solid #ccc;	
}
.laterall_tbl_tit {
	display:table-cell;
	width:160px;
	padding:10px 15px;
	background:#eee;
	border-right:2px solid #ccc;
	vertical-align: top;
}
.laterall_tbl_cont {
	display:table-cell;
	padding:10px 10px 10px 20px;
}

.tit__option {
	font-size: 85%;
	margin-left: 5px;
}


/*縦長*/
.vertically_tbl_box {
	border-bottom:1px solid #ccc;
}
.vertically_tbl_box.first {
	border-top:1px solid #ccc;	
}
.vertically_tbl_tit {
	padding:5px 15px;
	background:#eee;
}
.vertically_tbl_cont {
	padding:10px 15px 10px 15px;
}


/*ol - layout*/
.ol_text_box {
	margin:0 0 10px 30px !important;
}

.ul_disc {
	margin:0 0 0 20px !important;
}
.ul_disc li {
	list-style: disc;
}


/*table チェックボックス用中央寄せ　レイアウト*/
.tbl_checkbox_center_box {
	margin:20px auto 10px auto;
	border:1px solid #ccc;
}
.tbl_checkbox_center_box th {
	padding:5px 3px 5px 20px;
	text-align:right;
	vertical-align:middle;
}
.tbl_checkbox_center_box td {
	padding:5px 20px 5px 10px;
}
.tbl_checkbox_center_box tr:first-child td,
.tbl_checkbox_center_box tr:first-child th {
	padding-top:15px;
}
.tbl_checkbox_center_box tr:last-child td,
.tbl_checkbox_center_box tr:last-child th {
	padding-bottom:15px;
}


/*返信-- msg_reply_box*/
.msg_reply_box {
	margin:0 0 20px 10px;
	border-left:solid 2px #ccc;
	padding-left:10px;
}
.msg_reply_tit {
	font-size:90%;
	margin-top:20px;
}
.msg_reply_cont {
	padding-left:25px;
	margin: 2px 0 2px 20px;
	word-break:break-all;
}
.msg_reply_cont a {
	text-decoration:underline;
}
.msg_reply_mail {
	background:url(../img/icon_mail.png) no-repeat 0 0;
	background-size:16px auto;
}
.msg_reply_reply {
	background:url(../img/icon_reply.png) no-repeat 2px 2px ;
	background-size:16px auto;
}

/*msg days・name*/
.msg_author_box {
	border-bottom:1px dashed #ccc;
	margin:0 0 15px !important;
	padding:0 10px 10px 10px;
}
.msg_author_days {
	font-size:85%;
	display:block;
	padding:2px;
} 
.msg_author_name {
	font-size:120%;
	display: block;
}
.msg_author_box + .tit03,
.msg_author_box + .tit04,
.msg_author_box + .tit02 {
	margin-top:10px !important;
}

/* 前へ／次へリンク */
.msg_movelink {
	margin:0 10px;
	float:right;
}

/*事業ステータス　jigyo_status_box*/
.jigyo_status_box {
	border-top:3px solid #ccc;
}
.jigyo_status_all_box {
	border-bottom:3px solid #ccc;	
}
.jigyo_status_tit {
	padding:7px 10px 5px 10px;
	border-bottom:1px dotted #ccc;	
}
.jigyo_status_tit a {
	font-size:130%;
	font-weight:bold;
	text-decoration:underline;
}
.jigyo_status_cont {
}
.jigyo_status_now_box {
}
.jigyo_status_now_item {
	display:inline-block;
	font-size:90%;
	background:#ccc;
	padding:7px 10px 5px 10px;
	line-height:1;
	margin: 3px 0;
}
.jigyo_status_now_item_01 {
	background:#ff1446;
	color:#fff;
}
.jigyo_status_now_item_02 {
	background:#06abce;
	color:#fff;
}
.jigyo_status_now_item_03 {
	background:#1ca700;
	color:#fff;
}
.jigyo_status_now_item_04 {
	background:#666;
	color:#fff;
}
.jigyo_status_now_item_05 {
	background:#ff861b;
	color:#fff;
}
.jigyo_status_now_item_06 {
	background:#ac0be1;
	color:#fff;
}
.jigyo_status_now_item_07 {
	background:#00589b;
	color:#fff;
}

.jigyo_status_tbl {
	padding:5px;
	width:100%;
}
.jigyo_status_tbl th {
	white-space:nowrap;
	text-align:left;
	padding:5px 15px;
	width:6em;
	vertical-align:middle;
	color:#666;
	font-weight: normal;
	font-size:90%;
}
.jigyo_status_tbl td {
	padding:5px 15px;
	word-break:break-all;
}
.jigyo_status_tbl tr:nth-child(odd) th,
.jigyo_status_tbl tr:nth-child(odd) td {
	background:#f0f0f0;
}

/*引用*/
.quote_tit {
	background:#666;
	color:#fff;
	margin:15px 15px 0 15px;
	padding:8px 10px 5px 10px;
	position:relative;
	font-size:110%;
	overflow:hidden;
}
.quote_box {
	border:1px solid #ccc;
	padding:15px;
	margin:0 15px 20px 15px;
}
.quote_link {
	float:right;
}
.quote_link a {
	display:inline-block;
	background:#FFCA60;
	padding:0 10px;
	border-radius:5px;
	font-weight:normal;
	font-size:85% !important;	
}

/*リンク*/
.link01 {
	margin:-10px 0 10px 0 !important;
	text-align:right;
}
.link01 a {
	color:#FA3434;
	display:inline-block;
	padding:3px 15px;
	text-decoration:underline;
}

/* 非表示 */
.hidden {
	display: none;
}

/* ログインフォーム */
.loginForm {
	max-width:400px;
	padding: 1em;
	margin:50px auto 0 auto;
	border-collapse: separate;
	border: 2px solid #888;
	background: #EEE;
}
.loginForm__row input {
	width:100%;
}
.loginForm__row {
	margin:0 0 15px 0;
}


/* パスワードリセットフォーム */
.no_base_frame {
	max-width:600px;
	padding: 1em;
	margin:50px auto 0 auto;
	border-collapse: separate;
	border: 2px solid #888;
}

/* ボタン */
.button {
	border:1px solid #95a5a6;
	border-radius:5px;
	background:#eee;
	color:#333;
	box-shadow: 0 2px 0 #7f8c8d;
	cursor: pointer;
}
.button:active {
    box-shadow: none;
    transform: translate3d(0, 1px, 0);
}
.button--edit {
	border:none;
	border-radius:5px;
	background:#048989;
	color:#fff;
	box-shadow: 0 3px 0 #024545;
	cursor: pointer;
}
.button--save {
	border:none;
	border-radius:5px;
	background:#E40606;
	color:#fff;
	box-shadow: 0 3px 0 #7f1b11;
	cursor: pointer;
}
.button--draft {
	border:none;
	border-radius:5px;
	background:#7f8c8d;
	color:#fff;
	box-shadow: 0 3px 0 #34495e;
	cursor: pointer;
}
.button--disabled {
	border:1px solid #ccc;
	border-radius:5px;
	background:#fff;
	color:#666;
}
.button--edit:active,
.button--save:active,
.button--draft:active {
	box-shadow: none;
    transform: translate3d(0, 3px, 0);
}
.button--edit:hover,
.button--save:hover,
.button--draft:hover {
	opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
.btn_small {
	padding:3px 10px 2px;
	font-size: 90%;
}
.btn_middle {
	margin:5px 10px;
	padding:5px 30px;
	font-size: 110%;
}
.btn_large {
	margin:5px 20px;
	padding:10px 30px;
	font-size: 110%;
}
.btn_fill {
	width:100% !important;
	padding:5px 15px;
	font-size: 110%;
}
.btn_tit {
	padding:3px 15px;
	font-size: 100%;
	float:right;
}

.feedback {
	border:solid 1px;
	background-color:#FEE;
	color:#F00;
	padding:5px 20px;
	margin:10px 20px;
	word-wrap:break-word;
}

.update_message {
	border:solid 1px;
	background-color:#F0F8FF;
	color:#1E90FF;
	padding:5px 20px;
	margin:10px 100px 20px;
	word-wrap:break-word;
}

/* 入力エラー */
.err {
	color: red;
}
.err__msg {
	
}

input:disabled,
textarea:disabled,
select:disabled {
	background-color:#bdc3c7;
	color:#ecf0f1;
	border:1px solid #ddd;
}
label.disabled {
	color:#999;
}

/* 画面下部中央ボタン */
.btnForm {
	text-align:center;
	margin:10px 30px;
}

/* ページネーション */
.searchcount {
	font-size:110%;
	float:left;
	margin:10px 0 10px 0 !important;
}
.pagination {
	float: right;
	margin:7px 0 0 0;
}
.pagination .prev, .pagination .next {
	margin: 5px 0;
	text-decoration:none;
}
.pagination .next:active {
    box-shadow: none;
    transform: translate3d(0, 1px, 0);
}
.pagination .page {
	min-width: 60px;
	text-align: center;
	padding: 2px 3px;
	margin: 0 10px;
}

/* メインメニュー */
.menu {
	border:1px solid #c0c6c9;
	border-radius:10px;
	padding-bottom:10px;
	background:#fffffa;
}
.menu a {
	text-decoration: none;
}
.menu__item {
	border-top:1px solid #c0c6c9;
}
.menu__item:first-child {
	border:none;
}
.menu__subitem {
	background-color: white;
	border-bottom:1px dotted #ccc;
}
.menu__subitem:last-child {
	border:none;
}
.menu__title__label {
	display: block;
	padding:10px 15px 10px 15px;	
	background: transparent url("../img/btn-menu_arrow.png") no-repeat scroll right center / 30px auto;
}
.is-Open .menu__title__label {
	background: transparent url("../img/btn-menu_arrow_open.png") no-repeat scroll right 12px center / 30px auto;
}
.menu__title__label:hover {
	background-color: #cfeafa;
	cursor: pointer;
}
.menu__item:first-child .menu__title__label:hover {
	border-radius: 10px 10px 0 0;
}
.menu__label {
	display: block;
	padding:5px 15px;	
}
.menu__label:hover {
	background-color: #cfeafa;
}
.menu__item__title {
}
.menu__submenu {
	border: solid #c0c6c9;
	border-width: 1px 0 0;
}


/* メインコンテンツ */
#contents__list {
	overflow:hidden;
}
.contents__title {
	display:block;
	font-weight:normal;
	font-size:130%;
	margin:0 0 10px 0;
	padding:10px 10px 8px 10px;
	border-top:3px solid #72A546;
	border-bottom:1px solid #ccc;
	background:#f5fbf0;
}
.contents__title__box__relative {
	position:relative;
}
.contents__title__menu {
	overflow:hidden;
	position:absolute;
	top:-8px;
	right:0;
}
.contents__title__menu__item {
	float:right;
	margin:0 10px 0 0;
}
.contents__menu__box {
	border:1px solid #c0c6c9;
	border-radius:10px;
	overflow:hidden;
}
.contents__menu__box:nth-of-type(n+2) {
	margin:20px 0 0 0;
}
.contents__menu__title {
	clear:both;
	font-size:110%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eee;
	padding:5px 10px 8px;
	margin:0 0 10px 0;
}
.contents__menu__box > .contents__menu__title:first-child  {
	border-top:none;
}
.contents__menu__subtitle {
	margin: 0 0 0 8px;
    color: #666;
    font-weight: normal;
}
.contents__menu__status {
	float:right;
	padding:0 15px;
	color:#fff;
	font-weight:normal;
}
.contents__menu__inputbox {
    margin: 0 0 10px 5px;
    padding: 0 5px;
}
.contents__menu__inputbox__input {
	padding:3px 1%;
	margin:0;
}
.menu__public__setting {
	margin-left: 15px;
	color: darkgreen;
}
.contents__menu__list {
    margin: 0 0 10px 25px;
}
.revision__draft__label {
	display: block;
	padding-left:7px;	
	background: transparent url("../img/pencil.png") no-repeat scroll left / auto;
}
.revision__delete__label {
	display: block;
	padding-left:7px;	
	background: transparent url("../img/trash.png") no-repeat scroll left / auto;
}



/*.entry {
	padding:0 0 0 10px;
}*/
.entry__heading {
	display:block;
	font-weight:normal;
	font-size:110%;
	margin:0 0 5px 0;
	padding:0 5px 2px 0;
	border-bottom:1px dashed #666;
}
.entry__title {
	font-weight:normal;
	margin:0 0 2px 0;
	color:#666;
}
.entry__inputbox {
	margin:0 0 15px 0;
	padding-left: 10px;
}
.entry__inputbox__label {
	padding: 5px 1%;
}
.entry__inputbox__text {
	width: 96%;
	padding: 5px 1%;
	ime-mode: active;
}
.entry__inputbox__text--number {
	width: 60px;
	padding: 5px 1%;
	ime-mode: inactive;
}
.entry__inputbox__text__middle {
	width: 60%;
	width: calc(96% - 100px);
	padding: 5px 1%;
}
.entry__inputbox__text__short {
	width: 30%;
	min-width: 120px;
	padding: 5px 1%;
}
.entry__inputbox__text__xshort {
	width: 20%;
	padding: 5px 1%;
}
.entry__inputbox__text__auto {
	width: auto;
	padding: 5px 1%;
}
.entry__inputbox__number {
	width: 40px;
	padding: 5px 1%;
	ime-mode: inactive;
}
.entry__inputbox__textarea {
	width: 96%;
	min-width: 96%;
	max-width: 96%;
	padding: 5px 1%;
	min-height: 10em;
	overflow-y: scroll;
	ime-mode: active;
}
.entry__inputbox__textarea__labeled {
	width: 30em;
	padding: 5px 1%;
	min-height: 3em;
	overflow-y: scroll;
	ime-mode: active;
}
.entry__inputbox__text.readonly,
.entry__inputbox__text__middle.readonly,
.entry__inputbox__text__short.readonly,
.entry__inputbox__text__xshort.readonly,
.entry__inputbox__text__auto.readonly,
.entry__inputbox__number.readonly,
.entry__inputbox__textarea.readonly,
.entry__inputbox__textarea__labeled.readonly,
.entry__inputbox__select.readonly {
	color: #111;
	border: 1px solid #ddd;
	background: #f9f9f9;
}
.entry__inputbox--child {
	margin-left: 20px;
}
input.entry__inputbox__checkbox {
	margin: 0 5px 0 10px;
}
.entry__inputbox__none {
	position: absolute;
	left: -9999px;
}
.entry__inputbox__select {
	padding: 2px;
}
.entry__inputbox__radio {
	margin: 2px 5px 2px;
}
.entry__table {
	border-collapse:collapse;
	border:1px solid #ccc;
	margin:5px 0;
	width:98%;
}
.entry__table tr.this {
	background:#ffe8e4;
}
.status_btn {
	margin:15px 0;
	overflow:hidden;
}
.status_btn__item {
	float:left;
	width:44%;
	max-width:120px;
	margin:0 3%;
	padding:5px 0;
}
.status_btn__item__single {
	float:left;
	margin:0 3%;
	padding:5px 0;
}
.autocomplete_select{
	width:15em;	
}

/* 一覧検索条件 */
.condition {
	margin: 10px 10px 20px;
	width: 98%;
}
.condition__title {
	width: 120px;
	text-align: right;
	padding: 5px;
	font-weight: normal;
	vertical-align: middle;
}
.condition__inputbox{
	padding: 5px;
	vertical-align: middle;
}
.condition__search {
	vertical-align: middle;
}

/* メッセージステータス*/
.msg--unread {
	color: #146fc3;
	font-size: 85%;
	padding: 1px 5px;
	background-color: white;
	border-radius: 10px;
}
.msg_list--unread .list_item_name,
.msg_list--unread .list_item_tit,
.msg_list--unread .list_item_days,
.msg_list--unread .sp_link_list_item_tit,
.msg_list--unread .sp_link_list_item_days {
	font-weight: bold;
	color: #000;
}
.msg__status {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 4px auto;
	background: white;
	border: solid 2px lightgray;
}
/* .msg--unread .msg__status {
	background: blue;
	border: solid 1px blue;
} */
.msg--important .msg__status {
	background: #fe5656;
	border: solid 1px #fe5656;
}

.filter--active {
	font-weight: bold;
	color: #146fc3;
}
/* .filter--enable:hover {
	color: blue;
	text-decoration: underline;
} */

/* チェックボックス */
.js_check, .js_check input, .js_checkAll {
	cursor: pointer;
	word-break: keep-all;
}

.v_middle {
	vertical-align: middle;
}

/* 右パネル */
.rightBox {
	margin:0 0 10px 0;
	padding:0 5px;
}

.datepicker {
	width: 6em;
	ime-mode: inactive;
}

.dialog_datepicker {
	width: 6em;
	ime-mode: inactive;
}

.datepicker__check a{
	background: #191970 !important;
	color: #FFF8DC !important;
}

.inputtime {
	width: 6em;
}

.entry_btn {
	text-align:center;
}
.entry_btn__item {
	width:120px;
	display:inline-block;
	margin:30px 10px;
}

.entry_status_box {
	margin:0 0 15px 0;
	font-size:95%;
	text-align:center;
}
.entry_status_item {
	display:inline-block;
	padding:0 5px;
	margin:5px 0;
}
.entry_status_item span {
	background:#ffedc6;
	padding:3px 10px;
	display:inline-block;
}
.entry_status_item::after {
	content:"→";
	display:inline-block;
	background: #fff;
	padding: 0 0 0 1em;
}
.entry_status_item:last-child::after {
	display:none;
}
.entry_status_item_active span {
	background:#f6b82d;
}

/*検索レイアウト*/
.search_col2_box {
	display:table;
	width:98%;
	margin: 10px 10px 20px;
}
.search_col2_left {
	display:table-cell;
}
.search_col2_right {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:20%;
}

.search_det_item {
	display:table;
	width:100%;
}
.search_det_tit {
	padding:5px 0 5px 10px;
	display:table-cell;
	vertical-align:middle;
	width:8em;
}
.search_det_cont {
	padding:5px 10px 5px 0;
	display:table-cell;
}


/*form
------------------------------*/

#cms_section main p.err {
	font-size:90%;
	color:#990000 !important;
	margin: 5px 0;
	text-align: left !important;
	border:2px solid #c80000;
	padding:5px 10px;
	background:#FFF2F2;
}

.dl_tbl dl {
	overflow:hidden;	
	margin:0 12px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#fffae8;@charset "utf-8";
}
.dl_tbl dl.fst {
	border-top:1px solid #ccc;
}
.dl_tbl dl dt {
	padding:8px 2%;
	float: left;
	width:26%;
}
.dl_tbl dl dd {
	padding:8px 2%;
	margin-left:30%;
	border-left:1px solid #ccc;
	background:#fff;
}

/* 表 */
.table {
	border-collapse:collapse;
	border:1px solid #ccc;
	margin:5px 0;
	width:100%;
	clear:left;
}
.table__title {
	background:#eee;
	text-align:center;
	padding:5px;
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;	
	vertical-align:middle;
	font-weight: normal;
	font-size:85%;
}
.table__data {
	padding:5px;
	border:1px solid #ccc;
	word-break: break-all;
	text-align:left;
}
.table__data--num {
	padding:5px;
	border:1px solid #ccc;
	word-break: break-all;
	text-align:center;
}
.table__data--type {
	padding:5px;
	border:1px solid #ccc;
	word-break: break-all;
	text-align:center;
}
.table__data--status {
	padding:5px;
	border:1px solid #ccc;
	word-break: break-all;
	text-align:center;
	vertical-align: middle;
}
.table__data--mode {
	padding:5px;
	border:1px solid #ccc;
	word-break: break-all;
	text-align:center;
	vertical-align: middle;
}
.table__data--btn {
	padding:5px;
	border:1px solid #ccc;
	word-break: break-all;
	text-align:center;
}
.table__data--check {
	padding:5px;
	border:1px solid #ccc;
	word-break: break-all;
	text-align:center;
}
.table__noline {
	margin:5px 0;
	width:100%;
	clear:both;
}
.table__dashed__data {
	padding:5px;
	word-break: break-all;
	text-align:left;
	border-bottom:1px dashed #666;
}

/*bdr 上下のみ*/
.table_bdr_tb,
.table_bdr_tb td,
.table_bdr_tb th {
	border-left: none !important;
	border-right: none !important;
	text-align:left;
}



 


.status {
    color: #fff;
	display:block;
	line-height:1;
	padding:3px 0;
}
.status--draft {
	background: #999;
	font-size:95%;
}
.status--save {
    background: #00B4CC;
	font-size:95%;
}
.status--approval {
    background: #F04155;
	font-size:95%;
}
.status--private,
.status--end {
    background: #00B4CC;
	font-size:95%;
}
.status--public {
    background: #F04155;
	font-size:95%;
}
.status--delete {
	background: #FFF;
	font-size:95%;
	color: #D33;
	border: 1px solid #D33;
}
.mode {
	display:block;
	line-height:1;
	padding:3px 0;
}
.mode--normal {
    color: #fff;
	background: #73d216;
	font-size:95%;
}
.mode--disaster {
    color: #000;
	background: #edd400;
	font-size:95%;
}
.mode--spapp {
    color: #fff;
	background: #F04155;
	font-size:95%;
}
.type {
    color: #fff;
	display:block;
	line-height:1;
	padding:3px 0;
}
.type--detail {
	background: #2f4fa0;
	font-size:95%;
}
.type--rensai {
	background: #339900;
	font-size:95%;
}
.type--nodetail {
	background: #de8ea5;
	font-size:95%;
}

.table .clickable:hover {
	background:#fff5e4;
}
.entry__table .clickable:hover {
	background:#fff5e4;
}
.clickable a {
	text-decoration:none;
}

.entry__title__required {
	margin-left: 10px;
	padding: 1px 2px;
	font-size: 80%;
	font-weight: bold;
	color: #E40606;
}

.entry__title__point {
	margin-left: 10px;
	padding: 1px 2px;
	font-size: 80%;
	font-weight: bold;
	color: #2027b5;
}

/* 一覧表のソート可能なヘッダー項目 */
.sortedby--asc {
	padding-right: 10px;
	background-image: url(../img/sort_asc.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.sortedby--desc {
	padding-right: 10px;
	background-image: url(../img/sort_desc.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

/* 段組（カテゴリチェックボックスで使用） */
.columnLayout {
	-moz-column-width: 150px;
	-webkit-column-width: 150px;
	-o-column-width: 150px;
	column-width: 150px;
}
.columnLayout250 {
	-moz-column-width: 250px;
	-webkit-column-width: 250px;
	-o-column-width: 250px;
	column-width: 250px;
}
.columnLayout__item {
	display: block;
}

/* 記事参照画面フラグ */
.strong__blueback{
	background: #009;
	color: white;
	padding: 0 5px;
}
.strong__redback{
	background: #C00;
	color: white;
	padding: 0 5px;
}

/* 記事の画像選択 */
.js_input_image img {
	cursor:pointer;
	max-width: 100%;
}
.js_input_image img:not(:target) {
	cursor:default; /* for IE */
}

.resource_image:hover {
	background-color: white;
	background: linear-gradient(45deg, #DDD 25%, transparent 25%, transparent 75%, #DDD 75%, #DDD),
		linear-gradient(45deg, #DDD 25%, transparent 25%, transparent 75%, #DDD 75%, #DDD);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
}
.resource_image a:hover {
	opacity: 1;
}

/* jQuery UI Autocomplete コンボボックス */
.custom-combobox {
    position: relative;
    display: inline-block;
    margin: 5px;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}


.listStyle__disc {
	list-style: outside none disc;
}

.list__horizon {
	overflow: hidden;
	width: 98%;
	border: 1px solid #ccc;
	min-height: 26px;
	padding: 5px 0;
}
.list__horizon__item {
	color: #fff !important;
	float: left;
	display: block;
	margin: 2px;
	padding: 5px 12px;
	border-radius: 5px;
	background: #00367a none repeat scroll 0 0;
	text-decoration: none;
}
.list__horizon__item:hover {
	text-decoration: none;
}
.list__horizon__item .icono-cross {
	transform: scale(0.8) rotate(45deg);
	height: 20px;
	margin: 0 0 3px;
	width: 25px;
}
.list__horizon__item--manual {
	background: #0000CC;
}
.list__horizon__item--auto {
}

.entry__inputbox__text.input_strong {
	background-color: #c4e0f1;
	color: #3f5868;
	font-size: 120%;
	font-weight: bold;
	border: 2px solid #8ba7b9;
}
span.input_strong {
	background: #c8e1ff none repeat scroll 0 0;
	padding: 2px 5px;
}
.sub__frame {
	width: 96%;
	border: 1px dashed #666;
	padding: 8px 0 0 13px;
}

.fullscreen {
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    position: fixed;
    top: 60%;
    z-index: 9;
    background-color: #fff;
    width: auto;
    margin: 0;
	overflow-y: auto;
	border: none;
}
.fullscreen .list__horizon {
	border: none;
	width: 100%;
	overflow: visible;
}

/* URLパス(ディレクトリ)階層表示 */
.hierarchy_list {
	font-size: 130%;
}
.hierarchy_list a {
	text-decoration: none;
}
a.current_hierarchy {
	font-weight:bold;
	color: #323232;
}
a:hover.current_hierarchy {
	opacity:1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}

/* ディレクトリ一覧表示 */
.directory_list a {
	text-decoration: none;
}

.structure__wrapper {
	position:relative;
	height:370px;
	margin:7px 0 10px 50px;
}
.structure {
	position:absolute;
	border:1px solid #aaa;
	padding:5px;
	background-color:#fff;
}
.structure__frame {
	width:270px;
	height:360px;
	top:0;
	left:0;
}
.structure__header {
	height:35px;
	width:230px;
	top:30px;
	left:20px;
}
.structure__main {
	width:135px;
	height:190px;
	top:90px;
	left:20px;
}
.structure__side {
	width:65px;
	height:190px;
	top:90px;
	left:185px;
}
.structure__footer {
	height:35px;
	width:230px;
	top:305px;
	left:20px;
}
.structure__selected {
	border:none;
	box-shadow:rgba(113, 135, 164, 0.65) 2px 2px 6px 3px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.65) 2px 2px 6px 3px;
	-moz-box-shadow:rgba(113, 135, 164, 0.65) 2px 2px 6px 3px;
}
.float__right {
	float:right;
}
.float__left {
	float:left;
}
.float__clear {
	overflow:hidden;
}

/* 画像のツールチッププレビュー表示 */
#tooltip_preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
#tooltip_preview > img {
	max-width:320px;
	max-height:320px;
}

/* ツリーレイアウト */
.tree__layout {
	margin:0 0 0 10px;
}
.tree__item {
	margin: 2px 0;
	min-height:18px;
}
li.tree__item {
	padding-left: 20px;
	text-indent: -20px;
}
ul.tree__item {
	margin-left: -10px;
}
.tree__icon--folder {
	background: url(../img/icon_folder.png) no-repeat 0 0;
	background-size:18px auto;
	padding: 0 10px;
}
.tree__icon--forlum {
	background: url(../img/icon_forlum.png) no-repeat 0 0; 
	background-size:18px auto;
	padding: 0 10px;
}

/* 共通アイコン */
.icon--forlum {
	background: url(../img/icon_forlum.png) no-repeat 0 0; 
	background-size:22px auto;
	padding-left:30px;
	line-height:26px;
}
.icon--record {
	background: url(../img/icon_file.png) no-repeat 0 0; 
	background-size:18px auto;
	padding-left:20px;
	line-height:20px;
}
.icon--mail {
	background:url(../img/icon_mail.png) no-repeat 0 0;
	background-size:16px auto;
	padding-left:20px;
	line-height:18px;
}
.icon--print {
	background:url(../img/icon_print.png) no-repeat 0 0;
	background-size:16px auto;
	padding-left:20px;
	line-height:18px;
}
.icon--attach {
	background: url(../img/icon_clip.png) no-repeat 0 0; 
	background-size:18px auto;
	padding-left:20px;
	line-height:20px;
}
.icon--map {
    background: url(../img/icon_map.png) no-repeat 0 2px;
    background-size: 45px auto;
    line-height: 20px;
    margin: 0 0 0 10px;
    text-indent: -9999em;
    display: inline-block;
    width: 45px;
}

/* 設定メニュー */
.side-menu {
	margin:0 0 0 10px;
	border-bottom: dotted 1px #ccc;
}
.menu__folder {
	background:#72A546;
	color:#fff;
	padding:2px 5px;
	margin-bottom:-2px !important;
} 
.menu__item {
    background: url(../img/icon_menu.png) no-repeat 3px 5px;
    background-size: 18px auto;
    padding: 5px 0 3px 25px;
    margin: 2px;
    border-top: dotted 1px #ccc;
}
.menu__folder + .menu__item {
	border-top:none;
}


/* ダイアログ */
.ui-dialog-content .entry__title {
	border-bottom: 2px solid #e40606;
	padding: 0 5px 3px;
	margin: 0 0 8px;
}

.ui-dialog-content .feedback {
	border:solid 1px;
	background-color:#FEE;
	color:#F00;
	padding:5px 20px;
	margin:10px 0 20px;
	word-wrap:break-word;
}

/* オートコンプリート */
.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open.select2-container--below .select2-selection {
	box-shadow:1px 4px 5px 1px #3c68ad;
}
.select2-container--open .select2-dropdown--above,
.select2-container--open.select2-container--above .select2-selection {
	box-shadow:1px -3px 5px 1px #3c68ad;
}
.select2-container {
	max-width: 100%;
	min-width: 200px;
}

/* .folder { */
/* 	background: transparent url("../img/folderm.gif") no-repeat scroll left center; */
/* } */

.forlum__icon {
	background: transparent url("../img/boardm.gif") no-repeat scroll left center;
}

/*スマホ用リンクリスト*/
.sp_link_list_box {
	border-top:1px solid #ccc;
}
.sp_link_list_item {
	line-height:1.4;
	overflow: hidden;
}
.sp_link_list_item a {
	display:block;
	padding:0 5px 10px;
	border-bottom:1px solid #ccc;
}
.sp_link_list_item_tit {
	display:block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:110%;
}
.sp_link_list_item_name {
	display:block;
	font-size:150%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
	padding:10px 5px 0;
}
.sp_link_list_item_days {
	display:inline-block;
	color:#666;
}
.sp_link_list_item_status {
	display:inline-block;
	float:right;
	padding: 8px 10px;
}

/* Ｆメール宛先 */
.target_users {
	margin:0 0 10px;
}
.target_users .target_user__name {
    font-weight: bold;
    min-width: 90px;
    display: inline-block;
}

/*size:1040px以下
----------------------------------------------------*/
/* 幅が狭いときに一覧表などで一部項目を非表示にする */
@media screen and (max-width: 1040px){
.media_hide {
	display:none;
}

/*検索レイアウト*/
.search_col2_box {
	display: block;
	width:100%;
}
.search_col2_left {
	display: block;
}
.search_col2_right {
	display: block;
	width:100%;
	margin:15px 0 0 0;
}


}


/*size:767px以下
----------------------------------------------------*/
@media screen and (max-width:767px){


.pagination {
	float:none;
	text-align:center;
	margin:30px 0 0 0;
}

.searchcount {
    float: none;
    margin: 5px 0 !important;
}


/*dl table layout*/
/*横長*/
.laterall_tbl_box {
	display: block;
	width:100%;
	border-bottom:1px solid #ccc;
}
.laterall_tbl_box.first {
	border-top:1px solid #ccc;	
}
.laterall_tbl_tit {
	display: block;
	width: auto;
	padding:5px 15px;
}
.laterall_tbl_cont {
	display: block;
	padding:10px 15px;
}


/* ツリーレイアウト */
.tit01 + .tree__layout {
	margin-top:-5px;
}
.tree__layout {
    margin: 0;
}
.tree__layout li {
	padding-top:3px; 
	padding-bottom:3px; 
}


/*table scroll sp*/
.table_scroll table{
width:100%;white-space: nowrap;
}
.table_scroll {
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.table_scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px !important;
}
.table_scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.table_scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}


/*検索レイアウト*/
.search_det_item {
	display: block;
}
.search_det_tit {
	display: block;
	padding:5px 10px 0 10px;
	width: auto;
}
.search_det_cont {
	display: block;
	padding:3px 10px 5px 10px;
}

/* スマホ用メニュー */
.mn_item.active a {
    background:none;
    border-left:5px solid #72A546;
    padding-left:5px;
}
.mn_item.active a::after {
    content:"＞" !important;
    top:inherit;
    left:inherit;
    position: static;
}

.tree__icon--folder {
	background-size:1.05em auto;
}
.tree__icon--forlum {
	background-size:1.05em auto;
}

/* 共通アイコン */
.icon--forlum {
	background-size:1.05em auto;
}
.icon--record {
	background-size:1.05em auto;
}
/* 
.icon--mail {
	background-size:1.05em auto;
}
.icon--print {
	background-size:1.05em auto;
}*/
.icon--attach {
	background-size:1.05em auto;
}
.icon--map {
	background-size:45px 15px;
}

}