@charset "utf-8";

/* フォント指定
---------------------------------------------------------------------------- */
body {
	font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN W3','メイリオ',Meiryo,sans-serif !important;
	margin: 0 8px 8px 8px !important;
}
*+html body{
	margin: 0 10px 8px 10px !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	body
	{
		/* chromeのみ実装 （chrome本番サイトのみ下部marginが0pxなのを確認した為） */
		margin: 0 8px 0px 8px !important;
	}
}

* {
	font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN W3','メイリオ',Meiryo,sans-serif !important;
}

/* スタイルの初期化
---------------------------------------------------------------------------- */

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,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* 090813 - supを取り除く */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	color:#090909;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	/*
	border-collapse: separate;
	*/
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* creft add
---------------------------------------------------------------------------- */

strong {
	font-weight: normal;
}

em {
	font-style: normal;
}

address {
	font-style: normal;
}

img {
	vertical-align: top;
}

input,
textarea {
	font-size: 13px;
}

html>body input,
textarea {
}

/* IEで INPUT[button] の文字が上になる */
* html input {
	padding-top: 2px;
}
*:first-child+html select option {
	padding-top: 1px;
}

