@charset "utf-8";
/* standard */
[class^="column-icon-"]{
	margin:0; padding:0;
	position:relative;
	display:inline-block;
}
[class^="column-icon-"]:before{
	content:'';
	background:url( 'sprite-icon.png?v=1.2' ) no-repeat;
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
	box-sizing:border-box;
	border:none;
	margin-right:6px;
}
.column-icon-favorite:before{
	width:16px;
	height:15px;
	background-position:-41px 0;
	margin:0;
	padding:0;
}
body.single-column main article header .meta .add_favorite > .js_column_add_favorite:hover i:before,
.active > .column-icon-favorite:before{
	width:16px;
	height:15px;
	background-position:-75px 0;
}

[class^="column-icon-"].country.large{
	transform:scale(1.5);
	margin-right:10px;
	margin-left:10px;
}
[class^="column-icon-"].country.small{
	transform:scale(0.7);
	margin:0 -.4em;
}
.column-icon-philippine:before{
	width:31px;
	height:20px;
	background-position:0 -15px;
}
.column-icon-canada:before{
	width:31px;
	height:20px;
	background-position:-93px -15px;
}
.column-icon-aus:before{
	width:31px;
	height:20px;
	background-position:-31px -15px;
}
.column-icon-nz:before{
	width:31px;
	height:20px;
	background-position:-62px -15px;
}
.column-icon-uk:before{
	width:31px;
	height:20px;
	background-position:-155px -15px;
}
.column-icon-irl:before{
	width:31px;
	height:20px;
	background-position:0 -35px;
}
.column-icon-us:before{
	width:31px;
	height:20px;
	background-position:-124px -15px;
}
.column-icon-haw:before{
	width:31px;
	height:20px;
	background-position:-31px -35px;
}
.column-icon-mlt:before{
	width:31px;
	height:20px;
	background-position:-62px -35px;
}
.column-icon-fji:before{
	width:31px;
	height:20px;
	background-position:-124px -35px;
}
.column-icon-mys:before{
	width:31px;
	height:20px;
	background-position:-93px -35px;
}
.column-icon-sgp:before{
	width:31px;
	height:20px;
	background-position:-155px -35px;
}
.column-icon-ind:before{
	width:31px;
	height:20px;
	background-position:-93px -55px;
}
.column-icon-ger:before{
	width:31px;
	height:20px;
	background-position:0 -55px;
}
.column-icon-fra:before{
	width:31px;
	height:20px;
	background-position:-31px -55px;
}
.column-icon-esp:before{
	width:31px;
	height:20px;
	background-position:-124px -55px;
}
.column-icon-ita:before{
	width:31px;
	height:20px;
	background-position:-155px -55px;
}
.column-icon-bali:before{
	width:31px;
	height:20px;
	background-position:-61px -55px;
}

#main_contents .column-merge p{
	text-align:justify;
	line-height:1.7;
	word-break:break-all;
}
.column-merge .thumbnail{
	display:inline-block;
	position:relative;
	width:100%;
	padding-top:75%;
}
.column-merge .thumbnail img
, .column-merge .thumbnail .noimage
{
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	width:100%; height:inherit;
	object-fit: cover;
}

.column-merge .noimage{
    overflow: hidden;
    padding-top: 75%;
}
.column-merge .noimage.random-noimage{
	background-repeat:no-repeat;
	background-size:contain;
}
.column-merge .noimage.random-noimage:after{display:none}

.js_column_add_favorite{
	position:relative;
	cursor:pointer;
}
.js_column_add_favorite i{
	border:1px solid transparent;
	line-height:1;
}
.js_column_add_favorite:hover i{
	border:1px solid #666;
}
.js_column_add_favorite:hover .popup{
	display:block;
	position:absolute;
	z-index:10;
	bottom:2em;
	left:50%; margin-left:-50px;
	border:1px solid #666;
	background:#fff;
	color:#666;
	padding:6px 10px;
	font-size:11px;
	font-weight:bold;
	width:100px;
	text-align:center;
}
.js_column_add_favorite:hover .popup:before{
	content:'';
	position:absolute; width:0; height:0;
	bottom:-6px; left:50%; margin-left:-6px;
	border-top: 6px solid #ccc;
	border-left:6px solid transparent;
	border-right: 6px solid transparent;
}
.js_column_add_favorite:hover .popup:after{
	content:'';
	position:absolute; width:0; height:0;
	bottom:-5px; left:50%; margin-left:-6px;
	border-top: 6px solid #fff;
	border-left:6px solid transparent;
	border-right: 6px solid transparent;
}
.js_column_add_favorite.left:hover .popup{
	left:inherit;
	margin-left:0;
	right:-10px;
}
.js_column_add_favorite.left:hover .popup:before{
	left:80%;
}
.js_column_add_favorite.left:hover .popup:after{
	left:80%;
}
.js_column_add_favorite .popup .red{color:#F00}

#main_contents .list-flex ul{
	margin:0;
}
#main_contents .list-flex ul > li > a{
	display:block;
	position:relative;
	overflow:hidden;
	border:none;
}
#main_contents .list-flex ul > li > a:hover{
	opacity:0.8;
}

#main_contents .list-flex .entry .thumbnail{
	text-align:center;
	vertical-align:bottom;
	display: inline-block;
	position: relative;
	width: 100%;
	padding-top: 75%;
}
#main_contents .list-flex .entry .body{
	position:absolute;
	left:0; bottom:0;
	width:100%;
	background:rgba(0,0,0,0.5);
	padding:6px;
	color:#fff;
}
#main_contents .list-flex .entry .body > *{
	display:block;
}
#main_contents .list-flex .entry .body .publish_date{
	text-align:right;
	font-size:12px;
}
#main_contents .list-flex .entry .title{
	text-align:justify;
	line-height:1.4;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	margin:0;
}
#main_contents .list-flex .entry a:hover .title{
	text-decoration:underline;
}
#main_contents .list-flex .entry .meta{
	font-size:12px;
	text-decoration:underline;
	margin:4px 0;
	color:#666;
}
#main_contents .meta.flex{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
#main_contents .meta.flex > .flex-grow{
	flex:1 1 auto;
}
#main_contents .meta.flex > .grow{
	flex:1 1 auto;
}
#main_contents .meta.flex > .add_favorite{
	margin-left:1em;
}


/* category top */
#main_contents .recent-columns-at-nation{
	margin-bottom:20px;
}
#main_contents .recent-columns-at-nation *{
	box-sizing:border-box;
}
#main_contents .recent-columns-at-nation .TOPtitle{
	border-color:#0099ff;
}
#main_contents .recent-columns-at-nation > .b{
	border:1px solid #0099ff;
	margin-bottom:6px;
}
#main_contents .recent-columns-at-nation .list-flex > ul{
	display:flex;
	flex-flow:row wrap;
	margin:10px 5px;
}
#main_contents .recent-columns-at-nation .list-flex > ul > li{
	line-height: 1.4;
	margin: 0;
	padding:0;
	background:none;
	
	width:inherit;
	flex:0 0 33.333%;
	padding:5px;
}
#main_contents .recent-columns-at-nation .mod_js_slider.sp{
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
#main_contents .recent-columns-at-nation .mod_js_slider.sp .photo .nation_label{
	position:absolute;
	left:0; bottom:0;
	width:100%;
	background:rgba(0,0,0,0.5);
	padding:4px 6px;
	color:#fff;
	font-size:12px;
}
#main_contents .recent-columns-at-nation .mod_js_slider.sp .publish_date{
	font-size:12px;
}
#main_contents .recent-columns-at-nation .mod_js_slider.sp .entry{
	display:block;
	color:#666;
}
@media only screen and (max-width: 959px) {
	#main_contents .recent-columns-at-nation .mod_js_slider.sp .entry{
		display:table;
	}
}
#main_contents .recent-columns-at-nation .mod_js_slider.sp .entry .body{
	padding-left:10px;
	font-size:13px;
}
#main_contents .recent-columns-at-nation .mod_js_slider.sp .entry .body .t{
	font-size:16px;
	font-weight:bold;
	color:#006699;
}


#main_contents .school-top-reports .mod_js_slider{
	box-sizing:border-box;
	border:1px solid #7fb324;
}
#main_contents .school-top-reports .mod_js_slider *{
	box-sizing:border-box;
}
#main_contents .school-top-reports .mod_js_slider .list-flex > ul{
	display:flex;
	flex-flow:row wrap;
	margin:0 5px;
}
#main_contents .school-top-reports .mod_js_slider .list-flex > ul > li{
	line-height: 1.4;
	margin: 0;
	padding:0;
	background:none;
	
	width:inherit;
	flex:0 0 33.333%;
	padding:5px;
	font-size:13px;
	border-right:1px dotted #7fb324;
}
#main_contents .school-top-reports .mod_js_slider .list-flex > ul > li:nth-of-type(3):last-child{
	border-right:none;
}
#main_contents .school-top-reports .mod_js_slider .list-flex > ul > li > *{
	margin-bottom:6px;
}
#main_contents .school-top-reports .mod_js_slider .list-flex > ul > li{
	padding-top:10px;
}
#main_contents .school-top-reports .mod_js_slider .list-flex > ul > li .t a{
	border:none;
	color:#7fb324;
	font-weight:bold;
	font-size:14px;
}
#main_contents .school-top-reports .mod_js_slider .list-flex > ul > li .img img{
	max-width:80%;
}
#main_contents .school-top-reports .mod_js_slider .list-flex > ul > li p{
	padding:0;
	margin:0;
	font-size:13px;
	line-height:1.4;
}
#main_contents .recent-columns-reports-at-nation{
	margin-bottom:40px;
}

/* top */
#main_contents .recent-columns-new-at-top{
	margin-top:30px;
	margin-bottom:30px;
	color:#221815;
}
#main_contents .recent-columns-new-at-top > .t{
	font-size:15px;
	line-height:20px;
	padding:8px 4px;
	border-top:2px solid #029ffc;
	border-bottom:2px solid #029ffc;
	margin-bottom:3px;
}
#main_contents .recent-columns-new-at-top > .t .alt{
	font-size:14px;
	line-height:20px;
	float:right;
}
#main_contents .recent-columns-new-at-top > .t .alt .num{
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
	color:#59bcb5;
}
#main_contents .recent-columns-new-at-top > .t .alt .ex{
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 2px;
	margin-left: -2px;
	transform: rotate(15deg);
}
#main_contents .recent-columns-new-at-top > .b ul{
	margin:0;
	margin-bottom:10px;
	padding:0;
}
#main_contents .recent-columns-new-at-top > .b li{
	padding:10px 0 10px 0;
	margin:0;
	border-top:1px solid #029ffc;
	list-style:none;
	background:none;
	font-size:12px;
}
#main_contents .recent-columns-new-at-top > .b li:last-child{
	border-bottom:1px solid #029ffc;
}
#main_contents .recent-columns-new-at-top > .b li .body{
	padding-left:15px;
}
#main_contents .recent-columns-new-at-top > .b li a{
	text-decoration:none;
	border:none;
	color:#029ffc;
}
#main_contents .recent-columns-new-at-top > .b li .body a:hover{
	text-decoration:underline;
}
#main_contents .recent-columns-new-at-top > .b li a.title{
	color:#029ffc;
	margin:0;
	font-size:16px;
	font-weight:normal;
	line-height:1.4;
	display:block;
	margin-bottom:10px;
}
#main_contents .recent-columns-new-at-top > .b li .meta{
	font-size:14px;
}
#main_contents .recent-columns-new-at-top > .b li .meta .category_name{
	display:inline-block;
	background: #d2d2d2;
	color: #000;
	font-size:12px;
	font-weight:bold;
	padding: 2px 0.8em;
	margin-right: 1em;
}
#main_contents .recent-columns-new-at-top .more{
	text-align:right;
}
#main_contents .recent-columns-new-at-top .more a{
	font-size:12px;
	color:#221815;
}
#main_contents .recent-columns-new-at-top .more a:hover{
	text-decoration:none;
}
@media only screen and (max-width: 959px) {
#main_contents .recent-columns-new-at-top > .t{
	padding:10px 10px;
}
#main_contents .recent-columns-new-at-top > .t .alt{
	font-size:12px;
}
#main_contents .recent-columns-new-at-top > .t .alt .num{
	font-size:14px;
}
#main_contents .recent-columns-new-at-top > .t .alt .ex{
	font-size: 14px;
}
#main_contents .recent-columns-new-at-top > .b li .photo{
	padding-left:15px;
	width:25%;
	vertical-align:middle;
}
#main_contents .recent-columns-new-at-top > .b li a.title{
	padding-right:15px;
	font-size:11px;
	margin:0;
}
#main_contents .recent-columns-new-at-top > .b li .meta{
	display:none;
}
#main_contents .recent-columns-new-at-top .more{
	padding-right:10px;
}
}