
@charset "utf-8";
@media screen and (max-width: 960px) {
/* v ================================================================================================= INITIAL SETTINGS */
	
	
	
html {
	height: 100%;
	font-size: 75%;
	line-height: 1.6;
	overflow-y: scroll;
}
body {
	text-align:center;
	margin:0 0 49px;
	background:none;
	font:arial,helvetica,clean,sans-serif;
	width:auto;
	/*
	word-break: break-all;
	*/
}


.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


h1 {
	margin: 0 10px;
}

p{
	color: #666;
}
.sp_dpn{
	display:none!important;
}	
	
/* ================================================================================================= BASE STRUCTURE */

/* ------------------------------------------------------------------------------------------------- header */



.home #header {
	border-bottom: none;
	width:auto;
}

#header .inner {
	position: relative;
width:100%;
	height: 0;
	margin: 0 ;
	padding: 0;
}

.img_logo img{
display:none;
}	
.ac_menu,.inner2 {
    width: 100%;
    padding: 0;
	z-index: 999;
}
.ac_menu {
     top: 0;
     position: fixed;
     margin-top: 0;
}
.ac_menu a, .ac_menu{
    color: #666;
    text-decoration: none;
}
    /* Fixed reset */
.ac_menu.fixed {
     padding-top: 0;
     background: transparent;
}
#mobile-head {

    background-color: #fff;
     width: 100%;
     height: 52px;
     z-index: 999;
     position: relative;
}
#mobile-head2 {
	border-bottom: solid 2px rgba(64, 154, 180, 0.61);
    background-color: #eff4f7;
     width: 100%;
     height: 20px;
     z-index: 999;
     position: relative;
	top: 50px;
	margin-top: -7px;
}
	#mobile-head3 {
    background-color: rgba(63, 153, 178, 0.3);
     width: 100%;
     height: 50px;
     position: relative;
	top: 72px;
	margin-top: -7px;
	display:table;
}
.mobile-head2Box{
	 width: 30%;
    display: inline-block;	
	font-size: 10px;
	}
.mobile-head3Box{
	 width: 16.6%;
    display: table-cell;	
	font-size: 10px;
	 border-right: solid 1px #83bcce;
	padding: 3px 0;
	}
.mobile-head3Box:last-of-type{border-right: none;}
.mobile-head3Box a{
    text-decoration: none;
}
.mobile-head3Box.soon{background:#ccc;}
	.mobile-head3Box.soon a p{	color:#999;}
.mobile-head3Box.soon a{
	pointer-events: none;
}
.ac_menu.fixed .logo img,.ac_menu .logo img{
    max-width: 177px;
    height: auto;
	float: left;
	position: relative;
    bottom: 8px;
}
#global-nav {
     position: absolute;
     /* 開いてないときは画面外に配置 */
     top: -487px;
     background: rgba(208, 226, 228, 0.94);
     width: 100%;
     text-align: center;
     -webkit-transition: .5s ease-in-out;
     -moz-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
}
#global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 1.3em;
      font-weight: bold;
      letter-spacing: 0.2em;
}
#global-nav ul li {
      float: none;
      position: static;
	  border-bottom: dotted 2px rgba(69, 154, 179, 0.6);
}
	#global-nav ul li.soon {background: #ccc;}
	#global-nav ul li.soon a{
		pointer-events: none;
	}
.ac_menu #global-nav ul li a,
.ac_menu .fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #666;
      padding: 10px 0;
}
.nav-tel{
	width: 36px;
	height: auto;
	    position: absolute;
    right: 64px;
    top: 17px;
}
.nav-tel img{width: 32px;}
.nav-tel a{
		display: block;
}	
#nav-toggle {
      display: block;
}
    /* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
}
.open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
 }
    /* #global-nav スライドアニメーション */
.open #global-nav {
        /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(552px);
      -webkit-transform: translateY(552px);
      transform: translateY(552px);
}
/* Toggle Button */
#nav-toggle {
    position: absolute;
    right: 12px;
    top: 17px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #4298b1;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}



.btn_img{
	display:none;
}

.btn_img a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

.btn_img a img {
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}

.raijou:hover {
	position : relative;
	top : 1pt;
	left : 1pt;
}

.siryou:hover {
	position : relative;
	top : 1pt;
	left : 1pt;
}
	
.menu_btn img.acces {
	padding-left:0;
}

.menu_btn img.siryou {
	padding-left:10px;
}

.menu_btn img.gaiyou {
	padding-left:2px;
}


.glife_h1{
	margin-top:10px;
	text-align: left;
}



/* ------------------------------------------------------------------------------------------------- pagebody */
#nav{
	display:none;
}
.glife_h1{
	display:none;
}
.glife_h1_s{
	margin-top:3px;
	 padding-top: 5px;
    padding-bottom: 5px;
	text-align: left;
}
.hidden_titile{
	color: #E99112;
    margin: 90px 0 0 0;
    text-align: left;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 10px;
    background-color: #FEF3E7;
    width: 230px;
}
.hidden_titile2{
	color: #E99112;
    margin: 10px 0 20px;
    text-align: left;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 10px;
    background-color: #FEF3E7;
    width: 260px;
	position: relative;
    left: -10px;
}

#tab-01{position:relative;}
#tab-01 .icon-freeInternet{position:absolute;top:10px;left:10px;width:50px;}
	
.bnrFloat{
	width:100%;
	padding:8px 0!important;
	margin:0;
	text-align:center;
	position: fixed;
	bottom:0;
	right:0;
	left:0;
	z-index:100;
	background:#F7C8B6;
}
.bnrFloat img{
	width: 100%;
}

#menu{
	display:none;
}

#pagebody {
	clear: both;
	width:auto;
	margin: 0 auto 40px;
	padding: 0;
	background: none;
}
.sp_img {
	width: 100%;
}
	
.mv__image {margin:0 -10px;}

.otoiawase{
	 max-width: 413px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.otoiawase_siryou:hover {
	position : relative;
	top : 1pt;
	left : 1pt;
}
.otoiawase_s{
	padding: 0 10px;
    margin-top: 30px;
}
.otoiawase_s img{
	width:300px !important;
	height:auto;
}
.otoiawase_text{
	display:none;
}
.otoiawase_text_s{
    position: relative;
    top: 160px;
    margin-bottom: -133px;
}
.tenpo_s{
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2;
}
.tenpo_s span{
    font-size: 0.8em;
    color: #d5175c;
	font-weight: normal;
}
.tel_s {
        position: relative;
    display: inline-block;
    width: 270px;
    border: solid 3px #d5175c;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin: 5px 0;
}
.tel_s a .tel_ss{
font-size: 2.4em;
    font-weight: bold;
    color: #d5175c;
	padding-left: 30px;	
	}
.tel_s a{
	text-decoration: none;
	}
.info_s {
    position: relative;
}
.otoiawase_bn a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

.otoiawase_bn a img {
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}

.otoiawase_bn img{
	max-width: 233px;
}

.otoiawase_bn{
    text-align: center;
    position: relative;
    bottom: 66px;
    margin-bottom: -57px;
}
.otoiawase_siryou{
	margin-left: 5px;
	padding-bottom: 10px;
}

.otoiawase_raijou{


}

.otoiawase_raijou:hover {
	position : relative;
	top : 1pt;
	left : 1pt;
}

.bn_sotetsu{
	margin: 0 10px;
	}

ul.bn_sotetsu li .bn_sotetsu2{
max-width:218px;
margin:10px;
text-align: center;	
margin-left:auto;
margin-right:auto;
}

ul.bn_sotetsu li .bn_sotetsu1{
max-width:297px;
margin:10px;
text-align: center;	
margin-left:auto;
margin-right:auto;
}

.bn_ad{
	margin:0 10px;
}

ul.bn_ad li{
max-width:413px;
height:auto;
margin:10px;
text-align: center;	
margin-left:auto;
margin-right:auto;

}

.bn_sotetsu a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

.bn_ad a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

.bn_sotetsu a img {
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}

.bn_ad a img {
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.slick-prev:before, .slick-next:before {
    color: #666666!important;
}
/*------- リンクエリア  ---------------------------------------------------*/	
.knocks_series_wrap {
    width: 300px;
    margin: 20px auto 0;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	
}
.knocks_series_title {
    margin: 15px 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
	.knocks_series_button {
    position: relative;
    width: 85px;
    padding: 12px;
    margin: 0px 0px 15px 15px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    /* display: inline-block; */
    float: left;
    overflow: hidden;
}
.knocks_series_button img{width: 85px; height: 55px;}
.knocks_series_button h4 img {width: 15px; height: auto;}	
.knocks_series_button:nth-child(odd){margin: 0px 0px 15px 33px;}
.knocks_series_button_wrap{text-align: center;}
#knocks_series_wrap .knocks_series_button img { width: 85px;}
#knockslife img { display: block; margin: 0; padding: 0; width: 100%; height: auto;}
.knocks_series_button h4 { font-weight: bold; font-size: 10px; font-weight: normal; background: url(../../img/bg_title_mark.png) 2px 5px no-repeat; height: 23px; display: block; padding: 7px 0px 0px 10px;text-align: left;}
.knocks_series_button span { position: absolute; top: 80px; right: 3px;}
#knocks_series_wrap .knocks_series_button span img { width: 15px;}
/*-------------------------------top-----------------------------------*/
.info_t a{color: #2685D1;}
.info_t a:hover{color: #459ab3;}
.info_t a:visited {color:#459ab3;} 
#tab-01 p{padding: 10px 10px 0;}
.top_text{
	padding:10px;
	font-size:  1.2em;
	font-weight:bold;
	color:#666;
	text-align:left;

}
.top_text br{
	display:none;
}
.info_area{
	width: 100%;
	height: auto;
	padding: 5px 0 10px 0;
    background-color: #eff4f7;
}
.info_area table{
		width: 100%;
	padding: 10px ;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
	display: block;
}
.info_area td{
	border-bottom: dotted #459ab3;
	display: block;
    width: 100%;
}
.info_area tr{
    display: inherit;
}
.info_img {
	text-align: left;
}
.info_img img{
	max-width: 177px;
}
.date{
    width: 60px;
    padding: 5px 0 5px 0;
    text-align: left;
}
.info_t{
	text-align: left;
}
.date img{
	max-width: 54px;
	padding-left: 10px;
}
tbody {
	display: block;
	width: 100%;
}
#tab-01 .bnrModelroom {padding:0;background:#90BEDE;text-align:center;}
#tab-01 .bnrModelroom a{display:block;padding:12px 10px 8px;}

/*-------------------------------plan-----------------------------------*/
#tab-02{padding: 0 10px;}
	.bx-wrapper .bx-controls-direction a{z-index: 2!important;}
.inline-wrap_a .typeName h1,.inline-wrap_c .typeName h1,.inline-wrap_m .typeName h1 {
	font-weight: bold;
	font-size: 2em;
	margin: 0 0 10px;
}
.inline-wrap_a,.inline-wrap_c,.inline-wrap_m{
		width: 80%!important;
	}
.inline-wrap_a .image img,.inline-wrap_c .image img{
	max-height: 310px;
    max-width: 100%;
	}
.inline-wrap_m .image img{
		width: 260px;
	}
.typeName,.image{text-align: center;}	
.main_plan{
	text-align: center;
	padding: 60px 0 0;
    display: block;
}
	.dpinb{display: inline-block;}
	.sp_btn_w{width: 45%;}
	.open-popup-link img{width: 100%;}
/*-------------------------------photo-----------------------------------*/
#tab-03{padding: 0 10px;}
.txtL {text-align: left;}
.x_scroll_box{
    width: 90%;
    overflow-y: hidden;
    overflow-x: scroll;
	    box-sizing: border-box;
	    margin: 0 auto;
}
.slide_sp_h{display: none;}

/*-------------------------------equipment-----------------------------------*/
#tab-04{padding: 0 10px;}


/*-------------------------------location-----------------------------------*/
#tab-05{padding: 0 10px;}
.areamap img{width:100%;}
.acces_abox_2 p{text-align: center;}	
.acces_abox{padding-top: 28px;}	
.acces_abox_1{margin-bottom: 4px;}	
.acces_abox_2{margin-bottom: 12px;}	
.sp_to_10 {padding-top: 10px;}	
.sp_to_20 {padding-top: 20px;}	
.sp_bo_20 {padding-bottom: 20px;}	
.mapField {
position: relative;
padding-bottom: 56.25%;
padding-top: 15px;
height: 0;
overflow: hidden;
margin-bottom: -70px;
}
	iframe{
		width: 300px;
		height: 150px;
		display: block; 
		margin: 0 auto;
	}
	
.mapField iframe,
.mapField object,
.mapField embed {

 width: 300px;
}
	

/*-------------------------------project-----------------------------------*/
#tab-06{padding:0 10px;}
.projectTitle{margin-bottom:20px;}
.projectTitle-head{color:#ea554a;font-size:24px;text-align:center;}
.projectTitle-sub{margin-bottom:20px;font-size:16px;font-weight:bold;text-align:center;}
.projectTitle img{width:100%;margin:0 auto;}

.projectBox{margin:0 auto;padding:20px 16px 32px 16px;box-sizing:border-box;position:relative;}
.projectBox:not(:last-of-type){margin:0 auto 28px;}
.projectBox:nth-of-type(even) .projectBox__image{}
.projectBox:nth-of-type(even) .projectBox__text{}
.projectBox:nth-of-type(odd) .projectBox__image{}
.projectBox:nth-of-type(odd) .projectBox__text{}
.projectBox__image{display:none;}
.projectBox__text{display:inline-block;}
.projectBox__text-title{font-size:16px;font-weight:bold;margin-bottom:12px;padding:8px;line-height:1;}
.projectBox__text-copy{font-size:20px;margin-bottom:8px;}
.projectBox__text-copy .caption{font-size:10px;}
.projectBox__text-main{font-size:14px;line-height:1.8;text-align:left;color:#333;}
.projectBox__text-link a{padding:2px 24px;font-size:14px;font-weight:bold;border-radius:30px;text-decoration:none;}
.projectBox__text-link a:hover{background:#fffae3;}

.projectBox.pj01{border:4px solid #fde7c6;}
.projectBox.pj01 .projectBox__imageSP{margin:0 0 12px;}
.projectBox.pj01 .projectBox__text{}
.projectBox.pj01 .projectBox__text-title{background:#fde7c6;color:#f5a21b;}
.projectBox.pj01 .projectBox__text-copy{color:#f5a21b;}
.projectBox.pj02{border:4px solid #d9ebce;}
.projectBox.pj02 .projectBox__imageSP{margin:0 0 12px;}
.projectBox.pj02 .projectBox__image-sub{}
.projectBox.pj02 .projectBox__text{}
.projectBox.pj02 .projectBox__text-title{background:#d9ebce;color:#50b348;}
.projectBox.pj02 .projectBox__text-copy{color:#50b348;}
.projectBox.pj02 .projectBox__text-main{margin-bottom:8px;}
.projectBox.pj03{border:4px solid #f9d0c1;}
.projectBox.pj03 .projectBox__imageSP{margin:0 0 12px;}
.projectBox.pj03 .projectBox__text{}
.projectBox.pj03 .projectBox__text-title{background:#f9d0c1;color:#ea554a;}
.projectBox.pj03 .projectBox__text-copy{color:#ea554a;}
.projectBox.pj03 .projectBox__text-main{margin-bottom:12px;}
.projectBox.pj03 .projectBox__text-link a{border:1px solid #ea554a;color:#ea554a;}
.projectBox.pj04{border:4px solid #c9e7e5;}
.projectBox.pj04 .projectBox__imageSP{margin:0 0 12px;}
.projectBox.pj04 .projectBox__text{}
.projectBox.pj04 .projectBox__text-title{background:#c9e7e5;color:#00aec4;}
.projectBox.pj04 .projectBox__text-copy{color:#00aec4;position: relative;}
.projectBox.pj04 .projectBox__text-copy .caption{font-size:10px;position:absolute;right:50%;top:4px;}

#project_contents .note{text-align:left;}
#project_contents .note p{padding:0 0 0 1em;text-indent:-1em;color:#999;}





/* ------------------------------------------------------------------------------------------------- footer */

#footer {
	clear: both;
width:auto;
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-size: 83.3%;
	border-top: #E9E0D6 solid 1px;
}

#footer .innerB {
	clear: both;
width:auto;
	margin: 0 auto;
	padding: 0;
	background: #544338;
}

#footer .copy {
width:auto;
	margin: 0 auto;
	padding: 4px 0 4px;
	line-height: 1.2;
	color: #DCD9D7;
}	
#topcontrol{
	bottom: 100px!important;
}
/* ------------------------------------------------------------------------------------------------- Clearfix */

#pagebody,
#footer
.tnavB,
.pnav,
#footer .inner,
#footer {
	overflow: hidden;
}

#pagebody:after,
#footer .innerT:after,
.tnavB:after,
#footer .inner:after,
#footer:after {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	display: block;
	content: " ";
}

* html #pagebody,
* html #footer,
* html .tnavB,
* html .tnavT,
* html #footer .inner,
* html #footer {
	zoom: 1;
}
*:first-child+html #pagebody,
*:first-child+html #footer,
*:first-child+html .tnavB,
*:first-child+html .tnavT,
*:first-child+html #footer .inner,
*:first-child+html #footer {
	zoom: 1;
}
	
/* linkBlock bnrBlock */
.imgFit {
  background: #ccc;
  overflow: hidden;
  position: relative;
  display: block;
}
.imgFit img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.linkBlock {
  font-weight: 500;
  font-style: normal;
  font-family: "Montserrat","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
  margin: 20px 10px 0;
}
.linkBlock .-serif {font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;}
.linkBlock a {
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}
.linkBlock a[target="_blank"]::after {
  display: none;
}
.linkBlock a:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.linkBlock a:hover img {
  opacity: 0.4;
}
.linkBlock a:hover .linkBlock-btn {
  background: #0067b0;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
  transition: all 0.3s ease;
}
.linkBlock-pic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
}
.linkBlock-pic figure {
  margin: 0;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 160px;
}
.linkBlock-pic figure img {
  opacity: 0.6;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.linkBlock-pic p {
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.linkBlock-pic .head01 {
  line-height: 1.4;
  text-align: center;
  z-index: 1;
  font-size: 24px;
  margin: 0;
}
.linkBlock-pic .head01 span {
  margin: 4px 0;
  display: block;
  font-weight: 500;
  line-height: 1.2;
  font-size: 16px;
}
.linkBlock-logo {
  display: flex;
}
.linkBlock-logo li {
  background: #fff;
}
.linkBlock-text {
  background: -webkit-linear-gradient(-35deg, #002855 50%, rgba(0, 40, 85, 0.95) 50%);
  background: linear-gradient(125deg, #002855 50%, rgba(0, 40, 85, 0.95) 50%);
  padding: 20px 16px 16px;
}
.linkBlock-btn {
  margin: 16px 0 0;
  background: #fff;
  padding: 12px 0!important;
  color: #0067b0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.linkBlock-ttl {
  padding: 0!important;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 0 0 16px;
  font-size: 20px;
}
.linkBlock-note {
  font-size: 12px;
  margin: 12px 0 0;
}
.linkBlock.-knocks .linkBlock-text {
  background: -webkit-linear-gradient(-35deg, #e99112 50%, rgba(233, 145, 18, 0.9) 50%);
  background: linear-gradient(125deg, #e99112 50%, rgba(233, 145, 18, 0.9) 50%);
}
.linkBlock.-knocks .linkBlock-btn {
  color: #e99112;
}
.linkBlock.-knocks a:hover .linkBlock-btn {
  background: #e99112;
  color: #fff;
}
.bnrBlock {
  margin: 20px 10px;
}
.bnrBlock-item.-interview{
  padding: 0!important;
}
.bnrBlock-item.-interview a {
  display: block;
}
.bnrBlock-item.-interview a img {
  width: 100%;
}
	
}