/*-----*/
#content h2 {
	clear: both;
	font-size: 150%;
	margin-bottom: 0px;
}
/*-----*/
#main h3 {
	font-size: 130%;
}
/*-----*/
#main h4 {
	font-size: 120%;
}
/*-----*/
#main h5 {
}
/*-----*/
#main img {
	max-width: 100%;
	height: auto;
}
/*-----icon-----*/
#main img.icon {
	width: auto;
}
/**/

/*rolemodel*/

.rolemodel {
	font-size:70%;
}
/*info_list*/

div#main h2 img {
	width: 100%;
}
table.info {
	width: auto;
	margin: 5px 0px;
}
table.info tr {
	border-bottom:1px solid #CCC;
}
table.info th, table.info td {
	padding: 7px;
	border:none;
}
table.info th {
	font-size: 80%;
	width: auto;
	display:block;
	padding:8px 0 0 0;
}
table.info th.icon {
	vertical-align:top;
	padding:4px 0 8px 0;
}
table.info th span {
	padding: 1px 0;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background-color: #ccc;
}
table.info td {
	padding-left:16px;
}
/*¥¤¥Ù¥ó¥Èˆó¸æ*/
	
#main table.report {
	border: none;
	margin: 0px 0px 20px 0px;
}
#main table.report th, #main table.report td {
	display:block;
}
#main table.report th, #main table.report thead th, #main table.report tbody th {
	width:auto;
	text-align:left;
	background-color: #E4E4E4;
	white-space: nowrap;
}
#main table.report th {
	text-align:left;
	border-bottom:none;
}
#main table.report td, #main table.report tbody td {
	padding: 10px 15px;
}
#main table.report td img {
	max-width: 100%;
}
