<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.ul #qualification{
list-style: none;
}

.ul #center{
list-style: none;
}

h2.titleA {
	margin: 0 0 0.8em;
	padding:1.5em 0.5em;
	font-size: 140%;
	font-weight:bold;
	color:#900;
	letter-spacing: 0.1em;
	border-top:1px dotted #600;
	border-bottom:1px dotted #600;
	text-align:left;
}

h2.titleB {
	margin: 0 0 0.8em;
	padding:1.5em 0.5em;
	font-size: 140%;
	font-weight:bold;
	color:#333;
	letter-spacing: 0.1em;
	border-top:1px dotted #600;
	border-bottom:1px dotted #600;
	text-align:left;
        line-height:1.7em;
}


h3.titleA {
	margin: 0 0 0.5em;
	padding: 6px 8px 5px;
	background: #f9f9f9 url(/images/heading_back1.gif) repeat-x;
	border: 1px #c0c0c0 solid;
	font-size: 130%;
	font-weight:bold;
	line-height: 100%;
}
h3.titleB {
	margin: 0 0 0.5em;
	padding: 6px 8px 5px;
	background: #f9f9f9 url(/images/heading_back1.gif) repeat-x;
	border: 1px #c0c0c0 solid;
	font-size: 130%;
	font-weight:bold;
}
h4.titleA {
	margin: 0 0 0.5em;
	font-size: 125%;
	font-weight:bold;
	color:#94845A;
}
h5.titleA {
	margin: 0 0 0.5em;
	padding: 1px 8px 0;
	border: 1px #c0c0c0 solid;
	font-weight:bold;
}
img .middle {
    vertical-align: middle;
}
.moji {
    vertical-align: 6px;
}    
ul.txtList li {
	padding: 0 0 1px 12px;
	background: url(/images/icon_txtlist_01.gif) no-repeat 3px 0.5em;
}

ul.commentList li{
	padding-left:1em;
	text-indent:-1em;
}

ol.decimalList{
	margin-left:1.6em;
}
ol.decimalList li{
	list-style-type:decimal;
}

ul.linkList01 li {
	padding:0 0 5px 14px;
	background: url(/images/icon_linklist_01.gif) no-repeat 1px 0.35em;
}
ul.linkList02 li {
	padding:0 0 5px 14px;
	background: url(/images/icon_linklist_02.gif) no-repeat 0 0.35em;
}
ul.linkList03 li {
	padding:0 0 5px 14px;
	background: url(/images/icon_linklist_03.gif) no-repeat 0 0.35em;
}
ul.linkList04 li {
	padding:0 0 5px 14px;
	background: url(/images/icon_linklist_04.gif) no-repeat 0 0.35em;
}
ul.linkList05:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
ul.linkList05 {
    display: inline-block;
}

ul.linkList06 li {
	padding:0 0 5px 14px;
	list-style-type:disc;
	margin:0px 20px;	
}
* html ul.linkList05 {
}
ul.linkList05 {
    display: block;
}
ul.linkList05 li {
	padding:0 13px 5px 14px;
	float:left;
	background: url(/images/icon_linklist_05.gif) no-repeat 0 0.35em;
}


dl.news {
}
dl.news:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
dl.news {
    display: inline-block;
}
* html dl.news {
}
dl.news {
    display: block;
}
dl.news dt {
	float:left;
	font-weight:bold;
	color:#555555;
}
dl.news dd {
	padding:0 0 4px 6.5em;
}
dl.news dt.strong {
	color:red;
}
dl.news dd.strong {
	font-weight:bold;
}
dl.news dd.link01 {
	background: url(/images/icon_linklist_01.gif) no-repeat 5.5em 0.35em;
}
dl.news dd.link02 {
	background: url(/images/icon_linklist_02.gif) no-repeat 5.5em.35em;
}





/*カラムレイアウト*/
.columnSec{
}
.columnSec:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.columnSec {
    display: inline-block;
}
* html .columnSec {
}
.columnSec {
    display: block;
}

.columnImgLeft{
	margin: 0 20px 10px 0;
	float: left;
	text-align:center;
}
.columnImgRight{
	margin: 0 0 10px 20px;
	float: right;
	text-align:center;
}

.column2ALeft{
	float:left;
	text-align:center;
}
.column2ARight{
	float:right;
	width:320px;
}

.column2BLeft{
	float:left;
	width:320px;
}
.column2BRight{
	float:right;
	text-align:center;
}
.column2ALeft p,
.column2BRight p{
	text-align:center;
}





/* テーブル */
table.tableA{
	margin-bottom:15px;
	width:100%;
	border-collapse:collapse;
	border:1px solid #999;
}
table.tableA th{
	text-align:center;
	background:#f6efdf;
}
table.tableA th,
table.tableA td{
	padding:10px;
	border:1px solid #999;
}
　

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #cc3300;
	color: #cc3300;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #27acd9;
}












ul.homoeopathList {
	margin:0 0 15px;
	padding:0;
	line-height:1.5;
}
ul.homoeopathList:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
ul.homoeopathList {
    display: inline-block;
}
* html ul.homoeopathList {
}
ul.homoeopathList {
    display: block;
}
ul.homoeopathList li{
	padding:0 0 0 14px;
	background: url(/images/icon_linklist_01.gif) no-repeat 1px 0.35em;
	float:left;
	width:9em;
}





/*homoeopathDetailMain*/
#homoeopathDetailMain{
}
#homoeopathDetailMain:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#homoeopathDetailMain {
    display: inline-block;
}
* html #homoeopathDetailMain {
}
#homoeopathDetailMain {
    display: block;
}
#homoeopathDetailMain p{
	margin:0 0 15px;
}
#homoeopathDetailMain h2{
	color:#039;
}
#homoeopathDetailMain h3{
	margin: 0 0 0.3em;
	padding: 6px 8px 5px;
	background: #f9f9f9 url(/images/heading_back1.gif) repeat-x;
	border: 1px #c0c0c0 solid;
	font-size: 130%;
	font-weight:bold;
	line-height: 100%;
}
#homoeopathDetailMain h3 span{
	font-size:85%;
	font-weight:normal;
	color:#333;
}
#homoeopathDetailMain .pic {
	margin:0 0 10px 10px;
	float:right;
}
#homoeopathDetailMain .pic02 {
	margin:0 0 10px 10px;
	float:right;
}

#homoeopathDetailMain ul{
	margin-bottom:20px;
}
#homoeopathDetailMain ul#qualification li{
	margin:0 0 5px;
	font-weight:bold;
}
#homoeopathDetailMain ul#qualification li img{
	margin:0 3px 0 0;
	vertical-align:middle;
}
#homoeopathDetailMain ul#title li{
	margin-left:18px;
	list-style-type:square;
}
#homoeopathDetailMain ul#center li{
	padding:0 0 5px 14px;
	background: url(/images/icon_linklist_01.gif) no-repeat 1px 0.35em;
}
#homoeopathDetailMain ul#center img,
#homoeopathDetailMain ul#hp img{
	margin-right:3px;
}

#homoeopathDetailMain table.chronology{
	margin-bottom:15px;
	font-size:13px;
}
#homoeopathDetailMain table.chronology th{
	padding:10px;
	font-weight:normal;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	white-space:nowrap;
	text-align:left;
}
#homoeopathDetailMain table.chronology td{
	padding:10px;
	border-bottom:1px solid #999;
}
#homoeopathDetailMain table.chronology th.noBorder,
#homoeopathDetailMain table.chronology td.noBorder{
	border-bottom:none;
}

/* 20150531 center css */
.centerBox th.title_01{
	background-color:#006200;
	color:#fff;
	text-align:center;
}
.centerBox th.title_02{
	background-color:#66624D;
	color:#fff;
	text-align:center;
}
.centerBox th.title_03{
	background-color:#9BCF9B;
	color:#fff;
	text-align:center;
}
.centerBox th.title_03 a{
	color:#fff;
	text-decoration: none;
}
.centerBox th.title_04{
	background-color:#fffacd;
	font-weight: bold;
	color:#111;
	text-align:center;
}
.centerBox td.title_04{
	background-color:#f5f5f5;
	text-align:center;
}
.centerBox td.title_05{
	background-color:mistyrose;
	text-align:center;
}
.centerBox td.title_06{
	background-color:beige;
	text-align:center;
}

#centerMain h2#centertitle{
	margin-bottom:0;
	border-left:10px solid #069;
	border-bottom:1px solid #999;
	padding:3px 0 3px 8px;
	font-size:115%;
	color:#006699;
}
#centerMain div.emphasis{
	width:510px;
	padding: 10px;
	background: #f0e7ce url(/images/emphasis_back4.gif) repeat-x top left;
	border: 1px #c0c0c0 solid;
	line-height: 150%;
	text-align:center;
}


#centerMain div.centerBox table{
	border-collapse:collapse;
}
#centerMain div.centerBox table th{
	border:1px solid #999;
	padding: 5px 10px;
	font-weight:normal;
}
#centerMain div.centerBox table th.a{
	background:#ffe9e9;
}
#centerMain div.centerBox table td{
	border:1px solid #999;
	padding:10px;
}
#centerMain ul#icoDescription li{
	margin-bottom:5px;
}
ul.centerList001 li {
	padding:0 0 5px 14px;
	background: url(/images/icon_linklist_01.gif) no-repeat 1px 0.35em;
	font-weight:bold;
}
ul.centerList001 li a{
	color:blue;
	text-decoration:none;
}
ul.centerList001 li a:hover{
	color:#C07100;
	text-decoration:underline;
}

/*button*/
.btn2 {
 padding: 10px 30px;
 background: #223a70;
 color: #ffffff;
}
 
 
.btn2:hover {
 opacity: 0.7;
}

.btn3 {
 padding: 10px 30px;
 background: #769164;
 color: #ffffff;
}
 
 
.btn2:hover {
 opacity: 0.9;
}</pre></body></html>