/*	24 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */


/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(../javascript/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}

a{ 
	text-decoration: none ;
	color: #555555 ;
}


/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
.container { 
	margin: 0 auto; 
}

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after, 
.col:after, 
.clr:after, 
.group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
.row { padding-bottom: 0; }
			
								  
/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float: left;
	width: 100%;
}


#headcontainer {
    padding: 0 0;
    box-sizing: border-box;
}
	
	.chapter .col {
		margin-left: 2%;
	}
	
	.chapter .col:first-child,.chapter .col:nth-child(3n+1) { 
		margin-left: 0; 
	}
	

	/*-------header-----------*/
	.headerInner {
	width:96%;
	margin:0 auto;
	min-height:90px;
	}

	.siteTitle img {
    width: 360px;
    height: auto;
    margin-top: 17px;
}
	
	.breadcrumbs {
			width:88%;
			max-width:950px;
			margin:-27px auto 0;
			font-size:1.2rem;
			background:url(../img/common/icon_pager_home.png) no-repeat left 3px;
			text-indent: 16px;
			z-index:10;
			position:relative;
			display:block;
		}
		
		.breadcrumbs a{
			text-decoration:none;
			color: #09C;
		}
		
	.jbt-globalnavi{
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
			background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
			background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
			background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
			background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
			padding:7px 0;
			border-bottom:1px #cfcfcf solid;
			box-shadow:0 0 2px #b7b7b7;
			width: 100%;
			height:34px;
			display:block;
		}
		.jbt-globalnavi .inner{
			width:960px;
			margin:0 auto;
			position: relative;
		}
	
	/*--------main------------*/
	.asset_inner {
	padding:30px;
	}
	
	/*-------職業図鑑-----------*/
	#jobdic_contents {
	max-width:981px;
	width:100%;
	margin:0 auto;
	}

	.fontNumber {
		font-family: 'Oswald', sans-serif;
		font-weight:400;
	}

	.mq768 {
		display:block;
	}
.mq768l{display:none;}

/*----------------------------------
インデックス
----------------------------------*/

.contents_wrap {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	max-width:924px;
	width:100%;
	padding:3.125% 3.125% 3.125%;
	/*box-shadow: 0px 0px 30px 30px rgba(238,238,238,0.3) inset,16px 16px 12px 8px rgba(180,180,180,0.3);*/
}
.contents_wrap::after {
    content:"";
    display:block;
    clear:both;
}

.bg_jobdic {
	background-image:url(../../img/jobdic/index_dec01.png),url(../../img/jobdic/index_dec04.png);
	background-position:0 3.125%,0 0;
	background-repeat:no-repeat,repeat-y;
}

.contents_wrap_top {
	max-width:924px;
	width:100%;
	background:url(../../img/jobdic/index_dec02.png) no-repeat 0 top;
	height:58px;
	margin-top:4.3%;
}

.contents_wrap_bottom {
	max-width:924px;
	width:100%;
	height:134px;
	background:url(../../img/jobdic/index_dec03.png) no-repeat 0 bottom;
	
}

.contents_wrap h1 {
	text-align:right;
	padding:0 8.7% 3.125% 0;
}

.contents_box {
	width:76%;
	margin-left:15.3%;
	border-top:1px solid #2980B9;
	border-right:1px solid #2980B9;
}
.contents_box::after {
    clear:both;
}
/*------検索----------*/

.index_box {
	background:#2980B9;
	height:471px;
	float:left;
	padding:;
	width:33.3333333%;
}

.index_box h2 {
	font-size:2.1rem;
	padding:12% 6% 8.7%;
	margin:0;
	color:#FFF;
}

.index_box h2:first-letter {
	font-size:4.3rem;
	font-weight:bold;
}

.index_box h3 {
	color:#FFF;
	font-size:2rem;
	line-height:1.1;
	padding:0 0 8.7% 8.7%;
	margin:0;
}

.index_box ul.searchList {
	padding-bottom:8.7%;
	margin-bottom:0;
}

.index_box ul.searchBox {
	margin-bottom:0;
}

.index_box ul.searchList li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color:#FFF;
	display:block;
	font-size:1.4rem;
	min-height:28px;
	line-height:28px;
	text-decoration:none;	
	width:100%;
	vertical-align:middle;
	padding-left:15%;
	background:url(../../img/jobdic/iconList.png) no-repeat 8.7% center;
}

.index_box ul.searchList li a:hover {
	background:url(../../img/jobdic/iconListHover.png),#FFF;
	background-repeat: no-repeat,no-repeat;
	background-position: 8.7% center,left;
	color:#2980B9;
} 

/*-------項目--------*/
.jd_asset {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:33.3333333%;
	background:#FFF;
	float:left;
	height:157px;
	border-left:1px solid #2980B9;
	border-bottom:1px solid #2980B9;
	position:relative;
}

.jd_asset a {
	display:block;
	width:100%;
	height:157px;
	position:relative;
}

.jd_asset a img {
  display:inline-block;
	width:80%;
	position:absolute;
	top:8px;
	left:50%;
	margin-left:-81px;
	z-index:1;
}

.jd_asset_title {
	background-color:rgba(0,0,0,0.6);
	color:#FFF;
	display:block;
	font-size:1.4rem;
	font-weight:bold;
	line-height:30px;
	width:100%;
	height:30px;
	text-align:center;
	position:absolute;
	bottom:0;
	z-index:3;
}

.jd_asset a:hover .jd_asset_title{
	background-color:rgba(231,76,60,0.8);
}

.number {
	color:#2980B9;
	font-size:3.2rem;
	position:absolute;
	line-height:2.2rem;
	top:-3px;
	left:8px;
	z-index:3;
}

.jd_asset a:hover .number {
	color:#E74C3C;
}

.small15 {
	font-size:1.2rem;
}

.jd_asset h2 {
	margin:0;
}

.jd_asset a:hover .jd_asset_title{
	background-color:rgba(231,76,60,0.8);
}

 



/*----------------------------------
下層
----------------------------------*/
.contents_wrap_lower {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-image:url(../../img/jobdic/lower_dec02.png);
	background-position:0 0;
	background-repeat:repeat-y;
	max-width:981px;
	width:100%;
	padding:0;
	display:block;
	clear: both;
	/*box-shadow: 0px 0px 30px 30px rgba(238,238,238,0.3) inset,16px 16px 12px 8px rgba(180,180,180,0.3);*/
}
.contents_wrap_lower::after{
    display:block;
    content: "";
    clear: both;
}

.contents_wrap_lowertop {
	max-width:981px;
	width:100%;
	background:url(../../img/jobdic/lower_dec01.png) no-repeat 0 top;
	height:58px;
}

.contents_wrap_lowerbottom {
	max-width:981px;
	width:100%;
	height:61px;
	background:url(../../img/jobdic/lower_dec03.png) no-repeat 0 bottom;
	margin-bottom:4.3%;
}


/*------タブ----------*/
.tabBox {
	position:relative;
	width:76%;
	height:40px;
	margin-left:22.6%;
	margin-top:4.3%;
}

.tab {
	position:absolute;
	bottom: -40px;
	width:100%;
}

.tab li {
	padding:0.8% 0.4% 0.8% 0.4%;
	text-align:center;
	display:inline-block;
	margin-left:1%;
	box-shadow: 0px 0px 1px 1px rgba(180,180,180,0.6);
}

.tab li:first-child {
	margin-left:0;
}

.tab li a {
	color:#fff;
	text-decoration:none;
}

.tabtop {
	background:#2980B9;
	width:12%;
}
.tabNormal {
	background:#3498DB;
	color: #ffffff;
}
.tabActive {
	/*position:absolute;
	top:6px;*/
}

/*------検索----------*/

.index_box_lower {
	background: #2980B9;
	float:left;
	width: 209px;
	margin-left: 8px;
	height: 1428px;
	box-sizing:border-box;
}

.index_box_lower header {
	text-align:center;
}
	.index_box_lower>ul{
		margin-left: 0;
		padding-left: 0;
	}
	
	.index_box_lower li{
		list-style: none;
	}

.index_box_lower h2.border {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:90%;
	margin-top:3.125%;
	margin-bottom:3.125%;
	margin-left:7%;
	font-size:1.6rem;
	padding:3.125%;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	color: #fff;
}

.index_box_lower h3 {
	font-size:1.4rem;
	padding:0 0 3.125% 8%;
	color: #fff;
}

.index_box_lower ul.searchList {
	padding-bottom:8.7%;
}

.index_box_lower ul.searchList li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color:#FFF;
	display:block;
	font-size:1.2rem;
	min-height:28px;
	line-height:28px;
	letter-spacing:0rem;
	text-decoration:none;	
	width:100%;
	vertical-align:middle;
	padding-left:15%;
	background:url(../../img/jobdic/iconList.png) no-repeat 8.7% center;
}

.index_box_lower ul.searchList li a:hover {
	background:url(../../img/jobdic/iconListHover.png),#FFF;
	background-repeat: no-repeat,no-repeat;
	background-position: 8.7% center,left;
	color:#2980B9;
}

.asset_lower {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	/*width:76%;*/
	width:calc(100% - 217px);
	float:left;
	position:relative;
	/*border-right: 2px solid #2980B9;*/

}

header.assetHeader {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:none;
	width:100%;
	text-align:left;
	margin-top: 30px;
}

.number_lower {
	color:#E74C3C;
	font-size:5.5rem;
}

/*.small15_lower {
	display:block;
	background:#E74C3C;
	font-size:1.4rem;
	padding:0.4%;
	color:#FFF;
	width:50px;
	height:23px;
	line-height:23px;
	text-align:center;
	float:left;
}*/

.asset_lower h1 {
	font-size:4rem;
	color:#555555;
	text-align:left;
	padding-top:4%;
	padding-left:2%;
	padding-bottom:4%;
	width:90%;
	margin:0 auto;
	line-height:5rem;
	box-sizing:border-box;
}

.bdb {
	border-bottom:2px solid #2980B9;
}

.asset_lower h1,.asset_lower h2 {
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}


.ruby {
	text-align:left;
	font-size:1.4rem;
	display:block;
	line-height:2.4rem;
}

/*
.asset_lower section {
	width:90%;
	margin:0 auto;
	padding:3.125% 0 6.25%;
	border-bottom:2px solid #2980B9;
}*/

.asset_lower section {
	width:90%;
	margin:0 auto;
	padding:3.125% 0 6.25%;
	/*border-bottom:2px solid #2980B9;*/
}


/*------アーカイブ----------*/
.asset_lower .archiveTitle {
	border-left:5px solid #2980B9;
	padding:2% 1% 2%;
	margin:3.125% auto 0;
	width:86%;
}

.asset_lower h2.archive {
	font-size:3.5rem;
	color:#E74C3C;
	background:none;
	margin:0;
	text-align:left;
	position:static;
	line-height:4.8rem;
}

.asset_lower h2.archive:after {
	display:none;
}

.asset_lower p.caption {
	border-left:5px solid #2980B9;
	padding:1%;
	margin:6.25% auto 0;
	width:86%;
}

.illustratorName{
	float:right ;
	margin: 5px 50px 5px 5px ;
}

.archiveList {
  margin: 3.125% auto;
  width: 90%;
}

.asset_lower>header+section+section>.archiveList{
  margin: 3.125% auto;
  width: 90%;
}

.groupLink-body .archiveList {
  margin: 3.125% auto;
  width: 90%;
}

.archiveLink_cs {
	font-size: 3rem ;
	line-height: 3.4rem;
	vertical-align:middle ;
	color: #ccc;
	font-weight: bold;
	width: 100% ;
	text-align: center ;
}

.archiveLink_cs:after {content:" ...";}

.archiveList li {
	/*height:49px;*/
	border-bottom:1px solid #AAAAAA;
	width:100%;
	list-style: none;
}

.archiveList li a {
	display:table;
	font-size:1.6rem;
	width:98%;
	height:49px;
	background:url(../../img/jobdic/iconLink_red.png) no-repeat right center;
	background-size:8px;

}

.archiveList li a:hover {
	color:#F1C40F;
	font-weight:300;
	background:url(../../img/jobdic/iconLink_yellow.png) no-repeat right center;
	background-size:8px;
}

.archiveLink {
	display:table-cell;
	text-align:left;
	vertical-align:middle;
	width:70%;
	line-height:1.4rem;
	padding-right:16px;
}


.archiveNumber {
	font-size:2.4rem;
	line-height:12px;
	color:#E74C3C;
	display:table-cell;
	vertical-align:middle;
	width: 16%;
}


/*--------詳細ページ------------*/
.asset_lower h2.single {
	font-size:3rem;
	color:#E74C3C;
	border-left:5px solid #2980B9;
	padding:1%;
	letter-spacing:-1%;
	margin:3.125% auto 3.125%;
	line-height:3.4rem;
	width:86%;
}

.asset_lower h2.recommend {
	color:#E74C3C;
	font-size:3rem;
	text-align:center;
	line-height:3.4rem;

}

.text {
	width:86%;
	padding:3.125% 0 3.125;
	margin:0 auto;
	line-height:2.4rem;
}

.info {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:url(../../img/jobdic/infoBg.png) repeat-y 0 0 ;
	background-color:#DDDDDD;
	display:table;
	border-collapse:separate;
	border-spacing:8px 0;
	padding:0 8% 0;
	width:96%;
	margin:0;
}

.infoBox {
	display:table-cell;
	box-sizing:border-box;
	text-align:center;
	width:30%;
	padding:3.125% 0 3.125%;
	border-right:1px solid #AAA;
}

.infoBox p {
	/*font-size:1.4rem;*/
	font-size:1.8rem;
	font-weight:bold;
	color:#FFF;
	margin-top:2%;
}
.info {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:none;
	background-color:#FFF;
	display:table;
	border-collapse:collapse;
	border-spacing:0 0;
	padding:0;
  width: 94%;
margin: 4% 2%;
}


.salary, .condition, .time {
	background:none;
}

.salary p, .salary span {
	color:#EFAB11;
}

.condition p, .condition span {
	color:#3498DB;
}

.time {
	width: 38%;
	border-right:none;
}
.time p, .time span {
	color:#1ABC9C;
}


.balloon {
	display:block;
	margin:0 auto 6.25%;
	background:#FFF;
	width:80%;
	font-size:1.6rem;
	font-weight:bold;
	padding:1% 0 1%;
	position:relative;
}

.balloon:after {
	content:'';
	position:absolute;
	border-top: 10px solid #FFF;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 42%;
	z-index:97;
}

.groupLink-title {
	position:relative;
	height: 63.9px;
	width:86%;
	margin:6.25% auto 0;
	text-align:center;
}

	.groupLink-title a{
	width: 100%;
	height: 59.9px;
	position: absolute;
	top: 0;
	left: 0;
	}	
	
/*.groupLink-title span.text {
	border-top:2px solid #E74C3C;
	border-left:2px solid #E74C3C;
	border-bottom:2px solid #E74C3C;
	border-right:2px solid #E74C3C;
	padding:1% 0 1% 2%;
	color:#E74C3C;
	font-weight:bold;
	background-image:url(../img/jobdic/iconLink_white_vl.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	background-position:110% center;
}*/

.groupLink-title span.arrow {
	background-image:url(../../img/jobdic/iconLink_white_vl.png);
	background-repeat:no-repeat;
	background-color:#E74C3C;
	background-position:center center;
	background-size:12px auto;
	padding:1% 1.5% 1%;
	margin-left:2%;
	text-indent:-9999px;
}

.active span.arrow {
	background-image:url(../../img/jobdic/iconLink_white_vu.png);
	background-repeat:no-repeat;
	background-color:#E74C3C;
	background-position:center center;
	background-size:12px auto;
	padding:1% 1.5% 1%;
	margin-left:2%;
	text-indent:-9999px;
}

section:has(.recommendImg) {
    position:relative;
}
.recommendImg {
	background:url(../../img/jobdic/recommendFrame.png) no-repeat center center;
	width:156px;
	height:156px;
	text-align:center;
	position:absolute;
	top:-15px;
	
}

.recommendImg img {
	padding-top:8px;
	width: 140px;
 	border-radius: 140px;
 	-webkit-border-radius: 140px;
 	-moz-border-radius: 140px;
}

.recommendList {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	margin:60px auto 0;
	display:grid;
}

.recommendList li {
    box-sizing:border-box;
	width:95%;
	padding-left:38px;
	border-left:3px solid #E74C3C;
	position:relative;
	margin-bottom:2%;
}

/*.recommendList li:nth-child(even) {
	margin-left:2%;
}*/

.recommendList li a {
	display:block;
	background-image:url(../../img/jobdic/iconLink_red.png);
	background-color:#EEEEEE;
	background-size:12px;
	background-position:96% center;
	background-repeat:no-repeat;
}

.recommendList li a:hover {
	background-image:url(../../img/jobdic/iconLink_white.png);
	background-color:#F1C40F;
}

.recommendNumber {
    height:38px;
    width:38px;
	color:#E74C3C;
	font-weight:bold;
	font-size:1.6rem;
	line-height:1.6rem;
	position:absolute;
	top:0;
	left:1%;
}

/*.recLinkImg {
	width:25%;
	vertical-align:middle;
}*/

.recLinkImg {
    width: 26%;
    display:inline-block;
    vertical-align: middle;
}

/*.recommendLink {
	width:70%;
	font-size:1.4rem;
	padding-left:2%;
}*/


.recommendLink {
    width: 72%;
    padding-left:5px;
    font-size: 1.6rem;
    display:inline-block;
}


.asset_lower .selectTitle {
    line-height: 1.6rem;
    position: relative;
    padding-top: 4.8%;
    width: 90%;
    vertical-align: middle;
    height: 160px;
}

.imgSkill {
	position:absolute;
	bottom:0;
	left:8px;
}

.imgSkill img {
	width:100%;
}

.skillLead {
	background:url(../../img/jobdic/imgSkillLead.png) no-repeat left center;
	color:#FFF;
	width:127px;
	text-indent:-9999px;
	padding:1% 2% 1%;
	position:absolute;
	top:4px;
	left:27%;
}

.skill {
	color:#EFAF11;
}

.imgCondition {
	position: absolute;
	bottom: 0px;
	left: 8px;
}

.imgSelectCondition {
	position:absolute;
	bottom:0;
	left:8px;
}

.imgSelectCondition img {
	width:100%;
}


.selectConditionLead{
  background: url(../../img/jobdic/imgConditionLead.png) no-repeat left center;
  color: #FFF;
  width: 127px;
  text-indent: -9999px;
  padding: 1% 2% 1%;
  position: absolute;
  top: 4px;
  left: 27%;
}

.selectCondition {
	color:#1ABC9C;
}


.titleText {
	font-size:4rem;
	width:74%;
	line-height:4rem;
	margin-left:26%;
	/*position:static;*/
	border-top:none;
	border-bottom:none;
}

.titleText_skill,.titleText_condition {
	background:none;
}

.titleText b {
    height: 80px;
    display: block;
    vertical-align: middle;
    padding: auto 0;
    margin: auto 0;
}


.selectList {
	display:table;
	width:96%;
	margin:0 auto;
	background:url(../../img/jobdic/iconLink_red.png) no-repeat 98% center;
	background-size:12px;
	padding:0;
	border-bottom: 1px solid #AAA;
}

.selectList:hover {
	display:table;
	width:96%;
	margin:0 auto;
	background:url(../../img/jobdic/iconLink_red.png) no-repeat 98% center;
	background-size:12px;
	padding:0;
	border-bottom: 1px solid #E74C3C;
}

.selectImg,.selectNumber,.selectLink {
	display:table-cell;
	vertical-align:middle;
}

.selectImg{
	width:14%;
	border:2px solid #FFF;
	/* padding:1%; */
}

.selectImg img {
	width:100%;
}

/*
.selectNumber {
	width:12%;
}
.selectNumber {
	padding:0 2% 0;
	color:#E74C3C;
	font-weight:bold;
	font-size:2rem;
}*/

.selectNumber {
	width:14%;
}

.selectNumber {
    padding: 0px 0px 0px 2%;
	color:#E74C3C;
	font-weight:bold;
	font-size:2rem;
}

.selectNumber,.selectLink {
	/*border-bottom:1px solid #555555;*/
}

/*.selectLink {
	font-size:1.6rem;
	padding:0 3.125% 0;
}
*/

.selectLink {
	font-size:1.6rem;
	padding:0 2% 0;
}

.selectList:hover .selectImg{
	border:2px solid #E74C3C;
}

.selectList:hover .selectLink {
	font-weight:bold;
	color:#E74C3C;
}
	



.groupLink-title:hover {
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: 350px center;
	padding:15px;
	font-size:14px;	
	margin: 22px auto 18px ;
}

/*.groupLink-title span.text {
  border-top: 2px solid #E74C3C;
  border-left: 2px solid #E74C3C;
  border-bottom: 2px solid #E74C3C;
  border-right: 2px solid #E74C3C;
  padding: 4% 3% 4% 5%;
  color: #E74C3C;
  font-weight: bold;
  background-image: url(../img/jobdic/iconLink_white_vl.png);
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: 110% center;
}*/
	
.groupLink-body .archiveList span.txt{
	color: #E74C3C;
	  font-weight: bold;
	}

.groupLink-body{
	display:block;
	font-size:14px;
	line-height:140%;
	margin:0;
	background: #ededed ;
	padding: 10px 20px ;
	position:relative ;
}


.groupLink-title.active{
}
.groupLink-title.over {
}

/*.groupLink-body:before {
	content: '';
	position: absolute;
	border-bottom: 10px solid #ededed;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
	top: -10px;
	left: 50%;
	z-index: 97;
}*/

.archiveList li:hover{
  height: 49px;
  border-bottom: 1px solid #E74C3C;
  width: 100%;
}

.archiveLink:hover {
  display: table-cell;
  color:  #E74C3C ;
  text-align: left;
  font-weight:900 ;
  vertical-align: middle;
  width: 70%;
  line-height: 1.4rem;
  padding-right: 16px;
}



	
	/*--------footer------------*/
	div.text {
		display:block;
	}
	
		.contentsSpace_inner div {
			border-bottom:1px dotted #cfcfcf;
			font-size:1.4rem;
			padding:1em 0 1em;
			}
	
	
}


/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */


	.span_1 { width: 4.16666666667%; }
    .span_2 { width: 8.33333333333%; }
    .span_3 { width:12.5%; }
    .span_4 { width: 16.6666666667%; }
    .span_5 { width: 20.8333333333%; }
    .span_6 { width: 25%; }
    .span_7 { width: 29.1666666667%; }
    .span_8 { width: 32%/*33.3333333333%*/; }
    .span_9 { width: 37.5%; }
    .span_10 { width: 41.6666666667%; }
    .span_11 { width: 45.8333333333%; }
    .span_12 { width: 50%; }
    .span_13 { width: 54.1666666667%; }
    .span_14 { width: 58.3333333333%; }
    .span_15 { width: 62.5%; }
    .span_16 { width: 66.6666666667%; }
    .span_17 { width: 70.8333333333%; }
    .span_18 { width: 75%; }
    .span_19 { width: 79.1666666667%; }
    .span_20 { width: 83.3333333333%; }
    .span_21 { width: 87.5%; }
    .span_22 { width: 91.6666666667%; }
    .span_23 { width: 95.8333333333%; }
    .span_24 { width: 100%; }
    
    .gutters .span_1 { width: 2.25%; }
	.gutters .span_2 { width: 6.5%; }
	.gutters .span_3 { width: 10.75%; }
	.gutters .span_4 { width: 15.0%; }
	.gutters .span_5 { width: 19.25%; }
	.gutters .span_6 { width: 23.5%; }
	.gutters .span_7 { width: 27.75%; }
	.gutters .span_8 { width: 32.0%; }
	.gutters .span_9 { width: 36.25%; }
	.gutters .span_10 { width: 40.5%; }
	.gutters .span_11 { width: 44.75%; }
	.gutters .span_12 { width: 49.0%; }
	.gutters .span_13 { width: 53.25%; }
	.gutters .span_14 { width: 57.5%; }
	.gutters .span_15 { width: 61.75%; }
	.gutters .span_16 { width: 66.0%; }
	.gutters .span_17 { width: 70.25%; }
	.gutters .span_18 { width: 74.5%; }
	.gutters .span_19 { width: 78.75%; }
	.gutters .span_20 { width: 83.0%; }
	.gutters .span_21 { width: 87.25%; }
	.gutters .span_22 { width: 91.5%; }
	.gutters .span_23 { width: 95.75%; }
	.gutters .span_24 { width: 100%; }


.jobUrl{
  width: 230px;
/*  position:fixed ;*/
  bottom: 100px;
  right: 0 ;
  z-index: 1;
  font-size: 12px;
  line-height: 18px;
  background:#3498DB;
  padding: 5px 10px ;
  box-shadow: #F1F1F1 5px ;
}
.jobUrl:hover{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.jobUrl a{
  color:#fff ;
  display:block ;
  width:100%;
  height:100% ;
  }
  .jobUrl:hover{
  background:#eee;
  border-top: 1px solid #3498DB;
  border-left: 1px solid #3498DB;
  border-bottom: 1px solid #3498DB;
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  /*position:fixed ;*/
  bottom: 97px;
  right: 0 ;
}

  .jobUrl a strong{
  display:block ;
  font-size: 14px;
  font-weight: 600px ;
  color:#fff ;
  width:100%;
  height:100% ;
  margin: 5px ;
  }
  
  .jobUrl a span{
  font-size: 12px;
  color:#fff ;
  width:100%;
  height:100% ;
  }
.jobUrl:hover a{
  color:#555 ;
  } 
   .jobUrl:hover a strong{
  color:#555 ;
  } 
    .jobUrl:hover a span{
  color:#555 ;
  } 
  
@media ( max-width : 768px ) {
.contents_box {
	width:100%;
	border:none;
}
.mq768, .index_box_lower{display:none;}
.mq768l{display:block;}
.mq768l::after{ display:block; content:""; clear:both;}
.bdb{border:none;}
.asset_lower{ background-color:#fff; border:none; width:100%;}
.contents_wrap_lowertop{
    display:none;
}
.contents_wrap_lowerbottom{
    background:none;
}

.jobUrl{
  width: 100%;
/*  position:fixed ;*/
  bottom: 0;
  right: 0 ;
  font-size: 12px;
  line-height: 18px;
  background:#3498DB;
  padding: 5px 10px ;
  box-shadow: #F1F1F1 5px ;
}
.jobUrl:hover{
  background:#eee;
  border: none ;
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
/*  position:fixed ;*/
  bottom: 0;
  right: 0 ;
}
.jobUrl a{
  color:#fff ;
  display:block ;
  width:100%;
  height:100% ;
  }
.jobUrl:hover a{
  color:#555 ;
  } 
   .jobUrl:hover a strong{
  color:#555 ;
  } 
    .jobUrl:hover a span{
  color:#555 ;
  } 
/*2017年リニューアル
------------------------------------*/

.footer_description {
	border-top: 1px solid #ccc;
    background: #e0e0e0;
    font-size: 1.2rem;
    padding: 1em 0;
    color: #3d3d3d;
    margin-top: 50px;
}

.footer_description_inner {
    width: 810px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_description p {
    text-align: left;
    margin: 1em auto;
	font-size: 12px;
}


.footer_info {
    padding: 20px 0;
    font-size: 14px;
	font-weight: bold;
    color: #898989;
    background: #e0e0e0;
	text-align: center;
}

}

