@charset "utf-8";
/***************************************************************
File name  　　　　 : 　　　reset.css
Description 　　　　:　　　 ラウザスタイルの初期化
Date       　　　　 :      2014/08
Table of contents:
・ブラウザスタイルの初期化
・HTML5 display-role reset for older browsers
**************************************************************/
/*-------------------------------------------------------------
HTML5 display-role reset for older browsers
-------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	/*vertical-align:top;*/
	background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,main {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align:top;*/
}
/*-------------------------------------------------------------
ブラウザスタイルの初期化
-------------------------------------------------------------*/
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	margin:0;
	padding:0;
	color:#000000;
	z-index:1;
	font-size:12px;
	line-height: 1.4;
	 -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,address{
	margin:0;
	padding:0;
	font-size:100%;
	font-style: normal;
	font-weight: normal;
	letter-spacing:0.05em;
}
table,th,td{
	margin:0;
	padding:0;
	line-height: 1.6;
}
img{
	vertical-align:top;
	border:0;
}
ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height: 1.6;
}
p{
	margin:0;
	padding:0;
	line-height: 1.6;
}
input, select, textarea {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-size: 100%;
	margin:0;
	padding:0;
	vertical-align:middle;
}