﻿@charset "utf-8";

/* Safari? */
#safari {
}

/* リセットスタイル */

html, body, div, span, aplet, object, iframe,
h1, h2, h3, h4, h5,  blockquote, pre,p,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, 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;
	font-family: Arial,"メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Meiryo","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
}

ol, ul, dl {
	list-style: none;
}

/* Win IE 7向け */

*:first-child+html * {
	font-family:Arial,"メイリオ", "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Meiryo","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
	border-width: 0px;
	border-style: none;
	vertical-align: bottom;
}

/* IE <br/> 対策  */

br{
	letter-spacing:0;
}

/* Firefoxスクロールバー対策  */

html{
    height:100%;
	overflow-y:scroll;
}

/* clearfix  */

.clearfix:after {
 content:".";
 display:block;
 clear:both;
 height:0;
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}

/* exlude MacIE5 \*/

* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

/* end MacIE5 */

.clearfix + *{
    clear: both;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}