@charset 'UTF-8';
/*---------------------------------------------------------------------------------
about
-----------------------------------------------------------------------------------
/about/index.html
/company/index.html
/privacy/index.html
---------------------------------------------------------------------------------*/

/*
h3
---------------------------------------------------------------------------------*/
h3 {
  background: #ff637f;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px #ff637f;
  -moz-box-shadow: 0 1px 3px #ff637f;
  -webkit-box-shadow: 0 1px 3px #ff637f;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
}

/*
共通
---------------------------------------------------------------------------------*/
.wrapCnt {
  background: #fff;
  border: 1px solid #ccc;
  margin: 15px;
  text-align: left;
}

.wrapCnt h4 {
  color: #ff637f;
  margin: 10px;
}

.wrapCnt p {
  font-size: 12px;
  line-height: 1.5;
  margin: 10px;
}

.wrapCnt ol {
  font-size: 12px;
  line-height: 1.5;
  margin: 10px 10px 10px 0;
}

.wrapCnt a {
  color: #39f;
  display: inline;
}

/*
会社概要
---------------------------------------------------------------------------------*/
.wrapCnt table {
  margin: 10px;
}

.wrapCnt th,
.wrapCnt td {
  border-bottom: 1px dotted #a0a0a0;
  vertical-align: top;
}

.wrapCnt th {
  background: #ffefef;
  font-size: 12px;
  padding: 10px;
  white-space: nowrap;
}

.wrapCnt ul {
  font-size: 12px;
  line-height: 1.5;
  list-style: disc;
  margin: 10px;
  padding: 0 0 0 20px;
}