@charset "UTF-8";
/* CSS Document */

/* ---------- style ---------- */


/* ---------- nav ---------- */
#navbar {
  position: fixed;
  top: 0;
  left: 0;
}

/* ---------- profile ---------- */
#wrapper {
	background-color: #dddddd;
	height: auto;
	text-align: left;
}
#strength {
	width: 834px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 100px 60px;
	border-left: solid 6px #ff0000;
}
#strength h1 {
	font-size: 45px;
	color: #ff0000;
	text-align: center;
	margin-bottom: 30px;
}
#strength h2 {
	font-size: 30px;
	color: #f43dc8;
	text-align: center;
	margin-bottom: 50px;
}
#strength p {
	text-align: center;
	margin-bottom: 65px;
	line-height: 3;
}

#strength table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 60px;
}
#strength th {
	vertical-align: top;
	color: #444444;
	font-size: 20px;
	padding-left: 10px;
	height:50px;
}
#strength th.no {
	padding: 0;
}
#strength td {
	vertical-align: top;
	font-size: 15px;
	padding: 10px;
}
#strength td span {
	font-size: 18px;
	font-weight: bold;
}
#strength td a {
	color: #164b9e;
	font-weight: bold;
}
#strength td.icon {
	padding-right: 0;
	text-align: center;
}
#strength tr.last {
	padding-bottom: 45px;
}

#strength .tbl01 {
	float: left;
}
#strength .tbl02 {
	border-left: solid 2px #f43dc8;
}


/* ---------- chart01 ---------- */
#profile .chart01 table.tbl02 {
	width: 812px;
	border-spacing: 20px;
}
#profile .chart01 .tbl02 th {
	/* border-bottom: dotted 2px #f43dc8; */
	vertical-align: top;
	padding-top: 10px;
}
#profile .chart01 .tbl02 td {
	vertical-align: top;
}


/* ---------- chart02 ---------- */
#profile .chart02 h2 {
	margin-bottom: 10px;
}
#profile .chart02 caption {
	margin-bottom: 10px;
}
/* #profile .chart02 .clm01 {
	width: 150px;
} */
#profile .chart02 td {
	padding: 10px 0;
	vertical-align: top;
}
 #profile .chart02 th {
	
}
#profile .chart02 .tbl02 th {
	/* border-bottom: dotted 2px #f43dc8; */
	vertical-align: top;
	padding: 10px 0 10px;
}
#profile .chart02 table.tbl03 {
	border-spacing: 20px;
}
#profile .chart02 .tbl03 th {
	/* border-bottom: dotted 2px #f43dc8; */
	vertical-align: top;
	padding-top: 10px;
}
#profile .chart02 .tbl03 td {
	vertical-align: top;
}
#profile tr.none_bd {
	border: none;
}
#profile .type {
	color: #f43dc8;
	border-bottom: none;
}
#profile .type td {
	padding-top: 20px;
}


#footbar {
	position: fixed;
	bottom: 0;
	left: 0;
}

/* .tab_body{
    height: 820px;
} */
