/* "BASE" Style Sheet */


/* BASE
===================================================== */
body {
  animation: fadeIn ease 1.5s;
  -webkit-animation: fadeIn ease 1.5s;
  -moz-animation: fadeIn ease 1.5s;
  -o-animation: fadeIn ease 1.5s;
  -ms-animation: fadeIn ease 1.5s;
}

@keyframes fadeIn{0% {opacity:0;}100% {opacity:1;}}
@-moz-keyframes fadeIn {0% {opacity:0;}100% {opacity:1;}}
@-webkit-keyframes fadeIn {0% {opacity:0;}100% {opacity:1;}}
@-o-keyframes fadeIn {0% {opacity:0;}100% {opacity:1;}}
@-ms-keyframes fadeIn {0% {opacity:0;}100% {opacity:1;}}

body,h1,h2,h3,h4,h5,h6,p,table,tr,th,td,quote,small,form,input,ul,li,ol,label,hr,dl,dt,dd,figure,img {
	margin: 0;
	padding: 0;
}

@media screen and (min-width:736px){
	body {
		font-family: "Century Gothic", CenturyGothic, "Roboto","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 14px;
		line-height: 1.8em;
		font-style: normal;
		text-decoration: none;
		color: #2F3233;
		letter-spacing: 0.03em;
	}
	img {
	  border:none;
		vertical-align: top;
	}
}

@media screen and (max-width:736px){
	body {
		font-family: "Century Gothic", CenturyGothic, "Roboto","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 13px;
		line-height: 1.8em;
		font-style: normal;
		text-decoration: none;
		color: #2F3233;
		letter-spacing: 0.03em;
	}
	img {
	  border:none;
		vertical-align: top;
	}
}

a {
	color: #9CDAE7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	list-style: none;
}
hr {
	border: none;
	border-top: solid 1px #CCC;
	height: 1px;
	margin: 3px 0;
}





