@charset "utf-8";

header {
	background-color: #444444;
	padding: 20px 0;
	color: #FFFFFF;
}
header .row {
	display: flex;
	justify-content: space-between;
}
header .row.right {
	justify-content: flex-end;
	margin-top: 20px;
}
header .site {
	display: flex;
	justify-content: space-between;
}
header img {
	width: 100%;
}
header .logo {
	width: 116px;
}
header .name {
	font-size: 2rem;
	line-height: 40px;
	font-weight: bold;
	margin-left: 10px;
}
header .btn {
	display: inline-block;
	border: 1px solid #ffffff;
	font-size: 1.4rem;
	line-height: 38px;
	font-weight: bold;
	width: 150px;
}
header .btn img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	margin-top: -3px;
}
header .btn.user {
	margin-right: 10px;
}
header .btn.user img {
	width: 13px;
}
header .btn.logout {
}
header .btn.logout img {
	width: 18px;
}
header dl {
	margin-left: 20px;
	display: flex;
	display: inline-flex;
}
header dt {
	border: 1px solid #ffffff;
	border-radius: 4px;
	padding: 0 5px;
	font-size: 1.2rem;
}
header dd {
	font-size: 1.4rem;
	margin-left: 10px;
}


nav {
	background-color: #333333;
	padding: 20px 0;
}
nav ul {
	font-size: 1.6rem;
	display: flex;
	justify-content: space-between;
	color: #FFFFFF;
}
nav li {
	width: 25%;
	text-align: center;
	border-left: 1px solid #666666;
	line-height: 30px;
}
nav li:last-child {
	border-right: 1px solid #666666;
}

footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 30px 0;
	font-size: 1.2rem;
	z-index: 10;
	position: relative;
	line-height: 1;
}
footer .container {
	display: flex;
	justify-content: space-between;
}
footer .container ul {
	display: flex;
	justify-content: space-between;
}
footer .container li {
	border-left: 1px solid #FFFFFF;
	padding: 0 5px;
}
footer .container li:first-child {
	border: 0;
}

.container {
	width: 1000px;
	margin: 0 auto;
}
.btn {
	border-radius: 100px;
	text-align: center;
}


.main_title {
	background: transparent linear-gradient(90deg, #FF9900 0%, #ff5700 100%) 0% 0% no-repeat padding-box;
}
.main_title .container {
	background-image: url(../images/title_left.png), url(../images/title_right.png);
	background-position: left 20px, right 50px;
	background-size: 110px auto, 50px auto;
	background-repeat: no-repeat, no-repeat;
	height: 120px;
	padding: 30px 0 0 80px;
}
.main_title h1 {
	font-size: 3.0rem;
	color: #FFFFFF;
}

.breadcrumbs {
	background-color: #ffffff;
	padding: 20px 0;
}
.breadcrumbs ul {
}
.breadcrumbs li {
	display: flex;
	display: inline-flex;
	font-size: 1.2rem;
}
.breadcrumbs li a {
	text-decoration: underline;
}
.breadcrumbs li:nth-child(n+2):before {
	content: ">";
	display: inline-block;
	margin: 0 5px;
}

section {
	background-color: #F5F5F5;
	padding: 40px 0;
}

.pager {
	display: flex;
	justify-content: space-between;
}
.pager .view {
	font-size: 1.6rem;
	z-index: 10;
}
.pager .view span {
	font-size: 2.0rem;
}
.pager .pagination {
	display: flex;
	justify-content: space-between;
}
.pager .pagination li {
	margin: 0 5px;
}
.pager .pagination li a {
	border-radius: 100px;
	background-color: #DDDDDD;
	border: 1px solid #DDDDDD;
	color: #333333;
	cursor: inherit;
	font-size: 1.4rem;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 27px;
}
.pager .pagination li a.link {
	background-color: #FFFFFF;
	border: 1px solid #FF9900;
	color: #FF9900;
	cursor: pointer;
}
.pager .pagination li a.prev,
.pager .pagination li a.next {
	width: 70px;
}
.pager .pages {
	position: relative;
}
.pager .pages select {
	width: 70px;
	height: 30px;
	padding-left: 10px;
	border: 1px solid #FF9900;
	margin-right: 10px;
	color: #FF9900;
}
.pager .pages option {
	height: 30px;
}
.pager .pages:after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-bottom: solid 1px #FF9900;
	border-right: solid 1px #FF9900;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 55px;
	margin-top: -2px;
}

.sort {
	margin: 40px auto 0;
	text-align: center;
}
.sort ul {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 4px #00000029;
	border-radius: 100px;
	padding: 10px 40px;
	width: auto;
	display: inline-block;
}
.sort li {
	display: inline-block;
	margin-left: 40px;
	white-space: nowrap
}
.sort li:first-child {
	margin-left: 0;
}
.sort li .link {
	margin-left: 10px;
	display: inline-block;
	font-size: 1.0rem;
	line-height: 1.2;
	transform: scale(0.6,0.6);
	vertical-align: middle;
	color: #0086EC;
}
.sort li .link a {
	display: block;
}

.list {
}
.list > li {
	position: relative;
	display: block;
	box-shadow: 0px 0px 4px #00000029;
	background-color: #FFFFFF;
	margin-top: 40px;
}
.list > li:nth-child(odd):before {
	content: "";
	position: absolute;
	top: -50px;
	left: -50px;
	background-image: url(../images/dot.png);
	background-size: 132px;
	width: 132px;
	height: 132px;
	z-index: 5;
}
.list > li:nth-child(odd):after {
	content: "";
	position: absolute;
	bottom: -50px;
	right: -50px;
	background-image: url(../images/dot.png);
	background-size: 132px;
	width: 132px;
	height: 132px;
	z-index: 5;
}
.list li > div {
	background-color: #FFFFFF;
	z-index: 10;
	position: relative;
	padding: 30px;
}

.list li .header {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.list li .header .left {
	display: flex;
}
.list li .header .heading {
	color: #FF9900;
	font-size: 1.8rem;
	line-height: 40px;
	font-weight: bold;
}
.list li .header .heading.account:before {
	content:"";
	width: 21px;
	height: 30px;
	display: inline-block;
	background-image: url(../images/account.png);
	background-size: 21px 30px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.list li .header .heading_sub {
	color: #333333;
	background-color: #EEEEEE;
	border-radius: 100px;
	font-size: 1.2rem;
	line-height: 25px;
	padding: 0 10px;
	margin: 10px 0 10px 35px;
}
.list li .header .heading_sub.mail:before {
	content:"";
	width: 14px;
	height: 11px;
	display: inline-block;
	background-image: url(../images/mail.png);
	background-size: 14px 11px;
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.list li .header .right .btn {
	border: 1px solid #FF9900;
	color: #FF9900;
	font-size: 1.4rem;
	line-height: 38px;
	font-weight: bold;
	padding: 0 50px;
	margin-left: 10px;
	display: inline-block;
}
.list li .header .right .btn:first-child {
	margin-left: 0;
}
.list li .header .right .btn.important {
	background: transparent linear-gradient(90deg, #00A6EC 0%, #0064EC 100%) 0% 0% no-repeat padding-box;
	color: #ffffff;
	border: 0;
	line-height: 40px;
}
.list li .header .right .btn.disable {
	background: transparent linear-gradient(90deg, gray 0%, gray 100%) 0% 0% no-repeat padding-box;
	color: lightgray;
	border: 0;
	line-height: 40px;
}
.list li .body {
	display: flex;
}
.list li .body > div {
	margin-left: 20px;
}
.list li .body > div:first-child {
	margin-left: 0;
}
.list li .body .col1 {
	width: 140px;
}
.list li .body .col2 {
	width: 300px;
}
.list li .body .col3 {
	width: 460px;
}
.list li .body .col4 {
	width: 620px;
}
.list li .body .col5 {
	width: 780px;
}
.list li .body .col6 {
	width: 940px;
}
.list li .body .heading {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #FF9900;
}
.list li .body .info {
	display: flex;
	flex-wrap: wrap;
}
.list li .body .info .text {
	width: 100%;
}

.list li .body .text {
	margin-top: 10px;
}

.list li .body .btn {
	color: #0086EC;
	border: 1px solid #0086EC;
	padding: 5px 20px;
	margin-top: 10px;
}

.section_title {
	background: transparent linear-gradient(90deg, #00A6EC 0%, #0064EC 100%) 0% 0% no-repeat padding-box;
}
.section_title p {
	font-size: 3.0rem;
	padding: 30px 0;
	color: #FFFFFF;
}

.section_subtitle {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 4px #00000029;
	padding: 20px 0 20px 25px;
	font-size: 2.0rem;
	position: relative;
	z-index: 10;
}
.section_subtitle:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 50%;
	background-color: #FF9900;
}
.section_subtitle:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 50%;
	background-color: #ff5700;
}


.table {
	margin-top: 40px;
	table-layout: fixed;
}
.table tr {
	border-top: 1px solid #DDDDDD;
}
.table tr th {
	width: 250px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 20px;
	vertical-align: top;
	line-height: 40px;
}
.table tr td:nth-child(2) {
	width: 50px;
	padding: 20px 0;
	vertical-align: top;
}
.table tr td:nth-child(3) {
	width: 700px;
	padding: 20px 0 20px 20px;
}
.table .required {
	color: #ffffff;
	background-color: #333333;
	border-radius: 4px;
	font-size: 1.2rem;
	text-align: center;
	padding: 5px 10px;
	margin: 6px 0px;
}
.table .text {
	line-height: 40px;
	display: inline-block;
}
/*form .table input[type="text"],*/
.input_text,
/*form .table select {*/
.select {
	height: 40px;
	padding: 10px 15px;
	margin-right: 15px;
}
.select {
	min-width: 207px;
	max-width: 658px;
	cursor: pointer;
}
.table .wrap_select {
	position: relative;
	display: inline-block;
}
.table .wrap_select:after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-bottom: solid 1px #FF9900;
	border-right: solid 1px #FF9900;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -4px;
}

.radio {
	margin: 10px 0px;
}
.radio .radio_label {
	position: relative; /* ボックスの位置を指定する */
	padding: 0 0 0 30px; /* ボックス内側の余白を指定する */
	cursor:pointer;
}
.radio .radio_label:after, .radio .radio_label:before {
	position: absolute; /* ボックスの位置を指定する */
	content: ""; /* ボックスのコンテンツ */
	display: block; /* ブロックレベル要素化する */
	top: 50%; /* 上部から配置の基準位置を決める */
}
.radio .radio_label:after {
	left: 0; /* 左から配置の基準位置を決める */
	top: 1px; /* チェック枠の位置 */
	width: 20px; /* ボックスの横幅を指定する */
	height: 20px; /* ボックスの高さを指定する */
	border: 0px solid #fff; /* ボックスの境界線を実線で指定する */
	background-color: #ffffff;
	border-radius: 50%; /* ボックスの角丸を指定する */
}
.radio .radio_label:before {
	left: 4px; /* 左から配置の基準位置を決める */
	top: 5px; /* チェックマークの位置 */
	width: 12px; /* ボックスの横幅を指定する */
	height: 12px; /* ボックスの高さを指定する */
	background-color: #0171bd;/* ボックスの背景色を指定する */
	border-radius: 50%; /* ボックスの角丸を指定する */
	opacity: 0; /* 要素を透過指定する */
	z-index: 10;
}
.radio input[type="radio"]:checked + .radio_label:before {
	opacity: 1; /* 要素を表示する */
}

.checkbox {
	margin-bottom: 10px;
}
.checkbox .checkbox_label {
	position: relative; /* ボックスの位置を指定する */
	padding: 0 0 0 30px; /* ボックス内側の余白を指定する */
	display: block;
	cursor:pointer;
}
.checkbox .checkbox_label:after, .checkbox .checkbox_label:before {
	position: absolute; /* ボックスの位置を指定する */
	content: ""; /* ボックスのコンテンツ */
	display: block; /* ブロックレベル要素化する */
	top: 50%; /* 上部から配置の基準位置を決める */
}
.checkbox .checkbox_label:after {
	left: 0; /* 左から配置の基準位置を決める */
	top: 1px; /* チェック枠の位置 */
	width: 20px; /* ボックスの横幅を指定する */
	height: 20px; /* ボックスの高さを指定する */
	border: 0px solid #fff; /* ボックスの境界線を実線で指定する */
	background-color: #ffffff;
}
.checkbox .checkbox_label:before {
	left: 5px; /* 左から配置の基準位置を決める */
	top: 2px; /* チェックマークの位置 */
	width: 7px; /* ボックスの横幅を指定する */
	height: 12px; /* ボックスの高さを指定する */
	opacity: 0; /* 要素を透過指定する */
	z-index: 10;
	border-right: 2px solid #0086EC;
	border-bottom: 2px solid #0086EC;
	transform: rotate(45deg);
}
.checkbox input[type="checkbox"]:checked + .checkbox_label:before {
	opacity: 1; /* 要素を表示する */
}

.textarea {
	padding: 10px 15px;
	width: 658px;
	height: 146px;
	font-size: 1.4rem;
}
.textarea:nth-child(n+2) {
	margin-top: 10px;
}

.table .notice {
	padding: 10px;
	width: 658px;
	color: #FF2121;
	border: 1px solid #FF2121;
	background-color: #FFEFEF;
	margin-top: 10px;
	font-size: 1.2rem;
	border-radius: 4px;
}

.table .remarks {
	color: #666666;
	font-size: 1.2rem;
	margin-top: 10px;
	margin-right: 15px;
}

.table .input-s {
	width: 207px;
}
.table .input-m {
	width: 320px;
}
.table .input-l {
	width: 658px;
}

.wrap_button {
	padding-top: 40px;
	text-align: center;
}
.wrap_button button {
	border-radius: 100px;
	margin-left: 20px;
	font-size: 1.8rem;
	padding: 15px 50px;
}
.wrap_button button.main {
	background: transparent linear-gradient(90deg, #FF9900 0%, #ff5700 100%) 0% 0% no-repeat padding-box;
	color: #FFFFFF;
	border: 0;
}
.wrap_button button.sub {
	background: #FFFFFF;
	color: #FF9900;
	border: 1px solid #FF9900;
}
.wrap_button button:first-child {
	margin-left: 0;
}
.table .btn {
	border: 1px solid #FF9900;
	color: #FF9900;
	background-color: #FFFFFF;
	padding: 4px 20px;
	display: inline-block;
	margin-top: 10px;
}
.table .btn.right {
	margin-left: 15px;
}



table.general {
	table-layout: fixed;
}
table.general tr {
	border-top: 1px solid #DDDDDD;
}
table.general tr:nth-child(odd) {
	background-color: #F5F5F5;
}
table.general tr:last-child {
	border-bottom: 1px solid #DDDDDD;
}
table.general tr th {
	width: 300px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 20px;
	vertical-align: top;
}
table.general tr td {
	width: 640px;
	padding: 20px 0 20px 20px;
}

/* 追加 */
table.general tr td .btn {
    border: 1px solid #FF9900;
    border-radius: 100px;
    text-align: center;
    color: #FF9900;
    padding: 4px 20px;
    display: inline-block;
    margin-top: 10px;
}

ul.general {
	margin-top: 20px;
	margin-bottom: 20px;
	counter-reset: item;
}
ul.general > li {
	margin-top: 10px;
	position: relative;
	padding-left: 10px;
}
ul.general > li:first-child {
	margin-top: 0;
}
ul.general > li:before {
	content: "";
	color: #0086EC;
	text-align: center;
	padding: 0;
	margin-right: 5px;
	position: absolute;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	background-color: #0086EC;
	top: 9px;
	left: 0;
}


ol.general {
	margin-top: 20px;
	margin-bottom: 20px;
	counter-reset: item;
}
ol.general > li {
	margin-top: 10px;
}
ol.general > li:first-child {
	margin-top: 0;
}
ol.general > li:before {
	counter-increment: item;
	content: counter(item);
	font-weight: bold;
	color: #ffffff;
	background-color: #0086EC;
	text-align: center;
	padding: 0 6px;
	margin-right: 5px;
}

p.general {
	margin-top: 40px;
}

.btn.general {
	border: 1px solid #0086EC;
	color: #0086EC;
	background-color: #FFFFFF;
	padding: 4px 20px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.agree {
	text-align: center;
	margin-top: 40px;
}
.agree > * {
	display: inline-block;
}

div.scroll {
	margin-top: 40px;
	border: 1px solid #DDDDDD;
	padding: 20px;
}
div.scroll > div {
	height: 140px;
	overflow-y: scroll;
	padding-right: 20px;
}
div.scroll > div::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
/* スクロールの背景の設定 */
div.scroll > div::-webkit-scrollbar-track {
	box-shadow: 0 0 4px #DDDDDD inset;
}
/* スクロールのつまみ部分の設定 */
div.scroll > div::-webkit-scrollbar-thumb {
	background: #0086EC;
}
div.scroll .heading {
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 1px solid #0086EC;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.scroll .heading_s {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.scroll .content {
	font-size: 1.2rem;
	margin-top: 5px;
	margin-bottom: 5px;
}

// ------------------------------------------------------------------------------------( bizcreate 追記分 )

.BASEFONT {
	font-family:'Yu Gothic', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'MS UI Gothic', sans-serif;
}

.OBJECT {
	height:216px;
	margin:0px auto;
}

.TITLE {
	font-size:20px;
	line-height:20px;
}

.SUB_TITLE {
	font-size:18px;
	font-weight:bold;
}
.SUB_TITLE:before {
	content:"■";
	color:#FF9900;
	position:relative;
	left:-2px;
	display:inline-block;
}

.URL {
	font-family:'Roboto';
	font-size:14px;
	color:#005ba1;
}

.LINK {
	text-decoration:none;
	text-decoration:underline;
	color:#005ba1;
	cursor:pointer;
}
.LINK:hover {
	color:tomato;
}

.COMMENT {
	display:block;
	padding:0px 10px;
	color:#005ba1;
	white-space:normal;
	line-height:1.5em;
	text-indent:-1em;
}

.COMMENT2 {
	display:block;
	padding:0px 10px;
	color:seagreen;
	white-space:normal;
	line-height:1.5em;
	text-indent:-1em;
}

.HOV:hover {
	cursor:pointer;
	background-image:-webkit-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image:-moz-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image:-o-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image:-ms-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image:linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
}

.SCROLL {
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
}

.A_SCROLL {
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}

.SCROLL-X {
	overflow:hidden;
	overflow-x:scroll;
	-webkit-overflow-scrolling:touch;
}

.A_SCROLL-X {
	overflow:hidden;
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
}

.SCROLL-Y {
	overflow:hidden;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
}

.A_SCROLL-Y {
	overflow:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}

.BTN {
	font-size:12px;
	font-weight:normal;
	padding:3px 15px;
	margin:2px;
	min-width:16px;
	line-height:1.4em;
	border:0px;
	border-radius:3px;
	color:black;
	background-color:whitesmoke;
	background-image:-webkit-linear-gradient(rgba(255,255,255,0.2), rgba(128,128,128,0.2));
	background-image:-moz-linear-gradient(rgba(255,255,255,0.2), rgba(128,128,128,0.2));
	background-image:-o-linear-gradient(rgba(255,255,255,0.2), rgba(128,128,128,0.2));
	background-image:-ms-linear-gradient(rgba(255,255,255,0.2), rgba(128,128,128,0.2));
	background-image:linear-gradient(rgba(255,255,255,0.2), rgba(128,128,128,0.2));
	cursor:pointer;
}
.BTN:hover {
	background-image:-webkit-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image:-moz-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image:-o-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image:-ms-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image:linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
}

.LBTN {
	min-width:160px;
	line-height:40px;
	font-size:16px;
	background-color:silver;
	color:dimgray;
	border:none;
	border-radius:3px;
	margin:0px;
	padding:0px 20px;
	text-align:center;
	background-image:-webkit-linear-gradient(rgba(255,255,255,0.2), rgba(128,128,128,0.2));
	background-image:-moz-linear-gradient(rgba(255,255,255,0.2), rgba(128,128,128,0.2));
	background-image:-o-linear-gradient(rgba(255,255,255,0.2), rgba(128,128,128,0.2));
	background-image:-ms-linear-gradient(rgba(255,255,255,0.2), rgba(128,128,128,0.2));
	background-image:linear-gradient(rgba(255,255,255,0.2), rgba(128,128,128,0.2));
	cursor:pointer;
}
.LBTN:hover {
	background-image:-webkit-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image:-moz-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image:-o-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image:-ms-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image:linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
}

.TABLE {
	display:table;
	box-sizing:border-box;
}

.TR {
	display:table-row;
}
/* 追加 */
.THEAD {
	position: sticky;
	top: 0;
}

.STRIPE:nth-child(2n) {
	background-color:#fefefe;
}

.STRIPE:nth-child(2n+1) {
	background-color:whitesmoke;
}

.STRIPE[sel="ON"]:hover {
	background:cornsilk;
}

.STRIPE[sel="SEL"] > .TD {
	background:lightsteelblue;
	border-top:solid 1px steelblue;
	border-bottom:solid 1px steelblue;
}

.STRIPE[sel="SEL"] > .TD:first-child {
	border-left:solid 1px steelblue;
	border-radius:3px 0px 0px 3px;
}

.STRIPE[sel="SEL"] > .TD:last-child {
	border-right:solid 1px steelblue;
	border-radius:0px 3px 3px 0px;
}

.TD {
	display:table-cell;
	box-sizing:border-box;
}

.IB {
	display:inline-block;
	box-sizing:border-box;
}

.PERIOD_B {
	margin:2px 0px;
	padding:6px 14px;border-radius:2px;
	min-width:70px;
	text-align-last: justify;
	text-justify: inter-ideograph;
}

.BLK {
	display:block;
	box-sizing:border-box;
}

.NOWRAP {
	white-space:nowrap;
}

.WRAP {
	white-space:normal;
}

.PRE {
	white-space:pre;
}

.T_LIST_H {
	padding:10px 10px;
	font-weight:bold;
	font-size:12px;
	border-style:solid;
	border-color:white;
	border-width:0px 1px 1px 0px;
}

.T_LIST_D {
	padding:15px 10px;
	font-size:12px;
	border-style:solid;
	border-color:white;
	border-width:0px 1px 1px 0px;
}

.T_DATA_H {
	padding:10px 10px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
//	background-color:aliceblue;
	background-color:#e0e9f0;
	border-style:solid;
	border-color:silver;
	border-width:0px 1px 1px 0px;
}

.T_DATA_D {
	padding:10px 10px;
	font-size:12px;
	line-height:16px;
	text-align:left;
	vertical-align:middle;
	background-color:white;
	border-style:solid;
	border-color:silver;
	border-width:0px 1px 1px 0px;
}

.L_HEADER {
	padding:5px 10px;
	font-weight:bold;
	font-size:12px;
	border-style:solid;
	border-color:white;
	border-width:0px 1px 1px 0px;
//	white-space:nowrap;
}

.L_DATA {
	padding:3px 10px;
	font-size:12px;
	border-style:solid;
	border-color:white;
	border-width:0px 1px 1px 0px;
//	white-space:nowrap;
}

.INFO {
	display:inline-block;
	margin:1px 5px;
	padding:0px 5px;
	color:white;
	background-color:gray;
	border-color:gray;
	border-style:solid;
	border-width:1px;
	border-radius:2px;
	text-align:center;
}

.BOLD { font-weight:bold; }
.L { text-align:left; }
.C { text-align:center; }
.R { text-align:right; }
.T { vertical-align:top; }
.M { vertical-align:middle; }
.B { vertical-align:bottom; }

.SMOKE { color:whitesmoke; }
.SILVER { color:silver; }
.GRAY { color:gray; }
.RED { color:indianred; }
.BLUE { color:#005ba1; }
.GREEN { color:seagreen; }
.YELLOW { color:gold; }
.WHITE { color:white; }
.DARK { color:dimgray; }

.BG_BLACK { background-color:black;color:white; }
.BG_DARK { background-color:darkslategray;color:white; }
.BG_MIDDLE { background-color:dimgray;color:white; }
.BG_LIGHT { background-color:slategray;color:white; }
.BG_DGRAY { background-color:slategray;color:white; }
.BG_GRAY { background-color:gray;color:white; }
.BG_RED { background-color:indianred;color:white; }
.BG_LBLUE { background-color:#80a4be;color:white; }
.BG_BLUE { background-color:#005ba1;color:white; }
.BG_GREEN { background-color:#6eab87;color:white; }
.BG_LGREEN { background-color:#bed9c2;color:black; }
.BG_YELLOW { background-color:gold;color:black; }
.BG_ORANGE { background-color:#FF9900;color:white; }
.BG_WHITE { background-color:white;color:black; }
.BG_SMOKE { background-color:whitesmoke;color:black; }
.BG_GWHITE { background-color:ghostwhite;color:black; }
.BG_BEIGE { background-color:beige;color:black; }
.BG_SILK { background-color:cornsilk;border-color:dimgray;color:black; }
.BG_BROWN { background-color:rosybrown;color:white; }
.BG_SNOW { background-color:snow;color:black; }

.ORANGE {color:#FF9900;}

.LN_SILVER { border:solid 1px silver; }
.LN_DARK { border:solid 1px darkslategray; }

.I_GRN {
	background-color:seagreen;
	border-color:seagreen;
}
.I_LGRN {
	background-color:#6eab87;
	border-color:#6eab87;
}
.I_RED {
	background-color:indianred;
	border-color:indianred;
}
.I_BLU {
	background-color:steelblue;
	border-color:steelblue;
}
.I_LBLU {
	background-color:#80a4be;
	border-color:#80a4be;
}
.I_ORN {
	background-color:#e4a470;
	border-color:#e4a470;
}
.I_SILK {
	background-color:cornsilk;
	border-color:dimgray;
	color:black;
}
.I_GRAY {
	background-color:gainsboro;
	border-color:gainsboro;
	color:black;
}
.I_BROWN {
	background-color:rosybrown;
	border-color:rosybrown;
}

.IW_GRN {
	color:olivedrab;
	background-color:white;
	border-color:olivedrab;
}
.IW_RED {
	color:indianred;
	background-color:white;
	border-color:indianred;
}
.IW_BLU {
	color:steelblue;
	background-color:white;
	border-color:steelblue;
}
.IW_ORN {
	color:sandybrown;
	background-color:white;
	border-color:sandybrown;
}
.IW_BROWN {
	color:rosybrown;
	background-color:white;
	border-color:rosybrown;
}
.IW_DARK {
	color:dimgray;
	background-color:white;
	border-color:dimgray;
}

.strIcon {
	display:inline-block;
	padding:10px;
	margin:0px;
	font-family:autobiz;
}
.strIconR {
	display:inline-block;
	position:relative;
	top:2px;
	margin-right:2px;
	font-size:16px;
	font-family:autobiz;
}

.F12 { font-size:12px; }
.F14 { font-size:14px; }
.F16 { font-size:16px; }
.F18 { font-size:18px; }
.F22 { font-size:22px; }

@font-face {
	font-family:'typicons';
	src:url("fonts/typicons.eot");
	src:url("fonts/typicons.eot?#iefix") format('embedded-opentype'),
		url("fonts/typicons.woff") format('woff'),
		url("fonts/typicons.ttf") format('truetype'),
		url("fonts/typicons.svg#typicons") format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'sosa';
	src:url("fonts/sosa.eot");
	src:url("fonts/sosa.eot?#iefix") format('embedded-opentype'),
		url("fonts/sosa.woff") format('woff'),
		url("fonts/sosa.ttf") format('truetype'),
		url("fonts/sosa.svg#sosa") format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'autobiz';
	src:url("fonts/autobiz.eot");
	src:url("fonts/autobiz.eot?#iefix") format('embedded-opentype'),
		url("fonts/autobiz.woff") format('woff'),
		url("fonts/autobiz.ttf") format('truetype'),
		url("fonts/autobiz.svg#autobiz") format('svg');
	font-weight:normal;
	font-style:normal;
}

.popupFrame {
	top:50%;
	left:50%;
	padding:0px;
	background-color:white;
	box-shadow:0px 0px 10px 0px gray;
	position:fixed;
	z-index:200;
	display:none;
}

.popupFrameFull {
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0px;
	background-color:white;
	position:fixed;
	z-index:200;
	display:block;
}

.DRAGGABLE {
	position:absolute;
	background-color:white;
	border-radius:5px 5px 0px 0px;
	z-index:1;
}

.WEEK_1 {
	background-color:#fff0f0;
}

.WEEK_7 {
	background-color:#f0f0ff;
}

.fadeout {
  animation : fadeOut 1.8s;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}