@charset "UTF-8";

* {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1;
	margin: 0px;
	box-sizing: border-box;
}

html{
}

body {
    -webkit-text-size-adjust: 100%;
	position: relative;
	color: #1F1B19;
}


body,p,ul,ol,li,h1,h2,h3,h4,h5,h6,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
ul li,ol li {
	list-style: none;
}

img {
	border-style: none;
	vertical-align: bottom;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
/*em,strong,h1,h2,h3,dt {
	font-family: "Hiragino Kaku Gothic Std","ヒラギノ角ゴ Std","Osaka","ＭＳ Ｐゴシック";
}*/
form input {
	line-height: normal;
}

a { color: #745536; text-decoration: underline }
a:link { color: #745536; text-decoration: underline }
a:visited { color: #745536; text-decoration: underline }
a:hover { color: #745536; text-decoration: none }


.gold {
	color: #847B55;
}
.red {
	color: #AE4114;
}
.green {
	color: #3096A4;
}
.red2 {
	color: #CC0000;
}
.pink {
	color: #943751;
}
.pink2 {
	color: #CA736A;
}
.blue {
	color: #6F9EB0;
}
.blue2 {
	color: #0066CC;
}
.blue3 {
	color: #39F;
}
.gray {
	color: #999999;
}

.clear {
	clear: both;
}

body a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
} 

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

.fLora {
    font-family:'Lora', 'Kaiti SC', 'SimSun', serif;
}
/*----------------------------------------------------
 style end
----------------------------------------------------*/