@charset "UTF-8";
body {
  background: #fff;
   }

/*p {
    margin: 0 0 20px !important;
}*/
ol, ul {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

a {
  text-decoration: none;
  word-break: break-all;
  display: block;
  color: #000 !important; }
  a:hover {
    text-decoration: none; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  /*display: block !important;*/
  margin: 0px auto 20px !important; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 !important;
  padding: 0 !important; }

.btn {
  padding: 0 !important; }

ul, ol, li, dl, dt, dd, table, caption, th, td, .bx-wrapper {
  
  padding: 0 !important; }

span.glyphicon {
	padding:0 10px 0 0 !important;
}
blockquote {
    border-left: 5px solid #eee;
    color: #fff !important;
    font-size: 17.5px;
    margin: 0 0 20px !important;
    padding: 0px 20px !important;
}
/* ===========================================
サーチページとシングルページの帯
============================================= */
.info_header {
  background: #f5cd41;
  padding: 20px 0;
  color: #000;
  margin: 60px 0 0; }

@media (max-width: 992px) {
  .info_header {
    margin: 50px 0 0; } }
/* ===========================================
サーチページとシングルページのぱんくず
============================================= */
.info_bread {
  background: #ebebeb; }
  .info_bread .col-md-12 {
    padding-bottom: 0px !important; }

.breadcrumb {
  background-color: #ebebeb;
  padding: 0;
  list-style: outside none none;
  margin: 5px 0; }
  .breadcrumb li a {
    display: inline; }