/* ===========================================================

	Title:					en.css
	Created:			2015-08-13
	Last Created:		2015-08-21

=========================================================== */
/*

	header
	TOP
	about
	feature

=========================================================== */
/* ===========================================================

	header
	global-navigation

=========================================================== */
/* logo
----------------------------------------------------------- */
/*
@media screen and (max-width: 767px) {
	.header h1 {
		top: 47px;
	}
	.header h1 img {
		width: 330px;
		height: 28px;
	}
}
*/
@media screen and (min-width : 1024px) {
.header h1 {
	top: 0;
}
}

/* code
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.header .code {
		top: 15px;
	}
}
@media screen and (min-width : 1024px) {
	.header .code {
		left: 490px;
		background: url(/asset/img/en/hed/code.png) no-repeat 0 0; /* for IE7/6 */
	}
	.header .code:before {
		content: url(/asset/img/en/hed/code.png);
	}
}
/* hed-language
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
	ul.hed-language {
		top: 15px;
	}
}
/* ===========================================================

	global-navigation

=========================================================== */
/* global-navigation
----------------------------------------------------------- */
.global-navigation li a.gn-btn {
	background-image: url(/asset/img/en/gn/glovalnavigation_fixed.png);
}
.global-navigation li#gn-ir a.gn-btn {
	background-image: url(/asset/img/en/gn/glovalnavigation_fixed.png);
}

/* ===========================================================

	footer

=========================================================== */
.footer {
    padding: 15px 0;
 }
.footer ul li.border-right {
    border-right: solid 1px #999;
}
@media screen and (min-width: 1024px) {
	.footer p.fot-banner {
		top: -5px;
	}
}

/* ===========================================================

	top

=========================================================== */
/* ===========================================================

	 top-data

=========================================================== */
.top-data .box h2 span {
	font-size: 13px;
}
.top-data .box dl dt {
	font-size: 12px;
}
.top-data .box dl dt em {
	font-size: 22px;
}
.top-data .box dl dd {
	margin: 0 0 22px;
}
.top-news dt.noDate {
    width: 7em;
}
.top-news dt {
	width: 15em;
}
.top-news dt span {
	width: 8em;
}

.top-data .distribute-box dl.distribute-dl {
	margin: 0 10px 5px;
	text-align: left;
}
.top-data .distribute-box dl.distribute-dl dt span {
	margin-right: 0;
	font-size: 10px;
}
.top-data .distribute-box dl.distribute-dl dt {
	line-height: 14px;
}
.top-data .distribute-box dl.distribute-dl dt {
	display: inline-block !important;
	vertical-align: top;
	width: 120px;
}
.top-data .distribute-box dl.distribute-dl dt.tt {
	width: 60px;
}
.top-data .distribute-box dl.distribute-dl dt.tt span {
	width: 55px;
    padding: 2px 1px;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
}

@media screen and (min-width : 1024px) {
	.top-news dd.noDate {
		padding: 10px 0 10px 8em;
	}
	.top-data .box h2 span {
		font-size: 15px;
	}
	.top-data .box dl dt em {
		font-size: 26px;
	}
	.top-data .distribute-box dl.distribute-dl {
		text-align: center;
	}
	.top-data .distribute-box dl.distribute-dl dd.txt {
	    margin: 3px 0 5px 80px;
	}
}

/* ===========================================================

	top-menu

=========================================================== */
.top-menu li.mn-6 a {
}
.top-menu li.mn-6 a span {
	position: absolute;
	top: 100px;
	left: 50%;
	display: block;
	width: 140px;
	margin: 0 0 0 -70px;
	line-height: 18px;
}
.top-menu li.mn-7 a,
.top-menu li.mn-8 a {
    background-position: 50% 10px;
}
.top-menu li.mn-7 a span,
.top-menu li.mn-8 a span {
	top: 85px !important;
}

/* ===========================================================

	portfolio

=========================================================== */
/*th-widhthのauto*/
table.portfolio_summary_color thead tr th:nth-child(1),
table.portfolio_summary_color thead tr th:nth-child(2),
table.portfolio_summary_color thead tr th:nth-child(3),
table.portfolio_summary_color thead tr th:nth-child(4),
table.portfolio_summary_color thead tr th:nth-child(5),
table.portfolio_summary_color thead tr th:nth-child(6) {
	width: 150px;
}

table.portfolio-list th {
	white-space: normal !important;
}
.port-summary-en {
	/*width: 20%;*/
	padding: 10px 10px;
	border: solid 1px #ccc;
	background: #F6F4EA;
	text-align: center;
}
.port-summary-align-en {
	text-align: left;
}


/* checkbox-list
----------------------------------------------------------- */
.checkbox-list dl {
	font-size: 0;
}
.checkbox-list dt,
.checkbox-list dd {
	font-size: 12px;
}


/* ===========================================================

	ir

=========================================================== */
.news dt span {
	width: 12em !important;
}
.news dt {
	width: 18em !important;
}
.news dt.noDate {
	width: 7em !important;
}
.en dl.distribute-a, .en dl.distribute-b {
	padding: 10px;
}
.en dl.distribute-a dt, .en dl.distribute-b dt {
	height: auto;
	margin: 0 0 10px;
}
.en dl.distribute-a dt em, .en dl.distribute-b dt em {
	font-size: 16px;
	background-color: #EFEFEF;
	padding: 0;
}
.en dl.distribute-a dt em{
	color: #b99a00;
}
.en dl.distribute-b dt em {
	color: #1A274C;
}
.en dl.distribute-a dd, .en dl.distribute-b dd {
	height: auto;
	line-height: 25px;
}


@media screen and (min-width : 1024px) {
	.news dt {
		width: 18em !important;
	}
	.news dt.noDate {
		width: 8em !important;
	}

	.news dd {
		padding: 10px 0 10px 19em;
	}

	.news dd.noDate {
		padding: 10px 0 10px 9em;
	}
	.en dl.distribute-a, .en dl.distribute-b {
		margin: 0 40px 30px !important;
		padding: 20px 40px !important;
	}
	.en dl.distribute-a dt, .en dl.distribute-b dt {
		float: none !important;
		margin: 0 0 15px !important;
		padding: 0 0 15px 0 !important;
		border-bottom: dotted 1px #ccc !important;
		border-right: none !important;
		border-left: none !important;
	}
	.en dl.distribute-a dd, .en dl.distribute-b dd {
		text-align: center !important;
		padding: 0 !important;
	}
}


/* ===========================================================

	finance

=========================================================== */
.portfolio-data dt.two-line {
	height: 50px !important;
	line-height: 20px !important;
}
.portfolio-data dd.nomal {
	line-height: 14px;
}
/*.column-4-left{
	width: 220px;
	}
.column-4-L-center{
	width: 210px;
	margin-left: 8px;
	}
.column-4-R-center {
	width: 210px;
	margin-left: 9px;
}
 .column-4-right {
	width: 215px;
	margin-left: 7px;
}*/
.portfolio-data-current {
	border-radius: 3px;
	border: solid 1px #ddd;
	behavior: url(/asset/js/PIE.htc);
	position: relative;
	padding: 20px 0 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	max-width: 350px;
	display: inline-block;
}
.portfolio-data-current dl {
	margin: 0;
}
.portfolio-data-current dt:nth-child(1) {
	font-size: 17px;
	font-weight: bold;
	height: 40px;
	line-height: 17px;
	border-bottom: solid 2px #b99a00;
	display: inline-block;
	color: #111;
	margin: 0 0 10px;
}
.portfolio-data-current dd em {
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}
.portfolio-data-current dd.nomal {
	line-height: 20px;
	padding: 0 20px;
	font-weight: normal;
}
.portfolio-data-current dd em {
	font-size: 27px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 5px 0 0;
	color: #111;
}
.portfolio-data-current p {
	font-size: 11px;
	height: 20px;
	line-height: 30px;
}
/* ===========================================================

	finace

=========================================================== */
table .comitment-line th {
	text-align: center;
}
