@charset "UTF-8";

/* Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.cf,
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
.cf:after {
    clear:both;
}
* {
	box-sizing: border-box;	
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
	position: relative;
	/zoom: 1;
}
html {
    height: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* Fonts
------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* clearfix
------------------------------------------------------------*/
.clear {
	clear: both;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.clearfix { /zoom: 1; } /* IE */

/* common
------------------------------------------------------------*/

a {
	transition: color 0.2s 0s ease, background-color 0.2s 0s ease;
	-webkit-transition: color  0.2s 0s ease, background-color 0.2s 0s ease;
	color: #027C9E;
}

a:link {
	text-decoration: underline;
}

a:hover {
	color: #53AEC5;
}

a:hover span {
	cursor: pointer;
}

button {
	cursor: pointer;
	transition: color 0.2s 0s ease, background-color 0.2s 0s ease;
	-webkit-transition: color  0.2s 0s ease, background-color 0.2s 0s ease;
}
