@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku  Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  background-color: #fff; }

.navbar-brand {
  padding: 10px 20px; }

.navbar {
  margin-bottom: 0px;
  border: none;
  background: #FFF; }

.footer {
  margin-top: 40px;
  position: relative;
  bottom: 0;
  width: 100%;
  padding-top: 1em;
  height: 60px;
  background-color: #5c77c5;
  text-align: center;
  color: #fff; }

.text-muted {
  color: #fff !important; }

/*common*/
.mt30 {
  margin-top: 30px !important; }

.mt60 {
  margin-top: 60px !important; }

/*a fade
----------------------------------------*/
a:hover img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.4;
  filter: alpha(opacity=60); }

/*================================
*nav****/
.navbar-header {
  padding-bottom: 3px;
  padding-top: 10px; }

.navbar.my-navbar {
  max-width: 1180px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .my-navbar-right {
    float: right; }

  .my-navbar-nav li {
    padding-top: 7px; }

  .my-navbar-nav li a:hover {
    border-bottom: solid 3px #FF4081; } }
.navbar .navbar-brand {
  padding: 0px; }

.navbar img {
  max-width: 233px;
  height: auto;
  margin-left: 5px; }

/*
jumbotron***************/
.jumbotron {
  /*background-image: url(../image/main_bg.jpg);*/
  background-repeat: repeat-x;
  background-position: center center;
  padding: 0px; }
  .jumbotron h1 {
    padding-top: 27px;
    padding-bottom: 23px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    width: 100%;
    text-align: center !important; }
    .jumbotron h1 img {
      margin: 0 auto; }

@media (max-width: 768px) {
  .jumbotron {
    background-size: cover;
    margin-bottom: 0px; }
    .jumbotron h1 {
      padding: 15px 15px; } }
/*mainBlock
**********************************/
.mainBlock {
  margin-bottom: 70px;
  overflow: hidden;
  display: block; }

h2 {
  margin: 0px;
  padding-left: 15px;
  padding-right: 15px; }

.page-header {
  border-bottom: 5px solid #71dbe5;
  margin-bottom: 40px; }

.fontL01 {
  font-size: 58px;
  line-height: 1.1; }

.fontL01 {
  font-size: 42px;
  line-height: 1.1; }

.fontL02 {
  font-size: 24px; }

.text_color01 {
  color: #f68914; }

.btn {
  padding: 10px 16px;
  border-radius: 8px; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 15px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 10px; }

/**
*********/
ul {
  list-style-type: none; }

/*
***********************************/
.text-small {
  font-size: 13px; }

/*
***********************************/
.mb30 {
  margin-bottom: 30px; }

/*
***********************************/
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000; }

.pagetop a {
  display: block;
  background-color: #009cd1;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 60px; }

.pagetop a:hover {
  display: block;
  text-align: center;
  background-color: #ccc;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 15px 20px; }

/*
largeImg***************/
.largeImg {
  background-image: url(../image/main_bg2.jpg);
  background-repeat: repeat-x;
  background-position: center center;
  padding: 0px;
  width: auto;
  height: 320px; }

@media (max-width: 768px) {
  .largeImg {
    background-size: cover;
    margin-bottom: 0px;
    height: auto;
    min-height: 144px; } }
.instaSet {
  overflow: hidden; }

/*================================
    HOME SECTION STYLES
==================================*/
/*STYLE OF BACKGROUND IMAGE*/
/*thumbnail**
/*
********************************/
.thumbnail {
  /*display: block;*/
  padding: 0px;
  line-height: 1.2;
  background-color: #fff;
  border: none;
  margin-bottom: 5px; }

.thumbnail > img,
.thumbnail a > img {
  /*display: block;*/
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border: none; }

/*
table******/
.dataTable01 {
  table-layout: auto;
  width: 100%;
  line-height: 1.6;
  empty-cells: show;
  border-collapse: separate;
  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7; }
  .dataTable01 td {
    padding: 0.5em 10px;
    border-bottom: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    vertical-align: top;
    word-break: break-all; }
  .dataTable01 th {
    background-color: #e3eaf7;
    text-align: center;
    padding: 0.5em 10px;
    border-bottom: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    vertical-align: top;
    word-break: break-all; }

.mt15 {
  margin-top: 15px !important; }

.text-center {
  text-align: center !important; }

.img-responsive {
  display: inline; }
