@charset"utf-8";

/* 初期化 */

body, form, fieldset {
	margin: 0;
	padding: 0;
	font-style: normal;
}

fieldset {
	border: none;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, dl, dd, img{ 
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

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

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

p{
	margin-bottom:15px;
}

.clear {
	clear: both;
}



/* ▼floatクリアー
-----------------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	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クリアー
-----------------------------------------------------------------*/

