@charset "shift_jis";
#tablelinegray {
	width:740px ;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
#tablelinegray td,
#tablelinegray th{
	padding:5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#tablelinegray td.r{
	text-align:right;
}
#tablelinegray .tit {
	text-align: center;
	background-color: #F9F9F8;
	font-weight: bold;
	padding: 8px 5px;
}
#tablelinegray td img{
	padding-right:5px;
	position:relative;
	top:2px;
}
#tablelinegray td.pair {
	padding-left: 10px;
	text-align: left;
}
#tablelinegray .spred {
	text-align: right;
	padding-right: 10px;
}
#tablelinegray td span.txt_red_bld{
	color: #C60000;
}
#tablelinegray .te0{
	font-size: 1.3em;
	font-weight: bold;
}
.spttl{
	background: #1a9abe;
	padding: 10px;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	font-size: 1.1em;
	
	
}
.spttl .ttl{
	font-size: 1.5em;
}
.spttl.bgorg{
	background: #db6800;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	-ms-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.noteLinkBlock{
	border: 3px solid #C60000;
	background-color: #ffffff;
}
.noteLinkBlock a.txt_red_bld{
	color: #C60000;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 5px;
	display: block;
}
.noteLinkBlock a.txt_red_bld:hover{
	text-decoration: underline;
}

/* multia tab */
.contentsInr.line1-7 p{
	line-height: 1.7;
}
.spread_list_tab ul{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 30px;
}
.spread_list_tab li{
	display: table-cell;
	border: 3px solid #fff;
	width: 50%;
	box-sizing: border-box;
}
.spread_list_tab li a{
	display: block;
	border: 2px solid #1a9cbd;
	text-decoration: none;
	line-height: 1.4;
	padding: 15px 10px;
	color: #1a9cbd;
	text-align: center;
	position: relative;
}
.spread_list_tab li a.on,
.spread_list_tab li a:hover{
	background-color: #1a9cbd;
	color: #fff !important;
}
.spread_list_tab li a.on:before{
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #1a9cbd;
	position: absolute;
	left: calc(50% - 15px);
	bottom: -15px;
}
