/*2016.9.30 Hikaru Tokunaga*/

@charset "UTF-8";

/*-----------------------------------------
	商品のご案内
-----------------------------------------*/

.product-navi {
	overflow: hidden;
	margin: 0 !important;
}
.product-navi li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}
.product-navi li:last-child {
	margin-right: 0;
}
.product-navi li .cmn-btn {
	display: table-cell;
	min-width: 157px;
	width: 127px;
	height: 48px;
	padding: 0 15px;
	vertical-align: middle;
}


/*-----------------------------------------
	新発債券のお取扱予定
-----------------------------------------*/
.tbl_newissue th.l1 {
	width:44%!important;
}
.tbl_newissue th.l2 {
	width:28%!important;
}
.tbl_newissue td {
	font-size: 0.750rem;
}


/*-----------------------------------------
	仕組債
-----------------------------------------*/
h2.structured-ttl {
	font-size: 1.750rem;
	margin-bottom: 20px;
}

.under-line-green {
	border-bottom: 1px solid #01a369;
}
/*-----------------------------------------
	外国株式メニュー
-----------------------------------------*/
h4.structured-ttl {
	color: #01a369;
}

#left-content .product-navi2 {
	margin-bottom: 0;
	margin-left: 0;
}
#left-content .product-navi2:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;
	clear: both; 
	visibility:hidden;
}
#left-content .product-navi2 li {
	display: table;
	float: left;
	margin-right: 10px;
	text-indent: 0;
	margin-left: 0;
}
#left-content .product-navi2 li:last-child {
	margin-right: 0;
}

.product-navi2 .cmn-btn-gr {
	min-width: 80px;
}

/*-----------------------------------------
	外国証券情報一覧
-----------------------------------------*/
#foreign-list tr:nth-child(2n) {
    background-color: #ffffe0;
}
#foreign-list tr:nth-child(2n+1){
	background-color: #fff;
}

/*-----------------------------------------
	○字下げ
-----------------------------------------*/
.product-txt01 {
	margin: 0.5em 0 0 0;
}
ul.product-txt01 {
    list-style: none;
}
.product-txt01 > li {
  padding: 0;
  text-indent: -1em;
  font-weight: bolder;
}
.product-txt01 > li:first-child {
  margin-top: 0;
}
