@charset "UTF-8";



.keyvisual {
    margin: 40px 0 50px;
}

.main h2 {
	height:42px;
	padding:3px 0 7px 18px;
}
.main h2 img {
	vertical-align:middle;
}
.main h3 {
    font-size: 10px;
    line-height: 1;
}
.main h3 img {
    vertical-align:bottom;
}
.main h4 {
    margin: 0 0 3px;
    font-weight: normal;
}

.main p,
.main dt,
.main dd,
.main td,
.main li {
    font-size: 12px;
}

.box {
    margin: 1em 0 40px;
}

.list{
    clear:both;
    margin: 0;
    overflow: hidden;
}
.list dt,
.list dd {
    margin: 0;
    line-height: 1.9;
}
.list dt {
    float:left;
	padding-right:20px;
}
.list dd {
}
.list:first-child dt {
	min-height:2em;
}

.breadlist li.txt {
    color: #a3a8ae;
}

.sidemenu a {
    display:block;
    padding: 3px 0 2px 20px;
    background: url(../img/icon_arrow3.png) no-repeat 6px center;
}

.qualification p {
	margin:0 0 10px 0;
}
.qualification dl + p {
	margin-top:30px;
}

.school dt {
	padding-right:40px;
}
.school .last dt {
	padding-right:20px;
}
.society p {
	margin:7px 0;
}

.topics ul {
    clear:both;
	width:389px;
    margin: 0;
	padding:0;
    overflow: hidden;
}
.topics ul li {
	float:left;
	margin-left:30px;
	list-style:none;
}
.topics ul li:first-child {
	margin-left:0;
}
.topics a:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
    opacity: 0.5;
}
.topics p:first-child {
	margin-top:20px;
}
.topics p {
	margin-bottom:40px;
}
.topics ul + p {
	margin-bottom:0;
}
.topics p span {
	display:block;
}
.topics .txt {
	font-size:10px;
	margin:10px 0 0;
}

#fancybox-left:hover span {
	left: -20px !important;
}
#fancybox-right:hover span {
	left: auto;
	right: -20px !important;
}