﻿@charset "UTF-8";

/* Base css */

body, input, textarea, form, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, div, fieldset, hr {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

hr {
	line-height: 1px;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

img {
	border-style: none;
	border-width: 0;
}

p, ul {
	line-height: 1.5em;
}

/* font family set */

body {
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meyryo", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
}

/*clear*/

br.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}

/* end css */
