/* ::::: style.css ::::: */


/* :::::::::::::::::::::::::::::::::::::::::::::::::: 要素 :::::::::::::::::::::::::::::::::::::::::::::::::: */

body {
  background-color: #008adb;
  font-size: 18px !important;
  margin: 0px;
  line-height: 1.5em;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  min-width: 960px;
}
a:hover {}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::リンクオーバー :::::::::::::::::::::::::::::::::::::::::::::::::: */

a:link {
  color: #ccc;
}
a:visited {
  color: #ccc;
}
a:hover {
  color: #74e1fc;
}
a:active {
  color: #ccc;
}
header, footer, section, aside {
  display: block;
}
hr {
  height: 1px;
  width: 780px;
  border-top-width: 2px;
  border-top-style: dotted;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #999;
  border-right-color: #999;
  border-bottom-color: #999;
  border-left-color: #999;
}
#privacy {
  font-size: 12px;
  width: 800px;
  border: 1px solid #cccccc;
  padding: 5px;
  text-align: left;
  height: 100px;
  overflow: auto;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 25px;
  background-color: #fff;
}
#privacy p {
  color: #555555;
  margin-bottom: 10px;
}
#privacy p span {
  font-weight: bold;
  display: block;
}
.highlight {
  background-color: #FF3;
  color: #C00;
  font-weight: bold;
  font-size: 20px
}
.highlight2 {
  background-color: #FF3;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  font-size: 22px
}
.highlight3 {
  background-color: #FF3;
  color: #000;
  font-weight: bold;
  font-size: 18px
}
.red {
  font-weight: bold;
  color: #C00;
  text-decoration: underline;
  font-size: 23px;
  line-height: 1.5em;
}
.ul {
  font-weight: bold;
  text-decoration: underline;
  font-size: 21px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: id :::::::::::::::::::::::::::::::::::::::::::::::::: */

#header {
  background: url(../img/header.png) no-repeat top center;
  height: 650px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
#frame {
  background-image: url(../img/frame.png);
  height: 520px;
  width: 960px;
  background-repeat: no-repeat;
  padding-top: 88px;
}
#wrapper {
  width: 950px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  background-image: url(../img/wrapper.png);
  background-repeat: repeat-y;
}
.wrapper2 {
  width: 920px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-image: url(../img/wrapper2.png);
  background-repeat: repeat-y;
  padding-bottom: 30px;
  padding-top: 30px;
}
.wrapper3 {
  width: 920px;
  height: 600px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-image: url(../img/btn_bg.png);
  background-repeat: repeat-y;
}

/*---------- ワイド ----------*/

.wide {
  background-image: url(../images/wide_bg.png);
  background-repeat: repeat-x;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: 日付 :::::::::::::::::::::::::::::::::::::::::::::::::: */

#day {
  width: 860px;
  height: 100px;
  margin: 0 auto;
  background-image: url(../img/day_bg.png);
  background-repeat: no-repeat;
}
#dayText {
  width: 860px;
  height: 50px;
  float: left;
  text-align: center;
  font-size: 48px;
  color: #fff;
  margin-top: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::手紙 :::::::::::::::::::::::::::::::::::::::::::::::::: */

#letter {
  width: 920px;
  height: 600px;
  margin: 0 auto;
  background-image: url(../img/btn_bg.png);
  background-repeat: no-repeat;
}
#letterText {
  width: 670px;
  float: left;
  text-align: left;
  margin-left: 70px;
  color: #000;
  margin-top: 40px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: 文字用class :::::::::::::::::::::::::::::::::::::::::::::::::: */

.mg {
  margin-right: 60px;
  margin-left: 60px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.mg_p {
  margin-right: 60px;
  margin-left: 60px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  border: 3px solid #ccc;
  background-color: #f2efef;
}
.tuishin {
  margin-right: 70px;
  margin-left: 70px;
  margin-bottom: 40px;
  margin-top: 40px;
  border: 3px solid #ccc;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.fr {
  float: right;
  padding-left: 40px;
  padding-bottom: 10px;
}
.fl {
  float: left;
  padding-right: 30px;
  padding-bottom: 10px;
}
.center {
  text-align: center;
}
.red {
  font-weight: bold;
  color: #C00;
  font-size: 19px;
  line-height: 1.5em;
}
.bk {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.5em;
}
.ul {
  font-weight: bold;
  text-decoration: underline;
  font-size: 20px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: フォームタイトル :::::::::::::::::::::::::::::::::::::::::::::::::: */

#ttl {
  width: 860px;
  height: 310px;
  margin: 0 auto;
  background-image: url(../img/ttl_bg.png);
  background-repeat: no-repeat;
}
#ttlText {
  width: 860px;
  height: 50px;
  float: left;
  text-align: center;
  font-size: 46px;
  color: #fff;
  margin-top: 180px;
}

/*---------- メールフォーム1 ----------*/

.mailbox01 {
  width: 920px;
  height: 340px;
  margin: 0;
  text-align: center;
  margin: -50px 0 0 0;
  line-height: 150%;
  background-image: url(../img/form_bg.png);
  background-repeat: no-repeat;
}
.mailbox01 p {
  color: #000;
  text-indent: 0px;
  margin: 0px;
}
.margin_nore {
  margin: 0px auto;
}
.magazine01 {
  font-weight: normal;
  height: 200px;
  text-align: center;
}
.magazine01 p.bold {
  text-align: center;
  font-weight: bold;
}
.magazine01 input[type="text"] {
  width: 650px;
  height: 20px;
  border: 2px solid #222;
}
.magazine01 table {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: -10px;
}
.magazine01 table th {
  background: #313131;
  text-align: center;
  font-size: 18px;
  width: 300px;
  padding: 10px;
  color: #FFF;
}
.magazine01 table td {
  padding: 10px 10px 10px 10px;
}
.magazine01 p.f_14 {
  text-align: center;
  font-size: 12px;
  padding: 0 30px;
  font-weight: bold;
  color: #006934;
  margin: 10px 0 10px 0;
}
ul.list_03 {
  list-style: none;
  margin: 0;
  padding: 5px 5px 1px 5px;
  color: #00a0e9;
}
ul.list_03 li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0 0 5px 34px;
  font-size: 16px;
  line-height: 140%;
  background-image: url(../img/q.png);
  background-position: left top;
  background-repeat: no-repeat;
}
ul.list_04 {
  list-style: none;
  margin: 0;
  padding: 5px 5px 1px 5px;
  color: #000;
}
ul.list_04 li {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0 0 20px 34px;
  font-size: 18px;
  line-height: 140%;
  background-image: url(../img/a.png);
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom: dotted 1px #999999;
}
.sample_03 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  float: center;
  margin-top: 30px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
.sample_03 th {
  width: 25%;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  color: #444;
  background-color: #e9e5d5;
  border-left: 3px double #999;
  border-top: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.sample_03 td {
  width: 75%;
  padding: 10px;
  background-color: #fafafa;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.check2 {
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: auto;
  width: auto;
  padding-left: 45px;
  padding-top: 8px;
  padding-bottom: 12px;
  line-height: 140%;
  margin-top: 15px;
  font-size: 26px;
  text-decoration: underline;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-bottom-style: dotted;
  border-top-color: #CCC;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  border-left-color: #CCC;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.check6 {
  background-image: url(../img/a.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: auto;
  width: auto;
  padding-left: 45px;
  padding-top: 8px;
  padding-bottom: 12px;
  line-height: 140%;
  margin-top: 5px;
  font-size: 18px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-bottom-style: dotted;
  border-top-color: #CCC;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  border-left-color: #CCC;
  margin-bottom: 10px;
  color: #0463a6;
}
.check7 {
  background-image: url(../img/q.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: auto;
  width: auto;
  padding-left: 45px;
  padding-top: 8px;
  padding-bottom: 12px;
  line-height: 140%;
  margin-top: 25px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-color: #CCC;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  border-left-color: #CCC;
  color: #000;
}
#footer {
  width: auto;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  height: 70px;
  padding-top: 10px;
  float: none;
  background-color: #000;
  width: 920px;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*#_---------------------------___*/


/*########################___ モーダルウィンドウ ___########################*/


/*=========モーダルウィンドウ内*/

.hoverArea {
  width: 100%;
  min-width: 920px;
  height: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
}
.modal {
  display: none;
  position: fixed;
  top: 12px;
  left: 50%;
  width: 700px;
  margin-left: -300px;
  z-index: 3000;
}
.close {
  text-align: center;
  text-decoration: underline;
  color: #FFF;
  cursor: pointer;
}
.fadeout {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  top: 0;
  left: 0;
  z-index: 2000;
}
.modal-form {
  margin: 30px auto 0;
  width: 700px;
  border: 5px solid #ccc;
  padding: 15px 0 20px;
  background-image: url(../img/m_vf.png);
  background-color: #000;
  box-shadow: 0px 0px 8px #999;
  -webkit-box-shadow: 0px 0px 8px #999;
  color: #FFF;
}
.modal-form .box-form {
  margin-left: 18px;
}

/*#_---------------------------___*/


/*#_---------------------------___*/


/*########################___ purpose-parts ___########################*/

.panel {
  position: relative;
}
.panel .parts {
  position: absolute;
}
.opacity a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
input.opacity:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/*########################___   box ___########################*/

.box-plane {
  padding: 11px;
  border: solid 3px #e7e7e7;
}
.box-frame {
  padding: 1px;
  background: #c76868;
  border: solid 4px #eccdcd;
}
.box-frame .inner {
  padding: 20px 27px;
  background: #fff;
  border: solid 1px #f7e8e8;
}
.box-no {
  padding: 23px 16px;
  border: solid 5px #dbe0e8;
}
.box-yes {
  border: solid 5px #05a937;
}
.box-yes .inner {
  padding: 23px 16px;
  border: solid 1px #daf2e1;
}
.box-base {
  position: relative;
  margin: 0 0 20px;
}
.box-base p {
  padding: 0 20px;
}
.box-form {
  margin: 0 107px 20px 67px;
}
.box-form .email {
  top: 76px;
  left: 100px;
  width: 530px;
  padding: 6px 0;
  font-size: 122.22%;
  border: none;
}
.box-form .submit {
  top: 135px;
  left: 60px;
}
.mg_taidan {
  margin-right: 60px;
  margin-left: 60px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #00a1e9;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.taidan_in {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
