@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, address, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	list-style: none;
	font-style: normal;
	background-image: url(url);
}
body {
	color: #2b2b2b;
	font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 14px;
	line-height: 1.8;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
.clear {
	clear: both;
}
.clearfix:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
img {
	border: none;
	vertical-align: top;
}
a:hover img {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
a:link, a:visited, a:active {
	color: #7E1875;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
a:hover {
	color: #D027C1;
	text-decoration: none;
}
.pad-bot10 {
	padding-bottom: 10px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot50 {
	padding-bottom: 50px;
}
.margin-bot0 {
	margin-bottom: 0px;
}
.margin-bot5 {
	margin-bottom: 10px;
}
.margin-bot10 {
	margin-bottom: 10px;
}
.margin-top-10 {
	margin-top: -10px;
}
.margin-bot20 {
	margin-bottom: 20px;
}
.margin-bot24 {
	margin-bottom: 24px;
}
.margin-bot30 {
	margin-bottom: 30px;
}
.margin-bot50 {
	margin-bottom: 50px;
}
/*************
全体
*************/
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}
#wrapper:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
/*************
/* ヘッダー
*************/
header {
	padding-top: 8px;
	background-image: url(../images/head_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#title {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin-bottom: 16px;
}
#title p ,#title h1{
	width: 960px;
	padding: 3px 0;
	margin: 0 auto;
	font-weight: normal;
}
#headerBox {
	width: 960px;
	margin: 0 auto;
	padding-top: 17px;
}
#headerBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#headerLogo {
	float: left;
	width: 350px;
	margin-bottom: 20px;
}
#headerRight {
	float: right;
	margin-top: 13px;
}
/*************
/* トップナビゲーション
*************/
#headerNavi {
	background-image: url(../images/navi_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	clear: both;
	padding-bottom: 40px;
}
#headerNavi ul {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-image: url(../images/navi_on.jpg);
	background-repeat: no-repeat;
}
#headerNavi ul li {
	float: left;
}
#headerNavi ul.noBg {
	background: none!important;
	float: none!important;
}
#headerNavi a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 137px;
	background-image: url(../images/navi_off.jpg);
	background-repeat: no-repeat;
}
.first{
	width: 138px!important;
}
#headerNavi a#home {
	background-position: 0 0;
}
#headerNavi a#intro {
	background-position: -138px 0;
}
#headerNavi a#therapy {
	background-position: -275px 0;
}
#headerNavi a#equipment {
	background-position: -412px 0;
}
#headerNavi a#accident {
	background-position: -549px 0;
}
#headerNavi a#inquiry {
	background-position: -686px 0;
}
#headerNavi a#link {
	background-position: -823px 0;
}
#headerNavi a:hover {
	background-image: url(../images/navi_on.jpg);
	background-repeat: no-repeat;
}
#headerNavi #home a:hover {
	background-repeat: no-repeat;
	background-position: 0 0;
}
#headerNavi #intro a:hover {
	background-repeat: no-repeat;
	background-position: -138px 0;
}
#headerNavi #therapy a:hover {
	background-repeat: no-repeat;
	background-position: -275px 0;
}
#headerNavi #equipment a:hover {
	background-repeat: no-repeat;
	background-position: -412px 0;
}
#headerNavi #accident a:hover {
	background-repeat: no-repeat;
	background-position: -549px 0;
}
#headerNavi #inquiry a:hover {
	background-repeat: no-repeat;
	background-position: -686px 0;
}
#headerNavi #link a:hover {
	background-repeat: no-repeat;
	background-position: -823px 0;
}
/*************
メイン
*************/
#mainImage {
	background-image: url(../images/sub_bg.jpg);
	text-align:center;
}
#contents {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
#contents:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
/*************
コンテンツ
*************/
main {
	width: 680px;
	float: right;
	margin-top: 40px;
}
#mainBox {
	border-radius: 10px;
	border: 3px solid #1D2087;
	margin-bottom: 30px;
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 30px;
	padding-left: 17px;
}
.txtBox {
	padding-bottom: 40px;
}
.txtBox:last-child {
	padding-bottom: 0px;
}
.txtBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.txtBox p {
	margin-bottom: 16px;
}
.txtBox p:last-child {
	margin-bottom: 0px;
}
.txtSubBox {
	padding-bottom: 24px;
}
.txtSubBox:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.txtSubBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.txtSubBox p {
	margin-bottom: 15px;
}
.txtSubBox p:last-child {
	margin-bottom: 0px;
}
/*************
サイド
*************/
#sideBar {
	float: left;
	width: 240px;
	margin-top: 40px;
}
#topicsBox {
	border-radius: 3px;
	border: 4px solid #50BD57;
	margin-bottom: 30px;
}
#cmsBox {
	padding-top: 10px;
	padding-bottom: 20px;
	max-height: 200px;
	overflow: auto;
	margin-bottom: 20px;
}
#cmsBox strong{
	color: #7E1977;
}
.date {
	font-size:12px;
}
p.infoText {
	border-bottom: 1px dotted #B3B3B3;
	padding-bottom: 2px;
}
p.infoText:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.sideBox h2 {
	color: #50BD57;
	font-size: 18px;
	background-image: url(../images/side_headline.jpg);
	background-repeat: no-repeat;
	height: 44px;
	line-height: 50px;
	padding-left: 27px;
	margin-bottom: 14px;
	overflow-y: hidden;
}
.sideBox {
	margin-bottom: 20px;
}
.sideBox:last-child {
	margin-bottom:0px;
}
#sideBar address {
	line-height: 1.5;
}
.hours {
	line-height: 1.5;
	margin-top: 5px;
}

/*************
/* フッター
*************/
footer {
	clear: both;
}
footer a:link, footer a:visiter {
 color:#FFFFFF;
}
footer a:hover {
	color: #D027C1;
	text-decoration: none;
}
#footerTop {
	background-image: url(../images/foot_bg1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F4F4F4;
}
#footerBox {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#footerBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#copy {
	text-align: right;
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #E4E4E4;
}
#copy p {
	width: 960px;
	text-align:right;
	margin:0 auto!important;
	line-height:1;
}
#footerNavi {
	padding-top: 16px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 4px;
}
#footerNavi:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#footerNavi ul li {
	background-image: url(../images/link.png);
	background-position: left 0.5em;
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-right: 40px;
	margin-bottom: 10px;
}
#footerNavi ul ul {
	margin-left: -8px;
}
#footerNavi ul li li {
	float: none;
	padding-left: 7px;
	background-image: url(../images/dot.gif);
	background-position: left 0.8em;
	background-repeat: no-repeat;
	line-height: 2;
	margin-right: 0;
	margin-left: 9px;
	margin-bottom: 0px;
}
#footerNavi ul ul ul{
	border: none;
}
#footerNavi ul li li li{
	float: none;
	padding-left: 1em;
	background-image: none;
	margin-left: 5px;
}
.fNaviColumn {
	float: left;
	width: auto;
}
#footerBtm {
	background-image: url(../images/foot_bg2.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footerAddress {
	width: 960px;
	margin:0 auto;
}
.fap {
	float: left;
	margin-right: 21px;
}
.fap:last-child {
	margin-right:0px;
}
#fLogo {
	margin-bottom: 9px;
	margin-top: -5px;
}
#fTel {
	margin-bottom: 15px;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	background-color: #D479CE;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
	border-radius: 2px;
	line-height: 1.3;
	border: 2px solid #D479CE;
}
.pagetop a:hover {
	background-color: #FFFFFF;
	color: #D479CE;
}
/*************
/* その他
*************/
.small {
	font-size: 12px;
	line-height: 1.5;
}
.headline1 {
	background-image: url(../images/headline1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 60px;
	height: 60px;
	padding-left: 40px;
	letter-spacing: 0.5em;
}
.headline2 {
	background-image: url(../images/headline2.gif);
	background-position: left 0.5em;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 20px;
	color: #7E1875;
	overflow: hidden;
	margin-bottom: 16px;
}
.headline3 {
	font-size: 18px;
	border-bottom: 1px solid #7E1875;
	color: #7E1875;
	margin-bottom:10px;
}
main h1 {
	margin-bottom: 30px;
}
.imgRight {
	margin-left: 16px;
	float: right;
}
.imgLeft {
	margin-right: 13px;
	float: left;
}
.large {
	font-size: 18px;
}
.midLarge {
	font-size: 16px;
}
#bnrList li {
	margin-right: 20px;
	float: left;
}
#bnrList li:nth-child(even) {
	margin-right: 0;
	margin-bottom: 20px;
}
#bnrList li:last-child {
	margin-bottom: 0px;
}
.green {
	color: #50BD57;
}
.red {
	color: #f7040a;
}
.purple {
	color: #7F1978;
}
.center {
	text-align:center!important;
}
.normalText {
	font-size: 14px;
	color: #2b2b2b;
}
.discList li{
	color: #50BD57;
	font-weight: bold;
	margin-left:10em;
}
.no-margin {
	margin-bottom:0!important
}
#qa dt{
	background-image: url(../images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	display: table;
	vertical-align: middle;
	height: 45px;
	padding-left: 50px;
	color: #74CC00;
	margin-bottom: 20px;
}
#qa dt p{
	display: table-cell;
	vertical-align: middle;
}
#qa dd{
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-left: 60px;
	margin-bottom:40px;
}
#qa dd:last-child{
	margin-bottom:0px;
}
#qa dd div {
	background-image: url(../images/qa_border.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 15px;
	padding-bottom: 10px;
}
