@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
                  	common
------------------------------------------------------------ */

/* mod_section
-----------------------------------------*/
.mod_section{
  margin: 0 auto;
  width: 967px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_section{
    width:auto;
  }
}

/* ex_h2style
-----------------------------------------*/
.ex_h2style{
  font-size: 1.5em;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif!important;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
.ex_h2style span {
  display: block;
  line-height: 1.18;
  padding: 0 0 0 11px;
  margin: 0 0 6px 0;
  border-left: 5px solid #333333;
}

/* ex_h3style
-----------------------------------------*/
.ex_h3style{
  margin: 0 0 15px 0;
  font-size: 1.5em;
  color: #333333;
}

/* mod_pagerblock
-----------------------------------------*/
.mod_pagerblock{
  margin: 0 auto;
  width: 967px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_pagerblock{
    width:auto;
  }
}
.mod_pagerblock ul.back{
  float: left;
}
.mod_pagerblock ul.go{
  float: right;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_pagerblock ul.go,
  .mod_pagerblock ul.back{
    float:none;
    display: table;
    width: 100%;
  }
}
.mod_pagerblock ul li{
  width: 208px;
  float: left;
  border-right: 1px solid #FFF;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_pagerblock ul li{
    width:100%;
    display: table-cell;
    float: none;
    border-right:none;
    border-top: solid 1px #CCC;
  }
  .mod_pagerblock ul.go li{
    width: 50%;
    border: none;
  }
}
.mod_pagerblock ul li a{
  display: block;
  text-align: center;
  line-height: 1;
  padding: 15px 0 15px 0;
  background-color: #e3e3e3;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_pagerblock ul li a{
    display:table;
    text-align: left;
    padding: 15px 10px 15px 10px;
    width: 100%;
    box-sizing:border-box;
  }
  .mod_pagerblock ul.go li.prev a{
    border-right: solid 1px #CCC;
  }
}
.mod_pagerblock ul.back a{
  background-color: #FFF;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_pagerblock ul li.next a{
    text-align: right;
  }
}
.mod_pagerblock ul li a i{
  text-align:left;
  display: inline-block;
  width: 20px;
  color: #666;
  font-weight: bold;
}
.mod_pagerblock ul.go li.next a i{
  text-align:right;
  border-right: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_pagerblock ul li a i{
    display:table-cell;
    width: 16px;
    vertical-align: middle;
    text-align: center;
  }
  .mod_pagerblock ul.go li a span{
    display:table-cell;
    vertical-align: middle;
  }
}
/* mod_section_title
-----------------------------------------*/
.mod_section_title{
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_section_title{
  border-bottom: none;
}
}
.mod_section_title .ex_h2style{
  border-bottom: none;
  display: inline-block;
  margin: 0;
  float: left;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_section_title .ex_h2style{
  display: block;
  border-bottom: 1px solid #e6e6e6;
  float: none;
}
}
.mod_section_title .mod_section_title_link{
  display: inline-block;
  float: right;
  line-height: 1.18;
}
.mod_section_title .mod_section_title_link a{
  color: #333;
  padding-left: 4px;
}
.mod_section_title .mod_section_title_link a:hover {
  text-decoration: underline;
}
.mod_section_title .mod_section_title_link:before {
  content: '\f054';
  font-family: FontAwesome;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_section_title .mod_section_title_link{
	  display: none;
  }
}
.mod_section_title-sp{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_section_title-sp{
  display: block;
  /*margin: 15px 0 0 0;
  text-align: center;*/
}
/*
.mod_section_title-sp a {
  display: inline-block;
  width: 80%;
  padding: 10px 0;
  background: #791327;
  border-radius: 4px;
  color: #ffffff!important;
  line-height: 1.5;
  position: relative;
}
.mod_section_title-sp a:after {
  content: '\f0da';
  font-size: 20px;
  line-height: 1;
  font-family: FontAwesome;
  position: absolute;
  top: 30%;
  right: 12px;
}
	*/
}
/* mod_tab_jirei
-----------------------------------------
.mod_tab_jirei ul{
  margin-left: 15px !important;
}
.mod_tab_jirei ul li{
  margin: 0 20px 0 0;
}
.mod_tab_jirei ul li .kekkaThum img{
  border: none !important;
}
*/
/* ex_comments
-----------------------------------------*/
.ex_comments{
  color:#666!important;
}

/* ex_arrow
-----------------------------------------*/
.ex_arrow{
  line-height: 1.3;
}
.ex_arrow a:link    {color:#333;}
.ex_arrow a:visited {color:#333;}
.ex_arrow a:hover   {color:#333;}
.ex_arrow a:active  {color:#333;}

.ex_arrow a:before {
  padding: 0 5px 0 0;
  color: #666;
  content: " \f105";
  font-size: 17px;
  font-family: FontAwesome;
}


/* ex_table
-----------------------------------------*/
table.ex_table {
  border: 1px solid #e6e6e6;
  width: 100%;
  box-sizing:border-box;
}
table.ex_table th,
table.ex_table td {
  border: 1px solid #e6e6e6;
  padding: 0.5em 1em;
  line-height: 1.3;
}
table.ex_table th {
  background: #f1f1f2;
  color: #333;
  font-weight: normal;
}
table.ex_table td {
  color: #333;
}


/* ex_pagetop
-----------------------------------------*/
p.ex_pagetop {
  margin: 0 0 40px 0;
  text-align: right;
}
p.ex_pagetop i{
  color: #666;
  font-weight: bold;
}
p.ex_pagetop a{
  font-weight: bold;
  padding: 0 0 0 10px;
}
p.ex_pagetop a:link    {color:#333;}
p.ex_pagetop a:visited {color:#333;}
p.ex_pagetop a:hover   {color:#333;}
p.ex_pagetop a:active  {color:#333;}

/* ex_spbr
-----------------------------------------*/
br.ex_spbr{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  br.ex_spbr{
    display: block;
  }
}

/* ex_opacity
-----------------------------------------*/
.ex_opacity a:link    {}
.ex_opacity a:visited {}
.ex_opacity a:focus   {opacity:0.8;}
.ex_opacity a:hover   {opacity:0.8;}
.ex_opacity a:active  {opacity:0.8;}
/* IE用 */
.ex_opacity a:hover img {-ms-filter: "alpha( opacity=80 )";}
.ex_opacity a:hover img {filter:alpha(opacity=80);}

/* ex_clearfix
-----------------------------------------*/
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* ex_clearfix
-----------------------------------------*/
#contents .ex_marginB0{
 margin-bottom:0px!important;
}
#contents .ex_marginBS{
 margin-bottom:10px!important;
}
#contents .ex_marginBM{
 margin-bottom:20px!important;
}
#contents .ex_marginT0{
 margin-top:0px!important;
}
#contents .ex_marginTSS{
 margin-top:5px!important;
}
#contents .ex_marginTS{
 margin-top:10px!important;
}
#contents .ex_marginTM{
 margin-top:20px!important;
}
#contents .ex_marginTL{
 margin-top:30px!important;
}
#contents .ex_marginTLL{
 margin-top:50px!important;
}


/* ---------------------------------------------------------
                  	common
------------------------------------------------------------ */
/* switch ----------------------- */
.pcOnly { display: block; }
.spOnly { display: none; }

/* mod_section ----------------------- */
.mod_section img {
	max-width: 100%;
	height: auto;
	}

/* layout(contents) ----------------------- */
.left {
	float: left;
	}
.right {
	float: right;
	}
.ratio1-1 .left,
.ratio1-1 .right {
	/*width: 474px;*/
	width: 463px;
	}
.ratio2-1 .left,
.ratio1-2 .right {
	width: 632px;
	}
.ratio2-1 .right,
.ratio1-2 .left,
.ratio1-1-1 .left,
.ratio1-1-1 .right {
	width: 295px;
	}
.ratio1-1-1 .left:first-child {
	margin-right: 40px;
	}
.ratio1-1 .ratio1-1 .left,
.ratio1-1 .ratio1-1 .right {
	/*width: 227px;*/
	width: 211px;
	}

/* layout(grid) ----------------------- */
.ratio-grid .column {
	margin: 0 20px 20px 0;
	float: left;
	}
.ratio-grid.column-2 .column-2.column,
.ratio-grid.column-2 .column-4.column {
	width: 472px;
	}
.ratio-grid.column-6-3 .column-3.column,
.ratio-grid.column-8-4 .column-4.column {
	margin-right: 18px;
	width: 474px;
	}
.ratio-grid.column-2 .column,
.ratio-grid.column-4 .column {
	/*margin-right: 21px;*/
	width: 226px;
	}
.ratio-grid.column-6 .column,
.ratio-grid.column-6-3 .column-3 .column {
	margin: 0 18px 18px 0;
	/*width: 144px;*/
	width: 146px;
	}
.ratio-grid.column-8 .column,
.ratio-grid.column-8-4 .column-4 .column {
	margin: 0 18px 18px 0;
	/*width: 103px;*/
	width: 105px;
	}
.ratio-grid.column-2 .column:nth-child(2n),
.ratio-grid.column-6-3 .column-3.column:nth-child(2n),
.ratio-grid.column-8-4 .column-4.column:nth-child(2n),
.ratio-grid.column-4 .column:nth-child(4n),
.ratio-grid.column-6 .column:nth-child(6n),
.ratio-grid.column-6-3 .column-3 .column:nth-child(3n),
.ratio-grid.column-8-4 .column-4 .column:nth-child(4n),
.ratio-grid.column-8 .column:nth-child(8n) {
	margin-right: 0;
	}

/* heading ----------------------- */
/*.mod_section .title-number {
	margin-bottom: .8em;
	font-size: 1.7em;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
	}
.mod_section .title-number .number,
.mod_section .title-number .text {
	padding: .3em .6em;
	display: table-cell;
	vertical-align: middle;
	}
.mod_section .title-number .number {
	background: #ccc;
	}*/
.mod_section .title-number {
	margin-bottom: .8em;
	padding: 4px;
	font-size: 1.5em;
	font-weight: bold;
	background: #e7e7e7;
	}
.mod_section .title-number span {
	padding: .3em .6em;
	}
.mod_section .title-number .number,
.mod_section .title-number .text {
	display: table-cell;
	vertical-align: middle;
	}
.mod_section .title-number .number {
	color: #fff;
	background: #666;
	}
.mod_section .underline {
	padding-bottom: .2em;
	border-bottom: #ccc 1px solid;
	}

/* text ----------------------- */
.mod_section {
	line-height: 1.6;
	font-size: 1.13em;
	}
.ex_h2style{
	font-size: 1.5em;
	line-height: 1.18;	
	}
.mod_section .font-sizeup {
	font-size: 1.14em;
	}
.mod_section .font-sizedown {
	font-size: .78em;
	}
.mod_section strong {
	font-weight: bold;
	}
.mod_section .text-center {
	text-align: center;
	}
.mod_section .text-right {
	text-align: right;
	}
.mod_section .text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	}
.mod_section .text-indent-2 {
	text-indent: -2em;
	padding-left: 2em;
	}
.mod_section .text-indent-2-5 {
	text-indent: -2.5em;
	padding-left: 2.5em;
	}
.mod_section .text-indent-3 {
	text-indent: -3em;
	padding-left: 3em;
	}
.mod_section .note {
	color: #ff0000;
	}
.mod_section .price {
	color: #0074a5;
	font-weight:bold;
	}
.mod_section .order {
	color: #0075a9;
	font-weight:bold;
	}
.mod_section .orange {
	color: #f18c00;
	}

/* list ----------------------- */
ul.dot-icon-list {
	list-style-type: disc;
	line-height: 1.2;
	}
ul.dot-icon-list li {
	margin: 0 0 .4em 1.3em;
	}

/* label-table ----------------------- */
.label-table dl {
	margin-bottom: .4em;
	}

.label-table dt,
.label-table dd {
	padding: .2em .4em;
	display: table-cell;
	vertical-align: middle;
	}
.label-table dt {
	background: #e7e7e7;
	white-space: nowrap;
	}
.label-table dd {
	padding-right: 0;
	}

/* btn ----------------------- */
.btn {
	width: 100%;
	box-sizing: border-box;
	border: #adadad 1px solid;
	}
.btn a {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 120%;
	vertical-align: middle;
	text-align: center;
	padding: 20px 0px 20px 0;
	display: block;
	position: relative;
	}
.btn a {
	padding: 20px;
	text-align: center;
	}
.btn a:after{
	color:#666;
	content: " \f105";
	font-family: FontAwesome;
	font-size:120%;
	margin: 0 0 0 10px;
	}

/* showroom ----------------------- */
.showroom{
	background:#ffeec4;
	padding:15px 50px 15px 0;
	text-align:center;
	}

.showroom img{
	width:471px;
	}

.showroom h3.text{
	font-size:21px;
	font-weight:bold;
	line-height:1.6;
	display:inline-block;
	width:410px;
	padding:25px 30px 0 0;
	}

/* anchor ----------------------- */
.anchor {
	margin-top: -80px!important;
	padding-top: 80px!important;
	margin-top: -160px\9!important;
	padding-top: 160px\9!important;
	}

/* text_navi_bottom ----------------------- */
.text_navi_bottom_wrap {
    margin: 50px 0;
    text-align: center;
	}

.text_navi_bottom_wrap h3 {
	margin-bottom: 8px;
    font-size: 18px;
	}

ul.text_navi_bottom {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 0;
    margin: 0;
    overflow: auto;
    padding: 0;
	line-height:1.8;
	}

ul.text_navi_bottom li:first-child {
    border: medium none;
	}

ul.text_navi_bottom li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #333;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 0 20px;
	}

ul.text_navi_bottom li a {
    color: #333;
    text-decoration: underline;
	}

ul.text_navi_bottom li a:hover {
    color: #999;
    text-decoration: none;
	}

ul.text_navi_bottom li:first-child {
    border: medium none;
	}

@media only screen and (max-width:640px) and (max-device-width:1280px){
	
/* ---------------------------------------------------------
                  	common
------------------------------------------------------------ */
/* switch ----------------------- */
.pcOnly { display: none; }
.spOnly { display: block; }

/* layout(contents) ----------------------- */

.mod_billboard .slick li{
	height:auto !important;
	}

.section-inner {
	margin: 0 2.60416%;
	}
.left.only-pc,
.right.only-pc {
	margin-right: 0 !important;
	width: auto !important;
	float: none;
	}
.ratio1-1 .left,
.ratio1-1 .right,
.ratio1-1 .ratio1-1 .left,
.ratio1-1 .ratio1-1 .right,
.ratio-grid.column-2 .column,
.ratio-grid.column-4 .column {
	width: 47.25274%;
	}
.ratio-grid.column-2 .column-2.column,
.ratio-grid.column-6-3 .column-3.column,
.ratio-grid.column-8-4 .column-4.column {
	width: 100%;
	}
.ratio2-1 .left,
.ratio1-2 .right {
	width: 64.83516%;
	}
.ratio2-1 .right,
.ratio1-2 .left,
.ratio1-1-1 .left,
.ratio1-1-1 .right {
	width: 29.67032%;
	}
.ratio1-1-1 .left:first-child {
	margin-right: 5.4945%;
	}

/* layout(grid) ----------------------- */
.ratio-grid .column {
	margin: 0 5.4945% 5.4945% 0;
	}
.ratio-grid.column-6 .column,
.ratio-grid.column-6-3 .column-3 .column {
	margin: 0 2.74725% 2.74725% 0;
	width: 31.45604%;
	}
.ratio-grid.column-8 .column,
.ratio-grid.column-8-4 .column-4 .column {
	margin: 0 2.74725% 2.74725% 0;
	/*width: 20.87912%;*/
	width: 22.93956%;
	}
.ratio-grid.column-2 .column-2,
.ratio-grid.column-2 .column-2 .column:nth-child(2n),
.ratio-grid.column-6-3 .column-3.column,
.ratio-grid.column-8-4 .column-4.column,
.ratio-grid.column-4 .column:nth-child(2n),
.ratio-grid.column-6 .column:nth-child(3n),
.ratio-grid.column-8 .column:nth-child(4n) {
	margin-right: 0;
	}

/* heading ----------------------- */
.mod_section .title-number {
	font-size: 1.2em;
	}
.ex_h3style {
	margin-bottom: .2em;
	/*font-size: 1em;*/
	font-size: 1.1em;
	font-weight: bold;
	}
.ex_h3style.underline {
	margin-bottom: .4em;
	}

/* text ----------------------- */
.mod_section {
	line-height: 1.4;
	font-size: 1.06em;
	}
.ex_h2style{
  font-size: 1.2em;
 	}
.mod_section .font-sizeup {
	font-size: 1em;
	}

/* list ----------------------- */
ul.dot-icon-list {
	font-size: .9em;
	}
ul.dot-icon-list li {
	margin-bottom: .2em;
	}

/* showroom ----------------------- */
.showroom{
	padding:15px 0 10px 0;
	font-size:125%;
	text-align:center;
	margin-bottom:30px;
	}

.showroom img{
	width:93.6%;
	padding:0 0 10px 0;
	}
.showroom h3.text{
	font-size:100%;
	width:93.6%;
	padding:0 0 10px 0;
	margin:0 auto;
	}

/* photo_arrow ----------------------- */

.photo-arrow{
	position:relative;
	display:block;
	}

.photo-arrow:after{
	display:block;
	position:absolute;
	content: " \f138";
	font-family: FontAwesome;
	color:#CCC;
	right:6px;
	bottom:2px;
	z-index:10;
	font-size:150%;
	}
}

/*---hambugermenu---*/
.navi_title {
    background: #666;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 20px;
    position: relative;
    width: 924px;
    overflow: hidden;
}
.navi_title span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 20px;
    top: 30px;
}

.mod_headerbar_in_nav_category dl dt {
    background-color: #3e3e3e;
    color: #ffffff;
    font-size: 115%;
    line-height: 1.3;
    font-weight: bold;
    padding: 12px 0 6px 25px;
}

.mod_headerbar_in_nav_category{
	border-bottom:1px solid #6f6e6e;
}


/*---hambugermenu---*/
.mod_headerbar_in_nav_title {
    background: #666;
	width:100%;
	
}

.mod_headerbar_navi_title {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 15px 20px;
    display: inline-block;
    width:600px;
}
.mod_headerbar_category_title {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0;
    display: inline-block;
    width:308px;
    text-align:right!important;
}

.mod_headerbar_category_title a:after {
    content: " \f105";
    font-family: FontAwesome;
}

/*---bnr-coordination---*/
.mod_section .bnr-coordination {
	background:url(../img/img_coordination_bg.gif);
	width: 967px;
	height: 755px;
	position: relative;
}
.mod_section .bnr-coordination-tl01 {
	position: absolute;
	top: 55px;
	left: 130px;
}
.mod_section .bnr-coordination-tl02 {
	position: absolute;
	top: 560px;
	left: 218px;
}
.mod_section .bnr-coordination-screen {
	position: absolute;
	top: 206px;
	left: 30px;
}
.mod_section .bnr-coordination-btn {
	position: absolute;
	top: 630px;
	left: 215px;
}

/*---bnr-block---*/
.bnr-block.gray {
	padding: 50px 0;
	background: #f7f8f8;
	text-align: center;
	}
.bnr-block .section-inner {
	margin-bottom: 0 !important;
	}
.bnr-block .mod_section h3 {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 1.6;
	text-decoration: underline;
	}
.bnr-block.sr .mod_section h3 {
	margin-bottom: 0;
	}
.bnr-block .image {
	margin-bottom: 30px;
	}
.bnr-block .image img {
	margin: 0 auto;
	}
.bnr-block dl {
	font-size: 24px;
	}
.bnr-block dt {
	margin-bottom: 20px;
	}
.bnr-block .button a {
	padding: .8em;
	width: 15em;
	color: #fff;
	background: #ff7e00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	}



/* For Smart Phone */
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_headerbar_item_in .headerbarTitle {
  padding-right: 115px;
  }
	
/*---hambugermenu---*/
.mod_headerbar_in_nav_title {
  background: #666;
  width:100%;
	
  }

.mod_headerbar_navi_title{
   float:none;
   width:100%;
   background-color:#666;
   border-bottom:solid 1px #1d1d1d;
   text-align:left!important;
   padding:0;
  }

.mod_headerbar_category_title{
   float:none;
   width:100%;
   padding:0;
   background-color:#666;
   border-bottom:solid 1px #1d1d1d;
   text-align:left!important;
   
  }
  
  .mod_headerbar_navi_title a,
  .mod_headerbar_category_title a{
   display:block!important;
   font-weight:bold;
   padding:15px 20px 15px 20px;
  }
  .mod_headerbar_navi_title a:after{
   display:inline-block;
   float:right;
   content: " \f054";
   font-size:80%;
   font-family: FontAwesome;
}
  
  .mod_headerbar_category_title a:after{
   display:inline-block;
   float:right;
   content: " \f054";
   font-size:120%;
   font-family: FontAwesome;
}

  .mod_headerbar_in_nav_category dl dt.second{
   font-size:100%;
}

/*---bnr-coordination---*/

.mod_section .bnr-coordination-sp {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 231% 0 0;
	margin-bottom: 20px;
}
.mod_section .bnr-coordination-sp-inner {
	width: 100%;
	height: 100%;
	background-color: #eee;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background:url(../img/img_coordination_bg_sp.gif);
	background-size:auto 100%;
}
.mod_section .bnr-coordination-sp-tl01 {
	position: absolute;
	top: 3%;
	left: 0;
}
.mod_section .bnr-coordination-sp-tl02 {
	position: absolute;
	top: 78%;
	left: 0;
}
.mod_section .bnr-coordination-sp-screen {
	position: absolute;
	top: 25%;
	left: 0;
}
.mod_section .bnr-coordination-sp-btn {
	position: absolute;
	top: 87%;
	left: 0;
}

/*---bnr-block---*/
.bnr-block.gray {
	padding: 6% 0;
	}
.bnr-block.gray:last-child {
	margin-bottom: 8%;
	}
.bnr-block .mod_section h3 {
	margin-bottom: 4%;
	font-size: 16px;
	}
.bnr-block.sr .mod_section h3 {
	margin-bottom: 2%;
	}
.bnr-block .image {
	margin-bottom: 6%;
	}
.bnr-block.sr .image {
	margin-bottom: 2%;
	}
.bnr-block dl {
	font-size: 12px;
	}
.bnr-block dt {
	margin-bottom: 4%;
	}
.bnr-block .button a {
	padding: 1.6em .8em;
	font-weight: bold;
	}

}

/*---discontinued---*/
.discontinued {
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	border: #176da8 1px solid;
	color: #176da8;
	padding: 7px 0 4px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	}