@charset "UTF-8";
/*-----------------------------------------------------------------------
	●   normalize.css v2.1.2 | MIT License | git.io/normalize
	●   re-defined by 2013 mami@TH eDESIGNERS
	●   basic tag definition
	001. basic
	002. link
	003. typography
	004. list
	005. image
	006. figure
	007. form
	008. table
	009. heading/caption
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
	001. basic
-----------------------------------------------------------------------*/
html {
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
}
div,
p,
applet,
object,
fieldset {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
/*-----------------------------------------------------------------------
	002. link
-----------------------------------------------------------------------*/
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
/*-----------------------------------------------------------------------
	003. typography
-----------------------------------------------------------------------*/
b,
strong { 
	font-weight: bold; 
}
blockquote {
	margin: 1em 40px;
}
small {
	font-size: 78%;
}
/*-----------------------------------------------------------------------
	004. list
-----------------------------------------------------------------------*/
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl,
dd {
	margin: 0;
	padding: 0;
}
/*-----------------------------------------------------------------------
	005. image
-----------------------------------------------------------------------*/
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
/*-----------------------------------------------------------------------
	006. figure
-----------------------------------------------------------------------*/
figure {
	margin: 0;
}
/*-----------------------------------------------------------------------
	007. form
-----------------------------------------------------------------------*/
form {
	margin: 0;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: normal;
	*overflow: visible;
}
button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
/*-----------------------------------------------------------------------
	008. table
-----------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,
td {
	margin: 0;
	padding: 0;
}
/*-----------------------------------------------------------------------
	009. heading/caption
-----------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
th,
caption,
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	vertical-align: baseline;
}
