@charset "utf-8";

a {
	font-weight: bold;
	color: #06c;
}

a img {
  -webkit-transition:opacity 0.2s ease-in-out;
  -moz-transition:opacity 0.2s ease-in-out;
  transition:opacity 0.2s ease-in-out;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a img {
 border:none;
}

a.card__link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    /* background-color: transparent; */
}

#tablesWrap{
	text-align: center;
	padding: 30px 0px 30px;
	line-height: 120%;
	width: 1456px;
	margin: 0 auto 40px;
	}

#tablesWrap p.ctLink{
	text-align: right;
	letter-spacing: 1px;
	margin:0 17px 0 0;
	float: left;
	background-color: #1FB3C8;
	padding: 14px 18px 14px 14px;
	border-radius: 4px;
	position: relative;
}

#tablesWrap .ancLinkArea {
	margin-bottom: 30px;
	height: 51px;
}
#tablesWrap p.ctLink a{
	color: #fff;
	padding: 0 0 0 21px;
	font-size: 20px;
	text-decoration: none;
}
#tablesWrap p.ctLink a::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	position: absolute;
	top: 17px;
	left: 11px;
	transform: rotate(135deg);
}

#tablesWrap h1 {
	font-size: 171.42857%;
    line-height: 1.5;
    background: url(/img/landing_page/lp_flow-selection_01151977/icon_redborder02.gif) no-repeat left top;
    padding: 2px 15px 0 15px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
}

#tablesWrap .tableWrap {
	position: relative;
}
#tablesWrap .tableWrap .emphasisText {
	position: absolute;
    background-color: #1FB3C8;
    color: #fff;
    border-radius: 15px;
    font-size: 11px;
    padding: 2px 10px;
    top: 200px;
    left: 910px;
}

.tablecol {
	clear: both;
	border-collapse: collapse;
	text-align: center;
	margin: 0;
	}

.tb01 {
	margin: auto;
  	margin-bottom: 40px;
}
.tb02 {
	width: 1000px;
}

.tablecol th {
	padding: 3px 7px;
	border-right: 1px #c5c5c5 solid;
	border-bottom: 1px #c5c5c5 solid;
	border-top: 1px #c5c5c5 solid;
	background: #e6f4f7;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	font-size: 13px;
	text-align: center;
	}
.tablecol th.tit {
	border-left: 1px #c5c5c5 solid;
	}
.tablecol th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px #c5c5c5 solid;
	background: none;
	font-size: 100%;
	}
.tablecol th span {
	font-size: 75%;
	line-height: 120%;
	}
.tablecol td {
	padding: 4px 7px;
	border-right: 1px #c5c5c5 solid;
	border-bottom: 1px #c5c5c5 solid;
	font-size: 82%;
	text-align:center;
	}
.tablecol td.tit {
	background: #e6f4f7;
	border-left: 1px #c5c5c5 solid;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	font-size: 13px;
	}
.tablecol td.tit span {
	white-space: nowrap;
	}
.tablecol td.tdWidth {
	white-space: nowrap;
	font-weight: bold;
	}
.tablecol td.pic,
.tablecol td.pic2 {
	padding: 10px 0;
	text-align:center;
	}
.tablecol td.pic img {
	width: 110px;
	}
.tablecol td.pic2 img {
	width: 120px;
	height: 203px;
	}
.tablecol td ul {
	text-align: left;
	list-style-type: none;
	}
.tablecol td ul li {
	padding-left: 10px;
  text-indent: -0.5em;
  margin-left: 0.5em;
	}

	.tablecol td.emphasisT, .tablecol td.emphasisTl, .tablecol td.emphasisTr {
		border-top: 2px #1FB3C8 solid;
	}
	.tablecol td.emphasisB, .tablecol td.emphasisBl, .tablecol td.emphasisBr {
		border-bottom: 2px #1FB3C8 solid;
	}
	.tablecol td.emphasisL, .tablecol td.emphasisTl, .tablecol td.emphasisBl {
		border-left: 2px #1FB3C8 solid;
	}
	.tablecol td.emphasisR, .tablecol td.emphasisTr, .tablecol td.emphasisBr {
		border-right: 2px #1FB3C8 solid;
	}
	
.tablecol tr.aplL td ul li {
	padding-left: 2px 0 2px 10px;
	font-size: 96%;
	line-height: 120%;
	}



.tablecol .tButton {
	color: #fff;
	cursor: pointer;
	vertical-align:middle;
	font-size:80%;
	}

.annotationList {
	text-align: left;
	margin-top: 30px;
}

@media screen and (max-width: 1536px) {

	body {
		width: 1519px;
	}
	#b_uke_footer {
		padding: 20px 274px 20px 275px;
		width: 970px;
	}	
}
