body{
	font-family: Times, Times New Roman, 'ＭＳ 明朝', 'Hiragino Mincho ProN', serif;
	margin: 0;
	padding: 0;
	line-height : 150%;
}
div#wrapper{
	margin: 0 auto;
	padding: 10px 0;
	width: 75%;
}
p {
	margin: 0;
	line-height:1.5;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.c {
	text-align: center;
}
.c img {
	margin-bottom: 1em;
}
.ind,.ind1 {
	text-indent: 1em;
}
.nwp {
	white-space: nowrap;
}
.mbottom1 {
	margin-bottom: 1em;
}
.mbottom2 {
	margin-bottom: 2em;
}
.m-0-auto {
	margin: 0 auto;
}
.border-box {
	box-sizing: border-box;
}
p#nav-area {
	text-align: center;
}
.index p#nav-area {
	text-align: left;
}
p#nav-area a {
	text-decoration: none;
	padding: 0 1em;
}
span.ovl {
	text-decoration: overline;
}
a{
	text-decoration : none;
}
a:hover {
	color:#c30;
}
h1{
	font-family:Arial, Helvetica, 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight : normal;
	font-size : 16pt;
	padding-bottom: 10px;
}
h2{
	font-size : 15pt;
}
h3{
	font-size : 13pt;
}
.f-r {
	float: right;
}
table {
	border-spacing: 0;
}

/* index */

.report.index h1 {
	font-family: Times, Times New Roman, 'ＭＳ 明朝', 'Hiragino Mincho ProN', serif;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
.report.index h2 {
	font-family: Times, Times New Roman, 'ＭＳ 明朝', 'Hiragino Mincho ProN', serif;
	font-size: 13pt;
	text-align: left;
}
.report.index h3 {
	width: 100%;
}

/* cover */

.report.cover h1 {
	font-family: Times, Times New Roman, 'ＭＳ ゴシック', 'Hiragino Mincho ProN', serif;
	font-weight: bold;
}

/* .director */

.director>div {
	max-width: 100%;
	min-width: 100%;
}
.director h1 {
	font-family: Times, Times New Roman, 'ＭＳ 明朝', 'Hiragino Mincho ProN', serif;
	font-size: 15pt;
	font-weight: bold;
}
.director .director-block {
	min-height: 1px;
}
.director .director-block:after {
	content: ".";
	display: block;
	margin-bottom: 20px;
	clear: both;
	height: 0;
	visibility: hidden;
	zoom: 1;
}
* html .director .director-block {
	height: 1px;
}
.director .director-block img.f-l {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.director .director-block .director-name {
	margin-top: 20px;
}

/* table.list */

table.list {
	border: none;
	width: 80%;
	margin: 0 auto 20px;
}
table.list.data2 {
	margin-bottom: 5px;
}
table.list.data2 + .footer {
	width: 80%;
	margin: 0 auto 1em auto;
	padding-left: 2em;
	text-align: left;
}
table.list th,
table.list td {
	text-align: left;
	padding-left: 10px;
}
table.list th {
	height: 35px;
	white-space: nowrap;
	font-weight: bold;
	padding-right: 1em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
table.list th.fst {
	border-left: 1px solid black;
}
table.list th.lst {
	border-right: 1px solid black;
}
table.list.data2 th {
	border: none;
	background-color: black;
	color: white;
}
table.list.data2 th+th {
	text-align: right;
	padding-right: 10px;
}
table.list.data2 th:last-child {
	text-align: center;
}
table.list td {
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 10px;
}
table.list.data td {
	padding-bottom: 20px;
	border-bottom: 1px solid black;
	vertical-align: middle;
}
table.list.data.td-p0 td {
	padding-top: 5px;
	padding-bottom: 5px;
}
table.list tr.fst>td {
	padding-top: 15px !important;
}
table.list.data2 td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	vertical-align: middle;
}
table.list.data2 td+td {
	text-align: right;
}
table.list.data2 td+td+td,
table.list.data2.data3 td+td {
	text-align: center;
}
table.list.data2.data3 td {
	border: none;
}

/* member */

.member>div {
	max-width: 750px;
	min-width: 600px;
	margin: 0 auto;
}
.member.member06>div {
	max-width: 100%;
	min-width: 100%;
}
.member h1 {
	text-align: center;
}
.member.member06 h1 {
	font-family:Arial, Helvetica, 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 15pt;
	font-weight: normal;
}
.member p.sub-title {
	font-family:Arial, Helvetica, 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', sans-serif;
	width: 85%;
	margin: 10px 0;
	padding-bottom: 10px;
	font-size: 15pt;
}
.member .sp {
	min-height: 1px;
}
.member .sp h2 {
	width: 49%;
	float: left;
	margin: 0;
}
.member .sp p {
	width: 51%;
	float: right;
	margin: 0;
}
.member .sp:after {
	content: ".";
	dispay: block;
	clear: both;
	height: 0;
	visibility: hidden;
	zoom: 1;
}
* html .member .sp {
	height: 1px;
}
.member .date {
	text-align: right;
	font-size: 10pt;
}
.member .manager-img {
	width: 33%;
	margin: 10px 0 10px 50px;
	display: block;
	text-align: left;
	padding-left: 32%;
}
.member h3 {
	width: 600px;
	margin: 10px 0 0;
	clear: both;
}
.member h4 {
	margin: 0 50px;
	font-weight: normal;
}
.member ul {
	margin: 0 0 10px 0;
	padding: 0;
	min-height: 1px;
}
.member02 ul {
	margin: 0 0 10px 50px;
}
.member ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	zoom: 1;
}
.member ul li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	width: 44%;
	margin-right: 5%;
}
.member.member02 ul li {
	width: 28%;
}
* html .member ul {
	height: 1px;
}
.member ul.manager li {
	height: 2em;
	line-height: 2em;
}
.member ul.manager li.manager-name {
	font-weight: bold;
}
.member.member06 .member-block {
	min-height: 1px;
}
.member.member06 .member-block:after {
	content: ".";
	display: block;
	margin-bottom: 20px;
	clear: both;
	height: 0;
	visibility: hidden;
	zoom: 1;
}
* html .member.member06 .member-block {
	height: 1px;
}
.member.member06 .member-block img {
	float: left;
}
.member.member06 .member-block p {
	margin-left: 200px;
}

/* report00 */

.report00 {
	margin-bottom: 2em;
}
.report00 h3 {
	float:left;
}
.report00 .name {
	float: right;
	padding-right: 10px;
}
.report00 .name+p {
	clear: both;
	padding-top: 1em;
}

/* report */

.report h2{
	font-family:Arial, Helvetica, 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', sans-serif;
	text-align: center;
	font-weight: normal;
}
.report h3{
	width: 85%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.report.data h3{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid black;
}
.report #authors{
	text-align: center;
}
.report #main {
	margin: 1em auto;
}
.report dt{
	float: left;
	margin: 0;
	clear: both;
}
.report p+dl.annots {
	margin-top: 0;
}
.report dl.annots dt{
	width: 1.5em;
}
.report dl.annots2 dt{
	width: 3em;
}
.report dl.cap dt{
	width: 1.5em;
}
.report dd{
	margin-bottom: 0;
}
.report dl.annots dd{
	margin-left: 1.5em;
}
.report dl.annots2 dd{
	margin-left: 3em;
	padding-bottom: 1em;
}
.report dl.cap dd{
	margin-left: 1.5em;
	text-indent: 1em;
}
div#wrapper.report.data dl.annots dd {
	margin-bottom: 1em;
}
.report table.img-tbl {
	border-collapse:collapse;
	width: 100%;
	margin: 20px auto;
}
.report table.img-tbl td{
	padding-right: 25px;
}
.report table.img-tbl td:last-child{
	padding-right: 0;
}
.report table.img-tbl td img{
	margin: 0 auto 10px;
}

/* data */

table.data {
	border: none;
	width: 100%;
	margin: 0 auto 20px;
}
table.data th {
	border-bottom: 1px solid black;
	text-align: left;
	font-weight: normal;
}
table.list.data th {
	font-weight: bold;
}

/* ja */

#ja h1 {
	font-weight: bold;
}
#ja h2 {
	font-size: 14pt;
}

#ja .member p.sub-title {
	font-weight: bold;
}
#ja .member ul.manager li.manager-name {
	font-weight: bold;
	padding-left: 2em;
}
#ja .member ul.manager li.name {
	padding-left: 2em;
}
#ja .member.member01 ul.manager li.manager-name,
#ja .member.member01 ul.manager li.name {
	padding-left: 0;
}
#ja .member h4 {
	margin-left: 0;
}
#ja .member h4>span {
	width: 11em;
	padding-left: 4em;
	display: inline-block;
}
#ja .member h4+ul,
#ja .member ul.group-member {
	margin-left: 15em;
}

#ja .report h2{
	font-weight: bold;
}

#ja table.list.data2.data3 td {
	border-bottom: 1px solid black;
}