@charset "utf-8";

/* ====================================================================== */
/* リンク */
/* ====================================================================== */
a {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

a:link,
a:visited,
a:active {
	color: #226699;
	text-decoration: underline;
}

a:visited {
	color: #561b76;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.alpha:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.link_blank {
	background: url(/common/img/icon_link_blank.png) right no-repeat;
	padding-right: 15px;
}

.link_arrow {
	background: url(/common/img/icon_arrow_02.png) 0 0.5em no-repeat;
	padding-left: 10px !important;
}

.link_anchor {
	background: url(/common/img/icon_arrow_05.png) 0 0.5em no-repeat;
	padding-left: 11px !important;
}

.file_pdf a {
	background: url(/common/img/icon_pdf.png) right no-repeat;
	padding-right: 20px !important;
}

.file_doc a {
	background: url(/common/img/icon_doc.png) right no-repeat;
	padding-right: 20px !important;
}

.file_xls a {
	background: url(/common/img/icon_xls.png) right no-repeat;
	padding-right: 20px !important;
}

.file_ppt a {
	background: url(/common/img/icon_ppt.png) right no-repeat;
	padding-right: 20px !important;
}

.file_txt a {
	background: url(/common/img/icon_txt.png) right no-repeat;
	padding-right: 20px !important;
}

.file_zip a {
	background: url(/common/img/icon_zip.png) right no-repeat;
	padding-right: 20px !important;
}


.file_mp3 a {
	background: url(/common/img/icon_mp3.png) right no-repeat;
	padding-right: 20px !important;
}

.file_wmv a {
	background: url(/common/img/icon_wmv.png) right no-repeat;
	padding-right: 20px !important;
}

.round_link {
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-ms-border-radius: 13px;
	border-radius: 13px;
	background: #656565;
	padding: 2px 12px;
	margin: 0 0 6px 6px;
	display: inline-block;
}

.round_link a {
	background: url(/common/img/icon_arrow_03.png) 0 0.5em no-repeat;
	padding: 0 0 0 10px;
	color: #fff;
}

/* ====================================================================== */
/* floatクリア */
/* ====================================================================== */
.clr:before,
.clr:after {
	content: "";
	display: table;
}

.clr:after {
	clear: both;
}

.clr {
	zoom: 1;
}

.nowrap {
	white-space: nowrap !important;
}

/* ====================================================================== */
/* display */
/* ====================================================================== */
.dis_inline-block {
	display: inline-block;
}

.dis_table {
	display: table;
	width: auto;
	margin-right: auto !important;
	margin-left: auto !important;
}

.dis_table_r {
	display: table;
	width: auto !important;
	margin-right: 0 !important;
	margin-left: auto !important;
}

.is-sp-show,
.is-liquid-show {
	display: none;
}

@media screen and (max-width: 999px) {
	.is-liquid-show {
		display: block;
	}
}

@media screen and (max-width: 739px) {
	.is-sp-show {
		display: block;
	}
	.is-sp-hide {
		display: none;
	}
	.dis_table_sp {
		display: table;
		width: auto;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.dis_block_sp {
		display: block;
	}
}

/* ====================================================================== */
/* misc. */
/* ====================================================================== */
.clr_l,
.clr_l_pc {
	clear: left;
}

.dl_run-in_sp,
.ul_run-in {
	overflow: hidden;
}
.ul_run-in > li {
	float: left;
}
.ul_run-in.spacer > li {
	margin-right: 2em;
}
.ul_run-in.spacer_vertical > li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.ul_run-in.nowrap > li {
	white-space: nowrap;
}
.dl_run-in_sp > dt.fl_left {
	clear: left;
}

.article_agenda_page dl.left_box_block > dt {
	clear: left;
}

.text_url {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.text_break_all,
.text_break_all * {
	word-break: break-all !important;
}

.img_no_shrink img {
	max-width: initial;
	max-width: auto;/* for IE */
}

.img_fixed tbody img {
	max-width: 1rem;
	min-width: 1rem;
}

.no-nthchild .img_fixed tbody img {
	max-width: 16px;
	min-width: 16px;
}

.vertical_centering {
	position: relative;
}
.vertical_centering > * {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 999px) {
	.block_100per_liquid {
		width: auto !important;
	}
	.float_none_liquid {
		float: none;
	}
	.tbl_liquid_auto {
		width: auto !important;
	}
	.dotted_overflow_liquid {
		overflow: hidden;
	}
}

@media screen and (max-width: 739px) {
	.tbl_fixed_sp {
		table-layout: fixed;
	}
	.img_no_shrink .col_50per_sp img {
		max-width: 100%;
	}
	.col_50per_sp {
		width: 50%;
	}
	.text_url_sp {
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.clr_l_pc {
		clear: none;
	}
	.float_none_sp {
		float: none;
	}
	.ul_run-in.spacer > li {
		margin-right: 1em;
	}
	.article_agenda_page dl.left_box_block {
		overflow: hidden;
	}
	.article_agenda_page dl.left_box_block > dt {
		width: 5rem;
	}
	.article_agenda_page dl.left_box_block > dd {
		float: none;
		margin-left: 5rem;
	}
}

/* ====================================================================== */
/* align */
/* ====================================================================== */
.al_left {
	text-align: left !important;
}

.al_center {
	text-align: center !important;
}

.al_right {
	text-align: right !important;
}

/* ====================================================================== */
/* フォント */
/* ====================================================================== */
.text_10 {
	font-size: 0.83em !important;
}

.text_11 {
	font-size: 0.92em !important;
}

.text_12 {
	font-size: 1.0em !important;
}

.text_13 {
	font-size: 1.08em !important;
}

.text_14 {
	font-size: 1.17em !important;
}

.text_16 {
	font-size: 1.33em !important;
}

.text_18 {
	font-size: 1.5em !important;
}

.text_20 {
	font-size: 1.67em !important;
}

.text_22 {
	font-size: 1.83em !important;
}

.text_24 {
	font-size: 2.0em !important;
}

.text_26 {
	font-size: 2.17em !important;
}

.text_28 {
	font-size: 2.33em !important;
}

.text_30 {
	font-size: 2.5em !important;
}

.text_32 {
	font-size: 2.67em !important;
}

.text_34 {
	font-size: 2.83em !important;
}

.text_36 {
	font-size: 3.0em !important;
}

.text_38 {
	font-size: 3.17em !important;
}

.text_40 {
	font-size: 3.33em !important;
}

.text_bold {
	font-weight: bold !important;
}

.text_italic {
	font-style: italic !important;
}

@media screen and (max-width: 739px) {
	.text_1rem {
		font-size: 1rem;
	}
}

/* ====================================================================== */
/* margin */
/* ====================================================================== */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb1em {
  margin-bottom: 1em !important;
}
.mb2em {
  margin-bottom: 2em !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml_minus0_5em {
  margin-left: -0.5em !important;
}

.ml1em {
  margin-left: 1em !important;
}

.ml1_5em {
  margin-left: 1.5em !important;
}

.ml2em {
  margin-left: 2em !important;
}

.ml2_5em {
  margin-left: 2.5em !important;
}
.ml3em {
  margin-left: 3em !important;
}
.ml3_5em {
  margin-left: 3.5em !important;
}
.ml4em {
  margin-left: 4em !important;
}
.ml4_5em {
  margin-left: 4.5em !important;
}
.ml5em {
  margin-left: 5em !important;
}
.ml5_5em {
  margin-left: 5.5em !important;
}
.ml6em {
  margin-left: 6em !important;
}
.ml7em {
  margin-left: 7em !important;
}
.ml8em {
  margin-left: 8em !important;
}
.ml9em {
  margin-left: 9em !important;
}
.ml10em {
  margin-left: 10em !important;
}
.ml11em {
  margin-left: 11em !important;
}
.ml12em {
  margin-left: 12em !important;
}
.ml13em {
  margin-left: 13em !important;
}
.ml14em {
  margin-left: 14em !important;
}
.ml15em {
  margin-left: 15em !important;
}
.ml16em {
  margin-left: 16em !important;
}
.ml17em {
  margin-left: 17em !important;
}
.ml18em {
  margin-left: 18em !important;
}

@media screen and (max-width: 739px) {
	.mr_none_sp {
		margin-right: 0 !important;
	}
	.ml_none_sp {
		margin-left: 0 !important;
	}
}

/* ====================================================================== */
/* padding */
/* ====================================================================== */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;

}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}
.pthalf_em{
  padding-top:0.5em!important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}



/* ====================================================================== */
/* 文字間 */
/* ====================================================================== */
.ls01 {
  letter-spacing: 0.1em !important;
}

.ls02 {
  letter-spacing: 0.2em !important;
}

.ls03 {
  letter-spacing: 0.3em !important;
}

.ls04 {
  letter-spacing: 0.4em !important;
}

.ls05 {
  letter-spacing: 0.5em !important;
}

.ls06 {
  letter-spacing: 0.6em !important;
}

.ls07 {
  letter-spacing: 0.7em !important;
}

.ls08 {
  letter-spacing: 0.8em !important;
}

.ls09 {
  letter-spacing: 0.9em !important;
}

.ls10 {
  letter-spacing: 1.0em !important;
}

.ls11 {
  letter-spacing: 1.1em !important;
}

.ls12 {
  letter-spacing: 1.2em !important;
}

.ls13 {
  letter-spacing: 1.3em !important;
}

.ls14 {
  letter-spacing: 1.4em !important;
}

.ls15 {
  letter-spacing: 1.5em !important;
}

.ls16 {
  letter-spacing: 1.6em !important;
}

.ls17 {
  letter-spacing: 1.7em !important;
}

.ls18 {
  letter-spacing: 1.8em !important;
}

.ls19 {
  letter-spacing: 1.9em !important;
}

.ls20 {
  letter-spacing: 2.0em !important;
}

/* ====================================================================== */
/* 幅 */
/* ====================================================================== */
@media screen and (min-width: 1000px) {
  .wd0 {
    width: 0px !important;
  }
  .wd5 {
    width: 5px !important;
  }
  .wd10 {
    width: 10px !important;
  }
  .wd15 {
    width: 15px !important;
  }
  .wd20 {
    width: 20px !important;
  }
  .wd25 {
    width: 25px !important;
  }
  .wd30 {
    width: 30px !important;
  }
  .wd35 {
    width: 35px !important;
  }
  .wd40 {
    width: 40px !important;
  }
  .wd45 {
    width: 45px !important;
  }
  .wd50 {
    width: 50px !important;
  }
  .wd55 {
    width: 55px !important;
  }
  .wd60 {
    width: 60px !important;
  }
  .wd65 {
    width: 65px !important;
  }
  .wd70 {
    width: 70px !important;
  }
  .wd75 {
    width: 75px !important;
  }
  .wd80 {
    width: 80px !important;
  }
  .wd85 {
    width: 85px !important;
  }
  .wd90 {
    width: 90px !important;
  }
  .wd95 {
    width: 95px !important;
  }
  .wd100 {
    width: 100px !important;
  }
  .wd105 {
    width: 105px !important;
  }
  .wd110 {
    width: 110px !important;
  }
  .wd115 {
    width: 115px !important;
  }
  .wd120 {
    width: 120px !important;
  }
  .wd125 {
    width: 125px !important;
  }
  .wd130 {
    width: 130px !important;
  }
  .wd135 {
    width: 135px !important;
  }
  .wd140 {
    width: 140px !important;
  }
  .wd145 {
    width: 145px !important;
  }
  .wd150 {
    width: 150px !important;
  }
  .wd155 {
    width: 155px !important;
  }
  .wd160 {
    width: 160px !important;
  }
  .wd165 {
    width: 165px !important;
  }
  .wd170 {
    width: 170px !important;
  }
  .wd175 {
    width: 175px !important;
  }
  .wd180 {
    width: 180px !important;
  }
  .wd185 {
    width: 185px !important;
  }
  .wd190 {
    width: 190px !important;
  }
  .wd195 {
    width: 195px !important;
  }
  .wd200 {
    width: 200px !important;
  }
  .wd205 {
    width: 205px !important;
  }
  .wd210 {
    width: 210px !important;
  }
  .wd215 {
    width: 215px !important;
  }
  .wd220 {
    width: 220px !important;
  }
  .wd225 {
    width: 225px !important;
  }
  .wd230 {
    width: 230px !important;
  }
  .wd235 {
    width: 235px !important;
  }
  .wd240 {
    width: 240px !important;
  }
  .wd245 {
    width: 245px !important;
  }
  .wd250 {
    width: 250px !important;
  }
  .wd255 {
    width: 255px !important;
  }
  .wd260 {
    width: 260px !important;
  }
  .wd265 {
    width: 265px !important;
  }
  .wd270 {
    width: 270px !important;
  }
  .wd275 {
    width: 275px !important;
  }
  .wd280 {
    width: 280px !important;
  }
  .wd285 {
    width: 285px !important;
  }
  .wd290 {
    width: 290px !important;
  }
  .wd295 {
    width: 295px !important;
  }
  .wd300 {
    width: 300px !important;
  }
  .wd305 {
    width: 305px !important;
  }
  .wd310 {
    width: 310px !important;
  }
  .wd315 {
    width: 315px !important;
  }
  .wd320 {
    width: 320px !important;
  }
  .wd325 {
    width: 325px !important;
  }
  .wd330 {
    width: 330px !important;
  }
  .wd335 {
    width: 335px !important;
  }
  .wd340 {
    width: 340px !important;
  }
  .wd345 {
    width: 345px !important;
  }
  .wd350 {
    width: 350px !important;
  }
  .wd355 {
    width: 355px !important;
  }
  .wd360 {
    width: 360px !important;
  }
  .wd365 {
    width: 365px !important;
  }
  .wd370 {
    width: 370px !important;
  }
  .wd375 {
    width: 375px !important;
  }
  .wd380 {
    width: 380px !important;
  }
  .wd385 {
    width: 385px !important;
  }
  .wd390 {
    width: 390px !important;
  }
  .wd395 {
    width: 395px !important;
  }
  .wd400 {
    width: 400px !important;
  }
  .wd405 {
    width: 405px !important;
  }
  .wd410 {
    width: 410px !important;
  }
  .wd415 {
    width: 415px !important;
  }
  .wd420 {
    width: 420px !important;
  }
  .wd425 {
    width: 425px !important;
  }
  .wd430 {
    width: 430px !important;
  }
  .wd435 {
    width: 435px !important;
  }
  .wd440 {
    width: 440px !important;
  }
  .wd445 {
    width: 445px !important;
  }
  .wd450 {
    width: 450px !important;
  }
  .wd455 {
    width: 455px !important;
  }
  .wd460 {
    width: 460px !important;
  }
  .wd465 {
    width: 465px !important;
  }
  .wd470 {
    width: 470px !important;
  }
  .wd475 {
    width: 475px !important;
  }
  .wd480 {
    width: 480px !important;
  }
  .wd485 {
    width: 485px !important;
  }
  .wd490 {
    width: 490px !important;
  }
  .wd495 {
    width: 495px !important;
  }
  .wd500 {
    width: 500px !important;
  }
  .wd505 {
    width: 505px !important;
  }
  .wd510 {
    width: 510px !important;
  }
  .wd515 {
    width: 515px !important;
  }
  .wd520 {
    width: 520px !important;
  }
  .wd525 {
    width: 525px !important;
  }
  .wd530 {
    width: 530px !important;
  }
  .wd535 {
    width: 535px !important;
  }
  .wd540 {
    width: 540px !important;
  }
  .wd545 {
    width: 545px !important;
  }
  .wd550 {
    width: 550px !important;
  }
  .wd555 {
    width: 555px !important;
  }
  .wd560 {
    width: 560px !important;
  }
  .wd565 {
    width: 565px !important;
  }
  .wd570 {
    width: 570px !important;
  }
  .wd575 {
    width: 575px !important;
  }
  .wd580 {
    width: 580px !important;
  }
  .wd585 {
    width: 585px !important;
  }
  .wd590 {
    width: 590px !important;
  }
  .wd595 {
    width: 595px !important;
  }
  .wd600 {
    width: 600px !important;
  }
  .wd605 {
    width: 605px !important;
  }
  .wd610 {
    width: 610px !important;
  }
  .wd615 {
    width: 615px !important;
  }
  .wd620 {
    width: 620px !important;
  }
  .wd625 {
    width: 625px !important;
  }
  .wd630 {
    width: 630px !important;
  }
  .wd635 {
    width: 635px !important;
  }
  .wd640 {
    width: 640px !important;
  }
  .wd645 {
    width: 645px !important;
  }
  .wd650 {
    width: 650px !important;
  }
  .wd655 {
    width: 655px !important;
  }
  .wd660 {
    width: 660px !important;
  }
  .wd665 {
    width: 665px !important;
  }
  .wd670 {
    width: 670px !important;
  }
  .wd675 {
    width: 675px !important;
  }
  .wd680 {
    width: 680px !important;
  }
  .wd685 {
    width: 685px !important;
  }
  .wd690 {
    width: 690px !important;
  }
  .wd695 {
    width: 695px !important;
  }
  .wd700 {
    width: 700px !important;
  }
  .wd705 {
    width: 705px !important;
  }
  .wd710 {
    width: 710px !important;
  }
  .wd715 {
    width: 715px !important;
  }
  .wd720 {
    width: 720px !important;
  }
  .wd725 {
    width: 725px !important;
  }
  .wd730 {
    width: 730px !important;
  }
  .wd735 {
    width: 735px !important;
  }
  .wd740 {
    width: 740px !important;
  }
  .wd745 {
    width: 745px !important;
  }
  .wd750 {
    width: 750px !important;
  }
  .wd755 {
    width: 755px !important;
  }
  .wd760 {
    width: 760px !important;
  }
  .wd765 {
    width: 765px !important;
  }
  .wd770 {
    width: 770px !important;
  }
  .wd775 {
    width: 775px !important;
  }
  .wd780 {
    width: 780px !important;
  }
  .wd785 {
    width: 785px !important;
  }
  .wd790 {
    width: 790px !important;
  }
  .wd795 {
    width: 795px !important;
  }
  .wd800 {
    width: 800px !important;
  }
  .wd805 {
    width: 805px !important;
  }
  .wd810 {
    width: 810px !important;
  }
  .wd815 {
    width: 815px !important;
  }
  .wd820 {
    width: 820px !important;
  }
  .wd825 {
    width: 825px !important;
  }
  .wd830 {
    width: 830px !important;
  }
  .wd835 {
    width: 835px !important;
  }
  .wd840 {
    width: 840px !important;
  }
  .wd845 {
    width: 845px !important;
  }
  .wd850 {
    width: 850px !important;
  }
  .wd855 {
    width: 855px !important;
  }
  .wd860 {
    width: 860px !important;
  }
  .wd865 {
    width: 865px !important;
  }
  .wd870 {
    width: 870px !important;
  }
  .wd875 {
    width: 875px !important;
  }
  .wd880 {
    width: 880px !important;
  }
  .wd885 {
    width: 885px !important;
  }
  .wd890 {
    width: 890px !important;
  }
  .wd895 {
    width: 895px !important;
  }
  .wd900 {
    width: 900px !important;
  }
  .wd970 {
    width: 970px !important;
  }
  .wd10p {
    width: 10% !important;
  }
  .wd20p {
    width: 20% !important;
  }
  .wd30p {
    width: 30% !important;
  }
  .wd40p {
    width: 40% !important;
  }
  .wd50p {
    width: 50% !important;
  }
  .wd60p {
    width: 60% !important;
  }
  .wd70p {
    width: 70% !important;
  }
  .wd80p {
    width: 80% !important;
  }
  .wd90p {
    width: 90% !important;
  }
  .wd100p {
    width: 100% !important;
  }
  .wd_auto {
    width: auto !important;
  }
}

/* for IE8 fixed layout */
.no-mediaqueries .wd0 {
  width: 0px !important;
}
.no-mediaqueries .wd5 {
  width: 5px !important;
}
.no-mediaqueries .wd10 {
  width: 10px !important;
}
.no-mediaqueries .wd15 {
  width: 15px !important;
}
.no-mediaqueries .wd20 {
  width: 20px !important;
}
.no-mediaqueries .wd25 {
  width: 25px !important;
}
.no-mediaqueries .wd30 {
  width: 30px !important;
}
.no-mediaqueries .wd35 {
  width: 35px !important;
}
.no-mediaqueries .wd40 {
  width: 40px !important;
}
.no-mediaqueries .wd45 {
  width: 45px !important;
}
.no-mediaqueries .wd50 {
  width: 50px !important;
}
.no-mediaqueries .wd55 {
  width: 55px !important;
}
.no-mediaqueries .wd60 {
  width: 60px !important;
}
.no-mediaqueries .wd65 {
  width: 65px !important;
}
.no-mediaqueries .wd70 {
  width: 70px !important;
}
.no-mediaqueries .wd75 {
  width: 75px !important;
}
.no-mediaqueries .wd80 {
  width: 80px !important;
}
.no-mediaqueries .wd85 {
  width: 85px !important;
}
.no-mediaqueries .wd90 {
  width: 90px !important;
}
.no-mediaqueries .wd95 {
  width: 95px !important;
}
.no-mediaqueries .wd100 {
  width: 100px !important;
}
.no-mediaqueries .wd105 {
  width: 105px !important;
}
.no-mediaqueries .wd110 {
  width: 110px !important;
}
.no-mediaqueries .wd115 {
  width: 115px !important;
}
.no-mediaqueries .wd120 {
  width: 120px !important;
}
.no-mediaqueries .wd125 {
  width: 125px !important;
}
.no-mediaqueries .wd130 {
  width: 130px !important;
}
.no-mediaqueries .wd135 {
  width: 135px !important;
}
.no-mediaqueries .wd140 {
  width: 140px !important;
}
.no-mediaqueries .wd145 {
  width: 145px !important;
}
.no-mediaqueries .wd150 {
  width: 150px !important;
}
.no-mediaqueries .wd155 {
  width: 155px !important;
}
.no-mediaqueries .wd160 {
  width: 160px !important;
}
.no-mediaqueries .wd165 {
  width: 165px !important;
}
.no-mediaqueries .wd170 {
  width: 170px !important;
}
.no-mediaqueries .wd175 {
  width: 175px !important;
}
.no-mediaqueries .wd180 {
  width: 180px !important;
}
.no-mediaqueries .wd185 {
  width: 185px !important;
}
.no-mediaqueries .wd190 {
  width: 190px !important;
}
.no-mediaqueries .wd195 {
  width: 195px !important;
}
.no-mediaqueries .wd200 {
  width: 200px !important;
}
.no-mediaqueries .wd205 {
  width: 205px !important;
}
.no-mediaqueries .wd210 {
  width: 210px !important;
}
.no-mediaqueries .wd215 {
  width: 215px !important;
}
.no-mediaqueries .wd220 {
  width: 220px !important;
}
.no-mediaqueries .wd225 {
  width: 225px !important;
}
.no-mediaqueries .wd230 {
  width: 230px !important;
}
.no-mediaqueries .wd235 {
  width: 235px !important;
}
.no-mediaqueries .wd240 {
  width: 240px !important;
}
.no-mediaqueries .wd245 {
  width: 245px !important;
}
.no-mediaqueries .wd250 {
  width: 250px !important;
}
.no-mediaqueries .wd255 {
  width: 255px !important;
}
.no-mediaqueries .wd260 {
  width: 260px !important;
}
.no-mediaqueries .wd265 {
  width: 265px !important;
}
.no-mediaqueries .wd270 {
  width: 270px !important;
}
.no-mediaqueries .wd275 {
  width: 275px !important;
}
.no-mediaqueries .wd280 {
  width: 280px !important;
}
.no-mediaqueries .wd285 {
  width: 285px !important;
}
.no-mediaqueries .wd290 {
  width: 290px !important;
}
.no-mediaqueries .wd295 {
  width: 295px !important;
}
.no-mediaqueries .wd300 {
  width: 300px !important;
}
.no-mediaqueries .wd305 {
  width: 305px !important;
}
.no-mediaqueries .wd310 {
  width: 310px !important;
}
.no-mediaqueries .wd315 {
  width: 315px !important;
}
.no-mediaqueries .wd320 {
  width: 320px !important;
}
.no-mediaqueries .wd325 {
  width: 325px !important;
}
.no-mediaqueries .wd330 {
  width: 330px !important;
}
.no-mediaqueries .wd335 {
  width: 335px !important;
}
.no-mediaqueries .wd340 {
  width: 340px !important;
}
.no-mediaqueries .wd345 {
  width: 345px !important;
}
.no-mediaqueries .wd350 {
  width: 350px !important;
}
.no-mediaqueries .wd355 {
  width: 355px !important;
}
.no-mediaqueries .wd360 {
  width: 360px !important;
}
.no-mediaqueries .wd365 {
  width: 365px !important;
}
.no-mediaqueries .wd370 {
  width: 370px !important;
}
.no-mediaqueries .wd375 {
  width: 375px !important;
}
.no-mediaqueries .wd380 {
  width: 380px !important;
}
.no-mediaqueries .wd385 {
  width: 385px !important;
}
.no-mediaqueries .wd390 {
  width: 390px !important;
}
.no-mediaqueries .wd395 {
  width: 395px !important;
}
.no-mediaqueries .wd400 {
  width: 400px !important;
}
.no-mediaqueries .wd405 {
  width: 405px !important;
}
.no-mediaqueries .wd410 {
  width: 410px !important;
}
.no-mediaqueries .wd415 {
  width: 415px !important;
}
.no-mediaqueries .wd420 {
  width: 420px !important;
}
.no-mediaqueries .wd425 {
  width: 425px !important;
}
.no-mediaqueries .wd430 {
  width: 430px !important;
}
.no-mediaqueries .wd435 {
  width: 435px !important;
}
.no-mediaqueries .wd440 {
  width: 440px !important;
}
.no-mediaqueries .wd445 {
  width: 445px !important;
}
.no-mediaqueries .wd450 {
  width: 450px !important;
}
.no-mediaqueries .wd455 {
  width: 455px !important;
}
.no-mediaqueries .wd460 {
  width: 460px !important;
}
.no-mediaqueries .wd465 {
  width: 465px !important;
}
.no-mediaqueries .wd470 {
  width: 470px !important;
}
.no-mediaqueries .wd475 {
  width: 475px !important;
}
.no-mediaqueries .wd480 {
  width: 480px !important;
}
.no-mediaqueries .wd485 {
  width: 485px !important;
}
.no-mediaqueries .wd490 {
  width: 490px !important;
}
.no-mediaqueries .wd495 {
  width: 495px !important;
}
.no-mediaqueries .wd500 {
  width: 500px !important;
}
.no-mediaqueries .wd505 {
  width: 505px !important;
}
.no-mediaqueries .wd510 {
  width: 510px !important;
}
.no-mediaqueries .wd515 {
  width: 515px !important;
}
.no-mediaqueries .wd520 {
  width: 520px !important;
}
.no-mediaqueries .wd525 {
  width: 525px !important;
}
.no-mediaqueries .wd530 {
  width: 530px !important;
}
.no-mediaqueries .wd535 {
  width: 535px !important;
}
.no-mediaqueries .wd540 {
  width: 540px !important;
}
.no-mediaqueries .wd545 {
  width: 545px !important;
}
.no-mediaqueries .wd550 {
  width: 550px !important;
}
.no-mediaqueries .wd555 {
  width: 555px !important;
}
.no-mediaqueries .wd560 {
  width: 560px !important;
}
.no-mediaqueries .wd565 {
  width: 565px !important;
}
.no-mediaqueries .wd570 {
  width: 570px !important;
}
.no-mediaqueries .wd575 {
  width: 575px !important;
}
.no-mediaqueries .wd580 {
  width: 580px !important;
}
.no-mediaqueries .wd585 {
  width: 585px !important;
}
.no-mediaqueries .wd590 {
  width: 590px !important;
}
.no-mediaqueries .wd595 {
  width: 595px !important;
}
.no-mediaqueries .wd600 {
  width: 600px !important;
}
.no-mediaqueries .wd605 {
  width: 605px !important;
}
.no-mediaqueries .wd610 {
  width: 610px !important;
}
.no-mediaqueries .wd615 {
  width: 615px !important;
}
.no-mediaqueries .wd620 {
  width: 620px !important;
}
.no-mediaqueries .wd625 {
  width: 625px !important;
}
.no-mediaqueries .wd630 {
  width: 630px !important;
}
.no-mediaqueries .wd635 {
  width: 635px !important;
}
.no-mediaqueries .wd640 {
  width: 640px !important;
}
.no-mediaqueries .wd645 {
  width: 645px !important;
}
.no-mediaqueries .wd650 {
  width: 650px !important;
}
.no-mediaqueries .wd655 {
  width: 655px !important;
}
.no-mediaqueries .wd660 {
  width: 660px !important;
}
.no-mediaqueries .wd665 {
  width: 665px !important;
}
.no-mediaqueries .wd670 {
  width: 670px !important;
}
.no-mediaqueries .wd675 {
  width: 675px !important;
}
.no-mediaqueries .wd680 {
  width: 680px !important;
}
.no-mediaqueries .wd685 {
  width: 685px !important;
}
.no-mediaqueries .wd690 {
  width: 690px !important;
}
.no-mediaqueries .wd695 {
  width: 695px !important;
}
.no-mediaqueries .wd700 {
  width: 700px !important;
}
.no-mediaqueries .wd705 {
  width: 705px !important;
}
.no-mediaqueries .wd710 {
  width: 710px !important;
}
.no-mediaqueries .wd715 {
  width: 715px !important;
}
.no-mediaqueries .wd720 {
  width: 720px !important;
}
.no-mediaqueries .wd725 {
  width: 725px !important;
}
.no-mediaqueries .wd730 {
  width: 730px !important;
}
.no-mediaqueries .wd735 {
  width: 735px !important;
}
.no-mediaqueries .wd740 {
  width: 740px !important;
}
.no-mediaqueries .wd745 {
  width: 745px !important;
}
.no-mediaqueries .wd750 {
  width: 750px !important;
}
.no-mediaqueries .wd755 {
  width: 755px !important;
}
.no-mediaqueries .wd760 {
  width: 760px !important;
}
.no-mediaqueries .wd765 {
  width: 765px !important;
}
.no-mediaqueries .wd770 {
  width: 770px !important;
}
.no-mediaqueries .wd775 {
  width: 775px !important;
}
.no-mediaqueries .wd780 {
  width: 780px !important;
}
.no-mediaqueries .wd785 {
  width: 785px !important;
}
.no-mediaqueries .wd790 {
  width: 790px !important;
}
.no-mediaqueries .wd795 {
  width: 795px !important;
}
.no-mediaqueries .wd800 {
  width: 800px !important;
}
.no-mediaqueries .wd805 {
  width: 805px !important;
}
.no-mediaqueries .wd810 {
  width: 810px !important;
}
.no-mediaqueries .wd815 {
  width: 815px !important;
}
.no-mediaqueries .wd820 {
  width: 820px !important;
}
.no-mediaqueries .wd825 {
  width: 825px !important;
}
.no-mediaqueries .wd830 {
  width: 830px !important;
}
.no-mediaqueries .wd835 {
  width: 835px !important;
}
.no-mediaqueries .wd840 {
  width: 840px !important;
}
.no-mediaqueries .wd845 {
  width: 845px !important;
}
.no-mediaqueries .wd850 {
  width: 850px !important;
}
.no-mediaqueries .wd855 {
  width: 855px !important;
}
.no-mediaqueries .wd860 {
  width: 860px !important;
}
.no-mediaqueries .wd865 {
  width: 865px !important;
}
.no-mediaqueries .wd870 {
  width: 870px !important;
}
.no-mediaqueries .wd875 {
  width: 875px !important;
}
.no-mediaqueries .wd880 {
  width: 880px !important;
}
.no-mediaqueries .wd885 {
  width: 885px !important;
}
.no-mediaqueries .wd890 {
  width: 890px !important;
}
.no-mediaqueries .wd895 {
  width: 895px !important;
}
.no-mediaqueries .wd900 {
  width: 900px !important;
}
.no-mediaqueries .wd970 {
  width: 970px !important;
}
.no-mediaqueries .wd10p {
  width: 10% !important;
}
.no-mediaqueries .wd20p {
  width: 20% !important;
}
.no-mediaqueries .wd30p {
  width: 30% !important;
}
.no-mediaqueries .wd40p {
  width: 40% !important;
}
.no-mediaqueries .wd50p {
  width: 50% !important;
}
.no-mediaqueries .wd60p {
  width: 60% !important;
}
.no-mediaqueries .wd70p {
  width: 70% !important;
}
.no-mediaqueries .wd80p {
  width: 80% !important;
}
.no-mediaqueries .wd90p {
  width: 90% !important;
}
.no-mediaqueries .wd100p {
  width: 100% !important;
}
.no-mediaqueries .wd_auto {
  width: auto !important;
}

/* ====================================================================== */
/* 幅(em) */
/* ====================================================================== */
@media screen and (min-width: 1000px) {
  .wd1em {
    width: 1em!important;
  }
  .wd2em {
    width: 2em!important;
  }
  .wd3em {
    width: 3em!important;
  }
  .wd4em {
    width: 4em!important;
  }
  .wd5em {
    width: 5em!important;
  }
  .wd6em {
    width: 6em!important;
  }
  .wd6.5em {
    width: 6.5em!important;
  }
  .wd7em {
    width: 7em!important;
  }
  .wd8em {
    width: 8em!important;
  }
  .wd9em {
    width: 9em!important;
  }
  .wd10em {
    width: 10em!important;
  }
  .wd11em {
    width: 11em!important;
  }
  .wd12em {
    width: 12em!important;
  }
  .wd13em {
    width: 13em!important;
  }
  .wd14em {
    width: 14em!important;
  }
  .wd15em {
    width: 15em!important;
  }
  .wd16em {
    width: 16em!important;
  }
  .wd17em {
    width: 17em!important;
  }
  .wd18em {
    width: 18em!important;
  }
  .wd19em {
    width: 19em!important;
  }
  .wd20em {
    width: 20em!important;
  }
}

/* for IE8 fixed layout */
.no-mediaqueries .wd1em {
  width: 1em!important;
}
.no-mediaqueries .wd2em {
  width: 2em!important;
}
.no-mediaqueries .wd3em {
  width: 3em!important;
}
.no-mediaqueries .wd4em {
  width: 4em!important;
}
.no-mediaqueries .wd5em {
  width: 5em!important;
}
.no-mediaqueries .wd6em {
  width: 6em!important;
}
.no-mediaqueries .wd6.5em {
  width: 6.5em!important;
}
.no-mediaqueries .wd7em {
  width: 7em!important;
}
.no-mediaqueries .wd8em {
  width: 8em!important;
}
.no-mediaqueries .wd9em {
  width: 9em!important;
}
.no-mediaqueries .wd10em {
  width: 10em!important;
}
.no-mediaqueries .wd11em {
  width: 11em!important;
}
.no-mediaqueries .wd12em {
  width: 12em!important;
}
.no-mediaqueries .wd13em {
  width: 13em!important;
}
.no-mediaqueries .wd14em {
  width: 14em!important;
}
.no-mediaqueries .wd15em {
  width: 15em!important;
}
.no-mediaqueries .wd16em {
  width: 16em!important;
}
.no-mediaqueries .wd17em {
  width: 17em!important;
}
.no-mediaqueries .wd18em {
  width: 18em!important;
}
.no-mediaqueries .wd19em {
  width: 19em!important;
}
.no-mediaqueries .wd20em {
  width: 20em!important;
}

/* ====================================================================== */
/* テキスト関係 */
/* ====================================================================== */
.text_indent1{
padding-left: 1em;
text-indent: -1em;
}

.text_indent1_5{
padding-left: 1.45em;
text-indent: -1.45em;
}

.ml160 {
  margin-left:160px;
}

.soroe1 {
    text-indent:-1em; 
    padding-left: 1em;
}
.soroe2 {
    text-indent:-2em; 
    padding-left: 2em;
}
.soroe3 {
    text-indent:-3em; 
    padding-left: 3em;
}
.soroe4 {
    text-indent:-4em; 
    padding-left: 4em;
}
.soroe5 {
    text-indent:-5em; 
    padding-left: 5em;
}

.ti0{
	text-indent: 0em;
}

.ti_minus1{
	text-indent: -1em;
}

.ti_minus1_5{
	text-indent: -1.5em;
}

.ti_minus2{
	text-indent: -2em;
}

.ti_minus2_5{
	text-indent: -2.5em;
}

.ti_minus3{
	text-indent: -3em;
}

.ti_minus3_5{
	text-indent: -3.5em;
}

.ti_minus4{
	text-indent: -4em;
}

.ti1{
	text-indent: 1em;
}

.ti2{
	text-indent: 2em;
}

.pl1{
    padding-left:1em;
}

.pl2{
    padding-left:2em;
}

.pl3{
    padding-left:3em;
}

.pl4{
    padding-left:4em;
}

.pl5em{
    padding-left:5em;
}

.pl6{
    padding-left:6em;
}
.pl7{
    padding-left:7em;
}
.pl8{
    padding-left:8em;
}
.pl9{
    padding-left:9em;
}
.pr1{
    padding-right:1em;
}

.pr2{
    padding-right:2em;
}

.pr3{
    padding-right:3em;
}

.pr4{
    padding-right:4em;
}


.ti1_pl1 {
    text-indent:1em; 
    padding-left:1em;
}

.ti1_pl2 {
    text-indent:1em; 
    padding-left:2em;
}

.underline {
	text-decoration: underline;
}

.text_borderbottom {
	border-bottom: 1px solid #000000;
}

.bold {
	font-weight: 700;
}


.bold_red{
	font-weight: bold; color:#ef2f21;}

.shi_mark {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.va_t{
	vertical-align:top;
}

.va_m{
	vertical-align:middle;
}

.va_b{
	vertical-align:baseline;
}
.va_bt{
	vertical-align:bottom;
}

.line-through {
	text-decoration: line-through;
}

.color_660066 {
	color: #660066;
}


/* ====================================================================== */
/* 定義リスト */
/* ====================================================================== */

.dt_01 {
	float: left;
	width: 6em;
}

.dd_01 {
	padding-left: 7em;
	margin-left: 0;
}

.type_1_parentheses li {
	list-style-position:inside;
	counter-increment: cntdecimal;
}

.type_1_parentheses li:before{
	content:"(" counter(cntdecimal, decimal) ")  ";
}

.type_i_parentheses li {
	list-style-position:inside;
	counter-increment: cntroman;
}

.type_i_parentheses li:before{
	content:"(" counter(cntroman, lower-roman) ")  ";
}
.fl {
	float: left;
}

@media screen and (min-width: 1000px) {
	.dl_float dt{
		width:9em;
		overflow:hidden;
		float:left;
		clear:both;
	}
	.dl_float dd{
		width:70%;
		margin-left:10em;
	}
	.dl_float .dt3em{
		width:3em;
		overflow:hidden;
		float:left;
		clear:both;
	}
	.dl_float .dd3em{
		width:70%;
		margin-left:4em;
	}
	.dl_float .dt4em{
		width:4em;
		overflow:hidden;
		float:left;
		clear:both;
	}
	.dl_float .dd4em{
		width:70%;
		margin-left:5em;
	}
	.dl_float .dt5em{
		width:5em;
		overflow:hidden;
		float:left;
		clear:both;
	}
	.dl_float .dd5em{
		width:70%;
		margin-left:6em;
	}
	.dl_float .dt6em{
		width:6em;
		overflow:hidden;
		float:left;
		clear:both;
	}
	.dl_float .dd6em{
		width:70%;
		margin-left:7em;
	}
	.dl_float .dt7em{
		width:7em;
		overflow:hidden;
		float:left;
		clear:both;
	}
	.dl_float .dd7em{
		width:70%;
		margin-left:8em;
	}
	.dl_float .dt8em{
		width:8em;
		overflow:hidden;
		float:left;
		clear:both;
	}
	.dl_float .dd8em{
		width:70%;
		margin-left:9em;
	}
	.dl_float .dt9em{
		width:9em;
		overflow:hidden;
		float:left;
		clear:both;
	}
	.dl_float .dd9em{
		width:70%;
		margin-left:10em;
	}
	.dl_float .dt10em{
		width:10em;
		overflow:hidden;
		float:left;
		clear:both;
	}
	.dl_float .dd10em{
		width:70%;
		margin-left:11em;
	}
	.dl_float .dt15em{
		width:15em;
		overflow:hidden;
		float:left;
		clear:both;
	}
	.dl_float .dd15em{
		width:70%;
		margin-left:16em;
	}
	.dl_float .dt20em{
		width:20em;
		overflow:hidden;
		float:left;
		clear:both;
	}
	.dl_float .dd20em{
		width:70%;
		margin-left:21em;
	}
	.dl_float .dt25em{
		width:25em;
		overflow:hidden;
		float:left;
		clear:both;
	}
	.dl_float .dd25em{
		width:70%;
		margin-left:26em;
	}
	.dl_float .dt30em{
		width:30em;
		overflow:hidden;
		float:left;
		clear:both;
	}
	.dl_float .dd30em{
		width:70%;
		margin-left:31em;
	}
}

@media screen and (max-width: 739px) {
	.file_pdf {
		font-size: 1rem;
	}
}