/*  =============================================================================
	=============================================================================
	=============================================================================
	客製化 Home CSS 設計
	=============================================================================
	=============================================================================
	=============================================================================
	========================================================================== */

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}
#slider .slider_container{
	width: 1200px;
	margin: 0 auto;
}

#slider.IE-mode .slider_container .swiper-slide{
	opacity: 0;
	transition: all 400ms ease;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.slider_container .swiper-slide-active{
	padding-bottom: 1px;
}

#slider.IE-mode .slider_container .swiper-slide.active{
	opacity: 1;
	display: block;
}

#slider .swiper-button-next,
#slider .swiper-button-prev{
	width: 19px;
    height: 36px;
    padding: 5px;
    margin-top: -18px;
    background-size: 19px 36px;
}

#slider .swiper-button-next{
	right: 47px;
}

#slider .swiper-button-prev{
	left: 47px;
}

#slider.IE-mode .swiper-button-next img,
#slider.IE-mode .swiper-button-prev img{
	display: none;
}

#slider.IE-mode .swiper-button-next{
	background-image: url(../img/home/w_arrow_right.svg);
}

#slider.IE-mode .swiper-button-prev{
	background-image: url(../img/home/w_arrow_left.svg);
}

#slider.IE-mode .swiper-button-next#black{
	background-image: url(../img/home/b_arrow_right.svg);
}

#slider.IE-mode .swiper-button-prev#black{
	background-image: url(../img/home/b_arrow_left.svg);
}

#slider .swiper-button-next .cls-1,
#slider .swiper-button-prev .cls-1{
	transition: 400ms all ease;
}

#slider .swiper-button-next#white .cls-1,
#slider .swiper-button-prev#white .cls-1{
	fill: #ffffff;
}

#slider .swiper-button-next#black .cls-1,
#slider .swiper-button-prev#black .cls-1{
	fill: #1A355B;
}

.swiper-pagination-bullet{
	border: 1px solid rgba(0,0,0,0.2);
}

.swiper-pagination-bullet-active{
	background: #ffffff;
}


@media (max-width: 1200px) {
	#slider .slider_container {
		width: 100%;
	}
}

.section_shortlist_with_title{
	position: relative;
	z-index: 1;
}

#staff_blog.section_shortlist_with_title {
	padding-bottom: 47px;
}
#feature.section_shortlist_with_title {
	padding-bottom: 47px;
}

#news.section_shortlist_with_title {
    padding-bottom: 47px;
}

#area.section_shortlist_with_title {
    padding-bottom: 47px;
}

.section_shortlist_with_title .shortlist_title_box{
	width: 100%;
	float: left;
	padding-top: 39px;
}

.staff_blog_type_shortlist.section_shortlist_with_title .shortlist_title_box{
	padding-top: 35px;
}

.news_type_shortlist.section_shortlist_with_title .shortlist_title_box{
	padding-top: 45px;
}

.section_shortlist_with_title .shortlist_title_box .shortlist_title{
	float: left;
}
.section_shortlist_with_title .shortlist_title_box .more_link_btn{
	float: right;
	padding-top: 10px;
}

#staff_blog.section_shortlist_with_title .shortlist_title_box .more_link_btn{
	padding-top: 13px;
}

.section_shortlist_with_title .shortlist_title_box .more_link_btn a{
	font-size: 10px;
	text-decoration: none;
	line-height: 0px;
	: 0.06em;
	padding: 8px 10px;
	border: 2px solid #1A355B;
	position: relative;
	background-color: #ffffff;
	z-index: 1;
	transition: background-color 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}

.shortlist_title h2 {
	font-size: 32px;
    font-weight: bold;
    color: #1A355B;
    letter-spacing: 0;
}

/*
.section_shortlist_with_title .shortlist_title_box .more_link_btn a:after{
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	z-index: 2;
	transition: background-color 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
*/

.section_shortlist_with_title .shortlist_title_box .more_link_btn a span{
	position: relative;
	z-index: 3;
	color: #1A355B;
	transition: color 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.clearfix {zoom:1;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#ptitle {
	font-size: 32px;
    font-weight: bold;
    color: #1A355B;
}
#peripheral .more_link_btn {
	padding-top: 0;
}
#peripheral.section_shortlist_with_title .shortlist_title_box {
	float: none !important;
}
#peripheral.news_type_shortlist.section_shortlist_with_title .shortlist_title_box {
    padding-top: 64px !important;
}
#ptitle span {
	font-size: 16px;
	font-weight: bold;
	margin-left: 16px;
    color: #1A355B;
}
#peripheral-list {
	margin: 24px 0 0 0;
	padding: 0;
}
#peripheral-list li {
	list-style: none;
	width: 294px;
	float: left;
	margin-right: 8px;
}
#peripheral-list li:last-child {
	margin-right: 0;
}
#peripheral-list li img {
	width: 100%;
	vertical-align: bottom;
}


.section_shortlist_with_title .shortlist_title_box .more_link_btn a:hover{
	background-color: #1A355B;
}

.section_shortlist_with_title .shortlist_title_box .more_link_btn a:hover span{
	color: #fff;
}

@media (max-width: 768px) {
	.section_shortlist_with_title .shortlist_title_box .more_link_btn a:hover:after{
		width: 0%;
	}

	.section_shortlist_with_title .shortlist_title_box .more_link_btn a:hover span{
		color: #1A355B;
	}
}

#event.section_shortlist_with_title .shortlist_title_box .shortlist_title h2{
/*
	width: 116px;
	height: 48px;
*/
}

#staff_blog.section_shortlist_with_title .shortlist_title_box .shortlist_title h2{
	width: 201px;
	height: 53px;
}

#news.section_shortlist_with_title .shortlist_title_box .shortlist_title h2{
	width: 116px;
	height: 48px;
}

#instagram.section_shortlist_with_title .shortlist_title_box .shortlist_title h2{
	width: 201px;
	height: 40px;
	margin-bottom: 24px;
}

#instagram .instagram_content_box {
	float: left;
	width: 100%;
	position: relative;
}

#instagram .instagram_content {
	float: left;
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

#instagram .instagram_content a{
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
}

#instagram .instagram_content a img{
	width:100%;
	float: left;

}

#instagram .instagram_content #loopslider_wrap{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

#instagram .instagram_content ul {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#instagram .instagram_content ul li {
	list-style: none;
	width: 25%;
	float: left;
	padding: 3px;
	box-sizing: border-box;
	background-color: #F8F8F8;

}

#instagram .instagram_content a img{
	opacity: 1;
	transition: 250ms ease opacity;
}
#area h2{
	width: 92px;
	height: 31px;
	margin-bottom: 24px;
}
#area h2 img{
	width: 92px;
	height: 31px;
}
#area .swiper-container2{
	width: 100%;
	float: left;
	overflow-x: hidden;
}
#area .swiper-container2 .swiper-slide{
	width: 294px;
	float: left;
	margin-right:16px;
}

#area .yellow_bg_color{
	background-color: #D19619;
}
#area .blue_green_bg_color{
	background-color: #0098A6;
}
#area .red_bg_color{
	background-color: #C8601F;
}
#area .purple_bg_color{
	background-color: #755F8D;
}
#area .gray_bg_color{
	background-color: #90928F;
}
#area .blue_bg_color{
	background-color: #195596;
}
#area .blue2_bg_color {
	background-color: #4393BA;
}
#area .pink_bg_color{
	background-color: #B3658B;
}
#area .d_gray_bg_color{
	background-color: #90928F;
}
#area .l_gray_bg_color{
	background-color: #C8BEB8;
}
#area .green_bg_color{
	background-color: #2F7467;
}
#area .green_bg_color2{
	background-color: #61956D;
}
#area .title{
	width: 100%;
	float: left;
	margin-bottom: 16px;
}

#area .title .num{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 13px;
	: 0.06em;
	color: #ffffff;
	text-align: center;
	padding-top: 9px;
}

#area .title .label{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	: 0.06em;
	color: #1A355B;
	padding-left: 8px;
}
#area .swiper-wrapper {
	margin-bottom: 16px;
}

.swiper-pagination2{
	text-align: center;
}

@media (max-width: 600px) {
	#area .title{
	width: 100%;
	float: left;
	margin-bottom: 8px;
	}

	#area .title .num{
		display: inline-block;
		vertical-align: middle;
		width: 16px;
		height: 16px;
		box-sizing: border-box;
		font-size: 10px;
		line-height: 16px;
		: 0.06em;
		color: #ffffff;
		text-align: center;
		padding-top: 0px;
	}

	#area .title .label{
		display: inline-block;
		vertical-align: middle;
		font-size: 12px;
		font-weight: bold;
		line-height: 16px;
		: 0.06em;
		color: #1A355B;
		padding-left: 8px;
	}
	#news.section_shortlist_with_title {
		padding-top: 8px;
    	padding-bottom: 24px;
	}

	#area.section_shortlist_with_title {
		padding-top: 8px;
	    padding-bottom: 24px;
	}


}

body:not(.iOS):not(.Android) #instagram .instagram_content a:hover img{
	opacity: 0.5;
}

body:not(.iOS):not(.Android) #area a:hover img{
	opacity: 0.5;
}



.section_shortlist_with_title .shortlist_content_box .shortlist_content{
	float: left;
	margin-top: 16px;
}

.staff_blog_type_shortlist.section_shortlist_with_title.boxes_shortlist .shortlist_content_box .shortlist_content{
	margin-top: 16px;
}

.news_type_shortlist.section_shortlist_with_title .shortlist_content_box .shortlist_content{
	margin-top: 16px;
}

.section_shortlist_with_title.boxes_shortlist .shortlist_content_box .shortlist_content{
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: -4px;
}

.shortlist_content_box .shortlist_content .shortlist_article{
	float: left;
	box-sizing: border-box;
	padding: 4px;

}

.two_col .shortlist_content_box .shortlist_content .shortlist_article{
	width: 50%;
}

.shortlist_content_box .shortlist_content .shortlist_article a{
	display: block;
	position: relative;
	text-decoration: none;
}

.shortlist_content_box .shortlist_content .shortlist_article a .top_wrap{
	overflow: hidden;
}

.shortlist_content_box .shortlist_content .shortlist_article a .top_wrap .new_article_icon{
	font-size: 12px;
	color: #122239;
	line-height: 64px;
	: 0.1em;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 3;
	background-color: #F3F25D;
	width: 64px;
	height: 64px;
	text-align: center;
	border-radius: 0px 0px 16px 0px;
	-moz-border-radius: 0px 0px 16px 0px;
	-ms-border-radius: 0px 0px 16px 0px;
	-webkit-border-radius: 0px 0px 16px 0px;
}

.shortlist_content_box .shortlist_content .shortlist_article a .top_wrap .end_article_icon{
	font-size: 12px;
	color: #fff;
	line-height: 64px;
	: 0.1em;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 3;
	background-color: #0098A6;
	width: 64px;
	height: 64px;
	text-align: center;
	border-radius: 0px 0px 16px 0px;
	-moz-border-radius: 0px 0px 16px 0px;
	-ms-border-radius: 0px 0px 16px 0px;
	-webkit-border-radius: 0px 0px 16px 0px;

}

.shortlist_content_box .shortlist_content .shortlist_article a .top_wrap img{
	transition: 0.4s transform  ease;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0) rotate(0.002deg);
	transform: translateZ(0) scale(1.0, 1.0) rotate(0.002deg);
}

.shortlist_content_box .shortlist_content .shortlist_article a:hover .top_wrap img{
	-webkit-transform: translateZ(0) scale(1.1, 1.1) rotate(0.002deg);
	transform: translateZ(0) scale(1.1, 1.1) rotate(0.002deg);
}

@media (max-width: 768px) {
	.shortlist_content_box .shortlist_content .shortlist_article a:hover .top_wrap img{
		transform: scale(1);
	}
}

.pic_on_top .shortlist_content_box .shortlist_content .shortlist_article a .top_wrap{
	width: 100%;
	float: left;
}

.pic_on_left .shortlist_content_box .shortlist_content .shortlist_article a{
	display: table;
}

.staff_blog_type_shortlist.pic_on_left .shortlist_content_box .shortlist_content .shortlist_article a{
	width: 100%;
	background-color: #fff;
}

.staff_blog_type_shortlist.pic_on_left .shortlist_content_box .shortlist_content .shortlist_article a:after{
	position: absolute;
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    content: '';
    left: 0px;
    bottom: 0px;
}

.pic_on_left .shortlist_content_box .shortlist_content .shortlist_article a .top_wrap{
	width: 200px;
	display: table-cell;
}

.pic_on_top .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap{
	width: 100%;
	float: left;
}

.pic_on_left .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap{
	display: table-cell;
	vertical-align: top;
	padding-bottom: 16px;
}

.shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap{
	background-color: #ffffff;
	position: relative;
}

.shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap.intro_box_with_underline:before{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #DDDDDD;
	content: '';
	left: 0px;
	bottom: 0px;
}

.shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro{
	padding: 16px;
	box-sizing: border-box;
}

.event_type_shortlist.two_col .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro{
	height: 120px;
}

.shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .event_time{
	width: 100%;
	float: left;
	line-height: 0px;
	border: 0px;
/*	margin-top: 5px;*/
}

.shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .event_time > *{
	display: inline-block;
	vertical-align: middle;
}

.shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .event_time .dash{
	font-size: 12px;
	: 0.1em;
	line-height: 0px;
	color: #122848;
}

.shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .article_title{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	: 0.1em;
	color: #122848;
	width: 100%;
	float: left;
	margin-top: 8px;
}

.main-wrap:not(.lang-en) .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .article_title{
	text-align: justify;
}

.event_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .article_title{
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
}

.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .article_title{
	font-size: 16px;
	max-height: 72px;
	overflow: hidden;
	position: relative;
}
.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .article_title:before {
	content: '...';
	position: absolute;
	right: 2px;
	bottom: 4px;
	background: white;
}
.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .article_title:after {
	content: '';
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
	margin-top: 0px;
	background: white;
}

.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description{
	font-size: 14px;
	max-height: 40px;
	line-height: 20px;
	: 0.06em;
	overflow: hidden;
	position: relative;
	width: 100%;
	float: left;
	margin-top: 6px;
	word-wrap: break-word;
    word-break: break-all;
}
.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description p{
	font-size: 14px;
	max-height: 40px;
	line-height: 20px;
	: 0.06em;
	padding: 0px;
	margin: 0px;
	word-break: break-all;
	word-wrap: break-word;
}
.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description:before {
	content: '...';
	position: absolute;
	right: 7px;
	bottom: 4px;
	background: white;
}
.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description:after {
	content: '';
	position: absolute;
	right: 0;
	width: 35px;
	height: 30px;
	margin-top: 0px;
	background: white;
}

body:not(.IE) .staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description{
	max-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 12px;
	line-height: 160%;
}
#feature .description {
	margin-bottom: 16px;
}

body:not(.IE) .staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description p{
	max-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
body:not(.IE) .staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description:before {
	right: 0px;
	display: none;
}
body:not(.IE) .staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description:after {
	right: 0px;
	display: none;
}


@media (max-width: 992px) {
	.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description{
		max-height: 60px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description p{
		max-height: 60px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description:before {
		right: 0px;
		display: none;
	}
	.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description:after {
		right: 0px;
		display: none;
	}
}

@media (max-width: 600px) {
	.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description{
		max-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description p{
		max-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description:before {
		right: 0px;
		display: none;
	}
	.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .description:after {
		right: 0px;
		display: none;
	}
}

.shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .category{
	font-size: 10px;
	font-weight: bold;
	color: #9DA8B7;
	line-height: 15px;
	: 0.1em;
	margin-top: 10px;
	width: 100%;
	float: left;
}

#event.section_shortlist_with_title #bg_mask{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 329px;
	background-color: #fff;
	z-index: -1;
}

@media (max-width: 768px) {
	.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article{
		width: 100%;
	}
}

@media (max-width: 600px) {
	#staff_blog.section_shortlist_with_title{
		padding-bottom: 16px;
	}
	.section_shortlist_with_title .shortlist_title_box{
		padding-top: 32px;
		margin-bottom: 10px;
	}
	.section_shortlist_with_title .shortlist_content_box .shortlist_content{
		float: none;
	}
	.staff_blog_type_shortlist.section_shortlist_with_title .shortlist_title_box{
		padding-top: 32px;
	}

	.news_type_shortlist.section_shortlist_with_title .shortlist_title_box{
		padding-top: 32px;
	}

	.section_shortlist_with_title .shortlist_title_box .more_link_btn,
	#staff_blog.section_shortlist_with_title .shortlist_title_box .more_link_btn{
		padding-top: 4px;
	}

	.section_shortlist_with_title .shortlist_title_box .more_link_btn a{
		font-size: 8px;
		color: #ffffff;
		text-decoration: none;
		line-height: 0px;
		: 0.1em;
		padding: 9px;
		border: 0px solid #1A355B;
		background-color: #2C4990;
		border-radius: 0px 2px 2px 0px;
		-moz-border-radius: 0px 2px 2px 0px;
		-webkit-border-radius: 0px 2px 2px 0px;
		-ms-border-radius: 0px 2px 2px 0px;
	}

	.section_shortlist_with_title .shortlist_title_box .more_link_btn a span,
	.section_shortlist_with_title .shortlist_title_box .more_link_btn a:hover span{
		color: #ffffff;
		font-size: 8px;
		: 0.1em;
	}

	.section_shortlist_with_title .shortlist_content_box .shortlist_content{
		margin-top: 10px;
	}

	.staff_blog_type_shortlist.section_shortlist_with_title.boxes_shortlist .shortlist_content_box .shortlist_content{
		margin-top: 10px;
	}

	.news_type_shortlist.section_shortlist_with_title .shortlist_content_box .shortlist_content{
		margin-top: 5px;
	}

	.shortlist_content_box .shortlist_content .shortlist_article,
	.two_col .shortlist_content_box .shortlist_content .shortlist_article{
		width: 100%;
	}

	#event.section_shortlist_with_title .shortlist_title_box .shortlist_title h2,
	#event.section_shortlist_with_title .shortlist_title_box .shortlist_title h2 svg{
		width: 80px;
		height: 33px;
	}

	#staff_blog.section_shortlist_with_title .shortlist_title_box .shortlist_title h2,
	#staff_blog.section_shortlist_with_title .shortlist_title_box .shortlist_title h2 svg{
/*
		width: 137px;
		height: 37px;
*/
	}

	#news.section_shortlist_with_title .shortlist_title_box .shortlist_title h2,
	#news.section_shortlist_with_title .shortlist_title_box .shortlist_title h2 svg{
		width: 80px;
		height: 33px;
	}
	#instagram.section_shortlist_with_title .shortlist_title_box .shortlist_title h2,
	#instagram.section_shortlist_with_title .shortlist_title_box .shortlist_title h2 svg{
		width: 150px;
		height: 30px;
	}
	#area.section_shortlist_with_title .shortlist_title_box .shortlist_title h2,
	#area.section_shortlist_with_title .shortlist_title_box .shortlist_title h2 svg{
		width: 80px;
		height: 27px;
	}
	#area h2 {
   		 width: 80px;
		height: 27px;
		margin-bottom: 8px;
	}

	#instagram.section_shortlist_with_title .shortlist_title_box .shortlist_title h2{
		margin-bottom: 10px;
	}

	#instagram .shortlist_title_box{
		margin-top: 16px;
	}

	.pic_on_left .shortlist_content_box .shortlist_content .shortlist_article a .top_wrap{
		width: 120px;
	}

	#staff_blog .top_wrap .thumbnail {
		width: 120px;
		overflow: hidden;
	}
	#staff_blog .top_wrap .thumbnail img {
		width: auto;
		height: 120px;
	}

	.shortlist_content_box .shortlist_content .shortlist_article a .top_wrap .new_article_icon{
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 10px;
	}

	.shortlist_content_box .shortlist_content .shortlist_article a .top_wrap .end_article_icon{
		height: 48px;
		width: 48px;
		line-height: 48px;
		font-size: 10px;
	}

	.shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro{
/*		padding: 8px;*/
	}
	.event_type_shortlist.two_col .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro{
/*		height: 75px;*/
	}
	.shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .event_time{
		position: relative;
		width: auto;
		padding-bottom: 6px;
	}
	.shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .event_time:after{
		height: 2px;
		width: 100%;
		content: '';
		background-color: #1A355B;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	.shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .article_title{
		font-size: 15px;
		margin-top: 8px;
	}
	.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .article_title {
		font-size: 12px;
		line-height: 16px;
/* 		max-height: 32px; */
		overflow: hidden;
		display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .article_title:before{
		right: 0px;
		bottom: 2px;
		display: none;
	}

	.staff_blog_type_shortlist .shortlist_content_box .shortlist_content .shortlist_article a .intro_wrap .intro .article_title:after{
		display: none;
	}
}


.news_type_shortlist .shortlist_content_box .shortlist_article{
	border-bottom: 1px solid #DDDDDD;
	padding-top: 7px;
/* 	padding-bottom: 7px; */
	padding-bottom: 4px; /*modified*/
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%;
	float: left;
}

.news_type_shortlist .shortlist_content_box,
.news_type_shortlist .shortlist_content_box .shortlist_content,
.news_type_shortlist .shortlist_content_box .shortlist_content ul{
	width: 100%;
	float: left;
}

.news_type_shortlist .shortlist_content_box .shortlist_article:last-child{
	margin-bottom: 0px;
}

.news_type_shortlist .shortlist_content_box .shortlist_article{
	display: block;
	width: 100%;
	float: left;
}

.news_type_shortlist .shortlist_content_box .shortlist_article .event_article{
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	float: left;
}

.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .datetime{
	display: table-cell;
	width: 135px;
	vertical-align:middle;
	padding-right: 15px;
}

.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .intro{
	display: inline-block;
	padding-left: 134px;
	width: 100%;
	box-sizing: border-box;
	float: left;
}

.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .category{
	display: table-cell;
	width: 130px;
	vertical-align:middle;
}

.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .category a{
	display: block;
	float: left;
	width: 100%;
	text-decoration: none;
}

.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .category .category_box{
	border-radius: 2px;
	text-align: center;
	line-height: 17px;
}

.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .category .category_box span{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	line-height: 21px;
}

.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .type_info{
	display: table-cell;
	width: 230px;
}

.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .intro{
	display: table-cell;
    vertical-align:middle;
    padding-left: 24px;
}

.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .intro h1{
	line-height: 20px;
	color: #122848;
	: 0.1em;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
/* 	padding-bottom: 3px; */ /* modified */
	max-width: 100%;
	float: left;
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
	position: relative;
}


@media (max-width: 600px) {
	.news_type_shortlist .shortlist_content_box .shortlist_article{
		margin-top: 7px;
		margin-bottom: 7px;
	}
	.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .datetime{
		position: relative;
		top: 0px;
		width: auto;
		float: left;
		padding-bottom: 13px;
		margin-bottom: 8px;
		padding-right: 0px;
		margin-right: 8px;
	}
	.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .datetime:after{
		height: 2px;
		width: 100%;
		content: '';
		background-color: #1A355B;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .category{
		display: inline-block;
		margin-top: -20px;
	}

	.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .type_info{
		width: 100%;
		float: left;
		display: inline-block;
	}

	.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .intro{
		padding-left: 0px;
		display: block;
		width: 100%;
		float: left;
	}
	.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .intro h1{
/* 		overflow: visible; */
		display: block;
		white-space: normal;
		font-size: 12px;
/* 		max-height: 40px; */
		overflow: hidden;
		position: relative;
		display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .intro h1:before{
		right: 2px;
		bottom: 2px;
		content: '...';
		position: absolute;
		background: white;
		display: none;
	}
	.news_type_shortlist .shortlist_content_box .shortlist_article .event_article .intro h1:after {
		content: '';
		position: absolute;
		right: 0;
		width: 30px;
		height: 30px;
		margin-top: 0px;
		background: white;
		display: none;
	}

	#ptitle {
		font-size: 24px;
		font-weight: bold;
		color: #1A355B;
	}
	#peripheral .more_link_btn {
		padding-top: 0;
	}
	#peripheral.section_shortlist_with_title .shortlist_title_box {
		float: none !important;
	}
	#peripheral.news_type_shortlist.section_shortlist_with_title .shortlist_title_box {
		padding-top: 64px !important;
	}
	#ptitle span {
		font-size: 13px;
		font-weight: bold;
		margin-top: 16px;
		color: #1A355B;
		display: block;
		margin-left: 0;
	}
	#peripheral-list {
		margin: 24px 0 0 0;
		padding: 0;
	}
	#peripheral-list li {
		list-style: none;
		width: 32%;
		float: left;
		margin-right: 2px;
	}
	#peripheral-list li:last-child {
		margin-right: 0;
	}
	#peripheral-list li img {
		width: 100%;
		vertical-align: bottom;
	}

}

#speed_menu.section.menu_boxes{
	padding-top: 30px;
	padding-bottom: 32px;
}

.other_lang_menu_style.section.menu_boxes{
	margin-top: 48px;
	margin-bottom: -8px;
}

.section.menu_boxes ul{
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px;
}

#speed_servie_menu_with_fb.section.menu_boxes ul{
	margin-left: -4px;
	margin-right: -4px;
	margin-top: -4px;
	margin-bottom: -4px;
}

.other_lang_menu_style.section.menu_boxes ul{
	margin-left: -4px;
	margin-right: -4px;
	margin-top: -8px;
	margin-bottom: -8px;
}

.section.menu_boxes .menu_box{
	padding: 5px;
	box-sizing: border-box;
	float: left;
}

#speed_servie_menu_with_fb.section.menu_boxes .menu_box{
	padding: 4px;
}

.other_lang_menu_style.section.menu_boxes .menu_box{
	padding: 8px 4px;
}

.section.menu_boxes.four_col .menu_box{
	width: 25%;
}

.section.menu_boxes.three_col .menu_box{
	width: 33.3333%;
}

.section.menu_boxes.two_col .menu_box{
	width: 25%!important;
}
@media (max-width: 600px) {
	.section.menu_boxes.two_col .menu_box{
		width: 50%!important;
	}
}
#bnh {
	margin-bottom: 32px !important;
}
.section.menu_boxes .menu_box a{
	display: block;
	height: 144px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
	overflow: hidden;
	opacity: 1;
	transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

body:not(.iOS):not(.Android) .section.menu_boxes .menu_box:not(.coming_soon) a:hover{
	opacity: 0.85;
}

body:not(.iOS):not(.Android) .section.menu_boxes .menu_box:not(.coming_soon) a:active{
	opacity: 0.75;
}

.section.menu_boxes .menu_box.coming_soon a{
	cursor: default;
}

.section.menu_boxes .menu_box.coming_soon a:hover,
.section.menu_boxes .menu_box.coming_soon a:active,
.section.menu_boxes .menu_box.coming_soon a:focus{
	opacity: 1;
}

.section.menu_boxes .menu_box.coming_soon a:before{
	content: 'Coming Soon';
	position: absolute;
	width: 100%;
	height: 17px;
	top: 50%;
	left: 0px;
	margin-top: -8px;
	z-index: 3;
	color: #fff;
	font-size: 14px;
	: 0.1em;
	line-height: 14px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.other_lang_menu_style.section.menu_boxes .menu_box.coming_soon a:before{
	color: #425876;
}

.other_lang_menu_style.section.menu_boxes .menu_box a{
	background-color: #fff;
}

.other_lang_menu_style.section.menu_boxes .menu_box a:after{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #DDDDDD;
	content: '';
	left: 0px;
	bottom: 0px;
}

#speed_menu.section.menu_boxes .menu_box:nth-child(1) a{
	background-image: url(../img/home/purple_bg_1.png);
}
#speed_menu.section.menu_boxes .menu_box:nth-child(2) a{
	background-image: url(../img/home/purple_bg_2.png);
}
#speed_menu.section.menu_boxes .menu_box:nth-child(3) a{
	background-image: url(../img/home/purple_bg_3.png);
}
#speed_menu.section.menu_boxes .menu_box:nth-child(4) a{
	background-image: url(../img/home/purple_bg_4.png);
}

body:not(.iOS):not(.Android) #speed_menu.section.menu_boxes .menu_box:nth-child(1) a .time_line{
	transform-origin: 12px 12px;
	transition: 1s all ease;
}

body:not(.iOS):not(.Android) #speed_menu.section.menu_boxes .menu_box:nth-child(1):not(.coming_soon).animated a .time_line{
	animation-name: purple_bg_1_run;
	animation-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
}

body:not(.iOS):not(.Android) #speed_menu.section.menu_boxes .menu_box:nth-child(2):not(.coming_soon).animated a .yen_icon{
	transform-origin: 50% 50%;
	animation-name: purple_bg_2_yen;
	animation-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
}

#speed_menu.section.menu_boxes .menu_box:nth-child(3) a .dolphin_animation{
	display: none;
}

#speed_menu.section.menu_boxes .menu_box:nth-child(3) a .dolphin_1{
	display: block;
}

body:not(.iOS):not(.Android) #speed_menu.section.menu_boxes .menu_box:nth-child(4) a .car_ground{
	transform: translate(-80px, 0px);
}

body:not(.iOS):not(.Android) #speed_menu.section.menu_boxes .menu_box:nth-child(4):not(.coming_soon).animated a .car_ground{
	animation-name: purple_bg_4_ground_run;
	animation-duration: 1.2s;
	transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
}

body.Windows.IE #speed_menu.section.menu_boxes .menu_box:nth-child(4) a .car_ground,
body.iOS #speed_menu.section.menu_boxes .menu_box:nth-child(4) a .car_ground,
body.Android #speed_menu.section.menu_boxes .menu_box:nth-child(4) a .car_ground{
	display: none;
}

body:not(.iOS):not(.Android) #speed_menu.section.menu_boxes .menu_box:nth-child(4):not(.coming_soon).animated a .car{

}

body:not(.iOS):not(.Android) #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(1):not(.coming_soon) a .screen{
	transform: scale(0);
}

body:not(.iOS):not(.Android) #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(1):not(.coming_soon).animated a .screen{
	transform-origin: center center;
	animation-name: bl_bg_1_screen;
	animation-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
}

body.Windows.IE #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(1) a .screen,
body.iOS #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(1) a .screen,
body.Android #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(1) a .screen{
	display: none;
}

body:not(.iOS):not(.Android) #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(2):not(.coming_soon).animated a .fork{
	transform-origin: center bottom;
	animation-name: bl_bg_2_fork;
	animation-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
}

body:not(.iOS):not(.Android) #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(2):not(.coming_soon).animated a .knife{
	transform-origin: center bottom;
	animation-name: bl_bg_2_knife;
	animation-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
}

body:not(.iOS):not(.Android) #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(3):not(.coming_soon) a .dash_line{
	transform: translateY(-25px);
}

body:not(.iOS):not(.Android) #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(3):not(.coming_soon).animated a .dash_line{
	animation-name: bl_bg_3_dashline;
	animation-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
}

body.Windows.IE #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(3) a .dash_line,
body.iOS #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(3) a .dash_line,
body.Android #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(3) a .dash_line{
	display: none;
}

body:not(.iOS):not(.Android) #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(3):not(.coming_soon).animated a .right_ticket{
	transform-origin: 38px 20px;
	animation-name: bl_bg_3_right_ticket;
	animation-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
}

body:not(.iOS):not(.Android) #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(4):not(.coming_soon).animated a .right_person{
	transform-origin: 10% 100%;
	animation-name: bl_bg_4_right_person;
	animation-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
}

body:not(.iOS):not(.Android) #speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(4):not(.coming_soon).animated a .left_person{
	transform-origin: 90% 100%;
	animation-name: bl_bg_4_left_person;
	animation-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
}




@keyframes  purple_bg_1_run{
    0%   {
	    transform: rotate(0deg);
    }
    100% {
	   transform: rotate(360deg);
	}
}

@keyframes  purple_bg_2_yen{
    0%   {
	   transform: rotate3d(0, 1, 0, 0deg);
    }
    100% {
	   transform: rotate3d(0, 1, 0, 360deg);
	}
}

@keyframes  purple_bg_4_car_run{
    0%   {
	   transform: translate(0px, 0px);
    }
    30%   {
	   transform: translate(0px, 0px);
    }
    50%   {
	   transform: translate(-40px, 0px);
    }
    78%   {
	   transform: translate(-40px, -40px);
    }
    79%   {
	   transform: translate(40px, -40px);
    }
    80%   {
	   transform: translate(40px, 0px);
    }
    100% {
	   transform: translate(0px, 0px);
	}
}

@keyframes  purple_bg_4_ground_run{
    0%   {
	   transform: translate(-80px, 0px);
    }
    100% {
	   transform: translate(40px, 0px);
	}
}

@keyframes  bl_bg_1_screen{
    0%   {
	   transform: scaleX(0) scaleY(0);
	   opacity: 0;
    }
    10% {
	   transform: scaleX(1) scaleY(0.1);
	   opacity: 0.1;
	}
    40% {
	   transform: scaleX(1) scaleY(1);
	   opacity: 0.6;
	}
	70% {
	   transform: scaleX(1) scaleY(1);
	}
	100% {
	   transform: scaleX(1) scaleY(0);
	}
}

@keyframes  bl_bg_2_fork{
    0%   {
	    transform: rotate(0deg);
    }
    40% {
	   transform: rotate(30deg);
	}
	100% {
	   transform: rotate(0deg);
	}
}

@keyframes  bl_bg_2_knife{
    0%   {
	    transform: rotate(0deg);
    }
    40% {
	   transform: rotate(-30deg);
	}
	100% {
	   transform: rotate(0deg);
	}
}

@keyframes  bl_bg_3_dashline{
    0%   {
	    transform: translateY(-25px);
    }
	30% {
	   transform: translateY(0px);
	}
	73% {
	   transform: translateY(0px);
	}
	100%   {
	    transform: translateY(-25px);
    }
}

@keyframes  bl_bg_3_right_ticket{
    0%   {
	    transform: rotate(0deg) translateX(0px) translateY(0px);
    }
	33% {
	   transform: rotate(20deg) translateX(3px) translateY(-2px);
	}
	70% {
	   transform: rotate(20deg) translateX(3px) translateY(-2px);
	}
	100%   {
	    transform: rotate(0deg) translateX(0px) translateY(0px);
    }
}

@keyframes  bl_bg_4_right_person{
    0%   {
	    transform: rotate(0deg);
    }
    40% {
	   transform: rotate(6deg);
	}
	100% {
	   transform: rotate(0deg);
	}
}

@keyframes  bl_bg_4_left_person{
    0%   {
	    transform: rotate(0deg);
    }
    40% {
	   transform: rotate(-6deg);
	}
	100% {
	   transform: rotate(0deg);
	}
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#speed_menu.section.menu_boxes .menu_box:nth-child(1) a{
		background-image: url(../img/home/purple_bg_1@2x.png);
	}
	#speed_menu.section.menu_boxes .menu_box:nth-child(2) a{
		background-image: url(../img/home/purple_bg_2@2x.png);
	}
	#speed_menu.section.menu_boxes .menu_box:nth-child(3) a{
		background-image: url(../img/home/purple_bg_3@2x.png);
	}
	#speed_menu.section.menu_boxes .menu_box:nth-child(4) a{
		background-image: url(../img/home/purple_bg_4@2x.png);
	}
}

#speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(1) a{
	background-image: url(../img/home/bl_bg_1.png);
}
#speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(1) path#kira{
	opacity: 0;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}
#speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(1) a:hover path#kira{
	opacity: 1;
}
#speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(2) a{
	background-image: url(../img/home/bl_bg_2.png);
}
#speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(3) a{
	background-image: url(../img/home/bl_bg_3.png);
}
#speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(4) a{
	background-image: url(../img/home/bl_bg_4.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(1) a{
		background-image: url(../img/home/bl_bg_1@2x.png);
	}
	#speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(2) a{
		background-image: url(../img/home/bl_bg_2@2x.png);
	}
	#speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(3) a{
		background-image: url(../img/home/bl_bg_3@2x.png);
	}
	#speed_servie_menu_with_fb.section.menu_boxes .menu_box:nth-child(4) a{
		background-image: url(../img/home/bl_bg_4@2x.png);
	}
}

.section.menu_boxes .menu_box a .menu_intro_wrap{
	display: table;
	width: 100%;
	height: 100%;
}

.section.menu_boxes .menu_box.coming_soon a .menu_intro_wrap{
	opacity: 0.2;
}

.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}

.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro .icon{
	height: 24px;
	width: 100%;
	padding-top: 9px;
}

.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro .icon svg{
	max-height: 24px;
}

.section.menu_boxes .menu_box:nth-child(4) a .menu_intro_wrap .menu_intro .icon svg{
	max-height: 28px;
}

.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro .icon{
	height: 32px;
	padding-top: 0px;
}

.other_lang_menu_style.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro .icon svg{
	max-height: 32px;
}

.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro .menu_label{
	width: 100%;
	text-align: center;
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	: 0.2em;
	line-height: 28px;
	margin-top: 8px;
}

#speed_servie_menu_with_fb.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro .menu_label{
	font-size: 14px;
	margin-top: 6px;
}

.other_lang_menu_style.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro .menu_label{
	color: #425876;
	: 0.06em;
}

.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro .en{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 10px;
	float: left;
	: 0.1em;
	margin-top: -3px;
}

#speed_servie_menu_with_fb.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro .en{
	margin-top: -9px;
}

#speed_servie_menu_with_fb{
	padding-top: 38px;
}

#speed_servie_menu_with_fb .split_views{
	margin-bottom: -4px;
}

#speed_servie_menu_with_fb .split_views .split_view.left_view{
	padding-right: 5px;
}

#speed_servie_menu_with_fb .split_views .split_view.right_view{
	padding-left: 3px;
}

@media (max-width: 768px) {
	.section.menu_boxes ul,
	#speed_servie_menu_with_fb.section.menu_boxes ul,
	.other_lang_menu_style.section.menu_boxes ul{
		margin-top: -2px;
		margin-left: -2px;
		margin-right: -2px;
	}
	.section.menu_boxes .menu_box,
	#speed_servie_menu_with_fb.section.menu_boxes .menu_box,
	.other_lang_menu_style.section.menu_boxes .menu_box{
		padding: 2px;
	}
	.section.menu_boxes.four_col .menu_box,
	.section.menu_boxes.three_col .menu_box{
		width: 50%;
	}
	#speed_servie_menu_with_fb .split_views .split_view.left_view{
		padding-right: 0px;
		margin-bottom: 16px;
	}

	#speed_servie_menu_with_fb .split_views .split_view.right_view{
		padding-left: 0px;
		padding-top: 32px;
	}

	#speed_servie_menu_with_fb .split_views .split_view.right_view #facebook_box iframe{
		width: 100% !important;
	}
}

@media (max-width: 600px) {
	#speed_menu.section.menu_boxes{
		padding-top: 16px;
	}
	.other_lang_menu_style.section.menu_boxes{
		margin-top: 16px;
		margin-bottom: 0px;
	}
	.section.menu_boxes .menu_box a{
		height: 102px;
	}
	#speed_servie_menu_with_fb.section.menu_boxes .menu_box a{
		height: 102px;
	}
	.other_lang_menu_style.section.menu_boxes .menu_box a{
		height: 102px;
	}
	.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro .icon{

	}
	.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro .menu_label{
/* 		font-size: 10px; */
		font-size: 12px;
		margin-top: 0px;
	}
	#speed_servie_menu_with_fb.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro .menu_label{
		font-size: 12px;
		margin-top: 0px;
	}
	.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro .en{
		font-size: 6px;
		font-style: italic;
		line-height: 6px;
		margin-top: 0px;
	}
	#speed_servie_menu_with_fb.section.menu_boxes .menu_box a .menu_intro_wrap .menu_intro .en{
		margin-top: 0px;
	}
	#speed_servie_menu_with_fb{
		padding-top: 16px;
	}
}

/*  20190109追記  */
@media (min-width: 601px) {
	#feature p {
		width: 25%;
		float: left;
	}
	#feature p img {
		width: 188px;
		padding: 24px 0 0 10px;
	}
	#feature ul.no_style {
		width: 75%;
		float: right;
	}
}
@media (max-width: 600px) {
	.shortlist_title h2 {
		font-size: 26px;
	}
	#feature p {
		text-align: center;
	}
	#feature p img {
		width: 94px;
		padding: 0;
	}
}

/*  20190408追記  */
@media (min-width: 601px) {
	.area_bnr {
		width: 100%!important;
		margin-top: 20px;
	}
}
@media (max-width: 600px) {
	.area_bnr {
		width: 100%!important;
		margin-top: 32px;
	}
}
.area_bnr img {width: 100%!important;padding: 0!important;}
