@charset "euc-jp";
.wordbreak{
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.button {
	width: 150px;
	height: 30px;
}  
.button2 {
	width: 240px;
	height: 30px;
	font-weight:bold;
}
.button3 {
	width: 222px;
	height: 30px;
}  
	 
.csv_button {
	width: 270px;
	height: 30px;
}  

.card_button {
	width: 350px;
	height: 30px;
}  

.error_txt {
	color: #FF9900;
	font-weight: bold;
}

.red {
	color: red;
	font-weight: bold;
}

.blue {
	color: blue;
	font-weight: bold;
}

.notice {
	color: blue;
	font-size: 12px;
}

.ime_off{ 
	ime-mode: disabled;
}

table.data {
	border: 1px solid #999;
	border-collapse: collapse;
	table-layout: fixed;
}

table.data th {
	font-size: 14px;
	background-color: #dfebfb;
	border-bottom: 1px solid;
	border-left:1px solid;
	border-right:1px solid;
}

table.data th.data_header {
	color: white;
	font-weight: bold;
	background-color: MediumSeaGreen;
	font-size: 16px;
	text-align: left;
}

table.data td {
	font-size: 13px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
}

table.data td.data_center {
	text-align: center;
}

table.shosai {
	border: 1px solid #999;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.shosai th {
	font-size: 14px;
	background-color: #dfebfb;
	border-bottom: 1px solid;
	border-left:1px solid;
	border-right:1px solid;
	text-align: right;
}

table.shosai td {
	font-size: 13px;
	background-color: #F5F5F5;

}

table.shosai th.shosai_header {
	color: white;
	font-weight: bold;
	background-color: MediumSeaGreen;
	font-size: 18px;
	text-align: left;
}

table.shosai th.shosai_left {
	text-align: left;
}

table.shosai td.shosai_center {
	text-align: center;
}

/*
table.shosai {
	border: 0px;
}

table.shosai td {
	font-size: 13px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
*/
td {
	font-size: 14px;
}

/*
a {
	font-size: 14px;
}
*/

a:link   {text-decoration:UNDERLINE; color:black }
a:visited{text-decoration:UNDERLINE; color:black }
a:active {text-decoration:NONE }
a:hover  {text-decoration:UNDERLINE; color:black }
a        {text-decoration:NONE }

hr.statistics {
	size: 14px;
}

hr.statistics {
  color: #ff0000;
  height: 3px;
  border: 3px;
  border-style: dashed;
}

p {
	font-size: 14px;
}

