.m_style {
	display: none;
}

h2 {
	font-size: 220%;
	padding-top: 0;
	margin: 20px 0;
	line-height: 1;
	color: #464646;
	font-weight: normal;
}

.name {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}

#id_main:after,
.name:after,
#staff_list .license ul:after {
	display: block;
	content: "";
	clear: both;
}

h3 {
	display: inline-block;
	margin: 0 20px 10px 0;
	font-size: 200%;
}
h3 span {
	display: block;
	margin: 0 0 10px;
	font-size: 40%;
	font-weight: normal;
}

span.experience {
	vertical-align: middle;
}

#staff_list {
/*	float: left;
	width: 710px;*/
	width: 100%;
}
#side_bukken_list {
	float: right;
/*	width: 220px;*/
}
#staff_list .cont {
	margin-bottom: 20px;
}

#staff_list .cont .cell:first-child {
	width: 210px;
	padding-right: 20px;
}
#staff_list .cont .cell:first-child img {
	max-width: 210px;
	max-height: 280px;
}
#staff_list .cont .cell .staff_detail_img {
	height: 290px;
}
#staff_list .cont .cell .staff_thum_img {
	width: 210px;
	padding-top: 10px;
}
#staff_list .cont .cell .staff_thum_img:after {
	content: "";
	display: block;
	clear: both;
}
#staff_list .cont .cell .staff_thum_img img {
	float: left;
	width: 60px;
	margin-right: 10px;
	cursor: pointer;
}
#staff_list .cont .cell .staff_thum_img img:last-child {
	margin-right: 0;
}

#staff_list p.pos {
	font-size: 90%;
	margin-bottom: 10px;
}

#staff_list .license {
	margin: 5px 0 20px;
}

#staff_list .license ul li {
	float: left;
	display: inline-block;
	background: #f90;
	color: #fff;
	font-weight: bold;
	font-size: 80%;
	padding: 5px 10px 3px;
	margin-right: 10px;
}
#staff_list .license ul li:last-child {
	margin-right: 0;
}
.award {
	padding: 0 0 5px;
/*	border: 1px solid #AD8D2D;*/
}
.award .centuryon,
.award .rent_medalion {
	margin-bottom: 5px;
}
.award dl dt {
	margin: 0 0 10px;
	font-size: 90%;
}
.award dl dt:before {
	content: "■";
}
.award dl dd div {
	margin: 0 0 15px;
}
.award dl dd div span {
	line-height: 1.4;
}

.award .centuryon span,
.award .rent_medalion span {
	display: inline-block;
	font-size: 80%;
	padding: 6px 10px 5px 26px;
	border-radius: 3px;
	text-align: center;
}

.award .centuryon span {
	background: url(/img/medal.png) no-repeat, #9a0d0d;
	background-position: 5px center;
	background-size: 17px;
	color: #fff28e;
}
.award .rent_medalion span {
	background: url(/img/medal.png) no-repeat, #369;
	background-position: 5px center;
	background-size: 17px;
	color: #fff;
}

#staff_list .cont div.comment {
	clear: both;
	background: #FCF5DC;
	padding: 15px;
	margin-bottom: 10px;
}

#staff_list .cont div.comment:last-child {
	margin: 0;
}

#staff_list .cont div.comment strong {
	display: block;
	margin-bottom: 8px;
	color: #9B7500;
	background: url(/img/news_index.png) no-repeat;
	padding-left: 30px;
	font-size: 110%;
}

#staff_list div.comment p {
	font-size: 80%;
	line-height: 1.6;
}

#staff_list div.comment p span {
	font-size: 80%;
}


.btn button {
	font-size: 140%;
	font-weight: bold;
	background: #464646;
	border: 1px solid #464646;
	border-bottom: 3px solid #333;
	border-radius: 5px;
	padding: 15px 20px;
}

.btn button:hover {
	background: #595959;
	border: 1px solid #595959;
	border-bottom: 3px solid #484848;
}
