@charset "Shift_JIS";

/***************************************
 *Basic-styles
 **************************************/

.blc {
	display: block;
}

.fL_box {
	float: left;
	margin: 0;
	padding: 0;
}

.fR_box {
	float: right;
	margin: 0;
	padding: 0;
}

.btn {
	float: right;
	margin: 0;
}


/***************************************
 *TABLE
 **************************************/

table.mailform {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  margin: 40px 0;
  font-size: 100%;
}
table.mailform th,
table.mailform td {
  border: solid 1px #e2e1e2;
  padding: 10px 15px;
}
table.mailform th {
  text-align: left;
  white-space: normal;
}
table.mailform td {
  text-align: center;
  white-space: normal;
}
table.mailform td.sbj {
  width: 30%;
  border-left:0;
  border-top:1px solid #e2e1e2;
  border-right:1px dotted #e2e1e2;
  border-left:0;
  border-bottom:1px solid #e2e1e2;
  text-align: center;
}
table.mailform td.txt {
  width: 70%;
  text-align: left;
  border-left:0;
  border-top:1px solid #e2e1e2;
  border-right:0;
  border-bottom:1px solid #e2e1e2;
  color:#908f97;
}

table.sitemap {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  margin: 40px 0;
  font-size: 100%;
}
table.sitemap th,
table.sitemap td {
  border: solid 1px #e2e1e2;
  padding: 10px 15px;
}
table.sitemap th {
  text-align: left;
  white-space: normal;
}
table.sitemap td {
  text-align: center;
  white-space: normal;
}
table.sitemap td.sbj {
  width: 40%;
  border-left:0;
  border-top:1px solid #e2e1e2;
  border-right:1px dotted #e2e1e2;
  border-left:0;
  border-bottom:1px solid #e2e1e2;
  text-align: center;
  color: #908f97;
}
table.sitemap td.txt {
  width: 60%;
  text-align: left;
  border-left:0;
  border-top:1px solid #e2e1e2;
  border-right:0;
  border-bottom:1px solid #e2e1e2;
}
table.sitemap ul {
	margin: 0;
}

table.sitemap li {
	background: url(../img/pnt_list2.gif) no-repeat 0 0;
	margin-top: 3px;
	padding: 0 0 3px 15px;
}