@charset "utf-8";
/* CSS Document */
/* ##################################################################### */
/*	モバイルレ : 480 px およびそれ以下
/* ##################################################################### */
.navbar .navbar-nav > li.list05 {
  /*color: #fff!important;*/
  border-bottom: 4px solid #B91E23;
  padding-bottom: 0px;
  margin-bottom: -4px;
  /*background-color: #245411;*/
}
.navbar .navbar-nav > li.list06.globalnavi a {
  color: #FF8E00;
}
.framewhite {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #FFFFF;
  padding-top: 1.0em;
  padding-bottom: 0.0em;
  width: Cals(100%-60px);
  width: 100%;
  display: block;
  margin-bottom: 1.0em;
  float: left;
  clear: none;
}
.framewhite p {
  margin-left: 3.0em;
  margin-right: 3.0em;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
.boxwhite {
  border: 1px solid #FFFFFF; /* 線の太さ・スタイル・色 */
  border-radius: 8px;
  padding: 10px; /* 内側の余白 */
  margin-right: 10px;
  width: 80%; /* コンテンツエリアの90％幅 */
  margin: 0 auto;
  background-color: white;
}
/* ##################################################################### */
/*	タブレット小
/* ##################################################################### */
@media (min-width: 480px) {
  /* ===================================================================== */
  /*	タブレット小　共通基本設定
/* ===================================================================== */
}
/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
@media (min-width: 768px) {
  /* ===================================================================== */
  /*	タブレット大　共通基本設定
/* ===================================================================== */
}
/* ##################################################################### */
/*	PC
/* ##################################################################### */
@media (min-width: 1200px) {
  /* ===================================================================== */
  /*	PC　　共通基本設定
/* ===================================================================== */
}