html.comyu_navi_app, html.comyu_navi_app body {	/* 保護者アプリ対応 */
	height: 100%;
	width: 100vw;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

a.highslide-full-expand {
	background-image: url('../img/kakudaikame.png');
	background-size: cover;
	display: none !important;
}
html.comyu_navi_app .highslide-full-expand {
	/* 保護者アプリのみ写真の拡大ボタン表示 */
	display: block !important;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	/*出欠あずかりナビに合わせる*/
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3",  "MS P ゴシック", verdana, sans-serif;
}

body {
	width: 100%;
	padding-top: 0px;
	font-size: 14px;
	line-height: 1.42857;
	/*background-image: url("../img/background.jpg");*/
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;

	/*画面下のマージン*/
	padding-bottom:100px;
}

/*一覧画面など（最大幅は設定しない）*/
.divbody{
	padding : 0 20px;/* 左右に２文字相当程度のpaddind */
	width :100%;
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 375px) {
   /* 表示領域が375px以下の場合に適用するスタイル */
   .divbody{
	padding : 0 10px;
	width :100%;
	display: table;
   }
}

@media screen and (max-width: 320px) {
   /* 表示領域が320px以下の場合に適用するスタイル */
   .divbody{
	padding : 0 0px;
	width :100%;
	display: table;
   }
}


/*入力がある画面（最大幅固定しつつ中央寄せ）*/
/* .divbody-input {
	max-width:1200px;
} */

/*入力がある保護者画面（携帯レイアウト）（最大幅固定しつつ中央寄せ）*/
.divbody-mobile {
	margin: 0 auto;
	max-width:768px;
	padding:8px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 300;
	line-height: 1.2;
}

/* aタグ */
a {
	color: #428bca;
  	text-decoration: none;
  	/*font-size:18px;*/
  	/*padding:0 5px;*/
}
a:hover {
	text-decoration: none;
}

/* テーブル背景色 */
.table {
	background-color: #ffffff;
	margin-bottom:0;
}

/* テーブルth */
.table>thead>tr>th {
	/* 縦方向の揃え位置 */
	vertical-align: middle;
	/* テキスト位置 */
	text-align: center;
	/* テキスト色 */
	color : #000;
	/* 背景色 */
	background-color : #bfbfbf;
	/*項目タイトル太字にしない*/
	font-weight:normal;
}

/* テーブル tbody の　td */
.table>tbody>tr>td {
	/* 縦方向の揃え位置 */
	vertical-align: middle;
	/* paddingがデフォルトで0.75remになっているので上書き */
	padding:8px;
	text-align: left;
	border:none;
}

/* テーブル tbody の　th */
.table>tbody>tr>th {
	/* 縦方向の揃え位置 */
	vertical-align: middle;
	/* 色　*/
	color : #000;
	padding :5px;
	font-weight:normal;
	border:none;
}

/* table-bordered */
.table-bordered>thead>tr>th {
	color: #009FCA;
    background-color: #DFF1FA;
}
.table-bordered>tbody>tr>td {
	border:1px solid #d8d8d8;
}
.table-bordered>tbody>tr>th {
	border:1px solid #d8d8d8;
}
.table-striped>tbody>tr:nth-of-type(odd){
	background-color: white;
}
.table-striped>tbody>tr:nth-of-type(even){
	background-color: #DFF1FA;
}

.nopadding {
	padding-left: 0;
	padding-right: 0;
}

.noime {
	ime-mode: disabled;
}

/* 共通ボタン */
.system-default {
  	width:120px;
  	margin:5px 1px;
}

/* 共通ボタン */
.btn-save {
  	width:250px;
  	margin-top:50px;
}
.save-img{
	width:100%;
	padding:0;
}
.save-img > img{
	width:100%;
}
.btn-delete {
  	width:280px;
  	margin-top:50px;
}
.delete-img{
	width:100%;
	padding:0;
}
.delete-img > img{
	width:100%;
}

.btn-delete-str-container {
	margin-top:50px;
}
.btn-delete-str-container a,
.btn-delete-str-container a:hover {
	color: red !important;
	cursor: pointer;
	text-decoration: underline;
}

.btn-back{
	display:block;
	margin-top : 50px;
	text-align:left;
	height:50px;
	width:160px;
}
.frame_back{
	margin-top: 100px;
	width:150px;
	height:auto;
	position:relative;
}
.frame_back > img{
	position:absolute;
	bottom:0px;
	left:0px;
	width:150px;
	height:auto;
}

.parent_back_icon {
	display:inline-block;
	width:100px;
	height:38px;
}

/* 保存・キャンセルボタン */
.save-btn,
.cancel-btn {
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center center/contain;
	height: 65px;
	cursor: pointer;
}
.save-btn {
	width: 230px;
	background-image: url('../img/meibo/meibo_hozon1.png');
}
.save-btn:hover {
	background-image: url('../img/meibo/meibo_hozon2.png');
}
.save-btn.touroku-btn {
	background-image: url('../img/meibo/meibo_touroku_1.png');
}
.save-btn.touroku-btn:hover {
	background-image: url('../img/meibo/meibo_touroku_2.png');
}
.cancel-btn {
	width: 233px;
	margin-left: 70px;
	background-image: url('../img/meibo/meibo_cancel1.png');
}
.cancel-btn:hover {
	background-image: url('../img/meibo/meibo_cancel2.png');
}
@media screen and (max-width: 991px){
	.save-btn,
	.cancel-btn {
		height: 55px;
	}
	.save-btn {
		width: 192px;
	}
	.cancel-btn {
		width: 203px;
		margin-left: 30px;
	}
}
@media screen and (max-width: 767px){
	.save-btn-box {
		margin-top: 20px;
	}
	.save-btn,
	.cancel-btn {
		height: 45px;
	}
	.save-btn {
		width: 157px;
	}
	.cancel-btn {
		width: 166px;
		margin-left: 10px;
	}
}
@media screen and (max-width: 320px){
	.save-btn,
	.cancel-btn {
		height: 40px;
	}
	.save-btn {
		width: 140px;
	}
	.cancel-btn {
		width: 147px;
	}
}

/* 名前ラベル */
.name-link {
	color:#808080;
	/*font-size:14px;*/
	cursor: pointer;
}

.name-link:hover{
	text-decoration: none;
}

/* アカウント退会中 */
.tmp-delete-msg {
	color: red;
	text-align: center;
}

/* bootstrap 拡張　入力テキスト*/
.form-control {
  	padding: 0px 6px;
  	height:30px;
  	margin-bottom:6px;
}
.timepicker.form-control {
	margin-bottom:6px;
}
/* bootstrap 拡張*/
.form-group {
  margin-bottom: 0rem;
}

/*標準チェックボックスの右padding*/
.checkbox-inline {
	padding-right:1rem;
}
/*標準ラジオボタンの右padding*/
.radio-inline {
	padding-right:3px;
}

/* bootstrap navbar拡張 */
.navbar {
	/* 横方向に並べる */
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
	margin-bottom : 0.5rem;
	min-height:30px;
}

/* bootstrap navbar-nav拡張 */
.navbar-nav {
	/* 横方向に並べる */
	-webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
              margin: 0px;
}

/*　ナビ項目　*/
.navbar-nav .nav-item {
  padding:0px;
  margin:0;
}

.navbar-default {
    background-color: #d9edf7;
    border-color: #e7e7e7;
}

/* ナビのテキスト項目 */
.navbar-text  {
	margin:0;
	padding: 5px 8px 0 8px;
	align:right;
}

.navbar-brand {
    float: left;
    height: 30px;
    padding: 5px 8px;
    font-size: 15px;
    line-height: 20px;
}
.navbar-nav>li>a {
	margin:0;
    padding: 5px 8px 0 8px;
}

.navbar-default .navbar-nav>li .enji{
    color:#DB7093;
}
.navbar-default .navbar-nav>li .faci{
    color:#0000CD;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 8px 9px;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 2px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*画像はアスペクト比固定*/
img {
    width: auto;
    height: 100%;
}

.glyphicon{
	margin-top:2px;
	margin-bottom:2px;
}

/*写真と３行データ表示する部分*/
.headerinfo>tbody>tr>td{
	text-align:left;
	padding-left:1.5rem;
	height:10px;
}
.list-group{
	margin-bottom: 0px;
}
.list-group-item {
    padding:5px 20px;
}
.custom_list_group_item{
	background-color: #FFFFFF;
	border-color:#61C5EB;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
}
.custom_list_group_item:last-child {
	border-bottom-width: 2px;
}


/*ページャーセンター寄せ*/
.page-selection {
   position:relative;
   overflow:hidden;
}
.page-selection ul {
   position:relative;
   left:50%;
   float:left;
}
.page-selection li {
   position:relative;
   left:-50%;
   float:left;
}

.btn-toppage{
	width:150px;
	margin:20px;
}

/* top btn */
.btn-menubtn {
 	color: #fff;
 	background-color: #555555;
 	margin: 0.5rem 0.01rem;
 	font:small;
	padding: 0.5rem 1rem;
	border-radius: 0.25rem;
 }

/* タブメニュー*/
.tab-menu {
	margin: 20px  0;
}

/* タブメニュー内のボタン */
.btn-menutop {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	border-radius: 0;
	border-top-left-radius: 0.7em;
	border-top-right-radius: 0.7em;
}
.btn-basic{
	background-color: #EBC6C5;
}
.btn-group-info{
	background-color: #9BBDD7;
}
.btn-seiiku{
	background-color: #E4B789;
}
.btn-birth{
	background-color: #F0EFA0;
}
.btn-life{
	background-color: #C4E0B0;
}
.btn-food{
	background-color: #A8D9DC;
}
.btn-addinfo{
	background-color: #A9ACD6;
}
.btn-parent{
	background-color: #D5BDDB;
}
.btn-user-attr{
	background-color: lightgray;
}
.btn-simple{
	background-color: #CDE9EF;
}
.btn-file{
	background-color: #F3E9CD;
}

/* 簡易情報・基本情報にある「グループ情報」ボタン */
.btn-link-group-info{
	background-color: #9BBDD7;
	border: 0 !important;
}
.btn-link-group-info:hover{
	background-color: #B2CDE2;
}

/* < > の切り替えボタン */
.btn-move {
	width:50px;
	height:50px;
	margin: 25px auto;
}

/*写真サムネイルの枠を非表示*/
.dropdown-toggle-thumb{
    background:none;
    border:1px solid rgba(0,0,0,0);
    box-sizing:border-box;
    padding:2px;
}

/*検索領域のdiv*/
.searchbox{
	width:70%;
	float:left;
	max-width:384px; /*768÷2*/
}

dl.search{
    position:relative;
    background-color:#fff;
    border:1px solid #aaa;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -o-border-radius:6px;
    -ms-border-radius:6px;
    border-radius:6px;
    margin-bottom:0px;
}
dl.search dt{
    padding:6px;
}
dl.search dt input{
    width:100%;
    height:24px;
    line-height:24px;
    background:none;
    border:none;
}

/*右寄せ*/
.number{
	text-align:right;
}

.chkbox{
	width:20px;
}
input[type=checkbox] {
  display: none;
}
.check_css {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 10px 0 24px;
  vertical-align: middle;
  cursor: pointer;
  font-weight:normal;
}
.check_css:hover:after {
  border-color: #FF8C00;
}
.check_css:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 1px;
  display: block;
  margin-top: -10px;
  margin-left:0px;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  content: '';
}
.check_css:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -7px;
  width: 9px;
  height: 12px;
  border-right: 3px solid #FF8C00;
  border-bottom: 3px solid #FF8C00;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}
input[type=checkbox]:checked + .check_css:before {
  opacity: 1;
}

input[type=checkbox]:disabled + .check_css:hover {
	cursor: not-allowed;
}
.check_css.checkbox_only {
	padding: 0 10px 0 10px;
}


#dragandrophandler{
	border:2px dotted #0B85A1;
	width:100%;
	color:#d8d8d8;
	text-align:center;
	vertical-align:middle;
	padding:10px;
	margin-bottom:5px;
	font-size:200%;
}
.progressBar {
    width: 100px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
}
.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0ba1b5; border-radius: 3px;
}
.statusbar{
    border:1px solid #A9CCD1;
    min-height:20px;
    width:100%;
    padding:10px 10px 10px 10px;
    vertical-align:top;
}
.statusbar:nth-child(odd){
    background:#f8f8f8	;
}
.filename{
	display:inline-block;
	vertical-align:top;
	width:70%;
}
.filesize{
	display:inline-block;
	vertical-align:top;
	color:#30693D;
	width:10%;
	margin-left:5px;
	margin-right:5px;
}
.abort{
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    display:inline-block;
    color:#fff;
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    padding:2px 15px;
    cursor:pointer;
    vertical-align:top
}

.thumbnail {
	width : 100%;
    overflow: auto;
	height: 150px;
	display: table-cell; /*上下中央*/
	text-align: center; /*左右中央*/
	vertical-align: middle; /*上下中央*/
}
.thumbnail img {
	width:auto;
	height:auto;
}

.thumbnail a {
	padding:0;
}

.thumbnail .btn {
	float:right;
}


/* datepicker */
.dp{
	width:150px;
}
/* 複数行入力フィールド */
textarea.form-control {
	height: 100%;
}

/* fileサムネイルのaタグ */
.file-link {
	padding:0px;
	cursor: pointer;
	color: #428bca !important;
	text-decoration: underline;
}
/* fileプレビュー */
.image_modal .modal-header, .video_modal .modal-header {
    border: 0;
}
.image_modal .modal-header button.close, .video_modal .modal-header button.close {
    font-size: 30px;
    opacity: 1;
    color: white;
    text-shadow: none;
}

/*詳細検索ボタン*/
.search-detail{
	height:38px;
	vertical-align: middle;
	margin:0 2px;
}

/*複数選択のブルダウン*/
.multiselect{
	padding: 5px;
}
.btn-group{
	height:34px;
}

/*詳細条件ビュー*/
.well {
    padding: 10px;
    margin-bottom: 5px;
}
/*詳細条件表示テーブル*/
.well>table{
	width:100%;
}
/*詳細条件の検索ボタンのセル*/
.well>table>tbody>tr>th{
	width:80px;
	vertical-align: bottom;
}
/*詳細条件の検索ボタン*/
.well>table>tbody>tr>th>a{
	width:80px;
	margin:0;
}


.navbar-warning {
    background-color: #ffffe5;
    border-color: #e7e7e7;
}
.navbar-warning .navbar-nav>li .enji{
    color:#DB7093;
}
.navbar-warning .navbar-nav>li .faci{
    color:#0000CD;
}

/*コメントのパネル*/
.panel{
	margin:15px 0px;
}
.panel-heading{
	padding:5px 15px;
}
.panel-footer {
    padding: 5px 15px;
    height:30px;
    background-color:#fff;
    text-align : right;
}


.dropdown-menu {
	margin-top:0px;
}

/*grid*/
.container {
	width:100%;
    /*max-width: 1200px;*/
    padding-right: 0px;
    padding-left: 0px;
 }

/*grid*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 2px;
    padding-left: 2px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}

/*入力不可の時の表示*/
input[type="text"][disabled] {
    background:#fcfcfc;
    color:#000;
}
textarea:disabled { /*効かない？*/
    background-color:#fcfcfc;
}

/*表の更新日時の表示を囲う*/
.koushinbi{
	font-size:10px;
	/*display:inline;*/
	/*float:right;*/
	margin-top:4px;
}
/*更新日時の脇のアイコン*/
.menuicon{
	float:right;
	display:inline;
}
.menuicon>i{
	font-size:16px;
	margin:0px 4px 0px 3px;
}

/*headerChildのドロップダウンメニュー*/
.dropdown-menu-right{
	margin-top:12px;
}
/*生育情報のドロップダウンメニュー*/
.basicinfo{
	margin-top:0px;
}

/*入力制限があるフォームで使う*/
.red-border{
	border-color:red;
}
/*入力制限があるフォームで使う*/
.red-border:focus {
  border-color: red;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, .6);
}

textarea.resize-vertical {
	resize: vertical;
}

/*コンテンツ表示*/
.contents-position {
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
}

#collapse_left,
#collapse_right {
	color: #424398!important;
}
#collapse_left:hover,
#collapse_right:hover {
	cursor: pointer;
	color: #424398!important;
}

/*クラスリスト*/
#side-list-area {
	display: table-cell;
	vertical-align: top;
	width: 20%;
}
#side-list-area .search-condition-group {
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
#side-list-area .search-condition-group > div:not(:first-child) {
	margin-top: 5px;
}
#side-list-area .form-control,
#side-list-area .bootstrap-select .btn,
#side-list-area .dropdown-menu a {
	font-size: 14px !important;
}
#side-list-area .form-control {
	height: 34px !important;
}
#side-list-area .bootstrap-select .btn,
#side-list-area .dropdown-menu a {
	height: auto !important;
}
.dropdown_overflow {
	max-height: 500px;
	overflow: auto;
}
.sidelist_select_order_area {
	margin-left: 20px;
}
.custom_appearance{
	display: inline;
	text-align: right;
	color: #61C5EB;
}
.dropdawn_panel{
	position: absolute;
	width: 100%;
	top: 30px;
	right: 0px;
	z-index: 999;
}
.custom_optgroup{
	color: gray;
}
.custom_opt{
	padding: 5px 5px 5px 20px;
	text-align: left;
}
.custom_opt_tr{
	background-color: white;
}
.custom_opt_tr:hover{
	background-color: #DAEFF1;
}

.sideListCurrentUser {
    background-color : #DAEFF1;
}

/* 名簿検索（左ツリー） */
.side-user-table>tbody>tr>td {
	border: 1px solid #6DC7E0!important;
}
.side-user-table {
	font-size: 18px;
	font-weight: bold;
}
.side-user-table .side-user-number {
	font-size: 14px;
}
.side-user-table .class-row {
	color: #fff;
	background-color: #6DC7E0;
}
.side-user-table .class-row > td > div{
	min-height: 26px;
}
.side-user-table .child-select-row {
	background-color: #CCE9F0;
}
.side-user-table .del-user-row {
	background-color: #ddd;
}

.child-select-cell > a:hover {
	cursor: pointer;
}

.side-user-area #sideUserList_userArea {
	margin-top: 5px;
	max-height: 800px;
	overflow: auto;
}

/*名簿選択セル*/
.child-select-cell {
	padding: 4px 8px!important;
	text-align: left;
}

/*並び順パネル*/
#sortPanel{
	margin :-8px 0 5px 0;
	padding:0;
}
.panel-body{
	padding:5px 15px;
}

/*更新成功時アラート*/
.update-success-alert{
	height: 50px;
	margin: auto;
	text-align: center;
}

/*トップメニュー*/
.topmenu-parts {
	line-height: 128%;
	color: midnightblue;
	margin: 0;
	width: 100%;
	z-index: 1000;
}

.topmenu-parts .header-info-left {
	margin-left: 10px;
}

.topmenu-parts img {
	border-style: none;
	vertical-align: middle;
	margin: 3px 5px;
	height: 75px;
}

.topmenu-parts .topmenu_icon {
	height: 15px;
	transform: translateY(-10%) translateX(0);
}

.topmenu-parts .header-info {
	display: flex;
	max-width: 100%;
	flex-wrap: wrap;
	align-items: center;
}
.topmenu-parts .header-info-left {
	margin-right: 25px;
}
.topmenu-parts .header-info-right {
	margin-left: auto;
}
.topmenu-parts a:link {
	color: mediumblue;
	text-decoration: underline;
}
.topmenu-parts a.appLink{
	text-decoration : none !important;
}

.topmenu-parts span.user-title{
    color: #05f;
    font-weight: bold;
    font-size: 135%;
    letter-spacing: 3px;
}

.topmenu-parts #navbarRightMenu .logout-btn {
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center center/contain;
	width: 125px;
	height: 45px;
	margin-right: 5px;
	margin-top: -9px;
	background-image: url('../img/meibo/meibo_logout1.png');
}
.topmenu-parts #navbarRightMenu .logout-btn:hover {
	background-image: url('../img/meibo/meibo_logout2.png');
}
.topmenu-parts #navbarRightMenu span.user-title{
	font-size: large;
}
.topmenu-parts .logout-btn:not(a) {
	display: none;
}
@media(max-width:767px) {
    .user-title {
        display: none;
    }
	.topmenu-parts .header-info-right {
        display: none;
	}
	.topmenu-parts .logout-btn:not(a) {
		display: block;
	}
	.topmenu-parts .menuFrame nav {
		padding-top: 0px !important;
	}
}

.topmenu-parts .menuFrame {
    padding: 0;
    margin: 0;
	font-size: large;
	font-weight: bold;
	z-index: 1000;
}
.topmenu-parts .menuFrame nav {
	padding-top: 5px;
}
.topmenu-parts .menuFrame .dropdown-toggle .caret {
	border-width: 6px;
}

.topmenu-parts .menuFrame ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.topmenu-parts .menuFrame li {
	padding: .2ex .2ex .2ex;
	margin: 0 1pt 0;
}

.topmenu-parts .menuFrame li a {
	color: #fff;
	text-decoration: none;
}
.topmenu-parts .menuFrame li a:link {
	color: #fff;
	text-decoration: none;
}
.topmenu-parts .menuFrame li a:visited
{
    color: #fff;
    text-decoration: none;
}
.topmenu-parts .menuFrame li a:active
{
    color: #fff;
    text-decoration: none;
}
.topmenu-parts .menuFrame li a:hover
{
    color: #fff;
    text-decoration: underline;
}

.topmenu-parts .menuFrame .rightRow li {
	border-style: none none none none;
}

.topmenu-parts .menuFrame ul ul {
	position: absolute;
	padding: 2px;
	background: white;
	border-color: darkgray;
	border-style: solid;
	border-width: 1px;
	z-index: 10000;
}
.topmenu-parts .menuFrame ul ul li {
	border-style: none none none none;
	font-weight: normal;
	clear: left;
}

.topmenu-parts-dummy {
	height: 0;
}
.topmenu-parts .menuFrameFixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.topmenu-parts .navbar {
    min-height: 0;
    background: url("../img/grad6.gif") repeat-x scroll left bottom #96D4F5;
    margin-bottom: 4px;
}
.topmenu-parts .navbar a .fa {
    color: #191970 !important;
}
.topmenu-parts .nav > li > a {
    text-decoration: none;
}
.topmenu-parts .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
}
.topmenu-parts .navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
}
.topmenu-parts .navbar-brand {
    text-decoration: none !important;
}
.topmenu-parts .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: underline !important;
}
@media(min-width:768px) {
	.topmenu-parts {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	.topmenu-parts .header-info-left {
		margin-left: 0;
	}
	.topmenu-parts .menuFrame ul {
		padding-left: 11px;
	}
    .topmenu-parts .navbar-nav li a {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .topmenu-parts #navbarMainMenu {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .topmenu-parts .navbar .container-fluid {
        padding-left: 2px !important;
    }
    .topmenu-parts .navbar-header .navbar-brand {
        display: none;
    }
}
.topmenu-parts .navbar-default .navbar-brand {
    color: #fff;
}
.topmenu-parts .navbar-default .navbar-nav > li > a {
    color: #fff;
}
.topmenu-parts .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.topmenu-parts .navbar-default .navbar-nav > .open > a, .topmenu-parts .navbar-default .navbar-nav > .open > a:hover,
.topmenu-parts .navbar-default .navbar-nav > .open > a:focus {
    background-color: #96D4F5;
    color: #fff;
}
.topmenu-parts .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #fff;
}
.topmenu-parts .dropdown-menu > li > a {
    color: #1676BB !important;
}
.topmenu-parts .navbar-default .navbar-toggle {
    border-color: #fff;
}
.topmenu-parts .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.topmenu-parts .navbar-nav .open .dropdown-menu {
    background-color: #fff;
}
.topmenu-parts .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #D5E8F2;
}
/*トップメニュー*/


.btn-print,
.btn-output{
	width: 85px; height:30px; margin:10px 0;
	cursor: pointer;
}
.print-btn:hover {
	text-decoration: none;
}

hr.kugiri {
    height: 20px;
    padding: 0;
    background-image:url('../../assets/img/meibo/meibo_line_nami_2.png');
    border: 0px none;
}

hr.footer {
    height: 50px;
    padding: 0;
    margin-top:50px;
    background-image:url('../../assets/img/meibo/meibo_line_kurage_2.png');
    border: 0px none;
}

hr.footer.parent-footer {
	margin-top:10px;
}

.subtitle-icon{
	height:auto;
	width:20px;
	margin:0 3px;
}

.subtitle {
	font-weight: bold!important;
}

.hissu{
	color: white;
	background-color:#F39800;
	padding:1px 10px;
	margin:auto 5px;
	font-size:x-small;
	vertical-align:middle;
	white-space: nowrap; 
}

.item-add{
	color: #4C7FB9;
	margin: 0px 10px;
	font-size:18px;
	padding-top:6px;
	
}
.item-remove{
	color: #D66778;
	margin: 0px 0px 0px 10px;
	font-size:18px;

}
.item-add:hover,
.item-remove:hover {
	cursor: pointer;
}
/* 台帳　項目追加・削除ボタン */
.koumoku-btn-img {
	height: 30px;
}

input[type="text"], input[type="password"], textarea, select {
	outline: none;
}

select:hover {
	cursor: pointer;
}
select:disabled {
	cursor: not-allowed;
}

/* ヘッダー右上のボタン */
.btn-brother {
	color: #5AC3E9;
	background-color: #FFFFFF;
	border-color: #5AC3E9;
	border-width: 2px;
	font-weight: bold;
}
.btn-brother:hover {
	color: #5AC3E9;
	background-color: #FFFFFF;
	border-color: #5AC3E9;
}
.btn-brother[aria-expanded=true] {
	color: #5AC3E9;
	background-color: #FFFFFF;
	border-color: #5AC3E9;
}

.btn-meibo {
	color: #5AC3E9;
	background-color: #FFFFFF;
	border-color: #5AC3E9;
	border-width: 2px;
	font-weight: bold;
}
.btn-meibo:hover {
	color: #FFFFFF;
	background-color: #5DB9DC;
	border-color: #5AC3E9;
}
.btn-meibo.active {
	color: #FFFFFF;
	background-color: #5DB9DC;
	border-color: #5AC3E9;
}

.dropdown-brother-list {
	color: #5AC3E9;
	background-color: #FFFFFF;
	border-color: #5AC3E9;
}
.dropdown-brother-list > li > a{
	color: #5AC3E9;
}
.dropdown-brother-list > li > a:hover{
	color: #5AC3E9;
}
.dropdown-brother-list > .divider {
  background-color: #5AC3E9;
}

.titlebar{
	height:35px;
	width:100%;
	font-size:x-large;
	padding:0px;
	padding-left:20px;
	margin:10px 0px;
	border-radius:5px;
	background-color: #DAEFF1;
	color:#5863A8;
	margin-bottom:20px;

	filter:dropshadow(color=#fff,offX= 0,offY=-1)
	dropshadow(color=#fff,offX= 1,offY= 0)
	dropshadow(color=#fff,offX= 0,offY= 1)
	dropshadow(color=#fff,offX=-1,offY= 0);

	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: 0.01px;

	text-shadow: white 1px 1px 0px, white -1px 1px 0px,
	             white 1px -1px 0px, white -1px -1px 0px;
}
.titleicon_left{
	height:50px;
	width:auto;
	margin-top:-10px;
	margin-right:20px;
}
.titleicon_right{
	height:50px;
	width:auto;
	float:right;
	margin-top:-10px;
	margin-right:20px;
}

/* recordNumber.php共通CSS */
.record_number_num_panel{
	width: 150px;
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 999;
}

.record_number_sort_panel{
	width: 200px;
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 999;
}

.record_number_hover{
	cursor: pointer;
	background-color: white;
}

.record_number_hover:hover{
	background-color: #ddd;
}
/* recordNumber.php共通CSS */

.final-upd {
	display: inline-block;
	padding: 2px 8px;
	background-color: #FFFFFF;
	border: 2px solid #DF5985;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-right: 0px;
}
.upd-parent{
	border: 2px solid #D84A73;
}

.print_btn:hover {
 	text-decoration:none;
}

.header_text{
	font-size: large;
	font-weight: bold;
}
.header_circle{
	color: #dfb7ff;
}
.close_btn{
	position: relative;
	width: 25px;
	height: 25px;
	float: right;
	border: 3px solid #AAA8AC;
	background-color: white;
}
.close_mark{
	display: inline-block;
	position: relative;
	margin: -7px -1px -4px 0px;
	padding: 0;
	width: 3px;
	height: 30px;
	background: #AAA8AC;
	transform: rotate(45deg);
	font-size: 20px
}
.close_mark:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -14px;
	width: 30px;
	height: 3px;
	margin-top: -1px;
	background: #AAA8AC;
}
.addchild_required{
	color: white;
	background-color:#F39800;
	padding:1px 10px;
	vertical-align:middle;
	white-space: nowrap; 
}
.addchild_modal_title{
	text-align: center !important;
	background-color: #ecdff7;
	border: none;
}
.addchild_modal_value{
	background-color: white;
}
.addchild_modal_footer{
	border: none;
	text-align: center;
}
/* 園児追加モーダル用CSS */

/* モーダルの削除ボタンの色 */
.btn-danger{
	background-color: #EA74A4;
	border: none;
	color: #FFF;	
}
.btn-danger:hover,
.btn-danger:visited,
.btn-danger:link,
.btn-danger:active{
	background-color: #EA74A4;
}

/* 引き落とし口座ボタン */
.user-debit-account-btn {
	width: 160px;
	height: 50px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center center/contain;
	background-image: url('../img/meibo/settei/account/UserDebitAccount/hikiotoshi1.png');
}
.user-debit-account-btn:hover {
	background-image: url('../img/meibo/settei/account/UserDebitAccount/hikiotoshi2.png');
}

/* ゆうちょ口座の記号・番号入力用 */
.yuucho-inline-parts {
	display: inline-block;
}
.yuucho-input-symbol1 {
	max-width: 6em;
}
.yuucho-input-symbol2 {
	max-width: 2em;
}
.yuucho-input-cd {
	max-width: 9em;
}
.yuucho-side-padding {
	padding-left: 5px;
	padding-right: 5px;
}
.yuucho-input-description {
	font-size: 80%;
}

/* 新規ボタン */
.shinki_btn {
	height: 50px;
}
/* 削除ボタン */
.del_btn {
	height: 70px;
	margin-top:10px;
}
/* 並び順を保存 */
.save_sort_btn {
	height: 40px;
	margin-bottom: 10px;
}

/* 検索条件 */
.search-condition-group {
	padding: 7px 20px 20px 20px;
	margin: 20px 0;
	border-radius: 10px;
	display: inline-block;
	/*white-space: nowrap;*/
	font-size: 16px;
	font-weight: bold;
	background-color: #6DC7E0;
}
.search-condition-mark:after {
	content: "\025cf ";
	color: #e60012;
}

.search-condition-select {
	height: 34px;
}

/*詳細検索条件*/
.search-detail-conditions {
	display: inline-block;
	margin-top: 5px;
	padding: 0 5px;
}
.search-detail-conditions .form-inline {
	height: 34px;
	white-space: nowrap;
}
.search-detail-conditions .form-inline .form-control, 
.search-detail-conditions .dp-btn-custom
{
	height: 34px;
}
.search-detail-conditions .datepicker-custom {
	margin: 0px;
}
@media (min-width: 420px){
	.search-detail-conditions .form-inline .form-control {
		display: inline-block;
	}
}
.search-detail-condition .dropdown-toggle .caret {
	width: 13px;
	height: 13px;
	border: none;
	border-right: solid 4px #e60012;
	border-bottom: solid 4px #e60012;
	margin-top: -10px!important;
	margin-right: -5px!important;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* フリーワード検索 */
.search-word {
	height: 34px;
	display: inline-block;
	width: 180px!important;
}

.search-condition-group .search-word {
	font-weight: normal;
}

/* 検索ボタン */
.search-btn {
	display: inline-block;
	vertical-align: top;
	background: no-repeat center center/contain;
	width: 75px;
	height: 34px;
	background-image: url('../img/meibo/meibo_kensaku1.png');
	cursor: pointer;
}
.search-btn:hover {
	background-image: url('../img/meibo/meibo_kensaku2.png');
}
.search-detail-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* クラス検索section */
.dropdown-header{
	color : #2686C9;
}

/* カテゴリ選択 */
.select-optioncategory a.sp-item.conditional.option-category-title {
	font-weight: bold;
	color:#2686C9;
}
.select-optioncategory a.sp-item.conditional.conditional:not(.option-category-title) {
    position: relative;
    padding-left: 2.25em;
}

/* 編集・削除ボタン */
.edit-btn,
.delete-btn {
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center center/contain;
	width: 78px;
	height: 34px;
	margin: 5px 0;
}
.edit-btn {
	background-image: url('../img/meibo/settei/hensyuu_1.png');
}
.edit-btn:hover {
	background-image: url('../img/meibo/settei/hensyuu_2.png');
}
.delete-btn {
	background-image: url('../img/meibo/settei/sakujo_1.png');
}
.delete-btn:hover {
	background-image: url('../img/meibo/settei/sakujo_2.png');
}

/* 既定ソートアイコン */
.default-sort-icon {
	margin-top: -5px;
	width: 15px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center center/contain;
	background-image: url('../img/sort.png');
}
/* ソートありテーブルth */
.header-sort-table>thead>tr>th {
	background-color : #eee;
}
/*一覧：ヘッダー*/
.list-header-sort-icon {
	font-size: 12px;
}
.list-header-cell {
	text-align: center;
}
.list-header-cell:hover {
	cursor: pointer;
}
.list-header-sorted-cell {
	text-align: center;
	background-color: #ccc!important;
}
.list-header-sorted-cell:hover {
	cursor: pointer;
}

/* ダイアログ */
.meibo-custom-dialog .modal-content {
	border: 2px solid #6DC7E0;
	background-color: #6DC7E0;
}
.meibo-custom-dialog a {
	cursor: pointer;
}
.meibo-custom-dialog .custom-required{
	color: white;
	background-color:#EA74A4;
	padding:1px 10px;
	vertical-align:middle;
	white-space: nowrap; 
	font-weight: bold;
}
.meibo-custom-dialog .custom-table {
	background-color: #6DC7E0;
	border-collapse: separate;
	border-spacing: 2px;
}
.meibo-custom-dialog .custom-table-title {
	text-align: left !important;
	background-color: #E8F5F9;
	border: none;
	font-size: 18px;
}
.meibo-custom-dialog .custom-table-value {
	background-color: white;
}
.meibo-custom-dialog .custom-table-sp4 {
	height: 4px;
} 

.dialog-title-block {
	margin: 5px;
	padding: 5px 10px 2px 15px;
	background-color: #fff;
	font-weight: bold;
}
.dialog-title-text {
	font-size: 22px;
}
.dialog-content-block {
	margin: 10px 5px;
	padding: 0;
	background-color: #fff;
}
.dialog-content-block span {
	font-size: 18px;
	font-weight: bold;
}
.dialog-content-block input {
	font-size: 16px;
}
.dialog-content-block input:not(:disabled) {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.dialog-content-block .table-bordered>thead>tr>th,
.dialog-content-block .table-bordered>tbody>tr>td,
.dialog-content-block .table-bordered>tbody>tr>th {
	font-weight: bold;
	border: 1px solid #15608A;
}
.dialog-content-block th {
	background-color: #EFEEEC;
}
.dialog-content-block .check_css {
	padding-top: 3px;
}
.dialog-message-block {
	padding: 10px 10px 8px 10px;
	background-color: #fff;
}
.dialog-message-text {
	font-size: 24px;
	color: #E60012;
}
.dialog-footer-block {
	margin-top: 20px;
}

/* ダイアログ 閉じるボタン */
.dialog-close-btn {
	width: 30px;
	height: 30px;
	float: right;
	border: 3px solid #bbb;
	background-color: #fff;
	cursor: pointer;
}
.dialog-close-mark{
	display: inline-block;
	position: relative;
	margin: -7px 20px 0 10px;
	padding: 0;
	width: 4px;
	height: 37px;
	background: #bbb;
	transform: rotate(45deg);
}
.dialog-close-mark:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -17px;
	width: 37px;
	height: 4px;
	margin-top: -2px;
	background: #bbb;
}

/* ダイアログ 保存・OK・キャンセルボタン */
.dialog-save-btn,
.dialog-ok-btn,
.dialog-cancel-btn,
.dialog-torikeshi-btn {
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center center/contain;
	height: 43px;
	cursor: pointer;
}
.dialog-save-btn {
	width: 151px;
	background-image: url('../img/meibo/meibo_hozon1.png');
}
.dialog-save-btn:hover {
	background-image: url('../img/meibo/meibo_hozon2.png');
}
.dialog-ok-btn {
	width: 151px;
	background-image: url('../img/meibo/meibo_ok1.png');
}
.dialog-ok-btn:hover {
	background-image: url('../img/meibo/meibo_ok2.png');
}
.dialog-cancel-btn {
	width: 160px;
	margin-left: 15px;
	background-image: url('../img/meibo/meibo_cancel1.png');
}
.dialog-cancel-btn:hover {
	background-image: url('../img/meibo/meibo_cancel2.png');
}
.dialog-torikeshi-btn {
	width: 160px;
	margin-left: 15px;
	background-image: url('../img/meibo/meibo_torikeshi_1.png');
}
.dialog-torikeshi-btn:hover {
	background-image: url('../img/meibo/meibo_torikeshi_2.png');
}

/* アラート表示 */
.bootbox .modal-content,
.seisan-alert-dialog .modal-content {
	border: 1px solid #6DC7E0;
	padding: 5px 15px 0px 15px;
}
.bootbox .modal-header,
.seisan-alert-dialog .modal-header {
	border-bottom: 2px solid #6DC7E0;
}
.bootbox .modal-footer,
.seisan-alert-dialog .modal-footer {
	border-top: 2px solid #6DC7E0;
}
.alert-title {
	font-size: 22px;
	font-weight: bold;
}
.alert-message {
	font-size: 16px;
	font-weight: normal;
	/* 半角文字を折り返す */
	word-break: break-all;
}
.alert-image {
	width: 100px;
	height: 60px;
	margin-bottom: -10px;
	display: inline-block;
	vertical-align: middle;
	background: url('../img/meibo/meibo_usagiswim.png') no-repeat bottom center/contain;
}

/* アラート表示ボタン */
.alert-yes-btn,
.alert-no-btn,
.alert-cancel-btn,
.alert-display-btn,
.alert-ok-btn {
	border: none;
	font-size: 20px;
	font-weight: bold;
}
.alert-yes-btn,
.alert-yes-btn:focus,
.alert-yes-btn:hover,
.alert-no-btn,
.alert-no-btn:focus,
.alert-no-btn:hover,
.alert-display-btn,
.alert-display-btn:focus,
.alert-display-btn:hover,
.alert-ok-btn,
.alert-ok-btn:focus,
.alert-ok-btn:hover {
	color: #fff;
}
/* はい・表示・OKボタン */
.alert-yes-btn,
.alert-yes-btn:focus,
.alert-display-btn,
.alert-display-btn:focus,
.alert-ok-btn,
.alert-ok-btn:focus {
	background-color: #76C9DE;
}
.alert-yes-btn:hover,
.alert-display-btn:hover,
.alert-ok-btn:hover {
	background-color: #20A5B9;
}
/* いいえボタン */
.alert-no-btn,
.alert-no-btn:focus {
	background-color: #EA74A4;
}
.alert-no-btn:hover {
	background-color: #D51A6A;
}
/* キャンセルボタン */
.alert-cancel-btn,
.alert-cancel-btn:focus {
	background-color: #C6C6C6;
}
.alert-cancel-btn:hover {
	background-color: #9B9D9E;
}

.fa.calc-icon {
	vertical-align: middle;
	font-size: 2.5rem;
	color: #A0A0A0;
}
.fa.calc-icon:active {
	color: #1676BB;
}

/* ラジオボタン */
label.blue-radio>input[type=radio] {
	display: none;
}
label.blue-radio>input[type=radio]+span {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 30px;
	border-radius: 50%;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
}
label.blue-radio>input[type=radio]+span:before {
	position: absolute;
	display: block;
	margin-top: -5px;
	top: 60%;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #33B0E6;
	content: '';
	opacity: 0;
}
label.blue-radio>input[type=radio]+span:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	border: 2px solid #33B0E6;
	border-radius: 50%;
	content: '';
}
label.blue-radio>input[type=radio]:checked+span:before {
	top: 50%;
	left: 3px;
	width: 10px;
	height: 10px;
	opacity: 1;
}
label.blue-radio>input[type=radio]:checked+span:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	border: 2px solid #33B0E6;
	border-radius: 50%;
	content: '';
}

.detail-info-container {
	border: 5px solid;
	padding: 10px 25px;
	background-color: #FFF;
}

.save-button-container {
	padding-top: 40px;
	text-align: center;
}
.save-button-container a{
	height: 45px;
	padding: 0px;
	margin: 10px;
}
@media screen and (min-width: 530px) {
	.save-button-container a{
		height: 60px;
		padding: 0px;
		margin: 20px
	}
}
#menu-select-dropdown-toggle {
	background-color: #DAEFF1;
	border: 2px #61C5EB solid;
	padding: 8px 16px;
	margin-bottom: 10px;
	height:initial;
	border-radius: 0.5em;
}
#menu-select-dropdown-toggle .glyphicon {
	color: #61C5EB;
}
#menu-select-dropdown a {
	padding: 4px 8px;
	color: #000000;
	text-align: left;
}

/* テーブル */
.detail_list_th_basic {
	background-color: #EBC6C5!important;
	color: black!important;
}
.detail_list_th_seiiku {
	background-color: #E4B789!important;
	color: black!important;
}
.detail_list_th_birth {
	background-color: #F0EFA0!important;
	color: black!important;
}
.detail_list_th_life {
	background-color: #C4E0B0!important;
	color: black!important;
}
.detail_list_th_food {
	background-color: #A8D9DC!important;
	color: black!important;
}
.detail_list_th_addinfo {
	background-color: #A9ACD6!important;
	color: black!important;
}
.detail_list_th_parent {
	background-color: #D5BDDB!important;
	color: black!important;
}

@media (min-width:768px) {
	.header-button-group button,
	.header-button-group a {
		font-size: 18px!important;
	}
	.btn-menutop {
		font-size: 17px;
	}
	.btn-print,
	.btn-output{
		width: 100px; 
		height: auto;
		margin:10px 0;
	}
	.user-debit-account-btn {
		width: 176px;
		height: 55px;
	}
	
	#detailSelectModalDownload .bootstrap-select .btn {
		font-size: 14px;
	}
}

#detailSelectModalDownload {
	font-size: 14px;
}

#detailSelectModalDownload .checkbox-td {
	width: 30px;
}
#detailSelectModalDownload .check_css {
	padding-left: 10px;
}

.ap-label-require:empty {
	display: inline-block;
}
.ap-label-require {
	background-color: #F39800;
	font-size: 1.0rem;
	vertical-align: middle;
	margin-left: 1ex;
	color: #fff;
}
.label {
	font-style: normal;
}
.ap-label-require:before {
	content: "必須";
}

.settei_title_bar .settei_title_name {
	display: inline-block;
	vertical-align: middle;
}

/* 画像拡大 */
.highslide-container>table {
	display: none;
}

.highslide-wrapper {
	text-align: center;
	width: 100%!important;
	overflow: auto;
	left: 0px!important;
	background-color: transparent;
}

.highslide-wrapper .highslide-full-expand-div {
	visibility : visible!important;
	opacity: 1!important;
}

.highslide-wrapper.expanded {
	max-height: 70vh!important;
	position: fixed!important;
	top: 10vh!important;
}

.highslide-wrapper img{
	margin: 0 auto;
	display:block;
	position: relative!important;
}

.highslide-dimming {
	background: black;
}
/* 画像拡大 */

/* 画像一覧 */
.block-list-content {
	display: inline-block;
	text-align: initial;
	border: 1px solid black;
	margin-bottom: 5px;
}
.block-list-content .block-list-thumbnail-area {
	width: 100%;
	border-bottom: 1px solid black;
	text-align: center;
	position: relative;
}
.block-list-content .block-list-title {
	padding: 5px 10px;	
}
/* 画像一覧 */

/* ユーザ削除の色 */
.btn-deluser{
	background-color: #C30D23;
	border: none;
	color: #FFF;	
}
.btn-deluser:hover,
.btn-deluser:visited,
.btn-deluser:link,
.btn-deluser:active{
	background-color: #C30D23;
}

/* commonCs.css 不使用時 */
.settei_title_bar {
	border: 2px solid #95D5F6;
	border-radius: 10px;
	text-align: left;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #fff;
	font-weight: bold;
}
.settei_title_bar>.settei_img {
	height: 30px;
	padding: 0 10px;
}
.settei_title_bar > .settei_title_icon {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center center/contain;
	background-image: url('../img/meibo/settei/account/DepositAccount/meibo_settei.png');
}
.settei_title_bar > .settei_title_name {
	font-size: large;
}
.settei_title_bar > .settei_title_content {
	margin-left:30px;
	font-weight: normal;
}
.settei_menu_bar {
	text-align: left;
    margin-bottom: 0;
}
.settei_menu_bar > .settei_menu_name {
	font-size: large;
}
.setting_item_icon {
	width: 25px;
	height: 25px;
	margin-right: 7px;
	margin-bottom: 4px;
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center center/contain;
	background-image: url('../img/meibo/settei/account/DepositAccount/meibo_kiromaru.png');
}
.menu-block {
	border: solid 1px #FFF;
	border-radius: 10px;
	background-color: #fff;
}
.menu-block input,
.menu-block .input-group {
	margin-bottom: 7px;
}
.menu-block .menu-content-block {
	padding: 20px;
	margin-left:10px;
}

.warn {
	color: red;
}

/* pickerjs */
.picker {
	font-size: 16px;
}
.picker-dialog {
	border: 0;
}
.picker-header {
	background-color: #93D3DE;
}
.picker-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.picker-close {
	font-size: 22px;
	font-weight: bold;
}
.picker-cancel, .picker-confirm {
	font-size: 16px;
}
.picker-cancel {
	background-color: #DCDDDD;
	color: #000000;
	font-weight: bold;
}
.picker-cancel:hover {
	background-color: #E6E6E6;
}
.picker-confirm {
	background-color: #93D3DE;
	color: #172A88;
	font-weight: bold;
}
.picker-confirm:hover {
	background-color: #B4DFE6;
}
.picker-picked {
	line-height: 1.5;
	background-color: #DCEFF5;
	color: #172A88;
	font-weight: bold;
}
.dp-btn-custom {
	width: 34px;
	height: 30px;
	font-size: 14px;
}
.dp-btn-custom.dp-btn-custom-clear {
	color: #D66778;
}
div.datepicker-custom {
	max-width: 220px;
	margin-bottom: 6px;
	border-spacing: 0;
}

.date-range-input-area {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	white-space: nowrap;
}
.date-range-input-area>table {
	margin-left: 1em;
}
.date-range-input-area .input-label {
	padding-right: 5px;
	padding-bottom: 0.5em;
}
/* pickerjs */

hr.hr-items {
	margin-top: 6px;
	margin-bottom: 12px;
	border: 0;
	border-top: 2px dashed #EBC6C5;
}
.multi-item-area hr.hr-items {
	border-color: #DEDEDE;
}

.multi-item-area .operation-btn-td {
	white-space: nowrap;
	width: 70px;
}

.flex-subtitle {
	display: flex;
	align-items: center;
}
.flex-subtitle hr.hr-subtitles {
	flex-grow: 1;
	margin: 0;
	margin-left: 20px;
	border: 0;
	border-top: 4px dotted #EBC6C5;
}

.info-help-button {
	color: #FFFFFF!important;
	background-color: #4472C4;
	padding: 0.25em;
	border-radius: 1000px;
	font-size: 14px;
	font-weight: bold;
	width: 21px;
	height: 21px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 0.5em;
}

.picker {
	touch-action: pinch-zoom;
}

/* 住所検索 */
.zipcode-search-btn {
	margin-bottom: 6px;
	margin-left: 0.5em;
	height: 30px;
	padding: 4px 10px;
}

.dialog-footer-flex {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.scroll_btn {
	width:fit-content;
	background-color: #fff !important;
	color: #1D2088 !important;
	font-weight: bold !important;
	font-size: 15.5px;
	border-radius: 13px;
	padding: 4px 5px 2px 5px;
	margin: 3px;
}
.scroll_btn:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* パスワード表示切り替えパーツ */
.pass-field-wrapper {
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 6px;
}
.pass-field-wrapper>input{
	padding-right: 2em;
	margin-bottom: 0;
}
.pass-field-wrapper>.password-toggle-icon {
	position: absolute;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	right: 0.5em;
	background: no-repeat center center/contain;
	cursor: pointer;
	
	/* 表示状態にするアイコン */
	background-image: url(../img/common/pass_1.png);
}
.pass-field-wrapper>input[type=text] + .password-toggle-icon {
	/* 表示状態：非表示にするアイコン */
	background-image: url(../img/common/pass_2.png);
}
/* Edgeのパスワード表示ボタンを非表示 */
.pass-field-wrapper ::-ms-reveal {
    display: none;
}

/* テーブルのスクロールボタン */
.left-scroll-btn,
.right-scroll-btn {
	color:#fff;
	background-color: #428BCA;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: fixed;
	bottom: 150px;
	z-index: 900;
	opacity: 0.8;
	text-align: center;
	padding: 4px;
}

.left-scroll-btn:hover,
.right-scroll-btn:hover {
	background-color: #ABDDF0;
	
}

.left-scroll-btn{
	left: 100px;
}
.left-scroll-btn:before{
	content: "<";
}
.right-scroll-btn{
	right: 100px;
}
.right-scroll-btn:before{
	content: ">";
}