@charset "UTF-8";


/* ************************************************************************
* 
*	Base
*
************************************************************************ */

body{
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:16px;
	line-height:1.5em;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:#ffffff;
}

div, form, input, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, hr{
	margin:0px;
	padding:0px;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
	margin:0px;
	padding:0px;
	display: block;
}

ul{
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

img{
	border:none;
	vertical-align: bottom;
}

a{
	color: #000;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
/*
a img{
	pointer-events: none;
}
*/
sup,sub{
	height:0;
	line-height:1;
	vertical-align:baseline;
	_vertical-align:bottom;
	position:relative;
	_position:inherit;
}

sub{
	bottom:1ex;
}

sub{
	top:0.5ex;
}

.alt{
	position:absolute;
	top:-3000px;
	left:-3000px;
}

.clear{
	overflow:hidden;
	_zoom:1;
}

