@charset "utf-8";
/*---------------------------------
	bit Base CSS 2012.11
	CSS Date Document¡¡¡ù¾Ž¼¯½ûÖ¹¡ù
---------------------------------*/

/*####################¡¡Reset Setting¡¡####################*/

/*¡¡Common
-------------------------------------*/
html,body,
h1,h2,h3,h4,h5,h6,
div,address,p,hr,pre,blockquote,section,nav,article,aside,hgroup,header,footer,
ol,ul,li,dl,dt,dd,
a,em,strong,small,s,cite,q,dfn,abbr,time,code,var,samp,kbd,sub,sup,i,b,u,mark,ruby,rt,rp,bdi,bdo,span,ins,del,
figure,figcaption,img,
iframe,embed,object,video,audio,canvas,
table,caption,thead,tbody,tfoot,tr,th,td,
form,fieldet,legnd,label,input,button,select,textarea,
menu {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	}

/*¡¡Body
-------------------------------------*/
html {
	overflow-y: scroll;
	}

body {
	margin: 0;
	padding : 0;
	line-height : 1;
	font-size: 62.5%; /* 10px */
	}

/*¡¡Headline
-------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	}

/*¡¡List
-------------------------------------*/
ul {
	list-style: inside disc;
	}
ol {
	list-style: inside decimal;
	}

/*¡¡Image
-------------------------------------*/
img {
	vertical-align: bottom;
}

/*¡¡Ancher
-------------------------------------*/
a {
	cursor: pointer;
}

/*¡¡Table
-------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
	}
table,th,td {
	text-align: left;
	font-weight: normal;
	}


/*¡¡Text
-------------------------------------*/
blockquote, q {
	quotes:none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content: none;
	}

del {
	text-decoration: line-through;
	}

abbr[title],dfn[title] {
	cursor: help;
	}


/*¡¡Form
-------------------------------------*/
button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 1em;
	}

input,select {
	vertical-align: middle;
}

/*####################¡¡Base Setting¡¡####################*/

/*¡¡Contents
-------------------------------------*/
.wrap,
.contentsBox {clear:both;}

.wrap:after,
.contentsBox:after {
	content:"";
	display:block;
	clear:both;
	}

/*####################¡¡HTML5¡¡####################*/

section,nav,article,aside,hgroup,header,footer,figure,figcaption,details {
	display: block;
	}
/*end*/
