/*PHONE STYLE*/
header, nav, section, footer {
	display: block;
}
html,body {
	height: 100%;
	margin: 0px;
}
.site {
	min-height: 100%;
	position: relative;
}
.main {
	text-align: left;
	margin: 0px auto;
	width: 920px;
	padding: 0px 10px 140px 10px;
}
header {
	float: left;
	margin: 21px 15px 0px 10px;
	width: 200px;
	height: 65px;
}
header img {
	padding: 0px;
	width: 100%;
	height: 100%;
}
nav {
	font-family: arial, sans-serif;
	padding: 40px 0px 50px 0px;
	font-size: 1.2em;
	color: #000000;
}
nav ul {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
nav li {
	float: left;
}
nav li ul {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	width: 162px;
	border: 0px;
	left: -999em;
	margin-left: 11px;
	z-index: 20;
}
nav li li a,nav li.active li a {
	width: 162px;
	background-color: #909090;
	padding: 10px;
	margin: 0px;
	border-top: 1px solid #FFF;
	color: #FFF;
}
nav li ul a {
	width: 162px;
}
nav li li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #626262;
}
nav li:hover ul {
	left: auto;
}
nav a {
	display: block;
	color: #000000;
	padding: 10px 14px;
	margin: 0px 11px 1px 11px;
	text-decoration: none;
}
nav a:hover,nav li.active a {
	color: #FFF;
	text-decoration: none;
	background-color: #23B21A;
}
section {
	clear: both;
	margin: 20px 10px;
	margin-bottom: 80px;
}
section h1 {
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	color: #23B21A;
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 0.06em;
	font-weight: 700;
	margin: 0;
}
section h2 {
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	letter-spacing: 0.06em;
	margin: 10px 0 0 0;
	color: #666666;
	text-decoration: underline;
}
section li {
	font-family: arial;
	font-size: 0.9em;
	list-style-type: square;
	line-height: 20px;
}
section p {
	font-family: arial, sans-serif;
	font-family: arial, sans-serif;
	font-size: 0.9em;
}
section a {
	font-family: arial, sans-serif;
	text-decoration: none;
	color: #666666;
}
section a:hover {
	color: #31B624;
	text-decoration: underline;
}
footer {
	background-color: #FCFCFC;
	width: 100%;
	border-top: 1px solid #f4f4f4;
	text-align: center;
	font-family: arial;
	font-size: 0.9em;
	clear: both;
	position: absolute;
	height: 140px;
	bottom: 0;
}
.footer1d {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 20px 0;
	z-index: 20;
}
.footer1 {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
.footer1 li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
.footer1 li a {
	margin: 0 0 0 3px;
	padding: 3px 10px;
	line-height: 1.3em;
	color: #31B624;
	text-decoration: none;
}
.footer1 li a:hover {
	color: #666666;
	text-decoration: underline;
}
.footer2 {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer2 li {
	margin: 0;
	padding: 7px 0;
	color: #666666;
	font-size: 0.8em;
}
/*PC STYLE*/
@media only screen and (min-width: 768px) {

}