@charset "utf-8";

/* ▼▼マージン（下）▼▼ */
.margin_bt10 { margin-bottom: 10px;}
.margin_bt20 { margin-bottom: 20px;}
.margin_bt30 { margin-bottom: 30px;}
.margin_bt40 { margin-bottom: 40px;}
.margin_bt50 { margin-bottom: 50px;}
.margin_bt60 { margin-bottom: 60px;}
.margin_bt70 { margin-bottom: 70px;}
.margin_bt80 { margin-bottom: 80px;}
.margin_bt100 { margin-bottom: 100px;}

/* ▼▼float▼▼ */
.float_left { float: left; }

/* ▼▼テーブル▼▼ */
table.company{
width: 100%;
 border-collapse: collapse;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 table-layout:fixed;
 }
table.company th{
 padding: 3px 3px 3px 20px;
 text-align: left;
 font-weight: bold;
 vertical-align: top;
 color: #333333;
 background-color: #e8f1fe;
 border-bottom: 1px dotted #999;
 border-left: 1px solid #ccc;
 table-layout:fixed;
 }
table.company td{
 padding: 3px 3px 3px 10px;
 border-bottom: 1px dotted #999;
 border-left: 1px solid #ccc;
 table-layout:fixed;
 }
.company_td_gray01 {
	 background-color: #f2f2f2;
	 padding: 3px 3px 3px 10px;
	 table-layout:fixed;
}

table.staff00{
width: 100%;
 border-collapse: collapse;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 table-layout:fixed;
 }
table.staff00 th{
 width:30%;
 padding: 7px 7px 7px 20px;
 text-align: left;
 font-weight: bold;
 vertical-align: top;
 color: #333333;
 background-color: #e3fbfd;
 border-bottom: 1px dotted #999;
 border-left: 1px solid #ccc;
 }
table.staff00 td{
 width: 70%;
 padding: 7px 7px 7px 10px;
 border-bottom: 1px dotted #999;
 border-left: 1px solid #ccc;
 }

table.contact00{
width: 100%;
 border-collapse: collapse;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 table-layout:fixed;
 }
table.contact00 th{
 width:30%;
 padding: 8px 8px 8px 20px;
 text-align: left;
 font-weight: bold;
 vertical-align: top;
 color: #333333;
 background-color: #f6ebf3;
 border-bottom: 1px dotted #999;
 border-left: 1px solid #ccc;
 }
table.contact00 td{
 width: 70%;
 padding: 8px 8px 8px 10px;
 border-bottom: 1px dotted #999;
 border-left: 1px solid #ccc;
 }

/* ▼▼中・小見出し▼▼ */
.title_m01{
  position: relative;
  padding: .75em 1em .75em 2em;
  border: 1px solid #ccc;
  border-top: 3px solid #3498db;
  color: #000;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
  margin-bottom: 20px;
}
.title_m01::after {
  position: absolute;
  top: 1em;
  left: .6em;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #3498db;
  border-radius: 100%
}

.title_m02 {
	font-size: 22px;
  background:#d2e9fd;
  padding:20px;
  border:2px solid #fff;
  -webkit-box-shadow: 0 0 0 3px #d2e9fd;
  -moz-box-shadow: 0 0 0 3px #d2e9fd;
  box-shadow: 0 0 0 3px #d2e9fd;
  margin-bottom: 20px;
}

.title_m03 {
  color:#FFF;
  font-size: 18px;
  padding: 0 5px;
  background-color: #0068b7;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 5px;
}

/* ▼▼ご挨拶▼▼ */
.aisatus_text01 {
	line-height: 40px;
}