@CHARSET "UTF-8";
html {
	width : 100%;
	height : 100%;
	margin:0;
	padding:0;
}
body {
	background:#6495ed;
	height: 100%;
	min-height:10px;
	width : 100%;
	margin:0;
	padding:0;
}
.container {
	width:100%;
	padding:5px 5px 0px 5px;
	margin:0;
}
/* Bootstrap の打ち消し */
@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 100%;
	}
}
.content {
	min-height:50%;
	width:100%;
	max-width: 100vw;
	/*padding-top:0px;
	padding-bottom:15px;*/
	position:relative;
	padding:0px;
	margin-top:62px;
}

*:focus {
outline:none;
}
a:hover {
	text-decoration:none;
}
@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        margin: 0px;
		filter: alpha(opacity=0);
		-moz-opacity:0.0;
		opacity:0.0;
		position:absolute;
		top:0;
		left:0;
    }

	input[type=radio],
    input[type=checkbox] {
        margin: 0px;
    }

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

    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 35px;
        margin-right:5px;
    }
    input[type=radio] + label::before,
    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;
    }
    input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 30%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
        left: 7px;

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

        background: #47b67c;
        border-radius: 10px;
    }
    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);
    }
}

/* ヘッダー */
.header {
	margin:0;
	padding:4px;
	background-color:#036;
	color: #fff;
	box-shadow: 0px 0px 10px #666; /* CSS3 */
	position:fixed;
	z-index:10;
	/*height:54px;*/
}
h1 {
	margin:0px;
	font-size:15px;
	vertical-align:top;
}
h1::before {
	content: url(../img/icon_48x48.png);
}
@media (max-width: 640px) {
	h1 {
		/*content: url(../img/icon_48x48.png);*/
		content: none;
		margin:0;
		padding: 0;
	}
}
.header-info {
	display: inline;
    position: absolute;
    top: 32px;
}
.env-info {
	color: #ccc;
}
h2 {
	font-size:24px;
}
h3 {
	color:#6495ed;
	margin:0px;
	padding:0px;
}
.title_logo_tablet {
	display: inline;
}
#title {
	float:left;
}
/* フッター（非表示）*/
.footer {
	background-color:#fff;
	height:0px;
}
/* フォームグループ */
@media screen and (max-width: 800px) {
	/* 縦画面 */
	.form_group_edit {
		float: none;
		width:100%;
		margin: 0;
		padding: 0;
	}
}

@media screen and (min-width: 800px) {
	/* ■横画面 */
	.form_group_edit {
		float: right;
		width: 59%;
		margin: 0;
		padding: 0 0 0 5px;
	}
}
.form_group label {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
.form_group select {
	padding: 4px 6px;
	border: 1px solid #cccccc;
 	border-radius: 4px;
	height: 35px;
	font-size: 18px;
	margin-right: 10px;
	background-color: #ffffff;
}
.form_group input[type="text"] {
	padding: 4px 6px;
	border: 1px solid #cccccc;
 	border-radius: 4px;
	height: 35px;
	font-size: 18px;
	margin-right: 10px;
}

/* テーブル (タブレット用デザイン) */
.table_tablet {
	width:100%;
	color: black;
	font-size:18px;
	background-color:#92b4f2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cbd5fd', endColorstr = '#92b4f2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cbd5fd', endColorstr = '#92b4f2')";
	background-image: -moz-linear-gradient(top, #cbd5fd, #92b4f2);
	background-image: -ms-linear-gradient(top, #cbd5fd, #92b4f2);
	background-image: -o-linear-gradient(top, #cbd5fd, #92b4f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#cbd5fd), to(#92b4f2));
	background-image: -webkit-linear-gradient(top, #cbd5fd, #92b4f2);
	background-image: linear-gradient(top, #cbd5fd, #92b4f2);
}
.table_tablet thead tr {
	width: 100%;
	color: #333;
	background-color: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eee', endColorstr = '#ddd');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eee', endColorstr = '#ddd')";
	background-image: -moz-linear-gradient(top, #eee, #ddd);
	background-image: -ms-linear-gradient(top, #eee, #ddd);
	background-image: -o-linear-gradient(top, #eee, #ddd);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#ddd));
	background-image: -webkit-linear-gradient(top, #eee, #ddd);
	background-image: linear-gradient(top, #eee, #ddd);
}

/*モーダル*/
.ok.button{
	padding:5px 10px;
	border: #ccc 1px solid;
	cursor: pointer;
	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));
}

.ok.button:hover{
	padding:5px 10px;
	border: #ccc 1px solid;
	cursor: pointer;
	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));
}

.cancel.button{
	padding:7px 10px;
	border: #ccc 1px solid;
	cursor: pointer;
	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));
}
/*削除モーダル*/
.delete-ok.button,
.delete-cancel.button{
	width:120px;
	padding:5px 10px;
	border: #ccc 1px solid;
	cursor: pointer;
	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));
	margin-right: 5px;
}
.delete-ok.button:hover,
.delete-cancel.button:hover{
	background-image: -moz-linear-gradient(top, #eee 0%, #fff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(1, #fff));
}
.delete_dialog.ui-dialog{
	z-index:3;
	/*font-size:20px;*/
	background:#F2F5F7;
	height: auto !important;
	width: 300px !important;
}
.delete_dialog.ui-dialog-content{
	min-height: auto !important;
	margin-top: 10px;
	padding:.5em 0em !important;
}
.delete_dialog.ui-widget-overlay{
	background:#555;
	z-index:2;
}
/*利用者追加モーダル*/
.modal_contents table#detail th,
.modal_contents table#detail td{
	border: #ccc 1px solid;
	padding:10px 5px;
}
.modal_contents table#detail td.col_sogei{
	padding:10px 10px 0 10px;
}
tr#point th.col_sogei,
tr#point td.col_sogei{
	width:1px;
}
tr#point th.col_name,
tr#point td.col_name{
	width:40vw;
}
tr#point th.col_sex,
tr#point td.col_sex{
	width:60px;
	text-align: center;
}
tr#point th.col_location,
tr#point td.col_location{
	width:40vw;
}


input[type=radio] + label.point_id_label{
	padding:0 0 0 0;
	margin-top: 0px;
	margin-right: 0px;
}
input[type=radio] + label.point_id_label::before{
	position:inherit;
	margin-top:0;
}

label.point_id_label{
	padding:0;
	margin-bottom: 0;
}
.ui-dialog-buttonset button{
	border: #ccc 1px solid;
	height: 45px;
	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-radius: 5px;
}

.ui-dialog-buttonset button:hover{
	border: #ccc 1px solid;
	height: 45px;
	background-image: -moz-linear-gradient(top, #eee 0%, #fff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(1, #fff));
	border-radius: 5px;
}

.ui-dialog .ui-dialog-buttonpane button#add_point_cancel-button,
.ui-dialog .ui-dialog-buttonpane button#add_point_add-button{
	padding:0 10px 1px 10px;
	margin: 0.6em .4em .5em 0;
}

.ui-dialog .ui-dialog-buttonpane button#add_point_cancel-button{
	margin-right:30px;
}
.ui-dialog .ui-dialog-buttonpane button#add_point_add-button{
	background-image: -moz-linear-gradient(top, #43ad76 100%, #3e9f6d 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#43ad76), to(#3e9f6d));
	color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button#add_point_add-button:hover{
	background-image: -moz-linear-gradient(top, #3e9f6d 100%, #43ad76 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3e9f6d), to(#3e9f6d));
}

/*メニューボタンカーソル*/
#menu_item_other{
	cursor: pointer;
}

/*マニュアルオプション*/
#manual_entry{
	margin-top:-80px;
    padding-top:80px;
}

#manual_edit{
	margin-top:-80px;
    padding-top:80px;
}

#manual_sogei{
	margin-top:-80px;
    padding-top:80px;
}

@media screen and (min-width: 800px) {
	.table_tablet thead tr {
		width: inherit;
	}
}
.table_tablet tbody tr {
	min-height:45px;
	color: #000;
	background-color: #efefef;
	border-bottom: 1px solid silver;
	border-top: 0px none;
}
.table_tablet tbody tr.facility {
	color: #000;
	background-color: #eef8ff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eef8ff', endColorstr = '#dde8ee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eef8ff', endColorstr = '#dde8ee')";
	background-image: -moz-linear-gradient(top, #eef8ff, #dde8ee);
	background-image: -ms-linear-gradient(top, #eef8ff, #dde8ee);
	background-image: -o-linear-gradient(top, #eef8ff, #dde8ee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#eef8ff), to(#dde8ee));
	background-image: -webkit-linear-gradient(top, #eef8ff, #dde8ee);
	background-image: linear-gradient(top, #eef8ff, #dde8ee);
	border-bottom:1px solid #aaa;
}
.table_tablet tbody tr.skip,
.table_tablet tbody tr.delete {
	color: #696969;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aaa', endColorstr = '#ccc');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aaa', endColorstr = '#ccc')";
	background-image: -moz-linear-gradient(top, #aaa, #ccc);
	background-image: -ms-linear-gradient(top, #aaa, #ccc);
	background-image: -o-linear-gradient(top, #aaa, #ccc);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#aaa), to(#ccc));
	background-image: -webkit-linear-gradient(top, #aaa, #ccc);
	background-image: linear-gradient(top, #aaa, #ccc);
}
.table_tablet tbody tr.arrival_item {
	color: #696969;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bfd3f8', endColorstr = '#92b4f2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bfd3f8', endColorstr = '#92b4f2')";
	background-image: -moz-linear-gradient(top, #bfd3f8, #92b4f2);
	background-image: -ms-linear-gradient(top, #bfd3f8, #92b4f2);
	background-image: -o-linear-gradient(top, #bfd3f8, #92b4f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#bfd3f8), to(#92b4f2));
	background-image: -webkit-linear-gradient(top, #bfd3f8, #92b4f2);
	background-image: linear-gradient(top, #bfd3f8, #92b4f2);
}
.table_tablet th {
	/*text-align: center;*/
}
.table_tablet td {
	/*text-align: center;*/
	border-right: none;
	border-left: none;
}

/*
 * -------------------------------------------------------
 * スクロールボックス・テーブル
 * -------------------------------------------------------
 */

.scrollbox {
	width : 100%;
    height: 310px;
    overflow: auto;
    padding-top: 32px;
    margin: 10px 0 10px 0;
	border : 1px #ccc solid;
	background-color:#92b4f2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cbd5fd', endColorstr = '#92b4f2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cbd5fd', endColorstr = '#92b4f2')";
	background-image: -moz-linear-gradient(top, #cbd5fd, #92b4f2);
	background-image: -ms-linear-gradient(top, #cbd5fd, #92b4f2);
	background-image: -o-linear-gradient(top, #cbd5fd, #92b4f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#cbd5fd), to(#92b4f2));
	background-image: -webkit-linear-gradient(top, #cbd5fd, #92b4f2);
	background-image: linear-gradient(top, #cbd5fd, #92b4f2);
}
@media screen and (min-width: 800px) {
	.scrollbox {
		height:43vh;
		height: calc(100vh - 295px);
	}
}
.scrollbox::-webkit-scrollbar {
	width: 5px;
	background: #9aadfc;
}
.scrollbox::-webkit-scrollbar-thumb {
	background: #435295;
	border-radius: 10px;
}
.scrollbox::-webkit-scrollbar-track-piece:start {
	background: #9aadfc;
}
.scrollbox table {
    width:92%;
}
.scrollbox thead tr {
	position: absolute;
	margin-top: -32px;
	height:32px;
	padding-top:2px;
	z-index: 1;
}
/* ソート可能なテーブル */
.table_sortable tbody {
	padding-top:32px;
}
.table_sortable th {
	text-align: center;
}
.table_sortable td {
	text-align: center;
	height:45px;
}

#login_staff_box {
	padding: 10px 0px;
	float: right;
	color: white;
	font-size:16px;
	width:150px;
}

/* ログインフォーム */
.fieldset_login {
	margin:0 auto;
	margin-top:60px;
	margin-bottom:50px;
	width:70%;
}
.fieldset_login label {
	margin-top:1em;
	color:#fff;
	font-width: normal;
	font-size:18px;
}
#form_username {
	width:100%;
}
#form_password {
	width:100%;
}
@media (min-width: 800px) {
	.fieldset_login {
		margin: 0 auto;
		margin-top: 25px;
		margin-bottom: 50px;
		width: 40%;
	}
}

/* style.css から移植 */
.right_button {
	width:100px;
	height:20px;
	float:left;
	padding:0;
	margin:0;
	margin-bottom:5px;
	text-align:center;
	float:right;
}
.right_button a {
	border-radius:5px 5px 5px 5px;
	width:auto;
	height:30px;
	color:#888;
	font-size:12px;
	font-weight:bold;
	padding:6px 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;
}

.right_button a:hover {
	color:#e87fda;
	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(1, #eee));
	background-image: linear-gradient(to bottom, #fff, #eee);
}

.clearfix{
	margin-bottom:15px;

}

/* アカウント無料登録メッセージ */
.account_reg_msg{
	margin-top:20px;
	color:#fff;
	font-size:12px;
}

.link_download {
	margin:0 auto;
	margin-top:50px;
	width:21em;
	color:#fff;
	font-size:14px;
}

.login {
	margin-top:15px;
	width:100%;
	font-size:16px;
}
.login:hover {
	margin-top:15px;
	width:100%;
	font-size:16px;
	color:#3676e8;
}

.menu_buttons {
	float:right;
	margin-top:3px;
}

.menu_tablet {
	width:auto;
	padding:0;
	margin:0;
	list-style-type: none;
}

.menu_tablet_item {
	display:block;
	float:left;
	padding:0;
	margin:0;
	font-size:24pt;
	margin-right:4px;
	width:45px;
	height:45px;
	overflow:hidden;
	white-space: nowrap;
	border: 0 none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

a.tablet_menu01{
	color: transparent;
	background:url(../img/tablet-menu01.png);
	display:block;
	width:45px;
	height:45px;
	background-size:47px;
}

a.tablet_menu01:active,
a.tablet_menu_select01,
a.tablet_menu_select01:active {
	color: transparent;
	background:url(../img/tablet-menu01-active.png);
	background-size:47px;
	display:block;
	width:45px;
	height:45px;
}

a.tablet_menu02{
	color: transparent;
	background:url(../img/tablet-menu02.png);
	background-size:47px;
	display:block;
	width:45px;
	height:45px;
}

a.tablet_menu02:active,
a.tablet_menu_select02,
a.tablet_menu_select02:active  {
	background:url(../img/tablet-menu02-active.png);
	background-size:47px;
	display:block;
	width:45px;
	height:45px;
}

a.tablet_menu03{
	color: transparent;
	background:url(../img/tablet-menu03.png);
	background-size:47px;
	display:block;
	width:45px;
	height:45px;
}

a.tablet_menu03.disabled{
	background:url(../img/tablet-menu03-disabled.png);
	display:block;
	width:45px;
	height:45px;
	background-size:47px;
	pointer-events: none;
}


a.tablet_menu03:active,
a.tablet_menu_select03,
a.tablet_menu_select03:active {
	content:"";
	background:url(../img/tablet-menu03-active.png);
	background-size:47px;
	display:block;
	width:45px;
	height:45px;
}

a.tablet_menu04{
	color: transparent;
	background:url(../img/tablet-menu04.png);
	background-size:47px;
	display:block;
	width:45px;
	height:45px;
}

a.tablet_menu04.disabled{
	color: transparent;
	background:url(../img/tablet-menu04-disabled.png);
	display:block;
	width:45px;
	height:45px;
	background-size:47px;
	pointer-events: none;
}

a.tablet_menu04:active,
a.tablet_menu_select04,
a.tablet_menu_select04:active  {
	color: transparent;
	background:url(../img/tablet-menu04-active.png);
	background-size:47px;
	display:block;
	width:45px;
	height:45px;
}

a.tablet_menu_shopping {
	color: transparent;
	background:url(../img/shopping-icon.png);
	background-size:47px;
	display:block;
	width:45px;
	height:45px;
}

a.tablet_menu_shopping:active,
a.tablet_menu_select_shopping,
a.tablet_menu_select_shopping:active {
	color: transparent;
	background:url(../img/shopping-icon_active.png);
	background-size:47px;
	display:block;
	width:45px;
	height:45px;
}


a.tablet_menu_shopping.disabled{
	color: transparent;
	background:url(../img/shopping-icon-disabled.png);
	display:block;
	width:45px;
	height:45px;
	background-size:47px;
	pointer-events: none;
}
#menu_item_other { /* TODO 暫定 */
	font-size:24pt;
	padding:1px 5px 0px;
	text-align:center;
	display:block;
	width:45px;
	height:45px;
	background-image: -moz-linear-gradient(top, #1673f4, #0053c6);
	background-image: -ms-linear-gradient(top, #1673f4, #0053c6);
	background-image: -o-linear-gradient(top, #1673f4, #0053c6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#1673f4), to(#0053c6));
	background-image: -webkit-linear-gradient(top, #1673f4, #0053c6);
	background-image: linear-gradient(top, #1673f4, #0053c6);
}

.menu_child {
	display: none;
	padding: 0px;
	position: absolute;
	top: 55px;
	right: 0px;
	font-size:12pt;
	list-style-type: none;
	z-index:100;
	background-color: #eee;
	color: #006;
	border: 1px solid sliver;
	box-shadow: -10px 10px 10px rgba(0,0,0,0.4);
}
.menu_child_item {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid silver;
}
.menu_child_item a {
	color: #333;
	padding: 10px 20px;
	display: block;
	font-size:14pt;
}

.tablet_bg {
	background:#6495ed;
}


.template_button {
	width:auto;
	height:45px;
	float:left;
	padding:0;
	margin:0;
	margin-bottom:5px;
	text-align:center;
	float:left;
	margin-left:8px;
}

.template_button a {
	border-radius:5px 5px 5px 5px;
	width:auto;
	height:45px;
	color:#fff;
	font-size:19px;
	font-weight:bold;
	padding:10px 5px;
	text-decoration:none;
	display:block;
	background:#666;
	text-shadow: 1px 1px 3px #0098cc;
	background-image: -moz-linear-gradient(top, #99e5ff 0%, #00bfff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #99e5ff), color-stop(1, #00bfff));
	border:none;
	outline: 0;
}

.template_button a:active {
	color:#e5f8ff;
	background:#3676e8;
	text-shadow: 0px 0px 0px;
	background-image: -moz-linear-gradient(top, #00bfff 0%, #99e5ff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00bfff), color-stop(1, #99e5ff));
}


@media screen and (min-width: 800px) {
	.template_button {
		width:auto;
		height:45px;
		float:left;
		padding:0;
		margin:0;
		margin-bottom:5px;
		text-align:center;
		float:left;
		margin-left:8px;
	}

	.template_button a {
		border-radius:5px 5px 5px 5px;
		width:auto;
		height:45px;
		color:#fff;
		font-size:17px;
		font-weight:bold;
		padding:10px 5px;
		text-decoration:none;
		display:block;
		background:#666;
		text-shadow: 1px 1px 3px #0098cc;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#99e5ff', endColorstr = '#00bfff');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#99e5ff', endColorstr = '#00bfff')";
		background-image: -moz-linear-gradient(top, #99e5ff, #00bfff);
		background-image: -ms-linear-gradient(top, #99e5ff, #00bfff);
		background-image: -o-linear-gradient(top, #99e5ff, #00bfff);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#99e5ff), to(#00bfff));
		background-image: -webkit-linear-gradient(top, #99e5ff, #00bfff);
		background-image: linear-gradient(top, #99e5ff, #00bfff);
		border:none;
		outline: 0;
	}

	.template_button a:active {
		color:#e5f8ff;
		background:#3676e8;
		text-shadow: 0px 0px 0px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00bfff', endColorstr = '#99e5ff');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00bfff', endColorstr = '#99e5ff')";
		background-image: -moz-linear-gradient(top, #00bfff, #99e5ff);
		background-image: -ms-linear-gradient(top, #00bfff, #99e5ff);
		background-image: -o-linear-gradient(top, #00bfff, #99e5ff);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#00bfff), to(#99e5ff));
		background-image: -webkit-linear-gradient(top, #00bfff, #99e5ff);
		background-image: linear-gradient(top, #00bfff, #99e5ff);
	}
}
/* Maps Area */
.map {
	width : 100%;
	height : 280px;
	border :2px solid #eee;
	margin:0 0 5px 0;
}
.map_edit {
	height:calc(100vh - 610px);
}
/* コーステンプレートのマップ*/
.map_template {
	height : calc(100vh - 610px);
}
@media screen and (min-width: 800px) {
	.map {
		width : 40%;
		height : 405px;
		margin:0 5px 5px 0;
		float:left;
	}
	.map_edit {
		height:75vh;
		height :calc(100vh - 135px);
	}
	.map_template {
		height:58vh;
		height : calc(100vh - 270px);
	}
}


/* -------------------------------------------------------
 * ボタンの設定
 * -------------------------------------------------------
 */
.buttonbox {
	padding: 5px 0px;
	height :50px;
}
/* override bootstrap button size */
.buttonbox .btn {
	font-size: 18px;
	padding:7px 12px;
}
.edit_button_right {
	margin-left:15px;
}

.course_name{
	color:#fff;
}

.header_modal_courselist{
	color:#fff;
	background-color:#9370db;
	padding:10px;
	padding-bottom:15px;
}

.header_modal_coursehistory{
	color:#fff;
	background-color:#00bfff;
	padding:10px;
	padding-bottom:15px;
}


.ui-dialog-titlebar-close {
	width: 50px;
	height: 50px;
}
/* 登録済コースモーダル */
.course_history_radio {
	font-size: 500%;
	margin: 30px;
}

.course_history_label {
	vertical-align: middle;
}

.ui-dialog table tr td label{
	font-weight:normal;
}


/* 送迎コース画面 */
.info_window {
	width: 200px;
	min-height: auto;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:30px;
}

.ui-dialog{
	z-index: 1;
	font-size:20px;
	width:94%!important;
	height:80vh !important;
	height:calc(100vh - 80px)!important;
	margin:0% 3% 10px 3% !important;
}
@media screen and (min-width: 800px) {
	.ui-dialog{
		font-size:20px;
		width:94%!important;
		height:80vh !important;
		height:calc(100vh - 80px)!important;
		margin:0% 3% 10px 3%!important;
	}
}
/* エラー表示用のダイアログ */
.ui_err_dialog{
	font-size:20px;
	width:50%!important;
	height:250px!important;
	margin:0% 3% 10px 3%!important;
}
#show_dialog{
	font-size:20px;
	width:auto !important;
	height: 100px !important;
	display:none;
}
.ui_err_dialog .ui-dialog-buttonset>button{
	width:100px;
}

#add_course_point_modal{
	width:auto !important;
	height: calc(100vh - 220px) !important;
}

.info_window h3{
	font-size:21px;
}

.gm-style-iw{
	width:250px;
	padding:10px;
}

.patient_info button{
	display:none;
}

table.patient th{
	width:30%;
}
table.patient td{
	width:70%;
}

.ui-widget-header{
	border:#ccc 1px solid;
	height:45px;
	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));
}

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

.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:#7ba5f0;
	z-index: 1;
}

.ui-dialog .ui-dialog-titlebar-close{
	width:20px;
	padding:15px;
	height:33px;
	top:15px;
	right:5px;
}

/* マニュアル画面*/
.lead{
	color:#fff;
}

h2#manual{
	color:#fff;
	font-size:31px;
}

h3.manual_ttl {
    color: #fff;
    margin: 15px 0px;
    padding: 0px;
	font-size:24px;
}

#tablet_manual img{
	border:1px solid #ccc;
	background:#fff;
	padding:15px;
}
/* オプション画面 */

#tablet_option_table {
	margin-top:10px;
}

#tablet_option_table th {
	font-size:18px;
	background: #ccc;
}

#tablet_option_table td {
	font-size:18px;
	background: #fff;
}

.submit_tb_option {
	border-radius:5px 5px 5px 5px;
	width:120px;
	margin:15px 0px 0px 5px;
	color:#888;
	font-size:18px;
	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(1, #eee));
	border:none;
	outline: 0;
	float:right;
}

.submit_tb_option:hover {
	color:#3676e8;
	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(1, #eee));
}
.sogeisaki {
	margin-bottom:10px;
	margin-top:10px;
	display:block;
}

.modal_contents {
	height: 270px;
	height: calc(100vh - 240px);
}

.modal_contents #detail,
.modal_contents .history {
	width: 100%;
}



.modal_contents::-webkit-scrollbar-track-piece:start {
	background: #9aadfc;
}
.modal_contents::-webkit-scrollbar-track-piece:start {
	background: #9aadfc;
}
@media screen and (min-width: 800px) {
	/* .modal_contents{
		height: calc(100vh - 240px);
	}*/
}

/*
.balloon {
	display:inline;
}

.plus-or-minus {
	display:lnline;
	float:right;
	font-size:21px;
	font-weight:bold;
}
*/
/*ラジオボタン、チェックボックスデザイン*/

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

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

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

    cursor: pointer;
    color:#555;
}



/*送迎履歴*/
table.history tr th {
	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);
	border:1px solid #aaa;
	color:#fff;
}

table.history tr td {
	background:#fff;
	border:1px solid #aaa;
}

.ui-dialog-titlebar-close {
	display:none;
}

@media print {

  a[href]:after {
    content:normal;
  }
  abbr[title]:after {
    content:normal;
  }
}
/* コーステンプレート画面 */
select#shopping_mode {
	width:100px;
}

/* Alert */
.alert {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0.9;
    position: absolute;
    width:100%;
}
