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

/* サイト全体 */
#box_site {
  margin: 0 auto;
  width: 1060px;
  border: 1px solid #999999;
}

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

/* ボディ */
#box_body {
  overflow: hidden;
  padding: 0px 0px 40px 0px;
}

/* サイド */
#box_side {
  float: left;
  width: 295px;
  text-align: center;
  background-color: #FAF8F1;
  padding: 0px 0px 32768px 0px;
  margin-bottom: -32768px;
}

/* コンテンツ */
#box_content {
  float: right;
  width: 695px;
  padding: 0px 35px 0px 35px;
}

/* フッター */
#box_footer1 {
  background-color: #EFF0F8;
}
#box_footer2 {
}


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

/* 見出し */
h1 {
  float: left;
  width: 483px;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
  padding: 3px 0px 15px 0px;
  margin: 0px;
}

/* ロゴ */
#header_logo {
  float: left;
  width: 485px;
  margin: 0px 0px 0px 35px;
}

/* メール */
#header_mail {
  float: left;
  width: 241px;
  margin: 0px 5px 0px 30px;
}

/* LINE */
#header_line {
  float: right;
  width: 241px;
  margin: 0px 20px 0px 0px;
}


/* ============================================ サイド ============================================ */

/* メニュー1 */
#side_menu1 {
  margin: 30px 0px 0px 0px;
}

/* メニュー2 */
#side_menu2 {
  width: 209px;
  background-color: #E8E2CB;
  padding: 13px 13px 13px 13px;
  margin: 30px 30px 0px 30px;
}

/* 対応エリア */
#side_area {
  width: 209px;
  background-color: #E8E2CB;
  padding: 13px 13px 13px 13px;
  margin: 30px 30px 30px 30px;
}
#side_area_white {
  background-color: #FFFFFF;
  text-align: left;
  padding: 5px 0px 5px 12px;
}
#side_area_white a:link {
  text-decoration: none;
  color: #000000;
}
#side_area_white a:visited {
  text-decoration: none;
  color: #000000;
}
#side_area_white a:active {
  text-decoration: none;
  color: #000000;
}
#side_area_white a:hover {
  text-decoration: underline;
  color: #0000FF;
}


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

/* パンクズリスト */
#breadlist {
  font-size: 12px;
  text-align: left;
  padding: 12px 0px 15px 0px;
}

/* 見出し */
h2 {
  width: 670px;
  height: 49px;
  background-image: url(../img/h3.png);
  background-repeat: no-repeat;
  color: #666666;
  font-size: 26px;
  text-align: left;
  padding: 12px 0px 0px 25px;
  margin: 0px 0px 0px 0px;
}
h3 {
  width: 650px;
  height: 37px;
  background-image: url(../img/h4.png);
  background-repeat: no-repeat;
  color: #006EB9;
  font-size: 20px;
  text-align: left;
  padding: 11px 0px 0px 45px;
  margin: 30px 0px 0px 0px;
}

/* サブタイトル */
.subtitle {
  background-color: #919DCD;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 5px 0px 3px 20px;
  margin: 30px 0px 0px 0px;
}

/* 安心のお約束 */
#promise {
  clear: both;
  width: 765px;
  height: 468px;
  background-image: url(../img/content_promise.png);
  background-repeat: no-repeat;
  margin: 40px 0px 0px -35px;
}
#promise1 {
  float: left;
  width: 210px;
  margin: 240px 0px 0px 40px;
}
#promise2 {
  float: left;
  width: 210px;
  margin: 240px 0px 0px 35px;
}
#promise3 {
  float: left;
  width: 210px;
  margin: 240px 0px 0px 45px;
}

/* お客様の声 */
.voice_left {
  float: left;
  width: 106px;
  margin: 30px 30px 15px 20px;
}
.voice_right {
  float: left;
  width: 530px;
  margin: 15px 0px 15px 0px;
}
.voice_bold {
  font-size: 16px;
  color: #5A5EAD;
  font-weight: bold;
  margin: 0px 0px 3px 0px;
}
.voice_bar {
  clear: both;
  border: 1px dashed #CDCDCD;
}
#voice_other {
  text-align: center;
  margin: 10px 0px 50px 0px;
}

/* 矢印 */
.arrow {
  text-align: center;
  margin: 10px 0px 0px 0px;
}

/* よくあるご質問 */
.question_icon {
  clear: both;
  float: left;
  width: 27px;
  margin: 10px 0px 0px 0px;
}
.question_q {
  float: left;
  width: 658px;
  color: #5A5EAD;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  word-break: break-all;
  margin: 12px 0px 0px 10px;
}
.question_a {
  float: left;
  width: 658px;
  text-align: left;
  word-break: break-all;
  margin: 12px 0px 10px 10px;
}
.question_bar {
  clear: both;
  border: 1px solid #E7E7E7;
}

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

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

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


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

/* フッターお問い合わせ */
#footer_tel {
  float: left;
  margin: 15px 0px 0px 45px;
}
#footer_mail {
  float: left;
  margin: 0px 0px 0px 30px;
}
#footer_line {
  float: left;
  margin: 0px 0px 0px 15px;
}

/* フッターロゴ */
#footer_logo {
  float: left;
  width: 378px;
  text-align: left;
  margin: 15px 0px 5px 45px;
}

/* 住所 */
#footer_address {
  font-size: 12px;
  padding: 2px 0px 0px 40px;
}

/* フッターメニュー */
#footer_menu {
  float: right;
  width: 560px;
  font-size: 12px;
  line-height: 17px;
  margin: 30px 45px 5px 0px;
}
#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_copyright {
  width: 1060px;
  height: 10px;
  font-size: 12px;
  background-color: #EFF0F8;
  color: #000000;
  text-align: center;
  padding: 2px 0px 5px 0px;
}
#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;
}


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

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

/* テーブル（スマホ最適化） */
table.tbl_sp {
  font-size: 14px;
  border: 0px;
  border-collapse:collapse;
  border: 1px solid;
  margin: 15px 0px 0px 0px;
}
table.tbl_sp tr td {
  border: 1px solid #CDCDCD;
  background-color: #FFFFFF;
  padding: 5px 7px 5px 7px;
  word-break: break-all;
}
table.tbl_sp tr.head {
  border: 1px solid #CDCDCD;
  background-color: #EFF0F8;
  text-align: center;
}
table.tbl_sp td.head {
  background-color: #EFF0F8;
}

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

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

strong {
  font-weight: normal;
}

/* フォーカス時に背景色変更 */
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;
}


/* ======================================== スマホ版非表示 ======================================== */

.sp {
  display: none;
}



