@charset "UTF-8";

/*htmlタグ再定義*/
* {
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
	padding: 10px;
}
body {
	background: url(../img/common/background_body_front.jpg) no-repeat;
	background-size: cover;
	overflow-x: hidden;
}
body.approval-overflow {
	background: none;
	display: inline-block;
	overflow: visible;
	position: relative;
}
body.approval-overflow::before {
	background: url(../img/common/background_body_front.jpg) no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
/*htmlタグ再定義 ここまで*/
/*レイアウトパーツ*/
.sp-only {
  display: none;
}
.contents {
	margin: 0 auto;
	width: 960px;
}
.contents-fluid {
	margin: 0 auto;
	min-width: 800px;
	width: auto;
}
.panel {
	background: #fff;
	box-shadow: 0 1px 40px rgba(0,0,50,0.4);
	padding: 0 8px;
}
table.table {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}
.table th,
.table td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	padding: 5px 12px;
}
.table thead > tr > th,
.table thead > tr > td {
	background: #677696;
	border: none;
	color: #fff;
	padding: 10px 6px 4px 6px;
	text-align: center;
}
.table thead + tbody > tr:first-child > th,
.table thead + tbody > tr:first-child > td {
	border-top: none;
}
.table th.column_btn,
.table td.column_btn {
	width: 60px;
}
th.width60,
td.width60 {
  width: 60;
}
th.width90,
td.width90 {
  width: 90px;
}
th.width120,
td.width120 {
  width: 120px;
}
th.width140,
td.width140 {
  width: 140px;
}
.block_btn {
	margin: 5px 0;
	text-align: center;
}
.block_btn_inline {
}
.btn {
	background: #6d383b; /* Old browsers */
	background: linear-gradient(to bottom, #6d383b 0%,#854347 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: none;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.3) inset;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	min-width: 100px;
	padding: 6px 10px 4px;
}
.btn.btn-inverse {
	background: #fff;
	border: 1px solid #6d383b;
	box-shadow: none;
	border-radius: 5px;
	color: #6d383b;
}
.btn.btn-lg {
	font-size: 15px;
	min-width: 150px;
	padding: 7px 15px;
}
.btn.btn-tiny {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	height: 30px;
	width: 30px;
	padding: 5px;
	text-align: center;
}
.btn.btn-tiny.btn-lg {
	font-size: 18px;
	height: 40px;
	width: 40px;
}
.btn.btn-unique {
	width: calc(16.66667% - 8px);
}
.table .btn {
	background: #C7B299;
	color: #611C20;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: -2px -3px;
	padding: 2px 5px;
	width: 60px;
	min-width: 0;
}
.block_btn_inline .btn {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.btn.btn-outline {
	background: transparent;
	border: 1px solid #000;
	box-shadow: none;
	color: #000;
}

.tab-panels {
	position: relative;
}
.tab-panels ul{
	flex-wrap: wrap;
	display: flex;
	margin-top: 5px;
}
.tab-panels li{
	background: #f0f0f0;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	cursor: pointer;
	font-size: 14px;
	flex: 1 0 80px;
	max-width: 120px;
	margin-right: 5px;
	padding: 10px 5px 5px;
}
.tab-panels li.active {
	background: #fff;
	border-top: 5px solid #A60912;
	margin-top: -5px;
	position: relative;
}
.tab-panels li.active:after {
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}
.tab-components {
	position: relative;
}
.tab-components ul {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.tab-components ul li {
	display: none;
	padding: 5px 5px;
}
.tab-components ul li.active {
	display: block;
}
.pager-common {
	margin: 10px auto;
	text-align: center;
}
.pager-common ul {
	font-size: 0;
	position: relative;
	z-index: 10;
	position: relative;
	z-index: 10;
}
.pager-common li {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-radius: 2px;
	display: inline-block;
	font-size: 14px;
	margin: 0 3px;
	position: relative;
	transform-origin: center center;
	transform: scale(1.0);
	transition: all .31s linear;
	z-index: 10;
}
.pager-common li a,
.pager-common li span {
	color: #666;
	display: block;
	height: 24px;
	line-height: 1;
	padding: 6px 0 4px;
	text-align: center;
	text-decoration: none;
	width: 24px;
}
.pager-common li:hover span,
.pager-common li:hover a,
.pager-common li.active span,
.pager-common li.active a {
	color: #fff;
}
.pager-common li.active,
.pager-common li:hover{
	margin: 0 3px;
	transform: scale(1.2);
	transition: all .1s linear;
}
.pager-common li:hover{
	background: #efa1b9;
}
.pager-common li.active{
	background: #A5234B;
}
.pager-common li.btn-jump a{
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}
/*レイアウトクラス ここまで*/
/*主要ブロックレイアウト*/
#mainHeader {
	margin: 0 0 5px;
	padding: 0;
}
#siteTitle {
	height: 45px;
	margin: 0;
}
#siteTitle img {
	max-height: 100%;
}
.block_pageName,
.block_panelName {
	margin: 8px 0 7px;
}
.pageName,
.panelName {
	color: #854347;
	display: inline-block;
	font-size: 19px;
	margin: 0;
}
.pageDesc,
.panelDesc {
	display: inline-block;
	font-size: 13px;
	margin: 0;
}
.panel-contents {
	margin: 0 -8px;
	padding: 10px 8px;
}
.searchArea {
	background: #677799;
	color: #fff;
}
.searchArea .pageName,
.searchArea .panelName {
	color: inherit;
}
#block_setting {
	background: rgba(255,255,255,0.95);
	box-shadow: 0 1px 40px rgba(0,0,50,0.4);
	min-height: 100%;
	opacity: 0;
	overflow-y: auto;
	padding: 20px 20px;
	position: absolute;
	width: calc(100% - 80px);
	right: calc(-100% + 80px);
	top: 0;
	transition: all .3s linear;
	z-index: 1000;
}
#block_setting.active {
	right: 0;
	opacity: 1;
}
#btn_settingClose {
	color: #fff;
	cursor: pointer;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 50px;
	z-index: 10000;
}
#btn_settingClose:before {
	background: #aaa;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	width: 50px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}
#btn_settingClose:after {
	background: #aaa;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	width: 50px;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
}
.block_comparison_list {
	display: flex;
}
.block_comparison_list_contents  {
	width: calc(50% - 70px);
}
.block_comparison_list_contents .localHeader {
	color: #854347;
	margin: 0;
}
.block_comparison_list_contents select {
	width: 100%;
	min-height: 200px;
}
.block_comparison_list_contents select option {
	padding: 5px;
	line-height: 20px;
	height: 30px;
}
.block_comparison_list .list_console {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	width:70px;
}
.block_comparison_list .list_console .btn + .btn {
	margin-top: 10px;
}
/*折り返しテーブル*/
.separateTableWrapper {
	display: flex;
	flex-wrap: nowrap;
	margin:5px 0 20px;
}
.separateTableWrapper::after {
	clear: both;
	content: "";
	display: table;
}
.separateTableWrapper-header {
	flex: 1 0;
    width: 200px;
    margin-right: 0px;
}
.separateTableWrapper-body {
	flex: 1 0;
	display: flex;
	flex-wrap: wrap;
    margin-left: -1px;
    min-width: calc(100% - 200px);
}
.separateTableWrapper.noWrap .separateTableWrapper-body {
	flex-wrap: nowrap;
}
.separateTableWrapper-body::after {
	clear: both;
	content: "";
	display: table;
}
.separateTableWrapper .psudoCellTable {
}
.separateTableWrapper .psudoCellTable {
	min-width: 100px;
	width: 100px;
}
.separateTableWrapper table {
	border-collapse: collapse;
}
.separateTableWrapper-header table {
	width: 100%;
}
.separateTableWrapper table th,
.separateTableWrapper table td,
.separateTableWrapper .psudoCellTable .psudoCellHeader,
.separateTableWrapper .psudoCellTable .psudoCellData {
	font-size: 12px;
	height: 30px;
	padding: 5px 5px 4px 5px;
	text-align: center;
}
.separateTableWrapper .psudoCellTable .psudoCellHeader,
.separateTableWrapper .psudoCellTable .psudoCellData {
	align-items: center;
	display: flex;
	justify-content: center;
}
.separateTableWrapper table th,
.separateTableWrapper .psudoCellTable .psudoCellHeader {
	background: #677696;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
.separateTableWrapper .psudoCellTable .psudoCellData {
	border-bottom: 1px solid #ddd;
}
.separateTableWrapper .psudoCellTable .psudoCellData:last-child {
	margin-top: -1px;
}
.separateTableWrapper-header table tbody th {
}
.separateTableWrapper table th.lgH,
.separateTableWrapper table td.lgH,
.separateTableWrapper .psudoCellTable .psudoCellHeader.lgH,
.separateTableWrapper .psudoCellTable .psudoCellData.lgH {
	height: 36px;
}
/*パネル*/
.panel-numbers ul {
	font-size: 100px;
	margin-right: -3px;
}
.panel-numbers ul:after {
	content: "";
	clear: both;
	display: table;
}
.panel-numbers li {
	border: 3px solid #A60912;
	float: left;
	line-height: 0.95;
	margin: 0 3px 3px 0;
	min-height: calc(0.95em + 12px);
	padding: 6px 0.8% 0;
	position: relative;
	width: calc(50% - 3px);
	text-align: center;
}
.panel-numbers li.header-numbers {
	font-size: 35%;
	font-weight: bold;
	padding-bottom: 2px;
}
.panel-numbers li .laps {
	border-left: 3px solid #A60912;
	display: block;
	height: 100%;
	padding: 6px 0.8% 0;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 1.5em;
}
.panel-numbers.column-4 li {
	width: calc(25% - 3px);
}
.panel-numbers.column-5 li {
	width: calc(20% - 3px);
}
.panel-numbers.column-6 li {
	width: calc(16.66% - 3px);
}
.panel-contents.panel-login {
	padding: 50px 8px;
}
#btn_settingToggle {
	background: url(../img/common/icn_gear.png) no-repeat;
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 10000;
}
#btn_settingToggle.active {
}
#btn_settingToggle img{
	transition: all .3s linear;
}
#btn_settingToggle.active img{
	opacity: 0;
}
/*主要ブロックレイアウト ここまで*/

.background-blue {
	background-color: aqua;
}

.background-yellow {
	background-color: yellow;
}

.has-error th,
th.has-error {
	background:#fdb9e8;
	color: #d9534f;
}
.has-error td,
.has-error + td,
td.has-error {
}
.has-error.strong td,
th.has-error.strong + td {
	position:static;
	background:#fdb9e8;
}
.has-error input,
.has-error + td input,
.has-error select,
.has-error + td select{
	border-color:#c93636 !important;
}

.errMSG,
span.errMSG,
.has-error span.errMSG {
	color:#c93636;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
    font-size:12px;
}

.titleArea {
	margin:10px 0 10px;
	color:#601B1F;
}
.titleArea.hide {
	display: none;
}
.titleArea h2 {
	font-size:24px;
	line-height: 24px;
}
.titleArea .errMSG {
	line-height:12px;
	margin-top:3px;
	padding:12px;
	border:1px solid #c93636;
	border-radius:3px;
	color:#c93636;
	background:#fdb9e8;
}

.titleArea .errMSG.noError{
	visibility:hidden;
}
