@charset "UTF-8";
/* CSS Document */


/*
==========================================================
リセットCSS
==========================================================
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	padding: 0;
	border: 0;
	vertical-align: baseline;
	/* [disabled]position: relative; */
	background-repeat: no-repeat;
	font-size: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p,
dl,
ul,
table {
	line-height: 1.8em;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
}


/*
==========================================================
フォント設定
==========================================================
*/

body {
	font-family: "Noto Sans JP";
	text-align: center;
}



/*
==========================================================
共通設定
==========================================================
*/

body {
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


a.op:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.mgb10 {
	margin-bottom: 10px;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgb30 {
	margin-bottom: 30px;
}

.mgb40 {
	margin-bottom: 40px;
}

.mgb50 {
	margin-bottom: 50px;
}

.pdl20 {
	padding-left: 20px;
}

.size50 {
	height: auto;
	width: 50%;
}

.size60 {
	height: auto;
	width: 50%;
}

.size70 {
	height: auto;
	width: 70%;
}

.size80 {
	height: auto;
	width: 80%;
}

.size90 {
	height: auto;
	width: 90%;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

#pagetopbt {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 15px;
}

.pagetop a {
	display: block;
	background-color: #000;
	text-align: center;
	color: #CCC;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.pagetop a:hover {
	display: block;
	background-color: #b2d1fb;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#access .gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#access .gmap iframe,
#access .gmap object,
#access .gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hd {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.box {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
}

figure {
	overflow: hidden;
}

figure img {
	transition: .4s;
}

a:hover figure img {
	transform: scale(1.25);
}


@media print,
screen and (min-width: 641px) {

	/*
==========================================================
PC共通設定
==========================================================
*/

	body {
		min-width: 1200px;
	}

	.pchd {
		display: none;
	}

	#container section {
		margin-bottom: 100px;
		overflow: hidden;
	}

	#contents {
		position: relative;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 80px;
		margin-left: 0px;
		padding-top: 50px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	footer {
		width: 100%;
		text-align: center;
	}

	.topicPath {
		list-style-type: none;
		font-size: 12px;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 40px;
		overflow: hidden;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		margin-right: 0px;
		margin-left: 0px;
	}

	.topicPath ol {
		width: 1200px;
		margin-right: auto;
		margin-left: auto;
		font-size: 12px;
		color: #333;
	}

	.topicPath li {
		display: inline-block;
	}

	.topicPath li+li:before {
		content: ">";
		margin: 0 1em;
	}

	.topicPath li a {
		margin-right: 6px;
	}

	.topicPath li a:link,
	.topicPath li a:visited,
	.topicPath li a:active {
		color: #000;
		text-decoration: none;
	}

	.topicPath li a:hover {
		color: #265AA9;
		text-decoration: underline;
	}

	.inner {
		width: 1200px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 100px;
		margin-left: auto;
		position: relative;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.tleft {
		text-align: left;
	}

	/*
======================
flex設定
=======================
*/

	/*センター割り付け*/
	.flex_center {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		overflow: hidden;
	}

	/*左寄せ　2〜4列*/
	.flex2,
	.flex3,
	.flex4 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}

	.flex2:after {
		content: “”;
		display: block;
		width: 48%;
	}

	.fle2 li {
		flex-basis: 48%;
		margin-bottom: 5%;
	}

	.flex3:after {
		content: “”;
		display: block;
		width: 31%;
	}

	.flex3 li {
		flex-basis: 31%;
		margin-bottom: 5%;
	}

	.flex4:before {
		content: "";
		display: block;
		width: 23%;
		order: 1;
	}

	.flex4:after {
		content: "";
		display: block;
		width: 23%;
	}

	.flex4 li {
		flex-basis: 23%;
		margin-bottom: 5%;
	}


	/*
==========================================================
ヘッダー
==========================================================
*/

	#header {
		background-color: #FFF;
		position: fixed;
		z-index: 9999;
		height: 84px;
		margin: 0px;
		-webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
		-moz-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
		-ms-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
		filter: drop-shadow(01px 2px 4px rgba(0, 0, 0, 0.2));
		padding: 0px;
		width: 100%;
		min-width: 1280px;
	}

	#header .logo {
		text-align: center;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		float: left;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 60px;
	}

	#header .logobox {
		float: left;
		width: 380px;
		background-image: url(/images/urutan.png);
		background-repeat: no-repeat;
		background-position: left 10px;
		margin-left: 8px;
		padding-top: 12px;
	}

	#header h1 {
		font-size: 12px;
		color: #999;
		text-align: left;
		padding-left: 65px;
		margin-bottom: 5px;
	}

	#header .logobox .sub {
		font-size: 14px;
		line-height: 40px;
		text-align: left;
		text-indent: 5px;
	}

	#header .headwrap {
		width: calc(100% - 388px);
		min-width: 880px;
		float: right;
	}

	#header .management {
		float: right;
		width: 290px;
		background-color: #018778;
		margin: 0px;
		overflow: hidden;
		height: 100%;
		padding-top: 12px;
		padding-right: 8px;
		padding-bottom: 10px;
		padding-left: 8px;
	}

	#header .headwrap .management .name {
		margin-bottom: 0px;
		margin-top: 0px;
		margin-right: 5px;
		margin-left: 10px;
		float: left;
	}

	#header .headwrap .management .com {
		margin-top: 8px;
		margin-bottom: 5px;
	}

	#header .headwrap .management .tel {
		float: left;
		margin-right: 5px;
		padding: 0px;
		margin-top: 3px;
		margin-bottom: 0px;
		margin-left: 10px;
	}

	#header .headwrap .management .mail {
		margin: 0px;
		padding: 0px;
	}

	/*
==========================================================
ナビゲーション
==========================================================
*/

	#navi {
		padding: 0px;
		position: relative;
		float: left;
		width: calc(100% - 310px);
		min-width: 520px;
		margin-top: 30px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	#navi ul {
		list-style-type: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		margin: 0px;
	}

	#navi ul li {
		width: 20%;
		position: relative;
		font-size: 15px;
		text-align: center;
	}

	#navi ul li a {
		position: relative;
		display: block;
		color: #000;
		text-decoration: none;
		transition: .3s;
		padding: 0px;
	}

	#navi ul li a::after {
		position: absolute;
		bottom: 0;
		left: 50%;
		content: '';
		width: 0;
		height: 1px;
		background-color: #666666;
		transition: .3s;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#navi ul li a:hover::after {
		width: 40%;
	}

	#navi ul li span {
		font-size: 10px;
		color: #999;
		display: block;
		line-height: 100%;
		padding-bottom: 10px;
	}

	#navi .sub-menu {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -100px;
		width: 220px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		background-color: #eee;
		z-index: 9999;
	}

	#navi .sub-menu a {
		display: block;
		padding: 15px;
		line-height: 1.2em;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCC;

	}

	#navi .sub-menu a:hover:after {
		content: none;
	}

	#navi .sub-menu li {
		display: block;
		font-size: 12px;
		padding: 0;
		margin: 0;
		border-left-style: none;
		float: none;
		width: 100%;
	}

	#navi .sub-menu li:last-child {
		border-bottom: none;
	}

	#navi ul>li:hover {
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	#navi ul>li:hover a,
	#navi .current-menu-item a,
	#navi .current-menu-parent a {
		color: #999999;
	}

	#navi li:hover ul.sub-menu {
		top: 35px;
		visibility: visible;
		opacity: 1;
		z-index: 9999;
	}

	#navi li ul li:after {
		content: none;
	}

	#navi li:hover ul.sub-menu a {
		color: #111;
	}

	#navi .sub-menu li a:hover {
		background: #fff;
	}

	#navi .contact_btn a:hover {
		color: #fff;
	}





	/*
==========================================================
モーダルメニュー（スマホ用ナビ）
==========================================================
*/
	.fat-nav {
		display: none;
	}


	/*
==========================================================
フッター
==========================================================
*/
	#footer {
		margin: 0px;
		padding-top: 40px;
		padding-right: 0px;
		padding-bottom: 40px;
		padding-left: 0px;
		background-color: #148B75;
	}

	#footer .footer_inner {
		width: 1320px;
		margin-right: auto;
		margin-bottom: 50px;
		margin-left: auto;
	}

	.fnavi {
		color: #FFF;
		width: 25%;
		margin-right: auto;
		margin-left: auto;
		font-size: 12px;
	}

	.fnavi li {
		text-align: center;
		width: 50%;
		float: left;
	}

	.fnavi li a {
		display: block;
		color: #FFF;
		text-decoration: none;
	}

	.fnavi li a:hover {
		text-decoration: underline;
	}

	#footer .com {
		color: #FFF;
		margin-bottom: 40px;
	}

	#footer .com p {
		margin-bottom: 20px;
	}

	#footer .com li {
		width: 15%;

		text-align: left;
	}

	#footer .com li:last-child {
		border-right-style: none;
	}

	#footer .com li dt {
		font-weight: bold;
		margin-bottom: 10px;
	}

	#footer .com li dd {
		font-size: 14px;
		line-height: 1.6em;
	}

	.copyright {
		font-size: 11px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #FFF;
		background-color: #065144;
		margin: 0px;
		position: relative;
		bottom: 0px;
	}

	/*
==========================================================
コンテンツ共通
==========================================================
*/

	#container .topImage {
		height: 360px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 0px;
		position: relative;
		margin: 0px;
	}

	#container .topImage h2 {
		font-size: 26px;
		color: #000;
		padding-top: 150px;
		text-align: left;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		font-weight: 900;
		width: 1200px;
		text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
			-2px 2px 0 #FFF, 2px -2px 0 #FFF,
			0px 2px 0 #FFF, 0-2px 0 #FFF,
			-2px 0 0 #FFF, 2px 0 0 #FFF;
	}

	#container .topImage h2 span {
		font-size: 52px;
	}

	#assessment .formtitle {
		font-size: 32px;
		font-weight: 700;
		margin-bottom: 20px;
		text-align: center;
	}

	.pagenavi li {
		width: 23%;
		display: block;
		background-image: url(/images/pagenavi_point.png);
		background-position: 95% center;
		font-size: 18px;
	}

	.pagenavi li a {
		display: block;
		color: #FFF;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.pagenavi li.b1 {
		background-color: #ff3399;
	}

	.pagenavi li.b1:hover {
		background-color: #cc0066
	}

	.pagenavi li.b2 {
		background-color: #0099cc;
	}

	.pagenavi li.b2:hover {
		background-color: #006699
	}

	.pagenavi li.b3 {
		background-color: #ffcc00;
	}

	.pagenavi li.b3:hover {
		background-color: #ff6600
	}

	.pagenavi li.b4 {
		background-color: #66cc33;
	}

	.pagenavi li.b4:hover {
		background-color: #339900
	}


}




@media print,
screen and (max-width: 640px) {

	/*
==========================================================
SP共通設定
==========================================================
*/


	body {
		line-height: 1;
	}

	.sphd {
		display: none;
	}

	img {
		width: 100%;
		height: auto;
	}

	#container section {
		margin-bottom: 50px;
		overflow: hidden;
	}

	#contents {
		position: relative;
		margin-top: -20px;
		margin-right: 0px;
		margin-bottom: 50px;
		margin-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		font-size: 15px;
	}

	#contents .inner {
		padding-right: 12px;
		padding-left: 12px;
	}

	.topicPath {
		display: none;
	}

	.tleft {
		text-align: left;
	}

	#container .topImage {
		background-size: cover;
		margin-top: 70px;
		height: 150px;
		margin-bottom: 30px;
	}

	#container .topImage h1 {
		font-size: 20px;
		color: #000;
		padding-top: 50px;
		text-align: left;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		text-shadow: 0 0 10px #FFF;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		text-indent: 10px;
	}

	#container h2 {
		font-size: 18px;
		text-align: center;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		line-height: 1.5em;
		letter-spacing: 0.2em;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	p.sub {
		margin-bottom: 20px;
		padding-right: 10px;
		padding-left: 10px;
	}

	/*
======================
flex設定
=======================
*/

	/*センター割り付け*/
	.flex_center {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}

	/*左寄せ　2〜4列*/
	.flex2,
	.flex3 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}

	.flex2:after {
		content: “”;
		display: block;
		width: 48%;
	}

	.fle2 li {
		flex-basis: 48%;
		margin-bottom: 5%;
	}

	.flex3:after {
		content: “”;
		display: block;
		width: 31%;
	}

	.flex3 li {
		flex-basis: 31%;
		margin-bottom: 5%;
	}


	/*
==========================================================
ヘッダー
==========================================================
*/

	#header {
		background-color: #FFF;
		position: fixed;
		z-index: 9999;
		height: 84px;
		margin: 0px;
		-webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
		-moz-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
		-ms-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
		filter: drop-shadow(01px 2px 4px rgba(0, 0, 0, 0.2));
		padding: 0px;
		width: 100%;
		top: 0px;
	}

	#header .logobox {
		float: left;
		width: 80%;
		background-image: url(/images/urutan.png);
		background-size: 14%;
		background-repeat: no-repeat;
		background-position: left 30px;
		margin-left: 8px;
		padding-top: 12px;
	}

	#header h1 {
		font-size: 10px;
		color: #999;
		text-align: left;
		margin: 0px;
		padding: 0px;
	}

	#header .logo {
		text-align: center;
		float: left;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 50px;
		margin: 0px;
		width: 45%;
	}

	#header .logobox .sub {
		font-size: 10px;
		line-height: 60px;
		text-align: left;
		text-indent: 5px;
	}

	#header .headwrap {
		display: none;
	}


	/*
==========================================================
ナビゲーション
==========================================================
※ スマホナビゲーション部分はjquery.fatNav.cssに記述。

*/

	#navi {
		display: none;
	}



	/*
==========================================================
フッター
==========================================================
*/
	#footer {
		margin: 0px;
		padding-top: 20px;
		padding-right: 0px;
		padding-bottom: 100px;
		padding-left: 0px;
		background-color: #148B75;
	}

	#footer .footer_inner {
		padding-right: 12px;
		padding-left: 12px;
	}

	#footer .fnavi {
		display: none;
	}

	#footer .com {
		color: #FFF;
	}

	#footer .com p {
		margin-bottom: 20px;
		font-size: 15px;
	}

	#footer .com li {
		width: 48%;
		text-align: left;
	}

	#footer .com li:last-child {
		border-right-style: none;
	}

	#footer .com li dt {
		font-weight: bold;
		margin-bottom: 5px;
		font-size: 14px;
	}

	#footer .com li dd {
		font-size: 12px;
		line-height: 1.6em;
	}

	#footer .com li .tel {
		color: #FFF !important;
		text-decoration: none !important;
	}

	.copyright {
		font-size: 10px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #FFF;
		background-color: #065144;
		margin: 0px;
		width: 100%;
		position: relative;
		bottom: 0px;
	}

	.pagetop {
		display: none;
		position: fixed;
		bottom: 120px;
		right: 15px;
		z-index: 100;
	}

	.pagetop a {
		display: block;
		background-color: #000;
		text-align: center;
		color: #CCC;
		font-size: 14px;
		text-decoration: none;
		padding: 5px 10px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
	}

	.pagetop a:hover {
		display: block;
		background-color: #b2d1fb;
		text-align: center;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		padding: 5px 10px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}

	#footerbtn {
		margin: 0px;
		width: 100%;
		padding-top: 15px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		z-index: 9999;
		position: fixed;
		bottom: -100px;
		left: 0;
		background-color: #0F4E3F;
	}

	#footerbtn ul {
		overflow: hidden;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: -10px;
		padding-top: 0px;
		padding-right: 50px;
		padding-bottom: 0px;
		padding-left: 50px;
	}

	#footerbtn ul li {
		width: 48%;
		text-align: center;
	}

	#footerbtn ul li img {
		width: 50%;
	}


	/*
==========================================================
コンテンツ共通
==========================================================
*/

	#container .topImage {
		padding-top: 150px;
		height: 90px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 30px;
		margin-left: 0px;
	}

	#container .topImage h2 {
		font-size: 20px;
		color: #000;
		padding-top: -10px;
		text-align: left;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 12px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		font-weight: 900;
		text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
			-2px 2px 0 #FFF, 2px -2px 0 #FFF,
			0px 2px 0 #FFF, 0-2px 0 #FFF,
			-2px 0 0 #FFF, 2px 0 0 #FFF;
	}

	#container .topImage h2 span {
		font-size: 28px;
	}

	#assessment {
		padding-right: 12px;
		padding-left: 12px;
	}

	#assessment .formtitle {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.pagenavi li {
		width: 100%;
		display: block;
		background-image: url(/images/pagenavi_point.png);
		background-position: 95% center;
		font-size: 18px;
		margin-bottom: 20px;
	}

	.pagenavi li a {
		display: block;
		color: #FFF;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.pagenavi li.b1 {
		background-color: #ff3399;
	}

	.pagenavi li.b1:hover {
		background-color: #cc0066
	}

	.pagenavi li.b2 {
		background-color: #0099cc;
	}

	.pagenavi li.b2:hover {
		background-color: #006699
	}

	.pagenavi li.b3 {
		background-color: #ffcc00;
	}

	.pagenavi li.b3:hover {
		background-color: #ff6600
	}

	.pagenavi li.b4 {
		background-color: #66cc33;
	}

	.pagenavi li.b4:hover {
		background-color: #339900
	}


}

@media print {
	.sphd {
		display: block;
	}

	.pchd {
		display: block;
	}

	.no_print {
		display: none;
	}

	body {
		top: 0 !IMPORTANT;
		left: 0 !IMPORTANT;
		width: 172mm !IMPORTANT;
		height: 251mm !IMPORTANT;
	}

}