﻿/*
' ###########################################################
'   選定計算用 共通CSS
'                                  Create 2024.7.23 Kimura
'                                  Modyfy ----.--.-- --------
' ###########################################################
*/

#development{
    height: 22px;
    z-index: 99990;
    position: fixed;
    top: 0;
    left: 0;
    width: 1200px !important;
    background-color: deeppink;
	
}
#development span{
	display     : inline-block;
	padding-left: 100%;
	white-space : nowrap;
	color: white;
    font-size: larger;
    font-weight: bold;
	animation   : scrollAnime 15s linear infinite;
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}
#table_shogeki .select:hover {
	background-color: #ffdaf8;
} 
.sheet {
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #00000026 calc(100% - 1px)),
					  linear-gradient(90deg, transparent calc(100% - 1px), #00000026 calc(100% - 1px));
	background-size: 14px 14px;
	background-repeat: repeat;
	background-position: center center;
	position:relative;
} 
.mousedragscrollable_1{
	white-space: nowrap;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.mousedragscrollable_1>* {
	display: inline-block;
	white-space: normal;
}  
.sheet::before{
	content:"";
	display:block;
	width:100%;
	height:2px;
	background-color:#ff4b90;
	position:absolute;
	top:50.2%;
}
.sheet::after{
	content:"";
	display:block;
	width:2px;
	height:100%;
	background-color:#ff4b90;
	position:absolute;
	left:50.2%;
}
.center{
	font-weight: bold;
	position: absolute;
	left: 49%;
	top: 51%;
}
.padding_boot{
	padding: 0.375rem 0.75rem;
}
.circle1{
	position: absolute;
	left: 35%;
	top: 43.6%;
}
.circle2{
	position: absolute;
	left: 52%;
	top: 43.6%;
}

.line1 {
	border: 2px solid rgb(0, 0, 0);
	position: absolute;
	left: 1243px;
	top: 1404px;
}
.line2 {
	border: 2px solid rgb(0, 0, 0);
	position: absolute;
	left: 1243px;
	top: 1609px;
}
.cdc_siyou_ipop {
	padding: 0;
	background-color: #fff;
	width: 600px;
/*	height: 600px;*/
	border: 1px solid #aaa;

	/* この3行は必須 */
	position: absolute;
	display: none;
	z-index: 9999;
}
.cdc_siyou_ipop_title {
	font-size:14px;
	text-align:center;
	background-color: #530ec1;
	color: white;
	cursor: move;
}
.cdc_siyou_ipop_close {
	font-weight:bold;
	cursor: pointer;
	float: right;
	color: white;
}
#kekka_chain_rs tbody tr:hover {
	background-color: #fdfdd2;
}
#overlay{ 
	display: none;
	position: fixed;
	top: 35%;
	right: 43%;
	z-index: 100;
	width: 21%;
	height:22%;
	border-radius: 38px;
	background: rgba(0,0,0,0.6);
}
.db-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
	position: absolute;
	top: 1%;
	left:44%;
	}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}
.help::before{
    content: "?";
    font-size: 10px;
    display: inline-block;
    vertical-align: 2px;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2;
    border-radius: 15%;
    background: #0d82d3;
    color: #FFF;
    font-weight: bold;
}
.tool {
	position: relative;	
}

.description {
	height:180px;
	width: 320px;
	position: absolute;
	top: 50%;
	left: 80%;
	transform: translateY(-50%);
	padding: 8px;
	border-radius: 10px;
	background-color: #3b5597;
	color: #fff;
	text-align: left;
	display: none;
	opacity: 0; 
	z-index: 100;
	transition: 0.5s all;
	margin-left: 3px;
}

.tool:hover .description {
	left: 100%;
	display: block;
	opacity: 1; 
}

.link_button01_d {
	color: #bfe5ff;
	display: block;
	text-align: center;
	border: 1px solid #bfe5ff;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: 0.5rem;
	width: 100%;
}

.link_button01_d span{
	color: #bfe5ff;
	display: block;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	background: #f3f3f3;
	padding: 0.5rem;
	white-space: nowrap;
	text-decoration:none;
	cursor: default;
}

.consent_li {
	text-indent: -1em;
	padding-left: 1em;
}

.aside4_button {
	background-color: #5ebae5;
	display: block;
	position: fixed;
	top: 46px;
	right: 0px;
	width: 52px;
	height: 50px;
	margin: 0;
	padding: 0;
	border-radius: 5px 0 0 5px;
	border-right: none;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	z-index: 999;
	cursor: pointer;
}
.aside4_button:hover {
	background-color:#9acfe7;
}
.aside3_tool:hover .description_aside3{
	animation-name: description_aside3;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
} 
@keyframes description_aside3
{
 0%{
  opacity: 0;
  visibility: visible;
 }

 100%{
  opacity: 1;
  visibility: visible;
 }
}
.description_aside3 {
    opacity: 0;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 0.6em;
    color: #fff;
    border-radius: 5px;
    background: #64696c;
	width: 173px;
    left: -208px;
	top:12px;
	text-align: center;
	visibility: hidden;
}
.description_aside3:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 208px;;
    border: 8px solid transparent;
    border-top: 10px solid #64696c;
    margin-left: -15px;
    transform: rotateZ(270deg);
}
.aside4_icon:after{
    content: "FAQ";
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 2.35;
    color: black;
    border: solid 1.8px;
    font-size: 12px;
    margin: 9px;
}