﻿@charset "UTF-8";

/* ----------------------------------------------------------------------
	トップページ
---------------------------------------------------------------------- */

.top-clm3 {
	padding: 0 0 40px 10px;
	margin-right: -20px;
}

.top-clm3 li {
	float: left;
	margin-right: 30px;
	display: inline;
}

#rss-news dl dt {
	color: #00A7B2;
	font-size: 86%;
	line-height: 1;
	font-weight: bold;
}

#rss-news dl dd {
	margin-bottom: 20px;
}

/* ----------------------------------------------------------------------
	施設別ページ
---------------------------------------------------------------------- */

/* ////////////// 
  施設について
////////////// */

#about .prop {
	margin-bottom: 20px;
}

#about .prop .image {
	float: left;
}

#about .prop .text {
	float: right;
	width: 435px;
	padding-top: 35px;
}

#about .prop .text h3 {
	margin-bottom: 10px;
}

#about .prop2 {
	line-height: 1.4;
	padding-top:20px;
}

#about table tr th,
#about table tr td {
	border: 1px solid #E8E8E8;
	padding: 10px 15px;
}

#about table tr th {
	background: #E8E8E8;
	width: 90px;
	text-align: center;
	color: #1F6278;
	letter-spacing: 2px;
}

#about table tr td {
	font-size: 93%;
}

/* ////////////// 
  料金案内
////////////// */

#price .prop  {
	line-height: 1.4;
	padding-bottom: 20px;
}

#price table tr th,
#price table tr td {
	text-align: center;
	border: 1px solid #E8E8E8;
	padding: 10px 0;
	vertical-align: middle;
}

#price table tr th {
	background: #ECF6FA;
}

.point span {
	font-size: 115%;
	font-weight: bold;
	background: #FFBF00;
	padding: 5px 10px;
	margin-right: 10px;
}

/* ////////////// 
  施設紹介
////////////// */

#facilities .prop {
	margin-bottom: 30px;
}

#facilities .prop .text {
	float: left;
	width: 265px;
}

#facilities .prop .text h3 {
	margin-bottom: 15px;
}

#facilities .prop .image {
	float: right;
}

/* ////////////// 
  協力医療機関
////////////// */

#cooperate dl {
	margin-bottom: 30px;
}

#cooperate dl dt {
	float: left;
	width: 160px;
}

#cooperate dl dd {
	float: left;
}

/* ////////////// 
  お問合せ　開発準備室
////////////// */

#preparation dl {
	line-height: 1.4;
	padding-top: 5px;
}

#preparation dl dt {
	float: left;
	width: 120px;
}

#preparation dl dd {
	float: left;
	color: #D7513B;
	font-size: 165%;
	font-weight: bold;
}

/* ----------------------------------------------------------------------
	会社概要
---------------------------------------------------------------------- */

#company table {
	border-top: 2px solid #E8E8E8;
}

#company table th,
#company table td {
	border-bottom: 2px solid #E8E8E8;
	padding: 15px 20px;
}

#company table th {
	color: #265d72;
	font-weight: bold;
	width: 100px;
}

#company table dl dt {
	font-weight: bold;
}

#company table dl dd {
	line-height: 1.6;
}

#company #concept {
	text-align: center;
}

#company #concept h4 {
	margin-bottom: 30px;
}

#company #concept section section {
	padding-bottom: 55px;
}

.cam-img {
	position: relative;
}

.cam-img .image {
	position: absolute;
	top: 0;
	right: -50px;
}

/* ----------------------------------------------------------------------
	qa
---------------------------------------------------------------------- */

.qa-menu ul {
	border-left: 1px solid #97B1BA;
	margin-bottom: 10px;
}

.qa-menu ul li {
	border-right: 1px solid #97B1BA;
	float: left;
	padding: 0 25px;
	line-height: 2;
}

.qa-menu ul li a {
	text-decoration: none;
}

/* ////////////// 
  accordion
////////////// */

.accordion {
	line-height: 1.6;
	padding-bottom: 5px;
}

.accordion dt {
    padding: 10px 0;
    cursor: pointer;
    background: url(../qa/img/ic_acd_t.png) 570px center no-repeat #ECF6FA;
	color: #265d72;
	font-size: 108%;
}

.accordion dt span {
	background: url(../qa/img/ic_q.png) 15px 6px no-repeat;
	padding: 0 40px;
	display: block;
}

.accordion dd { 
    display: none;
	padding: 15px 0;
	}

.accordion dd span {
	background: url(../qa/img/ic_a.png) 15px 5px no-repeat;
	padding: 0 20px 0 40px;
	display: block;
}

.accordion .open {
    background: url(../qa/img/ic_acd_b.png) 570px center no-repeat #ECF6FA !IMPORTANT;
}

/* ----------------------------------------------------------------------
	contact
---------------------------------------------------------------------- */

#contact .inner {
	border-top: 3px solid #00A8B2;
}

#contact .inner h3 {
	padding-top: 40px;
	margin-bottom: 40px;
}

#contact table {
	width: 600px;
	margin-bottom: 35px;
	border-top: 2px solid #E8E8E8;
	line-height: 1.5;
}

#contact table th ,
#contact table td {
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #E8E8E8;
	padding: 15px 0 15px 10px;
}

#contact table th {
	width: 160px;
	color: #1F6078;
	font-weight: bold;
}

#contact table td p {
    color: #00A8B3;
	font-size: 93%;
	padding-top: 5px;
}

#contact table td input {
	padding: 5px;
	margin: 0;
	font-size: 14px;
	border: 1px solid #CCC;
}

#contact table td.checkbox p {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 5px;
}

#contact table td.name input { width: 100px; }
#contact table td.kana input { width: 100px; }
#contact table td.mail input { width: 200px; }
#contact table td.age input { width: 100px; }
#contact table td.other input { width: 300px; }

#contact table td textarea {
	width: 370px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #CCC;
}

#contact table td.ken select {
	font-size: 14px;
}

#contact .form-btn {
	text-align: center;
	padding-bottom: 35px;
}

#contact .form-btn img {
	margin: 0 auto;
}

#contact .back {
	float: left;
	width: 260px;
	padding-left: 30px;
}

#contact .next {
	float: right;
	width: 290px;
}

#contact .form-btn input:hover,
#contact .back input:hover,
#contact .next input:hover {
	opacity: 0.8;
}

#contact .cn-bn {
	padding-bottom: 0;
}

/* ----------------------------------------------------------------------
	pp
---------------------------------------------------------------------- */

#pp {
	border-top: 2px solid #E8E8E8;
	padding: 10px 0;
}

#pp dt {
	padding-top: 30px;
	color: #265d72;
	font-weight: bold;
}

#pp dd {
	padding-top: 20px;
}