@charset "UTF-8";

@media all{
*{
	color: inherit;
	font: inherit;
}

html, body, h1,h2,h3,h4,h5,h6,
ul, ol, dl, dd, dt, li,
p, form, table, thead, tbody, tfoot, tr, th, td, caption,
a, img, div, span,
article, aside, dialog, figure, footer,
header, hgroup, nav, section{
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: left;
}

html{
	line-height: normal;
	font-size: inherit;
	font-weight: normal;
	font-variant: normal;
	font-style:normal;
	color: rgb(0,0,0);
}

body{
	-webkit-text-size-adjust: 100%;	/* iosの文字サイズ自動調整対策 */
}

article, aside, dialog, figure, footer,
header, hgroup, nav, section{
	display:block;
}

ul, ol{
	list-style: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	line-height: 1;
	vertical-align: top;
	border: none;
}

input, textarea, select, option, button{ margin: 0px; outline: none;}
textarea{ font-size: inherit; }
option{ height: 16px;}
	
a{
	outline: none;
	color: inherit;
	cursor: pointer;
	background-color: transparent;
}

a:hover, a:focus, a:active, a:link, a:visited{
	outline: none;
}

}

/* ========================================================================== */
/* ========================================================================== */

@media print{

.noPrint{
	display: none !important;
}
	
img{
	border: 0px;
}

ul{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
	
dd{
	margin-left: 0px;
	text-indent: 0px;
}
}