@charset "utf-8";
/* =========================================================

Last Update 2024.06.14

========================================================= */
@font-face {
	font-family: "JPC";
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/JPC-Regular.woff2) format("woff2"), url(../fonts/JPC-Regular.woff) format("woff");
}
@font-face {
	font-family: "JPC";
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/JPC-Bold.woff2) format("woff2"), url(../fonts/JPC-Bold.woff) format("woff");
}

html {
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: 100%;
}
img {
	border: 0;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, var {
	font-style: normal
}
table {
	margin: 0 0 10px 0;
}
caption, th {
	text-align: left
}
q:before, q:after {
	content: ''
}
object, embed {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}
abbr, acronym, fieldset {
	border: 0;
	vertical-align: bottom;
}
li {
	list-style-type: none;
	font-family: "JPC", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
/* ----------------------- Basic Style */

/* ------------ Font Style */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px
}
* html .clearfix {
	height: 1px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
#topcontrol {
	z-index: 5000;
}
#logocontrol {
	z-index: 5000;
}
span.pdf {
	background: url(../images/icon/pdf.gif) no-repeat 100% 50%;
	padding: 4px 20px 4px 0;
}
a.pdf {
	background: url(../images/icon/pdf.gif) no-repeat 100% 50%;
	padding: 4px 20px 4px 0;
}
a.jpg {
	background: url(../images/icon/jpg.gif) no-repeat 100% 50%;
	padding: 4px 20px 4px 0;
}
a.doc {
	background: url(../images/icon/doc.gif) no-repeat 100% 50%;
	padding: 4px 20px 4px 0;
}
a.xls {
	background: url(../images/icon/xls.gif) no-repeat 100% 50%;
	padding: 4px 20px 4px 0;
}
a.zip {
	background: url(../images/icon/zip.gif) no-repeat 100% 50%;
	padding: 4px 20px 4px 0;
}
a.mailto {
	background: url(../images/icon/mailto.gif) no-repeat 100% 50%;
	padding: 4px 20px 4px 0;
}
a.html {
	background: url(../images/icon/external.gif) no-repeat 100% 50%;
	padding: 4px 20px 4px 0;
}
span.html {
	background: url(../images/icon/external.gif) no-repeat 100% 50%;
	padding: 4px 20px 4px 0;
}