@charset "UTF-8";
/* CSS Document */

.mar_b_50 {
    margin-bottom: 60px;
}
@media screen and (min-width: 1201px) {
.mar_b_50 .information {
    padding: 10px 20px 0;
}
}
@media screen and (max-width: 1200px) {
    .mar_b_50 {
    margin:0 10px 60px;
}
}

.txt_c {
    text-align: center;
}
.txt_c a {
    display: block;
}

/*スライダー*/
    .bxslider{   
    margin:0px;
}
	.bx-wrapper {
      position: relative;
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
	.bxslider img{
  width: 100% !important;
  height: auto !important;
}

#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
    width: 6px !important;
    height: 6px !important;
}

h2 {
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
}