@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	font-size: 67.5%;
	font-family: 'Noto Sans Japanese', serif;
	color: #666666;
}
body {
	font-size: 160%;
}
header {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 10px solid #8DEDC9;
}
.headerArea {
	width: 400px;
	float: left;
}
.headerArea .companyName {
	margin-left: 20px;
	font-size: 2rem;
	font-weight: 200;
	color: #9EC1A7;
}
.headerArea .catch {
	font-size: 1rem;
}
.headerArea img {
	margin-top: 5px;
}
.langNavArea {
	margin-top: 0px;
	float: right;
	width: 160px;
}
.langNavArea ul {
	overflow: hidden;
}
.langNavArea li {
	float: left;
	margin-left: 10px;
	width: 70px;
	height: 42px;
	text-indent: -9999px;
	background-position: center center;
	background-size: 70px;
}
.langNavArea li a {
	width: 100%;
	height: 100%;
	display: block;
}
.langNavArea li.langJP {
	background-image: url(../format/nav/langJP.png);
	background-repeat: no-repeat;
}
.langNavArea li.langCN {
	background-image: url(../format/nav/langCN.png);
	background-repeat: no-repeat;
}
.langNavArea .inqury {
	width: 150px;
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
}
.imgFull {
	width: 100%;
	height: auto;
}
.catchArea {
	position: relative;
}
.catchArea .catch {
	position: absolute;
	text-align: center;
	top: 40%;
	left: 0;
	right: 0;
	font-size: 1.4rem;
	font-weight: 900;
	color: #fff;
	text-shadow: 1px 0px 0px #333, 0px 1px 0px #333, -1px 0px 0px #333, 0px -1px 0px #333;
}
article h2 {
	font-size: 200%;
	text-align: center;
	font-weight: 200;
	margin-bottom: 40px;
}
#news li {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
}
#access iframe {
	width: 100%;
}
#access h3 {
	font-size: 2rem;
	font-weight: 500;
	border-bottom: 1px solid #CCCCCC;
}
article #works h3 {
	font-size: 3rem;
	margin-bottom: 10px;
	padding-left: 35px;
	margin-top: 10px;
}
.works1 {
	background-image: url(../toppage/works/1.png);
	background-repeat: no-repeat;
	text-align: left;
	background-position: 0% center;
}
.works2 {
	background-image: url(../toppage/works/2.png);
	background-repeat: no-repeat;
	text-align: left;
	background-position: 0% center;
}
.works3 {
	background-image: url(../toppage/works/3.png);
	background-repeat: no-repeat;
	text-align: left;
	background-position: 0% center;
}
.works4 {
	background-image: url(../toppage/works/4.png);
	background-repeat: no-repeat;
	text-align: left;
	background-position: 0% center;
}
.works5 {
	background-image: url(../toppage/works/5.png);
	background-repeat: no-repeat;
	text-align: left;
	background-position: 0% center;
}
.cursol {
	background-image: url(../toppage/works/cursol.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
}
footer  {
	background-color: #89C997;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFBFB;
	margin-top: 100px;
}
footer h2 {
	font-size: 2rem;
}
footer p {
	font-size: 0.9rem;
}
/*PageTop*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10%;
	padding-bottom: 20px;
}
#mailform .boundary {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
}
#mailform .boundary:hover {
	background-color: #D7F7DE;
	width: auto;
	height: 100%;
}
#mailform textarea {
	width: 100%;
}
#mailform input.formResponsive  {
	width: 100%;
}
.center {
	text-align: center;
}
#renewel {
	padding-top: 20vh;
	padding-bottom: 20vh;
	text-align: center;
}
#renewel h1 {
	font-size: 2.5rem;
	margin-bottom: 15px;

}
