  @charset "utf-8";

/* JFE-HOLDINGS CSS 2017 */
/* (C)JFE-STEEL */

section .release sup,sub {
	font: 10px "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, sup, *::-ms-backdrop, sub { font-size: 1em; } /* IE11 */
}

section .release p img.img-responsive {
	margin: 0 auto;
}

section .release .irreg_m20 {
	margin: 20px 0 0 20px;
}

section .release .txt_ind1 {
	text-indent: 1em;
	display: block;
}

section .release .txt_ind2 {
	text-indent: 2em;
	display: block;
}

section .release .txt_ind3 {
	text-indent: 3em;
	display: block;
}

section .release .bgcolor {
	background-color: #daeef3;
}

section .release dt {
	font-weight: normal;
}

section .release dd {
	margin: 0 0 10px 0;
}

section .release .img_box2 td:first-child {
	padding: 0 10% 0 0;
	vertical-align: top;
}

section .release .img_box2 td:nth-child(2) {
	padding: 0 0 0 10%;
}

/**リリースページのテーブルtd幅**/
section .release .tw_05  { width: 5%; }
section .release .tw_08  { width: 8%; }
section .release .tw_10  { width: 10%; }
section .release .tw_15  { width: 15%; }
section .release .tw_20  { width: 20%; }
section .release .tw_25  { width: 25%; }
section .release .tw_30  { width: 30%; }

section .release .tv_top { vertical-align: top; }
section .release .tw_nowrap { white-space: nowrap; }

@media screen and (max-width: 1024px) {
	section .release .img_box2 td {
		width: 50%!important;
		padding: 0 1% 0 1%!important;
	}
	
	section .release .img_box2 td img.w_70 {
		width: 70%;
	}
}