
/*============================================================================================================= ベーシック */
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

html{
	height: 100%;
	font-size: 13px;
	overflow-y:scroll;
}

body{
	height: 100%;
}

img {
	border: none;
}

a{
	color: #e715cc;
	outline: none;
}

h1,h2,h3,h4,h5,h6{
	vertical-align: bottom;
	font-size: 18px;
	line-height: 1em;
}

p{
	line-height: 1.3em;
	letter-spacing: 0.1em;
	text-align: left;
}

dd{
	line-height: 1.3em;
}

table{
	font-size: 100%;
	border-collapse: collapse;
	color: #555555;
}

th,td{
	text-align:left;
	vertical-align:middle;
	font-weight: normal;
}

th{
	line-height: 1em;
}

td{
	line-height: 1em;
}

ul{
	list-style-position: outside;
	list-style-type: none;
}

span.cl{
	clear: both;
	display: block;
	line-height: 1em;
	font-size: 1px;
}

span.none{
	display: none;
}


