@charset "utf-8";*{
	-webkit-text-size-adjust:none;
	outline:none;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}html{height:100%;background:#f6f7f8}body{color:#000;font:14px/22px "Helvetica Neue", Helvetica, "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;min-width:320px;margin:0 auto;min-height:100%;position:relative;background:#fff}
a{color:#263238;text-decoration:none;cursor:pointer;margin:0;padding:0;vertical-align:baseline;-webkit-tap-highlight-color:rgba(255,255,255,0.4)}a:hover{text-decoration:none}p{margin:0 0 15px}input,textarea,select{font:100% Arial,Helvetica,sans-serif;vertical-align:middle}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}figure{margin:0;padding:0}ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0;width:100%}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:10px 0;padding:0}#wrapper .mb0{margin-bottom:0}#wrapper .mb5{margin-bottom:5px}#wrapper .mb10{margin-bottom:10px}#wrapper .mb15{margin-bottom:15px}#wrapper .mb20{margin-bottom:20px}#wrapper .mb25{margin-bottom:25px}.errorMessage{color:#f00}
.pb0{padding-bottom:0 !important;}
.tar{text-align:right;}
/* styles */
body{
	min-width:1080px;
}
.page{
	position:relative;
}
#wrapper{
	overflow:hidden;
}
html{
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
.wrap{overflow:hidden;}
.section{
	max-width:1080px;
	margin:0 auto;
	padding:0 10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 640px){
	body{
		min-width:320px;
	}
	#wrapper{
		overflow:visible;
	}
	#wrapper:after{
		content:'';
		display:block;
		clear:both;
	}
	.section{padding:0;}
}
/* header */
#header{
	border-bottom:2px solid #cfd8dc;
	height:179px;
}
#header .top{
	background:#263238;
	overflow:hidden;
	border-bottom:1px solid #cfd8dc;
	margin-bottom:24px;
}
.nav{float:left;}
.nav li{
	float:left;
	padding-right:20px
}
.nav a{
	display:block;
	font-size:14px;
	line-height:36px;
	color:#fff;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.nav a:hover{
	-moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.search-top{
	float:right;
	width:208px;
	height:22px;
	overflow:hidden;
	background:#fff;
	position:relative;
	border:1px solid #607d8b;
	padding-right:30px;
	margin-top:6px;
}
.search-top input.text{
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	background:#fff;
	font-size:14px;
	line-height:16px;
	color:#000;
	padding:3px 0 3px 6px;
	width:100%;
	border:0;
	display:block;
	height:22px;
}
.search-top input.submit{
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:30px;
	background:url(../images/ico01.png) no-repeat 50% 50%;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:0;
	padding:0;
	margin:0;
	width:30px;
	height:22px;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}
.header:after{
	content:'';
	display:block;
	clear:both;
}

.logo{
	margin:0 auto 28px;
	width:260px;
	height:54px;
}
.logo a{
	width:260px;
	height:54px;
	background:url(../images/logo.png) no-repeat;
	display:block;
	position:relative;
	height:100%;
	overflow:hidden;
	text-indent:-9999px;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.logo a:hover{
	-moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.navigation{
	overflow:hidden;
	text-align:center;
	font-size:0;
	line-height:0;
	letter-spacing:-4px;
}
.navigation li{
	display:inline-block;
	vertical-align:top;
	border-left:2px solid #eceff1;
	font:bold 18px/20px Arial, Helvetica, sans-serif;
	letter-spacing:0;
}
.navigation li:first-child{border-left:0;}
.navigation a{
	display:block;
	color:#263238;
	padding:0 20px;
	font:bold 18px/20px Arial, Helvetica, sans-serif;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.navigation a:hover{
	-moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.open-menu{display:none;}
.sub-navigation,
.sub-search-top,
.menu{display:none;}
@media (min-width: 640px){
	.header.fixed{
		position:fixed;
		left:0;
		right:0;
		top:0;
		background-color:rgba(255, 255, 255, 0.95);
        box-shadow: 0 1px 4px rgba(0,0,0,.2);
		padding:12px 0;
		min-width:700px;
		z-index:20;
	}
	.header.fixed .logo{
		width:200px;
		height:42px;
		margin-bottom:16px;
	}
	.header.fixed .logo a{
		width:200px;
		height:42px;
		background:url(../images/logo-fixed.png) no-repeat;
	}
	.header.fixed .navigation li{border:0;}
	.header.fixed .navigation a{padding:0 28px;}
	
}
@media (max-width: 640px){
	.section{padding:0 20px;}
	#wrapper{
		position:relative;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		left:0;
		width:100%;
		padding-top:57px;
	}
	.opened-nav #wrapper{
		position:absolute;
		left:-80%;
		z-index:22;
	}
	#header{
		height:55px;
		background:#fff;
		position:relative;
		margin-bottom:0;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:10;
	}
	#header .header{height:55px;}
	#header .top{display:none; }
	.logo{
		margin:-17px 0 0 -80px;
		position:absolute;
		left:50%;
		top:50%;
		width:160px;
		height:34px;
	}
	.logo a{
		width:160px;
		height:34px;
		background:url(../images/logo-m.png) no-repeat;
		background-size:160px 34px;
	}
	.r-nav{
		display:block;
		position:fixed;
		top:0;
		bottom:0;
		width:80%;
		left:100%;
		background:#263238;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:20px 30px;
		z-index:20;
		-webkit-transition: left 0.5s;
		-moz-transition: left 0.5s;
		-ms-transition: left 0.5s;
		-o-transition: left 0.5s;
		transition: left 0.5s;
	}
	.opened-nav .r-nav{
		left:20%;
		overflow-y:scroll;
		-webkit-overflow-scrolling:touch;
		-webkit-text-size-adjust:100%;
		-ms-text-size-adjust:100%;
	}
	.open-menu{
		display:block;
		position:absolute;
		width:48px;
		height:16px;
		border:1px solid #263238;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		right:10px;
		top:8px;
		overflow:hidden;
		text-align:center;
		font:bold 12px/16px Arial, Helvetica, sans-serif;
		color:#263238;
		padding:21px 0 0;
	}
	.open-menu:after{
		content:'';
		position:absolute;
		width:18px;
		height:10px;
		border:2px solid #263238;
		border-width:2px 0;
		top:5px;
		left:50%;
		margin-left:-9px;
	}
	.open-menu:before{
		content:'';
		position:absolute;
		width:18px;
		height:1px;
		border-top:2px solid #263238;
		top:11px;
		left:50%;
		margin-left:-9px;
	}
	.opened-nav .open-menu{display:none;}
	.navigation{margin-bottom:28px;}
	.navigation li{
		border:0;
		display:block;
		text-align:left;
	}
	.navigation a{
		color:#fff;
		font-size:24px;
		line-height:40px;
		padding:0;
	}
	.sub-navigation{
		display:block;
		margin-bottom:10px;
	}
	.sub-navigation a{
		display:block;
		font-size:16px;
		line-height:35px;
		font-weight:bold;
		color:#fff;
	}
	.sub-search-top{
		display:block;
		border:1px solid #fff;
		overflow:hidden;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		position:relative;
		padding-right:38px;
		height:38px;
	}
	.sub-search-top input.text{
		border:0;
		background:none;
		padding:11px 0 11px 6px;
		height:38px;
		margin:0;
		width:100%;
		font-size:14px;
		line-height:16px;
		color:#fff;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		display:block;
	}
	.sub-search-top input.submit{
		display:block;
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		background:url(../images/ico01-m.png) no-repeat 50% 50%;
		background-size:24px;
		box-sizing:border-box;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		border:0;
		padding:0;
		margin:0;
		width:38px;
		height:38px;
		overflow:hidden;
		text-indent:-9999px;
		cursor:pointer;
	}
}
/* content */
#content{
	overflow:hidden;
	background:#fff;
}
/* g-top-gallery */
.g-top-gallery{
	overflow:hidden;
	margin-bottom:70px;
	border-bottom:3px solid #f6f7f8;
	padding:12px 0 30px;
}
.g-top-gallery .holder{
	overflow:hidden;
	margin-bottom:16px;
}
.g-top-gallery-holder{
	overflow:hidden;
	position:relative;
	padding:0 50px;
}
.g-top-gallery h2{
	display:inline-block;
	vertical-align:top;
	font-size:20px;
	line-height:28px;
	color:#151b1f;
}
.g-top-gallery .holder span{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:28px;
	color:#151b1f;
	margin-left:8px;
}
.btn-mark01{
	float:right;
	font-size:14px;
	line-height:28px;
	color:#fff;
	padding:0 26px 0 15px;
	background:#3d98cc;
	position:relative;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.btn-mark01:after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:18px;
	background:url(../images/arrow01.png) no-repeat 0 50%;
	background-size: 8px;
}
.btn-mark01:hover{background: #3685b2;}
/* swiper-g-top */
.swiper-g-top{
	width:100%;
	position:relative;
}
.swiper-g-top .swiper-slide{
	text-align:center;
	font-size:18px;
	background:#fff;
}
.swiper-g-top .swiper-slide a{
	display:block;
	text-align:center;
	font-size:12px;
	line-height:16px;
	color:#000;
	font-weight:bold;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.swiper-g-top .swiper-slide a:hover{
	-moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.swiper-g-top .swiper-slide img{
	display:block;
	border:2px solid #eceff1;
	margin-bottom:8px;
}
.g-top-gallery .swiper-button-next{
	width:38px;
	height:px;
	right:0;
	top:0;
	bottom:0;
	background:url(../images/arrow-gallery02.png) no-repeat 50% 50%;
	height:100%;
	margin:0;
}
.g-top-gallery .swiper-button-prev{
	width:38px;
	height:px;
	left:0;
	top:0;
	bottom:0;
	background:url(../images/arrow-gallery01.png) no-repeat 50% 50%;
	height:100%;
	margin:0;
}
.g-top-gallery .swiper-button-next:hover{
	-moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.swiper-scrollbar{display:none;}
@media (max-width: 640px){
	.g-top-gallery{
		border-bottom-width:2px;
		margin-bottom:30px;
	}
	.g-top-gallery .holder{margin-bottom:20px;}
	.swiper-g-top .swiper-slide img{
		/* height:176px; */
		height:130px;
		width:auto;
		margin:0 auto 8px;
	}
	.g-top-gallery .swiper-button-next,
	.g-top-gallery .swiper-button-prev{display:none;}
	.g-top-gallery-holder{padding:0;}
	.swiper-scrollbar{display:block;}
	.swiper-g-top .swiper-slide.swiper-slide-active,
	.swiper-g-top .swiper-slide.swiper-slide-next{margin-right:24px !important;}
}
@media (max-width: 320px){
	.swiper-g-top .swiper-slide img{
		/* height:176px; */
		height:110px;
	}
	.swiper-g-top .swiper-slide.swiper-slide-next{margin-right:20px !important;}
}
/* title-page */
.title-page{
	overflow:hidden;
	position:relative;
	text-align:center;
	margin-bottom:26px;
}
.title-page:after{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:3px;
	background:#eceff1;
	overflow:hidden;
	margin-top:-1px;
}
.title-page h2{
	display:inline-block;
	font-size:28px;
	line-height:30px;
	color:#151b1f;
	position:relative;
	z-index:2;
	background:#fff;
	padding:0 15px 6px;
}
.title-page strong{
	display:block;
	font-size:14px;
	line-height:16px;
	color:#151b1f;
}
@media (max-width: 640px){
	.title-page{margin-bottom:20px;}
	.title-page:after{display:none;}
	.title-page h2{
		font-size:24px;
		line-height:30px;
		padding:0;
	}
	.title-page strong{
		font-size:14px;
		line-height:16px;
	}
}
/* topics-block */
.topics-block{
	overflow:hidden;
	margin-bottom:116px
}
.topics-block .wrap{
	margin:-12px -12px 40px 0;
}
.topics-block .box{
	float:left;
	width:25%;
	padding:12px 12px 0 0;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.topics-block .box:hover{
    -moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.topics-block .box a{
	display: block;
	position: relative;
}
.topics-block .image{
	display:block;
	width:100%;
}
.topics-block .mask{
	position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(0,0,0,.2);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 50%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.0) 50%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0.0)', endColorstr='rgba(0,0,0,0.5)',GradientType=1 );
    z-index: 0;
}
.topics-block .info{
	position:absolute;
	left:15px;
	right:15px;
	bottom:15px;
	display:table;
	z-index: 1;
}
.topics-block .info img{
	display:table-cell;
	vertical-align:middle;
	width:40px;
	height:40px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	overflow:hidden;
	margin-right:10px;
}
.topics-block .info i,
.topics-block .info em{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	font-style:normal;
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	padding-right: 45px;
}
.topics-block .info em{display:block;}
.topics-block .box.gallery-box{width:50%;}
.topics-block .box.gallery-box .info img{
	width:60px;
	height:60px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	margin-right:14px;
}
.topics-block .box.gallery-box .info i,
.topics-block .box.gallery-box .info em{
	font-size:20px;
	padding-right: 45px;
}
.topics-block .box.gallery-box .info{
	left:25px;
	bottom:72px;
}
.box.gallery-box .swiper-container{
	width:100%;
	height:100%;
}
.box.gallery-box .swiper-pagination{
	bottom:0;
	padding:30px 72px;
	height:72px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	z-index:4;
}
.box.gallery-box .swiper-pagination-bullet{
	vertical-align:top;
	width:12px;
	height:12px;
	background:#999;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	margin:0 4px;
	-moz-opacity:1;
	filter:alpha(opacity:100);
	opacity:1;
}
.box.gallery-box .swiper-pagination-bullet-active{background:#fff;}
.box.gallery-box .swiper-button-next,
.box.gallery-box .swiper-button-prev{
	z-index:10;
	bottom:0;
	width:72px;
	height:72px;
	margin:0;
	top:auto;
}
.box.gallery-box .swiper-button-next{
	background:url(../images/arrow-gallery04.png) no-repeat 50% 50%;
	background-size: 12px;
	right:0;
}
.box.gallery-box .swiper-button-prev{
	background:url(../images/arrow-gallery03.png) no-repeat 50% 50%;
	left:0;
	background-size: 12px;
}
.open-topics-box{
	display:block;
	width:240px;
	margin:0 auto;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	overflow:hidden;
	background:#3d98cc;
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:44px;
	font-weight:bold;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.open-topics-box:hover{background:#3685b2;}
.open-topics-box.disappear{
	display: none;
}

@media (max-width: 640px){
	.topics-block{margin:0 -10px 56px;}
	.topics-block .wrap{
		margin:-10px -10px 20px 0;
	}
	.topics-block .box{
		width:50%;
		padding:10px 10px 0 0;
	}
	.topics-block .box.gallery-box{
		width:100%;
		padding-bottom:5px;
	}
	.topics-block .info{
		left:10px;
		right:10px;
		bottom:10px;
	}
	.topics-block .info img{
		width:30px;
		height:30px;
		margin-right:5px;
	}
	.topics-block .info i,
	.topics-block .info em{
		font-size:11px;
		line-height:14px;
		padding-right: 30px;
	}
	.box.gallery-box .swiper-pagination{
		height:58px;
		padding:20px 60px;
	}
	.box.gallery-box .swiper-button-next,
	.box.gallery-box .swiper-button-prev{
		width:52px;
		height:64px;
	}
	.topics-block .box.gallery-box .info{
		left:20px;
		bottom:64px;
	}
	.topics-block .box.gallery-box .info i,
	.topics-block .box.gallery-box .info em{
		font-size:18px;
		line-height:20px;
	}
	.topics-block .box.gallery-box .info img{margin-right:10px;}
	.open-topics-box{
		width:240px;
		line-height:44px;
		font-size:16px;
	}
}
/* information-block */
.information-block{
	overflow:hidden;
	margin:11px 0 60px;
}
.information-block ul{
	overflow:hidden;
	margin:0 -12px 12px 0;
}
.information-block ul li{
	float:left;
	width:50%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 12px 12px 0;
}
.information-block ul a{
	display:block;
	background:#eceff1;
	overflow:hidden;
	padding:12px;
	font-size:14px;
	line-height:22px;
	color:#263238;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.information-block ul a:hover{background:#cfd8dc;}
.information-block ul .t{
	display:table;
	width:100%;
}
.information-block ul .t .dt{
	display:table-cell;
	vertical-align:top;
	padding-right:9px;
}
.information-block ul .t .dt:first-child{width:60px;}
.information-block ul i{
	float:left;
	width:60px;
	background:#3d98cc;
	font-size:12px;
	color:#fff;
	text-align:center;
	font-style:normal;
}
.information-block ul span{
	display:inline-block;
	padding-right:5px;
	color:#607d8b;
}
@media (max-width: 640px){
	.information-block{margin:0 0 30px;}
	.information-block ul{margin:0 0 8px;}
	.information-block ul li{
		width:100%;
		padding:0 0 10px;
	}
	.information-block ul a{
		padding:12px 10px;
	}
	.information-block ul span{display:block;}
}
/* banners-block */
.banners-block{
	overflow:hidden;
	/* border-top:3px solid #eceff1; */
	padding-top:40px;
	margin-bottom:30px;
}
.banners-block ul{
	overflow:hidden;
	margin:0 -10px;
}
.banners-block li{
	float:left;
	width:50%;
	padding:0 10px 10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.banners-block a img:hover{
    -moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.banners-block img{
	display:block;
	width:100%;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
@media (max-width: 640px){
	.banners-block{
		padding-top:20px;
		margin-bottom:10px;
	}
	.banners-block ul{
		margin:0;
	}
	.banners-block li{
		width:100%;
		padding:0 0 10px;
	}
}
/* footer */
#footer{
	overflow:hidden;
	background:#f6f7f8;
}
/* logos-block */
.logos-block{
	overflow:hidden;
	border-top:2px solid #eceff1;
	background:#fff;
}
.logos-block ul{
	overflow:hidden;
	margin:0 -10px;
	padding:18px 0 24px;
}
.logos-block ul li{
	float:left;
	padding:8px 8px;
}
.logos-block ul img{
    display:block;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.logos-block ul img:hover{
    -moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.footer-nav{
	background:#3d98cc;
	overflow:hidden;
	margin-bottom:37px;
}
.footer-nav ul{overflow:hidden;}
.footer-nav ul li{
	float:left;
	padding-right:40px;
}
.footer-nav ul a{
	float:left;
	font-size:16px;
	line-height:72px;
	font-weight:bold;
	color:#fff;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.footer-nav ul a:hover{
	-moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.magazine-list{
	overflow:hidden;
	margin-bottom:6px;
}
.magazine-list h2{
	font-size:18px;
	line-height:24px;
	color:#263238;
	margin-bottom:31px;
}
.magazine-list h3{
	font-size:14px;
	line-height:24px;
	color:#263238;
	border-bottom:2px solid #263238;
	margin-bottom:10px;
	padding-bottom:3px;
}
.magazine-list a{color:#263238;}
.magazine-list a:hover{
	-moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.magazine-list .wrap{margin:0 -20px;}
.magazine-list .col{
	float:left;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:25%;
	padding:0 20px;
}
.magazine-list ul{
	overflow:hidden;
	margin-bottom:21px;
}
.magazine-list ul a{
	font-size:12px;
	line-height:24px;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.copyright{
	font-size:12px;
	line-height:24px;
	color:#263238;
	text-align:center;
	border-top:1px solid #cfd8dc;
	padding:17px 0;
	margin-bottom:7px;
}
.copyright p{margin:0;}
.fixed-item{
	position:fixed;
	bottom:20px;
	right:20px;
	z-index: 2;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.fixed-item:hover{bottom:28px;}
/* popup */
.fader,
.fader-nav{
	background:rgba(0,0,0,.5);
	display:none;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1000;
}
.fader{background:rgba(0,0,0,.8);}
.fader-nav{position:fixed;}
.opened-nav .fader-nav{
	z-index:10;
	display:block;
}
.link-top{display:none;}
@media (max-width: 640px){
	.link-top{
		display:block;
		background:#263238;
		font-size:16px;
		line-height:50px;
		font-weight:bold;
		color:#fff;
		text-align:center;
	}
	.link-top:before{
		content:'';
		background:url(../images/arrow02.png) no-repeat;
		background-size:20px 12px;
		width:20px;
		height:12px;
		display:inline-block;
		vertical-align:middle;
		margin-right:8px;
	}
	.logos-block ul{
		margin:0 -5px;
		padding:10px 0;
	}
	.logos-block ul li{
		padding: 0;
		width: 25%;
	}
	.logos-block ul img{
		height:45px;
		margin: 0 auto;
	}
	.fixed-item{
		bottom: 0;
		right: 0;
	}
	.fixed-item img{width: 120px;}
	.footer-nav ul a{
		font-size:14px;
		line-height:32px;
	}
	.footer-nav ul li{padding:0 10px;}
	.footer-nav ul.section{padding:10px;}
	.magazine-list{margin-bottom:-6px;}
	.magazine-list h2{
		font-size:18px;
		line-height:24px;
	}
	.magazine-list h2:after{
		content:'';
		background:url(../images/arrow03.png) no-repeat;
		width:20px;
		height:12px;
		overflow:hidden;
		float:right;
		background-size:20px 12px;
		margin-top:5px;
	}
	.magazine-list .wrap{margin:0 -10px;}
	.magazine-list .col{
		width:100%;
		padding:0 10px;
	}
	.footer-nav{margin-bottom:17px;}
	.magazine-list h2{margin-bottom:20px;}
	.magazine-list h3{
		padding-bottom:7px;
		margin-bottom:14px;
	}
	.magazine-list ul a{line-height:25px;}
	.magazine-list ul{margin-bottom:29px;}
	.magazine-list .wrap .d{
		float:left;
		width:50%;
	}
	.magazine-list .wrap{display:none;}
	.copyright{padding:14px 0;}
}
@media (max-width: 340px){
	.logos-block ul img{height:37px;}
}
.popup{
	display:none;
	left:0;
	width:690px;
	position:absolute;
	right:0;
	top:0;
	z-index:1001;
	padding:68px 0;
	color:#fff;
}
.popup-close{
	position:absolute;
	top:0;
	right:0;
	width:48px;
	height:48px;
	background:url(../images/cloze.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
.popup-swiper{
	width:100%;
	height:100%;
	margin-bottom:18px;
}
.popup-swiper img{
	display:block;
	width:100%;
	margin-bottom:10px;
}
.popup-holder .swiper-button-next,
.popup-holder .swiper-button-prev{
	width:55px;
	top:0;
	bottom:0;
	height:100%;
	padding:0;
	margin:0;
}
.popup-gall{position:relative;}
.popup-holder .swiper-container{position:relative;}
.popup-holder .swiper-button-next{
	background:url(../images/arrow-gallery06.png) no-repeat 100% 50%;
	right:-56px;
}
.popup-holder .swiper-button-prev{
	background:url(../images/arrow-gallery05.png) no-repeat 0 50%;
	left:-56px;
}
.popup-holder{
	overflow:hidden;
	padding:0 56px;
}
.popup-holder h3{
	font-size:18px;
	line-height:22px;
	color:#fff;
	margin-bottom:15px;
}
.popup-holder p,
.popup-holder .exlink{
	font-size:14px;
	line-height:22px;
	color:#fff;
	margin-bottom:20px;
}
.popup-holder .soc{
	overflow:hidden;
	text-align:right;
	font-size:16px;
	line-height:36px;
	margin-bottom:24px;
	padding:0 8px;
}
.popup-holder .soc-list{float:right;}
.popup-holder .soc-list li{
	float:left;
	padding-left:20px;
}
.popup-holder .soc-list img{
	display:block;
	width: 36px;
}
.popup-holder .sub-info{
	border-top:1px solid #fff;
	margin:0 -20px 10px;
	padding:20px 20px 0;
	overflow:hidden;
}
.popup-holder .sub-info .t{
	width:100%;
	display:table;
	table-layout:fixed;
}
.popup-holder .sub-info .col{
	display:table-cell;
	vertical-align:middle;
}
.popup-holder .sub-info .i{
	display:inline-block;
	margin-right:8px;
	vertical-align:middle;
	width:60px;
	height: 60px;
	border-radius: 30px;
}
.popup-holder .sub-info a{
	font-size:14px;
	line-height:28px;
	color:#fff;
}
.popup-holder .sub-info a.mail,
.popup-holder .sub-info a.link{
	display:block;
	padding-left:24px;
	margin-left:10px;
}
.popup-holder .sub-info a.mail{
	background:url(../images/icon01.png) no-repeat 0 50%;
	background-size: 16px 16px;
}
.popup-holder .sub-info a.link{
	background:url(../images/icon02.png) no-repeat 0 50%;
	background-size: 16px 16px;
}
@media (max-width: 640px){
	.popup{
		width:356px;
		padding:34px 0;
	}
	.popup-close{
		right:30px;
		width:24px;
		height:24px;
		background:url(../images/cloze.png) no-repeat;
		background-size:24px;
	}
	.popup-swiper{
		margin:0 0 8px;
		width:auto;
	}
	.popup-holder.swiper-button-next,
	.popup-holder .swiper-button-prev{
		width:55px;
		top:0;
		bottom:0;
		height:100%;
		padding:0;
		margin:0;
	}
	.popup-holder .swiper-button-next{
		background:url(../images/arrow-gallery06.png) no-repeat 100% 50%;
		background-size: 16px;
		right:-30px;
	}
	.popup-holder .swiper-button-prev{
		background:url(../images/arrow-gallery05.png) no-repeat 0 50%;
		background-size: 16px;
		left:-30px;
	}
	.popup-holder{
		overflow:hidden;
		padding:0 30px;
	}
	.popup-holder h3{
		font-size:18px;
		line-height:24px;
	}
	.popup-holder p{
		font-size:14px;
		line-height:18px;
		margin-bottom:16px;
		font-weight:normal;
	}
	.popup-holder .soc{
		text-align:center;
		margin-bottom:10px;
		padding:0 8px;
	}
	.popup-holder .soc span{
		display:block;
		line-height:20px;
		margin-bottom:12px;
	}
	.popup-holder .soc-list{
		display:block;
		width: 100%;
	}
	.popup-holder .soc-list img{width:36px;}
	.popup-holder .soc-list li{
		display:inline-block;
		vertical-align:top;
		padding:0 5px;
		float:none;
	}
	.popup-holder .sub-info{
		border-top:1px solid #fff;
		margin:0 -10px;
		padding:20px 10px 0;
		overflow:hidden;
	}
	.popup-holder .sub-info .col{
		padding:0;
		display: block;
		margin-bottom: 12px;
	}
	.popup-holder .sub-info .col a,
	.popup-holder .sub-info .col span{
		font-size:14px;
		line-height:24px;
	}
	.popup-holder .sub-info .i{
		margin-right:12px;
		margin-bottom:0;
	}
	.popup-holder .sub-info a{
		line-height:24px;
	}
	.popup-holder .sub-info a.mail,
	.popup-holder .sub-info a.link{
		margin-left:0;
	}
	.popup-swiper img{
		margin-bottom:10px;
	}
	
}
@media (max-width: 320px){
	.popup{
		width:320px;
	}
}
/* breadcrumbs */
.breadcrumbs{
	overflow:hidden;
	background:#eceff1;
	margin-bottom:36px;
}
.breadcrumbs ul{overflow:hidden;}
.breadcrumbs ul li{float:left;}
.breadcrumbs ul li:first-child{margin-left:-14px;}
.breadcrumbs ul a{
	display:block;
	padding:0 5px 0 14px;
	position:relative;
	font-size:14px;
	line-height:30px;
	color:#607d8b;
}
.breadcrumbs ul a:hover{text-decoration: underline;}
.breadcrumbs ul a:after{
	content:'>';
	position:absolute;
	left:0;
	top:0;
}
/* magazine-top-list */
.magazine-top-list{
	overflow:hidden;
	text-align:center;
	font-size:0;
	line-height:0;
	letter-spacing:-4px;
}
.magazine-top-list li{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:45px;
	letter-spacing:0;
	padding:0 2px 7px;
}
.magazine-top-list a{
	display:block;
	font-size:14px;
	line-height:45px;
	font-weight:bold;
	color:#000;
	background:#eceff1;
	padding:0 20px;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.magazine-top-list a:hover,
.magazine-top-list a.active{
	background:#3d98cc;
	color:#fff;
}
@media (max-width: 1080px){
	.breadcrumbs ul{margin:0 10px;}
}
@media (max-width: 640px){
	.breadcrumbs ul{margin:0;}
	.magazine-top-list{margin-bottom:16px;}
	.magazine-top-list li{
		padding:0 5px 11px;
		line-height:35px;
	}
	.magazine-top-list a{
		line-height:35px;
	}
	.breadcrumbs ul{
		overflow-x:auto;
		white-space:nowrap;
	}
	.breadcrumbs ul li{
		display:inline-block;
		vertical-align:top;
		float:none;
		white-space:nowrap;
	}
}
/* magazine-top-block */
.magazine-top-block{
	overflow:hidden;
	margin-bottom:35px;
}
.magazine-top-block ul{
	overflow:hidden;
	position:relative;
	font-size:0;
	line-height:0;
	letter-spacing:-4px;
}
.magazine-top-block ul li{
	display:inline-block;
	vertical-align:top;
	width:20%;
	text-align:center;
	padding:39px 0 38px;
	font-size:12px;
	line-height:16px;
	letter-spacing:0;
}
.magazine-top-block ul li:nth-child(6n):before{
	content:'';
	position:absolute;
	left:0;
	width:100%;
	height:2px;
	overflow:hidden;
	background:#eceff1;
	margin:-41px 0 0;
}
.magazine-top-block ul img{
	display:block;
	height:232px;
	border:2px solid #eceff1;
	margin:0 auto 8px;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.magazine-top-block ul img:hover{
    -moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.magazine-top-block ul a{display:block;}
.magazine-top-block ul span{
	display:block;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
.magazine-top-block ul strong,
.magazine-top-block ul p{
	display:block;
	margin:0;
	font-size:12px;
	line-height:20px;
	color:#000;
}
.best-seller-block{margin-bottom:60px;}
.best-seller-block ul li:after{display:none !important;}
.best-seller-block ul li{
	width:16.6%;
}
.best-seller-block ul li img{height:217px;}
@media (max-width: 640px){
	.magazine-top-block{
		margin:20px -10px 2px;
	}
	.magazine-top-block ul{border:0;}
	.magazine-top-block ul li{
		width:50%;
		padding:0 0 26px;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.magazine-top-block ul li:before{display:none;}
	.magazine-top-block ul img{
		height:175px;
		margin-bottom:7px;
	}
	.best-seller-block ul li img{
		height:176px;
	}
	.best-seller-block{margin-bottom:23px;}
}
/* paging */
.paging{
	overflow:hidden;
	text-align:center;
	font-size:0;
	line-height:0;
	letter-spacing:-4px;
	margin-bottom:95px;
}
.paging li{
	display:inline-block;
	vertical-align:top;
	letter-spacing:0;
	font-size:16px;
	line-height:34px;
	margin:0 4px;
}
.paging a,
.paging span{
	display:block;
	height:34px;
	min-width:34px;
	-moz-border-radius:34px;
	-webkit-border-radius:34px;
	border-radius:34px;
	overflow:hidden;
	color:#263238;
	font-size:16px;
	line-height:35px;
	font-weight:bold;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.paging span{line-height:26px;}
.paging a:hover,
.paging a.active{
	background:#3d98cc;
	color:#fff;
}
.paging a.last-paging{
	background:url(../images/arrow04.png) no-repeat 50%;
	background-size: 11px 18px;
	text-indent:-9999px;
}
.paging a.first-paging{
	background:url(../images/arrow05.png) no-repeat 50%;
	background-size: 11px 18px;
	text-indent:-9999px;
}
.paging a.last-paging:hover,
.paging a.first-paging:hover{
	-moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.mb55{margin-bottom:55px;}
@media (max-width: 640px){
	.mb35-m{margin-bottom:35px !important;}
	.mb45-m{margin-bottom:45px !important;}
	.paging{margin-bottom:56px;}
	.paging li{margin:0;}
	.paging a,
	.paging span{
		font-size:16px;
		line-height:40px;
		width:40px;
		height:40px;
	}
	.paging span{line-height:30px;}
	.paging a.last-paging,
	.paging a.first-paging{
		background-size:10px auto;
		width:30px;
	}
}
/* magazine-detail-block */
.magazine-detail-block{
	overflow:hidden;
	margin-bottom:80px;
}
.magazine-detail-top{
	overflow:hidden;
	margin-bottom:20px;
	border-bottom:2px solid #eceff1;
	padding:0 0 9px;
	position:relative;
}
.magazine-detail-top .left{
	float:left;
	width:50%;
}
.magazine-detail-top .date{
	display:block;
	font-size:14px;
	line-height:26px;
	color:#777;
}
.magazine-detail-top h2{
	font-size:24px;
	line-height:34px;
	color:#000;
}
.social-networks{
	position:absolute;
	bottom:9px;
	right:0;
}

.social-networks ul {
	font-size:0px;
	line-height:0px;
}

.social-networks ul::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.social-networks li{
	float:left;
	padding-left:7px;
}
.social-networks img{display:block;}
.detail-main{
	float:left;
	width:340px;
}
.detail-main .image{
	overflow:hidden;
	margin-bottom:12px;
}
.detail-main .image img{
	display:block;
	width:100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #bbb;
}
.btn-mark02,
.btn-mark03{
	display:block;
	text-align:center;
	font-size:16px;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-bottom:8px;
}
.btn-mark02{background:#3d98cc;}
.btn-mark03{background:#263238;}
.btn-mark02:hover{background:#3685b2;}
.btn-mark03:hover{background:#151b1f;}
.title-page h3{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:24px;
	background:#fff;
	position:relative;
	z-index:2;
	padding:0 12px;
}
.purchase-here-list{
	overflow:hidden;
	margin:0 -5px;
}
.purchase-here-list.mob{display:none;}
.purchase-here-list li{
	float:left;
	width:50%;
	padding:0 5px 10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.purchase-here-list a{
	display:block;
	border:1px solid #b0bec5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	overflow:hidden;
}
.purchase-here-list a:hover{border:1px solid #607d8b;}
.purchase-here-list img{
	display:block;
	width:100%;
}
.detail-sidebar{
	float:right;
	width:700px;
	font-size:14px;
	line-height:22px;
	color:#000;
}
.detail-sidebar .text-info{
	overflow:hidden;
}
.detail-sidebar h2{
	font-size:18px;
	line-height:22px;
	color:#000;
	margin-bottom:17px;
}
.detail-sidebar-list{
	overflow:hidden;
	margin-bottom:23px;
}
.detail-sidebar-list li,
.detail-sidebar-list a{
	font-size:14px;
	line-height:22px;
	color:#000;
}
.detail-sub-info{
	overflow:hidden;
	border:3px solid #eceff1;
	margin-bottom:46px;
	padding:18px;
}
.detail-sub-info dl{overflow:hidden;}
.detail-sub-info dl dt,
.detail-sub-info dl dd{
	float:left;
	font-size:14px;
	line-height:22px;
	color:#000;
}
.title-page .fl{
	float:left;
	padding-left:0;
}
.back-number-list{
	overflow:hidden;
	margin:0 -10px;
}
.back-number-list li{
	float:left;
	width:25%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 12px;
}
.back-number-list img{
	display:block;
	width:100%;
	border:2px solid #eceff1;
	margin-bottom:6px;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.back-number-list img:hover{
    -moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.back-number-list span{
	display:block;
	text-align:center;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#000;
}
.detail-main .vizual{
	overflow:hidden;
	margin-bottom:28px;
}
.detail-sidebar .text-info{padding:18px 0 10px;}
.detail-sidebar .text-info p{margin-bottom:21px;}
.mb18{margin-bottom:18px;}
@media (max-width: 640px){
	.back-number-list li{
		width:50%;
		padding-bottom:20px;
	}
	.m-mb20{margin-bottom:20px !important;}
	.magazine-detail-block,
	.magazine-detail-block .wrap{overflow:visible;}
	.magazine-detail-top{border:0;}
	.magazine-detail-top .left{
		float:none;
		width:auto;
		border-bottom:2px solid #eceff1;
		padding-bottom:6px;
		margin-bottom:11px;
	}
	.social-networks{
		position:relative;
		bottom:0;
		overflow:hidden;
		text-align:right;
	}
	.social-networks ul{float:right;}
	.social-networks img{height:19px;}
	.social-networks li{padding-left:4px;}
	.magazine-detail-top{margin-bottom:9px}
	.detail-main{
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	.detail-main .image{
		margin:0 66px 21px;
	}
	.btn-mark02,
	.btn-mark03{
		line-height:44px;
		margin:0 26px 10px;
	}
	.detail-main .vizual .btn-mark02,
	.detail-main .vizual .btn-mark03{
		margin:0 0 10px;
	}
	.purchase-mob{
		background:#eceff1;
		overflow:hidden;
		margin:0 -20px;
		padding:16px 20px 10px;
	}
	.purchase-mob .title-page h3{background:#eceff1;}
	.detail-main .vizual{margin-bottom:10px;}
	.purchase-mob .title-page{margin-bottom:15px !important;}
	.detail-sidebar{
		float:none;
		width:auto;
	}
	.detail-sidebar h2{margin-bottom:22px;}
	.detail-sidebar .text-info{width:auto;}
	.detail-sub-info{padding:12px 16px;}
	.purchase-here-list{display:none;}
	.purchase-here-list.mob{display:block;}
	.purchase-here-list a{border:none;}
	.purchase-here-list a:hover{border: none;}
	.magazine-detail-block{margin-bottom:20px;}
	.magazine-detail-top h2{
		font-size:22px;
	}
}
/* subscription-box */
.subscription-box{
	overflow:hidden;
	margin-bottom:-6px;
}
.subscription-box h2{
	font-size:20px;
	line-height:24px;
	color:#000;
	border-bottom:2px solid #eceff1;
	padding-bottom:12px;
	margin-bottom:18px;
}
.subscription-box p{
	margin:0;
	font-size:14px;
	line-height:24px;
	color:#000;
}
.breadcrumbs.mb58{margin-bottom:58px;}
.title-page.mb35{
	margin-bottom:35px;
}
/* subscription-block */
.subscription-block{
	overflow:hidden;
	font-size:14px;
	line-height:24px;
	color:#000;
}
.subscription-block > .wrap{margin:0 -10px 60px;}
.subscription-block .col{
	float:left;
	width:50%;
	padding:0 10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.subscription-block p{
	font-size:14px;
	line-height:24px;
	color:#000;
	margin:0 0 18px;
}
.subscription-block .subscription-item{
	background:#f6f7f8;
	padding:36px 38px 24px;
}
.subscription-item h3{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin:0 0 15px;
}
.subscription-item p{
	font-size:14px;
	line-height:24px;
	color:#000;
	margin:0 0 23px;
}
.subscription-block  .item{
	overflow:hidden;
	margin-bottom:20px;
}
.subscription-block  .item p{margin:0;}
.subscription-block  .item a{color:#0091e5}
.subscription-block  .item a:hover{text-decoration: underline;}
.title-main{
	font-size:20px;
	line-height:24px;
	color:#000;
	margin:0 0 19px;
	border-bottom:1px solid #eceff1;
	padding-bottom:14px;
}
.subscription-block .subscription-item .item{margin:0;}
.subscription-block .subscription-item .item p span{display:block;}
.subscription-sub{
	overflow:hidden;
	margin-bottom:90px;
}
.subscription-sub .i{
	float:left;
	width:115px;
	margin-right:18px;
}
.subscription-sub .dt{
	overflow:hidden;
}
.subscription-sub .dt p{margin:-2px 0 0;}
.subscription-sub img{
	display:block;
	width:100%;
	margin-bottom:8px;
}
.subscription-sub .i a{
	display:block;
	text-align:center;
	font-size:14px;
	line-height:24px;
	color:#0091e5;
}
.subscription-sub .i a:hover{text-decoration: underline;}
.subscription-item h3.mb30{margin-bottom:30px;}
.subscription-block strong{
	display:block;
}
.item.mb60{margin-bottom:60px;}
.db{display:block;}
@media (max-width: 640px){
	.subscription-block > .wrap{
		margin:0 0 20px;
	}
	.subscription-block .subscription-item{height:auto !important;}
	.subscription-block .col{
		float:none;
		width:auto;
		padding:0;
	}
	.subscription-item{margin-bottom:20px;}
	.magazine-top-block.mb25.m-mb10{margin-bottom:10px !important}
	.subscription-block .subscription-item{
		padding:24px 31px;
	}
	.subscription-item h3{margin-bottom:21px;}
	.subscription-block .subscription-item p{
		line-height:18px;
		margin-bottom:14px;
	}
	.subscription-block .item p{margin:12px 0 0;}
	.subscription-block .item p:first-child{margin-top:0;}
	.title-main{
		padding-bottom:9px;
		margin-bottom:14px;
	}
	.subscription-block p{margin-bottom:50px;}
	.subscription-item h3.mb30{margin-bottom:20px;}
	.subscription-block .item.mb10{margin-bottom:20px !important}
	.item.mb60{margin-bottom:26px;}
	.subscription-sub img{margin-bottom:2px;}
	.subscription-sub .i{margin-right:12px;}
	.subscription-sub .dt p{
		font-size:12px;
		line-height:18px;
	}
	.subscription-sub{margin-bottom:45px;}
	.breadcrumbs.mb58{margin-bottom:30px;}
}
/* release-events-holder */
.release-events-holder{
	overflow:hidden;
	margin:0 -20px 100px;
}
.release-events-holder .col{
	float:left;
	width:50%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 20px;
}
.release-events-holder .box{
	border:3px solid #eceff1;
	background:#fff;
}
.release-events-holder h3{
	background:#263238;
	margin:-3px -3px 0;
	position:relative;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#fff;
	padding:18px 5px 14px;
}
.release-events-holder .title{
	display:block;
	background:#eceff1;
	padding:11px 17px;
	font-size:24px;
	line-height:30px;
	color:#000;
	margin-bottom:20px;
}
.release-events-holder ul{
	overflow:hidden;
	background:#fff;
	margin-bottom:4px;
}
.release-events-holder ul li{
	padding:0 17px;
	font-size:14px;
	line-height:24px;
	color:#000;
}
.release-events-holder ul .n{
	float:left;
	width:72px;
	font-size:18px;
	line-height:24px;
	color:#000;
}
.release-events-holder ul a{
	font-weight:bold;
	color:#0091e5;
}
.release-events-holder ul a:hover{text-decoration: underline;}
.release-events-holder ul p{
	margin:0;
	line-height:22px;
}
.release-events-holder ul p a{line-height:25px;}
.release-events-holder ul li{padding-bottom:16px;}
.release-events-holder ul dl{
	overflow:hidden;
	margin-bottom:7px;
}
.release-events-holder ul dl dt,
.release-events-holder ul dl dd{
	float:left;
}
.release-events-holder ul.add .wrap{
	border-top:2px solid #eceff1;
	position:relative;
	padding-top:20px;
}
.release-events-holder ul.add li:first-child .wrap{
	border:0;
	padding-top:0;
	margin-top:0;
}
.release-events-holder ul .wrap strong{
	display:block;
	font-size:16px;
	margin-bottom:2px;
}
.release-events-holder ul.add li{
	padding-bottom:15px;
}
.release-events-holder ul.add li .n{padding-top:20px;}
.release-events-holder ul.add li:first-child{
	padding-top:0;
}
.release-events-holder ul.add li:first-child .n{padding:0;}
.release-events-holder .wrap:last-child ul{margin:0;}
@media (max-width: 640px){
	.release-events-holder{
		margin:0 -20px;
		padding:28px 0 0;
	}
	.release-events-holder .col{
		padding:0;
		float:none;
		width:auto;
	}
	.release-events-holder .box{
		border:0;
	}
	.release-events-holder h3{
		font-size:18px;
		padding:8px 5px 6px;
	}
	.release-events-holder .title{
		padding:5px 20px;
		font-size:19px;
		margin-bottom:16px;
	}
	.release-events-holder ul .n{
		font-size:18px;
		width:60px;
	}
	.release-events-holder ul li{padding-bottom:14px;}
	.release-events-holder ul .wrap strong a{
		line-height:20px;
	}
	.release-events-holder ul .wrap strong{margin-bottom:5px;}
	.release-events-holder ul dl{margin-bottom:5px;}
	.release-events-holder ul p{line-height:21px;}
}
/* recrut */
.recrut-anchor-list{
	overflow:hidden;
	margin:0 -10px;
	padding:34px 0 70px;
}
.recrut-anchor-list li{
	float:left;
	width:50%;
	padding:0 10px 20px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.recrut-anchor-list a{
	display:block;
	position:relative;
	background:#eceff1;
	overflow:hidden;
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	padding:12px 12px 12px 52px;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.recrut-anchor-list a:hover{background:#cfd8dc;}
.recrut-anchor-list a:after{
	content:'';
	position:absolute;
	left:15px;
	top:50%;
	width:16px;
	height:16px;
	margin-top:-8px;
	background:#263238;
	overflow:hidden;
}
.recrut-anchor-list a:before{
	content:'';
	position:absolute;
	width:0;
	height:0;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:4px solid #fff;
	left:19px;
	top:50%;
	margin-top:-2px;
	z-index:1;
}
.recrut-block{
	overflow:hidden;
}
.recrut-holder{
	overflow:hidden;
	margin-bottom:20px;
}
.recrut-holder h2{
	border-bottom:2px solid #eceff1;
	padding:0 0 17px;
	margin-bottom:19px;
	font-size:18px;
	line-height:24px;
}
.recrut-holder .col{
	float:left;
	width:50%;
	padding:0 10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.recrut-holder .col:first-child{padding-top:14px;}
.recrut-holder .frame{
	overflow:hidden;
	margin:0 -10px 57px;
}
.recrut-holder dl{
	overflow:hidden;
	margin-bottom:7px;
}
.recrut-holder dl dt,
.recrut-holder dl dd{
	font-size:14px;
	line-height:24px;
	color:#000;
}
.recrut-holder dl dt{
	float:left;
	min-width:105px;
	padding-right:5px;
	font-weight:bold;
}
.recrut-holder dl dd{
	display:block;
	overflow:hidden;
}
.recrut-holder p{margin:0;}
.recrut-block .box{
	border:3px solid #eceff1;
	background:#fff;
	margin-bottom:20px;
	padding:0 38px;
}
.recrut-block .box h3{
	background:#eceff1;
	margin:0 -38px 34px;
	padding:14px 38px;
	font-size:16px;
	line-height:24px;
	color:#000;
}
.recrut-block .box ul{
	overflow:hidden;
	margin-bottom:16px;
}
.recrut-block .box ul li{padding-bottom:16px;}
.recrut-block .box ul li p{margin:0;}
.recrut-block .box h4{
	font-size:14px;
	line-height:24px;
	color:#000;
}
.recrut-block .box p{
	font-size:14px;
	line-height:24px;
	color:#000;
	margin-bottom:28px;
}
.topics-block .box:nth-child(n+14){display:none;}
@media (max-width: 640px){
	.recrut-anchor-list li{
		float:none;
		width:100%;
		padding:0 10px 10px;
	}
	.recrut-anchor-list{
		padding:10px 0 35px;
	}
	.recrut-anchor-list a{
		padding:12px 12px 12px 44px;
	}
	.recrut-holder h2{
		padding:0 0 9px;
		margin-bottom:26px;
	}
	.recrut-holder .col:first-child{padding:0 0 28px;}
	.recrut-holder .col{
		float:left;
		width:100%;
		padding:0;
	}
	.recrut-holder .frame{
		margin:0;
	}
	.recrut-holder dl dt,
	.recrut-holder dl dd{
		line-height:20px;
	}
	.recrut-holder dl dt{
		min-width:70px;
	}
	.recrut-block .box h3{
		padding:14px 26px;
		margin:0 -26px 21px;
	}
	.recrut-block .box{
		padding:0 26px;
	}
	.recrut-block .box h4{
		margin-bottom:13px;
		line-height:20px;
	}
	.recrut-block .box p{
		line-height:20px;
	}
	.recrut-block .box ul li{padding-bottom:19px;}
}
/* company */
.company-list{
	overflow:hidden;
	max-width:656px;
	margin:0 auto 78px;
}
.company-list ul{
	width:100%;
	display:table;
	table-layout:fixed;
}
.company-list ul li{
	display:table-cell;
	vertical-align:top;
	padding:0 8px;
}
.company-list a{
	display:block;
	position:relative;
	background:#eceff1;
	text-align:center;
	padding:12px 20px 12px 32px;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#263238;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.company-list a:hover{background: #cfd8dc;}
.company-list a:after{
	content:'';
	position:absolute;
	left:15px;
	top:50%;
	width:16px;
	height:16px;
	margin-top:-8px;
	background:#263238;
	overflow:hidden;
}
.company-list a:before{
	content:'';
	position:absolute;
	width:0;
	height:0;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:4px solid #fff;
	left:19px;
	top:50%;
	margin-top:-2px;
	z-index:1;
}
.company-holder{
	overflow:hidden;
	max-width:640px;
	margin:0 auto 29px;
}
.company-holder h2{
	font-size:20px;
	line-height:24px;
	color:#000;
	margin-bottom:32px;
}
.company-holder p{
	font-size:14px;
	line-height:24px;
	color:#000;
	margin-bottom:24px;
}
.company-holder .info{
	overflow:hidden;
	text-align:right;
}
.company-holder .info span{display:block;}
hr.company-frame-box{
	border-top:1px solid #eceff1;
	margin:10px 0 57px;
}
.company-frame{
	max-width:640px;
	margin:0 auto 57px;
}
.company-frame h2{
	font-size:20px;
	line-height:24px;
	color:#000;
	margin-bottom:32px;
}
.company-frame dl{
	overflow:hidden;
	display:block;
	margin-bottom:6px;
}
.company-frame dl dt,
.company-frame dl dd{
	font-size:14px;
	line-height:24px;
	color:#000;
}
.company-frame dl dt{
	float:left;
	font-weight:bold;
	min-width:120px;
	padding-right:8px;
}
.company-frame dl p{margin:0;}
.company-frame dl dd{
	display:block;
	overflow:hidden;
}
.company-frame .map{
	overflow:hidden;
	margin:36px 0 100px;
	border:1px solid #eceff1;
}
.company-frame .map-image{
	display:block;
	width:100%;
}
.company-frame #gMap{
	height: 318px;
}
@media (max-width: 640px){
	.company-list{
		padding:17px 0 0;
		margin-bottom:48px;
	}
	.company-list ul li{
		float:left;
		width:50%;
		padding:0 5px 10px;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.company-holder h2{
		margin-bottom:23px;
	}
	.company-holder{margin-bottom:11px;}
	hr.company-frame-box{
		margin-bottom:39px;
		margin:10px -20px 39px;
	}
	.company-frame h2{
		margin-bottom:21px;
	}
	.company-frame dl dt,
	.company-frame dl dd{line-height:20px;}
	.company-frame dl dt{min-width:106px;}
	.company-frame dl{margin-bottom:7px;}
	.company-frame{margin-bottom:37px;}
	.company-frame .map{
		margin:25px 0 50px;
		height:198px;
	}
	.company-frame .map .map-image{height:198px;}
	.company-list a{padding:12px 8px 12px 34px;}
}
/* shop-block */
.shop-block{
	overflow:hidden;
}
.shop-block .box{
	margin-bottom:20px;
	border:3px solid #eceff1;
	overflow:hidden;
	padding:37px;
}
.shop-block .info{
	float:left;
	width:520px;
}
.shop-block .image{
	float:right;
	width:440px;
}
.shop-block .item{
	overflow:hidden;
	margin-top:20px;
}
.shop-block .item:first-child{margin:0;}
.shop-block .item img{
	display:block;
	width:100%;
}
.logo-shop{
	overflow:hidden;
	margin-bottom:20px;
}
.logo-shop img{
	display:block;
	max-width: 50%;
	height: auto;
}
.shop-block h3{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-bottom:12px;
}
.shop-block p{
	font-size:14px;
	line-height:24px;
	color:#000;
	margin-bottom:18px;
}
.shop-block p a{color:#0091e5}
.shop-block p a:hover{text-decoration: underline;}
.shop-block p:last-child{margin:0;}
@media (max-width: 640px){
	.shop-block{padding:14px 0 30px;}
	.shop-block .box{
		padding:27px;
	}
	.shop-block .info{
		float:none;
		width:auto;
		margin:0 0 24px;
	}
	.logo-shop img{
		max-width:100%;
	}
	.logo-shop{margin-bottom:26px;}
	.shop-block h3{
		margin-bottom:19px;
	}
	.shop-block p{margin-bottom:14px;}
	.shop-block .image{
		float:none;
		width:auto;
	}
	.shop-block .item{margin-top:10px;}
	.shop-block .item:first-child{margin:0;}
}
/* works */
.works-top-info{
	overflow:hidden;
	text-align:center;
	padding:21px 0 57px;
}
.works-top-info p{
	font-size:14px;
	line-height:24px;
	margin-bottom:18px;
}
.works-top-info p span{display:block;}
.works-top-info ul{
	overflow:hidden;
	width:100%;
}
.works-top-info ul li{
	vertical-align:top;
	display:inline-block;
	padding:0 9px;
}
.works-block{
	overflow:hidden;
	margin-bottom:80px;
}
.works-block .box{
	margin-bottom:20px;
	border:3px solid #eceff1;
	overflow:hidden;
	padding:36px 37px 31px;
}
.works-block .image{
	float:right;
	width:440px;
	margin-left:40px;
}
.works-block .info{
	overflow:hidden;
}
.works-block .info h3{
	font-size:18px;
	line-height:20px;
	color:#000;
	margin-bottom:30px;
}
.works-block .info p{
	font-size:14px;
	line-height:24px;
	color:#000;
	margin-bottom:15px;
}
.works-block .btn{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:44px;
	padding:0 27px;
	color:#fff;
	font-weight:normal;
	margin:0;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.works-block .image img{
	display:block;
	width:100%;
}
.shop-title{
	font-size:18px;
	line-height:24px;
	color:#000;
	border-bottom:3px solid #eceff1;
	padding:0 0 16px;
	margin-bottom:40px;
}
.event-block{
	margin-bottom:25px;
	padding:16px 0 0;
}
.shop-frame{
	overflow:hidden;
	margin-bottom:55px;
}
@media (max-width: 640px){
	.works-block{margin-bottom:30px;}
	.works-block .image{
		float:none;
		width:100%;
		margin:0 0 28px;
	}
	.works-top-info{
		padding:8px 0 33px;
	}
	.works-top-info p span{
		display:inline;
		vertical-align:top;
	}
	.works-top-info ul li{
		display:block;
		padding:0 9px 2px;
	}
	.works-block .box{
		padding:27px;
	}
	.works-block .info h3{
		margin:0 0 23px;
	}
	.works-block .info p{
		margin-bottom:24px;
	}
	.works-block .btn{
		padding:0 20px;
	}
	.works-block .info p:last-child{margin:0;}
	.event-block{
		padding:6px 0 0;
		margin-bottom:2px;
	}
	.shop-title{
		padding-bottom:8px;
		margin-bottom:30px;
	}
	.shop-frame{
		margin-bottom:28px;
	}
}
/* catalog-block */
.catalog-block{
	overflow:hidden;
	margin:55px -15px 35px;
}
.catalog-block ul{
	overflow:hidden;
	font-size:0;
	line-height:0;
	letter-spacing:-4px;
}
.catalog-block li{
	display:inline-block;
	vertical-align:top;
	letter-spacing:0;
	color:#000;
	font-size:14px;
	line-height:18px;
	text-align:center;
	padding:0 15px 62px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:33.3%;
}
.catalog-block .image{
	display:block;
	width:100%;
	border:3px solid #eceff1;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:8px;
}
.catalog-block p{
	color:#000;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-align:center;
}
@media (max-width: 640px){
	.catalog-block{
		margin:40px 28px 20px;
	}
	.catalog-block li{
		padding:0 0 27px;
		display:block;
		width:100%;
	}
	.catalog-block .image{margin-bottom:5px;}
}
/* information-section */
.information-section{
	overflow:hidden;
	max-width:640px;
	margin:0 auto;
	padding:20px 0 5px;
}
.information-section-title{
	font-size:24px;
	line-height:28px;
	color:#151b1f;
	margin-bottom:56px;
	text-align:center;
}
.information-section-list{
	overflow:hidden;
	border-top:2px solid #eceff1;
}
.information-section-list li{
	border-bottom:2px solid #eceff1;
}
.information-section-list .box{
	display:table;
	width:100%;
	overflow:hidden;
}
.information-section-list .box .td{
	display:table-cell;
	padding:18px 15px;
	vertical-align:top;
}
.information-section-list p{
	margin:0;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#000;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.information-section-list a:hover p{color:#0091e5;}
.information-section-list .box .td:first-child{
	width:80px;
	padding:18px 0;
}
.information-section-list .box .td:last-child{
	width:95px;
	padding:18px 0;
	font-size:16px;
	line-height:24px;
	color:#777;
	text-align:right;
	white-space:nowrap;
}
.information-section-list .i{
	display:block;
	width:80px;
	height:24px;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	font-style:normal;
	color:#fff;
	text-align:center;
	background:#3d98cc;
	overflow:hidden;
}
.information-section .wrap{margin-bottom:50px;}
@media (max-width: 640px){
	.information-section{
		padding:1px 0 5px;
	}
	.information-section-list .box{
		position:relative;
		display:block;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:36px 0 6px;
	}
	.information-section-list .box .td{
		padding:6px 0;
	}
	.information-section-list .box .td:first-child,
	.information-section-list .box .td:last-child{
		position:absolute;
		top:12px;
		padding:0;
	}
	.information-section-list .box .td:first-child{
		left:0;
		width:60px;
	}
	.information-section-list .box .td:last-child{
		left:72px;
		font-size:14px;
		line-height:24px;
	}
	.information-section-list .i{
		width:60px;
		line-height:24px;
		font-size:12px;
	}
	.information-section-list p{
		font-size:14px;
		line-height:24px;
	}
	.information-section-title{
		margin-bottom:35px;
	}
	.information-section .wrap{
		margin-bottom:40px;
	}
	.information-section .paging{
		margin-bottom:44px;
	}
}
/* news-detail */
.news-detail{
	overflow:hidden;
	max-width:720px;
	margin:0 auto 100px;
}
.news-detail .information-section-title{margin-bottom:10px;}
.news-detail .date{
	text-align:center;
}
.news-detail .date span{
	display:inline-block;
	vertical-align:top;
	position:relative;
	font-size:14px;
	line-height:20px;
	color:#777;
	padding-bottom:40px;
	margin-bottom:30px;
}
.news-detail .date span:after{
	content:'';
	position:absolute;
	left:14px;
	right:14px;
	height:5px;
	bottom:0;
	background:#263238;
	overflow:hidden;
}
.news-section-text{
	overflow:hidden;
	padding:0 40px;
	margin-bottom:40px;
}
.news-section-text p{
	margin:0;
	font-size:14px;
	line-height:28px;
	color:#000;
}
.news-detail .image{
	overflow:hidden;
	margin-bottom:40px;
}
.news-detail .image img{
	display:block;
	width:100%;
}
.news-detail-wrap{
	overflow:hidden;
	text-align:center;
}
.btn-mark01.add{
	display:inline-block;
	vertical-align:top;
	float:none;
	padding:0 72px;
	line-height:44px;
	font-size:16px;
}
.btn-mark01.add:after{display:none;}
.btn-mark01.add:before{
	content:"";
	display:inline-block;
	vertical-align:top;
	background:url(../images/arrow01-l.png) no-repeat 0 50%;
	background-size: 8px;
	z-index:10;
	width:8px;
	height:44px;
	margin-right:10px;
}
@media (max-width: 640px){
	.news-detail{
		margin-bottom:50px;
	}
	.information-section-title{
		line-height:30px;
	}
	.news-detail .information-section-title{
		margin-bottom:22px;
	}
	.news-detail .date span{
		padding-bottom:32px;
		margin-bottom:42px;
	}
	.news-section-text{padding:0;}
	.news-section-text p{line-height:24px;}
	.news-section-text{margin-bottom:36px;}
	.news-detail .image{margin-bottom:50px;}
}
/* search */
.search-section{
	margin:0 auto;
	max-width:640px;
	overflow:hidden;
	padding:19px 0;
}
.search-title{
	font-size:24px;
	line-height:28px;
	color:#000;
	margin-bottom:18px;
}
.search-sub-title{
	font-size:14px;
	line-height:20px;
	color:#777;
	margin-bottom:5px;
}
.search-list{
	border:2px solid #eceff1;
	border-width:2px 0;
	padding:15px 0 10px;
	margin-bottom:40px;
	font-size:14px;
	line-height:29px;
	color:#000;
}
.search-list li{margin-bottom:8px;}
.search-list a{
	display:block;
	font-size:14px;
	line-height:20px;
	color:#0091e5;
}
.search-list a:hover{
    -moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.search-list a span{color:#000;}
@media (max-width: 640px){
	.search-section{
		padding:1px 0;
	}
	.search-title{margin-bottom:14px;}
	.search-sub-title{margin-bottom:8px;}
	.search-list{
		padding:18px 0 10px;
	}
	.search-section .wrap{margin:0 -7px;}
	.search-section .paging{margin-bottom:48px;}
}
@media (max-width: 320px){
	.search-section .wrap{margin:0;}
}
/* adinfo-block */
.adinfo-block{
	overflow:hidden;
	padding:20px 0 44px;
}
.adinfo-block .info{
	float:left;
	width:706px;
	margin-right:32px;
}
.adinfo-block .box{
	overflow:hidden;
	margin-bottom:48px;
}
.adinfo-block .box h2{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-bottom:16px;
}
.adinfo-block .box p{
	font-size:14px;
	line-height:24px;
	color:#555;
	margin-bottom:19px;
}
.adinfo-block .btn-mark02{
	display:inline-block;
	vertical-align:top;
	padding:10px 20px;
	line-height:24px;
	margin:0;
	text-align:left;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.adinfo-block .sub-info{
	overflow:hidden;
	padding:5px 0 0;
}
.adinfo-block .sub-info-box a{color:#0091e5;}
.adinfo-block .sub-info-box a.tel{color:#263238;}
.adinfo-block .sub-info-box{
	background:#f6f7f8;
	overflow:hidden;
	padding:35px 40px;
}
.adinfo-block .sub-info-box h3{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-bottom:31px;
}
.adinfo-block .sub-info-box p{
	font-size:14px;
	line-height:24px;
	color:#555;
	margin:0;
}
@media (max-width: 640px){
	.adinfo-block{
		padding:12px 0 50px;
	}
	.adinfo-block .info{
		float:none;
		width:auto;
		margin:0;
		overflow:hidden;
	}
	.adinfo-block .box h2{margin-bottom:10px;}
	.adinfo-block .box p{
		margin-bottom:16px;
	}
	.adinfo-block .btn-mark02{
		padding:10px 20px;
	}
	.adinfo-block .btn-mark02 span{display:block;}
	.adinfo-block .box{margin-bottom:36px}
	.adinfo-block .sub-info{padding:4px 0 0;}
	.adinfo-block .sub-info-box{
		padding:15px 20px;
	}
	.adinfo-block .sub-info-box h3{margin-bottom:10px;}
	.adinfo-block .sub-info-box a.tel{color:#555;}
}
/* privacy-block */
.privacy-block{
	max-width:640px;
	margin:0 auto;
	overflow:hidden;
	font-size:14px;
	line-height:24px;
	color:#000;
	padding:24px 0 0;
}
.privacy-title{
	border-bottom:2px solid #eceff1;
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-bottom:33px;
	padding-bottom:13px;
}
.privacy-block p{margin-bottom:30px;}
.privacy-block h3{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-bottom:13px;
}
.privacy-block h4{
	font-size:14px;
	line-height:24px;
	color:#000;
	margin-bottom:2px;
}
.privacy-block a{
	color:#0091e5;
}
.privacy-list01{overflow:hidden;}
.privacy-list01 li{
	margin-bottom:17px;
	overflow:hidden;
}
.privacy-list02{overflow:hidden;}
.privacy-list02 li{margin-bottom:24px;}
.privacy-list03{
	overflow:hidden;
	padding:12px 0 6px 20px;
}
.privacy-list03 li{margin:24px 0 0;}
.privacy-list03 li:first-child{margin:0 !important;}
.privacy-list03 p{margin:0;}
.privacy-list01 p{margin-bottom:16px;}
.privacy-list02 p{margin:0;}
.privacy-list02.add li{margin-bottom:2px;}
.privacy-list02.add{margin-bottom:23px;}
.privacy-list01 li.add{margin-bottom:33px;}
.privacy-list01 li.add1{margin-bottom:25px;}
.privacy-list01 li.add2{margin-bottom:36px;}
.privacy-list01 > li:last-child{margin-bottom:6px;}
@media (max-width: 640px){
	.privacy-block{
		padding:10px 0 25px;
	}
	.privacy-title{
		padding-bottom:9px;
		margin-bottom:23px;
	}
	.privacy-block p{margin-bottom:19px;}
	.privacy-block h3{margin-bottom:10px;}
	.privacy-list02 li{
		margin-bottom:5px;
	}
	.privacy-list03{
		padding:0 0 6px 20px;
	}
	.privacy-block h4{margin-bottom:18px;}
	.privacy-list02.add li{margin-bottom:7px;}
	.privacy-list02.add{margin-bottom:-6px;}
	.privacy-list01 li.add{margin-bottom:11px;}
	.privacy-list01 li.add2{margin-bottom:8px;}
	.privacy-block > .privacy-list01{margin-bottom:5px;}
}
/* contact-block */
.contact-block{
	overflow:hidden;
	padding:24px 0 0;
}
.contact-block-title{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-bottom:16px;
}
.contact-block p{
	font-size:14px;
	line-height:24px;
	color:#000;
	margin-bottom:34px;
}
.contact-holder{
	overflow:hidden;
	margin:0 -10px 79px;
}
.contact-block .col{
	float:left;
	width:50%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 10px 20px;
}
.contact-block .box{
	border:3px solid #eceff1;
	padding:33px 37px 34px;
}
.contact-block h3{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-bottom:32px;
}
.contact-block .box p{margin:0;}
.contact-block .box p a{
	color:#0091e5;
}
.contact-block .box p a:hover{text-decoration: underline;}
.contact-block .box p.mb12{margin-bottom:12px;}
@media (max-width: 640px){
	.contact-block{
		padding:12px 0 0;
	}
	.contact-block-title{margin-bottom:12px;}
	.contact-block p{margin-bottom:25px;}
	.contact-holder{
		margin:0 0 31px;
	}
	.contact-holder .col{
		float:left;
		width:100%;
		padding:0 0 18px;
	}
	.contact-block .box{
		padding:22px 27px 11px;
	}
	.contact-block h3{margin-bottom:20px;}
	.contact-block .box p {
		margin-bottom: 10px;
		line-height: 22px;
	}
	.contact-block .box p.mb12{margin-bottom:15px;}
}
/* end */
.popupslide .info p{
	display: none;
}
.popupslide .exlink{
	display: none!important;
}
.dnb{
	display: none;
}