@charset "Shift_JIS";

/* ------------------------------
 リセット
------------------------------ */
body,img,ul,li,h1,h3,form,p {
  margin:0;
  padding:0;
}

img {
  border:0;
}

li {
  list-style:none;
}

address {
  font-style:normal;
  font-weight:normal;
}


/* ------------------------------
 共通
------------------------------ */
body {
  background:#fff;
  font-size:12px;
  color:#333;
  line-height:1.5;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a:link,a:visited {
  color:#336699;
  text-decoration:underline;
}

a:hover,a:active {
  color:#888888;
  text-decoration:none;
}


/* ------------------------------
 テキスト
------------------------------ */
.f10 {
  font-size:10px;
}

.f12 {
  font-size:12px;
}

.f14 {
  font-size:14px;
}

.f18 {
  font-size:18px;
}

.color1 {
  color:#CC0000;
}

.color2 {
  color:#E18700;
}

.color3 {
  color:#003366;
}

.color4 {
  color:#006600;
}

.color5 {
  color:#666;
}


/* ------------------------------
 背景
------------------------------ */
.bg_body {
  background:url(../images/bg_body.gif);
}

.bg_footer {
  background:url(../images/bg_footer.gif) repeat-x;
}


/* ------------------------------
 テーブル
------------------------------ */
table.style th {
  background:#f2f2f2;
}

table.style td {
  background:#fff;
}

table.style2 {
  border:1px solid #CCCCCC;
  background:#f2f2f2;
}

table.style2 td.heightLine-1,
table.style2 td.heightLine-2,
table.style2 td.heightLine-3 {
  padding:0 10px;
}


table.style3 {
  border:1px solid #8CA0C6;
}


/* ------------------------------
 トップページで使用
------------------------------ */
.bg_s-car {
  background:url(../../images/ttl_02.gif) no-repeat;
  width:402px;
  height:29px;
}

.bg_s-car span {
  padding-right:10px;
  color:#003366;
}

.title {
  color:#990000;
}

.bg_iso {
  background:url(../../images/bg_iso.gif) no-repeat;
  width:400px;
  height:201px;
  color:#3C3C62;
}

td.notice {
	background: #f5f5f5;
	margin: 10px 0 0;
	border: 1px solid #ccc;
	padding: 10px;
}
td.notice .headline {
	font-weight: bold;
}
td.notice p {
	margin: 5px 0;
}

td.notice table {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-collapse: collapse
}
td.notice table th {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 3px 5px;
	vertical-align: top;
}
td.notice table td {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px 5px;
	vertical-align: top;
}
td.notice table td span.date {
	color: #f00;
}



/* ------------------------------
 タイトル
------------------------------ */
.bg_title {
  border-bottom:2px solid #6F8CA9;
  font-size:14px;
  color:#003366;
  font-weight:bold;
}


/* ------------------------------
 ページトップ
------------------------------ */
.pagetop {
  font-size:12px;
  text-align:right;
}


/* ------------------------------
 フォーム
------------------------------ */
table.style input,
table.style textarea {
  padding:3px;
  border:1px solid #7f9db9;
}
table.style td.attach input {
  padding:3px;
  border: none;
}


/* ------------------------------
 個人情報保護方針
------------------------------ */
.privacy ol {
  margin:0;
  padding:0;
}
.privacy ol li {
  margin:0 0 7px 25px;
  list-style:decimal;
}

/* ------------------------------
 お問い合わせいただく前に
------------------------------ */
.before ol {
  margin:0;
  padding:0;
}

.before ol li {
  margin:0 0 7px 25px;
  list-style:decimal;
}

.before dt {
  font-weight:bold;
}

.before dd {
  margin:0 0 15px 15px;
}


/* ------------------------------
 協力店
------------------------------ */
.citylist {
  margin-bottom:5px;
  font-size:14px;
}

table.tenpolist,
table.service {
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
}

table.tenpolist td,
table.tenpolist th,
table.service td,
table.service th {
  padding:5px;
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
}

table.tenpolist th,
table.service th {
  text-align:left;
}

table.service th {
  background-color:#f2f2f2;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
  box-sizing: border-box;
}
table.formTable th{
	width:40% !important;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}


