@charset "utf-8";
.fleft  {float: left;}
.fright {float: right;}
.floatR {float:right;}
.clear  { clear: both;}
.clearfix:after{ 
	content: ""; 
	clear: both; 
	display: block;
}

.vtop    { vertical-align: top !important;    }
.vmiddle { vertical-align: middle !important; }
.vbottom { vertical-align: bottom !important; }
.mt5  { margin-top: 5px !important;  }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mb0  { margin-bottom: 0px !important;  }
.mb5  { margin-bottom: 5px !important;  }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml5  { margin-left: 5px !important;  }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.mr5  { margin-right: 5px !important;  }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.pt50 { padding-top: 50px !important; }
.w80 { width:80px !important; }
.w100 { width:100px !important; }
.w120 { width:120px !important; }
.w150 { width:150px !important; }
.w170 { width:170px !important; }
.w200 { width:200px !important; }
.w250 { width:250px !important; }
.w600 { width:600px !important; }
.wauto { width:auto !important; }

.strong {
    font-weight: bold;
    letter-spacing: 0.03em;
}
.small {
	font-size: 0.813em; /* 13px */
}
.fullwidth{width:100% !important;}
.nowrap {
	white-space: nowrap;
}

.imeoff {
	ime-mode: disabled;
}
.te_blue {
	color: #36C;
}
.te_red {
	color: #ff3300;
}
.tbold { font-weight: bold !important; }
.tleft   { text-align: left !important;   }
.tright  { text-align: right !important;  }
.tcenter { text-align: center !important; }

.blockcenter {
	margin: 0 auto;
	display: table;
}
.text_arrow {
	clear: both;
	background: url(../images/common/ic__arrow_blue.png) left center no-repeat;
	font-size: 0.813em; /* 13px */
	text-align: left;
	padding-left: 18px;
}
.text_arrow2 {
	clear: both;
	background: url(../images/common/ic__arrow_gray.png) left center no-repeat;
	font-size: 0.813em; /* 13px */
	text-align: left;
	padding-left: 18px;
}

.hissu {
	color: red;
	font-size: 0.875em; /* 14px */
	font-weight: bold;
	vertical-align: top;
	margin-left: 3px;
}
.inpexp {
	color: #755318;
	font-size: 0.813em; /* 13px */
	margin: 0 0 3px;
}
.Caution {
	color:#FF0000;
	font-size:1.7em;
}
.CautionSmall {
	color:#FF0000;
	font-weight:normal;
	font-size:0.8em;
	vertical-align:text-top;
}

span.str_blue {
	clear: both;
	color: #0000ff;
	padding: 2px 20px;
}

.search_area{
    text-align: left;
    padding:8px;
    background-color: lightgoldenrodyellow;
    border:1px solid #000000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
fieldset.search_area .input{
    width:250px;
    margin-right: 20px;
}
fieldset.search_area select{
    background-color: #fff;
}

table.simple_table tr{
    background: none !important;
}

.view_all_button{
    cursor:pointer;
    border:1px solid #4682b4;
    padding:5px;
    background-color:rgba(200,200,200,0.5);
}

.view_all_button::before{
  content: '▼ ';
  font-size: 15px;
  color: #4682b4;
  margin: auto;
  text-align: center;
}

.hide_area{
    display: none;
}