/*--------------------------------------------------------------------------------------
 Layout PC
--------------------------------------------------------------------------------------*/
@media print, screen and ( min-width: 900px ) {

/* Interview Settings
---------------------------------*/

/* interviewList */
.interviewList {
	width: 940px;
	overflow: hidden;
}
.interviewList .inner {
	width: 960px;
}
.interviewList .item {
	float: left;
	margin: 0 20px 15px 0;
	width: 140px;
	height: 257px;
}
.interviewList .item a {
	display: block;
	color: #fff;
}
.interviewList .item a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.interviewList .item .photo {
	
}
.interviewList .item .data {
	padding: 5px;
}
.interviewList .item.c1 .data {background-color: #787878;}
.interviewList .item.c2 .data {background-color: #eb4f3c;}
.interviewList .item.c3 .data {background-color: #50b9bc;}
.interviewList .item.c4 .data {background-color: #328dc1;}
.interviewList .item.c5 .data {background-color: #4ba25c;}

.interviewList .item .data img {
	
}
.interviewList .item .data .name {
	display: block;
	font-size: 17px;
	font-weight: bold;
}
.interviewList .item .data .year {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}
.interviewList .item.long .data .name {
	font-size: 14px;
	line-height: 15px;
}
.interviewList .item.long .data .year {margin-bottom: 0}
.interviewList .item .section {
	display: table;
	width: 100%;
	height: 60px;
	text-align: center;
	background-color: #fff;
}
.interviewList .item .section em {
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
.interviewList .item.c1 .section em {color: #787878;}
.interviewList .item.c2 .section em {color: #eb4f3c;}
.interviewList .item.c3 .section em {color: #50b9bc;}
.interviewList .item.c4 .section em {color: #328dc1;font-size: 11px;line-height: 12px;}
.interviewList .item.c5 .section em {color: #4ba25c;}

.interviewList .item .section em small {
	display: inline-block;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

/* interviewHeader */
.interviewHeader .photo {
	float: left;
	width: 640px;
}
.interviewHeader .data {
	float: right;
	width: 300px;
	height: 100%;
	color: #fff;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.c1 .interviewHeader .data {background-color: #999999;background-image: url(../images/interview_hd_bg_c1.png);}
.c2 .interviewHeader .data {background-color: #eb4f3c;background-image: url(../images/interview_hd_bg_c2.png);}
.c3 .interviewHeader .data {background-color: #50b9bc;background-image: url(../images/interview_hd_bg_c3.png);}
.c4 .interviewHeader .data {background-color: #328dc1;background-image: url(../images/interview_hd_bg_c4.png);}
.c5 .interviewHeader .data {background-color: #4ba25c;background-image: url(../images/interview_hd_bg_c5.png);}
.interviewHeader .company {
	padding: 20px 25px 0 25px;
	height: 110px;
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
}
.interviewHeader .company em {
	display: block;
	margin-bottom: 15px;
	width: 250px;
	height: 33px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.c1 .interviewHeader .company em {background-image: url(../images/interview_hd_logo_c1.png);}
.c2 .interviewHeader .company em {background-image: url(../images/interview_hd_logo_c2.png);}
.c3 .interviewHeader .company em {background-image: url(../images/interview_hd_logo_c3.png);}
.c4 .interviewHeader .company em {background-image: url(../images/interview_hd_logo_c4.png);}
.c5 .interviewHeader .company em {background-image: url(../images/interview_hd_logo_c5.png);}
.interviewHeader .name {
	display: table-cell;
	padding: 0 25px 20px;
	height: 150px;
	vertical-align: bottom;
}
.interviewHeader .name em {
	display: block;
	font-size: 29px;
	font-weight: bold;
}
.interviewHeader .name small {
	font-size: 15px;
}
.interviewHeader .name span {
	font-size: 15px;
}
.interviewHeader .note {
	clear: both;
	margin: 0 0 15px;
	padding: 5px 0 0;
	text-align: right;
}
.interviewHeader .description {
	display: table;
	padding: 20px 30px 5px;
	background-color: #f4f4f4;
}
.interviewHeader .description dt {
	_float: left;
	display: table-cell;
	padding-right: 20px;
	width: 120px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #000;
}
.interviewHeader .description dd {
	float: left;
	width: 740px;
	font-size: 13px;
	line-height: 23px;
}

/* base */
#contentsSet section {
	margin: 0 0 40px;
}

/* heading */
#contentsSet h3 {
	margin: 0 0 38px;
	padding-left: 15px;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}
#contentsSet.c1 h3 {border-left: solid 10px #ff6251;}
#contentsSet.c2 h3 {border-left: solid 10px #eb4f3c;}
#contentsSet.c3 h3 {border-left: solid 10px #50b9bc;}
#contentsSet.c4 h3 {border-left: solid 10px #328dc1;}
#contentsSet.c5 h3 {border-left: solid 10px #4ba25c;}

#contentsSet h4 {
	margin: 0 0 25px;
	padding-left: 15px;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
}
#contentsSet.c1 h4 {background-color: #ff6251;}
#contentsSet.c2 h4 {background-color: #eb4f3c;}
#contentsSet.c3 h4 {background-color: #50b9bc;}
#contentsSet.c4 h4 {background-color: #328dc1;}
#contentsSet.c5 h4 {background-color: #4ba25c;}

/* Q&A Settings */
p.que {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 60px;
	min-height: 41px;
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
	color: #000;
	background: left top no-repeat url(../images/interview_mark_question.png);
}
p.que small {
	font-size: 14px;
}
p.ans {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	color: #000;
	border-bottom: dotted 1px #000;
}
#contentsSet section figure.floater {
	float: right;
	width: 450px;
	border-left: solid 40px #fff;
}
#contentsSet section p.ans:last-child {
	border: none;
}

/* interviewFooter */
.timetable {
	float: right;
	width: 450px;
}
#contentsSet .timetable h4 {
	margin-bottom: 15px;
	padding-left: 40px;
	font-size: 17px;
	background-position: 9px center;
	background-repeat: no-repeat;
	background-color: #fff;
}
#contentsSet.c1 .timetable h4 {color: #ff614b;border: solid 1px #ff614b;background-image: url(../images/interview_ft_mark_timetable_c1.png);}
#contentsSet.c2 .timetable h4 {color: #eb4f3c;border: solid 1px #eb4f3c;background-image: url(../images/interview_ft_mark_timetable_c2.png);}
#contentsSet.c3 .timetable h4 {color: #4ab9bd;border: solid 1px #4ab9bd;background-image: url(../images/interview_ft_mark_timetable_c3.png);}
#contentsSet.c4 .timetable h4 {color: #2d8cc3;border: solid 1px #2d8cc3;background-image: url(../images/interview_ft_mark_timetable_c4.png);}
#contentsSet.c5 .timetable h4 {color: #48a35a;border: solid 1px #48a35a;background-image: url(../images/interview_ft_mark_timetable_c5.png);}

.timetable li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 115px;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #000;
}
.timetable li span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin-right: 15px;
	width: 100px;
	text-align: center;
	color: #fff;
}
.c1 .timetable li span {background: #ff614b;}
.c2 .timetable li span {background: #eb4f3c;}
.c3 .timetable li span {background: #4ab9bd;}
.c4 .timetable li span {background: #2d8cc3;}
.c5 .timetable li span {background: #48a35a;}

.interviewFooter .photo {
	float: left;
	width: 450px;
}
.interviewFooter .backBtn {
	clear: both;
	margin: 0 auto;
	padding: 60px 0 30px;
	width: 380px;
	font-weight: bold;
	text-align: center;
}
.interviewFooter .backBtn a {
	display: block;
	width: 380px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background: 8px center no-repeat url(../images/interview_mark_backbtn.png) #e42820;
}

/* patch style
---------------------------------*/
.mb0 {
	margin-bottom: 0 !important;
}

/* imaginary elements
---------------------------------*/
.ie7 .ie {
	display: inline;
	zoom: 1;
	height: 100%;
	vertical-align: middle;
}
.ie7 .sub_pages h3 em,
.ie7 .sub_pages li a,
.ie7 .anatomyWrapper .anatomyLocalnav li a {
	display: inline;
	zoom: 1;
	height: auto;
}

}/*-------------------------------------------------------------------------------------
//Layout PC "(min-width:700px)"
--------------------------------------------------------------------------------------*/




/*--------------------------------------------------------------------------------------
 Layout Tab
--------------------------------------------------------------------------------------*/
@media screen and (max-width:700px) and (min-width:700px) {

/* override
---------------------------------*/

}/*-------------------------------------------------------------------------------------
//Layout Tab "screen and (max-width:700px) and (min-width:700px)"
--------------------------------------------------------------------------------------*/




/*--------------------------------------------------------------------------------------
 Layout SP
--------------------------------------------------------------------------------------*/
@media ( max-width: 940px ) {

/* Interview Settings
---------------------------------*/

/* interviewList */
.interviewList {
	width: auto;
	overflow: hidden;
}
.interviewList .inner {
	width: auto;
}
.interviewList .item {
	float: left;
	margin: 0 5px 10px 5px;
	width: 140px;
	height: 257px;
}
.interviewList .item a {
	display: block;
	color: #fff;
}
.interviewList .item a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.interviewList .item .photo {
	
}
.interviewList .item .data {
	padding: 5px;
}
.interviewList .item.c1 .data {background-color: #787878;}
.interviewList .item.c2 .data {background-color: #eb4f3c;}
.interviewList .item.c3 .data {background-color: #50b9bc;}
.interviewList .item.c4 .data {background-color: #328dc1;}
.interviewList .item.c5 .data {background-color: #4ba25c;}

.interviewList .item .data img {
	
}
.interviewList .item .data .name {
	display: block;
	font-size: 17px;
	font-weight: bold;
}
.interviewList .item .data .year {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}
.interviewList .item.long .data .name {
	font-size: 14px;
	line-height: 15px;
}
.interviewList .item.long .data .year {margin-bottom: 0}
.interviewList .item .section {
	display: table;
	width: 100%;
	height: 60px;
	text-align: center;
	background-color: #fff;
}
.interviewList .item .section em {
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
.interviewList .item.c1 .section em {color: #787878;}
.interviewList .item.c2 .section em {color: #eb4f3c;}
.interviewList .item.c3 .section em {color: #50b9bc;}
.interviewList .item.c4 .section em {color: #328dc1;font-size: 11px;line-height: 12px;}
.interviewList .item.c5 .section em {color: #4ba25c;}

.interviewList .item .section em small {
	display: inline-block;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

/* interviewHeader */
.interviewHeader .photo {
	width: 100%;
	text-align: center;
}
.interviewHeader .data {
	width: 100%;
	color: #fff;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.c1 .interviewHeader .data {background-color: #999999;background-image: url(../images/interview_hd_bg_c1.png);}
.c2 .interviewHeader .data {background-color: #eb4f3c;background-image: url(../images/interview_hd_bg_c2.png);}
.c3 .interviewHeader .data {background-color: #50b9bc;background-image: url(../images/interview_hd_bg_c3.png);}
.c4 .interviewHeader .data {background-color: #328dc1;background-image: url(../images/interview_hd_bg_c4.png);}
.c5 .interviewHeader .data {background-color: #4ba25c;background-image: url(../images/interview_hd_bg_c5.png);}
.interviewHeader .company {
	padding: 3.5% 3.5% 0;
	height: 50px;
	font-size: 10px;
	line-height: 13px;
}
.interviewHeader .company em {
	display: block;
	width: 180px;
	height: 24px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 70% 70%;
	text-indent: -9999px;
}
.c1 .interviewHeader .company em {background-image: url(../images/interview_hd_logo_c1.png);}
.c2 .interviewHeader .company em {background-image: url(../images/interview_hd_logo_c2.png);}
.c3 .interviewHeader .company em {background-image: url(../images/interview_hd_logo_c3.png);}
.c4 .interviewHeader .company em {background-image: url(../images/interview_hd_logo_c4.png);}
.c5 .interviewHeader .company em {background-image: url(../images/interview_hd_logo_c5.png);}
.interviewHeader .name {
	padding: 0 3.5% 3.5%;
	vertical-align: bottom;
}
.interviewHeader .name em {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.interviewHeader .name span {
	font-size: 11px;
	line-height: 13px;
}
.interviewHeader .note {
	clear: both;
	margin: 0 0 15px;
	padding: 5px 3.5% 0;
	font-size: 10px;
	letter-spacing: 0.5px;
}
.interviewHeader .description {
	padding: 0 3.5% 6%;
	background-color: #f4f4f4;
}
.interviewHeader .description dt {
	position: relative;
	padding-left: 10px;
	width: 120px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.interviewHeader .description dt img {
	position: absolute;
	top: 1.5em;
	left: 0;
	width: 19px;
}
.interviewHeader .description dd {
	font-size: 10px;
}

/* base */
#contentsSet section {
	margin: 0 0 3.5%;
}

/* heading */
#contentsSet h3 {
	margin: 0 0 3.5% 3.5%;
	padding-left: 15px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
}
#contentsSet.c1 h3 {border-left: solid 10px #ff6251;}
#contentsSet.c2 h3 {border-left: solid 10px #eb4f3c;}
#contentsSet.c3 h3 {border-left: solid 10px #50b9bc;}
#contentsSet.c4 h3 {border-left: solid 10px #328dc1;}
#contentsSet.c5 h3 {border-left: solid 10px #4ba25c;}

#contentsSet h4 {
	margin: 0 0 3.5%;
	padding-left: 15px;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
}
#contentsSet.c1 h4 {background-color: #ff6251;}
#contentsSet.c2 h4 {background-color: #eb4f3c;}
#contentsSet.c3 h4 {background-color: #50b9bc;}
#contentsSet.c4 h4 {background-color: #328dc1;}
#contentsSet.c5 h4 {background-color: #4ba25c;}

/* Q&A Settings */
p.que {
	margin: 0 3.5% 1%;
	padding-top: 0px;
	padding-left: 30px;
	min-height: 30px;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	background: left top no-repeat url(../images/interview_mark_question.png);
	background-size: 25px 20px;
}
p.que small {
	font-size: 10px;
}
p.ans {
	margin: 0 3.5% 3.5%;
	padding: 0 0 3.5%;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	border-bottom: dotted 1px #000;
}
#contentsSet section figure.floater {
	margin: 3.5%;
	text-align: center;
}
#contentsSet section p:last-child {
	border: none;
}

/* interviewFooter */
.timetable {
	margin: 3.5%;
}
#contentsSet .timetable h4 {
	margin-bottom: 15px;
	padding-left: 40px;
	font-size: 17px;
	background-position: 9px center;
	background-repeat: no-repeat;
	background-color: #fff;
}
#contentsSet.c1 .timetable h4 {color: #ff614b;border: solid 1px #ff614b;background-image: url(../images/interview_ft_mark_timetable_c1.png);}
#contentsSet.c2 .timetable h4 {color: #eb4f3c;border: solid 1px #eb4f3c;background-image: url(../images/interview_ft_mark_timetable_c2.png);}
#contentsSet.c3 .timetable h4 {color: #4ab9bd;border: solid 1px #4ab9bd;background-image: url(../images/interview_ft_mark_timetable_c3.png);}
#contentsSet.c4 .timetable h4 {color: #2d8cc3;border: solid 1px #2d8cc3;background-image: url(../images/interview_ft_mark_timetable_c4.png);}
#contentsSet.c5 .timetable h4 {color: #48a35a;border: solid 1px #48a35a;background-image: url(../images/interview_ft_mark_timetable_c5.png);}

.timetable li {
	position: relative;
	margin: 0 0 3.5%;
	padding-left: 75px;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
.timetable li span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin-right: 10px;
	width: 65px;
	text-align: center;
	color: #fff;
}
.c1 .timetable li span {background: #ff614b;}
.c2 .timetable li span {background: #eb4f3c;}
.c3 .timetable li span {background: #4ab9bd;}
.c4 .timetable li span {background: #2d8cc3;}
.c5 .timetable li span {background: #48a35a;}

.interviewFooter .photo {
	margin: 3.5%;
	text-align: center;
}
.interviewFooter .backBtn {
	clear: both;
	margin: 0 7%;
	padding: 30px 0 15px;
	font-weight: bold;
	text-align: center;
}
.interviewFooter .backBtn a {
	display: block;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	background: 8px center no-repeat url(../images/interview_mark_backbtn.png) #e42820;
}

}/*-------------------------------------------------------------------------------------
//Layout SP "(max-width:700px)"
--------------------------------------------------------------------------------------*/



