<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #eff6fc;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1 { 
	text-align: center;
	margin: 10px;
}
h2 {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 490px;
}
h3, h4, h5, h6, p {
	margin: 0;
}
p {
	margin: 4px 0px;
	font-size: 12px;
}
.vollta{
	font-size: 11px;
	font-weight: normal;
	margin-top: 14px;
	padding: 0px;
}
.vol{
	padding-right: 14px;
	vertical-align: top;
}
img.icon{
	margin-top: 6px;
}
img.icon:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a img {
	border: none;
}

a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #36C;
	font-weight: bold;
}


.container {
	width: 820px;
	background-color: #FFF;
	border: 1px solid #000;
	margin: 0 auto; 
}

.header, .footer  {
background-color: #80c8ef;
	height: 34px;
}


.content {
	padding: 30px 0;
	margin: 50 auto;
	font-size: 100%;
	text-align: center;
	background-position: center;
}
.content1 {
	width: 100%;
	padding: 0;
	margin-top: 20px; 
}
.conLe {
	float: left;
	width: 140px;
	padding-top: 10px;
}
.conMain {
	float: left; width: auto;
}


.bottompad {
	padding-left: 4px;
	padding-bottom: 6px;
	vertical-align: bottom;
}.navi {
	font-size: 12px;
	font-style: normal;
	text-align: left;
	margin: 20px;
}

.bottompad2 {
	padding-right: 34px;
	padding-bottom: 10px;
	text-align: right;
}
.iconnavi {
	font-size: 11px;
	font-style: normal;
	text-align: left;
}
.font13 { font-size: 13px; line-height: 1.6;
}
.font1318 {
	font-size: 13px;
	line-height: 22px;
	padding-left: 4px;
}
.w580 {
	font-size: 12px;
	text-align: right;
	vertical-align: text-botom;
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: auto;
}
.style3 {font-weight: bold; color: #1EB9EE;}
.btn8,
a.btn8,
button.btn8 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 0.6rem 1.8rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #008000;
}

a.btn8-border {
  border: 1px solid #008000;
  border-radius: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn8-border:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #008000;
}

a.btn8-border:hover {
  color: #fff;
  background: #008000;
}

a.btn8-border:hover:before {
  background: #fff;
}</pre></body></html>