<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
*/


/* 
 default Style [
----------------------------------------------------------- */
html
  {
	height:100%;
	margin-bottom:1px;
	text-align: center;
	overflow-y:scroll;
}

main {
  display: block;
  }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,figure {
margin: 0;
padding: 0;
border: none;
list-style: none;
font-size: 16px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
    transform: rotate(.03deg);
}

p {
	margin: 0;
	color: #1F1F1F;
}

ol,ul {
	list-style:none;
}

ol,ul li {
	list-style: none;
	text-align: left;
}

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

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th {
	text-align:left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}

a {
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.red {
	color: #F00;
	font-weight: normal;
	}
	
form {
	margin: 0px;
	padding: 0px;
	}
    
input[type="submit"]{
-webkit-appearance: none;
}
	
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}

/*
 Base Link Color [
----------------------------------------------------------- */
a {
	color: #000000;
    text-decoration-skip-ink: none;
}

a:hover {
    text-decoration: none;
    color: #999999;
}

a img,
a {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
		 	transition: 0.3s ease-in-out;
}

a img {
-webkit-backface-visibility: hidden; /* 霑ｽ蜉� */
backface-visibility: hidden; /* 霑ｽ蜉� */
}


a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


/* iOS縺ｧ縺ｮ繝�ヵ繧ｩ繝ｫ繝医せ繧ｿ繧､繝ｫ繧偵Μ繧ｻ繝�ヨ */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ隕∫ｴ�縺ｮ繧ｹ繧ｿ繧､繝ｫ*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1.3s;
	transform: translateY(100px);
}
/*繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ隕∫ｴ�縺ｾ縺ｧ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺励◆譎ゅ�繧ｹ繧ｿ繧､繝ｫ*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
</pre></body></html>