@charset "utf-8";
/*

連合 2016
http://www.jtuc-rengo.or.jp/

*/

/* -------------------------------------------------------
   Top
------------------------------------------------------- */

/* 一括指定
----------------------------------- */
/* clearfix */
.boxContentsPanelTop:after,
.boxCampaignTop:after,
.tab_area:after {
	content: "";
    clear: both;
    display: block;
}

/* image hover */
.boxRecommendTop__slider a img:hover,
.boxCampaignTop__item a:hover,
.boxAboutRengoTop a:hover {
	opacity: 0.7;
}

/* -------------------------------------------------------
   メインコンテンツ
------------------------------------------------------- */

.boxBillboardTopPhoto {
	text-align: center;
	margin-bottom: -5px;
	width: 1200px;
	margin: 0 auto;
}


.boxBillboardTop {
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 280px;
}

.boxBillboardTopVideo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: #fff;
    width: 980px;
    height: 280px;
    overflow: hidden;
}

.boxBillboardTopVideo video {
    position: absolute;
    bottom: 0;
}

.boxBillboardTopImage {
	/*position: absolute;
	left: 0;
	top: 0;*/
}

.boxBillboardTopImage a {
	display: block;
}

.boxBillboardTopImage .slick-prev:before,
.boxBillboardTopImage .slick-next:before {
	color: #ccc;
	font-size: 25px;
}

.boxBillboardTopImage .slick-prev {
	left: -30px;
}

.boxBillboardTopImage .slick-prev,
.boxBillboardTopImage .slick-next {
	width: 24px;
	height: 24px;
}

.RecommendTop {
	height: 140px;
	background: #EBF4FA;
	padding: 10px 0;
	text-align: center;
}

.RecommendTop__title {
	text-align: center;
	color: #0074BE;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 24px;
	background: url(../images/common/icon_title_more.png) no-repeat left center;
}

.boxRecommendTop {
	width: 980px;
	margin: 0 auto;
}

.boxRecommendTop__slider {
	position: relative;
	clear: both;
	display: none;
}

.boxRecommendTop__linkMore {
	float: right;
	margin-top: -34px;
	margin-right: -40px;
}

.boxRecommendTop__linkMore a {
	background: #0074BE url(../images/top/icon_recommend_more.png) no-repeat 15px center;
	padding: 0 15px 0 30px;
	font-size: 1.3rem;
	color: #fff;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

.boxRecommendTop__linkMore a:hover {
	text-decoration: none;
}

.boxContentsPanelTop {
	margin-left: -17px;
}

.boxContentsPanelTop ul {
	margin: 0;
}

.boxContentsPanelTop li {
	list-style: none;
	width: 227px;
	height: 180px;
	margin-left: 17px;
	float: left;
	border-top: 2px solid #0074BE;
	padding: 0 0 20px 0;
}

.boxContentsPanelTop__title {
	margin: 5px 0;
}

.boxContentsPanelTop__itemText {
	font-size: 1.2rem;
	float: right;
	width: 110px;
	line-height: 120%;
	margin-bottom: 5px;
	margin-left: 1em;
	text-indent: -1em;
}

.boxContentsPanelTop__itemText:before {
	content: "・";
	color: #0074BE;
}


.boxCampaignTop {
	margin-top: 20px;
}

.boxCampaignTop__item {
	float: left;
	width: 327px;
}

.boxCampaignTop__item + .boxCampaignTop__item {
	float: right;
}

.boxNewsReleaseTop {
	margin-top: 40px;
	margin-bottom: 40px;
}

.boxNewsReleaseTop__rss {
	text-align: right;
	margin-bottom: 20px;
}

.boxSnsTop__item {
	float: left;
	width: 470px;
	border: 1px solid #ccc;
}

.boxSnsTop__item + .boxSnsTop__item {
	float: right;
}

/* tab */
.tab_area {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.boxTab .tab_area ul li{
    display:block;
    float:left;
    width: 180px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: -1px;
	line-height: 120%;
}

.boxTab .tab_area ul li.is-active {
	border-bottom: 1px solid #fff;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #fff;
	height: 40px;
}

.boxTab .tab_area ul li.is-active a {
	color:#313131;
}
.boxTab .tab_area ul li a{
    display:block;
    text-align:center;
    padding: 5px;
}

/*コンテンツ部分の表示領域を固定してはみ出さないようにする*/
.boxTab .content_area {
    width: 715px;
    position: relative;
}

.boxTab .content_area .content_block {
    height: 140px;
    padding: 10px;
    width: 600px;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
}

.boxTab .tab_area ul li a.tab_area__adjust {
	padding-top: 12px;
}

/* -------------------------------------------------------
   サイドコンテンツ
------------------------------------------------------- */
.boxAboutRengoTop {
	margin-bottom: 46px;
}

.boxBannerTop {
	background: #eaf6fc;
	padding: 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 0;
}

.boxBannerTop__more {
	border-top: 2px solid #fff;
	padding-top: 15px;
	margin: 10px 10px 0;
}


/* -------------------------------------------------------
   js style override
------------------------------------------------------- */
/* slick */
/* 注目コンテンツ */
.js-boxRecommendTop .slick-prev,
.js-boxRecommendTop .slick-next {
	width: 25px;
	height: 24px;
}

.js-boxRecommendTop .slick-prev:before,
.js-boxRecommendTop .slick-next:before {
	color: #0074BE;
	font-size: 25px;
}

.js-boxRecommendTop .slick-dots li.slick-active button:before {
	color: #0074BE;
}
.js-boxRecommendTop .slick-dots li button:before {
	color: #0074BE;
}

.js-boxRecommendTop .slick-dots {
	bottom: -40px;
}

.js-boxRecommendTop .slick-slide img {
	margin: 0 10px;
}
