@charset "UTF-8";

/* ----- Googleフォント ----- */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap&subset=japanese'); */


/* ----- リンク定義 ----- */

a:link{color: #01289d;}
a:visited{color: #01289d;}
a:active{color: #01289d;}
a:hover{text-decoration: none;}

/* ----- タグ定義 ----- */

body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px
}

p, li, dt, dd {
	font-size: 80%;
	line-height: 160%;
}

p, form, ul, ol, li, dl, dt, dd, td, th, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

label,
button,
select,
input[type="raddio"],
input[type="checkbox"],
input[type="submit"] {
	cursor: pointer;
}

input,
select option {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

img {
	vertical-align: top;
	border: none;
}

/* ----- 全体 ----- */

.clear {
	width: 0px;
	height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

a:hover, input[type="image"].searchs:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

.sizeFull {
	width: 100%;
}

.fullImg {
	width: 100%;
	height: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.allt {
	text-align: left;
}

.alct {
	text-align: center;
}

.alrt {
	text-align: right;
}

.nmlTxt {
	font-weight: normal;
}

.bldTxt {
	font-weight: bold;
}

.justTxt {
	text-align: justify;
	text-justify: distribute;
}

.waku {
	border: 1px solid #ddd;
}

div.wakuYel {
	background-color: #FCF9E9;
	border: 1px solid #EBE0A5;
	padding: 10px 16px;
}

div.wakuBlu {
	background-color: #EBF4FA;
	border: 1px solid #C4DFF3;
	padding: 15px;
}

div.wakuRed {
	background-color: #FFF1F1;
	border: 1px solid #F3BBBB;
	padding: 15px;
}

div.wakuGre {
	background-color: #f1f9df;
	border: 1px solid #cedeaa;
	padding: 15px;
}

a.btnArea {
	display: inline-block;
	background-color: #333;
	text-decoration: none;
	color: #fff;
	padding: 6px 35px;
	border: 2px solid #d7d7d7;
}

a.btnArea.red {
	background-color: #bf0d00;
	border: 2px solid #f9d1ce;
}

a.btnArea.green {
	background-color: #51920b;
	border: 2px solid #d1e5bb;
}

/* ----- 文字装飾 ----- */

.smlTxt {
	font-size: 80%;
}

.smlerTxt {
	font-size: 75%;
}

.smlestTxt {
	font-size: 70%;
}

.bigTxt {
	font-size: 115%;
}

.biggerTxt {
	font-size: 120%;
}

.biggestTxt {
	font-size: 125%;
}

.colGra {
	color: #888888;
}

.colRed {
	color: #cc0000;
}

.colBlue {
	color: #4BAAE6;
}

.colBlue2 {
	color: #2244aa;
}

.colOra {
	color: #E68614;
}

.colGree {
	color: #336600;
}

/* ----- リンク ----- */

.link01 {
	background: url(../img/ico_link01.png) no-repeat 0px 7px;
	padding: 0px 0px 0px 36px;
}

#pageTop {
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 9999;
}

#pageTop a {
	background-color: rgba(0, 0, 0, 0.3);
	display: block;
	z-index: 999;
	width: 43px;
	height: 26px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 17px 0 0 0px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

#pageTop a:hover {
	background-color: rgba(0, 0, 0, 0.9);
}


/* ----- 印刷用 ----- */

@media print{
	body { zoom:1; }
}