@charset "utf-8";

/*===============================================//
【nnaasia/nna/free/nna_book/以下共通】
//===============================================*/
.nna_book--attBox{
	border:1px solid #f1efef;
	padding:14px 20px;
	font-weight:bold;
	margin-top: 20px;
}

#shopping_cart{
	background: url('https://tradingeconomics.pages.dev/corp_contents/book/images/cart.gif') left top no-repeat;
	width: 200px;
	height: 27px;
	border: 0 none;
	margin-top: 10px;
}

#main .section--nna_book .red{
	color: #cc6666;
	font-weight: bolder;
}

/*===============================================//
【nnaasia/nna/free/nna_book/guide.html】
//===============================================*/

/*==="nna_book--guide-table"===*/
.nna_book--guide-table{
	border-bottom:1px solid #f1efef;
	border-left:1px solid #e4e0e0;
	border-right:1px solid #f1efef;
}
.nna_book--guide-table th,
.nna_book--guide-table td{
	text-align:left;
	padding:13px;
}
.nna_book--guide-table th{
	background-color:#f1efef;
	border-top:1px solid #e4e0e0;
	border-bottom:1px solid #e4e0e0;
}
.nna_book--guide-table th.bdright{
	border-right:1px solid #e4e0e0;
}
.nna_book--guide-table td{
	border-top:1px solid #f1efef;
}
.nna_book--guide-table td ul li{
	text-indent:-2.5em;
	padding-left:2.5em;
}

/*===============================================//
【nnaasia/nna/free/nna_book/booklist.html】
//===============================================*/
/*==="nna_book--booklist-table"===*/
.nna_book--booklist-table{
	border-bottom:1px solid #e4e0e0;
}
.nna_book--booklist-table th,
.nna_book--booklist-table td{
	/*padding:17px 13px;*/
	padding:8px 6px;
	text-align:center;
}

.nna_book--booklist-table th[scope="col"]{
	background-color:#707070;
	border:1px solid #e4e0e0;
	color:#FFFFFF;
	padding:10px 13px;
}
.nna_book--booklist-table th[scope="col"].rbdr{
	border-right:1px solid #FFFFFF;
	text-align:left;
}
.nna_book--booklist-table th[scope="row"]{
	background-color:#f1efef;
	border-top:1px solid #e4e0e0;
	border-left:1px solid #e4e0e0;
	width:110px;
	text-align:left;
	font-weight:normal;
}
.nna_book--booklist-table th[scope="row"] span{
	letter-spacing:-2px;
}
.nna_book--booklist-table td{
	border-top:1px solid #e4e0e0;
	border-right:1px solid #e4e0e0;
}
.nna_book--booklist-table td.posMid{
	border-right:1px solid #e4e0e0;
	text-align:left;
	color:#003281;
}
.nna_book--booklist-table td.posMid span{
	padding-left:5px;
	color:#a8030e !important;
	font-weight:bold;
}

.btn-book a:hover {
	text-decoration: none!important;
}

a .btn-book-inquiry {
	border: solid 2px #333;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
}
a:hover .btn-book-inquiry {
	background-color: #fafafa;
	border: solid 2px #a13131;
}