@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.inner {
  padding: 0 10px;
}

.section {
  margin-bottom: 30px;
}

.small {
  font-size: 12px;
}

.center {
  text-align: center;
}

.red {
  color: #c00;
}

.blue {
  color: #2a89c2;
}

.clearfix .right {
  float: right;
  margin: 0 0 10px 20px;
}
.clearfix .left {
  float: left;
  margin: 0 20px 10px 0;
}

.catch {
  margin-bottom: 30px;
}

/*----------------------------------------------------
	ページ
----------------------------------------------------*/
#index #main .card {
  height: 391px;
  background: url(../images/index/bg_card.jpg) no-repeat 0 0;
  padding: 242px 40px 0 41px;
  color: #fff;
}
#index #main .price {
  width: 100%;
  margin-bottom: 10px;
}
#index #main .price th {
  background: #222;
  padding: 2px 10px;
  border: 1px solid #ccc;
  color: #fff;
}
#index #main .price td {
  padding: 2px 10px;
  border: 1px solid #ccc;
}

/*first*/
#first #content h3 {
  margin-bottom: 20px;
}

/*参加事業*/
#participation #content h3 {
  margin-bottom: 2px;
}
#participation #content .box {
  background: #eee;
  padding: 20px;
  margin-bottom: 40px;
}

/*日本代行について*/
#about #content .box {
  background: #eee;
  padding: 20px;
}

/*悪質代行業者に注意*/
#caution #content .box {
  background: #eee;
  padding: 20px;
  margin-bottom: 14px;
}
#caution #content .box dl dt {
  background: #000;
  padding: 4px 8px 3px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-bottom: 8px;
}
#caution #content .box dl dd {
  margin-bottom: 14px;
}
#caution #content .box .waku {
  background: #fff;
  border: 1px solid #c00;
  padding: 16px;
  margin-top: 10px;
}

/*お問合せ*/
#contact #content .table_site {
  width: 100%;
  margin-bottom: 20px;
}
#contact #content .table_site th {
  width: 150px;
  padding: 6px 0;
}
#contact #content .table_site td {
  padding: 6px 0;
}
