@charset "utf-8";
/* CSS Document */
#contents h2 {
	margin-bottom:40px;
}
#contents h3 {
	margin:60px 0 20px 0;
}
#contents p {
	margin-bottom:0;
}
#contact{
	padding:0 0 50px 0;
	margin:0 0 0 10px;
}
#contactL{
	display:inline;
	width:290px;
	float:left;
}
#contactR{
	display:inline;
	width:250px;
	float:left;
}

#contactR p{
	margin:30px 0 40px 0;
}
.btnset li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.pageTop{
	clear: both;
}



/* clearfix
---------------------------------------------------- */
#contact:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#contact {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #contact {
	height: 1%;
}
#contact {
	display: block;
}
/* End hide from IE-mac */
