<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charaset "utf-8";

*{
	font-size:100%;
	margin: 0;
	padding: 0;
  background-repeat:no-repeat;
}

body{
  line-height:100%;
	font-size:82%;
  color:#494949;
	background-color:#ffffff;
	background-image:url(../img/common/bg01.gif);
	background-repeat:repeat;
}
BODY,TEXTAREA,INPUT,SELECT {
  font-family:'Hiragino Kaku Gothic Pro','ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3',Meiryo,'ãƒ¡ã‚¤ãƒªã‚ª', Osaka,'ï¼­ï¼³ &gt;ï¼°ã‚´ã‚·ãƒƒã‚¯',sans-serif;
}
html&gt;/**/body {
  font-size: 13px;
}
img{
  border:none;
  vertical-align: bottom;
	display:block;
}

ul{
	list-style:none;
}
li{
  list-style-type:none;
}

a {
  text-decoration:none;
  color:#1CA4F2;
}

a:link {
  text-decoration:none;
}

a:visited {
  text-decoration:none;
	/*color:#49B3F0;*/
}

a:hover {
  text-decoration:underline;
	/*color:#1B94C7;*/
}
p{
  line-height:140%;
}

/*clearfix*/
.clearfix:after {
  content: ".";  /* æ–°ã—ã„è¦ç´&nbsp;ã‚’ä½œã‚‹ */
  display: block;  /* ãƒ–ãƒ­ãƒƒã‚¯ãƒ¬ãƒ™ãƒ«è¦ç´&nbsp;ã« */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a img:hover{
	opacity:0.7;
}

</pre></body></html>