﻿@charset "utf-8";


/*-- テーブル標準 ------------------------------------------------------------------------*/
table.type00a {
	width:100%;
	margin-bottom:20px;
	border-top-style: solid;
	border-left-style: solid;
	background-color: #FFF;
	border-collapse:collapse;
}
table.type00a th,
table.type00a td {
	padding:5px;
	vertical-align: top;
	border-right-style: solid;
	border-bottom-style: solid;
}
table.type00a th {
	background-color: #F5F5F5;
	font-weight: normal;
	text-align: left;
}

/*-- BCEバスター利用CSS ------------------------------------------------------------------------*/
.ttlR1 {
  background-color: #fc6401;
  padding: 8px 15px;
  line-height: 1.2;
  color: #FFF;
  border: solid 1px #d45401;
  border-radius: 6px;
  margin:20px 0px;
  text-shadow:1px 1px 2px #000000;
  font-size: 18px;
}
.boxR1 {
  background-color: #f8f7f7;
  border-top: solid 1px #fc6401;
  padding: 20px;
  margin: 25px 0px;
}
.boxR1 .ttl {
  color: #fc6401;
  font-size: 18px;
}