@charset "utf-8";

/* ブラウザスタイルの初期化
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding :0;
	line-height: 1.5;
	font-size: 100.01%;
	color: #333333;
	background: #fff;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,verdana,arial,sans-serif;
}
img {
	border: none;
	vertical-align: bottom;
	font-size:0px; /* for IE's Bug? */
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}

ul,ol {
	list-style:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: normal;
}
address {
	font-style: normal;
	font-weight: normal;
}
/* clearfix 
------------------------------------------------------------ */
div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div {
	display: inline-block;
}
/* Mac IE には適用させない \*/
*html div {height: 1%;}
div {display:block;}
/* */

.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 */


/* clearfix（ここまで）
------------------------------------------------------------ */

