@charset "UTF-8";
/* CSS Document ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/* 　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/* 内容　:　初期設定させているスタイルをリセットしている         */
/* 　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
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, select, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;/* 基本のフォントサイズ 100%=16px;*/
	line-height: 1.8;/* 基本の行間 */
	vertical-align: baseline;
	background: transparent;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;/* 基本のフォントサイズ */
	line-height: 1.8;/* 基本の行間 */
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	outline: none;
}
fieldset {
	border: none;
}
img {
	border: none;
	vertical-align: top;
}
em {
	font-style: normal;
}
ul li {
	list-style-type: none;
	list-style-image: none;
}
ol li {
	list-style-type: none;
	list-style-image: none;
}
