@charset "utf-8";
/* ------------------------------
 リセット
------------------------------ */
* {
	border:0;
	margin:0;
	outline:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font:inherit;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	text-decoration:none;
	vertical-align:baseline;
}
html {font-size:62.5%; width:100%; height:100%;}
body {
	font-size:10px;
	font-size:1.0rem;
	line-height:1;
	position:relative;
	text-align:center;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	width:100%;
	height:100%;
}
audio, 
canvas, 
video {
	display:inline-block;
}
hr
 {
	display:block;
}
ol, 
ul {
	list-style:none;
}
blockquote, 
q {
	quotes:none;
}
blockquote:before, 
blockquote:after, q:before, 
q:after {
	content:''; 
	content:none;
}
input, 
select {
	vertical-align:middle;
}
table {
	border-collapse:collapse; 
	border-spacing:0; 
	empty-cells:show;
}
/* ------------------------------
	サイト全体（PC用コード）
------------------------------ */
html, body {
	margin: 0 auto;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
#tmp_wrapper {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	color: #000;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.75;
	font-weight: 500;
}
u { border-bottom: solid 1px #000;}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cont_image {
	text-align: center;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fl { float:left;}
.fr { float:right;}

.tal { text-align:left !important;}
.tac { text-align:center !important;}
.tar { text-align:right !important;}
.vat { vertical-align:top;}
.vam { vertical-align:middle;}
.vab { vertical-align:bottom;}

strong, 
.bold { font-weight: bold;}
.auto {
	margin-left: auto !important;;
	margin-right: auto !important;;
}
/* 行スペース */
.b1 { margin-bottom: 1.5em;}
.b2 { margin-bottom: 3em;}
.b3 { margin-bottom: 4.5em;}

/* スペース */
.mb0 { margin-bottom: 0 !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}
.mr0 { margin-right: 0 !important;}

/* リンク */
a {
	color: #00755E;
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* マウスクリック時 */
#tmp_wrapper *:focus:not(:focus-visible) {
	outline: none;
}
/* タブ移動時 */
#tmp_wrapper *:focus-visible {
	outline: 2px solid #333;
	outline-offset: 0;
}
a:hover {
	text-decoration: none;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* カラー */
.red {color: #e62116 !important;}
.blue {color: #005bac; }
.gray {color: #767676;}

/* フォントサイズ */
.big, .f18 { font-size: 1.8rem;}
.f11 { font-size: 1.1rem;}
.f12 { font-size: 1.2rem;}
.f13 { font-size: 1.3rem;}
.f14 { font-size: 1.4rem;}
.f15 { font-size: 1.5rem;}
.f16 { font-size: 1.6rem;}
.f20 { font-size: 2rem;}
.f22 { font-size: 2.2rem;}
.f24 { font-size: 2.4rem;}

.small, 
small {
	font-size: 1.4rem;
	line-height: 1.7;
	display: inline-block;
}
/* 上付き */
sup {
	font-size: 80%;
	vertical-align:top;
}
/* 下付き */
sub {
	font-size: 80%;
	vertical-align:bottom;
}
/* 強調 */
em { font-style: italic;}
/* 打消し */
s,
del { text-decoration: line-through;}
/* 引用・転用 */
blockquote { margin: 1em 3em;}
/* 非表示 */
.hide {
	display: none;
}
/* ------------------------------
	PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	a:focus, a:hover {
		opacity: 0.7;
	}
	.sp { display: none !important;}
	.pc_tal { text-align:left;}
	.pc_tac { text-align:center;}
	.pc_tar { text-align:right;}
	.pc_bold { font-weight: bold;}
	.pc_nobr br { display: none;}
	.pc_mb0 { margin-bottom: 0 !important;}
	.pc_mb10 { margin-bottom: 10px !important;}
	.pc_mb20 { margin-bottom: 20px !important;}
	.pc_mb25 { margin-bottom: 25px !important;}
	.pc_mb30 { margin-bottom: 30px !important;}
	.pc_mb40 { margin-bottom: 40px !important;}
	.pc_mb50 { margin-bottom: 50px !important;}
	.pc_mb60 { margin-bottom: 60px !important;}
	.pc_mb80 { margin-bottom: 80px !important;}
	.pc_mr0 { margin-right: 0 !important;}

	/* -- TEL Link -- */
	a[href^="tel:"] {
		color: #000;
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
/* ------------------------------
	サイト全体（スマホ用コード）
------------------------------ */
@media screen and (max-width: 767px) {
	html, 
	body {
		min-width: 100%;
		max-width: 100%;
	}
	.pc { display: none !important;}
	.sp_tac { text-align: center !important;}
	.sp_tal { text-align: left !important;}
	.sp_nobr br { display: none;}
	.fl,
	.fr { float: none;}
	#tmp_wrapper { min-width: 0;}

	/* スペース */
	.mb15 { margin-bottom: 10px !important;}
	.mb20 { margin-bottom: 10px !important;}
	.mb25 { margin-bottom: 15px !important;}
	.mb30 { margin-bottom: 15px !important;}
	.mb35 { margin-bottom: 20px !important;}
	.mb40 { margin-bottom: 20px !important;}
	.mb50 { margin-bottom: 30px !important;}
	.mb60 { margin-bottom: 40px !important;}
	.mb70 { margin-bottom: 50px !important;}
	.mb80 { margin-bottom: 55px !important;}
	.mt15 { margin-top: 10px !important;}
	.sp_mb5 { margin-bottom: 5px !important;}
	.sp_mb10 { margin-bottom: 10px !important;}
	.sp_mb15 { margin-bottom: 15px !important;}
	.sp_mb20 { margin-bottom: 20px !important;}
	.sp_mb30 { margin-bottom: 30px !important;}
	.sp_mb40 { margin-bottom: 40px !important;}
	.sp_mb50 { margin-bottom: 50px !important;}
	.sp_mb60 { margin-bottom: 60px !important;}
	.sp_mr0 { margin-right: 0 !important;}
	
	/* フォントサイズ */
	.big,.f18 { font-size: 1.7rem;}
	.f13 { font-size: 1.2rem;}
	.f14 { font-size: 1.3rem;}
	.f15 { font-size: 1.4rem;}
	.f16 { font-size: 1.5rem;}
	.f20 { font-size: 1.8rem;}
	.f20 { font-size: 2rem;}
	.f24 { font-size: 2.2rem;}
	.f28 { font-size: 2rem;}
	.f32 { font-size: 2.5rem;}
	.small,
	small { font-size: 1.2rem;}
	.nobr br { display: none;}
}

/* --------------------------------------------------
  スキップ
-------------------------------------------------- */
.skip {
	width:1px;
	color:#000000;
	font-size:0.1%;
	line-height:0.1;
	background-color:#FFFFFF;
	position:absolute;
	left:-3000px;
	z-index:9999;
}
a.skip {
	color:#003377;
	background-color:#FFFFFF;
	text-align:center;
	padding:2px 0;
	top:auto;
}
a.skip:active {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}
a.skip:focus {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}

/* ------------------------------
 ヘッダー
------------------------------ */
.headerBlock {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	box-shadow: rgba(0,0,0,.2) 0 3px 5px -5px;
}
/* ロゴ */
.headerBlock .logoBox {
	display: flex;
	justify-content: center;
	align-items: center;
}
.headerBlock .logoBox > a {
	display: inline-block;
}
/* ------------------------------
 ヘッダー（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock {
		min-width: 1240px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	/* ロゴ */
	.logoBlock {
		padding-left: 30px;
	}
	/* グローバルナビ */
	.slidemenu-btn {
		display: none !important;
	}
	.headerBlock .gnav {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		background-color: #00755E;
		height: 100%;
		padding: 0 30px;
		border-radius: 40px 0 0 0;
	}
	.headerBlock .gnav > ul {
		line-height: 1.4;
		display: flex;
		align-items: center;
	}
	.headerBlock .gnav > ul > li {
		font-size: 1.6rem;
		position: relative;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav > ul > li {
		display: flex;
		align-items: center;
		padding: 0 20px;
		position: relative;
	}
	.headerBlock .gnav > ul > li:not(:last-child)::after {
		content: "";
		width: 1px;
		height: 15px;
		border-right: dotted 1px #fff;
		position: absolute;
		right: 0;
	}
	.headerBlock .gnav > ul > li > a {
		display: flex;
		align-items: center;
		position: relative;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav > ul > li > a::after {
		content: "";
		width: 38px;
		height: 3px;
		border-radius: 1.5px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -12px;
		margin: auto;
		background-color: #34C200;
		opacity: 0;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav > ul > li > a:hover::after,
	.headerBlock .gnav > ul > li > a:focus::after,
	.headerBlock .gnav > ul > li > a.focus::after {
		opacity: 1;
	}
	
	/* お問い合わせボタン */
	.headerBlock .gnav .contact_btn a {
		font-weight: bold;
		color: #00755E;
		text-decoration: none;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		background-color: #fff;
		height: 40px;
		padding: 5px 25px;
		border-radius: 40px;
		margin: 0 10px;
	}
	.headerBlock .gnav .contact_btn a::before {
		content: "";
		width: 15px;
		height: 12px;
		margin-right: 5px;
		background: url(../images/icon_mail.png) no-repeat 0 0 / 15px auto;
	}
}
@media print, screen and (min-width: 768px) and  (max-width: 1630px) {
	.headerBlock .gnav {
		padding: 0 10px;
	}
	.headerBlock .gnav > ul > li {
		font-size: 1.5rem;
		padding: 0 12px;
	}
	.headerBlock .gnav .contact_btn a {
		padding: 5px 15px;
		margin: 0 5px;
	}
}
/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.headerBlock {
		height: 50px;
		box-shadow: rgba(0,0,0,.2) 0 3px 5px -3px;
	}
	.logoBlock {
		position: relative;
		z-index: 100;
		text-align: left;
		background-color: #fff;
	}
	/* ロゴ */
	.headerBlock .logoBox {
		width: calc(100% - 50px);
		height: 50px;
		padding-left: 6%;
		justify-content: flex-start;
	}
	.headerBlock .logoBox img {
		width: 279px;
	}
	/* グローバルナビ 開閉ボタン */
	.slidemenu-btn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		border-radius: 20px 0 0 0 ;
		background-color: #00755E;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 18px;
		height: 2px;
		background: #fff;
	}
	.menu-icon:before,
	.menu-icon:after {
		transition: color .25s ease;
	}
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		background: #fff;
	}
	.menu-icon:before,
	.menu-icon:after {
		content: "";
		transform-origin: 50% 50%;
	}
	.menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: all .25s ease-out;
	}
	.menu-icon:before {
		top: -7px;
		transition: transform .1s ease-out;
	}
	.menu-icon:after {
		bottom: -7px;
		transition: transform .1s ease-out;
	}
	.page-open-slidemenu .menu-icon {
		background: transparent;
	}
	.page-open-slidemenu .menu-icon:before {
		transform: translateY(7px) rotate(45deg);
		transition: transform .1s ease-out .25s;
	}
	.page-open-slidemenu .menu-icon:after {
		transform: translateY(-7px) rotate(-45deg);
		transition: transform .1s ease-out .25s;
	}
	/* グローバルナビ */
	.headerBlock .gnav {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 100%;
		height: 100%;
		padding: 50px 0 0;
		background-color: #EDF3FA;
		transition: visibility 0s step-start .3s, opacity .3s ease-in-out;
	}
	.page-open-slidemenu .headerBlock .gnav {
		visibility: visible;
		opacity: 1;
		overflow-y: auto;
	}
	
	/* グローバルナビ メニュー */
	.headerBlock .gnav > ul {
		padding: 10px 6% 0;
		margin-bottom: 30px;
	}
	.headerBlock .gnav > ul > li {
		font-size: 1.6rem;
		font-weight: bold;
		position: relative;
		text-align: left;
		z-index: 3;
		width: 100%;
		border-bottom: dotted 1px #9AABB5;
	}
	.headerBlock .gnav > ul > li > a {
		display: block;
		position: relative;
		width: 100%;
		padding: 15px 35px 15px 0;
		color: #000;
		text-decoration: none;
	}
	.headerBlock .gnav > ul > li > a::after {
		content: "";
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		background: url(../images/icon_arrow_r_l.png) no-repeat 0 0 / cover;
	}
	/* お問い合わせボタン */
	.headerBlock .gnav .contact_btn a {
		font-size: 1.5rem;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		background-color: #00755E;
		width: 230px;
		height: 60px;
		padding: 5px 20px;
		border-radius: 60px;
		margin: auto;
		position: relative;
	}
	.headerBlock .gnav .contact_btn a::after {
		content: "";
		width: 34px;
		height: 34px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		margin: auto;
		border-radius: 100%;
		background: #fff url(../images/icon_mail.png) no-repeat center center / 15px 12px;
	}
}
/* ------------------------------
 コンテンツ
------------------------------ */
.contentsHome,
.contents {
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 90px;
}
/* 横幅1140px */
.inBlock {
	text-align: left;
}
.contents .inBlock:not(:last-child) {
	margin-bottom: 80px;
}
/* ------------------------------
 コンテンツ（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	#tmp_wrapper {
		min-width: 1240px;
	}
	.menu-layer {
		display: none;
	}
	.contentsHome,
	.contents {
		min-width: 1240px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.inBlock::after {
		content: "";
		display: block;
		clear: both;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	#tmp_wrapper {
		min-width: 320px;
	}
	.menu-layer {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		transition: visibility 0s step-start .3s, opacity .3s ease-in-out;
		background-color: rgba(229,236,244,.95);
	}
	.page-open-slidemenu .menu-layer {
		visibility: visible;
		opacity: 1;
	}
	.page-open-slidemenu {
		overflow: hidden;
		position: fixed;
	}
	.contentsHome,
	.contents {
		min-width: 320px;
		margin-top: 50px;
	}
	.contentsHome .inBlock,
	.contents .inBlock {
		margin-left: 6%;
		margin-right: 6%;
	}
	.contents .inBlock:not(:last-child) {
		margin-bottom: 60px;
	}
}
/* ------------------------------
 ページタイトル周り
------------------------------ */
.heading {
	text-align: center;
	background-color: #EDF3FA;
	margin-bottom: 120px;
}
.headingTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	width: 100%;
	min-height: 340px;
}
@media print, screen and (min-width: 768px) {
	.headingImg {
		margin-top: -80px;
		padding-left: calc(50% - 570px);
		background: linear-gradient(180deg, #EDF3FA 0%, #EDF3FA 59%, #fff 59%, #fff 100%);
	}
	.headingImg img {
		min-height: 670px;
		width: 100%;
		border-radius: 50px 0 0 50px;
		object-fit: cover;
		object-position: left center;
	}
}
/* ------------------------------
 ページタイトル周り（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.heading {
		margin-bottom: 60px;
	}
	.headingTitle {
		padding: 45px 6%;
		min-height: 175px;
	}
	.headingImg {
		margin-top: -15px;
		padding-left: 6%;
		background: linear-gradient(180deg, #EDF3FA 0%, #EDF3FA 59%, #fff 59%, #fff 100%);
	}
	.headingImg img {
		min-height: 220px;
		width: 100%;
		border-radius: 25px 0 0 25px;
		object-fit: cover;
		object-position: left center;
	}
}
/* ------------------------------
 パンくず（PC）
------------------------------ */
.crumbBlock {
	font-size: 1.5rem;
	width: 100%;
	padding: 10px 5%;
	margin-top: 90px;
}
.crumbBlock p::before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../images/icon_home.png) no-repeat 0 0 / cover;
}
/* ------------------------------
 パンくず（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.crumbBlock {
		padding: 10px 5%;
		margin-top: 50px;
	}

}
/* ------------------------------
 フッター（PC）
------------------------------ */
.footerBlock {
	color: #fff;
	width: 100%;
	padding: 110px 0;
	background-color: #00755E;
}
.footerBlock a {
	color: #fff;
	text-decoration: none;
}
/* フッターナビ */
.footerNavi ul {
	display: flex;
	gap: 0 16px;
	margin-bottom: 60px;
}
.footerNavi ul li {
	font-weight: 500;
}
.footerNavi ul li a::after {
	content: "";
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-left: 3px;
	vertical-align: middle;
	background: url(../images/icon_arrow_r_s.png) no-repeat 0 0 / cover;
}
/* お問合せ先 */
.contactInfo {
	line-height: 1.4;
	margin-bottom: 15px;
}
.contactName {
	font-size: 2.2rem;
	font-weight: bold;
}
/* コピーライト */
.copyright {
	font-family: 'Arial', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
}
/* 浜松市ウェブサイト */
.cityWebsite {
	width: 270px;
	min-height: 148px;
	display: flex;
	border-radius: 15px;
	background-color: #fff;
}
.cityWebsite a {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
}
.cityWebsite .websiteLogo {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.cityWebsite .websiteNmae {
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	display: block;
}
@media print, screen and (min-width: 768px) {
	.footerBlock a:hover {
		opacity: .7;
	}
	/* お問合せ先 */
	.footerContact {
		padding-right: 40px;
		width: calc(100% - 270px);
	}
}
/* ------------------------------
 フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.footerBlock {
		font-size: 1.5rem;
		padding: 50px 6% 40px;
	}
	/* フッターナビ */
	.footerNavi ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px 16px;
		margin-bottom: 15px;
	}
	.footerNavi ul li a::after {
		width: 15px;
		height: 15px;
	}
	/* お問合せ先 */
	.footerContact {
		order: 2;
	}
	.contactInfo {
		line-height: 1.4;
		margin-bottom: 15px;
	}
	.contactName {
		font-size: 2rem;
		text-align: center;
	}
	.contactAddress {
		margin-bottom: 15px;
	}
	/* コピーライト */
	.copyright {
		text-align: center;
	}
	/* 浜松市ウェブサイト */
	.cityWebsite {
		order: 1;
		width: 216px;
		min-height: 114px;
		margin: 0 auto 35px;
	}
	.websiteLogo img {
		width: 145px;
		height: 39px;
	}
	.cityWebsite .websiteNmae {
		font-size: 1.5rem;
	}
}

/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background-color: #00755E;
	cursor: pointer;
	transition: none;
	border: solid 1px #fff;
}
.js-btn-pagetop span {
	content: "";
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(-45deg);
}
/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		bottom: 15px;
		right: 3%;
		width: 41px;
		height: 41px;
	}
	.js-btn-pagetop span {
		top: 45%;
		width: 10px;
		height: 10px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	background-color: #005bac;
	text-align: center;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
}
/* 余白 */
@page {
	margin: 9.7mm 9.7mm;
}