@charset "utf-8";

/* CSS Document */
/* blowser reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
testarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

img { vertical-align:bottom;/* imgの下の余白をなくす　ディセンダ（文字の下の余白）を削除 */ }

address,
em { font-style:normal; }

strong,
th { font-weight:normal; }

table {
	border-collapse:collapse;
	border-spacing:0;
}

th { text-align:left; }

hr,
legend { display:none; }

h1,
h2,
h3,
h4,
h5,
h6 { font-size:100% }

img,
fieldset { border:0; }/* imgの周囲のボーダーを消す */

li { list-style-type:none; }/* リスト冒頭の点を消す */

/* Fonts */
body {
	font-size:75%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ　Ｐゴシック", "MS PGothic", Sans-Serif;/* ＭＳ　Ｐゴシックだけ全角 */
}

html>/**/body { font-size:12px; }/* cssハック　ie6,ie7以外のブラウザーのフォントを12pxに */

/* clearFix */
.clearfix:after {
	content:'';
	display:block;
	clear:both;
	height:0;
}
/*
.clearfix { /zoom: 1;
} *//* IE */

a {
	overflow: hidden;
	outline: none;
}