@charset "utf-8";

/* -------------------------------- 
Theme: Curation Media
Title: Contents page style
Copyright: X-Link-Life K.K.
Author: Shogo Yokosaka
-------------------------------- */


/* -------------------------------- 
	Job List
-------------------------------- */
#job-area {
}

#job-area .card {
	position: relative;
}
#job-area .card a {
	display: block;
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;	
}

#job-area .card a:hover {
	background-color:#fb8095;
	opacity:0.2;
}

#job-area .card-text {
	height:88px;
	overflow-y: hidden;
}

#job-area-detail .swiper-my-pagination {
	margin-top:20px;
}

/* -------------------------------- 
	News Page
-------------------------------- */
.news-detail h2 {
	margin-top:20px;
}

.news-detail .main-comment {
	margin: 50px 0;
}
/* -------------------------------- 
	Detail Page
-------------------------------- */
/* Arrow */
/* Dots */

/* -------------------------------- 
	記事一覧
-------------------------------- */
#article-area .card {
	position: relative;
}

#article-area .card a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* -------------------------------- 
	記事一覧
-------------------------------- */
#mypage-navi {
	list-style:none;
    display: -ms-flexbox;
    display: flex;
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 32px;
    padding: 0;
    flex-wrap: nowrap;
}

#mypage-navi li {
    width: 50%;
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    text-align: center;
    font-weight: bold;
	list-style:none;
	font-size:85%;
    padding: 16px;
}
#mypage-navi li a {
    width: 100%;
    display: inline-block;
    color:#333;
}
#mypage-navi li a:hover,
#mypage-navi li {
    width: 100%;
    display: inline-block;
    color: #DE5D50;
}