﻿@charset "utf-8";

/*

	スマホ： 320px - 480px
	タブレット： 480px - 768px
	PC： それ以上

	MyKempoカラー：rgba(153, 218, 153, 1.0);

*/

/* 共通の設定 */

body {
    -webkit-text-size-adjust:100%;
    font-family: 'Meiryo UI',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
	/*font-family: "Meiryo UI";*/
	font-size:13px;
	width: 100%;
	margin: 0 auto;
	line-height:1.1;
}

#header {
	border-bottom: 2px solid #3385C9;
	margin-bottom: 2px;
	overflow:hidden;
}

#footer {
	background: #99DD99;
}

#container {
	margin-bottom:50px;
}

#main {
	background: orange;
}

#sub {
	background: yellow;
}

#footerNavLink{
	float:right;
}

#headerNav ul{
	list-style: none;
	overflow:hidden;
}

#headerNav li{
	float: left;
	width: 33%;
	text-align: center;
}

img {
	max-width: 100%;
}


.nonTitle{
    border-left:0;
    width: 34%;
    float: left;
}

    .nonTitle .rowTitle {
         padding: 5px 0 5px 5px;
         border-left: 2px solid #6666FF;
    }

#loginfield {
	width: 200px;
	margin: 0 auto;
	padding: 15px 5px 5px 5px;
	background: white;
	border: rgba(153, 218, 153, 1.0) 5px solid;
	border-radius: 5px;
	font-size:13px;
}

input[type="text"] {
	-webkit-appearance: none;
	border: 1px solid #333333;
	border-radius: 2px;
	padding:2px;
}


input[type="text"]:focus {
	background: #EEEEEE;
}

input[type="number"] {
	-webkit-appearance: none;
	border: 1px solid #333333;
	border-radius: 2px;
	padding:2px;
}

input[type="number"]:focus {
	background: #EEEEEE;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
	margin:2px;
}

select {
	padding:1px 0;
	border: 1px solid #333;
	border-radius: 2px;
	margin: 0;
}

label {
	vertical-align:middle;
}

/* 通常ボタン */
button.css3button {
	font-size: 13px;
	color: #050505;
	width:90%;
	padding: 5px 0px;
	background: -ms-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dcdcdc 50%,
		#d2d2d2);
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dcdcdc 50%,
		#d2d2d2);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dcdcdc),
		to(#d2d2d2));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	cursor: pointer;
}

button.disabled {
	color:#aaa;
}

/* メニューヘッダボタン */
/*button.menuheaderbutton {
	font-size: 10px;
	color: #ffffff;
	padding: 5px;
	margin:3px;
	background: -ms-linear-gradient(
		top,
		#55bb55 0%,
		#66c366);
	background: -moz-linear-gradient(
		top,
		#55bb55 0%,
		#66c366);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#55bb55),
		to(#66c366));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #111111;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px 2px 0px rgba(000,000,000,0.3),
		0px 3px 0px rgba(255,255,255,0.3);
	cursor:pointer;
}*/


/* メニューヘッダボタン */
button.menuheaderbutton {
	font-size: 12px;
    border: 1px solid #ccc;
    color: #ffffff;
    padding: 8px;
    padding-left: 13px;
    padding-right: 13px;
    margin: 3px;
    background: #3385C9;
    border-radius: 5px;
	cursor:pointer;
}

/* エラーチップ */
td.clsTdErrorChipMsg
{
	background-color: #FF6611;
	color: #FFFFFF;
	font-size: 12px;
	padding: 1px 2px 0px 2px;
}

/* 帯 */
div.obi {
	background:#85BBFF;
	padding:5px;
	color:white;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	font-size:14px;
}

h1 {
	background:#88DD88;
	padding:5px;
	color:white;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	font-size:14px;
}

h2 {
	border-left:5px solid #85BBFF;
	border-bottom:1px solid #85BBFF;
	padding:2px 0px 2px 5px;
	color:#222222;
	font-size:14px;
	margin-bottom:5px;
}


/* リストリンク */
ul.bar_list li a {
	position: relative;
	display: block;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #222222;
	font-size:13px;
}
ul.bar_list li:first-child a {
	border-top: 1px solid #ccc;
}
ul.bar_list li a:hover {
	background: #EEEEEE;
}
ul.bar_list li a::before,
ul.bar_list li a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #888;
	border-radius: 4px;
}
ul.bar_list li a::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.bar_list li a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.bar_list_nolink li {
	position: relative;
	display: block;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #222222;
	font-size:13px;
}
ul.bar_list li:first-child {
	border-top: 1px solid #ccc;
}

ul.bar_list li:nth-child(even) {
	background:#FFFFDE;
}

ul#guidelist li:nth-child(even) {
	background:#FFFFDE;
}

ul#guidelist li:last-child a {
	border-bottom: 0;
}

ul.default {
	padding: 0px 0 0px 20px;
	list-style-type:disc;
}
ul.default li {
	padding: 5px 10px 5px 0px;
}
ul.default2 {
	padding: 5px 0 5px 20px;
	list-style-type:disc;
}
ul.default2 li {
	padding: 0px 5px 2px 0px;
}

/* アイコンリスト */
ul.icon_list li {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

ul.icon_list li table {
	width: 100%;
}

ul.icon_list li table tr {
	vertical-align: top;
}

ul.icon_list li table tr td:first-child {
	width: 70px;
	padding-top: 5px;
}

ul.icon_list li table tr td:last-child {
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
}

ul.icon_list li table tr:first-child td:first-child {
	padding-top:0px;
}

ul.icon_list li table tr:first-child td:last-child {
	padding-top:0px;
}

ul.icon_list li table tr td:first-child a {
	color: #222222;
	text-decoration: none;
}

div.icon {
	width:100px;
	height:70px;
	font-size:15px;
	font-weight:bold;
	color:#222222;
	text-align:center;
	border:1px solid #8794A4;
	border-radius:3px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	text-shadow:
		0px -1px 2px #fff,
		-1px 0px 2px #fff,
		0px 1px 2px #fff,
		1px 0px 2px #fff,
		1px 1px 1px #000,
		2px 2px 2px #000;
}

div.chokuei {
	background: #C2DEFF;
}

div.kenkoclub {
	background: #FFE983;
}

div.icon div.line1 {
	margin:24px auto;
}
div.icon div.line2 {
	margin:18px auto;
}

div.kenkoclubnews {
	width: 75%;
	margin: 10px auto;
	padding: 20px 30px;
	font-size: 14px;
	color: white;
	background: #036617;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}


/* 機関誌Healthリスト */
ul.healthinfo_list li {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

ul.healthinfo_list li table {
	width: 100%;
}

ul.healthinfo_list li table tr {
	vertical-align: top;
}

ul.healthinfo_list li table tr td:first-child {
	width: 70px;
}

ul.healthinfo_list li table tr td:last-child {
	padding-left: 5px;
	text-align: left;
	font-size: 11px;
	line-height: 1.2;
}

/* プロフィール一覧
--------------------*/
#profilelist {
	width: 95%;
	margin: 10px auto;
}

#profilelist div {
	overflow: hidden;
	margin:3px 0;
}

#profilelist div div:first-child {
	width: 110px;
	float: left;
}

#profilelist div div:last-child {
	margin-left: 110px;
	height:16px;
	display:block;
}

/* 入力フィールド
--------------------*/
.inputfield {
	width: 95%;
	margin: 0 auto;
	font-size:13px;
}

.inputfield div:nth-child(odd) {
	margin:10px 0px 0;
}

.inputfield div:nth-child(even) {
	margin:5px 0;
}

/* 入力フィールド
--------------------*/
.explainfield {
	width: 95%;
	margin: 10px auto;
	font-size:13px;
}

.explainfield ul {
	list-style-type:disc;
	padding: 0 0 5px 20px;
}

.explainfield ul li {
	padding: 0 0 5px 0px;
}


/* ニュース
--------------------*/
#news{
	padding:5px 0;
	border-top:solid 1px #99DD99;
	border-bottom:solid 1px #99DD99;
}

#news li{
	padding:.5em;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

#news li div{
	color:#333333;
	font-size:10px;
	font-weight:bold;
}



/* レイヤーメニュー
--------------------*/
div#sp_bg {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
	width: 100%;
	height: 200%;
	background-color: #000;
	display:none;
}

div#sp_menu {
	position:absolute;
	top:2px;
	z-index:53;
	display:block;
	width:100%;
	display:none;
}

/* メニューヘッダボタン */
button.menuclosebutton {
	font-size: 16px;
	color: #ffffff;
	background: -ms-linear-gradient(
		top,
		#0166BB 0%,
		#3385C9);
	background: -moz-linear-gradient(
		top,
		#0166BB 0%,
		#3385C9);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#0166BB),
		to(#3385C9));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 1px;
	border: 1px solid #111111;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px 2px 0px rgba(000,000,000,0.3),
		0px 3px 0px rgba(255,255,255,0.3);
	cursor:pointer;
}

/* カレンダー閉じるボタン */
button.calclosebutton {
	font-size: 16px;
	color: #ffffff;
	background: -ms-linear-gradient(
		top,
		#ffbdf5 0%,
		#ff82ec 25%,
		#fc46e1);
	background: -moz-linear-gradient(
		top,
		#ffbdf5 0%,
		#ff82ec 25%,
		#fc46e1);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffbdf5),
		color-stop(0.25, #ff82ec),
		to(#fc46e1));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 3px;
	border: 1px solid #666;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px 2px 0px rgba(000,000,000,0.3),
		0px 3px 0px rgba(255,255,255,0.3);
	cursor:pointer;
}

/* ガイドボタン */
/*button.guidebutton {
	font-size: 10px;
	color: #ffffff;
	padding: 5px;
	margin:3px;
	background: -ms-linear-gradient(
		top,
		#bfdcff 0%,
		#468efa);
	background: -moz-linear-gradient(
		top,
		#bfdcff 0%,
		#468efa);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#bfdcff),
		to(#468efa));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #111111;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px 2px 0px rgba(000,000,000,0.3),
		0px 3px 0px rgba(255,255,255,0.3);
	cursor:pointer;
}*/

/* ガイドボタン */
button.guidebutton {
	font-size: 11px;
    border: 1px solid #ccc;
    color: #ffffff;
    padding: 5px;
    /*padding-left: 13px;
    padding-right: 13px;*/
    margin: 3px;
    background: #468efa;
    border-radius: 5px;
    text-align:center;
	cursor:pointer;
}

/* 空状況リスト */
table.akijyokyolist {
    text-align: center;
    border-collapse: separate;
    border-left: 1px solid black;
    border-top: 1px solid black;
}
    table.akijyokyolist tr.header {
        position: sticky;
        top: 36px;
    }

    table.akijyokyolist tr th {
        text-align: center;
        padding: 5px 0;
        border-right: 1px solid #333333;
        border-bottom: 1px solid #333333;
    }

table.akijyokyolist tr th:nth-child(2) {
	border-right:1px dotted black;
	min-width: 30px;
}
table.akijyokyolist tr th:nth-child(3) {
	border-left:1px dotted black;
	min-width: 30px;
}
table.akijyokyolist tr td:nth-child(2) {
	border-right:1px dotted black;
}
table.akijyokyolist tr td:nth-child(3) {
	border-left:1px dotted black;
}

    table.akijyokyolist tr td {
        text-align: center;
        padding: 0px 0;
        border-right: 1px solid #333333;
        border-bottom: 1px solid #333333;
    }

table.akijyokyolist tr td:first-child {
	vertical-align: top;
	text-align: left;
	width: 70px;
}

table.akijyokyolist tr td:first-child div:first-child {
	margin: 1px;
	font-size: 8px;
}

table.akijyokyolist tr td:first-child div:last-child {
	text-align: center;
	margin-top: 18px;
	font-weight: bold;
}

table.akijyokyolist tr td.sports {
}

table.akijyokyolist tr td.sports div {
	border-bottom: 1px dotted black;
	padding-bottom: 1px;
}

table.akijyokyolist tr td.sports div:last-child {
	border-bottom: 0;
}

table.akijyokyolist tr td.study div {
	border-bottom: 1px dotted black;
	padding: 5px 0 4px 0;
}

table.akijyokyolist tr td.study div:last-child {
	border-bottom: 0;
}

table.akijyokyolist .sunday {
	color: #E40611;
}
table.akijyokyolist .saturday {
	color: #1328A5;
}

table.akijyokyolist.iti tr th:first-child {
	background: #ffffff;
}
table.akijyokyolist.iti tr td:first-child {
	background: #ffffff;
}
table.akijyokyolist.iti tr th:nth-child(2) {
	background: #CEFFFF;
}
table.akijyokyolist.iti tr th:nth-child(3) {
	background: #CEFFFF;
}
table.akijyokyolist.iti tr td:nth-child(2) {
	background: #CEFFFF;
}
table.akijyokyolist.iti tr td:nth-child(3) {
	background: #CEFFFF;
}
table.akijyokyolist.iti tr th {
	background: #EFFFFF;
}
table.akijyokyolist.iti tr td {
	background: #EFFFFF;
}

table.akijyokyolist.izu tr th:first-child {
	background: #ffffff;
}
table.akijyokyolist.izu tr td:first-child {
	background: #ffffff;
}
table.akijyokyolist.izu tr th:nth-child(2) {
	background: #CCFFCC;
}
table.akijyokyolist.izu tr th:nth-child(3) {
	background: #CCFFCC;
}
table.akijyokyolist.izu tr td:nth-child(2) {
	background: #CCFFCC;
}
table.akijyokyolist.izu tr td:nth-child(3) {
	background: #CCFFCC;
}
table.akijyokyolist.izu tr th {
	background: #E8FFE8;
}
table.akijyokyolist.izu tr td {
	background: #E8FFE8;
}


/* 空状況タブ */
div.akijyokyoTab {
    background-color: white;
    position: sticky;
    top: 0px;
}

div.akijyokyoTabUnder {
    width: 100%;
    height: 5px;
}

div.akijyokyoTabIti {
	width: 49%;
	float: left;
	background: #95C8FF;
	padding: 8px 0;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 14px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	cursor:pointer;
}

div.akijyokyoTabIzu {
	width: 49%;
	float: right;
	background: #44FFAB;
	padding: 8px 0;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: white;
	font-size: 14px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	cursor:pointer;
}

div.akijyokyoNoSelected {
	background: #999;
	color:#eee;
}

div.akijyokyoFieldIti {
	padding: 5px 5px;
	background: #95C8FF;
}

div.akijyokyoFieldIzu {
	padding: 5px 5px;
	background: #44FFAB;
}

/* ガイドメニュー
--------------------*/
div#sp_bg2 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
	width: 100%;
	height: 200%;
	background-color: #000;
	display:none;
}

div#sp_menu2 {
	position:absolute;
	top:50px;
	z-index:53;
	display:block;
	width:100%;
	display:none;
}

/* 入力フィールド */
div.inputfield {
	font-size: 12px;
	margin: 2px;
	padding: 0 5px;
	background: #f3f3f3;
	border-radius: 5px;
	border: 1px solid #ccc;
}

div.inputfield > .row {
	overflow: hidden;
	margin: 10px auto;
	border-bottom:1px dotted #444444;
}

div.inputfield > .row > .title {
	float: left;
	width: 34%;
	margin:4px 0 0 0;
	padding: 5px 0 5px 5px;
	border-left: 2px solid #6666FF;
}

div.inputfield > .row > .value {
	float: left;
	width: 63%;
}

div.telfield {
	margin-top:0;
}

div.telfield > .row {
	overflow: hidden;
	margin: 0px 0 0 0;
	padding: 0;
}

div.telfield > .row > .title {
	float: left;
	width: 48px;
	text-align: right;
	margin-top: 0;
	padding-top:4px;
}

div.telfield > .row > .value {
	float: left;
	width: 140px;
	margin-top: 0;
}

div.buttonfield {
	text-align:center;
	margin-bottom:20px;
}

div.membertitle {
	background: #6DFFFF;
	width: 100px;
	text-align: center;
	padding: 5px 4px;
	border-radius: 10px;
}

div.daihyo {
	width: 100px;
}

div.faciltitle {
	background: #E1FF96;
	width: 120px;
	text-align: center;
	padding: 5px 4px;
	border-radius: 10px;
}

label.chkrequired {
	border: 1px solid #666;
	display: inline-block;
	padding: 3px 8px;
	background: #666;
	color: white;
	border-radius: 7px;
	cursor: pointer;
}

label > input[type="checkbox"] {
	vertical-align: middle;
}

input.display {
	border: 1px solid #ccc;
	background: transparent;
	padding-top:3px;
}

select.display {
	border: 1px solid #ccc;
	background: transparent;
	padding-top:3px;
}

input.hidden {
	display:none;
}

input.right {
	text-align: right;
}

div.displayfaciltitle {
	padding: 10px 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.completefield {
    width: 300px;
    height: 283px;
    margin: 10px auto;
    background: url("../img/BalloonZuijiComp.gif") no-repeat;
}
div.completefieldMin {
    width: 300px;
    height: 213px;
    margin: 10px auto;
    background: url("../img/BalloonZuijiCompMin.gif") no-repeat;
}

div.completetext {
	margin: 8px;
	padding: 15px 0px;
	text-align:left;
}

div.complete {
    margin:2px;
    padding:5px;
    text-align:left;
    line-height:1.2;
}
div.complete p{
    margin:5px 0;
    padding: 0;
}
div.complete p:last-child{
    margin-top: 10px;
    padding: 0;
}

/* アコーディオンメニュー
--------------------*/
.accordion input {
	display: none;
}
.accordion label {
	position: relative;
	display: block;
	padding: 10px 30px 10px 10px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.accordion label::before,
.accordion label::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #888;
	border-radius: 4px;
}
.accordion label::before {
	margin-right: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accordion label::after {
	margin-left: 7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.accordion div.accordion_contents {
	position: relative;
	height: 0;
	overflow: hidden;
	box-shadow: 0 1px 7px 0 rgba(0,0,0,0.1) inset;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.accordion input:checked + div.rap label::after {
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accordion input:checked + div.rap label::before {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.accordion input:checked + div.rap div {
	height: 100%;
	padding-top: 10px;
}

.accordion input:checked + div.rap {
	border-bottom: 1px solid #ddd;
}

.requiredMark{
    background-color: #ff4949;
    color:#FFF;
    font-size:11px;
    padding: 1px 2px;
    width: 23px;
}

/************************/
/* 印刷表示用           */
/************************/
/* テーブル */
table.clsTblPrint
{
    border-collapse : collapse ;
}


/* タイトル */
td.clsTdPrintTitle
{
    border           : solid 1px #000000 ;
    background-color : #A8D6FF           ;
    height           : 22px              ;
}

/* 表示項目 */
td.clsTdPrintContents
{
    border           : solid 1px #000000 ;
    background-color : #FFFFD4           ;
    height           : 22px              ;
}


/* モード切替ボタン */
button.modechangebutton {
    font-size: 10px;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    padding: 5px;
    /*padding-left: 13px;
    padding-right: 13px;*/
    margin: 3px;
    background: #0066CC;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    width: 140px;
}

button.modechangebuttonCancel {
    background: #FF6611;
}

/* ************************************** */
/* （公開用）空状況表示サイトリンクエリア */
/* ************************************** */
/*  */
.refSiteLinkField {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px;
    height: 100%;
}

    .refSiteLinkField > .cBlock {
        width: 49%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

        .refSiteLinkField > .cBlock > .message {
            margin: 6px 8px;
            padding-left: 15px;
        }

        .refSiteLinkField > .cBlock > .linkBox {
            width:100%;
            height: 60px;
            border-radius: 5px;
            box-shadow: rgba(0,0,0,0.3) -3px -3px inset;
            /*cursor: pointer;*/
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .refSiteLinkField > .cBlock > .linkBox > a {
                font-family: 'Meiryo UI',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif !important;
                font-size: 14px;
                color: inherit;
                text-decoration: none;
                cursor: pointer;
            }

                .refSiteLinkField > .cBlock > .linkBox > a > strong {
                    font-size: 20px;
                    font-weight: bold;
                }

        .refSiteLinkField > .cBlock > .linkBoxMykempo {
            background-color: #A3D0E9;
        }

        .refSiteLinkField > .cBlock > .linkBoxTdkReso {
            background-color: #97CF93;
        }