@charset "UTF-8";							
/*							
 * /about/stories/css/graduates_interview_2017.css
 * updated --- 2017/2/28						
---------------------------------------------------------- */
.section {
    margin: 0 0 40px 0;
}
.section-head{
    width:710px;
    height: 350px;
    margin:0 auto 30px;
    line-height: 1.2;
	position: relative;
}
.section-head h2{
    padding:0;
    margin:0;
    background:none;
    border:none;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.3em;
    height: 148px;
    color:#927500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 42px;
	left: 60px;
}

.englishPage .section-head h2{
    padding:0;
    margin:0;
    background:none;
    border:none;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-top: 15px;
    height: 153px;
    color:#927500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.section-head.id-03 h2{
    color:#fff;
}
.name-area{
    width: 220px;
    height: 140px;
    padding: 20px 20px 0;
    background: #fff;
	position: absolute;
	bottom: 0;
	left: 60px;
}
.englishPage .name-area{
    width: 220px;
    height: 120px;
    padding: 20px 20px 0;
    background: #fff;
}
.name-area .name{
    font-size: 24px;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom:solid 1px #e5e5e5;
}
.englishPage .name-area .name{
    font-size: 23px;
    letter-spacing: 0.075em;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom:solid 1px #e5e5e5;
}
.name-area .name span{
    font-size: 16px;
    letter-spacing: 0.2em;
}
.name-area .name .en{
    font-size: 11px;
    letter-spacing: 0.2em;
    margin-top: 5px;
    color:#927500;
}
.name-area .dept{
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color:#888;
}
.englishPage .name-area .dept{
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color:#888;
}