@CHARSET "UTF-8";

/*Bootstrap.css を上書き */
a {
	cursor: pointer;
}
a:focus {
	outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
/*jquery-ui.css を上書き */
.ui-datepicker {
	z-index: 1001 !important;
}

/* ボタンの非活性の設定 */
button[disabled],
html input[disabled] {
  cursor: default;
  color:#aaa;
  background-image: -moz-linear-gradient(top, #888 0%, #999 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(1, #999));
}
/* ボタンの非活性の設定 */
button[disabled]:hover,
html input[disabled]:hover {
  cursor: default;
}
.alert {
  /*padding: 5px;
  margin-bottom: 5px;*/
  padding-top:5px;
  padding-bottom: 5px;
}

.btn-purple100{
	color: rgba(0,0,0,0.9);
	background: #e1bee7;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
	cursor:default !important;
}


.btn-purple100:active{
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
}

.btn-cyan100{
	color: rgba(0,0,0,0.9);
	background: #b2ebf2;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
	cursor:default !important;
}

.btn-cyan100:active{
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
}

.btn-green200{
	color: rgba(0,0,0,0.9);
	background: #a5d6a7;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
	cursor:default !important;
}

.btn-green200:active{
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
}



.header{
	/*min-height:65px;*/
	/*padding:10px;*/
	background-color:#fff;
	box-shadow: 1px 1px 5px #aaa;
	position: fixed;
	width: 100%;
	z-index: 1000;
	padding:0px 0px 5px 0px;
	top: 0;
}

.header_403,.header_404{
	min-height:35px;
	padding:10px;
	background-color:#fff;
	box-shadow: 1px 1px 5px #aaa;
}
.header_container{
	/*min-height:65px;*/
	/*padding:10px;*/
	padding: 10px 10px 0 10px;
}

/*ヘッダの表示パターン*/

.header_ptn2{
	margin-top: 85px;
}

/*ヘッダの設定ボタン*/

.setting{
	float:right;
	margin-top:5px;
}

.facility_link{
	float:right;
	margin-top:12px;
	margin-right:10px;
	margin-left:10px;
	font-size:16px;
}

body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}

.header_name{
	padding:10px 10px 0 10px;
	font-size: 1.0em;
	/*float:right;*/
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color:#777;
}
.select_facility {
	position:relative;
	top:-3px;
	max-width:170px;

}

/* .header_name span{
	padding-right:10px;
	padding-left10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:250px;
}*/
.glyph-system-admin {
	color: #daa520; /* goldenrod */
}
.glyph-enterprise-admin {
	color: #d4af37; /* Metallic gold */
}
.glyph-facility-admin {
	color: #ccc; /* silver */
}

/*select#staff_id{
	width:270px;
}*/



/*-----------------------------------------*
 * 見出し
 *-----------------------------------------*/

/* h1 */
.title_logo {
	margin:0px;
	color:#888;
	font-size:28px;
	float:left;
}

/*h2{
	font-size:24px;
}*/
.title {
	font-size:2.0em;
/*	border-bottom: solid 1px #CCC;*/
}
/* メニュー */
.title_menu {
	color: #404040;
}
/* お知らせ */
.title_information {
	color: #0090da;
}
/* 更新履歴 */
.title_version {
	color: #00cc89;
}
/* 事業者 */
.title_enterprise {
	color: #00bfff; /* DeepSkyBlue */
}
/* 施設 */
.title_facility {
	color: #00ced1; /* DarkTurquoise */
}
/* スタッフ */
.title_staff {
	color: #8063ff;
}
/* 所属 */
.title_belonging {
	color: #3cb371; /* MediumSeaGreen */
}
/* 施設利用者 */
.title_patient {
	color: #e80fda;
}
/* 送迎ポイント */
.title_point {
	color:#00a21f;
}
/* コーステンプレート */
.title_template {
	color: #ff6600;
}
/* 送迎履歴 */
.title_history {
	color: #9933cc;
}
/* オプション */
.title_option {
	color: #00B9EF;
}

/* 在宅支援アクティビティ */
.title_activity {
	color: #ffc000;
}
/* 在宅支援スケジュールテンプレート */
.title_hascheduletemplate {
	color: #fc8846;
}

/* 在宅支援バイタルサイン履歴 */
.title_vitalsignature {
	color: #8B008B;
}

/*お問い合わせへのリンク*/
.glyphicon-question-sign {
/*
	color: #0090da;
	margin-left: 5px;
	font-size: 18px;
	top: -10px;
	*/
}

.header_btn {
	margin-bottom:5px !important;
}
.footer_btn {
	margin:5px !important;
}


/*タイトル*/
.title_information{
	text-align:center;
	border-bottom:2px solid #fff;
	margin-top:0px;
	padding:5px 0px;
}

.navbar-fixed-top.topnav{
	background: rgba(255,255,255,0.5);
}

.topnav {
    font-size: 16px;
	padding: 5px 10px 2px 10px;

}

.navbar img{
	width:150px;
	padding: 5px 10px 2px 10px;
	margin:5px;
}
.navbar-text{

}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #FFF;
	border: 1px solid #000;
    border-radius: 3px;
}

.icon-bar{
	border: 2px solid #000;
}


/*
a{
	outline: none;
}
*/




.content{
/*	min-height:300px;*/
	/* min-width:800px;*/
	/*	max-width:1280px;*/
	/* width:99%; */
	/* width:1024px; */
	/* padding:15px 10px; */
	padding: 15px 10px 15px 10px;
/*	margin-top: 85px;*/
}


.menu_container{
	width:1280px;
	min-width:800px;
	max-width:1280px;
	height:50px;
	padding: 15px 10px 0px 10px;
}

.menu {
	width:85%;
	padding:0;
	margin:0;
	list-style-type: none;
}
.menu li {
	width:auto;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
}
.menu li a {
	width:auto;
	color:#888;
	font-size:14px;
	font-weight:bold;
	/*text-shadow:0 -1px 0px #fff,0 1px 0px #fff;*/
	padding:10px 12px;
	text-decoration:none;
	display:block;
	background:#666;
	background-image: -moz-linear-gradient(top, #fff 0%, #fff 50%, #fff 50%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.50, #fff), color-stop(0.50, #fff), color-stop(1, #eee));
	background-image: linear-gradient(to bottom, #fff, #eee);
	border:1px solid #ccc;
	border-left:1px solid #eee;
	border-right:0px;
	outline: 0;
}

.menu li a.menu-selected{
	color:#e80fda;
}

/*#t_menu li a {
	 width:auto;
	 color:#888;
	 font-size:12px;
	 font-weight:bold;
	 padding:10px 0;
	 text-decoration:none;
	 display:block;
	 background:#666;
	 background-image: -moz-linear-gradient(top, #fff 0%, #fff 50%, #fff 50%, #eee 100%);
	 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.50, #fff), color-stop(0.50, #fff), color-stop(1, #eee));
	 border:1px solid #ccc;
	 border-left:1px solid #eee;
	 border-right:0px;
	 outline: 0;
}*/

.menu li:first-child a{
	border-right:0px;
	border-radius:5px 0 0 5px;
	/*border-left:0;*/
	/*box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;*/
	border-left:1px solid #ccc;
}
.menu li:last-child a{
	border-radius:0 5px 5px 0;
	/*box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;*/
	border-right:1px solid #ccc;
}
.menu li:hover {
	color:#e80fda;
	background:#555;
	background-image: -moz-linear-gradient(top, #fff 0%, #fff 50%, #fff 50%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.50, #fff), color-stop(0.50, #fff), color-stop(1, #eee));
	background-image: linear-gradient(to bottom, #fff, #eee);
 /* box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
			 -1px 0px 0px rgba(225,225,225,0) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;*/
}

#logout {
	width:100px;
	padding:0;
	margin:0;
	list-style-type: none;
	float:right;
}
#logout li {
	width:100%;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
}
#logout li a {
	border-radius:5px 5px 5px 5px;
	width:auto;
	color:#888;
	font-size:12px;
	font-weight:bold;
	/*text-shadow:0 -1px 0px #fff,0 1px 0px #fff;*/
	padding:10px 0;
	text-decoration:none;
	display:block;
	background:#666;
	background-image: -moz-linear-gradient(top, #fff 0%, #fff 50%, #fff 50%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.50, #fff), color-stop(0.50, #fff), color-stop(1, #eee));
	background-image: linear-gradient(to bottom, #fff, #eee);
	border:1px solid #ccc;
	outline: 0;
	/*box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			 -1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
			  transition:1s;*/
}

#logout li a:hover {
	color:#e80fda;
	background:#555;
	background-image: -moz-linear-gradient(top, #fff 0%, #fff 50%, #fff 50%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.50, #fff), color-stop(0.50, #fff), color-stop(1, #eee));
	background-image: linear-gradient(to bottom, #fff, #eee);
 /* box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
			 -1px 0px 0px rgba(225,225,225,0) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;*/

}




.menu_button {
    width: 200px;
    height: 45px;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    text-align: center;
    position:absolute;
	bottom:0px;
}

.menu_button a {
    border-radius: 5px;
    width: auto;
    height: 40px;
    color: #888;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 5px;
    text-decoration: none;
    display: block;
    background-image: -moz-linear-gradient(top, #fff 0%, #fff 50%, #fff 50%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.50, #fff), color-stop(0.50, #fff), color-stop(1, #eee));
	background-image: linear-gradient(to bottom, #fff, #eee);
    border: medium none;
    outline: 0px none;
    border:1px solid #ccc;
}

.menu_button a:hover {
    border-radius: 5px;
    width: auto;
    height: 40px;
    color: #777;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 5px;
    text-decoration: none;
    display: block;
    background-image: -moz-linear-gradient(top, #eee 0%, #eee 50%, #eee 50%, #fff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(0.50, #eee), color-stop(0.50, #eee), color-stop(1, #fff));
	background-image: linear-gradient(to bottom, #eee, #fff);
    border: medium none;
    outline: 0px none;
    border:1px solid #ccc;
}

/***********************************
 * メニュー画面
 **********************************/
/* ようこそ TODO 廃止予定 */
.menu_top_text{
	margin:10px 0 20px 0;
	width:65%;
}

.menu_top_text h2{
	margin-top:0px;
}

/* お知らせ */
.list_information {
	margin: 10px 0px;
	padding-bottom: 30px;
	list-style: none;
}
.list_information li {
	margin-bottom: 16px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #0090da;
}
/* 更新履歴 */
.list_version {
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
}
.list_version li {
	margin-bottom: 16px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #00cc89;;
}
.list_item_version {
	color: #00cc89;
}
/* 共通 */
.list_item_date {
	color:#777;
}
.list_tiem_content {
	margin-left:10px;
}
.last_login {
	float: right;
	padding: 15px;
	width: 25%;
	border:1px solid silver;
	border-radius: 5px 5px 5px 5px;
}
.list_last_login {
	margin:0px;
	padding:0px;
	list-style:none;
}

/*アカウント登録*/
.yes_no {
 cursor: pointer;
}


/*テンプレート登録*/
.round_trip_template{
	width:80px;
	float:left;
	height: 50px;
}
.row_template {
	margin-bottom: 5px;
	width: 100%;
	clear: both;
}
.row_template label {
	font-size:12pt;
}
.coursetemplate_footer {
	clear: both;
}

.round_headers{
	width:100%;
	margin-top: 5px;
}

[data-pointtype="1"] {
	color: #006;
}
[data-pointtype="3"] {
	color: #903;
}
[data-pointtype="9"] {
	color: #063;
}
/* 在宅支援スケジュールテンプレート画面 */
.ui_hascheduletemplate{

}

.ui_hascheduletemplate select,
.ui_hascheduletemplate label{
	margin-right: 10px;
}
.ui_hascheduletemplate p,
.ui_hascheduletemplate select,
.ui_hascheduletemplate input,
.ui_hascheduletemplate label,
.ui_hascheduletemplate form{
	display: inline-block;
}
img.activity_icon {
	width: 24px;
	margin:5px 2px;
}

/*在宅支援実績一覧画面*/
.table_list_haschedule {
	width: 75%;
	margin-left:-1px;
}
.table_list_haschedule th {
	border-top:1px solid #dddddd;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	width: 100px;
	padding:5px;
	text-align:center;
	margin-bottom:2px;
	margin-left:1px;
}
.table_list_haschedule td {
	border-top:0px solid #dddddd;
	/*border:1px solid #aaa;*/
	text-align:center;
}
.table_list_haschedule tbody tr{
}
.table_list_haschedule dl {
	margin-bottom:0px;
	margin: 0;
	border:1px solid #aaa;
	margin-right: -3px;
	margin-top: -3px;
}
.table_list_haschedule dt {
	border-bottom:1px solid #aaa;
	font-weight: normal;
}
.table_list_haschedule dt,
.table_list_haschedule dd {
	padding: 8px 20px;
}
form#selected_datetime {
	clear: both;
}
form#selected_datetime p,
form#selected_datetime input {
	display: inline-block;
}
form#selected_datetime input {
	width: 110px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.patient_header {
	margin-bottom: 20px;
}
.patient_header p.patient_name,
.patient_header p.ha_v_histories {
	margin-bottom: 0;
}
.patient_header p.patient_name {
	margin-left: 15px;
}
.patient_header p.ha_v_histories {
	margin-left: 35px;
	display: inline-block;
}

/* 在宅支援バイタルサイン履歴 水分量・測定値画面タブ */
.nav-tabs{
	margin-bottom:20px;
}

/*-------------------------------*
パンくずメニュー
*--------------------------------*/
.breadcrumb_list{
	margin:0 10px;
}

/*-------------------------------*
 * フォーム
 *-------------------------------*/

/*input{
	border:1px solid #aaa;
}*/

input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

.submit{
	border-radius:5px 5px 5px 5px;
	width:auto;
	color:#888;
	font-size:12px;
	font-weight:bold;
	/*text-shadow:0 -1px 0px #fff,0 1px 0px #fff;*/
	padding:10px 0;
	text-decoration:none;
	display:block;
	background:#666;
	background-image: -moz-linear-gradient(top, #fff 0%, #fff 50%, #fff 50%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
	background-image: linear-gradient(to bottom, #fff, #eee);
	border:1px solid #ccc;
	outline: 0;
	/*box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			 -1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
			  transition:1s;*/
}

.submit:hover{
	color:#e80fda;
	background:#555;
	background-image: -moz-linear-gradient(top, #eee 0%, #eee 50%, #eee 50%, #fff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(1, #fff));
	background-image: linear-gradient(to bottom, #eee, #fff);
}

.radio_label_inline{
	font-weight:normal;
	margin-right:10px;
	margin-left:5px;
	cursor: pointer;
}

.checkbox_label_inline{
	font-weight:normal;
	margin-right:6px;
	margin-bottom:0px;
	margin-left:5px;
	cursor: pointer;
}
/* 必須入力マーク */
.required:after {
	content: '必須';
	color: white;
	font-weight: bold;
	display: inline;
	margin: 0.5em;
	padding: 0.1em;
	vertical-align: super;
	background-color: red;
	border-radius: 5px;
}

/* いずれか必須入力マーク */
/* 文字化けするのでcss内ではUnicode文字を入れる */
.any_required:after {
	content: '\2021';	/*‡*/
	color: #ff69b4;
	font-weight: bold;
	display: inline;
	margin-left: 0.5em;
	vertical-align: super;
}

/* 必須項目の入力フォームの背景色 */
.not-input {
	background-color: #CCCCCC;
}

/* 必須項目の入力フォームの背景色 */
.required-input {
	/*background-color: #ffeeee;*/
}

/* フォームのエラー表示 */
.error-input {
	background-color: #ffeeee;
	outline:solid 2px red;
}

.normal-input {
	background-color: #ffffff; /* White color */
}
/* ログインフォーム */


/* タブレットログインで使用されている */
.clearfix{
	margin-bottom:15px;

}

.login{
	margin-top:15px;
	width:100%;
}




/* 曜日 */
.cell_sunday {
	background-color: #ffc0cb;
}
.cell_saturday {
	background-color: #a0d8ef;
}
/* ソート */
.link_sort {
	color: #fff;
	text-decoration:none;
}
.link_sort:hover {
	color: #fff;
	text-decoration:underline;
	cursor:pointer;
}

/* 無効な行 */
.row-disabled {
	color: #a66;
}


/* 事業者 */
.table_enterprise th {
	color: #fff;
	background: linear-gradient(to bottom, #11ccff, #00bfff); /* DeepSkyBlue */
}
/* 施設 */
.table_facility th {
	color: #fff;
	background-image: linear-gradient(to bottom, #11d7d9, #00ced1); /* DarkTurquoise */
}

/* スタッフ */
.table_staff th {
	color: #fff;
	background-image: linear-gradient(to bottom, #8085ff, #8063ff);
}

/* 所属 */
.table_belonging th {
	color: #fff;
	background-image: linear-gradient(to bottom, #3dbc78, #3cb371);
}

/* 施設利用者 */
.table_patient th{
	color:#fff;
	background-image: -moz-linear-gradient(top, #e87fda 0%, #e80fda 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e87fda), color-stop(1, #e80fda));
	background-image: linear-gradient(to bottom, #e87fda, #e80fda);
}



/* コーステンプレート */
.table_template th {
	color:#fff;
	background-image: -moz-linear-gradient(top, #ff6600 0%, #ff3300 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff6600), color-stop(1, #ff3300));
	background-image: linear-gradient(to bottom, #ff6600, #ff3300);
}
/* 曜日 */
.template_weekday_box {
	margin:0 0 20px 0;
	vertical-align:middle;
}
.template_weekday_box [type="checkbox"] {
	margin:0px;
	vertical-align:middle;
	cursor: pointer;
}

/* 送迎履歴 */
.table_history {
	margin-bottom: 20px;
}
.table_history th{
	color:#fff;
	white-space:nowrap;
	background-image: -moz-linear-gradient(top, #bb55cc 0%, #9933cc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bb55cc), color-stop(1, #9933cc));
	background-image: linear-gradient(to bottom, #bb55cc, #9933cc);
}
.table_history tbody tr#history_point{
	cursor: pointer;
}

/* 在宅支援スケジュールテンプレート */
.table_hascheduletemplate th{
	color:#fff;
	background-image: -moz-linear-gradient(top, #fc8846 0%, #fc600a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc8846), color-stop(1, #fc600a));
	background-image: linear-gradient(to bottom, #fc8846, #fc600a);
}
table.table_hascheduletemplate tbody td{
	vertical-align: middle;
}
.table_hascheduletemplate th.time{
	width: 100px;
}
.table_hascheduletemplate th.activity{
}
.table_hascheduletemplate th.notice{
	min-width: 74px;
}
.table_hascheduletemplate th.start{
	min-width: 168px;
}
.table_hascheduletemplate th.end{
	min-width: 129px;
}

.alt-table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

/*在宅支援曜日スケジュール登録・編集*/

.table_haweekschedule th{
	color:#fff;
	background-image: -moz-linear-gradient(top, #bf1a63 0%, #a91757 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bf1a63), color-stop(1, #a91757));
	background-image: linear-gradient(to bottom, #bf1a63, #a91757);
}
table.table_haweekschedule tbody td{
	vertical-align: middle;
}
.table_haweekschedule th.time{
	width: 100px;
}
.table_haweekschedule th.activity{
}
.table_haweekschedule th.notice{
	min-width: 74px;
}
.table_haweekschedule th.start{
	min-width: 168px;
}
.table_haweekschedule th.end{
	min-width: 129px;
}

.alt-table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.ui_haweekschedule{
	color:#a91757;
	width:auto;
}

.ui_haweekschedule label{
	float:left;
	margin-top:7px;
	margin-right:5px;
}

.ui_haweekschedule #ha_s_template_submit{
	width:250px;
	float:left;
}

.ui_haweekschedule span{
	float:left;
	margin-left:10px;
	color:#000;
}

.title_haweekschedule{
	color:#a91757;
}

.haactivity{
	clear: both;
}

.haactivity span a{
	border:1px solid #aaa;
	float:right;
	margin-bottom:15px;
}



/*表タイトルが２行のとき*/
table.table_vitalsignature tr th.small{
	font-size: 0.95em;
	padding: 3px;
	line-height: 1.1;
}

/*オプション*/
.table_option th{
	font-size:16px;
	width:30%;
	color:#fff;
	background-image: -moz-linear-gradient(top, #7ECEF4 0%, #00B9EF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ECEF4), color-stop(1, #00B9EF));
	background-image: linear-gradient(to bottom, #7ECEF4, #00B9EF);
}


.ui-button-text:focus{
	outline: 1px #ff0000 dashed;
}

.table_activity th {
	color: #fff;
	background-image: -moz-linear-gradient(top, #ffc000 0%, #ffc000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc000), color-stop(1, #ffc000));
	background-image: linear-gradient(to bottom, #ffd800, #ffc000);
}

/*-------------------------------------*
 * テーブル (フォーム用)
 *-------------------------------------*/
.table_form {
	width:100%;
	border-top: 2px solid #ccc;
}
.table_form tr {
	border-bottom:2px solid #ccc;
}
.table_form th {
	color:#333;
	width:25%;
	border:none;
	text-align:left;
	padding:15px 0px;
}
.table_form td {
	color:#000;
	width:75%;
	text-align:left;
	border:none;
}
/* お知らせ */
.table_form {
	width:100%;
	border-top: 2px solid #ccc;
}
.table_form_notice tr {
	border-bottom: 2px solid #0090da;
}

/* 事業者 */
.table_form_enterprise {
	width:100%;
	border-top: 2px solid #00bfff;
}
.table_form_enterprise tr {
	border-bottom: 2px solid #00bfff; /* DeepSkyBlue */
}

/* 施設 */
.table_form_facility {
	border-top: 2px solid #00ced1;
}
.table_form_facility tr {
	border-bottom: 2px solid #00ced1; /* DarkTurquoise */
}
.table_form_facility input#add3 {
	margin-right: 5px;
}

/* スタッフ */
.table_form_staff {
	border-top: 2px solid #1763ff;
}
.table_form_staff tr {
	border-bottom:2px solid #1763ff;
}

/* 所属 */
.table_form_belonging {
	border-top: 2px solid #3cb371;
}
.table_form_belonging tr {
	border-bottom:2px solid #3cb371; /* MediumSeaGreen */
}

/* 施設利用者 */
.table_form_patient {
	width: 100%;
	border-top: 2px solid #e87fda;
}
.table_form_patient tr {
	border-bottom: 2px solid #e87fda;
}

.table_form_patient_usedate {
	padding: 4px;
	width: 100%;
	border-top: 2px solid #e87fda;
}
.table_form_patient_usedate tr {
	border-bottom: 2px solid #e87fda;
}
.table_form_patient_usedate th {
	color: #333;
	width: 25%;
	border: none;
	vertical-align: top;
	text-align: left;
	padding: 15px 0px;
}
.table_form_patient_usedate td {
	color: #000;
	width: 25%;
	text-align: left;
	border: none;
}
.patient_haweekschedule {
	font-weight: bold;
	text-align: center;
}

.useday_time {
	margin-bottom: 2px;
}
.act_schedule_first {
	margin: 2px 0 7px 0;
	display:block;
	height:29px;
}
.act_schedule {
	margin-bottom: 7px;
	display:block;
	height:29px;
}

.patient_edit_first {
	margin: 10px 0 2px 0;
}
.patient_edit {
	margin-bottom: 2px;
}






/* オプション */
.table_form_option {
	border-top: 2px solid #00B9EF;
}
.table_form_option tr {
	border-bottom:2px solid #00B9EF;
}

/* フォームコントロール */
.table_form input {
	padding: 4px 6px;
	border: 1px solid #cccccc;
 	border-radius: 4px;
}
.table_form select {
	padding: 4px;
	border: 1px solid #cccccc;
 	border-radius: 4px;
	/*background-color: #ffffff;*/
}
.table_form input[type="file"] {
	border-style: none;
}

/*緯度・経度の検索*/
#add_b{
	margin-bottom:10px;
	border:2px solid #f66363;
	padding:5px 5px;
	border-radius: 6px;
}

/* 見出しでグループ化されている入力テーブル (在宅支援アクティビティ登録・編集) */
.table_form_group td {
	width: auto;
}

.audio-input-column {
	float: left;
}

.audio-play-column {
	float: left;
	margin-left: 20px;
}

.audio-play-column img {
	width: 48px;
	height: 28px;
}

.notice-audio .audio-play-column {
	margin-top: 35px;
}

/* 在宅支援アクティビティ */
.table_form_activity {
	border-top: 2px solid #ffc000;
}
.table_form_activity tr {
	border-bottom:2px solid #ffc000;
}

.table_form_activity .btn-preview {
	background-color: #eeaa00;
	color: #ffffff;
}

.table_form_activity_result {
	border-style: none;
}

.table_form_activity_result tr {
	border-style: none;
}

.table_form_activity_result th {
	background-color: #eeaa00;
	color: #000000;
	font-weight: normal;
	text-align: center;
}

.table.table_form_activity_result th,
.table.table_form_activity_result td {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

.btn-delete-activity {
	float : left;
}

/* 在宅支援アクティビティカスタマイズ */
.notice_before_sec {
	width: 25%;
	display: inline;
}

.action_expected_sec {
	width: 25%;
	display: inline;
}

.btn {
	font-size:16px;
}
/*--------------------------------------*/

.ui-dialog{
	font-size:20px;
	margin:3% 3% !important;
	background:#F2F5F7;
}


.ui-widget-header{
	border:#ccc 1px solid;
	height:45px;
	background-image: -moz-linear-gradient(top, #f6a828 0%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #ef810f 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

#ui-datepicker-div .ui-widget-header{
	   /* background-image: -moz-linear-gradient(center top , #ef810f  0%, #ef810f  100%);*/
}


#preview_modal {
	background-color: #fff;
}
#preview_modal .audio {
	margin-left: 10px;
	margin-top: -10px;
}
.activity_preview_dialog.ui-dialog {
	width: auto !important; /* スクリプトで制御されるモーダルサイズの固定 */
	/* max-width: 512px; */
	position: fixed;
	background:transparent;
	border:none;
}
.activity_preview_dialog > .ui-dialog-titlebar {
	display: none;
}

div.activity_preview_dialog > .ui-dialog-content {
	overflow: hidden;
}
.activity_preview_dialog.ui-widget-overlay {
	z-index:0;
}
#preview_modal_button_area {
	position:relative;
	bottom: -52%;
	z-index: 1;
	margin: 0 auto;
}

#preview_modal_button_area table tbody tr {
	display: block;
	/* padding:0 5px; */
}
#preview_modal_button_area table tbody tr td span.btn {
	white-space:normal;
	height: 72px;
	display:table-cell;
	width: 512px;
	background-color: #a0c238;
	color: #fff;
}
#preview_modal_button_area table tbody tr td {
	padding: 0 2px;
}

#select_preview {
	width: 512px;
	height: 364px;
	background-repeat: no-repeat;
	background-position: center;
	/* background-size: contain; */
	-webkit-background-size: 86%;
	background-size: 86%;
}
#select_preview video#preview {
	/* width:100%; */
	width:400px;
	margin: 0 auto;
	display: block;
}
.preview_modal-title {
	margin: 0;
	font-weight:900;
	letter-spacing:3px;
	clear: both;
}
#select_preview .close {
}
#preview_modal_for_form #select_media {
}

/** TODO 非推奨 **/
.closebtn{
	float:right;
	font-size:21px;
	margin:0px;
	padding:15px;
}

 a.closebtn{
	color:#fff;
	text-decoration:none;
	outline: 0;
}

/* 一覧絞込み部分 */
/* チェックボックスタイプ */
.change_valid_checkbox{
	/*margin:0px auto;*/
	margin-top:5px;
	margin-right:0px;
	float:right;
	vertical-align:middle;
}

.change_valid_checkbox [type="checkbox"]{
	margin:0px;
	vertical-align:middle;
	cursor: pointer;
}

.change_valid_checkbox label{
	margin-right:0px;
	margin-bottom:0px;
	margin-left:5px;
	vertical-align:middle;
	cursor: pointer;
}

/* ラジオボタンタイプ */
.change_valid_radiobox{
	/*margin:0px auto;*/
	margin-top:0px;
	margin-right:0px;
	float:right;
	vertical-align:middle;
}

.change_valid_radiobox [type="radio"]{
	margin:0px;
	vertical-align:middle;
}

.change_valid_radiobox label{
	margin-right:3px;
	margin-bottom:0px;
	margin-left:1px;
	cursor: pointer;
}



.error{
	color:red;
}

.error_activities{
	background-color:#f2dede;
}

div.each_map img, div.googlemaps img {
 max-width:none;
}

.kousin{
	border:none;
	background-color:transparent;
	color:blue;
}
.kousin:hover{
	text-decoration: underline;
}

.button{
	background-image: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ccc));
	background-image: linear-gradient(to bottom, #fff, #ccc);
	border-radius:3px 3px 3px 3px;
}

.button:active{
	background-image: -moz-linear-gradient(top, #ccc 0%, #fff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(1, #fff));
	background-image: linear-gradient(to bottom, #ccc, #fff);
	border-radius:3px 3px 3px 3px;
}



#ttlbox {
	position: absolute;
	top: 0%;
	margin-top: 0px;
	height: 10%;
	width: 230px;
	padding: 5px 1px 1px 1px;
	border: none;
	background: #fff;
}

#list_title_span {
	margin:0 0 0 40px;
	font: bold 120% "ＭＳ Ｐゴシック";
}


.confirmbtn {
	position: absolute;
	right: 15%/*20px*/;
	top: 90%;
	width : 190px;
	height : 30px;
	margin : 5px auto;
	background-image: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
	background-image: linear-gradient(to bottom, #fff, #ddd);
	border-radius:5px 5px 5px 5px;
	color:#ff3300;
}

.confirmbtn:hover {
	position: absolute;
	right: 15%/*20px*/;
	top: 90%;
	width : 190px;
	height : 30px;
	margin : 5px auto;
	background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
	background-image: linear-gradient(to bottom, #fff, #eee);
	border-radius:5px 5px 5px 5px;
	color:#ff3300;
}

.btn_back{
	margin-right: 20px;
}

.btn_map {
	width : 100%;
	height : 30px;
	margin : 5px auto;
	background-image: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
	background-image: linear-gradient(to bottom, #fff, #ddd);
	border-radius:5px 5px 5px 5px;
	color:#ff3300;
}

.btn_map:hover {
	width : 100%;
	height : 30px;
	margin : 5px auto;
	background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
	background-image: linear-gradient(to bottom, #fff, #eee);
	border-radius:5px 5px 5px 5px;
	color:#ff3300;
}

.addbtn {
	width : 365px;
	height : 50px;
	font-size:20px;
	margin : 5px auto;
	background-image: -moz-linear-gradient(top, #ff8800 0%, #ff3300 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff8800), color-stop(1, #ff3300));
	background-image: linear-gradient(to bottom, #ff8800, #ff3300);
	border-radius:5px 5px 5px 5px;
	color:#fff;
}

.addbtn:hover {
	width : 365px;
	height : 50px;
	font-size:20px;
	margin : 5px auto;
	background-image: -moz-linear-gradient(top, #ffaa00 0%, #ff3300 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffaa00), color-stop(1, #ff3300));
	background-image: linear-gradient(to bottom, #ffaa00, #ff3300);
	border-radius:5px 5px 5px 5px;
	color:#fff;
}

#addbtn_div {
	width : 95%;
	margin : 0px auto;
}

/*
 * direction_panelのtable（ルート検索結果の詳細を非表示）
 */
.adp-directions {
	display : none;
}

#direction_panel{
	width : 100%;
	height : 280px;/*280px;*/
	overflow-y : scroll;
	border: 1px solid #999;
}

#jQueryPush span{
	border:1px solid #e80fda;
	padding:5px;
	border-radius:5px 5px 5px 5px;
	background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
	background-image: linear-gradient(to bottom, #fff, #eee);
}

#jQueryPush2 span{
	border:1px solid #e80fda;
	padding:5px;
	border-radius:5px 5px 5px 5px;
	background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
	background-image: linear-gradient(to bottom, #fff, #eee);
}

.shortPass{
	color:blue;
}

.badPass{
	color:#00bfff;
}

.goodPass{
	color:#ff5c00;
}

.strongPass{
	color:#ff1493;
}
.testresult{
	margin-left:5px;
}

/*オプション送信ボタン*/

.submit_option{
	float:right;
	margin:0px auto;
	margin-bottom:5px;
	border-radius:5px 5px 5px 5px;
	width:100px;;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
	text-decoration:none;
	display:block;
	background:#666;
	background-image: -moz-linear-gradient(top, #7ECEF4 0%, #00B9EF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ECEF4), color-stop(1, #00B9EF));
	background-image: linear-gradient(to bottom, #7ECEF4, #00B9EF);
	border:1px solid #ccc;
	outline: 0;
}

.right_form{
	float:right;
}

.submit_option:hover{
	color:#fff;
	background:#555;
	background-image: -moz-linear-gradient(top, #9FD9F6 0%, #00B9EF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9FD9F6), color-stop(1, #00B9EF));
	background-image: linear-gradient(to bottom, #9FD9F6, #00B9EF);
}

thead.scroll_box_head, tbody.scroll_box_body {

	width:100%;
}

thead.scroll_box_head{
	/*padding-right:17px;*/
}

.table th.product_name,
table#shopping-list-table tbody td.product_name{
	width:65%;
}

.table th.number,
table#shopping-list-table tbody td.number{
	width:25%;
}

.table th.add_and_remove,
table#shopping-list-table tbody td.add_and_remove{
	width:200px;
	text-align:center;
}


tbody.scroll_box_body {


}


.table thead:first-child tr:first-child th{
	border-top:1px solid #aaa;
}

.form_the_first_line{
	margin-bottom:5px;
}

.form_the_second_line{
	margin-bottom:15px;
}


.balloon{
	display:inline;
}

.plus-or-minus{
	display:lnline;
	float:right;
	font-size:21px;
	font-weight:bold;
}

.btn_group_list{
	position:absolute;
	top:4px;
	right:0px;
}



select.facility-select{
	width:185px;
}


select.user-select{
	width:120px;
}

select.order-status{
	height:40px;
	border: 1px solid #aaa;
	float:right;
	margin-right:5px;
}



.last_modified,
.send_date{
	float:right;
	display:inline;
	font-size:17px;
	margin-top:5px;
	color:#555;
	font-weight:bold;
	margin-right:15px;
}

input.quantity{
	height:35px;
	width:80px;
	border: 1px solid #aaa;
}

input.fax-submit{
	float:right;
	font-size:18px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee')";
	background:url(../img/fax-icon.png);
	background-size:100%;
	background-position:0 -6px;
	padding:8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:none;
	margin:0px 10px 0px 10px;
	text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    width:48px;
    height:34px;
    border: 0px solid #aaa;
}



input.mail-submit{
	float:right;
	font-size:18px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee')";
	background:url(../img/mail-icon.png);
	background-size:100%;
	background-position:0 -7px;
	padding:8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:none;
	margin:0px 10px 0px 0px;
	text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    width:48px;
    height:34px;
    border: 0px solid #aaa;
}

input.mail-submit:active{
	float:right;
	font-size:18px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee')";
	background:url(../img/mail-icon_active.png);
	background-size:100%;
	background-position:0 -7px;
	padding:8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:none;
	margin:0px 10px 0px 0px;
	text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    width:48px;
    height:34px;
    border: 0px solid #aaa;
}

input.back{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#888', endColorstr = '#555');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#888', endColorstr = '#555')";
	background-image: -moz-linear-gradient(top, #888, #555);
	background-image: -ms-linear-gradient(top, #888, #555);
	background-image: -o-linear-gradient(top, #888, #555);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#888), to(#555));
	background-image: -webkit-linear-gradient(top, #888, #555);
	background-image: linear-gradient(top, #888, #555);
	padding: 7px 4px;
	display:block;
	width:120px;;
	font-size:18px;
	text-align:center;
	float:left;
	margin-bottom:0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color:#fff;
	font-weight:bold;
	border:none;
	margin-top:0px;
	border: 0px solid #ccc;
	float:right;
	}

input.back:active{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#555', endColorstr = '#888');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#555', endColorstr = '#888')";
	background-image: -moz-linear-gradient(top, #555, #888);
	background-image: -ms-linear-gradient(top, #555, #888);
	background-image: -o-linear-gradient(top, #555, #888);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#555), to(#888));
	background-image: -webkit-linear-gradient(top, #555, #888);
	background-image: linear-gradient(top, #555, #888);
	padding: 7px 4px;
	display:block;
	width:120px;;
	font-size:18px;
	text-align:center;
	float:right;
	margin-bottom:0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color:#fff;
	font-weight:bold;
	border:none;
	margin-top:0px;
	border: 0px solid #ccc

	}

/*ラジオボタン、チェックボックスデザイン*/

.radio-btn-group input[type=radio],
.radio-btn-group input[type=checkbox],
.list_check_box input[type=radio],
.list_check_box input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.radio-btn-group input[type=radio] + label,
.radio-btn-group input[type=checkbox] + label,
.list_check_box input[type=radio] + label,
.list_check_box input[type=checkbox] + label {
    position: relative;

    display: inline-block;
    margin-right: 12px;

    font-size: 17px;
    line-height: 30px;

    cursor: pointer;
    color:#555;
}

@media (min-width: 1px) {
    .radio-btn-group input[type=radio],
    .radio-btn-group input[type=checkbox],
    .list_check_box input[type=radio],
    .list_check_box input[type=checkbox]{
        margin: 0px;
		filter: alpha(opacity=0);
		-moz-opacity:0.0;
		opacity:0.0;
		position:absolute;
		top:0;
		left:0;
    }

	.radio-btn-group input[type=radio],
    .radio-btn-group input[type=checkbox],
    .list_check_box input[type=radio],
    .list_check_box input[type=checkbox] {
        margin: 0px;
    }

	.radio-btn-group input:focus[type=radio] +label::before,
    .radio-btn-group input:focus[type=checkbox]  +label::before,
    .list_check_box input:focus[type=radio] +label::before,
    .list_check_box input:focus[type=checkbox]  +label::before{
	border-color:#47b67c;
	}

    .radio-btn-group input[type=radio] + label,
    .radio-btn-group input[type=checkbox] + label,
    .list_check_box input[type=radio] + label,
    .list_check_box input[type=checkbox] + label {
        padding: 0 0 0 35px;
        margin-right:5px;
    }
    .radio-btn-group input[type=radio] + label::before,
    .radio-btn-group input[type=checkbox] + label::before,
    .list_check_box input[type=radio] + label::before,
    .list_check_box input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 30%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 30px;
        height: 30px;
        margin-top: -9px;
        background: #FFF;
    }
    .radio-btn-group input[type=radio][disabled=disabled] + label::before,
    .radio-btn-group input[type=checkbox][disabled=disabled] + label::before,
    .list_check_box input[type=radio][disabled=disabled] + label::before,
    .list_check_box input[type=checkbox][disabled=disabled] + label::before {
        background: #ddd;
    }
    .radio-btn-group input[type=radio] + label::before,
    .list_check_box input[type=radio] + label::before  {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .radio-btn-group input[type=checkbox] + label::before,
    .list_check_box input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .radio-btn-group input[type=radio]:checked + label::after,
    .radio-btn-group input[type=checkbox]:checked + label::after,
    .list_check_box input[type=radio]:checked + label::after,
    .list_check_box input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 30%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .radio-btn-group input[type=radio]:checked + label::after,
    .list_check_box input[type=radio]:checked + label::after  {
        left: 7px;

        width: 16px;
        height: 16px;
        margin-top: -2px;

        background: #47b67c;
        border-radius: 10px;
    }
    .radio-btn-group input[type=checkbox]:checked + label::after,
    .list_check_box input[type=checkbox]:checked + label::after {
        left: 6px;

        width: 18px;
        height: 10px;
        margin-top: -3px;

        border-left: 3px solid #47b67c;
        border-bottom: 3px solid #47b67c;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.radio-btn-section{
	margin:25px 0px;
}

.radio-btn-group{
	display:block;
	width:450px;
	margin-left:15px;
	margin-top:5px;
	float:left

}



.user-name{
	font-size:17px;
	color:#555;
	font-weight:bold;
}


form#facility_submit{
	width:167px;
	float:right;
	margin-top:10px;
	margin-left:15px;
}

.display_icon{
	background:url(../img/display-icon.png);
	display:inline-block;
	background-size:20px;
	padding-left:25px;
	background-repeat:no-repeat;
}

.edit_icon{
	background:url(../img/edit-icon.png);
	display:inline-block;
	background-size:20px;
	padding-left:25px;
	background-repeat:no-repeat;
}

.tamplate_icon{
	background:url(../img/template-icon.png);
	display:inline-block;
	background-size:20px;
	padding-left:25px;
	background-repeat:no-repeat;
}

.table_list td.number {
	text-align: right;
	padding-right: 20px;
}

/* 部材メーカー一覧画面 */
.makers_list .num_mtl {
	min-width: 40px;
	display: inline-block;
}

/* 部材メーカー管理画面 */
.list_img {
	height: 65px;
	width: 160px;
	/*max-height: 180px;*/
	/*max-width: 320px;*/
}

/* 部材情報管理画面 */
.materials .list_img {
	max-height: 120px;
	max-width: 100px;
}

@media print {

  a[href]:after {
    content:normal;
  }
  abbr[title]:after {
    content:normal;
  }

}

/*
* bootstrapのテーブルセル内の文字を上下中央寄せにする
* https://demo.kimoba.com/dic/bootstrap-table-verticalalign-center.html
*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
vertical-align: middle;
}

.kawara_data_table {
	font-size: 16px;
}

.attention {
	font-size: 14px;
}