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

#MainBOX h4 { text-align: center; font-size: 16pt; font-weight:normal;margin-top:0;}

div.dialysis { width:88%; margin: 20px auto;
    border: 2px dashed #8d1e47;
    border-radius: 12px;
    padding: 30px;
    text-align:center;
}
div.dialysis h4 { background-color:lightgrey; margin-bottom:10px;}

div.menuimage img { display:inline-block; text-align:center; margin:10px 0; border: 1px solid #8d1e47;}

#MainBOX ul { margin:10px 0; list-style-type: none; text-align:left;}
#MainBOX li { padding-left: 1em; position: relative;  margin-bottom: 10px; font-size: 12pt;}
#MainBOX li:before { display: block; content: "◎"; width: 1em; height: 1em; position: absolute; left: 0; top: 0;}

#MainBOX table { border:1px solid gray; width:100%; margin-top:20px;}
#MainBOX th { border-right:1px solid gray; border-bottom:1px solid gray; font-weight:normal; background-color:lightgrey;}
#MainBOX td { vertical-align:middle; border-right:1px solid gray; padding:1em; width:50%;}
/*---中点
#MainBOX td&gt;span { display: block; background: url("./dialysis/dasshed.jpg") repeat-x; clear:both; overflow:hidden;}
--------------------------*/
#MainBOX td&gt;span { display: block; border-bottom: 1px dashed lightgrey; clear:both; overflow:hidden;}
#MainBOX td&gt;span&gt;p { background-color:white; float:left;}
#MainBOX td&gt;span&gt;b { background-color:white; float:right; font-weight:normal;}

#MainBOX td&gt;div { text-align:center; width:100%;}
#MainBOX td&gt;div&gt;img { width:230px;}
#MainBOX td&gt;div&gt;p { width:100%; text-align:center;}

.tsukuri td { text-align: left;}
.tsukuri p:first-letter {letter-spacing:8px;}
.tsukuri b { font-weight:normal; line-height:2em; margin-left:0em; color: #0000FF;}
</pre></body></html>