@charset "utf-8";
/* ============================================================
   VCC Basic Template Ver 1.20
============================================================ */

/*------------------
 == reset
--------------------*/
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #464646;
}
a {
	color:#464646;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}

body {
	font-size: 76%;
	word-break: normal;
}

img{
	border: 0;
	vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

p, ul, ol, dl {
	margin: 0;
}

div, p, span{
	word-wrap: break-word;
}


em, address { 
	font-style: normal;
}

input,
textarea{
	font-size: 1.0em;
}

ul{
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 1px;
	margin-right: 1px;
}

fieldset {
	border: 0;
}

sup {
	vertical-align: .5em;
}

/*------------------
 == clearfix
--------------------*/
.pkg:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.pkg {
	zoom: 100%;
}

/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

