/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 29 2025 | 08:50:31 */
/*治療テーブル*/

body:not(.home).page .site-main .entry-content .chiryou {
    width: 100%;
    margin-bottom: 15px;
}

body:not(.home).page .site-main .entry-content .chiryou tr:first-child th {
    position: relative;
    background: #97e1ff;
}

body:not(.home).page .site-main .entry-content .chiryou tr:first-child th:before {
    background: #474747;
}

body:not(.home).page .site-main .entry-content .chiryou th {
	border: none;
    font-weight: normal;
	background: #beeafc;
    white-space: nowrap;
    text-align: center;
    position: relative;
}

body:not(.home).page .site-main .entry-content .chiryou td {
	border: none;
    font-weight: normal;
	border: none;
    position:relative;
    text-align:center;
}

body:not(.home).page .site-main .entry-content .chiryou td:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 0;
    background: #ddd;
}

body:not(.home).page .site-main .entry-content .chiryou th:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    background: #fff;
}

body:not(.home).page .site-main .entry-content .chiryou th:after {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
}


/*副作用テーブル*/

body:not(.home).page .site-main .entry-content .fukusayou {
    width: 100%;
    margin-bottom: 15px;
}

body:not(.home).page .site-main .entry-content .fukusayou tr:first-child th {
    position: relative;
    background: #97e1ff;
}

body:not(.home).page .site-main .entry-content .fukusayou tr:first-child th:before {
    background: #474747;
}

body:not(.home).page .site-main .entry-content .fukusayou th {
	border: none;
    font-weight: normal;
	background: #beeafc;
    white-space: nowrap;
    text-align: center;
    position: relative;
}

body:not(.home).page .site-main .entry-content .fukusayou td {
	border: none;
    font-weight: normal;
	border: none;
    position:relative;
    text-align:center;
}

body:not(.home).page .site-main .entry-content .fukusayou td:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 0;
    background: #ddd;
}

body:not(.home).page .site-main .entry-content .fukusayou th:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    background: #fff;
}

body:not(.home).page .site-main .entry-content .fukusayou th:after {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
}

body:not(.home).page .site-content .site-main ul li > ul.child-list {
	margin-top:.3em;
}

body:not(.home).page .site-content .site-main ul li > ul.child-list > li {
	padding-left:15px;
}

body:not(.home).page .site-content .site-main ul li > ul.child-list li:before {
	width:6px;
	height:6px;
	top:0.5em;
}