/* ================================ *
 *	共通スタイル(IcCardManager引用)	*
 * ================================ */

body {
	padding-top: 3.5rem;
	padding-bottom: 45px;

	background-color: #FFFFFF;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

h1 {
	display: none;
	margin: 0 20px 5px 20px;
	padding: 8px 15px 8px 15px;
	line-height: 24px;
	font-size: 16px;

	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);

	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);

	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

h2 {
	margin: 0 0 5px 0;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 25px;
	font-size: 21px;
	border-width: 1px 1px 1px 12px;
	border-style: solid;
	border-color: #cccccc #cccccc #cccccc #08c;
	color: #333;

	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);

	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

h3 {
	margin: 5px 0 5px 0;
	line-height: 21px;
	font-size: 16px;
	color: #333;
}

form {
	margin: 0;
}

hr {
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
}

/* ウインドウ最小幅指定 */
.fixed-minimum {
	/* 以下の幅 ＋ 右の余白20px ＋ 右の余白20px が横スクロールしない幅 */
	min-width: 560px;
}

/* main-menubar */

.main-menubar {
	margin-bottom: 5px;
}

.main-menubar .navbar-inner {
	padding-left: 0;
	padding-right: 0;

	border-top: 0;
	border-left: 0;
	border-right: 0;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

/* second-menubar */

.second-menubar {
	margin-bottom: 5px;
}

.second-menubar .navbar-inner {
	padding-left: 0;
	padding-right: 0;
}

/* left-menu */
.left-menu {
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	   -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
			box-shadow: 0 1px 4px rgba(0,0,0,.065);
	font-size: 12px;
}

.left-menu > li > a {
	display: block;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}

.left-menu > li:first-child > a {
	-webkit-border-top-left-radius: 6px;
	   -moz-border-radius-topleft:  6px;
			border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	   -moz-border-radius-topright:  6px;
			border-top-right-radius: 6px;
}

.left-menu > li:last-child > a {
	-webkit-border-bottom-left-radius: 6px;
	   -moz-border-radius-bottomleft:  6px;
			border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	   -moz-border-radius-bottomright:  6px;
			border-bottom-right-radius: 6px;
}

.left-menu > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	   -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
			box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

.left-menu .icon-chevron-right {
	float: right;
	margin-top: -2px;
	margin-right: -6px;
}

/* contents */
.contents {
	margin-bottom: 5px;
	padding: 1em;
	border: 1px solid #cccccc;
	color: #333;

	background-color: #fcfcfc;
	background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fafafa));
	background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
	background-image: -o-linear-gradient(top, #ffffff, #fafafa);
	background-image: linear-gradient(to bottom, #ffffff, #fafafa);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fffafafa',GradientType=0);

	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

/* Bootstrap table */
.table {
	margin-bottom: 5px;

}

/* Bootstrap well */
.well {
	margin-bottom: 5px;
	padding: 8px;
}

/* Bootstrap alert */
.alert {
	margin-bottom: 5px;
}

/* Bootstrap accordion */
.accordion {
	margin-bottom: 5px;
}

/* Bootstrap form-horizontal control-group */
.form-horizontal .control-group {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Bootstrap input-block-level */
input[type="file"].input-block-level {
	width: 100%;
}

/* Bootstrap pull-left */
div.pull-left {
	margin-right: 8px;
}

/* Bootstrap pull-right */
div.pull-right {
	margin-left: 8px;
}

/* Bootstrap help-block, help-inline */
.help-block,
.help-inline {
	color: dodgerblue;
}

.help-block:before,
.help-inline:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	margin-top: 0;
	padding-right: 0.2em;
	line-height: normal;
	vertical-align: baseline;
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}

.help-block:before {
	content: "\f0a6";
}

.help-inline:before {
	content: "\f0a5";
}

.form-horizontal input+.help-block, .form-horizontal select+.help-block, .form-horizontal textarea+.help-block, .form-horizontal .uneditable-input+.help-block, .form-horizontal .input-prepend+.help-block, .form-horizontal .input-append+.help-block {
	margin-top: 2px;
}

/* 背景が透明なボックス */
.block {
	min-height: 20px;
	padding: 8px;
	margin-bottom: 5px;
	border: 1px solid rgb(227, 227, 227);
	background-color: rgb(252, 252, 252);
	background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(255, 255, 255)), to(rgb(250, 250, 250)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(250, 250, 250));
	background-image: -o-linear-gradient(top, #ffffff, #fafafa);
	background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(250, 250, 250));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fffafafa',GradientType=0);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

/* エラー */
.error {
	color: rgb(185, 74, 72);
}

/* フォームのラベル */
.control-label {
	font-weight: bold;
}

/* フォームのテキスト表示 */
.readonlyText {
	margin-top: 5px;
	white-space: normal;
	word-break: normal;
}

/* 無効なデータ */
.disableData {
	color: #999;
	text-decoration: line-through;
}

/* 折り返し関連 */
.word-break-normal {
	word-break: normal;
}

.white-space-nowarp {
	white-space: nowrap;
}

/* ページトップのアラート */
.header-alert {
	margin: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

/* 回り込みの解除 */
.clear {
	clear: both;
}

/* ページトップへのリンク */
#linkToPageTop {
	position: fixed;
	bottom: 5px;
	right: 20px;
	margin: 0;
	padding: 8px 14px;
	border: 1px solid rgb(221, 221, 221);
	background-color: rgb(249, 249, 249);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	   -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
			box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

/* スクロール時に画面を追いかけるブロック */
.affix-block {
	/* 浮いた時の位置を指定 */
	z-index: 1;
	top: 5px;
}

/* 月選択 */
.monthPicker > input[readonly] {
	cursor: pointer;
	background-color: rgb(255, 255, 255);
}

/* 入力文字数カウンターの表示 */
.counter {
	font-size: 12px;
	color: red;
	text-align: right;
}

/* 印刷時の設定. */
@media print {
	body {
		padding-bottom: 0;
	}
}
/* -------------------------------- * /


/* ================================ *
 *	共通スタイル					*
 * ================================ */
@media (min-width: 1200px) {
	body {
		font-size: 100% !important;
	}
}

/* -------------------------------- *
 *	アイコン						*
 * -------------------------------- */
i {
	font-size: 100% !important;
}


/* -------------------------------- *
 *	共通div							*
 * -------------------------------- */
div {
	border-radius: .25rem;
}

/* -------------------------------- *
 *	タイトル						*
 * -------------------------------- */
.title {
	width: 100%;
	-ms-flex: 0 0 98%;
	flex: 0 0 98%;
	max-width: 98%;
	color: #fff;
	background-color: #6c757d;
	margin-left: .75rem;
	padding: .25rem .5rem .01rem .5rem;
	font-size: 100%;
}

/* -------------------------------- *
 *	検索条件						*
 * -------------------------------- */
.search {
	width: 98%;
	background-color: #eff1f4;
	margin-top: .5rem;
	margin-bottom: .5rem;
	padding-bottom: .25rem;
	font-size: 90%;
}

.search-row, .search-row-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;	/* 縦方向中央揃え */
	margin: .25rem -15px;
}

.search-row-center {
	justify-content: center;	/* 横方向中央揃え */
	margin-top: .5rem;
}

.search-row > label, .search-row-center > label {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: .5rem;
	padding-left: .75rem;
/* 	font-weight: bold; */
}

.search-lbl-1, .search-lbl-2, .search-lbl-3, .search-col-1, .search-col-2 {
	margin: .25rem;
}

.search-title {
	font-size: 1rem;
	font-weight: bold;
	line-height: 2rem;
	margin-top: -.25rem;
	border-width: .01rem .1rem .25rem .1rem;
	border-style: solid;
	border-color: #cccccc #cccccc #9193a0 #cccccc;
	color: #333;

	color: #fff;
	background-color: #6c757d;
/* 	background-color: rgba(206, 206, 206, .5); */
}

@media (min-width: 576px) {
	.search-lbl-1, .search-lbl-2, .search-lbl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		text-align: right;
	}

	.search-col-1, .search-col-2 {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
}

@media (min-width: 768px) {
	.search-lbl-1 {
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}

	.search-lbl-2 {
		-ms-flex: 0 0 12%;
		flex: 0 0 12%;
		max-width: 12%;
	}

	.search-lbl-3 {
		-ms-flex: 0 0 17%;
		flex: 0 0 17%;
		max-width: 17%;
	}

	.search-col-1 {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}

	.search-col-2 {
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
		max-width: 38%;
	}
}

@media (min-width: 992px) {
	.search {
		max-width: 80%;
	}

	.search-lbl-1 {
		-ms-flex: 0 0 8%;
		flex: 0 0 8%;
		max-width: 8%;
	}

	.search-lbl-2 {
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}

	.search-lbl-3 {
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		max-width: 15%;
	}

	.search-col-1 {
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}

	.search-col-2 {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
}

/* -------------------------------- *
 *	データ表示枠					*
 * -------------------------------- */
.frame {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 3rem, 1rem;
	font-size: 82%;
}

/* -------------------------------- *
 *	エラー表示用					*
 * -------------------------------- */
.error {
	position: relative;
	padding: .1rem .3rem;
	margin-top: .1rem;
	color: red;
	background-color: rgba(255,0,0,.1);
	border: 1px solid rgba(255,0,0,.2);
	border-radius: .25rem;
}

.alert-error {
	color: #f90000;
	background-color: rgba(255,0,0,.1);
	border: 1px solid rgba(255,0,0,.2);
}

/* -------------------------------- *
 *	テキストボックスをラベル化		*
 * -------------------------------- */
.likeLabel {
	background-color: transparent;
	border: none;
	width: 100% !important;
	max-width: 100% !important;
}

/* -------------------------------- *
 *	共通table						*
 * -------------------------------- */
/* 土曜日のセルの文字色＆背景色 */
th.saturday {
	color: #1d4293;
}
td.saturday {
	background-color: rgb(189, 206, 242, .5);
}

/* 日曜日のセルの文字色＆背景色 */
th.sunday {
	color: #c50030;
}
td.sunday {
	background-color: rgb(255, 197, 211, .5);
}

/* 休業日のセルの文字色＆背景色 */
th.closedday {
	color: #6c757d;
}
td.closedday {
	background-color: rgb(108, 117, 125, .5);
}

.fixed-tbl {
	/*font-size: 82%;*/
	table-layout: fixed;
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.fixed-tbl thead {
	color: #fff;
	background-color: #6c757d;
}

.fixed-tbl thead, .fixed-tbl th, .fixed-tbl td {
	vertical-align: middle !important;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.fixed-tbl thead {
	text-align: center !important;
}

/* 編集アイコン表示用 */
.tbl-col-icon {
	position: relative;
}
.tbl-col-icon a {
	position: absolute;
	right: .5rem;
	bottom: .25rem;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* TODO:テーブルセルサイズを@media対応する！ */
/* ------------------------------------------------------------------------------------------------------------------------------------ */
.tbl-col-3, .tbl-col-4, .tbl-col-5, .tbl-col-6, .tbl-col-8, .tbl-col-10, .tbl-col-13,
.tbl-col-15, .tbl-col-16, .tbl-col-20, .tbl-col-25, .tbl-col-40, .tbl-col-55 {
	width: auto;
}

@media (min-width: 576px) {
	.tbl-col-3 {
		width: 3.5%;
		max-width: 3.5%;
	}

	.tbl-col-4 {
		width: 4.5%;
		max-width: 4.5%;
	}

	.tbl-col-5 {
		width: 5%;
		max-width: 5%;
	}

	.tbl-col-6 {
		width: 6%;
		max-width: 6%;
	}

	.tbl-col-8 {
		width: 8.5%;
		max-width: 8.5%;
	}

	.tbl-col-10 {
		width: 10%;
		max-width: 10%;
	}

	.tbl-col-13 {
		width: 13.5%;
		max-width: 13.5%;
	}

	.tbl-col-15 {
		width: 15%;
		max-width: 15%;
	}

	.tbl-col-16 {
		width: 16.5%;
		max-width: 16.5%;
	}

	.tbl-col-20 {
		width: 20%;
		max-width: 20%;
	}

	.tbl-col-25 {
		width: 25%;
		max-width: 25%;
	}

	.tbl-col-40 {
		width: 40%;
		max-width: 40%;
	}

	.tbl-col-55 {
		width: 55%;
		max-width: 55%;
	}
}

/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* -------------------------------- *
 *	モーダル						*
 * -------------------------------- */
/* モーダルヘッダー */
.modal-header {
	border-radius: 5px 5px 0px 0px;
	background-color: #6c757d;
	color: #fff;
}

/* モーダルフッター */
.modal-footer {
	color: #383d41;
	background-color: #f7f7f7;
	border-color: #d6d8db;
	border-radius: 0px 0px 5px 5px;
}

/* -------------------------------- *
 *	ボタン							*
 * -------------------------------- */
.btn {
	margin: .25rem;
}

.btn.disabled, .btn:disabled {
  opacity: 0.15;
}

/* ================================ *
 *	管理者ログイン画面スタイル		*
 * ================================ */
.login-box, .first-login-box {
	width: 80vw;
	height: 100vh;
	padding: .5rem;
	text-align: center;

	display: flex;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
}

.first-login-box {
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-scroll-behavior: smooth;
	scroll-behavior: smooth;
	-webkit-scroll-snap-type: mandatory;
	scroll-snap-type: mandatory;
	-webkit-scroll-snap-points-y: repeat(100%);
	scroll-snap-points-y: repeat(100%);
}

.form-label {
	width: 20vw !important;
	text-align: right !important;
}

/* ================================ *
 *	設備詳細画面スタイル			*
 * ================================ */
.equip-flex {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: .5rem !important;

	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	font-size: 82%;
}

.equip-flex img {
	font-size: 100%;
}

.equip-left {
	padding-left: .25rem;
	padding-right: .25rem;
}

.equip-right {
	vertical-align: top;
	padding-left: .25rem;
	padding-right: .25rem;
}

.equip-tbl-left, .equip-tbl-top, .equip-tbl-bottom {
	table-layout: fixed;
}

.equip-tbl-left th, .equip-tbl-top th, .equip-tbl-bottom th {
	vertical-align: middle;
	color: #495057;
	background-color: #dbdde0;
	border-color: #ebedf0;
}

.equip-tbl-left td, .equip-tbl-top td, .equip-tbl-bottom td {
	vertical-align: middle;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.equip-tbl-top th {
	width: 20%;
	max-width: 20%;
}

@media (max-width: 576px) {
	.equip-tbl-left th, .equip-tbl-top th, .equip-tbl-bottom th,
	.equip-tbl-left td, .equip-tbl-top td, .equip-tbl-bottom td {
		width: 100%;
		display: block
	}

	.table td {
		background-color: #fff;
	}
}

@media (min-width: 768px) {
	.equip-left {
		max-width: 60%;
	}

	.equip-right {
		vertical-align: top;
		max-width: 40%;
	}

	img.overview-list {
		height: 60px;
	}

	img.overview-detail {
		height: 120px;
	}
}

/* ================================ *
 *	予約一覧画面スタイル			*
 * ================================ */
.reserve-tbl-top, .reserve-tbl-bottom {
	table-layout: auto;
}

.reserve-tbl-price {
	text-align: right !important;
}

.reserve-tbl-top th {
	text-align: center;
	vertical-align: middle !important;
	color: #fff;
	background-color: #6c757d;
}

.reserve-tbl-top td {
	vertical-align: middle !important;
	color: #212529;
/* 	background-color: #eff1f4; */
}

.reserve-tbl-bottom td {
	vertical-align: middle !important;
	color: #212529;
	background-color: #eff1f4;
}

.reserve-tbl-bottom thead th {
	text-align: center;
	vertical-align: middle;
	color: #495057;
	background-color: #a9abae;
	border-color: #c7c9cc;
}

.reserve-tbl-bottom th {
	width: 10%;

	vertical-align: middle;
	color: #495057;
	background-color: #dbdde0;
	border-color: #ebedf0;
}

@media (max-width: 576px) {
	.reserve-tbl-top th, .reserve-tbl-bottom th, .reserve-tbl-price th,
	.reserve-tbl-top td, .reserve-tbl-bottom td, .reserve-tbl-price td {
		width: 100%;
		display: block
	}
}

/* ================================ *
 *	利用者情報変更画面スタイル		*
 * ================================ */
.account-tbl {
	table-layout: fixed;

	width: 100%;
	margin-top: 1rem;
	margin-bottom: .5rem;
}

.account-tbl thead, .account-tbl th, .account-tbl td {
	vertical-align: middle !important;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.account-tbl th {
	width: 30%;

	color: #495057;
	background-color: #d6d8db;
	border-color: #c8cbcf;
	padding-left: 1rem;
	padding-right: .75rem;
}

@media (max-width: 576px) {
	.account-tbl th,
	.account-tbl td {
		width: 100%;
		display: block
	}
}

@media (min-width: 576px) {
	.account-tbl td {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 768px) {
	.account-tbl {
		max-width: 80%;
	}

	.account-tbl th {
		max-width: 20%;
	}

	.account-tbl td {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width: 992px) {
	.account-tbl {
		max-width: 800px;
	}

	.account-tbl th {
		max-width: 240px;
	}
}
/* ================================ *
 *	トップメニュー画面スタイル		*
 * ================================ */
 
.top-btn {
white-space: normal;
}
.top-jumbotron {
	background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),
		url("../images/topHeadder.jpg");
	height: 100%;
	background-size: cover;
	background-position: center 60%;
	text-align: center;
}

.top-jumbotron p {
	margin: 0 0 0 0;
	padding: 14px 5px 8px 25px;
	line-height: 32px;
	color: white;
}

.top-jumbotron .lead {
	padding: 32px 15px 8px 15px;
	font-size: 30px;
}

img.linkBanner {
	height: 40px;
}

img.mainLogo {
	width: 250px;
}
.bg-ash {
	background-color: #eff1f4;
}
