<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h4.title.multi {
	height: inherit;
	line-height: normal;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.list_header {
	background-color: #dfe9ea;
	height: 26px;
	padding: 4px 10px;
	margin-top: 10px;
}

div.label {
	line-height: 22px;
	color: #333333;
	font-size: 90%;
}

div.list_header div.count {
	position: relative;
	top: -20px;
	text-align: right;
	font-size: 85%;
}

.topButton {
	display: inline-block;
	text-align: center;
	width: 157px;
	margin: 0;
}
.topButton .btn_base {
	width: 144px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
	background: #00a5bb;
	background-image: url(../../images/arrow_right_white.png);
	background-repeat: no-repeat;
	background-size: 8px 12px;
	background-position: 130px 50%;
	border-radius: 3px;
	padding: 0;
	margin: 0 auto;
}
.topButton p {
	font-size: 90%;
	color: #1e575f;
	text-decoration: none;
	margin-top: 3px;
}

div#list_view {
	padding-bottom: 1px;
	background-color: #ffffff;
}

div#list_view .list_item {

}
div#list_view .list_item .categorySet {
	-webkit-box-shadow: inset 0 -1px 0 #cccccc;
	-moz-box-shadow: inset 0 -1px 0 #cccccc;
	box-shadow: inset 0 -1px 0 #cccccc;
}

div#list_view .list_item .Category {
	width: 320px;
	padding: 8px 4px;
	padding-right: 24px;
	background-image: url(../../images/btn_detail.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 300px 50%;
}
div#list_view .list_item .Category.child {
	margin-left: 15px;
	width: 305px;
	-webkit-box-shadow: inset 0 1px 0 #cccccc;
	-moz-box-shadow: inset 0 1px 0 #cccccc;
	box-shadow: inset 0 1px 0 #cccccc;
	background-position: 285px 50%;
}
div#list_view .list_item .Category.noLink {
	background-image: none;
}
div#list_view .list_item .Category.clinic {
	padding: 4px 4px;
	line-height: 1.3;
}
div#list_view .list_item .categorySet a {
	text-decoration: none;
	color: #00a5bb;
}
div#list_view .list_item .Category span {
	color: #666666;
	font-size: 90%;
}


div#list_view .list_item .item {
	width: 320px;
	height: 90px;
	padding: 8px;
	padding-left: 74px;
	-webkit-box-shadow: inset 0 -0.5px 1px #cccccc;
	-moz-box-shadow: inset 0 -0.5px 1px #cccccc;
	box-shadow: inset 0 -0.5px 1px #cccccc;
	background-color: #ffffff;
}




/* è¡¨çµ„ã®ã‚¹ã‚¿ã‚¤ãƒ« */
/* divç‰ˆ */
.dpcTable_table {
	width: 100%;
	display: table;
	font-size: 90%;
	color: #666666;
	box-sizing: border-box;
}
.dpcTable_tr {
	display: table-row;
	background-color: #ffffff;
}
.dpcTable_tr:first-child {
	background-color: #a7d8de;
}
.dpcTable_th,
.dpcTable_td {
	display: table-cell;
	padding: 2px;
}
.dpcTable_th {
	border-left: 1px solid #ffffff;
/*
	border-top: 1px solid #cccccc;
	font-weight: bold;
	padding: 0 0.5em;
*/
}
.dpcTable_td {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.dpcTable_th:first-child,
.dpcTable_td:first-child {
	border-left: none;
}
.dpcTable_td.number {
	text-align: right;
}


/* tableç‰ˆ */
table.dpcTable {
	width: 100%;
	font-size: 85%;
	color: #666666;
	box-sizing: border-box;
}
table.dpcTable tr {
	background-color: #ffffff;
}
table.dpcTable th,
table.dpcTable td {
	padding: 2px;
}
table.dpcTable th {
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-color: #a7d8de;
	text-align: center;
	vertical-align: middle;
}
table.dpcTable td {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	vertical-align: middle;
	line-height: 1.4;
}
table.dpcTable td.number {
	text-align: right;
}
table.dpcTable th:first-child,
table.dpcTable td:first-child {
	border-left: none;
	max-width: 32px;
}
table.dpcTable select {
	font-size: 85%;
}
table.dpcTable a {
	text-decoration: none;
	color: #00a5bb;
}


/* TOPã®ã‚¿ãƒ– */
nav {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 5px solid #00a5bb;
	margin-top: 10px;
}
nav p {
	border-radius: 4px 4px 0 0;
	display: inline-block;
	line-height: 32px;
	text-align: center;
	background-color: #e8e8e8;
	color: #333333;
	padding: 0 16px;
	margin: 0 4px;
}
nav p.selected {
	background-color: #00a5bb;
	color: #ffffff;
}

/*
nav a:nth-child(1) {
	border-top: 6px solid tomato;
}
nav a:nth-child(2) {
	border-top: 6px solid gold;
}
*/


/* èª­ã¿è¾¼ã¿ãƒœã‚¿ãƒ³ */
div.moreload {
	position: relative;
	background-color: #dfe9ea;
	padding-bottom: 5px;
}
div.moreload div.btn_more {
	width: 290px;
	height: 65px;
	background-color: #dfe9ea;
	background-image: url(../../images/review_admin/btn_more_bg.png);
	background-size: 290px 65px;
	margin: 0px auto;
	margin-top: 15px;
}
div.moreload div.btn_more p {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	padding-top: 34px;
}


/* ç—…é™¢ç”»é¢ */
div.title_wrapper {
	margin: 10px 0 0 0;
	padding: 0 60px 0 15px;
	display: block;
	position: relative;
}
div.title_wrapper p.sub_title {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #1e575f;
}
div#main h1 {
/*	padding: 3px;*/
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #1e575f;
}

div.title_wrapper div.button {
	background-color: #00a5bb;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 260px;
	width: 55px;
	height: 34px;
	font-size: 10px;
	text-align: center;
	line-height: 10px;
	padding-top: 8px;
	overflow: hidden;
	border-radius: 3px;
}


/* æ²»ç™‚å®Ÿç¸¾ç”»é¢ã®ãƒ¢ãƒ¼ãƒ€ãƒ« */
div#dialog_container {
	position: absolute;
	width: 320px;
	height: 100%;
	z-index: 100;
	opacity: 0;
	display: none;
}
div#dialog_container div.background {
	position: absolute;
	top: 0px;
	width: 320px;
	height: 150%;
	background-color: rgba(0, 0, 0, 0.3);
}
div#dialog_container div.dialog_aboutDPC {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 299px;
	height: 245px;
	margin-top: -123px; /* - ( height / 2 ) px */
	margin-left: -150px;
	background-image: url(../../images/dpc/dialog_aboutdpc.png);
	background-size: 299px 245px;
	background-repeat: no-repeat;
	display: none;
}
div#dialog_container div.btn_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 70px;
	height: 44px;
	z-index: 100;
}
div#dialog_container div.title {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #1E575F;
	pointer-events: none;
}
div#dialog_container div.body {
	position: absolute;
	top: 55px;
	padding: 0 20px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #1E575F;
}

div.aboutDPC {
	background-color: #00a5bb;
	color: #ffffff;
	position: absolute;
	top: 4px;
	left: 230px;
	width: 85px;
	height: 21px;
	font-size: 10px;
	text-align: center;
	line-height: 8px;
	padding-top: 8px;
	overflow: hidden;
	border-radius: 3px;
}


/* æ²»ç™‚å®Ÿç¸¾ç”»é¢ã®ãƒšãƒ¼ã‚¸ãƒ³ã‚°ãƒŠãƒ“ */
div#ope_view div.navigation {
	position:relative;
	width:320px;
	height:35px;
	background-color:#a7d8de;
	z-index:2;
}
div#ope_view div.navigation div.ope_count {
	font-size: 10px;
	font-size: 1.0rem;
	line-height:12px;
	color:#fff;
	padding-top:4px;
	padding-left:14px;
}
div#ope_view div.navigation div.btn_prev {
	position:absolute;
	top:8px;
	left:89px;
	width:80px;
	height:20px;
	background-image:url("../../images/dpc/ope_prev.png");
	background-size:80px 20px;
	background-repeat:no-repeat;
}
div#ope_view div.navigation div.btn_prev_none {
	position:absolute;
	top:8px;
	left:89px;
	width:80px;
	height:20px;
	background-image:url("../../images/dpc/ope_prev_none.png");
	background-size:80px 20px;
	background-repeat:no-repeat;
}
div#ope_view div.navigation div.btn_next {
	position:absolute;
	top:8px;
	left:170px;
	width:80px;
	height:20px;
	background-image:url("../../images/dpc/ope_next.png");
	background-size:80px 20px;
	background-repeat:no-repeat;
}
div#ope_view div.navigation div.btn_next_none {
	position:absolute;
	top:8px;
	left:170px;
	width:80px;
	height:20px;
	background-image:url("../../images/dpc/ope_next_none.png");
	background-size:80px 20px;
	background-repeat:no-repeat;
}


/* ãƒ‘ãƒ³ããšãƒªã‚¹ãƒˆ */
breadcrumbs#breadcrumbs {
	margin: 0;
	padding: 0;
	display: block;
	background-color: #e5f9fb;
}
breadcrumbs#breadcrumbs ol {
	padding: 2px 4px;
	line-height: 1;
}
breadcrumbs#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}
breadcrumbs#breadcrumbs ol li:first-child:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../../images/dpc/breadcrumd_dpc.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

breadcrumbs#breadcrumbs ol li:before {
	content: "â‰«";
	margin: 0 1px;
	color: #cccccc;
}

breadcrumbs#breadcrumbs ol li a {
	text-decoration: none;
	color: #2c3f4c;
}
</pre></body></html>