@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .linkList {
  width: 960px;
  display: flex;
  justify-content: center;
}

#conts .linkList .box {
  width: 300px;
  height: 230px;
}

#conts .linkList .box:nth-child(odd) {
  margin-right: 30px;
}

#conts .linkList .box a {
  background: #FFF;
  position: relative;
  display: block;
  color: #111;
  text-decoration: none;
  z-index: 1;
}

#conts .linkList .box a:hover:after {
  width: 294px;
  height: 224px;
  border: 3px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

#conts .linkList .box a > span {
  display: block;
}

#conts .linkList .box a .ttl {
  padding: 20px;
  min-height: 110px;
  position: relative;
  overflow: hidden;
}

#conts .linkList .box a .ttl .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

#conts .linkList .box a:hover .ttl .bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  filter: alpha(opacity=75);
  opacity: 0.75;
}

#conts .linkList .box a .ttl .sub {
  margin-top: 9px;
  display: block;
}

#conts .linkList .box a .txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px 0 22px;
  width: 300px;
  height: 80px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

#conts .linkList .box a .txt:after {
  width: 20px;
  height: 20px;
  background: url(/img/common/icon/icon_arrow03.png) no-repeat;
  position: absolute;
  top: 30px;
  right: 20px;
  content: "";
}

#conts .linkList .agent.box {
  margin-top: 30px;
}

#conts .linkList .mechanic.box {
  margin-top: 30px;
}

#conts .pickup .jobs .box .btn a:hover,
#conts .search .inner .condition .closed a:hover,
#conts .special .maker .box .inner .btn a:hover {
  background: #222;
  border: 1px solid #222;
  color: #FFF;
}

#conts .pickup .jobs .box .btn a:hover .icon,
#conts .search .inner .condition .closed a:hover .icon,
#conts .special .maker .box .inner .btn a:hover .icon {
  background-image: url(/img/common/icon/icon_arrow04.png);
}

#mainVisual {
  padding: 151px 0 0;
  background: url(/img/index/main_img.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}

#mainVisual .catch {
  margin: 0 71px 159px;
  text-align: left;
}

#mainVisual .inner {
  padding: 30px 0 24px;
  background: url(/img/index/main_bg.png) repeat;
}

#mainVisual .inner .leadTxt {
  margin-bottom: 25px;
}

#mainVisual .inner .leadTxt > p,
#mainVisual .inner .leadTxt > h1 {
  display: inline;
  color: #FFF;
  font-family: 'Noto Sans Japanese', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 2.4em;
  font-weight: normal;
}

#mainVisual .inner .leadTxt .sub {
  margin-top: 15px;
  display: block;
}

#mainVisual .inner .leadTxt .sub img {
  display: inline;
  margin-right: 10px;
  vertical-align: middle;
}

#mainVisual .inner .leadTxt .sub a {
  color: #FFF;
  font-size: 1.5em;
  font-family: 'Noto Sans Japanese', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  vertical-align: middle;
  line-height: 1.1;
}

#mainVisual .inner .leadTxt .sub a:hover {
  text-decoration: none;
}

#mainVisual .inner .linkList {
  margin: auto;
  width: 960px;
}

#mainVisual .inner .linkList .offer {
  margin-left: -4px;
  float: left;
  position: relative;
}

#mainVisual .inner .linkList .support {
  margin-right: -4px;
  float: right;
  position: relative;
}

#banner {
  margin: 0 auto;
  padding: 20px 20px 0;
  height: 60px;
  background: #FFF;
  overflow: hidden;
  position: relative;
}

#banner .slick-arrow {
  position: absolute;
  top: -25px;
}

#banner .slick-prev {
  left: 0;
}

#banner .slick-next {
  left: 200px;
}

#banner .fadein {
  margin: 0 13px;
}

#banner .fadein a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  width: 100%;
  height: 42px;
  display: block;
  text-align: center;
}

#banner.loop .fadein a.flow02 {
  border-left: 1px solid #99B3FF;
}

#banner.loop .fadein a.flow03 {
  border-left: 1px solid #FFD24D;
}

#banner .fadein a img {
  margin: auto;
}

#conts .pickup {
  padding: 120px 0 80px;
  position: relative;
}

#conts .pickup .jobs {
  margin-right: -20px;
  width: 984px;
}

#conts .pickup .jobs .box {
  margin: 0 20px 20px 0;
  width: 470px;
  float: left;
}

#conts .pickup .jobs .box a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  width: 470px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  position: relative;
  display: block;
  color: #111;
  text-decoration: none;
}

#conts .pickup .jobs .box a:hover {
  padding: 39px;
  border: 2px solid #222;
}

#conts .pickup .jobs .box a:hover .occupation {
  text-decoration: underline;
}

#conts .pickup .jobs .box a:hover .btn {
  background: #222;
  border-color: #222;
  color: #FFF;
}

#conts .pickup .jobs .box a:hover .btn .icon {
  background-image: url(/img/common/icon/icon_arrow04.png);
}

#conts .pickup .jobs .box .date {
  height: 20px;
  background: #111;
  position: absolute;
  top: -10px;
  left: 40px;
  color: #FFF;
  font-size: 0.8571em;
}

#conts .pickup .jobs .box a:hover .date {
  top: -11px;
  left: 39px;
}

#conts .pickup .jobs .box .date time {
  padding: 0 5px;
  display: inline-block;
}

#conts .pickup .jobs .box .date:after {
  width: 5px;
  height: 5px;
  background: url(/img/common/icon/icon_balloon.png) no-repeat;
  position: absolute;
  bottom: -5px;
  left: 10px;
  content: "";
}

#conts .pickup .jobs .box .catch {
  padding-bottom: 5px;
  width: 388px;
  display: table-cell;
  font-size: 1.142em;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.75;
}

#conts .pickup .jobs .box .occupation {
  margin-bottom: 10px;
  color: #CC881E;
  font-size: 1.2857em;
  font-weight: bold;
}

#conts .pickup .jobs .box dl {
  margin-bottom: 38px;
  line-height: 1.5;
}

#conts .pickup .jobs .box dl dt {
  width: 60px;
  height: 20px;
  background: #CC891E;
  color: #FFF;
  text-align: center;
  float: left;
}

#conts .pickup .jobs .box dl dd {
  margin-bottom: 5px;
  padding-left: 70px;
}

#conts .pickup .jobs .box .btn {
  margin: auto;
  width: 160px;
  padding: 5px 0;
  border: 1px solid #222;
  display: block;
  font-size: 1.142em;
  text-align: center;
}

#conts .pickup .jobs .box .btn .icon {
  padding-right: 17px;
  background: url(/img/common/icon/icon_arrow01.png) no-repeat right center;
}

#conts .toyotaWrap {
	width: 960px;
	margin: 52px auto 0;
	background: #fff;
}

#conts .toyota {
	display: block;
	box-sizing: border-box;
	height: 298px;
	padding: 40px 0 20px;
	transition: .3s;
	text-align: center;
	background: url(/img/index/toyota_bg.jpg) no-repeat center center;
}

#conts .toyota:hover {
	opacity: .7;
}

#conts .toyota .toyotaLogo {
	box-sizing: border-box;
	width: 185px;
	height: 105px;
	margin: 0 auto 15px;
	padding: 27px 18px 25px;
	background: #fff;
}

#conts .toyota .toyotaLogo img {
	width: 100%;
	height: auto;
}

#conts .toyota .toyotaTxt01 {
	margin-bottom: 15px;
}

#conts .toyota .toyotaTxt02 {
	position: relative;
	display: inline-block;
	padding: 6px 25px;
	border: 2px solid #000;
	background: rgba(255,255,255,.3);
}

#conts .toyota .toyotaTxt02 .jobCount {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
	position: absolute;
	top: 0;
	right: 242px;
	bottom: 0;
	display: inline-block;
	margin: auto;
	color: #8b0100;
}

#conts .search {
  padding: 120px 0;
}

#conts .search .inner .ttl {
  padding: 1px 0 0 30px;
  background: url(/img/common/icon/icon_search.png) no-repeat left 0;
}

#conts .search .inner .condition {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

#conts .search .inner .condition .ttlBox {
  margin-bottom: 20px;
}

#conts .search .inner .condition .ttlBox .ttl {
  float: left;
  font-size: 1.42857em;
  font-weight: normal;
}

#conts .search .inner .condition .open {
  margin-top: -10px;
  float: right;
  font-size: 1.142em;
}

#conts .search .inner .condition .open .num {
  color: #8C0000;
  font-size: 1.5em;
  font-style: italic;
  letter-spacing: -0.5px;
}

#conts .search .inner .condition .closed {
  margin: -9px 0 0 15px;
  width: 140px;
  float: right;
}

#conts .search .inner .condition .closed a {
  padding: 8px 5px 6px 18px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  display: block;
  color: #111;
  font-size: 0.8571em;
  text-decoration: none;
}

#conts .search .inner .condition .closed a .icon {
  padding-right: 17px;
  background: url(/img/common/icon/icon_arrow01.png) no-repeat right center;
}

#conts .search .inner .condition p {
  margin-bottom: 23px;
  font-size: 1.142em;
  text-align: center;
}

#conts .search .inner .condition .btn {
  margin: auto;
  width: 400px;
  background: #FFF;
}

#conts .search .inner .condition .btn a {
  padding: 20px 40px 16px;
  background: #000;
  display: block;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

#conts .search .inner .condition .btn a:hover {
  background: rgba(0,0,0,0.5);
  background: #7C7C7C \9;
}

#conts .search .inner .occupation .ttl {
  margin-bottom: 20px;
  font-size: 1.42857em;
  font-weight: normal;
}

#conts .about {
  padding: 120px 0;
  background: url(/img/index/bg_about.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#conts .about .ttl01:after {
  background: url(/img/common/ttl_bg02.png) no-repeat;
}

#conts .about .inner .leadTxt,
#conts .about .inner .more {
  margin-bottom: 35px;
  color: #ddd;
  font-size: 1.142em;
  text-align: center;
}

#conts .about .inner .btn {
  margin: 0 auto 40px;
  padding-bottom: 40px;
  width: 520px;
}

#conts .about .inner .btn:after {
  background: #fff;
}

#conts .about .inner .btn a {
  padding: 16px 38px 16px;
  border: 2px solid #FFF;
  display: block;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

#conts .about .inner .btn a .icon {
  padding-left: 54px;
  background: url(/img/common/icon/icon_logo.png) no-repeat;
  position: relative;
  display: block;
  line-height: 24px;
}

#conts .about .inner .btn a .icon:after {
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(/img/common/icon/icon_arrow02.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
}

#conts .about .inner .btn a:hover {
  background: rgba(255,255,255,0.5);
  border-color: rgba(255,255,255,0.5);
}

#conts .about .linkList {
  width: 660px;
  margin: 0 auto;
  padding-left: 30px;
}

#conts .about .linkList .box {
  margin-right: 30px;
}

#conts .about .linkList a:hover:after {
  border: 3px solid #fff;
}

#conts .special {
  padding: 120px 0;
}

#conts .special .leadTxt {
  margin-bottom: 35px;
  font-size: 1.142em;
  text-align: center;
}

#conts .knowhow {
  padding: 120px 0;
}

#conts .knowhow .inner .linkList .box .txt {
  border: 1px solid #E6E6E6;
  border-top: none;
}

#conts .knowhow .inner .linkList .box a:hover .txt {
  border-color: #8C0000 \9;
}

#conts .knowhow .inner .bnMechanic {
  margin-top: 60px;
  display: block;
}

#conts .knowhow .inner .bnMechanic:hover {
  opacity: 0.7;
}

#footer .info {
  display: none;
}

.companyList li {
  float: left;
}

/* 休暇掲載 */
#conts .holiday {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}

#conts .holiday .inner p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 19px 40px;
  background: #FFF;
  border: 1px solid #8C0000;
  display: block;
  color: #8C0000;
  font-size: 1.2857em;
  font-weight: bold;
  text-decoration: none;
}

/*スペシャルコンテンツ*/
#conts .special .spConts a.contBox {
  display: block;
  width: 470px;
  background: #FFF;
  border: 1px solid #8C0000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  float: right;
  position: relative;
}

#conts .special .spConts a.contBox:first-child {
  float: left;
}

#conts .special .spConts a.contBox:hover:after {
  width: 464px;
  height: 99%;
  border: 3px solid #8C0000;
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
}

#conts .special .spConts a.contBox span.imgTxt {
  display: block;
  width: 17px;
  height: 180px;
  position: absolute;
  top: 0;
  left: 18px;
}

#conts .special .spConts a.contBox .photo {
  display: block;
  width: 468px;
  height: 200px;
  overflow: hidden;
}

#conts .special .spConts a.contBox .photo img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#conts .special .spConts a.contBox:hover .photo img {
  opacity: 0.85;
}

#conts .special .spConts a.contBox .compName {
  display: block;
  padding: 8px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #8C0000;
  color: #FFF;
  font-weight: bold;
  height: 40px!important;
}

#conts .special .spConts a.contBox:hover .compName {
  background: #9D2626;
}

#conts .special .spConts a.contBox:hover span.imgTxt {
  background: url(/img/index/txt_spf01_ov.png) no-repeat 0 0;
}

#conts .special .spConts a.contBox:hover span.imgTxt img {
  visibility: hidden;
}

#conts .special .spConts a.contBox.second {
  float: right;
}

#conts .special .spConts a.contBox .ttlBox {
  display: block;
  padding: 24px 70px 24px 40px;
  background: #FFF url(/img/index/arrow_spf01.png) no-repeat 409px center;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 138px!important;
}

#conts .special .spConts a.contBox .ttlBox .subTtl {
  display: block;
  margin-bottom: 14px;
  color: #CC881E;
}


#conts .special .spConts a.contBox .ttlBox .mainTtl {
  display: block;
  font-size: 1.2em;
  line-height: 1.6;
}

#conts .special .spConts a.contBox:hover .ttlBox .subTtl {
  color: #CC881E;
}

#conts .special .spConts a.contBox:hover .ttlBox .mainTtl {
  color: #003366;
  text-decoration: underline;
}

/*固定企業ページ*/
#conts .special .spConts .contBox02 {
  width: 470px;
  float: right;
}

#conts .special .spConts .contBox02 a {
  height: 378px!important;
  background: #FFF;
  border: 1px solid #E6E6E6;
  position: relative;
  display: block;
  color: #111;
  text-decoration: none;
}

#conts .special .spConts .contBox02 a:hover:after {
  width: 464px;
  height: 99%;
  border: 2px solid #222;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

#conts .special .spConts .contBox02 a:hover .name {
  text-decoration: underline;
}

#conts .special .spConts .contBox02 a:hover .btn {
  background: #000;
  border-color: #000;
  color: #FFF;
}

#conts .special .spConts .contBox02 a:hover .btn .icon {
  background-image: url(/img/common/icon/icon_arrow04.png);
}

#conts .special .spConts .contBox02 .name {
  width: 470px;
  height: 99px;
  padding: 0 40px;
  border-bottom: 1px solid #E6E6E6;
  display: table-cell;
  color: #036;
  font-size: 1.2857em;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
}

#conts .special .spConts .contBox02 .inner {
  padding: 40px 38px;
  width: auto;
}

#conts .special .spConts .contBox02 .inner .logo {
  margin: 0 0 20px 35px;
  float: right;
}

#conts .special .spConts .contBox02 .inner p {
  margin-bottom: 30px;
  height: 126px!important;
}

#conts .special .spConts .contBox02 .inner .btn {
  margin: auto;
  width: 160px;
  padding: 5px 0;
  border: 1px solid #222;
  display: block;
  font-size: 1.142em;
  text-align: center;
}

#conts .special .spConts .contBox02 .inner .btn .icon {
  padding-right: 17px;
  background: url(/img/common/icon/icon_arrow01.png) no-repeat right center;
}

#conts .special .spConts .dummyBox {
  display: table;
  width: 470px;
  height: 380px;
  background: #FFF;
  float: right;
}

#conts .special .spConts .dummyBox .inBox {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

#conts .special .spConts .dummyBox .inBox img {
  display: inline-block;
}

/* 自動車業界調査レポート */
#conts #artNews {
  padding-bottom: 160px;
}

#artNews .artNewsList {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

#artNews .artNewsList .cel {
  width: 300px;
  border: 1px solid #111;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  box-sizing: border-box;
}

#artNews .artNewsList .cel .new {
  padding: 25px 0 0;
  width: 90px;
  background-color: #8C0000;
  display: block;
  position: absolute;
  right: -40px;
  top: -15px;
  z-index: 1;
  transform: rotate(45deg);
  color: #FFF;
  font-size: 1.1rem;
  text-align: center;
  box-sizing: border-box;
}

#artNews .artNewsList .cel:hover {
  opacity: 0.7;
}

#artNews .artNewsList .imgBox {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
}

#artNews .artNewsList .imgBox img {
  margin: auto;
  width: auto;
  height: 200px;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: -100%;
}

#artNews .artNewsList .txtBox {
  padding: 20px 50px 20px 20px;
  position: relative;
}

#artNews .artNewsList .txtBox::after {
  margin: auto 0;
  width: 16px;
  height: 16px;
  background: url(/img/common/icon/icon_arrow09.png) no-repeat center;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  content: "";
}

#artNews .artNewsList .txtBox .ttl {
  margin-bottom: 10px;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

#artNews .artNewsList .cel:hover .txtBox .ttl {
  color: #036;
  text-decoration: underline;
}

#artNews .artNewsList .txtBox .date {
  color: #555;
  font-size: 1.4rem;
}

#artNews .bn {
  margin: 0 auto;
  width: 700px;
  display: block;
}

#artNews .bn:hover {
  opacity: 0.7;
}

#main #conts .announsment {
  box-sizing: border-box;
  margin: 80px auto 120px;
  padding: 30px;
  width: 960px;
  background: #FFF;
  border: 1px solid #e6e6e6;
  clear: both;
  font-size: 1.142em;
  text-align: center;
}

#main #conts .announsment .txt:not(:last-child) {
  margin-bottom: 30px;
}

#main #conts .announsment .ttl {
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 1.5;
}

#main #conts .announsment a:hover {
  text-decoration: none;
}

/*TVCM*/
#main #conts > .movie {
  padding-top: 120px;
  padding-bottom: 120px;
}

#conts .movie .leadTxt {
  margin-bottom: 35px;
  font-size: 1.142em;
  text-align: center;
}

#main #conts .interviewBox {
  margin-bottom: 40px;
  background: #FFF;
  border: 1px solid #8C0000;
}

#main #conts .interviewBox.disnon {
  display: none;
}

#main #conts .interviewBox .movie,
#main #conts .interviewBox .detail {
  display: table-cell;
}

#main #conts .interviewBox .movie {
  width: 600px;
  background: #000;
  vertical-align: middle;
  position: relative;
}

#main #conts .interviewBox .movie video {
  width: 600px;
  height: auto;
  background: #FFF;
  position: relative;
  display: block;
}

#main #conts .interviewBox .movie video:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

#main #conts .interviewBox .movie .playBtn {
  background: none;
  position: absolute;
  top: 214px;
  left: 238px;
  display: none \9;
}

#main #conts .interviewBox .movie .ie8 {
  margin-bottom: 15px;
  display: none;
  display: block \9;
  color: #FFF;
  text-align: center;
}

#main #conts .interviewBox .detail {
  padding: 98px 59px;
  width: 240px;
  position: relative;
  vertical-align: top;
}

#main #conts .interviewBox .detail .ttl {
  margin-bottom: 60px;
}

#main #conts .interviewBox .detail .ttl .sub {
  margin-bottom: 20px;
  padding-left: 6px;
  display: block;
}

#main #conts .interviewBox .detail .num {
  position: absolute;
  top: 0;
  left: 14px;
}

#main #conts .interviewBox .detail .mvTtl {
  margin-bottom: 5px;
  color: #CC891E;
  font-weight: bold;
}

#main #conts .interviewBox .detail .playTime {
  margin-bottom: 30px;
}

#main #conts .interviewBox .detail .playTime dt,
#main #conts .interviewBox .detail .playTime dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}

#main #conts .interviewBox .detail .playTime dt {
  width: 80px;
}

#main #conts .interviewBox .detail .playTime dt span {
  padding: 2px 0 0;
  background: #F7F6F3;
  border: 1px solid #E6E6E6;
  display: block;
  color: #444;
  text-align: center;
  line-height: 1.2;
}

#main #conts .interviewBox .detail .playTime dd {
  padding-left: 10px;
  color: #444;
}

#main #conts .interviewBox .detail .orangeBtn {
  display: none \9;
  font-size: 1.142em;
}

#main #conts .interviewBox .detail .orangeBtn .play,
#main #conts .interviewBox .detail .orangeBtn .pause {
  padding: 6px 0;
  background: #000;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#main #conts .interviewBox .detail .orangeBtn .play:hover,
#main #conts .interviewBox .detail .orangeBtn .pause:hover {
  background: #8C0000;
}

#main #conts .interviewBox .detail .orangeBtn .play .icon,
#main #conts .interviewBox .detail .orangeBtn .pause .icon {
  padding-right: 17px;
  background: url(/img/common/icon/icon_arrow04.png) no-repeat right 6px;
}

#main #conts .interviewBox .detail .orangeBtn .pause {
  display: none;
}

#main #conts .movie .interviewBox .movie .playBtn {
  top: 186px;
}

body:not(:target) #main #conts .movie .interviewBox .detail .orangeBtn {
  display: block;
  cursor: pointer;
}

body:not(:target) #main #conts .movie .interviewBox .movie .playBtn {
  display: block;
  cursor: pointer;
}

body:not(:target) #main #conts .movie .interviewBox .movie .ie8 {
  display: none;
}

@-moz-document url-prefix() {
  body:not(:target) #main #conts .movie .interviewBox .movie .playBtn {
    display: none;
  }
}

@-moz-document url-prefix() {
  body:not(:target) #main #conts .movie .interviewBox .movie video:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

