@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; vertical-align: baseline;}

/* A */

html {width:100%; height:100%;}
* {font-size: 14px; font-family: "Helvetica Neue", Arial, Tahoma !important; color: #000; line-height: 1.4; }
body {padding:0;margin:0;height:100%;background-color: #fafafa; text-align: center;}

a {color: #50a2ff; text-decoration: underline;}

h1 { margin: 0 0 30px 0;}
h1, h1 * {font-size: 32px;}
h2 { font-size: 22px; margin: 0 0 10px 0;}
h3 { font-size: 16px; margin: 0 0 6px 0;}

p { margin: 0 0 6px 0;}

ul {list-style:circle; line-height:1.6; padding:0; margin:5px 0 4px 0;}
ul li { position:relative; margin-left:35px; padding:0 0 11px 10px;}


/* B */

.container {width: 100%; text-align: justify; }
.container, .container * { color: #8d8d8d; line-height: 1.6em;}

.navigation {
	height: 120px;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 0 0 0;
}

.navigation .arrows {
	width: 90px;
	margin: 0 auto;
	background: url("../stuff/arrows.svg");
	height: 36px;
	position: relative;
}

.navigation .arrows .prev,
.navigation .arrows .next {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
.navigation .arrows .next {
	left: auto;
	right: 0;
}

.slide {
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
	display: none;
}

.slide .time {
	width: 20px;
	height: 20px;
	top: 0;
	background: url("../stuff/time.svg");
	cursor: pointer;
}

.slide .time.left {
	position: absolute;
	left: 20px;
}

.slide .time.right {
	position: absolute;
	right: 20px;
}

.slide .time.center {
	margin: 0 auto;
}




/* END */