body {
  color: #000000;
  /*通常のテキストカラー*/
}

a {
  color: #0000ff;
  /*通常のリンクテキストカラー*/
  text-decoration: none;
}

a:hover {
  color: #FF3300;
  /*マウスが乗った時の通常のリンクテキストカラー*/
  text-decoration: none;
  /*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

img {
  vertical-align: bottom;
}

/************************************************/

/***ＩＥ６．０***/

* html .test {
  font-size: small;
}

/***ＩＥ７．０***/

*:first-child + html .test {
  font-size: medium;
}

/***FIRE FOX***/

html > body .test {
  font-size: medium;
}

/***サファリ・opera***/

html:first-child .test {
  font-size: medium;
}

/************************************************/

body {
  background: #ffffff;
  text-align: center;
  width: 100%;
  margin: 0 0 0 0;
  font-family: Helvetica, Arial, sans-serif;
}


.CNT {
  text-align: center;
}

.L {
  text-align: left;
}

.R {
  text-align: right;
}

.clr {
  clear: both;
}

.floatL {
  float: left;
  margin-right: 5px;
}

.floatR {
  float: right;
  margin-left: 5px;
}


h1 {
  font-size: 20px;
  color: #000000;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0 0 0;
}

h2 {
  font-size: 26px;
  color: #990000;
  text-align: left;
  line-height: 50px;
  font-weight: 900;
  padding: 0 0 0 10px;
}

h3 {
  font-size: 18px;
  color: #003300;
  text-align: left;
  font-weight: 100;
  line-height: 20px;
  padding: 10px 0 0 10px;
}

h4 {
  font-size: 12px;
  color: #003300;
  text-align: center;
  font-weight: 100;
  line-height: 20px;
  padding: 10px 0 0 0;
}

p {
  font-size: 15px;
  text-align: left;
  line-height: 25px;
  margin: 0 10px 0 10px;
}

.mag1 {
  margin: 20px 0 0 0;
}

#container {
  width: 900px;
  margin: auto;
}

#menu {
  float: left;
  width: 900px;
  height: 50px;
}

#menu ul {
  list-style-type: none;
}

#menu ul li {
  display: inline;
  float: left;
  font-size: 16px;
  letter-spacing: 1px;
}

#menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  background: #000000;
  width: 150px;
  height: 50px;
  display: block;
  line-height: 34px;
}

#menu ul li a:hover {
  color: #ff3300;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=70);
  /*IE*/
  -moz-opacity: 0.7;
  /*FF*/
}

#u-menu {
  float: left;
  width: 900px;
  height: 50px;
}

#u-menu ul {
  list-style-type: none;
}

#u-menu ul li {
  display: inline;
  float: left;
  font-size: 12px;
  letter-spacing: 1px;
}

#u-menu ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  width: 150px;
  height: 50px;
  display: block;
  padding: 5px 0 0 0;
}

#u-menu ul li a:hover {
  color: #ff3300;
}

.con-left {
  float: left;
  width: 190px;
  margin: 0 10px 0 0;
  _width: 190px;
  _margin: 0 5px 0 0;
}

.con-left p {
  font-size: 10px;
  color: #000000;
  line-height: 10px;
  margin: 10px 0 5px 0;
}

.con-right {
  float: left;
  width: 700px;
  background: #ffcccc;
}

.con-header {
  width: 700px;
}

.con-img {
  background: url(img/con_img4.jpg);
}

.con-header ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.box1 {
  width: 200px;
  margin: 0 0 0 25px;
  float: left;
  display: inline;
}

#copy {
  width: 900px;
  margin: auto;
}

#copy p {
  padding: 10px 10px 0 0;
  color: #000000;
  font-size: 12px;
  text-align: right;
  line-height: 12px;
}

/*  テーブル関係  */

.okyakusama table {
  width: 700px;
  margin: 20px 0;
}

.okyakusama td {
  vertical-align: middle;
  text-align: center;
}

.okyakusama img {
  border: 5px #fff solid;
  margin: 10px 0;
}

.mail table {
  width: 650px;
  margin: 0 0 0 25px;
}

.mail td {
  text-align: left;
  vertical-align: middle;
  padding: 10px 0;
  font-size: 0.75em;
}

.tokutei table {
  width: 700px;
  margin: auto;
  border-collapse: collapse;
  border: 2px #ffffff solid;
}

.tokutei td {
  color: #12008C;
  background-color: #f0f0f0;
  text-align: left;
  font-size: 14px;
  border: 1px #F1CEE2 solid;
  padding: 0 0 0 10px;
}

.tokutei th {
  color: #FA6B31;
  background-color: #a6a6ff;
  font-size: 15px;
  line-height: 23px;
}

/* -----------------------------------------------------------
    スライダー
-------------------------------------------------------------- */

#slide {
  width: 900px;
  margin: auto;
}


.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-block {
  display: block;
  width: 100%;
}

.mt15{
  margin-top: 15px
}
