@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Quando);
@import url(http://fonts.googleapis.com/css?family=Capriola);



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	見出し
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

h2 {
	line-height: 35px;
	padding-top: 3px;
	padding-left: 35px;
	background: url(../images/title/bg_h2.gif) no-repeat left center;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	トップ画像
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

/* トップページ */
#header_index {
	width: 950px;
	height: 350px;
	background: url(../images/base/index_img.jpg) no-repeat;
}

/* コンテンツページ */
#header_contents {
	width: 950px;
	height: 200px;
	background: url(../images/base/contents_img.jpg) no-repeat;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	料金案内
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

.tb_menu {
	width: 100%;
	border-collapse: collapse;
}

.tb_menu th,
.tb_menu td {
	padding: 5px 15px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.tb_menu th {
	font-weight: bold;
}

.tb_menu td {
	width: 25%;
}

.tb_menu th.bg_green,
.tb_menu td.bg_green {
	background: #e5ffe5;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	当院の主な使用技法
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

.dl_shiyou dt {
	padding: 0 5px;
	font-weight: bold;
	line-height: normal;
	border-bottom: solid 2px #3cb63c;
}

.dl_shiyou dd {
	line-height: normal;
	margin: 5px 5px 20px;
}






/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	アクセス
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

.tb_access {
	width: 100%;
	border-collapse: collapse;
}

.tb_access th,
.tb_access td {
	padding: 5px 15px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.tb_access th {
	width: 120px;
	font-weight: bold;
	padding-left: 25px;
	background: url(../images/base/icon_table.gif) no-repeat left;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	信念
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

.shinnen_box {
	background: #ccc;
	border: solid 5px #ccc;
}






/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	よくある質問
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

dl.dl_faq dt {
	margin-bottom: 5px;
	padding: 3px 10px;
	background: #58d658;
	font-weight: bold;
}

dl.dl_faq dt span{
	font-family: 'Quando', serif;
	margin-right: 20px;
	padding: 0 15px;
	background: #fff;
	border-top: solid 1px #2ca42c;
	border-left: solid 1px #2ca42c;
	border-right: solid 1px #58d658;
	border-bottom: solid 1px #58d658;
}

dl.dl_faq dd {
	margin-left: 20px;
	margin-bottom: 30px;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	総合健康法のリスト
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

.ol_sougou {
	margin-left: 30px;
}

.ol_sougou li {
	margin-bottom: 15px;
	color: #30b930;
	font-size: 14px;
	font-weight: bold;
}



/* トップ追加 */
.iten_info {
  border: 3px dashed #0f510f;
  overflow: hidden;
  padding: 20px;
}
.iten_info h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #c00;

}
.iten_info h4 {
  font-size:20px;
  margin-top:30px;
  color:#0f510f;
  }
.schedule {
  width: 100%;
  text-align: center;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.schedule th {
  background: #0f510f none repeat scroll 0 0;
  width: 97px;
  color: #fff;
}
.schedule td {
  border: 1px solid #ebebeb;
}
.access_tb th {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
.access_tb {
  width: 100%;
}
.access_tb td {
  border-bottom: 1px dotted #e5ffe5;
  padding: 0 10px;
}

/* end */
