 @charset "utf-8";
/* IMPORT RESET */
@import url("reset.css");
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* IMPORT 12 COLUMN RESPONSIVE GS */
/*@import url("responsive.gs.24col.css");*/

html{ font-size: 62.5% } /*初期値16pxの62.5%でルートが10px*/
body{
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size: 14px;
	font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
	body{
	font-size: 14px;
	font-size: 1.4rem;
	}
}
img{
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
a{color: #000;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}

/*	GNAV PC STYLES */
.inner {
	width: 960px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	background: #FFF;
	top: -100px;
	position: absolute;
	width: 100%;
	max-height: 80px;
	margin: 100px auto 0;
	padding: 10px 0 20px;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #333;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
	font-size: 3.6rem;
}
#top-head .language{
	text-align: right;
	padding: 0 22px 0 0;
}
#top-head .language li{
	display: inline;
	padding: 0 10px 0 0;
}
#top-head .language li a{
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: none;
}
#top-head .language li a:hover{
	text-decoration: underline;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	font-size: 1.4rem;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 20px;
	color: #333;
	font-weight: bold;
	-webkit-transition: all linear .5s;
	   -moz-transition: all linear .5s;
	    -ms-transition: all linear .5s;
	     -o-transition: all linear .5s;
	        transition: all linear .5s;
}
#global-nav ul li a:hover {
	color: #089002;
}

#global-nav ul li.dd span,
#global-nav ul li.dd > a {
	padding: 0 30px;
	color: #333;
	font-weight: bold;
	display: inline-block;
	line-height: 15px;
}
#global-nav ul li.dd > a:hover {
	color: #089002;
}
#global-nav ul li.dd {
	position: relative;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#global-nav ul li.dd ul.child {
	position: absolute;
	top: 5px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
}
#global-nav ul li.dd:hover ul.child {
	top: 15px;
	visibility: visible;
	opacity: 1;
}
#global-nav ul li.dd ul.child li{
	border-bottom: 1px solid #CCC;
}
#global-nav ul li.dd ul.child li a,
#top-head.fixed #global-nav ul li.dd ul.child li a{
	background: #FFF;
	opacity: 0.9;
	display: block;
	width: 135px;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem;
	z-index: 99999;
}
#global-nav ul li.dd ul.child li a:hover,
#top-head.fixed #global-nav ul li.dd ul.child li a:hover{
	background: #DDD;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 70px;
	background: #DDD;
	background: rgba(255,255,255,0.9);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	opacity: 1;
}
#top-head.fixed .logo {
	font-size: 24px;
	font-size: 2.4rem;
	color: #333;
}
#top-head.fixed #global-nav ul li > a {
	color: #333;
	padding: 0 20px;
}
#top-head.fixed #global-nav ul li a:hover {
	color: #089002;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 8px;
}
#nav-toggle span:nth-child(3) {
	top: 16px;
}
#nav-toggle strong {
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem;
	position: absolute;
	top: 26px;
	color: #333;
}

/* GNAV SP */
@media screen and (max-width: 959px) {
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 60px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
		font-size: 2.6rem;
	}
	#top-head.fixed .logo img,
	#top-head .logo img{
		height: 24px;
		width: auto;
	}
	#top-head .language{
		padding: 10px 0 0;
		position: relative;
		z-index: 99999;
		background: #FFF;
	}
	#top-head .language,
	#top-head .language li,
	#top-head .language li a{
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#top-head #global-nav ul li > a,
	#top-head.fixed #global-nav ul li > a,
	#top-head #global-nav ul li.dd span,
	#top-head.fixed #global-nav ul li.dd span,
	#top-head #global-nav ul li.dd > a,
	#top-head.fixed #global-nav ul li.dd > a{
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 10px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#top-head #global-nav ul li.dd ul.child,
	#top-head.fixed #global-nav ul li.dd ul.child{
		display: block;
		position: static;
		visibility: visible;
		top: 0;
		opacity: 1;
	}
	#top-head #global-nav ul li.dd ul.child li{
		border-bottom: 1px solid #333;
	}
	#top-head #global-nav ul li.dd ul.child li a,
	#top-head.fixed #global-nav ul li.dd ul.child li a{
		width: 100%;
		color: #FFF;
		background: #666;
		opacity: 1;
		padding: 10px 10px 10px 35px;
		text-align: left;
		font-size: 12px;
		font-size: 1.2rem;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		/*-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);*/
		-moz-transform: translateY(580px);
		-webkit-transform: translateY(580px);
		transform: translateY(580px);
	}
}

/* slider */
.slider{
	margin: 80px 0 50px;
}
.slider .slide_selector img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 959px) {
	.slider{
		margin: 80px 0 30px;
	}
}

/* pagetop */
#pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}
#pagetop a {
  display: block;
  background-color: #CCC;
  text-align: center;
  color: #222;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  opacity: .8;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
}
#pagetop a:hover {
  display: block;
  background-color: #222;
  text-align: center;
  color: #FFF;
  text-decoration: none;
}

/* breadcrumb */
.cd-breadcrumb{
	text-align: left;
	width: 960px;
	display: block;
	margin: 0 auto 20px;
}
.cd-breadcrumb li{
	display: inline;
}
.cd-breadcrumb li a,
.cd-breadcrumb li em{
	font-size: 12px;
	font-size: 1.2rem;
	color: #999;
	font-weight: bold;
}
.cd-breadcrumb li a:hover{
	text-decoration: none;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
	display: inline-block;
	content: '\00bb';
	margin: 0 0 0 .5em;
	color: #959fa5;
}
.cd-breadcrumb li.current::after{
	content: none;
}
.cd-breadcrumb li.current em{
	/*color: #96C03D;*/
	color: #000;
}
@media screen and (max-width: 959px) {
	.cd-breadcrumb{
		width: 100%;
		padding: 0 10px;
		margin: 0 0 5px;
	}
}

/* contents */
.container{
	width: 960px;
	margin: 0 auto;
}
.contents section{
	margin-bottom: 80px;
}
.sectTitle{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
	font-weight: bold;
}
.contImg{
	display: block;
	width: 100%;
	height: auto;
}
.topics ul{
	display: block;
	max-height: 230px;
	overflow: auto;
}
.topics ul li{
	display: block;
	border-bottom: 1px dotted #DDD;
	padding: 0 0 10px 5px;
	margin: 0 0 10px 0;
}
.topics ul li a{
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	display: inline-block;
	text-indent: -7.0em;
	padding: 0 0 0 7.0em;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}
.topics ul li span{
	margin-right: 1.0em;
}
.topics ul li a:hover{
	text-decoration: underline;
	color: #089002;
}
.contLink ul{
	margin: 0 -40px;
}
.contLink ul li{
	padding: 0 40px;
	margin: 0 0 60px;
}
.contTitle{
	font-weight: bold;
	border-left: 4px solid #089002;
	padding-left: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.contImg{
	margin: 0 0 15px;
	border: 1px solid #DDD;
}
.contText{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 15px;
	line-height: 1.8;
}
.btn{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #999;
	background: #999;
	color: #FFF;
	-webkit-transition: all linear .5s;
	   -moz-transition: all linear .5s;
	    -ms-transition: all linear .5s;
	     -o-transition: all linear .5s;
	        transition: all linear .5s;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
.btn:hover{
	background: #FFF;
	color: #000;
}
.btn .fa{
	margin-left: 5px;
}


@media screen and (max-width: 959px) {
	.container{
		width: 100%;
		margin: 0;
	}
	.contents section{
		margin-bottom: 50px;
	}
	.contents{
		padding: 10px;
	}
	.sectTitle{
		font-size: 16px;
		font-size: 1.6rem;
		margin: 0 0 10px;
	}
	.topics ul li{
	}
	.topics ul span{
		/*display: block;*/
	}
	.topics ul li a{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.contLink .col{
		margin: 0 0 50px;
	}
	.contLink .col:last-child{
		margin: 0;
	}
	.contTitle{
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.contLink ul{
		margin: 0;
	}
	.contLink ul li{
		padding: 0 10px;
	}
	.contImg{
		margin-bottom: 10px;
	}
	.contText{
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 15px;
	}
}

/* google map */
#map{
	width: 100%;
	height: 400px;
}
.gmap{
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
}
.gmap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 959px) {
	.gmap{
		padding-bottom: 75%;
	}
}

/* footer */
footer{
	background: #EEE;
	padding: 40px 0;
}
.copyright small{
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}
.companyInfo{
	margin: 0 0 40px;
}
.companyInfo p span{
	margin-right: 1.0em;
}
.companyInfo h2,.companyInfo p{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: center;
}
.companyInfo h2{
	font-size: 14px;
	font-size: 1.4rem;
}
.ftNav{
	text-align: center;
	margin: 0 0 40px;
}
.ftNav li{
	display: inline;
	padding: 0 10px;
}
.ftNav li a{
	font-size: 12px;
	font-size: 1.2rem;
	color: #000;
	text-decoration: underline;
}
.ftNav li a:hover{
	text-decoration: none;
}
.ftNav li a .fa{
	margin-right: 5px;
}
.copyright small{
	font-size: 12px;
	font-size: 1.2rem;
}
@media screen and (max-width: 959px) {
	.ftNav{
		padding: 10px;
		margin: 0 0 20px;
	}
	.ftNav li{
		display: block;
		text-align: center;
	}
	.ftNav li a{
		display: inline-block;
		line-height: 1.8;
		font-size: 12px;
		font-size: 1.2rem;
		padding: 5px 0;
	}
	.companyInfo{
		padding: 10px;
		margin: 0;
	}
	.companyInfo h2,.companyInfo p{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.companyInfo p span{
		display: block;
		text-align: center;
	}
}


/* main image */
.mainImg{
	margin: 80px 0 0;
}
.mainImg img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 959px) {
	.mainImg{
		margin-top: 80px;
	}
}

.pageTitleWrap{
	background: #EFEFEF;
	padding: 20px 0;
	margin: 0 0 30px;
}
.pageTitleWrap .container{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #333;
}
.pageTitleWrap .container .fa{
	margin-right: 0.3em;
}

.lower{
	line-height: 1.8;
}
.lower .headline{
	font-size: 14px;
	font-size: 1.4rem;
}
.contPart{
	margin-top: 50px;
}
.cmnTitle{
	font-weight: bold;
	margin: 10px 0 15px;
	border-left: 4px solid #089002;
	padding-left: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.cmnTitle span{
	margin: 0 1.0em 0 0;
	color: #666;
}

@media screen and (max-width: 959px) {
	.pageTitleWrap{
		margin: 0 0 20px;
	}
	.pageTitleWrap .container{
		font-size: 20px;
		font-size: 2.0rem;
		padding: 0 10px;
	}
	.contPart{
		margin-top: 0;
	}
	.cmnTitle span{
		display: block;
	}
}

/* company */
.greeting p{
	margin: 0 0 1.0em;
}
.recruitBtn{
	width: 300px;
	margin: 10px 0 0 0;
}
@media screen and (max-width: 959px) {
	.recruitBtn{
		width: 80%;
		margin: 20px auto 0;
	}
}
section table   { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
 
/*----------------------------------------------------
    .rspTable
----------------------------------------------------*/
.rspTable th  { width: 30%; text-align: left; }
.rspTable th,
.rspTable td{
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: top;
}
.rspTable p{
	margin: 0 0 0.8em;
}
.rspTable p:last-child{
	margin-bottom: 0;
}
.rspTable p strong,
.rspTable dl strong{
	font-weight: bold;
}
.rspTable dl{
	margin: 0 0 1.0em;
	display: block;
}
.rspTable dd{
	padding: 0 0 0 1.0em;
}
.rspTable dd:before{
	content: "・";
}
.rspTable dd a{
	text-decoration: underline;
}
.rspTable dd a:hover{
	text-decoration: none;
}
.clientList li{
	font-size: 12px;
	font-size: 1.2rem;
}
.access .gmap{
	padding-bottom: 50%;
}

 
@media only screen and (max-width:959px){
	.rspTable { margin: 0; }
	.rspTable th,
	.rspTable td{
		width: 100%;
		display: block;
		border-top: none;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.rspTable tr:first-child th   { border-top: 1px solid #ddd; }
	.access .gmap{
		padding-bottom: 100%;
	}
}


/* privacy */
.privacyDetail  p{
	font-size: 14px;
	font-size: 1.4rem;
}


/* business */
.businessDetail dd{
	padding: 40px 100px;
}
.businessDetail dd p{
	margin: 0 0 30px 0;
}

.bizInfo dd{
	padding: 0 0 0 100px;
}
.bizInfo dd ul{
	margin: 0 0 20px 0;
}
.bizInfo dd ul li{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0 0 10px 1.0em;
}
.bizInfo dd ul li strong{
	display: block;
	font-weight: bold;
	text-indent: -1.0em;
}
.bizInfo dd ul li a{
	color: #000;
}
.bizInfo dd ul li a:hover{
	text-decoration: none;
}
.bizInfo dd ul li strong:before{
	content: "□";
	margin: 0 3px 0 0;
}
.couponBnr{
	width: 400px;
	background: #F1E5D7;
	padding: 10px;
	margin: 0 0 10px;
}
.couponBnrText{
	border: solid 1px #E5C59F;
	padding: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #414D89;
}
.couponBnrText span{
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	color: #675832;
}
.couponExcuse{
	font-size: 14px;
	font-size: 1.4rem;
}
@media only screen and (max-width:959px){
	.businessDetail dd{
		padding: 0;
		margin: 0 0 30px 0;
	}
	.businessDetail dd p{
		margin: 0 0 20px 0;
	}
	.bizInfo dd{
		padding: 0;
	}
	.couponBnr{
		width: 100%;
	}
	.couponBnrText{
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* contact */
.contactInfo{
	margin: 0 0 30px 0;
}
.contactTitle{
	font-size: 24px;
	font-size: 2.4rem;
}
.contactInfo p{
	font-size: 24px;
	font-size: 2.4rem;
}
.formBtn{
	margin: 0 -20px;
}
.formBtn .col{
	padding: 0 20px;
}
.formBtn .btn{
	padding: 20px 0;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
}

@media only screen and (max-width:959px){
	.headline{
		margin: 0 0 20px;
	}
	.contactTitle{
		font-size: 18px;
		font-size: 1.8rem;
	}
	.contactInfo p{
		font-size: 18px;
		font-size: 1.8rem;
	}
	.formBtn{
		margin: 0;
	}
	.formBtn .col{
		padding: 0;
	}
	.formBtn .col:first-child{
		margin: 0 0 30px;
	}
	.formBtn .btn{
		padding: 10px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
}


/* sitemap */
.sitemapBody .fa{
	margin-right: 10px;
}
.sitemapBody li{
	margin-bottom: 10px;
}
.sitemapBody .childPage{
	padding: 0 0 0 3.0em;
}
.sitemapBody li:nth-of-type(6){
	margin-bottom: 30px;
}
.sitemapBody li a{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.sitemapBody li a:hover{
	text-decoration: none;
}
.sitepolicyBody{
	margin: 0 0 30px 0;
}
.sitepolicyBody dt{
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 5px;
}
.sitepolicyBody dt:before{
	content: "■";
	color: #089002;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: 1px;
}
.sitepolicyBody dd{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 0 0 1.2em;
	margin: 0 0 5px;
}
.sitepolicy p{
	font-size: 14px;
	font-size: 1.4rem;
	text-indent: -1.2rem;
	padding-left: 1.2rem;
}
.sitepolicyAttention li{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 5px;
}
@media only screen and (max-width:959px){
	.sitepolicyAttention li{
		margin: 0 0 10px;
	}
}


/* topics */
.topicsText{
	font-size: 14px;
	font-size: 1.4rem;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.topicsImg{
	width: auto;
	height: 200px;
	float: right;
	margin: 0 0 0 20px;
}
@media only screen and (max-width:959px){
	.topicsImg{
		display: block;
		margin: 0 auto 20px;
		float: none;
		max-width: 100%;
		width: auto;
		height: auto;
		max-height: 200px;
	}
}


.recruitInfo li{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.0;
}
.recruitInfo li .fa{
	display: inline-block;
	width: 1.3em;
}
.recruitInfo li span{
	width: 6em;
	display: inline-block;
}
.tab{overflow:hidden;}
.tab li{
	background:#CCC;
	padding:5px 25px;
	border-right: 1px solid #FFF;
}
.tab li:last-child{
	border: none;
}
.tab li.select{background:#EEE;}
.content li{
	background:#EEE;
	padding:20px;
}
.hide {display:none;}
.content li .rspTable th,
.content li .rspTable td{
	background: #FFF;
}
.expoDetail{
  margin: 5px 0 0;
  padding: 10px;
  border: 1px solid #634b2e;
}
.expoDetail a{
  color: #333;
  text-decoration: none;
}
.expoDetail a:hover{
  text-decoration: underline;
}
.expoDetail p{
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
}
.expoDetail p span:after{
  content: "：";
}
@media only screen and (max-width: 799px) {
  .expoDetail p span{
    display: block;
  }
  .expoDetail p span:after{
    content: none;
  }
  .expoDetail p span:before{
    content: "■";
  }
}

@media only screen and (max-width:959px){
	.recruitInfo li{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2.0;
	}
	.tab li{
		border-right: none;
		border-bottom: 1px solid #FFF;
	}
}
