@charset "UTF-8";
/* ///////////////////////////////////////////////////////////////////
  service
/////////////////////////////////////////////////////////////////// */
/*
#globalNavi ul li:nth-child(3) a { background-position: -396px -60px;}
*/
#contents {
  width: 700px;
  float: left;
}
#sideBar {
}
section {
	margin-top: 50px;
}
section:nth-child(1) {
	margin-top: 0;
}
section #regular {
}
section h1 {
	margin-bottom: 30px;
}
section div {
}
section .button {
	padding: 0.6em;
}
.h2 {
  position: relative;
  padding: .5em 1em;
  background-color: #009999;
  color:#FFF;
}
.h2::before,
.h2::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
}
.h2::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #007D7D;
}
.h2::after {
  top: -15px;
  right: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-bottom-color: #007D7D;
}
#regular .topbnr{
	margin: 0;
}
#regular .topbnr2{
	margin: 20px auto 50px;
}
.merit{
	margin: 20px auto 0;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
.merit li{
	float: left;
	width: 220px;
	height: 390px;
	padding: 10px;
	margin: 0 20px 50px 0;
	border: 1px solid #CCC;
	
}
.merit li:nth-child(3n){
	margin-right: 0;
}
.merit li figure{
	width: 200px;
	margin: 0 auto -10px;
}
.merit li figure img{
	width: 100%;	
}
.merit li p{
}
.prce figure{
	width: 700px;
	margin: 20px auto 0;
}
.prce table{
	width: 700px;
	border: 1px solid #CCC;
}
.prce table tr th,
.prce table tr td{
	color: #FFF;
	padding: 10px 15px;
	background-color: #007D7D;	
	border: 1px solid #CCC;
	font-weight: bold;
}
.prce table tr td{
	color: #000;
	background-color: #FFF;	
	font-weight: normal;
}
.prce table tr td span{
	color: #C00;
	font-weight: bold;
}
.prce ol{
	width: 700px;
	margin: 0 auto;
	padding-left: 20px;
}
.prce ol li{
	margin: 1em 0;
	padding-left: 0;
	list-style-type: decimal;	
}
