@charset "utf-8";

/* =================================================
   RESET
================================================= */
.clear {
	clear: both;
}
 .clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


body {
	min-width:640px;
}

#fn-header,
#fn-contents-left-menu {
	display:none;
}
#default-header {
	height: auto;
}
#default-header li {
	background:none;
	padding-left:0;
	margin-right:5px;
}
nav li a:link {
	color:#ffffff;
	text-decoration:none !important;
}
nav li a:hover {
	text-decoration:underline !important;
}

#fn-body {
	position:relative;
	left:-66px;;
}

h2 {
	padding:0;
	margin:0;
}

/* =================================================
   769px以上 PCサイト
================================================= */
@media screen and (min-width: 769px) {

body {
	min-width:960px;
}

}
