<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* è¦‹å‡ºã—(h2) */
/* :rootã®CSSå¤‰æ•°ã®å®£è¨€ */
:root {
	--m_xl: 3em;
	--m_l: 2em;
	--m_m: 1.5em;
	--m_s: 1em;
	--m_xs: 0.5em;
}

.b_ttl._2 {
	position: relative;
	margin-bottom: 20px;
	padding: 5px 0 0.2em 0.6em;
	border-left: 6px solid #3498db;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}
.b_ttl._2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

/* è¦‹å‡ºã—(h3) */
.b_ttl._3 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	font-size: 1.6rem;
	line-height: 1.5;
	border-bottom: 2px solid #545454;
}

/* è¦‹å‡ºã—(h3 - è‰²ä»˜ã) */
.b_ttl._color {
	position: relative;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.5;
}
.b_ttl._color:before {
	content: 'â–&nbsp;';
	display: inline-block;
	margin-right: 5px;
}
.b_ttl._color:after {
	content: '';
	position: absolute;
	top: 11px;
	left: 8px;
	display: inline-block;
	width: 2px;
	height: 15px;
	background: #fff;
}


/* å·®ã—è¾¼ã¿ç”»åƒ */
.inset_img._center {
	margin: 30px auto;
}
@media screen and (min-width: 786px) {
	.inset_img._center {
		width: 620px;
	}
}

/* æŠ—ãŒã‚“å‰¤ãƒœã‚¿ãƒ³ */
.b-koganzai-button {
	display: block;
	text-align: center;
}

/* ãƒ†ãƒ¼ãƒ–ãƒ« */
.wp-block-table.is-style-1 {
}
.wp-block-table.is-style-1 td:first-child {
	background: #f5f5f5;
}
.wp-block-table:not([class^='is-style-']) td:first-child {
	width: 80px;
	font-weight: bold;
}

.wp-block-table.is-style-topleft-table tr:nth-child(1) td, .is-style-left-table tr:nth-child(1) th ,
.wp-block-table.is-style-topleft-table tr td:nth-child(1), .is-style-left-table tr th:nth-child(1) {
    background: #f9f7e8;
    font-weight: bold;
}
/* Gutenberg */

/*  box size */
.wp-block-media-text__content &gt; *:nth-child(1) {
	margin-top: 0 !important;
}

/* margin tops  */
.wp-block-image {
	margin-top: var(--m_s);
}

/* paragraph  */
.is-style-link-paging-left {
	float: left;
}
.is-style-link-paging-left:before {
	content: '\f100';
	font-weight: bold;
	font-family: 'FontAwesome';
	color: #0e67a3;
	padding: 0 5px 0 0;
}
.is-style-link-paging-left a {
	text-decoration: underline;
}
.is-style-link-paging-right {
	float: right;
}
.is-style-link-paging-right:after {
	content: '\f101';
	font-weight: bold;
	font-family: 'FontAwesome';
	color: #0e67a3;
	padding: 0 0 0 5px;
}
.is-style-link-paging-right a {
	text-decoration: underline;
}
@media screen and (min-width: 786px) {
	.is-style-link-paging-left {
	}
	.is-style-note-right {
		width: 85%;
		margin-top: -20px !important;
		float: right;
		font-size: 10px !important;
	}
}

/* lists  */
.is-style-pagenav li {
	width: 100%;
}

.is-style-pagenav {
	column-gap: 2%;
	row-gap: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.is-style-pagenav li {
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	background: linear-gradient(to bottom, #fbfbfb, #e1e1e1);
	width: 32%;
}
.is-style-pagenav li {
	list-style-type: none;
	margin-left: 0 !important;
}
.is-style-pagenav li a {
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	position: relative;
	font-size: 1.1em;
	border: 1px solid #c9c9c9;
}
.is-style-pagenav li a:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
}

.is-style-arrow-link {
	padding: 0;
	list-style-type: none;
	float: right;
}
.is-style-arrow-link li {
	background: url(../images/widget_lst_icon_main.png) no-repeat scroll 30px 9px;
	list-style-type: none;
}
.is-style-arrow-link li a {
	display: block;
	padding: 5px 30px 5px 50px;
	padding: 0.5rem 3rem 0.5rem 5rem;
	text-decoration: underline;
}
@media screen and (min-width: 786px) {
	.is-style-arrow-link li a {
		display: inline;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0 0 0 18px;
		padding: 0 0 0 1.8rem;
	}
	.is-style-arrow-link li {
		background: url(../images/widget_lst_icon_main.png) no-repeat scroll left 5px;
		border-right: none;
		width: 100%;
		padding: 1px 0 3px 22px;
		padding: 0.1rem 0 0.3rem 2.2rem;
		text-indent: -19px;
		text-indent: -1.9rem;
		line-height: 1.5;
	}
}

@media screen and (max-width: 599px) {
	.is-style-pagenav li {
		width: 100%;
	}
	.is-style-pagenav {
		column-gap: 0;
		row-gap: 15px;
	}
}

/* title */
.is-style-main-content-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	background: url(images/title_bg_01.png) no-repeat scroll left bottom;
}
.is-style-section-h1-blue_h1 {
	margin-top: var(--m_xl) !important;
	font-size: 2rem !important;
	position: relative;
	padding: 0.2em 0 0.2em 0.6em;
	border-left: 6px solid #3498db;
	font-weight: bold;
}
.is-style-section-h1-blue_h1:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.is-style-main-content-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	background: url(../images/title_bg_01.png) no-repeat scroll left bottom;
}
.is-style-content__h2_green {
	border-bottom: 2px solid #545454;
}
.is-style-content__h2_orange {
	border-bottom: 2px solid #545454;
}
.is-style-content__h2_blue01 {
	border-bottom: 2px solid #1177ba;
}
.is-style-content__h2_blue01,
.is-style-content__h2_brown01,
.is-style-content__h2_gray,
.is-style-content__h2_gray_center,
.is-style-content__h2_blue {
	margin-top: var(--m_s) !important;
	margin-bottom: var(--m_s) !important;
	font-size: 1.25em !important;
	font-weight: bold !important;
	line-height: 2 !important;
	padding: 0 !important;
}

.is-style-content__h2_brown01 {
	border-bottom: 2px solid #6d4b20;
}
.is-style-content__h2_blue {
	border-bottom: 2px solid #545454;
}
.is-style-content__h2_gray {
	border-bottom: 2px solid #545454;
}
.is-style-content__h2_gray_center {
	border-bottom: 2px solid #545454;
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
	text-align: center;
}
.is-style-entry-content .content__h2_gray_16 {
	border-bottom: 2px solid #545454;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}
.is-style-content__h2_gray_bc {
	font-weight: bold;
	background-color: #f2f2f2;
	margin-top: 20px;
}
.is-style-top__sub {
	max-width: 620px;
	height: 200px;
	-webkit-box-shadow: 0px 10px 15px -10px rgba(140, 140, 140, 1);
	-moz-box-shadow: 0px 10px 15px -10px rgba(140, 140, 140, 1);
	box-shadow: 0px 10px 15px -10px rgba(140, 140, 140, 1);
	display: none;
}

/* top_spç”»åƒ */
.is-style-top__sp {
	display: none;
}

/* æŠ—ãŒã‚“å‰¤ç¨®é¡ž */

.is-style-kogan_box {
	margin-top: 20px;
	background: #fffdf0;
	padding: 20px 10px;
}
.is-style-kogan_text {
	flex-basis: 50%;
	width: 50%;
	float: left;
}
.is-style-kogan_text h3 {
	margin-bottom: 0;
}
.is-style-kogan_text p {
	margin-top: 0;
	margin-bottom: 5px;
}
.is-style-kogan_img {
	float: right;
	padding-top: 40px;
	width: 70%;
}
.wp-block-columns {
	margin-bottom: 0;
}
.is-style-section-h1-blue {
	margin: 3rem 0rem 1rem;
}
.is-style-check-title.is-style-check-title {
	position: relative;
	padding-left: 25px;
	font-weight: normal;
	font-size: 16px;
}
.is-style-check-title:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: url(../images/koganzai/icon-check.png);
	transform: scale(0.8);
}
.koganzai_box .is-style-link_01 {
	float: right;
	text-decoration: underline;
	padding-right: 20px;
	font-weight: bold;
}
.is-style-link_02 {
	position: relative;
	float: right;
	padding-right: 20px;
	font-weight: bold;
}
.is-style-link_02 + * {
	clear: both;
}
.is-style-link_02.is-style-link_02 a {
	font-size: 13px;
	text-decoration: underline;
}
.is-style-link_02:after {
	position: absolute;
	left: unset;
	top: 2px;
	right: 0;
	content: url(../images/koganzai/icon-arrow.png);
	transform: scale(0.8);
}
.is-style-link_02:hover:after {
	opacity: 0.7;
}
.is-style-clear,
.is-style-clear:after,
.footer-widget-area:after {
	clear: both;
}

.is-style-table table {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	width: 100%;
}
.is-style-table table tr td {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	padding: 15px;
	padding: 1.5rem;
	vertical-align: middle;
}
.is-style-table table tr td:first-of-type {
	width: 90px;
}

.is-style-box-table table {
	border: none;
}
.is-style-box-table table th,
.is-style-box-table table td {
	border: none;
	vertical-align: middle;
}
.is-style-box-table table td:first-of-type {
	width: 110px !important;
	padding-left: 0;
	text-align: center;
}
.is-style-box-table table a {
	text-decoration: underline;
}
@media screen and (min-width: 786px) {
	.is-style-box-table table a {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

.is-style-list-2col.is-style-list-2col {
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 2.5px));
	gap: 5px;
	margin: 10px 0 15px;
	padding: 0;
	list-style: none;
}
.is-style-list-2col.is-style-list-2col li,
.is-style-list-2col.is-style-list-2col li a {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}

/* é–¢é€£é&nbsp;…ç›® */
.itemchild02 .text {
	float: left;
	border-bottom: none;
	background: url(../images/widget_lst_icon_main.png) no-repeat scroll left 20px;
}
.itemchild02 .text span {
	padding-left: 20px;
	color: #0e67a3;
}
.itemchild02 .text a {
	text-decoration: none;
}
.itemchild02 {
	width: 100%;
	border-bottom: 1px dotted #888;
	margin-top: 10px;
}
.itemchild02 {
	border-bottom: none;
}
.itemchild02 .img {
	float: left;
	width: 80px;
	padding-right: 20px;
	padding-bottom: 20px;
	clear: both;
}
.itemchild02 .text {
	float: left;
	border-bottom: none;
}
.itemchild02 .text .ttl {
	font-size: 18px;
	color: #505050;
	display: inline;
	line-height: 110%;
	font-weight: bold;
}
.itemchild02 .text .txt {
	width: 100%;
	font-size: 16px;
	color: #505050;
	line-height: 1.3em;
	margin-top: 8px;
}
.itemchild02 .img .thumb {
	width: 100%;
	border: 1px solid #e6e6e6;
}
.koganzai_box .entry-content .itemchild02 {
	margin: 0;
	padding: 0;
	border: none;
}
.kogan_box.kogan_box {
	margin: 20px 0 30px;
	padding: 20px 10px;
	background: #fffdf0;
}
.kogan_box.kogan_box .kogan_text h3 {
	margin: 0;
}
@media screen and (max-width: 599px) {
	.wp-block-column {
		flex-basis: 50% !important;
	}
}

.is-style-dec-title-orange,
.is-style-dec-title-blue,
.is-style-dec-title-green,
.is-style-dec-title-pink {
	font-size: 20px;
	font-size: 2rem;
	display: flex;
	align-items: center;
}
.is-style-dec-title-orange:before,
.is-style-dec-title-blue:before,
.is-style-dec-title-green:before,
.is-style-dec-title-pink:before {
	content: '';
	width: 18px;
	height: 18px;
	flex-basis: 18px;
	margin: 0 5px 0 0;
}
.is-style-dec-title-orange {
	color: #e76600;
}
.is-style-dec-title-orange:before {
	background-image: linear-gradient(90deg, #e76600 0 calc(50% - 1px), #fff calc(50% - 1px) calc(50% + 1px), #e76600 calc(50% + 1px));
}
.is-style-dec-title-blue {
	color: #333399;
}
.is-style-dec-title-blue:before {
	background-image: linear-gradient(90deg, #333399 0 calc(50% - 1px), #fff calc(50% - 1px) calc(50% + 1px), #333399 calc(50% + 1px));
}
.is-style-dec-title-green {
	color: #88880b;
}
.is-style-dec-title-green:before {
	background-image: linear-gradient(90deg, #88880b 0 calc(50% - 1px), #fff calc(50% - 1px) calc(50% + 1px), #88880b calc(50% + 1px));
}
.is-style-dec-title-pink {
	color: #ff95fc;
}
.is-style-dec-title-pink:before {
	background-image: linear-gradient(90deg, #ff95fc 0 calc(50% - 1px), #fff calc(50% - 1px) calc(50% + 1px), #ff95fc calc(50% + 1px));
}
.is-style-arrow-down:before {
	content: '\f0d7';
	font-family: 'FontAwesome';
	padding: 0 5px 0 0;
}

.is-style-fontawesome-ico a:before {
	content: '\f0da'; /* ã“ã®ä¾‹ã§ã¯å³å‘ãã®ã‚¢ãƒ­ãƒ¼ */
	font-family: 'FontAwesome';
}
.is-style-float_left img {
	margin: 4px 25px 20px 0;
	margin: 0.4rem 2.5rem 2rem 0;
	float: left;
}

/* Minimum width of 786 pixels.
 *
 * Width including the scroll bar of the browser.
 */
@media print, screen and (min-width: 786px) {
	.is-style-main-content-title {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.is-style-section-h1-blue {
		font-size: 15px;
		margin: 30px auto 10px;
		margin: 3rem auto 1rem;
	}
	.is-style-section-h1-blue a {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.is-style-check-title.is-style-check-title {
		padding-left: 30px;
		font-size: 20px;
	}
	.is-style-check-title:before {
		top: 8px;
		transform: unset;
	}
	.is-style-kogan_box {
		margin-top: 20px;
		padding: 20px 60px 10px;
	}
	.is-style-abraxane_img {
		padding-top: 40px;
	}
	.is-style-abraxane_img_top0 {
		padding-top: 0;
	}
	.is-style-kogan_img {
		float: right;
		padding-top: 40px;
		width: auto;
	}
	.koganzai_box .is-style-link_01 a {
		font-size: 18px;
	}
	.is-style-link_02 {
		padding-right: 40px;
	}
	.is-style-link_02:after {
		top: 5px;
		right: 20px;
		transform: unset;
	}
	.is-style-link_02.is-style-link_02 a {
		font-size: 18px;
	}
	.is-style-table table tr td:first-of-type {
		width: 130px;
	}
	.is-style-list-2col.is-style-list-2col {
		grid-template-columns: repeat(2, calc(50% - 5px));
		gap: 10px;
	}
	.is-style-list-2col.is-style-list-2col li,
	.is-style-list-2col.is-style-list-2col li a {
		font-size: 15px;
	}
	.wp-block-table:not([class^='is-style-']) td:first-child {
		width: 130px;
		font-weight: bold;
	}
	.wp-block-separator {
		margin: 30px auto;
		border-top: 1px dotted #bbb;
		border-bottom: 1px dotted #fff;
		background-color: #fff;
	}
	.koganzai_box .entry-content .itemchild02 + .itemchild02 {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px dotted #888;
	}
	.kogan_box.kogan_box {
		padding: 20px 60px 10px;
	}
}

/* editor style */
.block-editor-block-list__layout &gt; {
	clear: both;
}
.block-editor-block-list__layout.is-root-container {
	max-width: 840px;
	margin: 0 auto;
}
.edit-post-post-link__link-prefix,
.block-editor-block-card__description,
.components-input-control__label,
.block-editor-block-styles__item-label,
.interface-complementary-area h2,
.interface-complementary-area h3 {
	line-height: 1.3;
}
.components-base-control .components-text-control__input {
	height: auto;
}
.acf-field.acf-field input,
.components-panel.components-panel.components-panel input[type='text'],
.components-panel.components-panel.components-panel input[type='search'],
.components-panel.components-panel.components-panel input[type='number'],
.components-panel.components-panel.components-panel text {
	height: auto;
	background: white;
	border: solid 1px #444;
}
.components-panel.components-panel.components-panel p,
.components-panel.components-panel.components-panel a,
.components-panel.components-panel.components-panel span,
.components-panel.components-panel.components-panel label,
.components-panel.components-panel.components-panel option {
	line-height: 1.3;
}
.acf-button.acf-button {
	width: auto;
	box-shadow: none;
}
.select2-results__options {
	line-height: 1;
}
.wp-block-media-text .wp-block-media-text__content {
	padding-right: 0;
}
.has-media-on-the-right.wp-block-media-text .wp-block-media-text__content {
	padding-left: 0;
	padding-right: 8%;
}

@media screen and (min-width: 786px) {
	.b_block-imgwrap .alignright img {
		width: 200px;
		height: auto;
		border-radius: 5px;
	}
}

/* ç—‡çŠ¶ */
.is-style-list_syoujyou {
	font-weight: bold;
	color: #000;
	border: 1px #097236 solid;
	background-color: #ffffea;
	border-radius: 6px;
	padding: 15px 15px 20px 0px;
	margin-bottom: 20px;
}
.is-style-list_syoujyou ul li {
	list-style: none;
	font-size: 14px;
	border-bottom: 1px dashed #888;
	text-align: center;
}
.is-style-list_syoujyou p {
	font-size: 18px;
	text-align: center;
	border: 1px #019934 solid;
	border-radius: 6px;
	background: #019934;
	color: #fff;
	width: 200px;
	margin: 0 auto 20px;
}

/* é–¢é€£é&nbsp;…ç›® */
.is-style-box__kanren {
	max-width: 650px;
	margin: 0 auto;
	border: 1px solid #ccc;
	margin-top: 30px;
	clear: both;
	padding: 20px;
}
.is-style-box__kanren ul {
	padding-left: 15px;
}

@media screen and (min-width: 788px) {
	.is-style-list_syoujyou {
		font-weight: bold;
		color: #000;
		border: 1px #097236 solid;
		background-color: #ffffea;
		border-radius: 6px;
		padding: 15px 20px 20px 3px;
		margin: 20px 90px 40px;
	}
	.is-style-list_syoujyou ul li {
		font-size: 18px;
	}

	.is-style-box__kanren a {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

@media print, screen and (min-width: 786px) {
	.is-style-ul_box {
		background: #f9f7e8;
		padding: 10px 0 15px;
		width: 60%;
		margin: 0 auto;
		border-radius: 5px;
	}
}
.is-style-ul_box {
	background: #f9f7e8;
	padding: 10px 0 15px;
	border-radius: 5px;
}
.is-style-ul_box h2,
.is-style-ul_box h3,
.is-style-ul_box h4 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 18px;
}
.is-style-ul_box ul {
	width: 330px;
	margin: 0 auto;
}

.is-style-box__daityou {
	max-width: 540px;
	margin: 0 auto;
	background: #f9f7e8;
	padding: 5px 13px;
	border-radius: 5px;
	margin-top: 10px;
}

/* ç”»åƒ */
.is-style-box__sp_img {
	width: 80%;
	margin: 0 auto 20px;
	float: none;
}
.is-style-box__sp_img img {
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	display: block;
	height: auto;
}
@media print, screen and (min-width: 420px) {
	.is-style-box__sp_img {
		width: 35%;
		margin: 4px 25px 20px 0;
		margin: 0.4rem 2.5rem 2rem 0;
		float: left;
	}
}

.is-style-box__sp_img02 {
	width: 80%;
	margin: 0 auto 20px;
	float: none;
}
.is-style-box__sp_img02 img {
	max-width: 100%;
	width: 100%;
	border-radius: 8px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	display: block;
	height: auto;
}
.is-style-box__sp_img03 {
	width: 80%;
	margin: 0 auto 20px;
	float: none;
}
.is-style-box__sp_img03 img {
	max-width: 100%;
	width: 100%;
	border-radius: 8px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	display: block;
	height: auto;
}
.is-style-box__sp_img04 {
	width: 80%;
	margin: 0 auto 20px;
	float: none;
}
.is-style-box__sp_img04 img {
	max-width: 100%;
	width: 100%;
	border-radius: 8px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	display: block;
	height: auto;
}
@media print, screen and (min-width: 420px) {
	.is-style-box__sp_img02 {
		width: 35%;
		margin: 4px 0 20px 25px;
		margin: 0.4rem 0 2rem 2.5rem;
		float: right;
	}
	.is-style-box__sp_img03 {
		width: 20%;
		margin: 4px 0 20px 25px;
		margin: 0.4rem 0 2rem 2.5rem;
		float: right;
	}
	.is-style-box__sp_img04 {
		width: 20%;
		margin: 4px 25px 20px 0;
		margin: 0.4rem 2.5rem 2rem 0;
		float: left;
	}
}

.zoom_img_left {
	float: left;
}
.zoom_img_left .zoomTxt_top {
	text-align: left;
	font-size: 13px;
	margin-bottom: 5px;
}
.zoom_img_left .zoomTxt {
	text-align: left;
	font-size: 10px;
	margin-bottom: 5px;
}
.zoom_img_left .zoomTxt.zoombottom {
	text-align: left;
	font-size: 10px;
	margin-bottom: 20px;
}
.zoom_img_left img.alignleft {
	margin: 4px 25px 5px 0;
	margin: 0.4rem 2.5rem 0.5rem 0;
	float: left;
}
.zoomTxt_top i {
	color: #019934;
	font-size: 15px;
}
.zoomTxt i {
	color: #019934;
	font-size: 15px;
}

img.alignright {
	margin: 4px 0 20px 25px;
	margin: 0.4rem 0 2rem 2.5rem;
	float: right;
}

.zoom_img_right {
	float: right;
}

.zoom_img_right .zoomTxt {
	text-align: right;
	font-size: 10px;
	margin-bottom: 5px;
}

.zoom_img_right img.alignright {
	margin: 4px 0 5px 25px;
	margin: 0.4rem 0 0.5rem 2.5rem;
	float: right;
}
@media screen and (min-width: 788px) {
	.hai_table {
		width: 80%;
		margin: 20px auto;
	}
	.hai_table tr th {
		vertical-align: middle;
		padding: 0 10px;
	}
	.hai_table tr td {
		padding: 5px;
		line-height: 1.5;
	}
	.hai_table02 {
		width: 45%;
		float: left;
		margin-left: 3%;
	}
	.hai_table02 tr th {
		vertical-align: middle;
		padding: 0 10px;
	}
	.hai_table02 tr td {
		padding: 5px;
		line-height: 1.5;
	}
}
</pre></body></html>