@charset "UTF-8";

@import url(../../css/base.css);

/*
-----------------------------------------------------------------------
header
-----------------------------------------------------------------------
*/

#header {
  background: url(../images/main_img_bg.jpg) repeat-x top;
  height: 415px;
  margin-bottom: 20px;
}
#header #main-img {
  width: 698px;
  margin: 0 auto;
  background: url(../images/main_img.jpg) no-repeat;
  padding-top: 415px;
}

/*
-----------------------------------------------------------------------
container
-----------------------------------------------------------------------
*/

#container {
  width: 660px;
  margin: 0 auto;
  padding: 0 19px;
}

/*-- box0 --*/

#box0 {
  padding-bottom: 10px;
}
#box0 .box {
  margin-bottom: 40px;
}
#box0 .box .float-l {
  width: 310px;
}
#box0 .box .float-r {
  width: 335px;
}

#box0 .box .title0 {
  background: url(../images/box0_title0.jpg) no-repeat;
  padding-top: 68px;
  margin-bottom: 10px;
}
#box0 .box .title1 {
  background: url(../images/box0_title1.jpg) no-repeat;
  padding-top: 21px;
  margin-bottom: 10px;
}
#box0 .box .title2 {
  background: url(../images/box0_title2.jpg) no-repeat;
  padding-top: 43px;
  margin-bottom: 10px;
}

/*-- box1 --*/

#box1 {
  clear: both;
  padding-bottom: 50px;
}

#box1 .title-box {
  border-bottom: 2px solid #999999;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
#box1 .title-box .title {
  background: url(../images/box1_title.jpg) no-repeat top;
  padding-top: 29px;
}

#box1 .box {
  padding-bottom: 10px;
}
#box1 .box li {
  float: left;
  width: 140px;
  padding-top: 110px;
  margin: 0 33px 20px 0;
}
#box1 .box li.icon0 {
  background: url(../images/box1_icon0.jpg) no-repeat;
}
#box1 .box li.icon1 {
  background: url(../images/box1_icon1.jpg) no-repeat;
}
#box1 .box li.icon2 {
  background: url(../images/box1_icon2.jpg) no-repeat;
}
#box1 .box li.icon3 {
  background: url(../images/box1_icon3.jpg) no-repeat;
  margin-right: 0;
}
#box1 .box li.icon4 {
  background: url(../images/box1_icon4.jpg) no-repeat;
}
#box1 .box li.icon5 {
  background: url(../images/box1_icon5.jpg) no-repeat;
}
#box1 .box li.icon6 {
  background: url(../images/box1_icon6.jpg) no-repeat;
}
#box1 .box li.icon7 {
  background: url(../images/box1_icon7.jpg) no-repeat;
  margin-right: 0;
}

#box1 .bnr {
  background: url(../images/box1_bnr.jpg) no-repeat top;
  padding-top: 187px;
}

/*-- box2 --*/

#box2 {
  clear: both;
  padding-bottom: 70px;
}

#box2 .title-box {
  border-bottom: 2px solid #999999;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#box2 .title-box .title {
  background: url(../images/box2_title.jpg) no-repeat;
  padding-top: 19px;
}

#box2 .icon-required {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25px;
  height: 14px;
  background: url(../images/icon_required.gif) no-repeat;
  text-indent: -9999px;
}

#box2 table {
  width: 100%;
  border-top: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
}
#box2 table th,
#box2 table td {
  border-bottom: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  padding: 10px 15px;
  text-align: left;
}
#box2 table th {
  width: 190px;
  padding: 10px;
  background-color: #efefef;
}
#box2 table th.va-t {
  vertical-align: top;
}

#box2 table th span.th {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../images/icon_th.jpg) no-repeat top left;
  padding-left: 12px;
  font-size: 12px;
  float: left;
  width: 140px;
}
#box2 table th.no-icon span.th {
  float: none;
  width: auto;
}
#box2 table th span.icon-required {
  float: right;
  margin-left: 10px;
}

#box2 table input.text {
  border: 1px #999999 solid;
  width: 300px;
  padding: 2px;
}
#box2 table input.wd00 {
  width: 85px;
  margin: 0 5px 0 0;
}
#box2 table input.wd01 {
  width: 40px;
  margin: 0 5px 0 10px;
}
#box2 table input.wd02 {
  width: 100px;
}

#box2 table .privacy-area {
  border: 1px #8e8f8f solid;
  width: 100%;
  height: 120px;
  overflow: auto;
}
#box2 table .privacy-box {
  padding: 10px;
}

#box2 table .privacy-box dl dd {
  margin-bottom: 20px;
}

#box2 table td p,
#box2 table td li,
#box2 table td dt,
#box2 table td dd {
  font-size: 12px;
}

#box2 .check-box {
  /*background-color:#E4E4E4;
	padding:15px;*/
  text-align: center;
  margin-bottom: 20px;
}
#box2 .check-box label {
  /*cursor:pointer;*/
}
#box2 .check-box input.checkbox {
  vertical-align: middle;
  margin-right: 5px;
}

#box2 .btn-box {
  text-align: center;
}
#box2 .btn-box input {
  height: 54px;
  border: none;
  cursor: pointer;
  margin: 0 2px;
}
#box2 .btn-box input.btn-confirm {
  background: url(../images/btn_confirm.jpg) no-repeat;
  width: 254px;
}
#box2 .btn-box input.btn-cancel {
  background: url(../images/btn_cancel.jpg) no-repeat;
  width: 184px;
}
#box2 .btn-box input.btn-submit {
  background: url(../images/btn_submit.jpg) no-repeat;
  width: 255px;
}

#box2 .btn-box input:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*
-----------------------------------------------------------------------
footer
-----------------------------------------------------------------------
*/

#footer {
  clear: both;
  border-top: 1px #cccccc solid;
  padding: 20px 0;
}
#footer ul {
  width: 698px;
  margin: 0 auto;
  text-align: center;
}
#footer ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px;
}
#footer ul li span {
  font-weight: bold;
}

/*
-----------------------------------------------------------------------
common
-----------------------------------------------------------------------
*/

/*-- スペース共通 --*/

.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt30 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt40 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}

.pr0 {
  padding-right: 0;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pl0 {
  padding-left: 0;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pb0 {
  padding-bottom: 0;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt30 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt40 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}

/*-- 回り込み解除 --*/

.clear {
  clear: both;
}
.clearbox {
  clear: both;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}

/*-- テキスト --*/

.red-txt {
  color: #ff0000;
}
.small-txt {
  font-size: 1em;
}
.bold-txt {
  font-weight: bold;
}
.al-c {
  text-align: center;
}
.al-l {
  text-align: left;
}
.al-r {
  text-align: right;
}

.fs10 {
  font-size: 10px;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}

.img-bg {
  display: block;
  height: 0;
  overflow: hidden;
}

/*
----------------------------------------
huckclearfix
----------------------------------------
*/

.clearbox:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearbox {
  display: inline-block;
}

/*\*/

* html .clearbox {
  height: 1%;
}

.clearbox {
  display: block;
}

/**/

.disagree {
  margin-top: 10px;
  text-align: right;
}
