@charset "UTF-8";
/* =====================
	CSSリセット
======================= */
* {
	margin:0;
	padding:0;
}

ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

dl {
	margin: 0px;
	padding: 0px;
}

dt {
	margin: 0px;
	padding: 0px;
}

dd {
	margin: 0px;
	padding: 0px;
}

br {
	letter-spacing:0;
}

img {
	max-width:100%;
	height:auto;
	border:none;
	vertical-align:top;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */

html,body {
	font-family: Verdana, Geneva, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	line-height: 24px;
	line-height: 20px;
	color: #431406;
	letter-spacing: 0.01em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


a {
	color: #431406;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
	color: #505050;
}


#wrapper {
	/*visibility: hidden;*/
}


footer {
	padding-bottom: 30px;
	background-color: #FFF;
	margin-top: 50px;
}
footer .companyLogo {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	margin-top: 20px;
	display: block;
	background-image: url(../images/common/logo2.svg);
	background-repeat: no-repeat;
	background-size: 263px auto;
	width: 263px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
}
footer .copyrights {
	background-image: url(../images/common/copyright.svg);
	background-repeat: no-repeat;
	display: block;
	width: 259px;
	height: 16px;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.clear {
	clear: both;
}
