@charset "utf-8";


/*=====================================
全般的なスタイル
=====================================*/
*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: YuGothic, Meiryo, arial, sans-serif;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
body {
	background-color: #fafafa;
	text-align: center;
	margin: 0;
	line-height: 1.5em;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
html {
/*	overflow-y: scroll; */
}
#main {
	background-color: #fff;
}
a {
	text-decoration: underline;
	color: #11c;
}
a img {
	border: solid 1px #11c;
}
a:hover img {
	opacity: 0.6;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color:#551A8B;
}
ol {
	list-style: none;
}
.invisible {
	visibility: hidden;
}
.bold {
	font-weight: bold;
}
.smaller {
	font-size: 80%;
}
.pankuzu,
.breadcrumbs {
	font-size: 80%;
	text-align: justify;
	margin: 0;
	padding: 0;
	margin-left: 1em;
}
div#form_box {

}
div#form_box table.form {
	border: 1px solid #7777bb;
	border-collapse: collapse;
	margin: 1em auto;
}
div#form_box table.form th,
div#form_box table.form td {
	text-align:left;
	border:1px solid #7777bb;
	padding:8px;
	font-weight:normal;
}
div#form_box table.form th {
	background:#cccce6;
}
div#form_box table.form td {
	background:#f0f0f0;
}
div#form_box strong.ttl {
	text-align:left;
	border-left:solid 4px #cc0000;
	display:block;
	padding:2px 5px;
	margin-top:2em;
}
/* ページトップに戻る */
/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	display: block;
	width: 80px;
	height: 80px;
}
#page-top a img {
	border: none;
}

/* ====Webフォント==== */
.ud-shingo-m {font-family: "UD Shin Go Medium";}
.ud-shingo-r {font-family: "UD Shin Go Regular";}
.ud-shingo-conde-l {font-family: "UD新ゴ コンデンス90 L";}
.noto-sans {font-family: 'Noto Sans JP', sans-serif;}
.noto-serif { font-family: 'Noto Serif JP', serif;}
.wf-sawarabi { font-family: "Sawarabi Mincho"; }