@charset "utf-8";
/* CSS Document */

/* ページ共通 */

.baseeria {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.mu-10 {
	margin-bottom: 10px;
}

.red {
	color: #F00;
}

.green {
	color: #8FC930;
}

.pink {
	color: #F69;
}

h3.subtit {
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FFA05B)) #cbcccf;
	border: 1px solid #FFA05B;
	margin-bottom: 10px;
	line-height: 1.9em;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 10px;
}

h3.comtit {
	border-left-width: 6px;
	border-left-style: double;
	border-left-color: #EB6100;
	padding-left: 5px;
	color: #EB6100;
	margin-left: 8px;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.maternity {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #F69;
	line-height: 1.5em;
	color: #666;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
/* 院内紹介 */

.inimg {
	margin-right: auto;
	margin-left: auto;
	width: 200px;
}

.innaibg {
	background-color: #ebebeb;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	padding-top: 8px;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-right: 2px;
}

.innaibg img {
	height: 68px;
	width: 100px;
	float: left;
	margin-right: 10px;
}

.innaibg p a {
	color: #f3be00;
}

.innaibg p strong {
	color: #bfc32b;
}

.timebg {
	background-color: #ebebeb;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	padding-top: 8px;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-right: 4px;
}

.timebg p {
	margin-right: 8px;
	margin-left: 4px;
}

.timebg table {
	background-color: #E3FFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	font-size: 0.8em;
}

.timebg table th {
	width: 20%;
	text-align: center;
	background-color: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-weight: normal;
}

.timebg table td {
	width: 10%;
	text-align: center;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
}

.sat {
	color: #06F;
}

.sun {
	color: #C00;
}

.acbg {
	background-color: #fff6da;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	padding-top: 8px;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-right: 4px;
	border: 1px solid #ee6b0f;
}

.acbg:after {
	content: ".";
  	display: block;
	height: 0;
 	clear: both;
 	visibility: hidden;
}

.acbg img {
	height: 68px;
	width: 90px;
	float:left;
	margin-right: 10px;
}

.yajirushi {
	background-image: url(../about/images/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 13px;
	width: 26px;
	margin-right: auto;
	margin-left: auto;
}

.list6 dl.acordion{
	margin-left:5px;
	margin-right:5px;
	margin-top: 10px;
}
.list6 dt.trigger {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3BE00), to(#ffd955));
	border-radius: 10px;
	text-align:left;
	border: 1px solid #F3BE00;
	color: #FFF;
	margin-bottom:0;
	padding:10px;
	font-weight: bold;
}
.list6 dt.active{
	border-radius: 10px 10px 0 0;
}
.list6 dt.trigger strong {
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	margin-left: 20px;
}
.list6 dt.trigger span.open-close {
	background:url(../images/point_plus.png) no-repeat right top;
	float:right;
	width:20px;
	height:20px;
	text-indent: -9999em;
}
.list6 dt.active span.open-close {
	background:url(../images/point_none.png) no-repeat right top;
	float:right;
	width:20px;
	height:20px;
}	
.list6 dd.acordion_tree{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#F0F0F0));
	border: 1px solid #CCC;
	border-top:none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
}

.list6 dd.acordion_tree p{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDFDF;
	padding-bottom: 8px;
	padding-top: 8px;
}
.list6 dd.acordion_tree a{
	color: #666;
	display: block;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-image: url(../images/list_mark1.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	line-height: 22px
}

.list6 dd.acordion_tree a.pc {
	background-image: url(../images/list_mark2.png);
}

/* 初めての方 */
.firstbg {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-right: 4px;
}

.firstbg ul {
	padding-left: 15px;
}

/* 施術の流れ */
.flow {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}

.flow dt {
	background: ;
	text-align:left;
	color: #EB6100;
	margin-bottom:0;
	font-weight: bold;
	background-color: #e9e9e9;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EB6100;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
}

.flow dt strong {
	color: #FFFFFF;
	background-color: #f3be00;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 4px;
	padding-left: 4px;
}

.flow dd {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.flow dd:after {
	content: ".";
  	display: block;
	height: 0;
 	clear: both;
 	visibility: hidden;
}

.flow dd img {
	float:left;
	height: 75px;
	width: 100px;
	margin-right: 5px;
}
/* 料金 */
.pricebg {
	background-color: #ebebeb;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 4px;
}

.pricebg p {
	font-size: 0.9em;
	margin-bottom: 5px;
}
.shojo {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 5px;
}

p.o2 img {
	float: left;
}

p.o2 #img-hydrogen {
	padding: 0 15px 0 0;
}

.bed {
	margin-bottom: 10px;
}

.bed:after {
	content: ".";
  	display: block;
	height: 0;
 	clear: both;
 	visibility: hidden;
}

.bed img {
	float: right;
	width: 150px;
	margin-left: 5px;
}
/* よくある質問 */
.qu {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EB6100;
	margin-bottom: 0px !important;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB6100;
}

.qu p {
	color: #EB6100;
	font-weight: bold;
}

.an {
	background-color: #fbfbea;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #f3be00;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 7px;
}

.an p a {
	color: #f3be00;

}
/* マタニティカイロ */
.pinkeria {
	background-color: #facbce;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
/* メルマガ登録 */
.font-red {
	color:#FF0000;
}
