@charset "UTF-8";
/* -----------------------------
common
----------------------------- */
/* button */
.l-content .m-btnLinkWin--strong {
    width: 340px;
    font-size: 14px;
}
.l-content .m-btnSize--hl {
    width: 340px;
    height: 86px !important;
    font-size: 14px;
	vertical-align: middle;
	line-height:68px;
}

/* -----------------------------
contents
----------------------------- */
/* mvArea */
.l-content .mvArea {
    margin-bottom: 20px;
    width: 1200px;
    height: 190px;
    position: relative;
}

.l-content .mvArea .logo {
    position: absolute;
    top: 0;
	right: 0;
}
.l-content .mvArea .ttl {
 	position: absolute;
    top: 0;
    left: 0;
}
.l-content .mvArea .ttl .m-h1 {
 	padding:10px 0 0;
	color: #333;
	font-size: 36px;
	line-height: 46px;
	font-weight: bold;
}
.l-content .mvArea .ttl .mvTxt {
 	padding:5px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

/* infoArea */
.l-content .infoArea {
	width: 1200px;
	margin: 40px auto 30px;
}
.l-content .infoArea table.table01{
  /*border-collapse:separate;
  border-spacing: 10px;*/
  border-collapse: collapse;
  border-spacing: 0;
  }
.l-content .infoArea .table01 td ,
.l-content .infoArea .table01 th{
border: 1px solid #bfbfbf;
padding: 10px;
text-align: center;
font-size: 14px;
}
.l-content .infoArea tr.infoBox td ,
.l-content .infoArea tr.infoBox th{
	background: #f8f6ff;
}
.l-content .infoArea tr.infoBox_02 td ,
.l-content .infoArea tr.infoBox_02 th{
	background-color: #e1def7;
	font-weight: bold;
}
.l-content .infoArea .table01 .ex_cell{
background-color: #FFFFFF;
}
.l-content .infoArea .ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	margin: 5px auto 10px;
}
.l-content .infoArea .table01 th.title_cnavi{
background: #e1def7 url("/pr/2dx_cnabi_fa/img/table_logo_Cnavi.png") no-repeat 2% 41%;
}
.l-content .infoArea .table01 th.title_2d{
background: #e1def7 url("/pr/2dx_cnabi_fa/img/table_logo_2D.png") no-repeat 3% 45%;
}
