@charset "utf-8";
#topicPath {
	width: 950px;
	margin: 10px auto;	
}
#topicPath p,
#topicPath p a {
	color: #848484;
	font-size: 73%;
}
#topicPath p span.here {
	color: #333333;
}
#mainInner {
    width: 950px;
    margin: 0 auto;
}
.topContent {
    position: relative;
    width: 100%;
    height: 310px;
    margin-bottom: 40px;
    box-sizing: border-box;
    border: 2px solid #ffd200;
    background-image: url(../img/pic_main.jpg);
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(211, 211, 211, 0.7);;
    -moz-box-shadow: 0px 2px 2px 0px rgba(211, 211, 211, 0.7);;
    box-shadow: 0px 2px 2px 0px rgba(211, 211, 211, 0.7);;
}
.topContentTitle {
    position: absolute;
    width: 286px;
    top: 56px;
    left: 0px;
    text-align: center;
    background-color: #fed92f;
    -webkit-box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.5);
}
.topContentTitle h1 {
    line-height: 1;
    margin: 30px auto 0;
}
.topContentTitle h1::after {
    content: "";
    display: block;
    width: 274px;
    height: 4px;
    margin: 14px auto 0;
    background-image: url(../images/dec_line.png);
    background-repeat: repeat-x;
}
.topContentTitle p {
    margin: 16px auto 28px;
}
.memberList {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.memberList li {
    width: 225px;
    margin-bottom: 30px;   
    list-style: none;
}
.member {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.7;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(211, 211, 211, 0.7);
    -moz-box-shadow: 0px 2px 2px 0px rgba(211, 211, 211, 0.7);
    box-shadow: 0px 2px 2px 0px rgba(211, 211, 211, 0.7);
    text-decoration: none;
}
.member:hover {
    opacity: 0.7;
    text-decoration: none;
}
.member .department, .member .name {
    margin: 0;
    padding-left: 13px;
    color: #333333;
}
.member .department {
    margin-top: 7px;
    font-size: 13px;
}
.member .name {
    font-size: 15px;
}
.member .dec_line {
    width: 100%;
    height: 16px;
    background-color: #ffd700;
    background-image: url(../images/icn_arrow.png);
    background-repeat: no-repeat;
    background-position: 214px center;
}
p#toTop {
	width: 950px;
	margin: 0 auto 0px auto;
	text-align: right;
	padding-bottom: 20px;
}
p#toTop a {
	background: url(/namanyu/images/arr_top.png) left center;
	background-repeat: no-repeat;
	background-size: 10px 6px;
	padding-left: 15px;
	font-size: 0.8em;
}