@charset "utf-8";

/*-----------------------------------------------
	base.css

-----------------------------------------------*/




/* ▽--------------- 基本セット ---------------▽ */
/*
html{
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
}

body, div, p, ul, ol, li, dl, dt, dd, table, th, td, h1, h2, h3, h4, h5, form, img {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.2rem;
	color: #333;
}
a {
	text-decoration: underline;
}
a:link {
}
a:visited {
}
a:active {
}

a:hover {
	text-decoration: none;
}
*/
/* ▲--------------- 基本セット ---------------▲ */



/* ▽--------------- 汎用パーツ ---------------▽ */
/* floatクリア(単独) */
.clr {
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 1rem;
	text-indent: -9999px;
}

/* floatクリア(親要素) */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.font11 {
	font-size: 92%;
}
.font14 {
	font-size: 117%;
}
.font16 {
	font-size: 134%;
}
/* ▲--------------- 汎用パーツ ---------------▲ */


/* ▲------------------------------------------▲ */