@charset "UTF-8";

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

/* 全体構造
-------------------------------------------------------------------------------------------------------- */
html {
	height:100%;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	padding: 0px;
	margin: 0px;
	color: #0b0b0b;
	-webkit-text-size-adjust: none;
	background:#e6eef2;
}
ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a {
	text-decoration: none;
}
img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
}
.pc  { display:inline; }
.sp  { display:none; }
@media only screen and (max-width:640px) {
img{
	max-width:100%;
	height:auto;
}
.pc  { display:none; }
.sp  { display: inline; }
}


/*フォントサイズ基本11px
-------------------------------------------------------------------------------------------------------- */
dt, dd, li, h1, h2, h3, h4, h5, h6, pre, fieldset, p, blockquote {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: normal;
}
@media only screen and (max-width:640px) {
	dt, dd, li, h1, h2, h3, h4, h5, h6, pre, fieldset, p, blockquote {
	font-size: 1.1rem;
	font-size: 11px;
}
}


/* Clearfix
-------------------------------------------------------------------------------------------------------- */
/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE 7 and MacIE*/
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

