<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: wako
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/

/*--------------------------------------------------------------------
common
cssã®åˆæœŸåŒ–
--------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  outline: none;
  font-style: normal;
  font-weight: normal;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
h1,h2,h3,h4,h5 {
  line-height: 1.55;
  font-size: 100%;
  font-weight: normal;
}
table { border-collapse: collapse; }
table th, table td {
  text-align: left;
  vertical-align: top;
}
ul,ol { list-style-type: none; }
img {
  width /***/:auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
}
.Clear { clear: both; }


/*--------------------------------------------------------------------
common
ãƒšãƒ¼ã‚¸å…±é€šéƒ¨åˆ†
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
	line-height: 1.55;
	font-feature-settings: "palt" 1;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Roboto, Verdana, "Droid Sans", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2a2b2b;
}
.SpNo { display: none; }
div#PageTop a {
	position: fixed;
	display: block;
	width: 24px;
	height: 24px;
	background: url(/img/parts/pagetop.png) no-repeat left top;
	background-size: cover;
	right: 1%;
	bottom: 2%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 9999;
}
a:hover {
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


/*------------Header------------------------------------------------------------*/
header {
	position: fixed;
	width: 100%;
	padding: 15px 0;
	background-color: rgba(0, 0, 143, 0.9);
	z-index: 9999;
}
header #header {
	max-width: 90%;
	margin: 0 auto;
}
header h1 { width: 60%; }
header h1 span {
	display: block;
	width: 100%;
}
header h1 a {
	display: block;
	padding-top: 24.48979591836735%;
	background: url(/img/parts/header_logo.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
header nav { display: none; }

#HeaderBG {
	position: relative;
	width: 100%;
	min-height: 280px;
	background: url(/img/parts/title_bg.jpg) center bottom;
	background-size: cover;
	z-index: 0;
}
#HeaderBG::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 180px;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.56) 50%,rgba(255,255,255,1) 90%);
	z-index: 1;
}
#HeaderBG h2 {
	position: absolute;
	width: 100%;
	padding: 0 1em;
	top: 60%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 3;
	text-align: center;
	line-height: 1.2;
	text-shadow: 
		 4px  4px 9px #0059ff,
		-4px  4px 9px #0059ff,
		 4px -4px 9px #0059ff,
		-4px -4px 9px #0059ff,
		 4px  0px 9px #0059ff,
		 0px  4px 9px #0059ff,
		-4px  0px 9px #0059ff,
		 0px -4px 9px #0059ff;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
}


/*------------Contents---------------------------------------------------------------*/
#Contents {
	position: relative;
	width: 100%;
	padding-top: 50px;
}


/*------------TopNav---------------------------------------------------------------*/
#TopNav {
	position: relative;
	width: 96%;
	margin: 0 auto 70px;
}
#TopNav ul {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#TopNav ul li {
	position: relative;
	width: 49%;
	margin-bottom: 1%;
	background-color: #0059ff;
}
#TopNav ul li::after {
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: url(/img/parts/top_nav.png) no-repeat left top;
	top: 50%;
	right: 0.5em;
	transform: translateY(-50%);
}
#TopNav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0.35em 1em 0.3em;
	line-height: 1.2;
	text-align: center;
	font-family: "æ¸¸æ˜Žæœ" , "Yu Mincho" , "æ¸¸æ˜Žæœä½“" , "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , serif;
	font-size: 0.875rem;
	color: #fff;
}
#TopNav ul li a:hover { color: #ff0; }


/*------------InBox------------------------------------*/
main article {
	position: relative;
	width: 100%;
	margin: 0 auto 70px;
	padding-bottom: 70px;
	overflow: hidden;
	z-index: 0;
}
main article::after {
	position: absolute;
	display: block;
	content: "";
	width: 80%;
	border-bottom: 1px dashed #bfbfbf;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
main article:nth-last-of-type(1) { margin-bottom: 0; }
main article p + p { margin-top: 1em; }
main article h3 {
	position: relative;
	margin-bottom: 45px;
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 1.2;
	font-size: 1.77rem;
	font-weight: bold;
	color: #3333a5;
}
main article .InBox {
	width: 94%;
	margin: 0 auto;
}
main article .InBox + .InBox { margin-top: 50px; }
main article table {
	width: 100%;
	border-collapse: collapse;
}
main article table tr th,
main article table tr td {
	display: block;
	width: auto;
	padding: 5px 20px;
	text-align: left;
	vertical-align: top;
}
main article table tr th {
	width: auto;
	padding: 0;
	white-space: nowrap;
	font-weight: bold;
}
.Inner {
	width: 100%;
	margin: 30px auto 40px;
	overflow: hidden;
}
.Inner:nth-last-of-type(1) { margin-bottom: 0; }
.Inner h4 {
	margin-bottom: 0.45em;
	padding-bottom: 0.45em;
	line-height: 1.2;
	border-bottom: 1px solid #bfbfbf;
	font-size: 1.56rem;
	color: #337aff;
}

.img { position: relative; }
.img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}


/*------------Footer---------------------------------------------------------------*/
#Footer {
	width: 100%;
	padding: 85px 0 0;
	font-size: 0.87rem;
}

/*------------footerLogo------------------------*/
#footerLogo {
	width: 100%;
	padding: 100px 0 80px;
	background: url(/img/parts/footer_bg.jpg) no-repeat center center;
	background-size: cover;
}
#footerLogo h2 {
	width: 90%;
	margin: 0 auto;
}
#footerLogo h2 span {
	display: block;
	width: 100%;
}
#footerLogo h2 a {
	display: block;
	padding-top: 22.03389830508475%;
	background: url(/img/parts/footer_logo.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
#footerLogo #footerTel {
	width: 280px;
	margin: 35px auto 0;
}
#footerLogo dl {
	width: 280px;
	margin-bottom: 5px;
}
#footerLogo dl dt { display: none; }
#footerLogo dl dd span,
#footerLogo dl dd a {
	display: block;
	padding-top: 14.28571428571429%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
#footerLogo dl#ftel01 dd span,
#footerLogo dl#ftel01 dd a { background-image: url(/img/parts/footer_con01.png); }
#footerLogo dl#ftel02 dd span,
#footerLogo dl#ftel02 dd a { background-image: url(/img/parts/footer_con02.png); }
#footerLogo dl#ftel03 dd span,
#footerLogo dl#ftel03 dd a { background-image: url(/img/parts/footer_con03.png); }
#footerLogo dl#fmail dd a { background-image: url(/img/parts/footer_con04.png); }

/*------------BurgerNav------------------------*/
/* hamburger(ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ã‚¢ã‚¤ã‚³ãƒ³) ä¸‰æœ¬ç·šã¨Ã—=================================== */
#switch { display: none; }
#switch ~ label {
	position: fixed;
	right: 10px;
	top: 1.5em;
	right: 0.5em;
	width: 25px;
	height: 25px;
	background: #1a1a9a;
	cursor: pointer;
	z-index: 9999999;
}
#switch ~ label .BurgerLine {
	position: absolute;
	width: 18px;
	height: 2px;
	left: 3px;
	background-color: #fff;
	transition: all 0.5s;
}
#switch ~ label .BurgerLine1 { top: 6px; }
#switch ~ label .BurgerLine2 { top: 12px; }
#switch ~ label .BurgerLine3 { top: 18px; }
#switch:checked ~ label .BurgerLine1 {
	transform: rotate(-45deg);
	top: 12px;
}
#switch:checked ~ label .BurgerLine2 { opacity: 0; }
#switch:checked ~ label .BurgerLine3 {
  transform: rotate(45deg);
  top: 12px;
}

/* ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ã‚¢ã‚¤ã‚³ãƒ³é–‹ã=================================== */
#switch:checked ~ #FNav { 
	display: block; 
	top: 0;
	left: 0;
}
#FNav{
	padding-top: 0;
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	background-color: #1a1a9a;
	transition: all 0.4s;
	padding-top: 80px;
  overflow-y: auto;
}

/* ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼å†…=================================== */
#FNav ul li a {
	display: block;
	padding: 1em 0.3em 1em 1em;
	border-bottom: 1px solid rgba(42,42,42,1);
	box-shadow: 0px 1px 1px -1px rgba(156,156,156,1);
	-webkit-box-shadow: 0 1px 1px -1px rgba(156,156,156,1);
	-moz-box-shadow: 0 1px 1px -1px rgba(156,156,156,1);
	line-height: 1.2;
	color: #fff;
}
#FNav ul li a::before { content: "â–&nbsp; "; }
#FNav ul li a:hover {
	background: rgba(255,255,255,0.4);
	text-decoration: none;
}

/*------------FooterAdd------------------------*/
#FooterAdd {
	width: 100%;
	padding: 0.55em 1em;
	text-align: center;
}
#FooterAdd dl {
	display: flex;
	justify-content: center;
}
#FooterAdd a { color: #fff; }

/*------------address------------------------*/
#Footer address {
	width: 100%;
	padding: 40px 1em 150px;
	background-color: #1a1a9a;
	text-align: center;
	color: #fff;
}






/*------------ã‚®ãƒ£ãƒ©ãƒªãƒ¼---------------------------------------------------------------
.wp-block-gallery { margin: 1em 0; }
.wp-block-gallery.has-nested-images figure.wp-block-image { flex-grow: 0; }*/
/*------------ã‚®ãƒ£ãƒ©ãƒªãƒ¼---------------------------------------------------------------*/
.gallery { /** ã‚®ãƒ£ãƒ©ãƒªãƒ¼ã‚’å›²ã‚€ãƒœãƒƒã‚¯ã‚¹ **/
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px !important;
	overflow: hidden;
}
.gallery br {display: none;} /** è‡ªå‹•ã§æŒ¿å…¥ã•ã‚Œã‚‹ clearfix ã®ä½™ç™½è§£é™¤ **/
.gallery-item { /** ç”»åƒå…±é€šã®ã‚¹ã‚¿ã‚¤ãƒ« **/
	float: left;
}
.gallery-icon { /** ç”»åƒã‚’å›²ã‚€ dt ã®ã‚¹ã‚¿ã‚¤ãƒ« **/
	text-align: center;
}
.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
	vertical-align: bottom;
}
.gallery-caption { /** ã‚­ãƒ£ãƒ—ã‚·ãƒ§ãƒ³ **/
	margin: 0 0 20px;
	text-align: center;
}
.gallery-columns-1 .gallery-item { /** ã‚«ãƒ©ãƒ&nbsp;ãªã— **/
	width: 100%;
	margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2ã‚«ãƒ©ãƒ&nbsp; **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3ã‚«ãƒ©ãƒ&nbsp; **/
	width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4ã‚«ãƒ©ãƒ&nbsp; **/
	width: 23%;
	margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5ã‚«ãƒ©ãƒ&nbsp; **/
	width: 18%;
	margin: 0 1%;
}
.gallery-columns-6 .gallery-item { /** 5ã‚«ãƒ©ãƒ&nbsp; **/
	width: 14%;
	margin: 0 1%;
}
.gallery-columns-7 .gallery-item { /** 5ã‚«ãƒ©ãƒ&nbsp; **/
	width: 12%;
	margin: 0 1%;
}
.gallery-columns-8 .gallery-item { /** 5ã‚«ãƒ©ãƒ&nbsp; **/
	width: 10%;
	margin: 0 1%;
}
.gallery-columns-9 .gallery-item { /** 5ã‚«ãƒ©ãƒ&nbsp; **/
	width: 9%;
	margin: 0 1%;
}
@media screen and (max-width: 640px) {
	/* 640pxä»¥ä¸‹ç”¨ã®è¨˜è¿° */
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
}


/*------------æ–°ç€æƒ…å&nbsp;±---------------------------------------------------------------*/
#news div.DayTxt {
	margin-bottom: 0.8em;
	text-align: left;
	font-weight: bolder;
}
#news .InBox + .InBox { margin-top: 70px; }
#news .newsTxt { margin-top: 0.8em; }
#news .PdfBtn {
	list-style: none;
	margin-top: 0.8em;
}
#news .PdfBtn li {
	display: inline-block;
	max-width: 150px;
	margin-right: 1em;
	background-color: #2a2b2b;
	transition: opacity .3s;
}
#news .PdfBtn a {
	position: relative;
	display: block;
	padding: 0.8em 2em;
	line-height: 1.2;
	text-align: center;
	font-size: 0.87em;
	color: #fff;
	transition: opacity .3s;
	z-index: 2;
}
#news .PdfBtn a::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	background: url(/img/parts/top_nav.png) no-repeat left top;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	z-index: 1;
}
#news .PdfBtn li:hover,
#news .PdfBtn a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	color: #ff0;
	text-decoration: none;
}


/*------------æ±‚äººå‹Ÿé›†---------------------------------------------------------------*/
/*------------voice------------------------------------*/
#voice h4 { overflow: hidden; }
#voice h4 span {
	display: inline-block;
	float: right;
	padding-top: 0.25em;
	line-height: 1.2;
	font-size: 1rem;
}
#voice .voiBox {}
#voice .voiPho {}
#voice .voiTxt { margin-top: 20px; }
#voice dl dt {
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding-bottom: 0.25em;
	line-height: 1.2;
	border-bottom: 1px solid #bfbfbf;
	font-size: 1.25em;
}
/*------------method------------------------------------*/
#method #metBtn {
	width: 80%;
	margin: 20px auto 0;
	background-color: #0059ff;
}
#method #metBtn a {
	position: relative;
	display: block;
	padding: 1em 1.5em;
	text-align: center;
	font-family: "æ¸¸æ˜Žæœ" , "Yu Mincho" , "æ¸¸æ˜Žæœä½“" , "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , serif;
	font-size: 0.875rem;
	color: #fff;
}
#method #metBtn a::after {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	background: url(/img/parts/top_nav.png) no-repeat left top;
	top: 50%;
	right: 0.5em;
	transform: translateY(-50%);
}
#method #metBtn a:hover { color: #ff0; }

#method .wp-block-table table,
#method .wp-block-table tbody,
#method .wp-block-table th,
#method .wp-block-table td { border: 0 none; }
#method table,
#method .wp-block-table table {
	border-top: 1px solid #bfbfbf;
}
#method table tr th, 
#method table tr td,
#method .wp-block-table th,
#method .wp-block-table td {
	display: table-cell;
	width: auto;
	padding: 20px;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
#method table tr th,
#method .wp-block-table th {
	width: 15%;
	background-color: #eaeaea;
	border-right: 1px solid #bfbfbf;
	white-space: nowrap;
	font-weight: normal;
}

.ScrollBar {
	width: 100%;
	padding-bottom: 5px;
	white-space: nowrap;
	overflow: auto;
}
.ScrollBar:-webkit-scrollbar { height: 5px; }
.ScrollBar:-webkit-scrollbar-track { background: #F1F1F1; }
.ScrollBar:-webkit-scrollbar-thumb { background: #BCBCBC; }
.ScrollBar p.Note {
	margin-bottom: 5px;
	font-size: 0.87rem;
	font-weight: bolder;
	color: #f00;
}
.ScrollBar table tr th,
.ScrollBar table tr td {
	display: table-cell;
	border: 0 none;
}
.ScrollBar table tr th:nth-of-type(1),
.ScrollBar table tr td:nth-of-type(1) { border-left: 0 none; }
/*------------contact------------------------------------*/
#contact p { text-align: center; }
#contact #TelNumb { margin: 35px auto 0; }
#contact dl {
	width: 280px;
	margin: 0 auto 20px;
}
#contact dl dt { display: none; }
#contact dl dd span,
#contact dl dd a {
	display: block;
	padding-top: 14.28571428571429%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
#contact dl#tel01 dd span,
#contact dl#tel01 dd a { background-image: url(/img/parts/footer_con01.png); }
#contact dl#tel02 dd span,
#contact dl#tel02 dd a { background-image: url(/img/parts/footer_con02.png); }
#contact dl#tel03 dd span,
#contact dl#tel03 dd a { background-image: url(/img/parts/footer_con03.png); }
/*------------æ–½å·¥äº‹ä¾‹---------------------------------------------------------------*/
#case .wp-block-table table,
#case .wp-block-table tbody,
#case .wp-block-table th,
#case .wp-block-table td { border: 0 none; }
#case table,
#case .wp-block-table table {
	margin-top: 1em;
	border-top: 1px solid #bfbfbf;
}
#case table tr th, 
#case table tr td,
#case .wp-block-table th,
#case .wp-block-table td {
	width: auto;
	padding: 20px;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
#case table tr th,
#case .wp-block-table th {
	width: auto;
	background-color: #eaeaea;
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
}
#case table tr th:nth-last-of-type(1), 
#case table tr td:nth-last-of-type(1),
#case .wp-block-table th:nth-last-of-type(1),
#case .wp-block-table td:nth-last-of-type(1) { border-right: 0 none; }


/*------------NoCase---------------------------------------------------------------*/
.NoCase {
	margin: 1.5em 0;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-align: center;
	font-size: 2em;
	color: #ef5a24;
}

/*------------ãƒšãƒ¼ã‚¸ãƒªãƒ³ã‚¯å…±é€š(ä¸€è¦§)---------------------------------------------------------------*/
div.pagination {
	width: 90%;
	margin: 70px auto 0;
	text-align: center;
}
div.pagination ul {
	width: 100%;
	list-style: none;
	text-align: center;
}
div.pagination ul li { display: inline; }
div.pagination .page-numbers {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	background: #fff;
	border: 1px solid #00008f;
	line-height: 1.2;
	color: #00008f;
}
div.pagination .page-numbers:hover {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	border: 1px solid #00008f;
	background: #00008f;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
}
div.pagination span.page-numbers {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
}
div.pagination span.page-numbers:hover {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
}


/*------------ãƒšãƒ¼ã‚¸ãƒªãƒ³ã‚¯å…±é€š(è©³ç´°)---------------------------------------------------------------*/
div.PageSend01 {
	width: 90%;
	margin: 70px auto 0;
}
div.PageSend01 ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.PageSend01 .PSBtn01 { float: left; }
div.PageSend01 .PSBtn02 { float: right; text-align: right; }
div.PageSend01 .PSBtn01 a,
div.PageSend01 .PSBtn02 a,
div.PageSend01 p a { color: #00008f; }
div.PageSend01 p { text-align: center; }


/*------------404---------------------------------------------------------------*/
div#NoPage {
	padding: 40px 0;
	text-align: center;
	font-size: 150%;
	color: #ef5a24;
}


/*------------è¨˜äº‹å†…ç”»åƒä½ç½®å‡¦ç†---------------------------------------------------------------*/
.alignleft {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
.alignright {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
}
.alignnone { clear: both; }</pre></body></html>