@charset "utf-8";

/*****************************************
  Basic
*****************************************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px){

p {
  line-height: 1.5;
  margin-bottom: 1em;
}

/* サンプル画像用 */
section > ul > li {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}

h2 {
  background-color: #beb89b;
  padding: .5em 20px;
}

/*****************************************
  Layout
*****************************************/
#container {
  margin: 16px 0;
  overflow: hidden;
  width: 100%;
}

.w768 {
	width: 768px;
	margin: 0 auto;
}


/*****************************************
  Contents
*****************************************/
.grpInfo {
  float: right;
}

.grpInfo li {
  display: inline;
  margin-left: 5px;
}

.grpInfo li a {
  color: #000;
  text-decoration: underline;
}

#gnav {
  overflow: hidden;
  text-align: center;
}

#gnav li{
  display: inline-block;
  margin: 0;

}

#gnav li a {
  color: #000;
  font-size: 96%;
  font-weight: bold;
}

#gnav li a:hover {
  text-decoration: underline;
}

.content {
  margin-left: 20px;
}

#service .content {
  height: 276px;
}

#service .map img {
  border: solid 1px #000;
}

#service .map {
  width: 276px;
}

#plan .content {
  margin-bottom: 10px;
}

#plan .notes {
  font-size: 86%;
}

/* イメージ画像専用 */
.mr12 {
  margin-right: 12px;
}

.mb12 {
  margin-bottom: 12px;
}

#plan hr {
  background: url(../images/hr_leader.png) no-repeat;
  border: none;
  height: 4px;
  padding: 0;
  width: 772px;
}

#plan ul {
  display: block;
  overflow: hidden;
}

/* 画像右端の折り返し */
#plan ul .crlf {
  margin-right: 0;
}

#plan .w520 {
  float: left;
  width: 520px;
}

#schedule {
}

#specification ol {
  font-weight: bold;
  padding: 0 20px;
}

#specification ol li .fw_normal {
  font-weight: normal;
}

#specification ol li {
  line-height: 1.5;
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
}

#specification ol li dl dt {
  font-weight: bold;
}

#specification ol li dl dt,
#specification ol li dl dd {
  display: inline;
}

#specification ol li dl .slash {
  padding: 0 1em;
}

#contact ul li {
  float: none;
}

#contact > ul > li {
  padding-left: 20px;
}

#qa dl {
  padding: 0 20px;
}

#qa dl dt {
  padding-bottom: .5em;
}

#qa dl dd {
  line-height: 1.2;
  padding-bottom: 1.5em;
}

.contactLarge {
  text-align: center;
}

.spOnly {
  display: none;
}

}