@charset "utf-8";

div.series_header_mr{ text-align:left; }
div.series_header_mr>p{	margin-bottom:20px; }
.mar_t10{ margin-top:10px !important; }

/* table 枠線と字 */
table.tableMulti {
	border-collapse: collapse;
	text-align: center;
	margin: .5em 5px 0;
}
table.tableMulti td,
table.tableMulti th	{
	border: solid 1px #999;
	padding: 10px 0;
}	
table.tableMulti th	{
	background-color:#ddd;
}
/* table 空間いっぱい */	
table.mrTbl {
	width:99%;
}

/* title ピンク */
.pinkTtl {
	background-color: #fde9d9;
	margin-top: 10px !important;
	margin-bottom: 5px !important;
	padding:3px 8px !important;
}

/* list */
ul.list {
	margin: 0 0 0 1rem !important;
}
ul.list li {
	list-style-type: disc !important;
	margin: 0 0 0 .5em !important;
	font-size: 90%;
    text-align: left;
}

/* section02 */
.section02 th.cntr {
	text-align: center;
	vertical-align: middle;
	background-color:#fff;
}
.section02 th.cntr span {
	display: inline-block;
	margin-top: 1px;
	padding: 5px;
	border: solid 1px #999;
}
.section02 th p{
	font-weight:normal;
	margin: 30px 0 -15px;
}

.section02 .tdTtl {
	text-align:left;
	background-color: #ddd;
	padding: 5px;
    margin: -10px 0px 10px;
}
.section02 table.mrTbl {
	width:98%;
}
.section02 td p{
	text-align:left;
	font-size:86%;
	padding-left:5px;
	margin-bottom:15px;
}

/* テーブル調整 sp用 */
.spTable {
	word-break: break-word;
}
