@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,
select {
  background:#fff;
}*/
/* ボタンの非活性の設定 */
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,
.btn-purple100:active,
.btn-cyan100,
.btn-cyan100:active,
.btn-green200,
.btn-green200:active,
.btn-yellow200,
.btn-yellow200:active
{
	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;
}



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

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

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

.header_ptn1{
	margin-top: 125px;
}

.header_ptn2{
	margin-top: 68px;
}

.header_ptn3{
	margin-top:170px;
}

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

.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;
}

.footer{
	/*height:100px;*/
	margin-top:15px;
	padding:10px;
	text-align:center;
	color: white;
	background-color:#e8bfda;
}

.header_name{
	padding:10px 10px 0 10px;
	font-size: 1.2em;
	/*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:24px;
}
/* メニュー */
.title_menu {
	color: #db7093; /* PaleVioletRed */
}
/* お知らせ */
.title_information {
	color: #0090da;
}
/* 更新履歴 */
.title_version {
	color: #00cc89;
}
/* 事業者 */
.title_enterprise {
	color: #00bfff; /* DeepSkyBlue */
}
/* 施設 */
.title_facility {
	color: #00ced1; /* DarkTurquoise */
}
/* スタッフ */
.title_staff {
	color: #1763ff;
}
/* 所属 */
.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;
}

/* TODO */
h3{
	font-size:16px;
	margin:0;
	padding:3px;
	color:#ff8800;
	font-weight:bold;
}


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

/*
a{
	outline: none;
}
*/




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

.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: 0px;
	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;
}

/* 買物 */
table.shopping-list-table input[type="checkbox"] + label[disabled] {
    cursor: not-allowed;
}

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


/* ログインフォーム */
fieldset{
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
	width:230px;
}
/* タブレットログインで使用されている */
.clearfix{
	margin-bottom:15px;

}

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



/*--------------------------------------
 * テーブル
 *--------------------------------------*/
/* 共通 */
.table_list {
	min-width: 800px;
	over-flow:scroll;
	border:1px solid #aaa;
}

.table_list tr:nth-child(even) {
    background:#fff;
}
.table_list tr:nth-child(odd) {
    background:#eee;
}
.table_list tr:hover {
    background:#ffe;
}
.table_list th {
	border:1px solid #aaa;
	padding:5px;
	text-align:center;
}
.table_list td {
	border:1px solid #aaa;
	padding:5px;
	text-align:center;
}

/* 曜日 */
.cell_sunday {
	background-color: #ffc0cb;
}
.cell_saturday {
	background-color: #a0d8ef;
}

/* 無効な行 */
.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: -moz-linear-gradient(top, #1785ff 0%, #1763ff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1785ff), color-stop(1, #1763ff));
	background-image: linear-gradient(to bottom, #1785ff, #1763ff);
}

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

/* 施設利用者 */
.table_patient th{
	color:#fff;
	white-space:nowrap;
	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.dataTable.table_patient th.not_sort {
	background-image: url(""),linear-gradient(to bottom, #e87fda, #e80fda);
}
.table_patient_indent {
	padding-left: 20px;
}

.week_table {
	padding:0 0 15px 0;;
	font-weight: bold;
}
.disabled_label {
	color: #808080;
}

/*送迎ポイント一覧*/
.table_point th{
	color:#fff;
	white-space:nowrap;
	background-image: -moz-linear-gradient(top, #55be1f 0%, #00a21f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #55be1f), color-stop(1, #00a21f));
	background-image: linear-gradient(to bottom, #55be1f, #00a21f);
}

/* コーステンプレート */
.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_vitalsignature th{
	color:#fff;
	background-image: -moz-linear-gradient(top, #bb55cc 0%, #8B008B 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bb55cc), color-stop(1, #8B008B));
	background-image: linear-gradient(to bottom, #bb55cc, #8B008B);
}

/*表タイトルが２行のとき*/
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);
}

/*買い物代行*/


table.shopping-list-header {
    border: none;
    margin: 0px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    width: 100%;
}

table.shopping-list-header th{
    text-align:center;
}

.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);
}
/*-------------------------------------*
 * テーブル (一覧用)
 *-------------------------------------*/
#patient_data {
	white-space:nowrap;
}
#point_data {
	white-space:nowrap;
}
/*-------------------------------------*
 * テーブル (フォーム用)
 *-------------------------------------*/
.table_form {
	width:100%;
	border-top: 2px solid #ccc;
}
.table_form tr {
	border-bottom:2px solid #ccc;
}
.table_form th {
	color:#333;
	width:20%;
	border:none;
	text-align:left;
	padding:15px 0px;
}
.table_form td {
	color:#000;
	width:80%;
	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 */
}

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

.table_form_patient_23 {
	width: 100%;
	border-top: 2px solid #ffffff
}
.table_form_patient_23 tr {
	border:none;
}

.table_form_patient_usedate_check {
	padding: 4px;
	width: 100%;
	border-top: 2px solid #e87fda;
}
.table_form_patient_usedate_check tr {
	border-bottom: 2px solid #e87fda;
}
.table_form_patient_usedate {
	padding: 4px;
	width: 100%;
	border-top: 2px solid #ffffff;
}
.table_form_patient_usedate tr {
	border-bottom: 2px solid #ffffff;
}
.table_form_patient_usedate td {
	color: #000;
	width: 26.6%;
	text-align: left;
	border: none;
}
.table_form_patient_option {
	border: 2px solid #ffffff;
}
.table_form_patient_option tr {
	text-align: left;
	border-bottom: 2px solid #ffffff;

}
.table_form_patient_option th {
	width: 20%;
	text-align: left;
	padding: 1px 0px 1px 4px;
}
.table_form_patient_option td {
	/* width: 10%; */
	text-align: left;
	border-top: 2px solid #ffffff;
	padding: 1px 0px 1px 4px;
}


.patient_haweekschedule {
	font-weight: bold;
	text-align: center;
}

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

.patient_ha_w_edit {
	margin-bottom: 2px;
}

/* 送迎ポイント */
.table_form_point {
	border-top: 2px solid #00a21f;
}
.table_form_point tr {
	border-bottom:2px solid #00a21f;
}

/* 送迎コーステンプレート */
.table_form_template {
	border-top: 2px solid #ff6600;
}
.table_form_template tr {
	border-bottom:2px solid #ff6600;
}

/* 送迎履歴 */
.table_form_history {
	border-top: 2px solid #9933cc;
}
.table_form_history tr {
	border-bottom:2px solid #9933cc;
}

/* 在宅支援スケジュールテンプレート */
.table_form_hascheduletemplate {
	border-top: 2px solid #fc8846;
}
.table_form_hascheduletemplate tr {
	border-bottom:2px solid #fc8846;
}

/* オプション */
.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;
}
/*--------------------------------------*/

.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%);*/
}

/*モーダルのデザイン*/
.ui-dialog-titlebar{
	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));
	border:1px solid #ccc;
}

.ui-datepicker-title{
	color:#fff;
}

.ui-datepicker table {
    background: #eee;
}

.ui-dialog-title{
	margin:0px !important;
	color:#555;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border:#ccc 1px solid;
	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));
	color:#888;
}

.ui-state-default:active, .ui-widget-content:active .ui-state-default:active, .ui-widget-header:active .ui-state-default:active{
	border:#ccc 1px solid;
	background-image: -moz-linear-gradient(top, #666 0%, #ccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #ccc));
	color:#eee;
}

.ui-widget-overlay{
	background:#555;
	display:none;
}

.ui-dialog .ui-dialog-titlebar-close{
	width:20px;
	padding:15px;
	height:33px;
	top:15px;
	right:5px;
	display:none;
}
.ui-widget-header{
	color:#555;
}

/* 在宅支援スケジュールテンプレート画面用モーダル */

#preview_modal_button_area table tbody tr td.column_box {
	display: inline-block;
	width: 300px;
	background-color: rgba(255,255,255,0.7);
	margin: 6px 5px;
	padding: 10px 0;
}
.column_input label{
	font-size: medium;
	vertical-align: bottom;
	margin: 0 5px;
	width: 50px;
	text-align: left;
}
.column_input label.column_name{
	width: 80px;
	padding-left: 10px;
	text-align: left;
	white-space: nowrap;
	overflow:hidden;
}
.submit_area button{
	margin: 0 15px;
	font-size: 24px;
}

.submit_area button.btn-success,
.submit_area button.btn-default {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
	padding:7px 13px;
}
.submit_area button.btn-success {
	background-color: #a0c238;
	color:#000;
}

.submit_area {
	text-align: center;
	position: absolute;
	bottom: 6%;
	margin-left: -200px;
	width:400px;
	left: 50%;
}

.btn.close {
	padding-bottom: 0;
}
#preview_modal {
	background-color: #fff;
}
#preview_modal .audio {
	margin-left: 10px;
	margin-top: 4px;
}
.activity_preview_dialog.ui-dialog {
	width: auto !important; /* スクリプトで制御されるモーダルサイズの固定 */
	/* max-width: 512px; */
	position: fixed;
	background:transparent;
	border:none;
	z-index:1001;
}
.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:1000; /* メニューバーと同じレイヤーにする */
}
#preview_modal_button_area {
	position:relative;
	margin: 0 auto;
}
#preview_modal_button_area table tbody tr,
#img_preview{
	width: 630px;
}
#img_preview{
	background-color: #e7e7e7;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 320px;
	margin: 0 auto;
	border: 1px solid #c3c3c3;
	overflow: hidden;
	position: relative;
}
#select_preview {
	width: 650px;
	/* height: 420px; */
}
#select_preview .modal_footer{
	height: 40px;
}
.modal_footer button {
	font-size: small;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
	margin: 5px 30px 0 0;
}

video#preview {
	/* width:100%; */
	height:318px;
	margin: 0 auto;
	display: block;
}
.preview_modal-title {
	margin: 0;
	font-weight: 900;
	letter-spacing: 3px;
	clear: both;
	padding-bottom: 5px;
	width: 90%;
	margin: 0 auto;
}
#preview_modal_button_area.columns {
	margin-top: 37px;
}
#preview_modal_button_area.columns table tbody tr {
	display: block;
	text-align: center;
	/* padding:0 5px; */
}
.form-control.columns {
	width: 100px;
	display: inline-block;
}
#preview_modal_button_area.buttons {
	bottom: -72%;
}
#preview_modal_button_area.buttons table tbody tr td {
	padding: 0 5px;
}
#preview_modal_button_area.buttons table tbody tr td span.btn {
	white-space:normal;
	height: 72px;
	display:table-cell;
	width: 512px;
	background-color: #a0c238;
	color: #000
}

#preview_modal_button_area.buttons table tbody tr td span.btn.act_btn0{
	white-space:normal;
	height: 72px;
	display:table-cell;
	width: 512px;
	background-color: #a0c238;
	color: #000
}

#preview_modal_button_area.buttons table tbody tr td span.btn.act_btn1{
	white-space:normal;
	height: 72px;
	display:table-cell;
	width: 512px;
	background-color: #b7d263;
	color: #000
}

#preview_modal_button_area.buttons table tbody tr td span.btn.act_btn2{
	white-space:normal;
	height: 72px;
	display:table-cell;
	width: 512px;
	background-color: #d3e4a0;
	color: #000
}

#preview_modal_button_area.buttons table tbody tr td span.btn.act_btn3{
	white-space:normal;
	height: 72px;
	display:table-cell;
	width: 512px;
	background-color: #e8f1cd;
	color: #000
}

#preview_modal_button_area.buttons table tbody tr td span.btn.act_btn_last{
	white-space:normal;
	height: 72px;
	display:table-cell;
	width: 512px;
	background-color: #f6f9ec;
	color: #000
}


/** 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;
}

/**
 * 送迎先候補一覧
 */
#list_infobox {
	position: relative;
	top: 0%;
	margin: 0px 0px 0px 3px;
	height: 402px;
	width: 25%;
	padding: 0px;
	border: none;
	background: #fff;
	float : right;
}

#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% "ＭＳ Ｐゴシック";
}

/*
 * 送迎先候補一覧（place_list）内
 */
#place_list_div {
	position: absolute;
	top: 10%;
	left: 0%;
	margin-top: 0px;
	height: 77%;
	width: 95%/*230px*/;
	padding: 5px;
	/* z-index: 5; */
	border: 1px solid #999;
	background: #fff;
}
#place_list_comment {
	position: absolute;
	height: 20%;
}
#place_list_div ul {
	position: absolute;
	top: 25%;
	list-style-type : none;
	padding: 0;
	margin: 0;
	height: 75%;
	width: 97%/*230px*/;
	overflow-y: scroll;
}

#sogeisakiGoogleMap {
  width : 755px;
  height : 400px;
  border :1px solid black;
  float : left;
  margin-bottom:10px;
}

#myGoogleMap {
  width : 755px;
  height : 400px;
  border :1px solid black;
  float : left;
  margin-bottom:10px;
}

.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);
}

/* Bootstrap.css に直接書き加えられていた部分を移動 */

/* タブレット 買い物リスト一覧画面 */
h2.shopping-list{
	background:#47b67c;
	color:#fff;
	padding:8px;
	position:relative;
}

h2.shopping-list span{
	margin-left:15px;
}

table#shopping-list-table{
	margin-bottom:15px;
	width:auto;
	border:1px solid #aaa;
	width:100%;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#47b67c', endColorstr = '#79D1B0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#47b67c', endColorstr = '#79D1B0')";
	background-image: -moz-linear-gradient(top, #47b67c, #79D1B0);
	background-image: -ms-linear-gradient(top, #47b67c, #79D1B0);
	background-image: -o-linear-gradient(top, #47b67c, #79D1B0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#47b67c), to(#79D1B0));
	background-image: -webkit-linear-gradient(top, #47b67c, #79D1B0);
	background-image: linear-gradient(top, #47b67c, #79D1B0);
}

table#shopping-list-table tbody{
	max-height:350px;
	overflow-y: scroll;
}

table#shopping-list-table tbody td{
	border:none;
	width:auto;
}

table#shopping-list-table tbody td.addlist_back{
	background:#ddd;
}

table#shopping-list-table tbody td.addlist_back:before{

}

table#shopping-list-table tbody td.addlist_back .addList{
	background:#33BFDB;
	color:#fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width:30px;
	height:30px;

}

table#shopping-list-table tbody td.addlist_back .removeList{
	background:#F26964;
	color:#fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width:30px;
	height:30px;

}

table.shopping-list-header{
	border:none;
	margin:0px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;

}

table.shopping-list-header th{
	border:none;
	background:#47B67C;
	color: #fff;
	font-size: 18px;
}

table.shopping-list-table{
	clear:both;
	border:none;
	padding-right:100px;
}

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.shopping-list-table{
	min-width:100%;
}

table.shopping-list-table th{
	border-bottom:none;
}

table.shopping-list-table td,
table.shopping-list-table th {
  table-layout:fixed;

}

.table thead:first-child tr:first-child th{
	border-top:1px solid #aaa;
}
table.shopping-list-table th.shopping_date,
table.shopping-list-table td.shopping_date {
	width:12%;
	word-break: break-all;
}
table.shopping-list-table th.shop_name,
table.shopping-list-table td.shop_name {
	width:31%;
}
table.shopping-list-table th.order_content,
table.shopping-list-table td.order_content {
	width:35%;
}
table.shopping-list-table th.shopping_mode,
table.shopping-list-table td.shopping_mode {
	width:15%;
}
table.shopping-list-table th.order_status,
table.shopping-list-table td.order_status {
	width:150px;
}



table.shopping-list-table th.list_check_box,
table.shopping-list-table td.list_check_box {
	width:20px;

}

table.shopping-list-table th.patient_list,
table.shopping-list-table td.patient_list {
	width:20%;

}

table.shopping-list-table th.shop_list,
table.shopping-list-table td.shop_list {
	width:20%;

}

table.shopping-list-table th.shop_mode_list,
table.shopping-list-table td.shop_mode_list {
	width:auto;

}

table.shopping-list-table th.order_creation_date,
table.shopping-list-table td.order_creation_date {
	width:auto;

}

table.shopping-list-table th.state_list,
table.shopping-list-table td.state_list {
	width:auto;

}

table.shopping-list-table th.shoppinglist_btn_list,
table.shopping-list-table td.shoppinglist_btn_list {
	width:85px;
	text-align:center;
}









table.shopping-list-table th{
	background:#F5F5F5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee')";
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(top, #ffffff, #eeeeee);
	color:#737373;
	font-size:18px;

	}
table.shopping-list-table td{
	background:#FFF;
	color:#737373;
	font-size:18px;
	vertical-align: middle;
	}

table.shopping-list-table input[type="checkbox"] + label {
    padding: 0px 0px 10px 35px;
    margin-left: 9px;
}

.form_the_first_line{
	margin-bottom:5px;
}

.form_the_second_line{
	margin-bottom:15px;
}

.shoppinglist-group{
	clear:both;
}

.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;
}

.btn_group_shoppinglist{
	position:absolute;
	top:4px;
	right:4px;
}


.btn_group_historylist{
	position:absolute;
	top:4px;
	right:3px;
}

.new-shopping-list{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee')";
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(top, #ffffff, #eeeeee);
	display:block;
	font-size:18px;
	padding:7px 4px;
	text-align:center;
	float:right;
	margin-bottom:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color:#47b67c;
	font-weight:bold;
	border: 0px solid #aaa;
	margin-right:5px;
}

.new-shopping-list:active{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eee', endColorstr = '#fff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eee', endColorstr = '#fff')";
	background-image: -moz-linear-gradient(top, #eee, #fff);
	background-image: -ms-linear-gradient(top, #eee, #fff);
	background-image: -o-linear-gradient(top, #eee, #fff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
	background-image: -webkit-linear-gradient(top, #eee, #fff);
	background-image: linear-gradient(top, #eee, #fff);
	display:block;
	font-size:18px;
	padding:7px 4px;
	text-align:center;
	float:right;
	margin-bottom:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color:#47b67c;
	font-weight:bold;
	border: 0px solid #aaa;
	margin-right:5px;

}

.new-shopping-list:focus {
    outline: none;
    text-decoration: none;
}

.shoppinglist-btn{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#79D1B0', endColorstr = '#47b67c');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#79D1B0', endColorstr = '#47b67c')";
	background-image: -moz-linear-gradient(top, #79D1B0, #47b67c);
	background-image: -ms-linear-gradient(top, #79D1B0, #47b67c);
	background-image: -o-linear-gradient(top, #79D1B0, #47b67c);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#79D1B0), to(#47b67c));
	background-image: -webkit-linear-gradient(top, #79D1B0, #47b67c);
	background-image: linear-gradient(top, #47b67c, #47b67c);
	padding:8px;
	display:block;
	width:80px;;
	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: 1px solid #aaa;
}

.shoppinglist-btn:active{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#47b67c', endColorstr = '#79D1B0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#47b67c', endColorstr = '#79D1B0')";
	background-image: -moz-linear-gradient(top, #47b67c, #79D1B0);
	background-image: -ms-linear-gradient(top, #47b67c, #79D1B0);
	background-image: -o-linear-gradient(top, #47b67c, #79D1B0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#47b67c), to(#79D1B0));
	background-image: -webkit-linear-gradient(top, #47b67c, #79D1B0);
	background-image: linear-gradient(top, #47b67c, #79D1B0);
	padding:8px;
	display:block;
	width:80px;;
	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;
}

.shoppinglist-btn:focus {
    outline: none;
    text-decoration: none;
}

label.shopping_date,
label.shop-select,
label.user-select,
label.facility-select{
	font-size:17px;
	color:#555;
	margin:11px 0 0px 0;
	height:30px;
	vertical-align: middle;
}


label.shop-select,
label.user-select{
	font-size:17px;
	color:#555;
	margin:8px 0 0px 8px;
}



input#shopping_date{
	height:35px;
	width:100px;
	border: 1px solid #aaa;
	margin-top:5px;
}

input#shoppinglist{
	height:35px;
	border: 1px solid #aaa;
}

select.shop-select,
select.user-select,
select.facility-select,
input.shoppinglist{
	height:35px;
	width:350px;
	border: 1px solid #aaa;
}

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

input.shoppinglist{
	height:35px;
	width:100%;
	border: 1px solid #aaa;
}

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

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

select.shoppinglist{
	height:35px;
	width:500px;
	border: 1px solid #aaa;
}

.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.fax-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/fax-icon_active.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.shopping-list{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#79D1B0', endColorstr = '#47b67c');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#79D1B0', endColorstr = '#47b67c')";
	background-image: -moz-linear-gradient(top, #79D1B0, #47b67c);
	background-image: -ms-linear-gradient(top, #79D1B0, #47b67c);
	background-image: -o-linear-gradient(top, #79D1B0, #47b67c);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#79D1B0), to(#47b67c));
	background-image: -webkit-linear-gradient(top, #79D1B0, #47b67c);
	background-image: linear-gradient(top, #47b67c, #47b67c);
	padding:8px;
	display:block;
	width:80px;;
	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;
	border: 0px solid #aaa

	}

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

	}

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

	}

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

}

.shop_group{
	display:block;
	width:390x;
	margin-left:15px;
	margin-top:5px;
	float:left;
	margin-bottom:5px;
}

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

.shopping-icon{
	position:absolute;
	top:0px;
	right:235px;
	background:url(../img/shopping-icon.png);
	width:46px;
	height:46px;
	background-size:100%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #aaa;
}

.shopping-icon:active{
	position:absolute;
	top:10px;
	right:235px;
	background:url(../img/shopping-icon_active.png);
	width:46px;
	height:46px;
	background-size:100%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #aaa;
}

@media screen and (max-width: 800px) {
	.shopping-icon:active{
		position:absolute;
		top:0px;
		right:235px;
		background:url(../img/shopping-icon_active.png);
		width:46px;
		height:46px;
		background-size:100%;
		text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	    border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border: 1px solid #aaa;
	}
	.row_zaitaku_riyou {
		padding: 10px;
		margin-bottom: 10px;
		border-bottom: 2px dashed silver;
	}
	.patient_haweekschedule {
		font-weight: bold;
		text-align: left;
		line-height:1.5em;

	}
}
.row_zaitaku_riyou select {
	padding: 1px 1px;
	border: 1px solid #cccccc;
 	border-radius: 3px;
}

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;
}

.form_padding_lr{
	padding-left:15px;
	padding-right:15px;
}

@media print {

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

}

/* CSVインポートエリア */
/* インポートボタン */
.csv_btn_area button {
	margin-top:10px;
}

/* メール認証関連のアイコン */
/* 管理画面の一覧表示で使用 */
.admin_list_icon {
	width : 40px;
	height : 30px;
}
