@charset "UTF-8";

/* 共通index用CSS */
table.information_table{
	border: 2px solid #80B080;
	border-spacing:0px;
	background-color: white;
	font-size: 95%;
}

table.tbl_margin_horz{
	width: 90%;
	margin: 0px 5% 0px;
}

table.information_table td,th{
	padding: 5px;
}

table.information_table tr:nth-child(2n){
	background-color: #DDDDDD;
}

table.information_table th{
	font-size: 105%;
	font-weight: bold;
	color: #FF0080;
	white-space: nowrap;
}

table.insert_before_td_nakaguro td::before{
	content: "・";
}

.information{
	background-color: #E0FF80;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	border: dashed 1px #008000;
}

.information .inner{
	text-align: left;
	font-size: 80%;
	width: fit-content;
	display: inline-block;
	line-height: 160%;
}

.information .inner_header{
	text-align: center;
	padding: 3px;
}

.information big{
	text-align: center;
}

.information big::before{
	content: "* ";
}

.information big::after{
	content: " *";
}

.information ul{
	list-style-type: circle;
}

.trial_note{
	color: #306060;
	font-size: 90%;
}

.software_note{
	font-size: 90%;
	margin-right: 10%;
}

.contact_address{
	background-color: #F0FFC0;
	padding: 10px;
	border: dotted 1px #008000;
	margin: 10px 10% 15px;
	text-align: center;
}

.contact_address .details{
	padding: 10px 40px 5px;
	text-align: left;
	font-size: 90%;
	color: #808080;
}

.privacy_policy{
	text-align: center;
	font-size: 85%;
	margin: 3px 3px 20px;
}

.download_button {
	font-size: 100%;
	padding: 5px 5px;
}


.overlay_warning {
	background: rgba(255, 0, 255, 0.7);
	color: white;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}
