@charset "utf-8";

body {
	position: relative;
}
.b-plain {
	position: relative;
}
#btTopics:after, 
#tomodachi:after, 
#featuredVideo:after, 
#sliderBanner:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
@media(max-width: 767px) {
main {
	font-size: 11px;
}
}



/* ------------------------ hero */
#sliderHero {
	overflow: hidden;
	position: relative;
}
#sliderHero .group {
	display: table;
	position: relative;
}
#sliderHero .column {
	display: table-cell;
	position: relative;
}
#sliderHero .column:nth-last-child(2) {
	position: absolute;
	top: 0;
	right: 100%;
}
#sliderHero .column:nth-last-child(1) {
	position: absolute;
	top: 0;
	left: 100%;
}
#sliderHero .c-none {
	display: none;
}
#sliderHero .c-img:last-child {
	display: none;
}
#sliderHero .c-img img {
	width: 100%;
}
#sliderHero .c-body > br {
	display: none;
}
#sliderHero .column a {
	opacity: 1 !important;
}
#sliderHero .body {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 26px 80px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	color: #fff;
	font-family: Georgia, "serif";
	font-size: 24px;
	line-height: 1.4;
}
#sliderHero .body .inner {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	padding-right: 210px;
}
#sliderHero .body .title {
	font-size: 32px;
}
#sliderHero .body .title .i {
	font-style: italic;
}
#sliderHero .body .more {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 180px;
	border: 1px solid #fff;
	color: #fff;
	font-family: Verdana, "sans-serif";
	font-size: 16px;
	text-align: center;
	line-height: 46px;
	transition: background-color 0.4s ease, color 0.4s ease;
}
#sliderHero .body .more:after {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 5px;
	height: 5px;
	margin-left: 8px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: border-color 0.4s ease;
}
#sliderHero a:hover .body .more {
	background: #fff;
	color: #333;
}
#sliderHero a:hover .body .more:after {
	border-color: #333;
}
#sliderHero .btPrev {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	width: 70px;
	height: 70px;
	margin-top: -56px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}
#sliderHero .btPrev:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-bottom: 4px solid #464646;
	border-left: 4px solid #464646;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
#sliderHero .btNext {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0;
	width: 70px;
	height: 70px;
	margin-top: -56px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}
#sliderHero .btNext:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-top: 4px solid #464646;
	border-right: 4px solid #464646;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
#sliderHero .btNum {
	list-style: none;
	margin: 0;
	padding: 16px 0 0 0;
	text-align: center;
}
#sliderHero .btNum li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	padding: 0;
	border-radius: 50%;
	background: #ddd;
}
#sliderHero .btNum li.cr {
	background: #999;
}
@media(max-width: 767px) {
.cssskin-_block_billboard {
	margin-bottom: 0;
}
#sliderHero {
	height: 36px;
	padding-top: 95.312% !important;
	box-sizing: content-box;
}
#sliderHero .group {
	position: absolute;
	top: 0;
}
#sliderHero .column {
	vertical-align: top;
}
#sliderHero .c-img:first-child {
	display: none;
}
#sliderHero .c-img:last-child {
	display: block;
}
#sliderHero .body .inner {
	padding: 0;
}
#sliderHero .body {
	padding: 56px 20px 16px 20px;
	font-size: 14px;
}
#sliderHero .body .title {
	font-size: 18px;
}
#sliderHero .body .more {
	position: static;
	width: 120px;
	margin: 16px auto 0 auto;
	font-size: 12px;
	line-height: 32px;
}
#sliderHero .btPrev {
	width: 35px;
	height: 35px;
	margin-top: -36px;
}
#sliderHero .btPrev:after {
	width: 7px;
	height: 7px;
	border-width: 2px;
}
#sliderHero .btNext {
	width: 35px;
	height: 35px;
	margin-top: -36px;
}
#sliderHero .btNext:after {
	width: 7px;
	height: 7px;
	border-width: 2px;
}
}



/* ------------------------ featuredTopics */
#featuredTopics .group {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2.4%;
}
#featuredTopics .column {
	width: 30.89%;
	margin: 0 0 30px 2.43%;
	border:  1px solid #ececec;
	background: #fff;
	cursor: pointer;
}
#featuredTopics .column:nth-child(n + 4) {
	display: none;
}
#featuredTopics .c-img {
	overflow: hidden;
	display: block;
}
#featuredTopics .c-img img {
	width: 100%;
	vertical-align: top;
	transition: transform 0.4s ease;
}
#featuredTopics a:hover .c-img img {
	transform: scale(1.025);
}
#featuredTopics .category {
	padding: 0 18px;
	background: #373737;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
}
#featuredTopics .economy .category {
	background: #014886;
}
#featuredTopics .technology .category {
	background: #2b8f2f;
}
#featuredTopics .diversity .category {
	background: #e69d02;
}
#featuredTopics .regionalstrength .category {
	background: #da4429;
}
#featuredTopics .tradeandinvestment .category {
	background: #009cbd;
}
#featuredTopics .internationalcontribution .category, 
#featuredTopics .internationaldevelopment .category {
	background: #fc88b9;
}
#featuredTopics .foreignaffairs .category {
	background: #893eb4;
}
#featuredTopics .publications .category {
	background: #925a1d;
}
#featuredTopics .primeministerspeeches .category {
	background: #4964c4;
}
#featuredTopics .energy .category {
	background: #0a8683;
}
#featuredTopics .environment .category {
	background: #5ab034;
}
#featuredTopics .health .category {
	background: #a2405e;
}
#featuredTopics .security .category {
	background: #594ea0;
}
#featuredTopics .education .category {
	background: #664036;
}
#featuredTopics .culture .category {
	background: #ccb30a;
}
#featuredTopics .tourism .category {
	background: #e96d09;
}
#featuredTopics .sports .category {
	background: #308ad3;
}
#featuredTopics .body {
	position: relative;
	padding: 10px 18px 16px;
}
#featuredTopics .date {
	margin-bottom: 8px;
	padding: 0 80px 0 0;
	font-weight: 700;
}
#featuredTopics .title {
	margin-bottom: 4px;
	font-family: Georgia, "serif";
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}
#featuredTopics .newActive .title {
	padding-right: 64px;
}
#featuredTopics .new {
	position: absolute;
	top: 15px;
	right: 18px;
	padding: 0 10px;
	border: 1px solid #ed3522;
	color: #ed3522;
	font-weight: 700;
	line-height: 21px;
}
#featuredTopics .url {
	display: none;
}
.btTopics {
	max-width: 200px;
	margin: 0 auto 40px;
}
.btTopics .btn {
	display: block;
	border: 1px solid #adadad;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
}
.btTopics .btn:after {
	content: '';
	display: inline-block;
	position: relative;
	top: -4px;
	width: 5px;
	height: 5px;
	margin-left: 8px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: transform 0.4s ease;
}
.btTopics .btn.on:after {
	top: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.btTopics .btn span:last-child {
	display: none;
}
.btTopics .btn.on span:first-child {
	display: none;
}
.btTopics .btn.on span:last-child {
	display: inline;
}
@media(max-width: 767px) {
#featuredTopics .group {
	display: block;
	max-width: 354px;
	margin: 0 auto;
}
#featuredTopics .group .column {
	width: auto;
	margin: 0 0 18px 0;
}
#featuredTopics .body {
	font-size: 11px;
}
#featuredTopics .category {
	font-size: 11px;
}
#featuredTopics .date {
	padding: 0 64px 0 0;
}
#featuredTopics .title {
	font-size: 14px;
}
#featuredTopics .newActive .title {
	padding-right: 56px;
}
#featuredTopics .new {
	padding: 0 8px;
	font-size: 11px;
	line-height: 18px;
}
.btTopics {
	margin: 0 auto 40px;
}
}



/* ------------------------ tomodachi */
.tomodachi {
	position: relative;
	margin-bottom: 40px;
}
.tomodachi .bodyBlock {
	display: flex;
}
.tomodachi .latest {
	width: 48.75%;
	margin-right: 2.5%;
	border: 1px solid #ececec;
	background: #fff;
}
.tomodachi .latest .c-img {
	overflow: hidden;
	display: block;
}
.tomodachi .latest .c-img img {
	width: 100%;
	vertical-align: top;
	transition: transform 0.4s ease;
}
.tomodachi .latest a:hover .c-img img {
	transform: scale(1.025);
}
.tomodachi .latest .body {
	position: relative;
	padding: 15px;
	font-weight: 700;
}
.tomodachi .latest .title {
	font-family: Georgia, "serif";
	font-size: 20px;
}
.tomodachi .articles {
	width: 48.75%;
	padding: 24px 30px 20px;
	border: 1px solid #ececec;
	background: #fff;
}
.tomodachi .articles .h {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
	font-size: 16px;
	font-weight: 700;
}
.tomodachi .articles .column {
	margin: 0;
	padding: 14px 0;
	border-bottom: 1px solid #d8d8d8;
}
.tomodachi .articles .column:after {
	content: '';
	display: block;
	clear: both;
}
.tomodachi .articles .column:last-child{
	border: none;
}
.tomodachi .articles .column a {
	display: block;
}
.tomodachi .articles .column a:after {
	content: '';
	display: block;
	clear: both;
}
.tomodachi .articles .column a:hover {
	opacity: 0.4;
	color: inherit;
}
.tomodachi .articles .column .c-img {
	display: block;
	float: left;
	width: 142px;
}
.tomodachi .articles .column .body {
	margin-left: 170px;
	font-family: Georgia, "serif";
}
.tomodachi .articles .column .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
.tomodachi .btLink {
	position: absolute;
	top: -64px;
	right: 0;
}
.tomodachi .btLink a {
	display: inline-block;
	position: relative;
}
.tomodachi .btLink a:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	border-radius: 50%;
	background: #333;
	vertical-align: middle;
}
.tomodachi .btLink a:hover:before {
	background: #cd1e1f;
}
.tomodachi .btLink a:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 7px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tomodachi .new {
	position: absolute;
    top: 7px;
    right: 18px;
    padding: 0 10px;
    border: 1px solid #ed3522;
    color: #ed3522;
    font-weight: 700;
    line-height: 21px;
}

@media(max-width: 767px) {
.tomodachi {
	margin-bottom: 40px;
}
.tomodachi .bodyBlock {
	display: block;
}
.tomodachi .latest {
	width: auto;
	margin: 0 0 20px;
}
.tomodachi .articles {
	width: auto;
	padding: 15px;
}
.tomodachi .latest .title {
	font-size: 14px;
}
.tomodachi .articles .h {
	margin-bottom: 6px;
	font-size: 12px;
}
.tomodachi .articles .column {
	padding: 10px 0;
}
.tomodachi .articles .column .c-img {
	width: 98px;
}
.tomodachi .articles .column .body {
	margin-left: 113px;
}
.tomodachi .articles .column .title {
	font-size: 11px;
}
.tomodachi .btLink {
	position: static;
	padding-top: 24px;
	text-align: center;
}
.tomodachi .btLink a {
	font-size: 11px;
}
.tomodachi .btLink a:before {
	width: 19px;
	height: 19px;
}
.tomodachi .btLink a:after {
	left: 6px;
	width: 4px;
	height: 4px;
}
.tomodachi .new {
	padding: 0 8px;
	font-size: 11px;
	line-height: 18px;
}
}



/* ------------------------ featuredVideo */
.featuredVideo {
	position: relative;
	margin-bottom: 36px;
	padding: 0 47px;
}
.featuredVideo .slider {
	position: relative;
}
.featuredVideo .inner {
	overflow: hidden;
}
.featuredVideo .itemGroup {
	display: table;
	position: relative;
	left: 0;
	width: 200%;
}
.featuredVideo .item {
	display: table-cell;
	position: relative;
	width: 16.666666%;
	padding: 0 1px;
	cursor: pointer;
	transition: opacity 0.4s ease;
}
.featuredVideo .item:hover {
	opacity: 0.4;
}
.featuredVideo .item:nth-child(7) {
	position: absolute;
	left: 100%;
	top: 0;
}
.featuredVideo .item:nth-child(8) {
	position: absolute;
	left: 116.666666%;
	top: 0;
}
.featuredVideo .item:nth-child(9) {
	position: absolute;
	left: 133.333333%;
	top: 0;
}
.featuredVideo .item:nth-child(12) {
	position: absolute;
	right: 100%;
	top: 0;
}
.featuredVideo .item:nth-child(11) {
	position: absolute;
	right: 116.666666%;
	top: 0;
}
.featuredVideo .item:nth-child(10) {
	position: absolute;
	right: 133.333333%;
	top: 0;
}
.featuredVideo .img {
	position: relative;
	margin-bottom: 8px;
}
.featuredVideo .img:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 54px;
	height: 54px;
	background: url(../img/top/ico_play.png) no-repeat;
	background-size: cover;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.featuredVideo .img img {
	width: 100%;
}
.featuredVideo .title {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.featuredVideo .btPrev {
	position: absolute;
	top: 80px;
	left: -48px;
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.featuredVideo .btPrev:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-bottom: 5px solid #999;
	border-left: 5px solid #999;
	transform: translate(-50%, -50%) rotate(45deg);
}
.featuredVideo .btNext {
	position: absolute;
	top: 80px;
	right: -48px;
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.featuredVideo .btNext:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-top: 5px solid #999;
	border-right: 5px solid #999;
	transform: translate(-50%, -50%) rotate(45deg);
}
.featuredVideo .btNum {
	list-style: none;
	margin: 0;
	padding: 24px 0 0 0;
	text-align: center;
}
.featuredVideo .btNum li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	padding: 0;
	border-radius: 50%;
	background: #ddd;
}
.featuredVideo .btNum li.cr {
	background: #999;
}
.featuredVideo .btLink {
	position: absolute;
	top: -64px;
	right: 48px;
}
.featuredVideo .btLink a {
	display: inline-block;
	position: relative;
}
.featuredVideo .btLink a:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	border-radius: 50%;
	background: #333;
	vertical-align: middle;
}
.featuredVideo .btLink a:hover:before {
	background: #cd1e1f;
}
.featuredVideo .btLink a:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 7px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.featuredVideo .btLink a span:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 11px;
	margin-left: 8px;
	background: url(../img/ico_blank.png) no-repeat;
	background-size: cover;
}
@media(max-width: 1159px) {
.featuredVideo .btPrev {
	left: -40px;
}
.featuredVideo .btNext {
	right: -40px;
}
}
@media(max-width: 767px) {
.featuredVideo {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 0 38px;
}
.featuredVideo .inner {
	overflow: visible;
}
.featuredVideo .itemGroup {
	width: 600%;
}
.featuredVideo .item:hover {
	opacity: 1;
}
.featuredVideo .title {
	font-size: 12px;
}
.featuredVideo .btPrev, 
.featuredVideo .btNext {
	display: none;
}
.featuredVideo .btLink {
	position: static;
	padding-top: 24px;
	text-align: center;
}
.featuredVideo .btLink a {
	font-size: 11px;
}
.featuredVideo .btLink a:before {
	width: 19px;
	height: 19px;
}
.featuredVideo .btLink a:after {
	left: 6px;
	width: 4px;
	height: 4px;
}
}



/* ------------------------ video */
#videoArea {
	display: none;
}
#videoArea .over {
	opacity: 0.7;
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
#videoArea .videoBox {
	position: absolute;
	z-index: 2001;
	top: 160px;
	left: 50%;
	width: 100%;
	max-width: 780px;
	transform: translateX(-50%);
}
#videoArea .outer {
	position: relative;
	left: 0;
	width: 100%;
	padding-top: 56.25%;
}
#video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#videoArea .btClose {
	position: absolute;
	top: -80px;
	right: 0;
	width: 56px;
	height: 56px;
	cursor: pointer;
}
#videoArea .btClose:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transform: translateY(-1px) rotate(45deg);
}
#videoArea .btClose:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transform: translateY(-1px) rotate(-45deg);
}
#videoArea .title {
	padding-top: 24px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
@media(max-width: 767px) {
#videoArea .title {
	font-size: 14px;
}
#videoArea .btClose {
	top: -48px;
	width: 32px;
	height: 32px;
}
}



/* ------------------------ links */
.linksBanner {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0 0 40px;
	padding: 0 48px;
}
.linksBanner li {
	width: 23.66%;
	margin-left: 1.78%;
	font-size: 15px;
	line-height: 1.46;
}
.linksBanner li:first-child {
	width: 49.1%;
	margin-left: 0;
	font-size: 22px;
}
.linksBanner a {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	border: 1px solid #ccbd8f;
	background: #fff;
}
.linksBanner a:hover {
	opacity: 0.4;
	color: #333;
}
.linksBanner .img {
	display: table-cell;
	width: 99px;
	height: 100%;
	padding: 16px 8px;
	vertical-align: middle;
}
.linksBanner .img img {
	width: 83px;
}
.linksBanner .body {
	display: table-cell;
	height: 100%;
	padding: 16px 16px 16px 8px;
	font-family: Georgia, "serif";
	vertical-align: middle;
}
.linksBanner .body:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 11px;
	margin-left: 8px;
	background: url(../img/ico_blank.png) no-repeat;
	background-size: cover;
}
.linksBanner li:first-child .img {
	width: 35.2%;
	text-align: right;
	padding: 16px;
}
.linksBanner li:first-child .body {
	padding: 16px;
}

.n_linksBanner .sp {
	display: none;
}
.n_linksBanner {
	margin-bottom: 30px;
	padding: 0 48px;
}
.n_linksBanner ul {
	display: -web-flex;
	display: flex;
	max-width: 1120px;
	margin: 0 auto;
}
.n_linksBanner li {
	position: relative;
	width: 25%;
	margin-left: 20px;
}
.n_linksBanner li a {
	display: block;
}
.n_linksBanner li a:hover {
	opacity: 0.4;
}
.n_linksBanner li .img img {
	border: 1px solid #dcdcdc;
}
.n_linksBanner li:first-child {
	margin-left: 0;
}
/*
.n_linksBanner li:first-child {
	margin-left: 0;
	background: #fff;
	border: 1px solid #dcdcdc;
}
.n_linksBanner li:first-child a {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
	padding: 7.05% 9.05%;
}
.n_linksBanner li:first-child a .img {
	width: 33.48%;
	text-align: center;
}
.n_linksBanner li:first-child a .body {
	width: 66.52%;
	padding-left: 9.05%;
	font-size: 15px;
	font-family: Georgia, "serif";
	vertical-align: middle;
	line-height: 1.466;
}

.n_linksBanner li:first-child .img img {
	width: 100%;
	border: 0;
}
.n_linksBanner br.sp {
	display: none;
}
.n_linksBanner li:first-child:after {
	content: '';
    display: inline-block;
	position: absolute;
	bottom: 9.85%;
	right: 3%;
    width: 13px;
	width: 4.64%;
    height: 0;
	padding-top: 3.92%;
    background: url(../img/ico_blank.png) no-repeat;
    background-size: cover;
}
*/
/*
.n_linksBanner li:nth-child(2) {
	background: #fff;
	border: 1px solid #dcdcdc;
	text-align: center;
}
.n_linksBanner li:nth-child(2) a {
	display: block;
	height: 100%;
	padding: 7.54% 16.98%;
}
.n_linksBanner li:nth-child(2) .img img {
	width: 100%;
	max-width: 172px;
	border: 0;
}
.n_linksBanner li:first-child:after,
.n_linksBanner li:nth-child(2):after {
	content: '';
    display: inline-block;
	position: absolute;
	bottom: 9.85%;
	right: 3%;
    width: 13px;
	width: 4.64%;
    height: 0;
	padding-top: 3.92%;
    background: url(../img/ico_blank.png) no-repeat;
    background-size: cover;
}
*/

.sliderBanner {
	position: relative;
	margin-bottom: 40px;
	padding: 0 38px;
}
.sliderBanner .inner {
	overflow: hidden;
}
.sliderBanner .itemGroup {
	display: flex;
	position: relative;
	width: 200%;
}
.sliderBanner .item {
	width: 12.5%;
	padding: 0 10px;
}
/*
.sliderBanner .item:nth-child(9) {
	position: absolute;
	left: 100%;
	top: 0;
}
.sliderBanner .item:nth-child(10) {
	position: absolute;
	left: 112.5%;
	top: 0;
}
.sliderBanner .item:nth-child(11) {
	position: absolute;
	left: 125%;
	top: 0;
}
.sliderBanner .item:nth-child(12) {
	position: absolute;
	left: 137.5%;
	top: 0;

}
.sliderBanner .item:nth-child(13) {
	position: absolute;
	right: 100%;
	top: 0;
}
.sliderBanner .item:nth-child(14) {
	position: absolute;
	right: 112.5%;
	top: 0;
}
.sliderBanner .item:nth-child(15) {
	position: absolute;
	right: 125%;
	top: 0;
}
.sliderBanner .item:nth-child(16) {
	position: absolute;
	right: 137.5%;
	top: 0;
}
*/
.sliderBanner .item:last-child {
	position: absolute;
	right: 100%;
	top: 0;
}
.sliderBanner .item a {
	display: block;
	color: inherit;
}
.sliderBanner .item a:hover {
	opacity: 0.4;
}
/*
.sliderBanner .img {
	margin-bottom: 16px;
}
*/
.sliderBanner .title {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
}
.sliderBanner .title:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 11px;
	margin-left: 8px;
	background: url(../img/ico_blank.png) no-repeat;
	background-size: cover;
}
.sliderBanner .btPrev {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.sliderBanner .btPrev:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-bottom: 5px solid #999;
	border-left: 5px solid #999;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.sliderBanner .btNext {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.sliderBanner .btNext:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-top: 5px solid #999;
	border-right: 5px solid #999;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.sliderBanner .btNum {
	display: none;
	list-style: none;
	margin: 0;
	padding: 24px 0 0 0;
	text-align: center;
}
.sliderBanner .btNum li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	padding: 0;
	border-radius: 50%;
	background: #ddd;
}
.sliderBanner .btNum li.cr {
	background: #999;
}
.bnrTokyo2020 {
	margin: 40px 0;
	padding: 0 20px;
	text-align: center;
}
.bnrTokyo2020 a:hover {
	opacity: 0.4;
}
.bnrTokyo2020 .sp {
	display: none;
}

@media(max-width: 1100px) {
/*
.n_linksBanner li:first-child a .body {
	font-size: 13px;
}
*/
}

@media(max-width: 960px) {
.linksBanner {
	display: block;
	padding: 0 20px;
}
.linksBanner li, 
.linksBanner li:first-child {
	width: auto;
	margin: 0 0 13px 0;
}
.linksBanner .img, 
.linksBanner li:first-child .img {
	width: 99px;
	padding: 16px 24px;
}
.linksBanner .img img {
	width: 100%;
}
.linksBanner .body, 
.linksBanner li:first-child .body {
	padding: 16px 16px 16px 0;
	font-size: 14px;
}
.linksBanner .body br {
	display: none;
}
/*
.n_linksBanner li:first-child a .body {
	font-size: 10px;
}
*/
}
@media(max-width: 767px) {
.sliderBanner {
	margin-bottom: 40px;
	padding: 0 25px;
}
.sliderBanner .itemGroup {
	display: table;
	width: 800%;
}
.sliderBanner .item {
	display: table-cell;
}
.sliderBanner .title {
	font-size: 13px;
}
.sliderBanner .btPrev {
	display: block;
	width: 35px;
	height: 35px;
}
.sliderBanner .btPrev:after {
	width: 10px;
	height: 10px;
	border-width: 3px;
}
.sliderBanner .btNext {
	display: block;
	width: 35px;
	height: 35px;
}
.sliderBanner .btNext:after {
	width: 10px;
	height: 10px;
	border-width: 3px;
}
.sliderBanner .btNum {
	display: block;
}

.n_linksBanner {
	padding: 0 20px;
}
.n_linksBanner .pc {
	display: none;
}
.n_linksBanner .sp {

	display: inline;
}
.n_linksBanner ul {
	display: block;
	max-width: 560px;
}
.n_linksBanner li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 13px;
}
/*
.n_linksBanner li:first-child a {
	padding: 9px 20px;
}
.n_linksBanner li:first-child a .body {
	padding-left: 20px;
	font-size: 14px;
}
.n_linksBanner li:first-child a .img {
	width: auto;
}
.n_linksBanner li:first-child .img img {
	width: 54px;
}
.n_linksBanner br.pc {
	display: none;
}
.n_linksBanner br.sp {
	display: inline;
}
*/
/*
.n_linksBanner li:nth-child(2) a {
	padding: 14px;
}
.n_linksBanner li:nth-child(2) .img img {
	width: 107px;
}

.n_linksBanner li:first-child:after,
.n_linksBanner li:nth-child(2):after {
	bottom: 9.85%;
    right: 3%;
    width: 4.64%;
    height: 0;
    padding-top: 3.92%;
}
*/
.bnrTokyo2020 {
	margin: 40px 0 60px;
}
.bnrTokyo2020 .pc {
	display: none;
}
.bnrTokyo2020 .sp {
	display: inline;
}
}




/* ------------------------ news */
#news {
	position: relative;
}
#news .headArea {
	margin-bottom: 42px;
}
#news .headArea .btLink {
	position: absolute;
	top: 56px;
	right: 48px;
	font-family: Verdana, "sans-serif";
}
#news .headArea .btLink a {
	display: inline-block;
	position: relative;
}
#news .headArea .btLink a:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	border-radius: 50%;
	background: #333;
	vertical-align: middle;
}
#news .headArea .btLink a:hover:before {
	background: #cd1e1f;
}
#news .headArea .btLink a:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 7px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media(max-width: 767px) {
#news {
	padding-bottom: 85px;
}
#news .headArea {
	margin-bottom: 20px;
}
#news .headArea .btLink {
	top: auto;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}
#news .headArea .btLink {
	text-align: center;
}
#news .headArea .btLink a {
	font-size: 11px;
}
#news .headArea .btLink a:before {
	width: 19px;
	height: 19px;
}
#news .headArea .btLink a:after {
	left: 6px;
	width: 4px;
	height: 4px;
}
}



/* ------------------------ edit */
#edit_latest, 
#edit_article {
	display: none;
}

#edit_latest .column {
	max-width: 486px;
	margin: 0 auto;
}
#edit_article .column {
	max-width: 486px;
	margin: 0 auto;
	padding: 14px 0;
	border-bottom: 1px solid #d8d8d8;
}
#edit_latest .c-img {
	overflow: hidden;
}
#edit_latest .c-img img {
	width: 100%;
	vertical-align: top;
	transition: transform 0.4s ease;
}
#edit_latest a:hover .c-img img {
	transform: scale(1.025);
}
#edit_latest .body {
	padding: 15px;
	font-weight: 700;
}
#edit_latest .title {
	font-family: Georgia, "serif";
	font-size: 20px;
}


#edit_article .column:after {
	content: '';
	display: block;
	clear: both;
}
#edit_article .column:last-child{
	border: none;
}
#edit_article .column a {
	display: block;
}
#edit_article .column a:hover {
	opacity: 0.4;
	color: inherit;
}
#edit_article .column .c-img {
	display: block;
	float: left;
	width: 142px;
}
#edit_article .column .body {
	margin-left: 170px;
	font-family: Georgia, "serif";
}
#edit_article .column .title {
	font-size: 16px;
	font-weight: 700;
}

















