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

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

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

/* コンテンツ */
#box_content_index {
  padding: 25px 0px 40px 0px;
}
#box_content {
  text-align: left;
  margin: 0px 0px 60px 0px;
}

/* フッター */
#box_footer {
  background-color: #356CAB;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
  padding: 20px 0px 0px 0px;
}


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

/* 見出し */
h1 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* ロゴ */
#header_logo {
  width: 75%;
  text-align: left;
  margin: 9px 0px 8px 5px;
}

/* ハンバーガーメニュー */
#header_menu_sp {
}
.btn {
  background: transparent url(../../img/sp/header_menu.png) no-repeat 0 0;
  display: block;
  width: 55px;
  height: 36px;
  position: absolute;
  top: 11px;
  right: 5px;
  cursor: pointer;
  z-index: 200;
}
.peke {
  background-position: -56px 0;
}
.drawr {
  display: none;
  background-color: rgba(53,108,171);
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  padding: 60px 0px 200px 0px;
  z-index: 100;
}
#menu li {
  list-style-type: none;
  text-align: left;
  padding: 0px 0px 0px 0px;
}
#menu li a {
  color: #fff;
  font-size: 20px;
  display: block;
  padding: 10px;
}

#header_menu_pc {
  display: none;
}

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

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


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

/* パンクズリスト */
#breadlist {
  font-size: 16px;
  text-align: left;
  padding: 10px 0px 20px 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 {
  color: #356CAB;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 0px 7px 0px 7px;
  margin: 0px 0px 0px 0px;
}
h3 {
  color: #356CAB;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  padding: 10px 7px 0px 7px;
  margin: 35px 0px -7px 0px;
}

/* 赤色 */
.red {
  color: #FF0000;
  font-weight: bold;
}

/* 中央寄せ */
.center {
  text-align: center;
  margin: 20px 0px 10px 0px;
}

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

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

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

/* お知らせ */
.info_date {
  padding: 7px 7px 0px 7px;
}
.info {
  word-break: break-all;
  padding: 3px 7px 7px 7px;
}
.info_bar {
  border: 1px dotted #666666;
  margin: 5px 0px 5px 0px;
}
.new {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF0000;
  padding: 0px 4px 0px 4px;
  margin: 0px 0px 0px 10px;
  -webkit-animation:blink 1.5s ease-in-out infinite alternate; 
  -moz-animation:blink 1.5s ease-in-out infinite alternate; 
  animation:blink 1.5s ease-in-out infinite alternate; 
}
#page_left {
  float: left;
  text-align: left;
  padding: 25px 0px 0px 10px;
}
#page_right {
  float: right;
  text-align: right;
  padding: 25px 10px 0px 0px;
}
#info_detail_date {
  text-align: right;
  margin: 0px 7px 0px 0px;
}


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

/* 会社概要 */
#footer_about {
  line-height: 24px;
  text-align: left;
  padding: 0px 7px 0px 7px;
}

/* SNS */
#footer_sns {
  text-align: center;
  margin: 10px 0px 13px 0px;
}

/* フッターメニュー */
#footer_menu1 {
  text-align: center;
}
#footer_menu1 a:link {
  text-decoration: none;
  color: #FFFFFF;
}
#footer_menu1 a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
#footer_menu1 a:active {
  text-decoration: none;
  color: #FFFFFF;
}
#footer_menu1 a:hover {
  text-decoration: underline;
  color: #0000FF;
}
#footer_menu2 {
  text-align: center;
}
#footer_menu2 a:link {
  text-decoration: none;
  color: #FFFFFF;
}
#footer_menu2 a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
#footer_menu2 a:active {
  text-decoration: none;
  color: #FFFFFF;
}
#footer_menu2 a:hover {
  text-decoration: underline;
  color: #0000FF;
}
#footer_menu3 {
  text-align: center;
}
#footer_menu3 a:link {
  text-decoration: none;
  color: #FFFFFF;
}
#footer_menu3 a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
#footer_menu3 a:active {
  text-decoration: none;
  color: #FFFFFF;
}
#footer_menu3 a:hover {
  text-decoration: underline;
  color: #0000FF;
}

/* コピーライト */
#footer_copyright {
  border-top: 1px solid #FFFFFF;
  line-height: normal;
  text-align: center;
  padding: 10px 7px 7px 7px;
  margin: 13px 0px 0px 0px;
}
#footer_copyright a:link {
  text-decoration: none;
  color: #FFFFFF;
}
#footer_copyright a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
#footer_copyright a:active {
  text-decoration: none;
  color: #FFFFFF;
}
#footer_copyright a:hover {
  text-decoration: underline;
  color: #0000FF;
}


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

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

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

/* テーブル（スマホ最適化） */
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: #356CAB;
  color: #FFFFFF;
}
table.tbl_sp td.head {
  background-color: #356CAB;
  color: #FFFFFF;
}

/* テーブル（テーブル表示） */
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: #356CAB;
  color: #FFFFFF;
  text-align: center;
}
table.tbl_pc td.head {
  background-color: #356CAB;
  color: #FFFFFF;
}

/* リスト */
ul.list {
  list-style-type: disc;
  border: 1px solid #CCCCCC;
  background-color: #356CAB;
  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: #356CAB;
  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;
}



