@charset "utf-8";





.reportSection dl {
	margin-top: 35px;
}
.reportSection dl dt {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0px 10px 0px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #aaa;
}
.reportSection dl dt span {
	font-size: 18px;
}


/* ---------- table ---------- */

.reportSection p + table ,
.reportSection dl + table {
	margin-top: 35px;
}
table.basic th,
table.basic td {
	vertical-align: middle;
}
table.basic > tbody > tr.bgBlack > th,
.bgBlack td {
	background: #000;
	color: #fff;
	text-align: center;
}
table.basic .cellColor {
	width: 140px;
	padding: 15px 9px 15px 10px;
	border-right: 1px solid #d9d9d9;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
}
table.basic .cellColor.purple {
	background: #654d9d;
}
table.basic .cellColor.navy {
	background: #0081cc;
}
table.basic .cellColor.lBlue {
	background: #00afec;
}
table.basic .cellColor.green {
	background: #45b035;
}
table.basic .cellColor.yellow {
	background: #f0c600;
}
table.basic .cellColor.orange {
	background: #f18b10;
}
table.basic .cellColor.red {
	background: #d7000f;
}


/* ---------- ambassador ---------- */

.reportAmbassador {
	padding: 30px 0;
}
.reportAmbassador figure {
	float: left;
}
.reportAmbassador figure figcaption {
	display: block;
	text-align: right;
	margin-top: 5px;
}
.reportAmbassador .ambassadorProf {
	width: 500px;
	float: left;
	margin: 0 0 0 30px;
}
.reportAmbassador .ambassadorProf dl {
	margin: 0;
}
.reportAmbassador .ambassadorProf dl dt {
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.reportAmbassador .ambassadorProf dl:first-child {
	margin: 0 0 20px 0!important;
}
.reportAmbassador .ambassadorProf dl:first-child dt {
	font-size: 180%;
	font-weight: bold;
}
.reportAmbassador .run dl:first-child dt::after {
	content: "";
	width: 36px;
	height: 36px;
	position: absolute;
	background: url(../img/icon01.gif) no-repeat;
	background-size: cover;
	margin: 0 0 0 10px;
}
.reportAmbassador .yell dl:first-child dt::after {
	content: "";
	width: 36px;
	height: 36px;
	position: absolute;
	background: url(../img/icon02.gif) no-repeat;
	background-size: cover;
	margin: 0 0 0 10px;
}
.reportAmbassador .ambassadorProf dl:first-child dd {
	font-size: 120%;
}
.reportAmbassador .ambassadorProf dl:last-child dt {
	font-weight: bold;
}
.reportAmbassador .ambassadorProf dl:last-child dd {
	padding-left: 16px;
}
.reportAmbassador dl:last-child dd::before {
	content: "●";
	color: #d7000f;
	width: 16px;
	height: 16px;
	position: absolute;
	margin-left: -16px;
}


/* ---------- reportCont01 ---------- */

.reportCont01 table.basic {
	text-align: center;
}


/* ---------- reportCont02 ---------- */

.reportCont02 table.basic th {
	min-width: 720px;
	text-align: center;
}
.reportCont02 table.basic td {
	min-width: 300px;
}


/* ---------- reportCont04 ---------- */

.reportCont04 table.basic {
	text-align: center;
}
.reportCont04 table.basic > tbody > tr > th {
	text-align: center;
}


/* ---------- reportCont12 ---------- */

.reportCont12 table.basic {
	text-align: center;
}
.reportCont12 table.basic > tbody > tr > th {
	text-align: center;
}


/* ---------- reportCont13 ---------- */

.reportCont13 table.basic {
	text-align: center;
}
.reportCont13 table.basic > tbody > tr > th {
	text-align: center;
}


/* ---------- reportCont14 ---------- */

.reportCont14 dl dd p {
	margin-top: 1em;
}
.reportCont14 dl dd .column {
	padding: 20px;
	border: 1px solid #aaa;
	margin-top: 1.5em;
}
.reportCont14 dl dd .column p {
	margin: 0;
	font-weight: bold;
}
.reportCont14 dl dd .column p + p {
	margin-top: 10px;
	font-weight: normal;
}


/* ---------- reportCont15 ---------- */

.reportCont15 table.basic {
	text-align: left;
}
.reportCont15 table.basic > tbody > tr > th {
	text-align: center;
}
.reportCont15 table.basic .name {
	width: 250px;
}



