﻿@charset "UTF-8";

/*  ノーマライズ
-----------------------------------------------------------*/
html,body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
body {
	/*font-family:"Meiryo","メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック",Osaka,Verdana,Arial, Helvetica, sans-serif;*/
}
/* フォントサイズ */
/* for win */
body {
	font-size: 75% ;
}

/* for safari */
/*\*/
html:\66irst-child body {
	font-size: 70% ;
}
/* end */
/* for macIE */
/* \*//*/
body {
	font-size: 74% ;
	font-size: 11px ;
}
/**/

h1,h2,h3,h4,h5,h6,
dt,dd,li,
p,
pre,blockquote,q,address,
fieldset,input,textarea,
th,td { 
	font-size: 1em;
	line-height: 1.4;
}
table th {
	text-align: left;
	font-weight: normal;
}
ul,ol,li {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,
em,strong,pre,address {
	font-style: normal;
	font-weight: normal;
}
.fwb{
	font-weight: bold;
}
img,
a,
a img {
	border: 0px none #fff;
}
a:hover {
	text-decoration: none;
}
/* Firefox3.0 Only */
html>/**/body a, x:-moz-any-link, x:default {
	outline:none;
}
/*  クリア
-----------------------------------------------------------*/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
