@charset"utf-8";

/* 初期化 */

body, form, fieldset {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
strong{
	font-weight: normal;
}
fieldset {
	border: none;
}
a{
	outline: none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, img{ 
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 100%;
}

blockquote, li, dt, dd {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-size: 1em;
}

.clear {
	clear: both;
}

.fontclear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

/* ▼pngfix
-----------------------------------------------------------------*/
* html .iepngfix {
  behavior: url(/pc/aemc/inc/js/png/iepngfix.htc);
}

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
/* ▲pngfix
-----------------------------------------------------------------*/

/* ▼floatクリアー
-----------------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* ▲floatクリアー
-----------------------------------------------------------------*/

