@charset "UTF-8";

.font_keycolor{
	color:#eb6d77!important;
}
.font_gray{
	color: #5e5e5e;
}
.font_bold{
	font-weight:bold;
}

.bg_gray {
	background-color: #e6e6e6;
}
.bg_keycolor {
	background-color: #fdeff0;
}

.mt005{
	margin-top: 5px!important;
}
.mt010{
	margin-top: 10px!important;
}
.mt020{
	margin-top: 20px!important;
}
.mt040{
	margin-top: 40px!important;
}
.ml025{
	 margin-left: 25px!important;
}

.mb0{
	 margin-bottom: 0!important;
}
.mb010{
	 margin-bottom: 10px!important;
}
.ml_1em{
	margin-left: 1em!important;
}
.ml_2em{
	margin-left: 2em!important;
}
.half_w {
	padding-right: 6px!important;
}

p.t_center {
	 text-align: center;
	 max-width: 100%;
		height: auto;
}
.content section h5.p_00 {
	 padding: 0 ;
}
.content section div.cap_description {
		padding: 0;
		margin-top: 0;
	 display: block; 
	 float: right!important;
	 font-weight: normal;
	 font-size: 90%;
	 vertical-align: bottom;
}
section table.line_none {
	 margin-left: 1em;
}


section table.line_none,
section table.line_none td {
	 border: none;
	 padding:  0;
	 vertical-align: top;
	  font-size: 100%;
		/*color: #000000;*/
}
section table.note,
section table.note td,
.popup_container table.note,
.popup_container table.note td{
	padding: 0;
	border: none;
	vertical-align: top;
	font-size: 90%
}
section table.note td.col_01 {
	color: red;
	width: 1.5em;
}
section table.note td.col_02 {
	color: red;
	width: 2em;
}

.content section table.line_none_02 {
	 margin-left: 1em;
}
.content section table.line_none_02,
.content section table.line_none_02 td {
	 border: none;
	 padding: 0 0 8px 0;
	 vertical-align: top;
	  font-size: 100%;
}
td.td_middle{
	vertical-align:middle;
}
 .content section div.long_table {
	 margin: 0;
	 padding: 0;
  }
.content section p.scroll_txt {
  display: none;
}
p.wavy_line, .wavy_line{
  text-decoration: #666666 wavy underline;
}
p.under_line, .under_line{
  text-decoration: #666666 solid underline;
}
.content p.cap {
  font-size: 80%;
	text-align: right;
	margin-top: 0.5em;
}
.key {
  vertical-align: bottom;
	padding-left: 0.5em;
}
@media only screen and (max-width: 769px) {
 .content section div.long_table {
	 margin: 0;
	 padding: 0;
    width: 100%;
    overflow: scroll;
  }

.content section p.scroll_txt {
    display: block;
    text-indent: 0;
    margin: 10px 0 0;
  }
}