@charset "utf-8";
/* CSS Document */
html,body {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	font-family: "rem Helvetica", "Microsoft JhengHei", "微軟正黑體", "微软正黑体", "Hiragino Sans GB", sans-serif;
	/*font-family:arial,"Hiragino Sans GB","Microsoft Yahei",sans-serif;*/
	/*font-family: "Arial", "MingLiU", "PMingLiU";*/
	margin: 0px;
	font-size: 18px;
	color: #000;
	letter-spacing: 0.05em;
	text-align: justify;
}
img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
h1 {
	font-size: 32px;
	color: #003C1E;
	display: inline;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 66px;
	margin-top: 25px;
	margin-bottom: 25px;
}
h2 {
	font-size: 40px;
	font-weight: bold;
	color: #FF6633;
	display: inline;
	letter-spacing: 0px;
	line-height: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	display: inline;
	line-height: 28px;　
}
textarea,input,button,select{
	outline:medium none;
	font-family: "rem Helvetica", "Microsoft JhengHei", "微軟正黑體", "微软正黑体", "Hiragino Sans GB", sans-serif;
}
.phone {
	display: none;
}
.none {
	display: none;
}
b {
	line-height: 34px;
}