@charset "utf-8";

/* CSS Document */
@import url("../../common/css/common.css");


article#about{
	width:300px;
	margin:0 auto;
	padding:0 10px;
}
article#about h2{
	border-bottom:2px solid #5ba547;
	padding:5px 0;
	margin-bottom:10px;
}
article#about section{
}
article#about section h3{
	color:#6e9900;
	font-weight:bold;
	margin-bottom:1em;
}
article#about section p{
	text-indent:1em;
	margin-bottom:1em;
}
div#photo{
	text-align:center;
	margin-bottom:20px;
}
div#photo p#name{
	background:#DEDEDE;
	padding:0.5em 0;
}


ol.department{
	margin:0 0 2em 0;
}
ol.department li{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:15px;
	position:relative;
	margin-bottom:1em;
}

ol.department li p{
	margin:0 !important;
	text-indent:3.5em!important;
	position:relative;
	z-index:100 !important;
}
li.d01{
	border:5px #e88583 solid;
}
li.d01:before {
	content:"01";
	color:#e88583;
	font-size:32px;
	font-weight:bold;
	line-height:1;
	position:absolute;
	left:5px; top:5px;
}
li.d02{
	border:5px #ffae58 solid;
}
li.d02:before {
	content:"02";
	color:#ffae58;
	font-size:32px;
	font-weight:bold;
	line-height:1;
	position:absolute;
	left:5px; top:5px;
}


li.d03{
	border:5px #f4d100 solid;
}
li.d03:before {
	content:"03";
	color:#f4d100;
	font-size:32px;
	font-weight:bold;
	line-height:1;
	position:absolute;
	left:5px; top:5px;
}

li.d04{
	border:5px #b0d664 solid;
}
li.d04:before {
	content:"04";
	color:#b0d664;
	font-size:32px;
	font-weight:bold;
	line-height:1;
	position:absolute;
	left:5px; top:5px;
}
