.h1_blue01{
text-align:center;
}

/* accordion
---------------------------------------- */
  .accordion{margin-bottom:15px;}

   #sider .accordion .toggle {
        background:url("/maison/pc/images/bg_h2.png") repeat-x scroll 0px 0px transparent;
        padding:7px 0px 4px 17px;
        line-height:1.5;
        color:#FFF;
    }
  #tenjijou_list.accordion .toggle{
     background-color:#437D95;
  }
  #machikado_list.accordion .toggle{
     background-color:#757F3E;
  }
  .accordion .toggle{
     font-size: 125%;
     color:#ffffff;
     font-weight:bold;
     padding:12px 15px;
     cursor:pointer;
     display:block;
     background-image:url(/hebel/smp/common/img/ico_arrow06.gif);
     background-repeat:no-repeat;
     background-size:9px 14px;
     background-position:right 9px center;
     margin-bottom:5px;
   }
   .accordion .toggle.open{
     background-image:url(/hebel/smp/common/img/ico_arrow07.gif);
     background-repeat:no-repeat;
     background-size:14px 9px;
     background-position:right 9px center;
   }

  .accordion .view ul.bhide{
     border:none;
  }

  .ul_listbox li.show{
    display:block !important;
  }
  .ul_listbox li.show .boxIn{
    background:url(/hebel/smp/common/img/ico_arrow01.gif) right center  no-repeat;
    background-size:11px 15px;
    -webkit-background-size:11px 15px;
    -moz-background-size:11px 15px;
  }

.noresult{
padding: 10px;
border: 2px solid #688197;
position: relative;
background:#FFF;
}


/* tenjijou_new
---------------------------------------- */
#tenjijou_new{
margin-top:20px;
}
#tenjijou_new .title{
margin:0 0 5px 0 !important;
background:#4F81BD;
font-size: 125%;
color: #FFF;
font-weight: bold;
padding: 12px 15px;
display:block;
}
#tenjijou_new .slider-inside{
width:100%;
margin:0 auto;
background:#F8F9F8;
padding:20px 0;
overflow: hidden;
margin: 5px 0px 10px;
text-align: center;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2) inset;
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2) inset;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2) inset;
-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2) inset;
-ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2) inset;
}
#tenjijou_new .slider{
width:85%;
margin:0 auto;
}
#tenjijou_new .slick-slide{
  width:150px;
  padding:5px 0;
  overflow:hidden;
}
#tenjijou_new .recImg{
margin-bottom: 3px;
display: inline-block;
height: 85px;
text-align: center;
}
#tenjijou_new .slick-slide img{
height: 100%;
}
#tenjijou_new .recText{
display:block;
}
#tenjijou_new .slick-dots{
bottom:-23px;
}
#tenjijou_new .slick-dots li button:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 8px;
height: 8px;
text-align: center;
opacity: .25;
background: #bbc4cd;
border-radius: 4px;
}
#tenjijou_new .slick-dots li.slick-active button:before{
opacity: 1;
background: #60788D;
}
#tenjijou_new .slick-prev{
background-image:url(file.jsp?id=364737);
background-repeat:no-repeat;
background-size:cover;
background-position:left center;
left: -22px;
}
#tenjijou_new .slick-next{
background-image:url(file.jsp?id=364738);
background-repeat:no-repeat;
background-size:cover;
background-position:left center;
right: -21px;
}
#tenjijou_new .slick-prev:before,
#tenjijou_new .slick-next:before{
content: '';
}