
/* ========================================== レイアウト ========================================== */

/* サイト全体 */
#box_site {
  width: 100%;
  word-break: break-all;
  padding: 0px 0px 135px 0px;
}

/* ヘッダー */
#box_header {
}

/* サイド */
#box_side {
  text-align: center;
  margin: 50px 0px 0px 0px;
}

/* コンテンツ */
#box_content {
  text-align: left;
  margin: 0px 0px 0px 0px;
}

/* フッター */
#box_footer {
}


/* =========================================== ヘッダー =========================================== */

/* 見出し */
h1 {
  background-color: #FFF6E5;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  padding: 0px 7px 0px 7px;
  margin: 0px 0px 5px 0px;
}

/* ロゴ */
#header_logo {
  width: 99%;
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
}

/* 電話番号 */
#header_tel {
  float: left;
  width: 50%;
  margin: 7px 0px 9px 0px;
}

/* メール */
#header_mail {
  float: right;
  width: 50%;
  margin: 7px 0px 9px 0px;
}

/* ヘッダーメニュー */
#header_menu_sp {
  text-align: center;
  margin: 5px 0px 5px 0px;
}
#header_menu_pc {
  display: none;
}
.menu_sp {
  width: 20%;
}


/* ========================================== コンテンツ ========================================== */

/* パンクズリスト */
#breadlist {
  font-size: 16px;
  text-align: left;
  margin: 10px 0px 7px 7px;
}
#breadlist a:link {
  text-decoration: none;
  color: #000000
}
#breadlist a:visited {
  text-decoration: none;
  color: #000000;
}
#breadlist a:active {
  text-decoration: none;
  color: #000000;
}
#breadlist a:hover {
  text-decoration: underline;
  color: #0000FF;
}

/* 見出し */
h2 {
  border-top: 2px solid #FE9325;
  border-bottom: 2px solid #FE9325;
  color: #000000;
  font-size: 26px;
  text-align: center;
  padding: 10px 5px 10px 5px;
  margin: 0px 0px 10px 0px;
}
h3 {
  background-color: #F2F1E1;
  border-left: 7px solid #FE9325;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 7px 5px 7px 10px;
  margin: 35px 0px 10px 0px;
}
h4 {
  background-image: url(../../img/sp/h4.png);
  background-repeat: no-repeat;
  border-bottom: 1px dotted #999999;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 2px 0px 5px 23px;
  margin: 35px 0px 10px 0px;
}

/* オレンジ色 */
.orange {
  color: #EF6926;
  font-weight: bold;
}

/* 中央寄せ */
.center {
  text-align: center;
}

/* float解除 */
.float_clear {
  clear: both;
}

/* スマホ用に画像縮小 */
.sp_img {
  width: 100%;
}

/* 必須 */
.must {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF0000;
  padding: 0px 3px 0px 3px;
  margin: 0px 0px 0px 5px;
}


/* =========================================== フッター =========================================== */

/* フッターメニュー */
#footer_menu {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  padding: 15px 7px 10px 7px;
}
#footer_menu a:link {
  text-decoration: none;
  color: #000000;
}
#footer_menu a:visited {
  text-decoration: none;
  color: #000000;
}
#footer_menu a:active {
  text-decoration: none;
  color: #000000;
}
#footer_menu a:hover {
  text-decoration: underline;
  color: #0000FF;
}
.footer_menu_space {
  height: 5px;
}

/* コピーライト */
#footer_copyright {
  font-size: 14px;
  background-color: #FFF6E5;
  color: #000000;
  text-align: center;
  padding: 3px 7px 3px 7px;
}
#footer_copyright a:link {
  text-decoration: none;
  color: #000000;
}
#footer_copyright a:visited {
  text-decoration: none;
  color: #000000;
}
#footer_copyright a:active {
  text-decoration: none;
  color: #000000;
}
#footer_copyright a:hover {
  text-decoration: underline;
  color: #0000FF;
}

/* フローティングボタン */
#floating {
  background-color: #FFFFFF;
  bottom: 0px;
  position: fixed;
  z-index: 1;
}
#floating_tel {
  float: left;
  width: 50%;
}
#floating_mail {
  float: right;
  width: 50%;
}


/* ============================================= 共通 ============================================= */

/* iPhoneの文字の大きさ対策 */
html {
 -webkit-text-size-adjust: 100%;
}

/* ボディ */
body {
  font-size: 18px;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
  margin: 0px;
}

/* テーブル（スマホ最適化） */
table.tbl_sp {
  width: 100%;
  border-top: 1px solid #999999;
  font-size: 18px;
  border-collapse:collapse;
  margin: 20px 0px 0px 0px;
}
table.tbl_sp tr {
  display: block;
  background-color: #FFFFFF;
  padding: 0px 0px 0px 0px;
}
table.tbl_sp td {
  display: block;
  border-bottom: 1px solid #999999;
  text-align: left;
  padding: 5px 7px 5px 7px;
}
table.tbl_sp tr.head {
  background-color: #FFF6E5;
}
table.tbl_sp td.head {
  background-color: #FFF6E5;
}

/* テーブル（テーブル表示） */
table.tbl_pc {
  font-size: 18px;
  border: 0px;
  border-collapse:collapse;
  border: 1px solid;
  margin: 20px 0px 0px 0px;
}
table.tbl_pc tr td {
  border: 1px solid #999999;
  background-color: #FFFFFF;
  padding: 5px 7px 5px 7px;
  word-break: break-all;
}
table.tbl_pc tr.head {
  background-color: #FFF6E5;
  text-align: center;
}
table.tbl_pc td.head {
  background-color: #FFF6E5;
}

/* リスト */
ul.list {
  list-style-type: disc;
  border: 1px solid #CCCCCC;
  background-color: #FFF6E5;
  padding: 15px 10px 15px 25px;
  margin: 5px 0px 0px 0px;
}
ul.list li {
  text-align: left;
  padding: 5px 0px 5px 0px;
}
ul.list2 {
  list-style-type: decimal;
  border: 1px solid #CCCCCC;
  background-color: #FFF6E5;
  padding: 15px 10px 15px 25px;
  margin: 5px 0px 0px 0px;
}
ul.list2 li {
  text-align: left;
  padding: 5px 0px 5px 0px;
}

p {
  text-align: left;
  padding: 0px 7px 0px 7px;
}

strong {
  font-weight: inherit;
}

/* フォーカス時に背景色変更 */
input:focus, textarea:focus, select:focus {
  background-color: #FFDDC8;
}

/* リンクの下線を消す */
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color:red;
}

/* 画像リンクの枠線を消す */
a img {
  border-style:none;
}

/* 画像横テキストの縦位置ずれ防止 */
img {
  vertical-align: middle;
}

/* マウスオーバーで画像透過 */
a img.linkimg {
  background:none;
}
a:hover img.linkimg {
  opacity:0.5;
  filter:alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
  background:none;
}

/* 親divの高さを子divの高さに合わせる */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/* ========================================== PC版非表示 ========================================== */

.pc {
  display: none;
}



