@charset "utf-8";

blockquote, body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0
}
html *{
	box-sizing: border-box;
}
body {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	transition-duration: .8s;
	transition-property: opacity;
	color: #595858
}
* html body, body {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Sans",メイリオ,Meiryo,sans-serif;
	-webkit-text-size-adjust: 100%
}
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	vertical-align: top;
	text-align: left
}
dd, dl, li, ol, ul {
	list-style: none
}
dd, dl, dt, li, ol, ul {
	display: block
}
address, h1, h2, h3, h4, h5, h6, th {
	font-size: 13px;
	font-weight: 400;
	font-style: normal
}
a img {
	border: 0
}
img {
	vertical-align: bottom
}
a:active, a:hover, a:link, a:visited {
	text-decoration: underline;
	color: #595858
}
a:hover {
	    color: #C7B299;
}
a img:hover {
    filter: alpha(opacity=70);
    opacity: 0.70;
	cursor: pointer;
}
/*@media screen and (max-width:768px) {


body {font-family:sans-serif;
	background: #ffffff;
	font-size: 12px;
	line-height: 1.7;
	text-align: left;
	height: 100%;
}
* html body {font-family:sans-serif;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td, article, section, nav, aside, figure {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
}
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body {
    font-family:sans-serif;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.8;
    transition-duration: .8s;
    transition-property: opacity
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
}
input[type="radio"], input[type="checkbox"] {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	vertical-align: top;
	text-align: left;
}
ol, ul, dl, dd, li {
	list-style: none;
}
ol, ul, dl, dt, dd, li {
	display: block;
}
a img {
	border: none;
}
img {
	vertical-align: bottom;
}
.left {
	float: left;
}
.right {
	float: right;
}

}*/