label.error {
    color: red;
	margin-left:5px;
	font-weight:bold;
}
textarea{
	font-size:0.9rem;
}
fieldset{
    -moz-border-radius: 5px; /* for Firefox */
    -webkit-border-radius: 5px; /* for Chrome */
	padding:7px 15px 15px 15px;
}
div.virtical_top{
	vertical-align:top;
}
a.underline{
	text-decoration: underline !important;
}
span.usd{
	background-color:#999;
	padding:1px 1px;
	color:#fff;
	font-size:0.8rem;
}
span.usdb{
	background-color:#333;
	padding:1px 1px;
	color:#fff;
	font-size:0.8rem;
}
span.usds{
	background-color:#333;
	padding:1px 1px;
	color:#fff;
	font-size:0.9rem;
}
span.usdm{
	background-color:#333;
	padding:1px 3px;
	color:#fff;
	font-size:1rem;
}
span.usd_gray{
	background-color:#999;
	padding:1px 1px;
	color:#fff;
	font-size:0.8rem;
}
span.usds_gray{
	background-color:#999;
	padding:1px 1px;
	color:#fff;
	font-size:0.9rem;
}
span.usdm_gray{
	background-color:#ccc;
	padding:1px 3px;
	color:#fff;
	font-size:0.9rem;
}
a.button{
	display:block;
	padding:5px 5px;
	margin:0;
	text-align:center;
	border:1px solid #000;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background-color:#eee;
	min-width:130px;
	max-width:300px;
	font-size:0.8rem;
	/* white-space: nowrap; */
}
a.button-black{
	display:block;
	padding:5px 5px;
	margin:0;
	text-align:center;
	border:1px solid #000;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background-color:#666;
	color:#eee;
	min-width:150px;
	max-width:300px;
	font-size:0.8rem;
	/* white-space: nowrap; */
}
a.button_slim{
	font-size:0.7rem;
	display:block;
	padding:2px;
	margin:0;
	text-align:center;
	border:1px solid #000;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background-color:#eee;
	min-width:60px;
	max-width:300px;
	/* white-space: nowrap; */
}
a.button-gray{
	display:block;
	padding:5px 15px;
	margin:0;
	text-align:center;
	border:1px solid #000;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background-color:#999;
	min-width:180px;
	font-size:0.9rem;
	/* white-space: nowrap; */
}
input.button {
	color:#000;
	display:block;
	padding:5px 2px;
	margin:0;
	text-align:center;
	border:1px solid #000;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background-color:#eee;
	width:80px;
}
input.button_wide {
	display:block;
	padding:5px 2px;
	margin:0;
	text-align:center;
	border:1px solid #000;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background-color:#eee;
	width:180px;
}
input.button_slim {
	font-size:0.8rem;
	display:block;
	padding:2px 2px;
	margin:0;
	text-align:center;
	border:1px solid #000;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background-color:#eee;
	width:60px;
}
input.green {
	background-color:#33CC66;
}
.font-black{
	color:#000;
}
.font-gray{
	color:#999;
}
.font-red{
	color:#ff3333;
}
.font-white{
	color:#fff;
}
.gray{
	background-color:#999;
	color:#fff;
}
.yellow{
	background-color:#CC9900;
}
.light_gray{
	background-color:#eee;
}
.back_lightred{
	background-color:#ffeeee;
}
.back_linevisual{
	background-color:#eeffff;
}
#mng_head{
	margin-top:5px;
	height:35px;
	border-bottom:solid 3px #009FC5;
}
#mng_head div{
	width: 98%;
	height:auto;
	margin:auto;
}
#mng_head div.p100{
	width: 100%;
}
#mng_head div.p46{
	width: 46% !important;
}
#mng_head_mypage{
	height:80px;
	margin-top:10px;
	border-bottom:solid 3px #009FC5;
}
#mng_head_mypage div.width_980{
	width: 980px;
	height:auto;
	margin:3px auto;
}
#mng_head_mypage .img_bottom{
	margin-top:30px;
}
#mng_main{
	width: 98%;
	margin:20px auto;
	min-height:500px;
}
#mng_main .mar-l{
	margin-left:10px;
}
#mng_main .mar-r{
	margin-right:10px;
}
#mng_main .mar-t{
	margin-top:10px;
}
#mng_main .mar-t_2{
	margin-top:2px;
}
#mng_main .mar-b{
	margin-bottom:10px;
}
#mng_main h1{
	padding:2px;
	/* margin:0 0 15px 0; */
	background-color:#E6F9FF;
	font-size:0.9rem;
	font-weight:bold;
}
#mng_main h1.space{
	margin:0 0 15px 0;
}
#mng_main .bread-area{
	background-color:#fff;
}
.mng_left{
	text-align: left;
}
.mng_right{
	text-align: right;
}
.mng_f_left{
	float: left;
}
.mng_f_right{
	float: right;
}
#mng_main div.box {
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}
div.box input, div.box select {
	font-size:0.8rem;
}
#mng_main table{
	width: 100%;
	border-collapse: collapse;
	/* border-right: 1px solid #999; */
	border:0;
	font-size:0.8rem;
}
#mng_main table th{
	padding: 6px;
	text-align: left;
	color: #fff;
	background-color: #555;
	border:0;
	border-bottom: 1px solid #ccc;
	width:auto;
}
#mng_main table th.rightline{
	border-right: 2px solid #fff;
}
#mng_main table th.lightcr{
	background-color: #eee;
	color: #333;
}
#mng_main table th.alcenter{
	text-align: center;
}
#mng_main table th.zero{
	padding: 0;
	margin: 0;
	height:0px;
}
#mng_main table td{
	padding: 6px;
	/* background-color: #fff; */
	/* border-bottom: 1px solid #999; */
	/* border-left: 1px solid #999; */
	border:0;
	border-bottom: 1px solid #ccc;
	width:auto;
}
#mng_main table td.top{
	border-top: 1px solid #999;
	width:auto;
	vertical-align:top;
}
#mng_main .center{
	text-align:center;
}
#mng_main table td.righttext{
	text-align:right;
}
#mng_main table td.left_w{
	border-left: 1px #fff solid;
}
#mng_main table td.right_w{
	border-left: 1px #fff solid;
}
#mng_main .yabanehead{
	background-image: url("https://ratars-test.jro.or.jp/images/yabane.gif");
	background-size: cover;
	background-position:right;
}
#mng_main table td.font_w{
	color: #fff;
	font-weight:bold;
}
#mng_main table td.back_gray{
	background-color: #333;
}
#mng_main .w50{
	width:50px;
}
#mng_main .w100{
	width:100px;
}
#mng_main .w200{
	width:200px;
}
#mng_main .w210{
	width:260px;
}
#mng_main .w300{
	width:300px;
}
#mng_main .w400{
	width:400px;
}
#mng_main .w500{
	width:500px;
}
#mng_main .w600{
	width:600px;
}
#mng_main .w700{
	width:700px;
}
#mng_main .noborder{
	border:0;
}
.mng_msg{
	border:solid 1px #009FC5;
	border-left:solid 5px #009FC5;	
	margin:2px 0;
	padding:1px 5px;
	color:#ff0000;
}
.mng_msg_blk{
	border:solid 1px #009FC5;
	border-left:solid 5px #009FC5;	
	margin:2px 0;
	padding:1px 5px;
	color:#000;
}
span.notice{
	color:#ff6666;
	font-size:0.8rem;
}
span.error_w{
	color:#ff3333;
	font-size:0.8rem;
}
span.error_ws{
	color:#ff3333;
	font-size:0.9rem;
}
span.notice_w{
	color:#666;
	font-size:0.8rem;
}
span.notice_ws{
	color:#996600;
	font-size:0.9rem;
}
.font_m{
	font-size:1rem;
}
.font_s{
	font-size:0.9rem;
}
.font_xs{
	font-size:0.8rem;
}
.font_xxs{
	font-size:0.7rem;
}
.mar-t_0{
	margin-top:0;
}
.mouse_point{
	cursor:pointer;
}

.design08 {
  font-size: 0.6rem;
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.design08 th {
 text-align: center;
 padding: 1px 0px;
 background: #778ca3;
 border: solid 1px #666666;
 color: #ffffff;
 border-left: 1px solid #E6F9FF;
}
.design08 td {
 padding: 1px 0px;
 border: solid 1px #666666;
}
.design08 td:first-child {
 background: #ccc;
}

h2.chart_title{
	border-radius: 20px 20px 0px 0px;
	font-size:0.9rem;
	background-color:#333;
	color:#fff;
	padding:4px 0 2px 30px;
	margin:20px 0 20px 0;
}
h2.title_space{
	margin:30px 0 20px 0;
	padding:2px 0 2px 10px;
	/* margin:0 0 15px 0; */
	background-color:#E6F9FF;
	font-size:0.9rem;
	font-weight:bold;
}

#menutab li{
	display: inline-block;
}
#menutab li a{
	font-size:0.8rem;
	background-color:#666;
	color:#fff;
	margin:1px 3px;
	padding:3px 25px 1px 25px;
	border-radius: 8px 8px 0 0;
}
button.blackdesign{
	background-color:#333;
	color:#fff;
	padding:3px 15px;
	cursor: pointer;
	cursor: hand;
}
button.blackdesign:hover {
	background-color:#666;
}
.fixed_row{
  position: sticky;
  top: 0;
  color: #fff;
  background: #333;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
	}
}
.table-scroll {
    overflow: auto;
    width: 100%;
    height: 600px;
}
.table-scroll table{
    margin: 0;
    border-spacing: 0;

}
.table-scroll td{
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 5px;
}
.table-scroll th{
    margin: 0;
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #f2f2f2;
    position: sticky;
    top: 0;
    left: 0;
}
.table-scroll tr:first-child th{
    border-top: 1px solid #999;
}
.table-scroll th:first-child{
    border-left: 1px solid #999;
}
.table-scroll tr:first-child th:first-child{
    z-index: 1;
}
@media screen and (max-width:600px) {
	.sp_button{		
		border-radius: 5px;
		border: 1px solid #000;
		display: inline-block;
		color: #fff;
		background-color:#000;
		text-align: center;
		padding: 10px 20px;
		font-size:0.9rem;
	}
}
@media screen and (min-width:601px) {
	.sp_button{	
		border-radius: 5px;
		border: 1px solid #000;
		display: inline-block;
		color: #fff;
		background-color:#000;
		text-align: center;
		padding: 10px 20px;
		font-size:0.9rem;
	}
}
.block-100 {
	width:100%;
}
.block-90 {
	width:90%;
}
.block-80 {
	width:80%;
}
.block-70 {
	width:70%;
}
.block-50 {
	width:50%;
}
.block-48 {
	width:48%;
}
.block-34 {
	width:34%;
}
.block-33 {
	width:33%;
}
.block-30 {
	width:30%;
}
.block-25 {
	width:25%;
}
.block-20 {
	width:20%;
}
.height-30 {
	height:30px;
}
.height-40 {
	height:40px;
}
.height-50 {
	height:50px;
}
.height-60 {
	height:60px;
}
.height-130 {
	height:130px;
}
.height-170 {
	height:170px;
}
.height-200 {
	height:200px;
}
.height-250 {
	height:250px;
}
.height-300 {
	height:300px;
}
.height-400 {
	height:400px;
}
.height-500 {
	height:500px;
}
/*下矢印*/
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_arrows {
	position: relative;
	display: flex;
	height: 30px;
	margin: 2em auto;
	justify-content: center;
	align-items: center;
}
.cp_arrows .cp_arrow {
	position: absolute;
	left: 45%;
	width: 60px;
	height: 10px;
	-webkit-transform: scale(0.3);
	        transform: scale(0.3);
	-webkit-animation: arrow-move07 3s ease-out infinite;
	        animation: arrow-move07 3s ease-out infinite;
	opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
	-webkit-animation: arrow-move07 3s ease-out 1s infinite;
	        animation: arrow-move07 3s ease-out 1s infinite;
}
.cp_arrows .cp_arrow:nth-child(2) {
	-webkit-animation: arrow-move07 3s ease-out 2s infinite;
	        animation: arrow-move07 3s ease-out 2s infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	content: '';
	border-radius: 2px;
	background: #2196f3;
}
.cp_arrows .cp_arrow:before {
	left: 1px;
	-webkit-transform: skewY(30deg);
	        transform: skewY(30deg);
}
.cp_arrows .cp_arrow:after {
	right: 1px;
	width: 50%;
	-webkit-transform: skewY(-30deg);
	        transform: skewY(-30deg);
}
@-webkit-keyframes arrow-move07 {
	25% {
		opacity: 0.6;
	}
	43.75% {
		-webkit-transform: translateY(1em);
		        transform: translateY(1em);
		opacity: 0.8;
	}
	62.5% {
		-webkit-transform: translateY(2em);
		        transform: translateY(2em);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(3em) scale(0.5);
		        transform: translateY(3em) scale(0.5);
		opacity: 0;
	}
}
@keyframes arrow-move07 {
	25% {
		opacity: 0.6;
	}
	43.75% {
		-webkit-transform: translateY(1em);
		        transform: translateY(1em);
		opacity: 0.8;
	}
	62.5% {
		-webkit-transform: translateY(2em);
		        transform: translateY(2em);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(3em) scale(0.5);
		        transform: translateY(3em) scale(0.5);
		opacity: 0;
	}
}