@charset "utf-8";

/***************************************************************************
*
* NEWS ARCHIVES STYLE
*
***************************************************************************/

body {
	background: #e9f7ff;
}

/*areaArchives*/

.areaArchives {
	margin-bottom: 77px;
}
.areaArchives .btnTabs {
	display: flex;
	justify-content: center;
}
.areaArchives .btnTabs li {
	width: 241px;
	margin-right: 22px;
}
.areaArchives .btnTabs li:last-child {
	margin-right: 0;
}
.areaArchives .btnTabs li a {
	display: block;
	background: #3e3e3e;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 12px 5px 10px;
	border-radius: 15px 15px 0 0;
}
.areaArchives .btnTabs li.newsTabs a {
	background: #004eb8;
}
.areaArchives .btnTabs li.colTabs a {
	background: #0096ff;
}

.areaArchives .listArchives {
	background: #fff;
	border: 1px solid #a9def7;
	border-radius: 10px;
	padding: 58px 10px 59px;
}
.areaArchives .listArchives .listItem:not(:first-child) {
	display: none;
}
.areaArchives .listArchives .listBox {
	max-width: 764px;
	width: 100%;
	margin: 0 auto 35px;
	border-top: 1px solid #a9def7;
}
.areaArchives .listArchives .listBox li {
	display: block;
	border-bottom: 1px solid #a9def7;
	padding: 17px 15px 19px 25px;
}
.areaArchives .listItem .pagination li:last-child {
	margin-right: 0;
}
.areaArchives .listArchives .listBox li:last-child {
	border-bottom: none;
}
.areaArchives .listArchives .listBox li .dateTime {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	color: #454545;
	margin-right: 8px;
}
.areaArchives .listArchives .listBox li .dateTime:before {
	content: "";
	position: absolute;
	background: url(../images/common/btn_arrow-carrot_right_blue.png) no-repeat;
	background-size: contain;
	width: 6px;
	height: 10px;
	top: 50%;
	left: -11px;
	transform: translateY(-50%);
}
.areaArchives .listArchives .listBox li .listCate {
	display: inline-block;
	vertical-align: top;
	margin-right: 9px;
}
.areaArchives .listArchives .listBox li .listCate .itemCate {
	display: inline-block;
	background: #3e3e3e;
	font-size: 13px;
	color: #fff;
	min-width: 61px;
	padding: 1px 2px;
	text-align: center;
}
.areaArchives .listArchives .listBox li .listCate .itemCate.newsCate {
	background: #004eb8;
}
.areaArchives .listArchives .listBox li .listCate .itemCate.colCate {
	background: #0096ff;
}
.areaArchives .listArchives .listBox li .listTitle {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 165px);
	font-weight: normal;
	font-size: 16px;
}

.areaArchives .listItem .pagination {
	display: flex;
	justify-content: center;
}
.areaArchives .listItem .pagination li {
	width: 40px;
	height: 40px;
	margin-right: 16px;
}
.areaArchives .listItem .pagination li a {
	display: block;
	background: transparent;
	font-size: 15px;
	color: #454545;
	border: 1px solid #b6d0ed;
	text-align: center;
	padding: 7px 0 4px;
	border-radius: 5px;
	height: 100%;
}
.areaArchives .listItem .pagination li a:hover {
	background: #efefef;
}
.areaArchives .listItem .pagination li.active a {
	background: #0079d9;
	color: #fff;
}

@media (max-width: 768px) {

    .areaArchives {
		margin-bottom: 33px;
	}
    .areaArchives .btnTabs li {
    	margin-right: 13px;
    }
    .areaArchives .btnTabs li a {
    	font-size: 10px;
    	font-weight: normal;
    	padding: 7px 5px 7px;
    	border-radius: 5px 5px 0 0;
    }

    .areaArchives .listArchives {
    	padding: 22px 15px 35px;
    	border-radius: 3px;
    }
    .areaArchives .listArchives .listBox li {
    	padding: 10px 0 16px;
    }

    .areaArchives .listArchives .listBox li .listTitle {
    	display: block;
    	width: 100%;
    	font-size: 12px;
    	padding-left: 3px;
    }
    .areaArchives .listArchives .listBox li .dateTime {
    	font-size: 11px;
    	padding-left: 14px;
    	vertical-align: 0;
    	margin-bottom: 5px;
    }
    .areaArchives .listArchives .listBox li .dateTime:before {
    	width: 5px;
    	height: 7px;
    	top: 54%;
    	left: 4px;
    }
    .areaArchives .listArchives .listBox li .listCate .itemCate {
    	min-width: 47px;
    	font-size: 10px;
    	margin-right: 5px;
    	margin-bottom: 5px;
    }
    .areaArchives .listArchives .listBox li:last-child {
    	border-bottom: 1px solid #a9def7;
    }

    .areaArchives .btnTabs {
    	padding: 0 18px;
    }

    .areaArchives .listArchives .listBox {
    	margin-bottom: 32px;
    }
    .areaArchives .listItem .pagination li {
    	width: 26px;
    	height: 26px;
    	margin-right: 7px;
    }
    .areaArchives .listItem .pagination li a {
    	font-size: 9px;
    	padding: 5px 0 4px;
    }

}

@media only screen and (orientation: landscape) and (max-width: 768px) {
    #breadCrumbs {
    	margin-top: 0;
    }
}