@charset "utf-8";
/*----------------------------------------------------------
    universal reset
----------------------------------------------------------*/
html{
padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;
}
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
body{line-height:1; color:#333;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;vertical-align:baseline;background:transparent;}
input,select{vertical-align:middle;}

/*----------------------------------------------------------
    common setting
----------------------------------------------------------*/
body{
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	overflow-x: hidden;
}
html{
	font-size: 14px;
}
*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
*:focus {
    outline: none;}
a{
	color:inherit;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
li{
	list-style-type: none;
}
/*change style*/
.pcParts{
	display: none!important;
}

/*frame style*/
.wrapper{
	width: 100%;
	overflow: hidden;
}

.wrapper.main {
	padding-top: 52px;
}

.inner {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
/*----------------------------------------------------------
    見出し
----------------------------------------------------------*/
h1 {
	color: #cc0000;
	text-align: center;
	font-size: 24px;
	margin: 20px auto 40px;
}

h1 span {
	font-size: 14px;
	display: block;
}
h1 span.line {
	font-size: 24px;
	display: inline-block;
}

.contentTitle {
	font-size: 20px;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	margin: 50px 0 30px -25px;
	position: relative;
}

.contentTitle img {
	width: 30px;
	margin: 0 20px 0 0;
	vertical-align: top;
}

.subTitle {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	padding-left: 15px;
	position: relative;
	display: block;
	text-align: left;
}

#mixSearchWrapper .subTitle {
	margin: 0 0 15px;
}

.subTitle span {
	display: block;
	line-height: 1.5em;
	margin: 10px 0 0 0;
	font-size: 0.8em;
	font-weight: normal
}

.subTitle:before {
	content: "";
	display: block;
	width: 4px;
	height: 1.2em;
	background: #cc0000;
	position: absolute;
	top: 0;
	left: 0;
}

h4 {
	font-size: 16px;
	margin: 10px 0;
	font-weight: bold;
	color: #cc0000;
	vertical-align: middle;
	padding: 0 0 0 30px;
	text-indent: -30px;
}

h4 span {
	display: inline-block;
	padding: 0 0 0 25px;
}

h4 img {
	width: 20px;
	vertical-align: top;
	margin-top: 2px;
	padding-right: 10px;
}
/*----------------------------------------------------------
    header
----------------------------------------------------------*/
#header {
	width:100%;
	height: 52px;
	line-height: 52px;
	background: #cc0000;
	text-align: center;
	position: fixed;
	z-index: 999;
}

#header.scroll {
/* box-shadow */
-moz-box-shadow:0px 1px 2px 1px #850000;
-webkit-box-shadow:0px 1px 2px 1px #850000;
box-shadow:0px 1px 2px 1px #850000;
}
#header img {
	height: 60%;
}


    /*-----------------------------------------------------------------*/
    /* SP navigation ここから */
    /*-----------------------------------------------------------------*/
    #gNavigationSP{
        display:block;}
    /*-----------------------------------------------------------------*/
    /* SP navigation plot */
    /*-----------------------------------------------------------------*/
    #masterHeader{
    position:fixed;
    z-index:999;
	top: 3px;
	right: 0px;
    }
    .slideBtn {
    display:inline-block;
    width:48px;
    cursor:pointer;
    z-index:9999;
    vertical-align:top;
    text-align:center;
    }
    #slideBtn_menu .slideBtnArea {
    background: url(../images/ico_menu.png) no-repeat center center;
    background-size:48px 48px;
    }
    .slideBtnArea {
    width:48px;
    height:48px;
    }
    .slideBtnOpen .slideBtnArea {
    -webkit-animation:slideBtnOpen 300ms linear 1 forwards;
    -moz-animation:slideBtnOpen 300ms linear 1 forwards;
    animation:slideBtnOpen 300ms linear 1 forwards;
    }
    .slideBtnOpen360 .slideBtnArea {/*開けるとき*/
    -webkit-animation:slideBtnOpen360 300ms linear 1 forwards;
    -moz-animation:slideBtnOpen360 300ms linear 1 forwards;
    animation:slideBtnOpen360 300ms linear 1 forwards;
    background: url(../images/ico_close.png) no-repeat center center!important;
    background-size:48px 48px!important;
    }
    .slideBtnClose .slideBtnArea {
    -webkit-animation:slideBtnClose 300ms linear 1 forwards;
    -moz-animation:slideBtnClose 300ms linear 1 forwards;
    animation:slideBtnClose 300ms linear 1 forwards;
    }
    .slideBtnClose360 .slideBtnArea {/*閉じるとき*/
    -webkit-animation:slideBtnClose360 300ms linear 1 forwards;
    -moz-animation:slideBtnClose360 300ms linear 1 forwards;
    animation:slideBtnClose360 300ms linear 1 forwards;
    }
    /* COLBOX */
    .colBox {overflow:hidden;}
    #colBoxMenuTop{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:990;
    padding:52px 0px 10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:rgba(255,255,255,0);
    -webkit-transition-property:background;
    -moz-transition-property:background;
    transition-property:background;
    -webkit-transition-duration:300ms;
    -moz-transition-duration:300ms;
    transition-duration:300ms;
    -webkit-transition-timing-function:ease;
    -moz-transition-timing-function:ease;
    transition-timing-function:ease;
    }
    #colBoxMenuTop .colBoxMenu{
    /*background:#ddd;*/
    width:100%;
    height:100%;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    opacity:0;
    -webkit-transform:translate3d(0,-300px,0);
    -moz-transform:translate3d(0,-300px,0);
    transform:translate3d(0,-300px,0);
    -webkit-transition-property:-webkit-transform,opacity;
    -moz-transition-property:-moz-transform,opacity;
    transition-property:transform,opacity;
    -webkit-transition-duration:300ms;
    -moz-transition-duration:300ms;
    transition-duration:300ms;
    -webkit-transition-timing-function:ease;
    -moz-transition-timing-function:ease;
    transition-timing-function:ease;
    }
    #colBoxMenuTop.colBoxActive{
    background: url(../images/bg_through.png) repeat 0 0;
	cursor: pointer;
    }
    #colBoxMenuTop.colBoxActive .colBoxMenu{
    opacity:1;
    overflow-y: auto;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    }
    #colBoxMenuTop.colBoxComp .colBoxMenu {
    height:100%;
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    }
    #colBoxMenuTop #colBoxMenuClose{
    display:block;
    padding:2em;
    background: #efefef url(../images/ico_close.png) no-repeat center center;
    background-size:34px 34px;
    border-top:1px solid #fff;
    cursor:pointer;
    }
    /*-----------------------------------------------------------------*/
    /* SP navigation contents */
    /*-----------------------------------------------------------------*/
    .spNavList{
        text-align: left;
		border-radius: 6px 6px 0 0;
		background: #fff;
    }
    .spNavList li + li{
		border-top: 1px solid #ccc;
	}
    .spNavList li:first-child{
		background: #fff;
	}
    .spNavList a{
		padding: 14px 40px 14px 16px;
		display: block;
		font-size: 1.2em;
		position: relative;
	}
	
	.spNavList a img {
		width: 1em;
		height: 1em;
		display: inline-block;
		vertical-align: middle;
		margin: -2px 14px 0 0;
	}
	
	.spNavList a:before {
		content: "";
		display: block;
		border: 8px solid transparent;
		border-left: 10px solid #cc0000;
		position: absolute;
		top: 50%;
		right: 4px;
		margin: -10px 0 0 0;
	}
	.spNavList a:after {
		content: "";
		display: block;
		border: 8px solid transparent;
		border-left: 10px solid #fff;
		position: absolute;
		top: 50%;
		right: 7px;
		margin: -10px 0 0 0;
	}	

    /*-----------------------------------------------------------------*/
    /* SP navigation ここまで */
    /*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
/* ナビゲーションの移動先
/*-----------------------------------------------------------------*/

#areaSearchSp,#freeWordSearch,#stationSearch,#mixSearch {
	margin-top: -62px;
	padding-top: 62px;
}

#jobContent{
	margin-top: -10px;
	padding-top: 10px;
}


/*----------------------------------------------------------
    年末年始バナー
----------------------------------------------------------*/

#miniTitle {
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	margin: 5px 0 10px -10px;
}

#bnr {
	box-sizing: border-box;
	padding: 30px 20px 0;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-bottom: 40px;
	background: url(../images/bg_bnrwrapper.png);
	background-size: 20px;
}

#bnr .bnrTitle {
	width: calc(100% + 40px);
	margin-left: -20px;
	/*background: url(../images/sp/bg_bnrtitle.png) top no-repeat;*/
	background-size: contain;
}

#bnr .bnrTitle p {
	padding: 0px 0 25px;
	font-size: 12px;
	line-height: 1.5em;
	color: #e7b300;
	text-align: center;
	font-weight: bold;

}
#bnr .bnrTitle p span {
	display: block;
	font-size: 19px;
	line-height: 1.5em;
	color: #cc0000;
}
#bnr .bnrTitle p span span{
	display: inline-block;
	font-size: 19px;
	color: #cc0000;
	text-indent: -0.4em;
}
#bnr .bnrWrapper {
	display: inline-block;
	box-sizing: border-box;
	width: calc(100% + 40px);
	margin-left: -20px;
	background: #cc0000;
	color: #fff;
}
#bnr .bnrWrapper.driver {
	padding: 0px 0px 20px;
	margin-bottom: 20px;
}
#bnr .bnrWrapper.shiwake {
	padding: 0px 0px 20px;
}

#bnr .bnrWrapper .bnrInner {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align:  center;
	padding: 0px 20px;
}

#bnr .jobTitle {
	text-align: left;
	font-size: 14px;
	color: #fff;
	margin: 24px 0 16px;
	font-weight: bold;
	display: table;
}
#bnr .jobTitle span.imgWrapper  {
	display: table-cell;
	width: 60px;
	text-align: center;
}

#bnr .jobTitle span.titleJob  {
	font-size: 20px;
	margin: 0 8px 0;
	text-align: center;
}
#bnr .shiwake .jobTitle span img{
	width: 30px;
	margin: 0 10px 0 0;
}
#bnr .driver .jobTitle span img{
	width: 50px;
	margin: 0 10px 0 0;
}
#bnr .bnrWrapper .bnrInner .dropdown{
	width: 100%;
	height: 48px;
	padding: 12px;
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid #cc0000;
	color: #cc0000;
	font-weight: bold;
	text-align:  left;
}
#bnr .bnrWrapper .bnrInner .dropdown .dropdown .carat{
	right: 14px;
	top: 50%;
	margin-top: -6px;
	border: 8px solid transparent;
	border-top: 14px solid #cc0000;
}
#bnr .bnrWrapper .bnrInner .dropdown .dropdown.open .carat{
	margin-top: -14px;
	border-top: 8px solid transparent;
	border-bottom: 14px solid #cc0000;
}
#bnr .bnrWrapper .bnrInner .dropdown .dropdown .selected:after{
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	bottom: -1px;
	width: 48px;
	background: #fff;
	border: 1px solid #cc0000;
	box-sizing: border-box;
}
#bnr .bnrWrapper .bnrInner .dropdown .dropdown .selected{
	line-height: 1;
	padding: 4px 4px;
}
#bnr .bnrWrapper .bnrInner .dropdown li {
	padding: 10px 20px;
}
#bnr .bnrWrapper .bnrInner .dropdown li.focus{
	background: #cc0000;
}
#bnr .bnrWrapper .bnrInner .dropdown.scrollable div:after{ /*ie9,ie10対応の為必須*/
	display: none;
}

#bnr .bnrWrapper .bnrInner .bnrBtn {
	display: block;
	width: 100%;
	height: 48px;
	margin: 16px 0 0;
	line-height: 48px;
	letter-spacing: 1em;
	text-indent: 1em;
	font-size: 20px;
	color: #fff;
	background: #e7b300;
	text-decoration: none;
	font-weight: bold;
}


/*----------------------------------------------------------
    areaSearch
----------------------------------------------------------*/

#areaSearchInnerSP {
	margin: 15px 0 30px;
}
#areaSearchSp dt{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 1.1em;
	margin-top: -1px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	border: 1px solid #cc0000;
	position: relative;
}

#areaSearchSp dt:before{
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 6px solid #cc0000;
	position: absolute;
	right: 15px;
	top: 50%;
	margin: -3px 0 0;
}
#areaSearchSp dt:after{
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	margin: -5px 0 0;
}

#areaSearchSp dt.open:before{
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom: 6px solid #cc0000;
	position: absolute;
	right: 15px;
	top: 50%;
	margin: -9px 0 0;
}
#areaSearchSp dt.open:after{
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	margin: -7px 0 0;
}

#areaSearchSp dd {
	font-size: 0;
	box-sizing: border-box;
	padding: 0 2%;
}
#areaSearchSp dd li {
	font-size: 14px;
	display: inline-block;
	width: 32%;
	line-height: 50px;
	font-weight: bold;
	background: #cc0000;
	color: #fff;
	margin: 10px 2% 0 0;
	text-align: center;
	border-radius: 5px;
}

#areaSearchSp dd li a {
	display: block;
	width: 100%;
	height: 100%;
}

#areaSearchSp dd li:nth-child(3n) {
	margin: 10px 0 0;
}

#areaSearchSp dd li:last-child {
	margin-bottom: 10px;
}

/**** フリーワード ****/

.freeWord {
	display: inline-block;
	width: 100%;
	margin: 0 0 30px;
}
/*----------------------------------------------------------
    #mixSearch
----------------------------------------------------------*/
#mixSearchWrapper {
	width: 100%;
	box-sizing: border-box;
}

#mixSearchWrapper .note {
	font-size: 12px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

#mixSearchWrapper .note span {
	color: #cc0000;
}

#mixSearchWrapper .note.last {
	margin: 0 0 15px;
}

.formWrapper {
	font-size: 0;
}

.freeTxt {
	width: 100%;
	font-size: 14px;
	display: block;
	position: relative;
}

.freeTxt input {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 10px 50px 10px 5px;
	border: 1px solid #cc0000;
	border-radius: 0px;
	font-size: 16px;
	-webkit-appearance: none;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.freeTxt input::-ms-clear {
	display:none;
}

#station {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	right: 24px;
	top: 7px;
	color: #cc0000;
}

.btnSearch {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #cc0000;
	text-align: center;
	margin: 10px 0 0;
}

.btnSearch a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1em;
	text-indent: 1em;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}

/**** 条件を指定して検索 ****/

#mixSearch {
	position: relative;
}

#mixSearch .formWrapper dl {
	font-size: 14px;
	width:100%;
	display: inline-block;
}

#mixSearch .formWrapper dd {
	display:block;
	width:100%;
	margin: 0 0 10px 0 ;
}

	.dropdown{
		width: 100%;
		height: 48px;
		padding: 13px 5px;
		box-sizing: border-box;
		border: 1px solid #cc0000;
	}
	.dropdown .carat{
		right: 14px;
		top: 50%;
		margin-top: -5px;
		border: 8px solid transparent;
		border-top: 14px solid #cc0000;
	}
	.dropdown.open .carat{
		margin-top: -14px;
		border-top: 8px solid transparent;
		border-bottom: 14px solid #cc0000;
	}
	.dropdown .selected:after{
		content: '';
		position: absolute;
		right: -1px;
		top: -1px;
		bottom: -1px;
		width: 48px;
		background: #fff;
		border: 1px solid #cc0000;
		box-sizing: border-box;
	}
	.dropdown .selected{
		line-height: 1;
		padding: 4px 4px;
	}
	.dropdown li {
		padding: 10px 20px 10px 0px;
	}
	.dropdown li.focus{
		background: #cc0000;
	}
	.dropdown.scrollable div:after{ /*ie9,ie10対応の為必須*/
		display: none;
	}

.checkBox {
	margin: 0 0 10px 0;
}
.checkBox:last-child {
	margin: 0;
}
.checkBox dt {
	width: 100%;
	height: 48px;
	padding: 13px;
	box-sizing: border-box;
	border: 1px solid #cc0000;
	position: relative;
}
.checkBox dt:before {
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	bottom: -1px;
	width: 48px;
	background: #fff;
	border: 1px solid #cc0000;
	border-left: 0px solid #fff;
	box-sizing: border-box;
}
.checkBox dt:after {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	right: 12px;
	top: 50%;
	margin-top: -10px;
	background: url(../images/sp/ico_plus.png) no-repeat;
	background-size: cover;
}

.checkBox dt.active:after {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	right: 12px;
	top: 50%;
	margin-top: -10px;
	background: url(../images/sp/ico_minus.png) no-repeat;
	background-size: cover;
}
.checkBox dd {
	display: block;
	width: 100%;
}
.checkBox dd li {
	display: block;
	width: 100%;
	margin: 10px 10px;
}

.icheckbox{
 display: inline-block;
 *display: inline;
 vertical-align: middle;
 margin: 0 5px 0 0;
 padding: 0;
 width: 20px;
 height: 20px;
 background: url(../images/sp/checkbox.png) no-repeat;
 background-size: auto 20px;
 border: none;
 cursor: pointer;
}
.icheckbox {
 background-position: 0 0;
}
 .icheckbox.checked {
 background: url(../images/sp/checkbox.png) no-repeat;
 background-size: auto 20px;
 background-position: right top;
 }
/*----------------------------------------------------------
    お仕事紹介
----------------------------------------------------------*/
.jobWrapper {
	margin: 0 auto 20px auto;
	text-align: center;
}

.jobWrapper:last-child {
	margin: 0 auto;
}

.itemWrapper {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #f6f6f1;
	margin: 10px auto;
	padding: 8px 10px 0;
	box-sizing: border-box;
	position: relative;
	z-index:1;
	text-align: left;
}

.itemWrapper.last {
	margin: 10px auto 0;
}

.itemHeader {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.itemHeader img {
	width: 100%;
	height: auto;
}

.itemHeader img.sPhoto {
	top: 65%;
}

.itemBody {
	padding: 0 0 20px 0;
}

.itemBody p span {
	display: block;
	text-indent: -1em;
	padding: 0 0 0 1em;
	font-size: 12px;
}

.itemWrapper a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
	box-sizing: border-box;
	background: #fff;
	color: #cc0000;
	border: 2px solid #cc0000;
	z-index: 99;
	position: relative;
}

.itemWrapper a:after {
	content: url(../images/btn_tri.png);
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 8px;
	right: 4px;
}
/*----------------------------------------------------------
    インタビュー
----------------------------------------------------------*/
#interviewContent {
	width: 100%;
	background: #f4f4f4;
	padding: 50px 0 40px 0;
}
#interviewContent .contentTitle {
	margin: -10px 0 30px -15px;
	padding: 20px 0 0 0;
}

#interviewContent .contentTitle img {
	width: 25px;
}

.interviewWrapper {
	width: 100%;
	margin: -50px auto 30px;
	padding: 50px 0 0;
}

.interviewHeader {
	background: #cc0000;
	position: relative;
	text-align: center;
	cursor: pointer;
}

a.openTitle {
	display: block;
	background: #cc0000;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.interviewHeader p {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 4% 25px 4%;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}

.interviewHeader p:before {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #fff;
	position: absolute;
	left: 50%;
	bottom: 2px;
	margin-left: -4px;
}
.interviewHeader p:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #cc0000;
	position: absolute;
	left: 50%;
	bottom: 4px;
	margin-left: -4px;
}

.active .interviewHeader p:before {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -4px;
}
.active .interviewHeader p:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom: 8px solid #cc0000;
	position: absolute;
	left: 50%;
	bottom: 8px;
	margin-left: -4px;
}

.interviewHeader p span {
	display: block;
}

.interviewHeader dl {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 3px solid #cc0000;
	text-align: center;
}

.interviewHeader dt {
	margin: 0 0 10px;
}

.interviewHeader dt img  {
	width: 100%;
}

.interviewHeader dd {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	margin: 0 0 10px 0;
}

.interviewHeader dd span {
	display: inline-block;
}

.interviewBody {
	box-sizing: border-box;
	padding: 0 4% 15px;
	background: #fff;
	padding-top: 15px;

}

.interviewBody dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}

.interviewBody dd {
	display: block;
	padding: 0 0 15px 0;
}

.interviewBody .closeBtn {
	display: block;
	text-align: center;
	width: 100%;
	line-height: 30px;
	border-radius: 10px;
	background: #cc0000;
	color: #fff;
	position: relative;
}

.interviewBody .closeBtn:before {
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	margin: -10px 0 0;
}

.interviewBody .closeBtn:after {
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom: 6px solid #cc0000;
	position: absolute;
	right: 15px;
	top: 50%;
	margin: -8px 0 0;
}
/*----------------------------------------------------------
    戻るボタン
----------------------------------------------------------*/
p.btnReturn {
	display: block;
	width: 100%;
	line-height: 40px;
	margin: 40px 0;
	box-sizing: border-box;
	padding: 0 32px;
	text-align: center;
}
.btnReturn a {
	display: block;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0000;
	box-sizing: border-box;
	border: 3px solid #cc0000;
	text-decoration: none;
	position: relative;
}

.btnReturn a img {
	position: absolute;
	margin-top: -9px;
	width: 16px;
	top: 50%;
	left: 20%;
}

.btnReturn a span {
	margin-left: 20px;
}

.btnLink {
	text-align: center;

}

.btnLink a{
	display: block;
	width: 100%;
	font-size: 0.8em;
	padding: 10px 40px 10px 5%;
	box-sizing: border-box;
	background: #cc0000;
	color: #fff;
	text-decoration: none;
	margin: 0 0 20px;
	position: relative;
}

.btnLink a span {
	display: inline-block;
}
.btnLink a img {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
}
/*----------------------------------------------------------
    footer
----------------------------------------------------------*/
.pageTop {
	display: block;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 980;
	width: 40px;
	height: 40px;
	cursor: pointer;
}


#spFooter img {
	display: inline-block;
	vertical-align: middle;
}

#spFooter ul {
	display: inline-block;
	width: 100%;
}

#spFooter li {
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 1px dashed #999999;
	background: #eeeeee;
}

#spFooter li:last-child {
	border-bottom: none;
}
#spFooter li a {
	display: block;
	padding: 6px 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #999999;
	position: relative;
}

#spFooter li a:before {
	content: "";
	display: block;
	border: 8px solid transparent;
	border-left: 12px solid #999999;
	position: absolute;
	right: 5px;
	top:50%;
	margin-top: -8px;
}
#spFooter li a:after {
	content: "";
	display: block;
	border: 8px solid transparent;
	border-left: 12px solid #eeeeee;
	position: absolute;
	right: 8px;
	top:50%;
	margin-top: -8px;
}


#spFooterInner {
	width: 100%;
	background: #cc0000;
	margin: 5px 0 0 0;
	padding: 16px 0;
	text-align: center;
	box-sizing: border-box;
}

#spFooterInner img {
	height: 20px;
}

#spFooter p{
	text-align: center;
	margin: 1em 0;
	font-size: 1.1em;
}

