@charset "UTF-8";

.full-contents .image-list li .tag-name{
	color:#FFF;
	margin-top:1px;
	font-size:1.125em;
	line-height:1.44444;
	font-weight: bold;
}
.full-contents .image-list li .title{
	font-size:1em;
	line-height:1.5625;
	font-weight: bold;
}




/****************************************************
  写真拡大　20130913追加
*****************************************************/
.photo_enlarge_background {
	width: 640px;
	border:1px solid #bebebe;
        margin: 0 auto 25px auto;
	padding:15px 9px;
	background-color:#f6f6f7;
	overflow:hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.photo_enlarge_control {
	position:relative;
	height:32px;
	padding-bottom:10px;
	width:660px;
}
.photo_enlarge_control_prev {
	position:absolute;
	top:0px;
	left:147px;
}
.photo_enlarge_control_article {
	position:absolute;
	top:0px;
	left:239px;
}
.photo_enlarge_control_next {
	position:absolute;
	top:0px;
	left:411px;
}
.photo_enlarge_material {
	text-align:center;
        margin: auto;
}
.photo_enlarge_text {
	margin:15px 15px 0 15px;
	line-height:1.4;
}
.photoDetail_area {
	width: 280px;
	border: 1px solid #bebebe;
	margin-bottom:10px;
	padding:9px;
	background-color:#f6f6f7;
	overflow:hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.photoDetail_photo {
	text-align:center;
}
.photoDetail_photo img {
	margin:0 auto 0 auto;
}
.photoDetail_text_area {
	overflow:hidden;
	padding-top:9px;
}
.photoDetail_text_image {
	padding:0px 0px 0px 9px;
	float:right;
	overflow:hidden;
}
.photoDetail_text_inner {
	font-size:90%;
	line-height:1.3;
}
.photo_enlarge_thumbnail {
	margin-bottom:20px;
	overflow:hidden;
        width:660px;
        margin:0 auto!important;
        text-align:center;
        overflow:hidden;
}
.photo_enlarge_thumbnail li {
	width:116px;
	height:116px;
	margin-left:10px!important;
	float:left;
	padding:2px;
	background-color:#888888;
}
.photo_enlarge_thumbnail_act {
	background-color:#25A9E0!important;
}

.news-contents-nozoom{
        margin-bottom:75px;
}

.full-contents .btn-to-list {
    position: absolute;
    right: 20px;
}


.forphotodetail{
    margin-top:-20px;
}
    

/****************************************************
  ナビゲーションメニュー・フッターメニュー
*****************************************************/

.mega-menu-box .mega-menu-list .btn-list a:before {
    background-image: none;
}

.mega-menu-box .mega-menu-list .btn-list {
    width:90%;
    margin:0px auto;
}

.item-news .btn-list {
    margin-top: -30px;
}

.item-news-zantei-yokohaba{
    width:572px;
    margin-top:-20px;
}

.mega-menu-box .btn-list {
    clear: both;
    padding-top: 20px;
}

.footer-main {
    position: relative;
    padding-right: 300px;
}

.footer-nav-box {
    float: left;
    width: 190px;
    padding-right: 20px;
}

.footer-main .right {
    position: absolute;
    top: 15px;
    right: 0;
    width: 300px;
}

.footer-logo {
    margin: 0px 0 15px 2px;
}










/****************************************************
****************************************************
****************************************************
hover動作
****************************************************
****************************************************
*****************************************************/

.full-contents{
   opacity: 0;
}

.full-contents + .banner-box {
   opacity: 0;
}

.list-item-inner{
width:100%;
height:100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size:cover;
background-position: center center;
background-repeat:no-repeat;
background-color:transparent;
}

.hover-active{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);

}


.hover-transition{
-moz-transition: -moz-transform 0.15s linear;
-webkit-transition: -webkit-transform 0.15s linear;
-o-transition: -o-transform 0.15s linear;
-ms-transition: -ms-transform 0.15s linear;
transition: transform 0.15s linear;
cursor:pointer;
}


.full-contents .image-list li .meta-box {
    padding: 10px 10px 14px 14px;
}




/****************************************************
  各ページ下　企業を探す　ランダム表示３×２
*****************************************************/

/* 見出しの変更  */

.relative{
position:relative;
}

.description {
    line-height:1.55!important;
}




.breath {
    position: absolute;
    top: -7px;
    display: inline-block;
    margin-left: 18px;
    padding: 7px 12px 9px;
    border: solid 2px #3d589d;
    color: #3d589d;
    font-size: .70833em;
    line-height: 1;
}

.breath:before {
    position: absolute;
    top: 50%;
    left: -8px;
    display: block;
    content: "";
    margin-top: -4px;
    background-image: url(../img/sprite.png);
    background-position: -111px -33px;
    width: 8px;
    height: 9px;
}

.btn-to-list {
    position: absolute;
    top: -2px;
    right: 10px;
    font-weight: 700;
    line-height: 1;
}

.btn-to-list a {
    position: relative;
    display: inline-block;
    padding: 7px 12px 5px 10px;
    color: #fff;
    background-color: #3d589d;
    box-shadow: 0 2px 0 #304b90;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-to-list a:after {
    display: inline-block;
    content: "\f054";
    margin-left: 12px;
    color: #fff;
    font-size: 11px;
    font-family: FontAwesome;
    vertical-align: middle;
}

.btn-to-list a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: alpha(opacity=80);
}

/* 画像サイズの変更  */

.feature-list1{
margin-bottom:0!important;
}

.list-item .label,.list-item .meta-box,.list-item .title,.list-item .description{
    z-index:100;
}



/*

.feature-list1 .list-item-inner{
width:100%;
height:100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size:cover;
background-position: center center;
background-repeat:no-repeat;
background-color:transparent;
}

.feature-list2 .list-item-inner{
width:100%;
height:100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size:cover;
background-position: center center;
background-repeat:no-repeat;
background-color:transparent;
}
*/


.low-primary-col .list-base04 .list-item{
width:250px;
height:185px;
overflow:hidden;    
position:relative;
}


/****************************************************
企業を探すリスト部分の画像
*****************************************************/
.list-base03 .list-item-outer{
    width: 220px;
    height: 100px;
    overflow: visible;
    position: relative;
    padding-top: 15px;
    margin: 0 auto;
}

.scale-contain .list-item-inner{
width:100%;
height:100%;
-webkit-background-size: contain;
-moz-background-size: contain;
background-size:contain;
background-position: center center;
background-repeat:no-repeat;
background-color:transparent;
}




.mt60{
    margin-top:80px;
    
}

/****************************************************
  トップページ
*****************************************************/

/* 企業を探すxml読み込み領域  */

.feature-list-scalearea .list-item{
width:340px;
height:250px;
overflow:hidden;    
position:relative;
}

.feature-list-scalearea .list-item{
width:240px;
height:194px;
overflow:hidden;    
position:relative;
}


/* 記事リスト４件・５件  */

.full-contents .list-type03 li {
margin-right: 2px;
}

.image-size5 .list-item-outer{
width:250px;
height:180px;
overflow:hidden;    
position:relative;
}

.list-type03 .list-item-outer{
width:250px;
height:155px;
overflow:hidden;    
position:relative;
}

.list-type03 .meta-box {
    margin-top: 7px;
    padding: 0 7px;
}

.full-contents .list-type04 li .date {
    color: #a4a4a4!important;
}

.full-contents .list-type03 .cat-bar {
    margin-right: 2px;
}

/* 就活ナビ　２段コラムリスト  */

.list-type01 .list-main .list-item-outer{
    width: 290px;
    height:200px;
    overflow: hidden;
    margin-bottom:7px;
}

.primary-col .list-type01 .list-sub  .list-item-outer {
    float: left;
    width: 130px;
    height: 100px;
    overflow:hidden;
    margin-right: 10px;
}

.list-type01 .list-sub{
    margin-top:-10px;
    
}

.list-type01 .list-sub .list-item{
    border-bottom:1px solid #cccccc;
    padding:10px 0px 10px 0;
    margin-bottom:0!important;
    margin:0 0 10px 0;
}

.primary-col .list-type01 .list-sub  .list-item-inner {
    float: left;
    margin-right: 10px;
}

.primary-col .list-type01 .list-main .date {
    margin-top: 12px;
}




/****************************************************
各企業トップ
*****************************************************/


.list-base01 ul {
    border-bottom:1px solid #cccccc;
}

.list-base01 .list-item-outer {
    float: right;
    width: 170px;
    height: 85px;
    overflow:hidden;
}


.list-base01 .visible span {
    overflow: visible!important;
}


.low-primary-col .list-base01 .meta-box{
width:520px;
position:relative;
padding-left:10px;
}


.meta-box-free{
width:730px!important;
}


.list-base01 .date{
    margin-top:5px;
    font-size:0.75em;
}

.list-base01 .title{
    line-height: 1.4!important;
    font-size:16px!important;
    position:relative;
}

.list-base01 .title:before {
    position: absolute;
    top: 6px;
    left: -10px;
    display: block;
    content: "";
    width: 5px;
    height: 10px;
    background: url(../sprite/ico_arrow.png) 0 0 no-repeat;
    background-size:5px 10px;
}


.list-base01 .list-item{
    border-top:1px solid #cccccc;
    width:730px;
    padding:10px 10px 10px 20px;
    margin-bottom:0!important;
}

.list-hover-active{
    width:100%;
    height:100%;
    text-decoration:underline;
    background-color:#f6f6f6;   
}

.list-hover-active .title{
    text-decoration:underline!important;
}

.list-hover-active .date{
    text-decoration:underline!important;
}

.low-primary-col .list-base01 {
    margin: 10px 0 10px;
}

/* ページネーション */

.pagination{
    border-bottom:none;
    padding-bottom:0;
    margin:20px auto!important;
    text-align:center!important;
    display:table;
    table-layout: fixed;
}

.holder {
    margin:0px auto!important;
    overflow:hidden;        
    display:table;

}

.holder a {
	font-size: 16px;
	cursor: pointer;
	margin: 0 5px;
        padding:5px 5px;
	color: #333;
        float:left;
               -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                box-sizing: border-box;
                display: table-cell;
                width:30px;
                height:30px;
                border: #cccccc solid 1px;
        
}

.holder a:hover {
	background-color: #3d589d;
	color: #fff;
}

.holder a.jp-previous { margin-right: 15px; width: 75px; }
.holder a.jp-next { margin-left: 15px; width: 75px; }

.holder .jp-previous:before{
    display: inline;
    content: "\f104";
    font-family: FontAwesome;
    margin-right: 10px;
}

.holder .jp-next:after {
    display: inline;
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 10px;
}


.holder a.jp-current, a.jp-current:hover { 
	color: #4F7CEF;
        background-color:#efefef;
	font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #ddd;        
}

.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}

.holder span { margin: 0 5px; }

.holder-bottom{
    padding-bottom:40px;
}


/****************************************************
各企業ニュースページ
*****************************************************/

.news-contents{
    margin-bottom: 40px;
    
}




/****************************************************
slick-Slider の強化
*****************************************************/

.slick-slider {
    background-color: #efefef;
}



/****************************************************
  企業情報領域
*****************************************************/


.company-information .company-meta {
    margin-top: 0px;
    padding-top:0px;
    margin-bottom: 15px;
    border-top:none;
    color: #fff;
    font-weight: 700;
    font-size: .9375em;
    line-height: 1;
}

.company-information {
    margin-bottom: 20px;
}

.company-information .company-sub-box {
}

.company-information .company-logo {
}

.company-logo{
width:390px!important;
height:100px!important;
-webkit-background-size: contain;
-moz-background-size: contain;
background-size:contain;
background-position: center center;
background-repeat:no-repeat;
background-color:transparent;
margin:auto auto;
text-align: center;
}

.company-information .company-sub-info .description {
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.4;
    color: #666;
    margin:-2px 0 -2px 0;
}


/****************************************************
  企業情報ページ　スライダー
*****************************************************/


.slider-item{
    position:relative;
    
}

.slider-item .caption{
    display:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 90px 15px 90px;
    background: url(../img/bg_cover.png) 0 0 repeat;
}

.slider-item a .caption{
    color:#ffffff; 
    text-align:left;
}

.slider-item a .caption:hover{
    text-decoration:underline;
}


/****************************************************
  企業情報ページ　採用数領域
*****************************************************/

.overview-text{
    text-align:center;
    font-size:1.3em;    
}

.overview-text em{
    text-align:center;
    font-size:1.5em; 
}


.saiyo-info-records{
margin:0 auto;
width:660px;
}

.saiyo-info-records-title{
    margin-bottom: 15px;
    padding: 2px 10px 5px;
    border-bottom: #3d589d solid 1px;
    color: #3d589d;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.4;
}
        
.saiyo-info-records-ichiran{
position:relative;
overflow:hidden;
padding-bottom:80px;
}

.saiyo-info-records-ichiran li{
width: 213px;
margin-left: 10px;
float:left;    
}

.saiyo-info-records-ichiran li:first-child{
margin-left:0px;    
}

.saiyo-info-records-ichiran table{
width: 213px;
}

.saiyo-info-records-ichiran tr{
border-top:1px solid #bbbbbb;
border-bottom:1px solid #bbbbbb;
border-left:1px solid #bbbbbb;
}

.saiyo-info-records-ichiran th{
border-right:1px solid #bbbbbb;  
font-size:16px;
text-align:center;
padding:3px 0px;
font-size:16px;
text-align:center;
padding:10px;
background-color:#f7f8f9;
    color: #666;
}

.saiyo-info-records-ichiran td{
border-right:1px solid #bbbbbb;  
font-size:16px;
text-align:center;
padding:3px 0px;
font-size:16px;
text-align:center;
padding:10px;
}

.saiyo-info-separation{
position:absolute;
top: 138px;
left: 115px;
text-align:center;
}

.saiyo-info-separation p{
margin:0;
font-size:16px;
font-weight:normal;
border:1px dotted #bbbbbb;
padding:10px;
}

.saiyo-info-separation-sankaku{
position:absolute;
top: 117px;
left: 322px;
font-size:16px;
line-height:1.4;   
}
.additional-information .additional-list{
display:none;    
}

.print-image-slider{
    display:none;
}



/****************************************************
  地域発ニュースリスト・エムラボリスト
*****************************************************/

.list-base03 li {
    margin-bottom: 18px!important;
}

.news-3list .list-item-outer{
width:250px;
height:160px;
padding-top:0!important;
overflow:hidden;    
position:relative;
}

.list-base03 .meta-box {
    margin-top: 7px;
    margin-bottom:5px;
    padding: 0 7px;
}

.list-base03 .title {
    line-height: 1.45!important;
}

.news-3list .title{
    font-weight:bold;
}


.news-3list .date {
color: #a4a4a4!important;
margin: 6px 0 3px;
font-size: .875em;
line-height: 1;
}

.tab-list-two .tab-list-item:nth-last-child(1) {
    width: 380px;
}

.low-primary-col .lead-text {
    font-size: 1em;
}


/****************************************************
  企業を探す　微修正
*****************************************************/

.contents-tab-wrapper .search-list:nth-child(3n){
margin-right:0;    
}

.tab-list-item {
    width: 253px;
}

.primary-col .list-type03 .title {
    line-height: 1.45;
    margin-bottom:3px;
font-weight: 700;
}

.primary-col .list-type03 .description {
font-weight: normal;
}

.list-base01 .meta-box img {
    vertical-align: middle; 
}


.list-base01 .meta-box img {
    vertical-align: 0!important; 
}

.statusIcon {
    margin: 0 0 0  5px;
}


/****************************************************
有料記事　先出し表示　ログイン領域
*****************************************************/

.readmore-area  a:hover img{
opacity:1;
}

.readmore-area{

}

.readmore-unit{
text-align:right;
display:inline-block;
float:right;
}

.readmore-box{
width:270px;
padding:10px 15px;
}

.subscribe-box{
padding:10px;
background-image:url(http://www.kobe-np.co.jp/common/web/img/readmore-background.png);
background-repeat:no-repeat;
background-position:top right;
margin-bottom:20px;
position:relative;
height:100px;
overflow:hidden;
}

.subscribe-box p{
font-size:85%;
margin-bottom:0px;
line-height:1.3;
text-align:left;
}

.subscribe-box span{
display:block;
font-size:110%;
color:#cc6633;
border-bottom:2px dotted #cc6633;
margin-bottom:-9px;
padding-bottom:7px;
width:350px;
}

.subscribe-add{
font-size:85%;
color:#cc6633;
border:none;
padding-top:7px;
padding-bottom:0px;
text-align:center;
}

.subscribe-moreinfo-button-photonone{
position:absolute;
top:20px;
right:15px;
}

.readmore-area-photonone .subscribe-add{
position:absolute;
top:88px;
right:20px;
display:block;
}



/****************************************************
  新着連載リスト
*****************************************************/

.list-rensai .list-item {
    border-top: 4px solid #e3e3e3;
    width: 760px;
    padding: 15px 0 15px 0;
    margin-bottom: 0!important;
}

.list-rensai .list-item a {
width: 100%;
}

.list-rensai .list-item-outer{
    width:150px;
    height:150px;
    overflow:hidden; 
    position:relative;
    float:left;
}

.list-rensai .meta-box{
    float:right!important;
    width:580px!important;
    padding-right:0px;
    z-index:1;
}

.list-rensai .rensai-title{
    font-size:24px;
    color: #1e1e1e;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.45;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #cccccc;
}

.list-rensai .list-item:hover .rensai-title, .list-rensai .list-item:hover .more-read {
text-decoration:underline!important;
}


.list-rensai .more-read {
    margin-top: -3px;
    clear: both;
    text-align: right;
    line-height: 1;
}

.list-rensai .more-read {
    color: #999;
    text-decoration: none;
}

.list-rensai .more-read:hover {
    text-decoration: underline;
}

.list-rensai .more-read:before {
    display: inline-block;
    content: "";
    margin-top: -3px;
    margin-right: 17px;
    background-image: url(../img/sprite.png);
    background-position: -90px -22px;
    width: 21px;
    height: 21px;
    vertical-align: top;
}


/****************************************************
  過去連載リスト
*****************************************************/

.list-old-rensai .list-item{
    border-top: 1px solid #cccccc;
    width: 365px!important;
    margin-right:30px!important;
    margin-bottom: 0!important;
    padding:10px 0;
    float:left;
}

.list-old-rensai .list-item:nth-child(2n){
    margin-right:0!important;
}

.list-old-rensai .list-item:nth-last-child(-n+2) {
    border-bottom: 1px solid #cccccc;
}

.list-old-rensai .list-item-outer{
    width:100px;
    height:100px;
    overflow:hidden; 
    position:relative;
    float:left;
}

.list-old-rensai .meta-box{
    float:right!important;
    width:250px!important;
    padding-right:0;
    z-index:1;
}

.list-old-rensai .rensai-title{
    font-size:18px;
    color: #1e1e1e;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom:15px;
}

.list-old-rensai .rensai-title{
    font-size:1em;
    color: #1e1e1e;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom:15px;
}

.list-old-rensai .description{
    font-size:0.9em!important;
    color: #1e1e1e;
    font-weight:normal!important;
    line-height: 1.45;
    margin-bottom:15px;
}



.list-old-rensai .list-item:hover .rensai-title,
.list-old-rensai .list-item:hover .description {
text-decoration:underline!important;
}


/****************************************************
各連載トップ・連載詳細
*****************************************************/

.list-rensai-setsumei ul{
    border-bottom:none;
}

.list-rensai-setsumei .list-item {
    border-top: 4px solid #e3e3e3;
    width: 760px;
    padding: 15px 0 15px 0;
    margin-bottom: 0!important;
}

.list-rensai-setsumei .list-item a {
width: 100%;
}


.list-rensai-setsumei .list-item-outer{
    width:250px;
    height:155px;
    overflow:hidden; 
    position:relative;
    float:left;
}

.list-rensai-setsumei .meta-box{
    float:right!important;
    width:480px!important;
    padding-right:0px;
    z-index:1;
}

.list-rensai-setsumei .rensai-title{
    font-size:24px;
    color: #1e1e1e;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.45;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #cccccc;
}

.section-mlabo{
overflow:hidden;
}

.low-primary-col .primary-col{
float:none;  
}

.news-title p{
    color: #333;
    margin-top:10px;
    margin-bottom:15px;
    padding-bottom:15px;
    
    border-bottom:3px #ccc solid;   
}

.low-primary-col .list-base03 .description {
    margin-bottom: 5px;
    color: #1e1e1e;
    font-weight: normal;
    font-size: .85em;
    line-height: 1.3!important;
}

/* -記事表示ページ　写真表示修正- */

.news-contents .align-left {
    float: left;
    margin-right: 20px;
    width: 370px;
}

.news-contents .align-left span img {
    width: 370px;
}

.news-contents .image .caption {
    margin: 4px 0 0;
    color: #666;
    font-size: .875em;
    line-height: 1.4;
}

.news-contents {
    margin-bottom: 40px;
    overflow: hidden;
}


/* -sns button- */

.iconList{
  position:absolute;
  top:-5px;
  right:0
}

.iconList li{
  float:left;
  margin-right:6px;
}

/* -20201204 ADD- */
.list-rensai-setsumei .meta-box-2020{
/*
    float:right!important;
*/
    width:480px!important;
    padding-right:0px;
    z-index:1;
}

.list-rensai-setsumei .rensai-title-2020{
    font-size:24px;
    color: #1e1e1e;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.45;
/*
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #cccccc;
*/
}

.list-rensai-setsumei .list-item-outer-2000{
    width:240px;
    height:185px;
    overflow:hidden; 
    position:relative;
    float:left;
}

/****************************************************
****************************************************
  右コラム
****************************************************
*****************************************************/

.side-contents .section-title {
    padding: 14px 0;
    border-top: #dfe5f0 solid 3px;
    border-bottom:1px solid #cccccc;   
    color: #3d589d;
    font-weight: 700;
    font-size: 1em;
    background-color: #f1f5f9;
    text-align: center;
}


.side-list-base01 .title {
line-height: 1.4!important;
font-size: 14px!important;
}

.side-list-base01 .date {
    font-size:11px;
}

.side-list-base01 .image {
    width: 60px;
    margin-right: 10px;
} 

.side-list-base01 li {
    margin-bottom: 10px;
    padding-bottom: 10px;
/*    background: url(../img/bg_dot.png) repeat-x 0 100%;　*/
    background: none;
    border-bottom:1px solid #cccccc;
}

.side-list-base01 .description {
    margin-bottom: 4px;
    color: #666;
    font-size: .875em;
    line-height: 1.4!important;
}

.side-list-base01 .description p{
    line-height: 1.4!important;
}

.side-list-base01 .btn-list a {
    display: block;
    padding: 10px 9px 10px 27px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 3px;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.1);
    color: #3d589d;
    font-weight: 700;
    line-height: 1;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    margin-bottom:40px;
    font-size:14px;
}

.side-list-base01 .btn-list a:after {
    display: inline-block;
    content: "\f054";
    margin-left: 24px;
    color: #3d589d;
    font-size: 11px;
    font-family: FontAwesome;
    vertical-align: middle;
}

.secondary-col .banner-box{
    margin-bottom:20px;
}




/* -------------------------------------
データベースに記事がない
-------------------------------------- */

.database-none{
    margin:50px 0;
    text-align:center;
    font-size:18px;
    font-weight:bold;
}




/* -------------------------------------
連載　フォルダ構成連載のトップ
-------------------------------------- */


.rensai-no-photo .meta-box {
    border-left:5px solid #3d589d;
    padding-left:15px!important;
    width:710px!important;
    
}

.rensai-no-photo .title:before {
    position: absolute;
    top: 6px;
    left: -10px;
    display: block;
    content: "";
    width: 5px;
    height: 10px;
    background:none;
}

.rensai-no-photo .description {
    display:block;
    margin:15px 0 15px 35px;
    font-size:14px!important;
    line-height:1.4;
}



.list-rensai-setsumei .meta-box {
    border-left:none;
}


.list-rensai-setsumei .rensai-no-photo .meta-box {
    float: none;
    width: 730px!important;
    padding-right: 15px;
    z-index: 1;
    border-left:none;
}

.list-rensai-setsumei .rensai-no-photo .rensai-title{
    display:block;
}

.list-rensai-setsumei .rensai-no-photo .description {
    display:block;
    margin:10px 0 15px 0;
    font-size:16px!important;
    line-height:1.4;
}

/* -------------------------------------
トップページ　カルーセル部分の日付表示
-------------------------------------- */

.top-news-title .date{
    color: #a4a4a4;
    font-size: 15px;
    line-height: 1.4;
    margin-left: 10px;
}

/* -------------------------------------
企業一覧リスト
-------------------------------------- */

.gyosyu .search-list {
    width: 100%;
    font-size: .875em;
    line-height: 1;
}

.contents-tab-wrapper .search-list ul {
    padding: 5px 5px 5px 10px;
}

.contents-tab-wrapper .search-list li {
    position: relative;
    float: left;
    margin: 5px 0;
    padding: 0 9px;
}

/* -------------------------------------
ラベル非表示対応　PC/SP
-------------------------------------- */

.list-base03 .label{
    display:none!important;
}

.low-primary-col .info-box {
     border-bottom: 1px solid #cccccc;
}

/* -------------------------------------
newsloop部分　詳細記事の高さを調整
-------------------------------------- */

.top-news-main li {
    display: none;
    padding: 15px;
    height: 275px;
    overflow: hidden;
}

/* -----------------------------------------
その他
----------------------------------------- */
/* 写真のキャプションを白文字に */
.slider-item .caption {
    color: #ffffff;
}

/* 企業トップ・企業詳細　ロゴを小さくする */
.company-information .company-information-box {
    display: table;
    border-collapse: separate;
    border-spacing: 30px 0;
}

.company-logo {
    width: 300px!important;
}

/* IE対応　企業概要・採用情報リンクの崩れ修正 */
.company-information .company-sub-info .company-sub-info-link li {
    width: auto;
}

/* --- */
.low-primary-col .list-base01 .description p {
    margin-bottom: 12px;
    color: #1e1e1e;
    font-size: 1em;
    line-height: 1.8125;
}

/* -------------------------------------
トップページ：fullimage領域　aタグの位置変更にともなう変更
-------------------------------------- */
.full-contents .image-list li a {
    display: block;
    width:100%;
    height:100%;
}

/*  --------  トップページ・詳細ページのタグ　色と項目の統一  --------*/
.label-jichitai {
    background-color: #908e8e!important;
}

.label-syosya {
    background-color: #FA8072!important;
}

.label-mass {
    background-color: #cb4c76!important;
}

.label-it {
    background-color: #8b4ccb!important;
}

.label-kinyu {
    background-color: #008080!important;
}

.label-service {
    background-color: #7db959!important;
}

.label-ryutsu {
    background-color: #e1912a!important;
}

.label-kousha {
    background-color: #3e78c8!important;
}

.label-maker {
    background-color: #efc70a!important;
}

.full-contents .image-list li .label-jichitai {
    background-color: #908e8e!important;
}

.full-contents .image-list li .label-syosya {
    background-color: #FA8072!important;
}

.full-contents .image-list li .label-mass {
    background-color: #cb4c76!important;
}

.full-contents .image-list li .label-it {
    background-color: #8b4ccb!important;
}

.full-contents .image-list li .label-kinyu {
    background-color: #008080!important;
}

.full-contents .image-list li .label-service {
    background-color: #7db959!important;
}

.full-contents .image-list li .label-ryutsu {
    background-color: #e1912a!important;
}

.full-contents .image-list li .label-kousha {
    background-color: #3e78c8!important;
}

.full-contents .image-list li .label-maker {
    background-color: #efc70a!important;
}

/*企業概要・採用情報：ソーシャルアイコンのタグ統一*/
.overview-share-buttons {
    position: relative;
    overflow: visible;
    margin-bottom: auto;
    width: auto;
    height: 30px;
}

.overview-share-buttons .iconList {
     position: absolute;
     top: -5px;
     right: 0;
}

/*  */
.additional-information{
margin-top:20px;
}

.contact-contents-area {
    padding: 10px 39px 39px;
 }

/* 2017.10.01　経済プラスのコラムニスト用に追加 */
.columnist{
	border-top: none !important;
	padding: 0 !important;
}

.columnist_img{
	width: 760px !important;
	height: 304px !important;
}
.columnist_name{
	font-size: 130%;
	text-align: right;
	border-top: 3px solid black;
	border-bottom: 3px solid;
	padding: 10px 0 0px;
	display: inline-block;
	width: 100%;
}
.columnist_name span{
	font-size: 180%;
	padding-left: 15px;
}
.cursor_auto{
	cursor:auto;
}
.columnist-item{
	width: 50%;
	position: relative;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}
.columnist-box{
	left: 53.5%;
	bottom: 0px;
	position: absolute;
	width: 44%;
}
.columnist-title{
	font-size: 1.1em;
	line-height:1.2em;
	margin-bottom: 0.4em;
}
.columnist-name{
	font-size: 1em;
    text-align:right;
    line-height: 1.2em;
	margin-bottom: 0.5em;
}
.columnist-title, .columnist-name{
	font-weight:bold;
	color:#000000;
}
.columnist-message{
	font-size: .9em;
	line-height: 1.2em;
	color:#666666;
}

li a:hover .columnist-title{
	text-decoration:underline;
}
li a:hover .columnist-name{
	text-decoration:underline;
}
li a:hover .columnist-message{
	text-decoration:underline;
}
.columnist-item-inner{
	width: 100%;
	height: 0;
	padding-top: calc(9 / 16 * 100%);
}
.columnist-item-outer{
	width:50%;
	overflow: hidden;
	position: relative;
}
.min-w-auto{
	min-width:auto !important;
}
.column_week_h2 {
	float:left;
	margin-right:0.5em;}

.column_week_info {
	font-size:.875em;
	line-height:1;
	clear:both;
	background-color:#FF5722;
	color:#FFF;
	/*margin:0 0 15px -87px;*/
	padding:5px 20px;
}
.red_text{
	    display: inline !important;
	    color: red;
	    font-weight: bold;
}


/* 企業リスト：新レイアウトPC　2017.03.06 */
.gyosyu-hantei .list-base03 li {
}

.gyosyu-hantei .list-base03 .title {
    font-weight:bold;
}

.gyosyu-hantei .list-base03 .list-item-outer {
    width: 80px;
    height: 43px;
    overflow: hidden;
    position: relative;
    padding-top: 0px;
    float:right;
    margin-right:10px;
}


.gyosyu-hantei .info-box .area {
font-weight:bold;
}

.gyosyu-hantei .info-box {
    padding: 6px 10px 6px;
    font-size: .85em;
    line-height: 1.55;
}

.gyosyu-hantei .info-box .tag-list {
    font-size: .8em;
    line-height: 1.3;
}


.gyosyu-hantei .info-box {
    border-bottom: 2px solid #aaaaaa;
}


.gyosyu-hantei .meta-box {
    min-height:46px;
}

.gyosyu-hantei .meta-box .title {
    vertical-align:middle;
    display:table-cell;
}


.gyosyu-hantei .meta-box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* 2019.3.27 */

.saiyo-info-separation-2{
position:absolute;
top: 175px;
left: 115px;
text-align:center;
}

.saiyo-info-separation-2 p{
margin:0;
font-size:16px;
font-weight:normal;
border:1px dotted #bbbbbb;
padding:10px;
}

.saiyo-info-separation-2-sankaku{
position:absolute;
top: 155px;
left: 322px;
font-size:16px;
line-height:1.4;   
}

/*---------------------------------------------------------------*/
/*  続きを読む（ReadMore）のデザイン変更　20210401から   */
/*---------------------------------------------------------------*/
.ArticleArea {
	padding: 10px 0 0;
}
.ArticleArea p {
	margin: 0 0 15px;
	font-size: 80%;
	font-weight: bold;
}
.ArticleArea p a.NoLink {
	color: #b90000;
	text-decoration: none;
}
.ArticleArea .KeyLogin {
	margin: 0 3px;
	vertical-align: -2px;
}
.LinkArea
ul {
	font-size: 0;
	margin: 0;
	padding: 0;
}
.LinkArea
ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #3C3C35;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
.LinkArea ul li.ReadMoreLinkStandard a.NoMember {
	color: #FFF;
	background: #f5f5ee;
	background: -o-linear-gradient(top, #5886dc 0%, #7c9ede 99%);
	background: -webkit-gradient(linear, left top, left bottom, from(#5886dc), color-stop(99%, #7c9ede));
	background: linear-gradient(to bottom, #5886dc 0%, #7c9ede 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5886dc',endColorstr='#7c9ede',GradientType=0 );
	border: 2px solid #7c9ede;
	text-decoration: none;
}
.LinkArea ul li.ReadMoreLinkStandard a.NoMember:hover {
	color: #FFF;
	background: #f5f5ee;
	background: -o-linear-gradient(top, #2667e0 0%, #7c9ede 99%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2667e0), color-stop(99%, #7c9ede));
	background: linear-gradient(to bottom, #2667e0 0%, #7c9ede 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2667e0',endColorstr='#7c9ede',GradientType=0 );
	border: 2px solid #7c9ede;
	text-decoration: none;
}
.LinkArea ul li.ReadMoreLinkStandard a.LogoutMember {
	color: #1E1E17;
	background: #FFF;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0 );
	border: 2px solid #D2D2CB;
	text-decoration: none;
}
.LinkArea ul li.ReadMoreLinkStandard a.LogoutMember:hover {
	color: #7c9ede;
	background: #FFF;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0 );
	border: 2px solid #7c9ede;
	text-decoration: none;
}
.LinkArea ul li.ReadMoreLinkStandard a {
	display: block;
	width: 240px;
	margin: 0 5px 5px 0;
	margin: 0 5px 5px 0\9;
	padding: 8px 10px 6px 12px;
	color: #FFF;
	font-size: 85%;
	font-weight: bold;
	background: #f5f5ee;
	background: -o-linear-gradient(top, #5886dc 0%, #7c9ede 99%);
	background: -webkit-gradient(linear, left top, left bottom, from(#5886dc), color-stop(99%, #7c9ede));
	background: linear-gradient(to bottom, #5886dc 0%, #7c9ede 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5886dc',endColorstr='#7c9ede',GradientType=0 );
	border: 2px solid #7c9ede;
	border-radius: 4px;
	line-height: 1.1;
	text-align: center;
	white-space: nowrap;
}
.LinkArea ul li.ReadMoreLinkPlus a.NoMember {
	color: #FFF;
	background: #f5f5ee;
	background: -o-linear-gradient(top, #00a88a 0%, #3ea794 99%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a88a), color-stop(99%, #3ea794));
	background: linear-gradient(to bottom, #00a88a 0%, #3ea794 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a88a',endColorstr='#3ea794',GradientType=0 );
	border: 2px solid #3ea794;
	text-decoration: none;
}
.LinkArea ul li.ReadMoreLinkPlus a.NoMember:hover {
	color: #FFF;
	background: #f5f5ee;
	background: -o-linear-gradient(top, #00846c 0%, #3ea794 99%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00846c), color-stop(99%, #3ea794));
	background: linear-gradient(to bottom, #00846c 0%, #3ea794 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00846c',endColorstr='#3ea794',GradientType=0 );
	border: 2px solid #3ea794;
	text-decoration: none;
}
.LinkArea ul li.ReadMoreLinkPlus a.LogoutMember {
	color: #1E1E17;
	background: #FFF;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0 );
	border: 2px solid #D2D2CB;
	text-decoration: none;
}
.LinkArea ul li.ReadMoreLinkPlus a.LogoutMember:hover {
	color: #3ea794;
	background: #FFF;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0 );
	border: 2px solid #3ea794;
	text-decoration: none;
}
.LinkArea ul li.ReadMoreLinkPlus a {
	display: block;
	width: 240px;
	margin: 0 5px 5px 0;
	margin: 0 5px 5px 0\9;
	padding: 8px 10px 6px 12px;
	color: #FFF;
	font-size: 85%;
	font-weight: bold;
	background: #f5f5ee;
	background: -o-linear-gradient(top, #00a88a 0%, #3ea794 99%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a88a), color-stop(99%, #3ea794));
	background: linear-gradient(to bottom, #00a88a 0%, #3ea794 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a88a',endColorstr='#3ea794',GradientType=0 );
	border: 2px solid #3ea794;
	border-radius: 4px;
	line-height: 1.1;
	text-align: center;
	white-space: nowrap;
}