@charset "UTF-8";
@font-face{
	font-family: 'Gotham';
	src: url('../fonts/gothamhtf-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Gotham';
	src: url('../fonts/gothaprobolita-webfont.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
table{
	border-spacing: 0;
}
img{
	border: none;
/*	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);*/
}
ul li, menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: inherit;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
/*	text-rendering: optimizeLegibility;*/
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
::-webkit-input-placeholder{
	opacity: 1;
	color: #acacac;
	transition: all .4s ease;
}
::-moz-input-placeholder{
	opacity: 1;
	color: #acacac;
	transition: all .4s ease;
}
:-moz-input-placeholder{
	opacity: 1;
	color: #acacac;
	transition: all .4s ease;
}
:input-placeholder{
	opacity: 1;
	color: #acacac;
	transition: all .4s ease;
}
.error::-webkit-input-placeholder{
	color: #f45803;
}
.error::-moz-input-placeholder{
	color: #f45803;
}
.error:-moz-input-placeholder{
	color: #f45803;
}
.error:input-placeholder{
	color: #f45803;
}
select:invalid{
	color: #acacac;
}
option{
	color: #555;
}
:focus::-webkit-input-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus:-moz-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus::-moz-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus:input-placeholder{
	opacity: 0;
	text-indent: -100px;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a,
label{
	text-decoration: none;
	outline: none;
	color: inherit;
	transition: all .4s ease;
}
a:hover{
	text-decoration: underline;
}
a.noline{
	text-decoration: none !important;
}
body{
	font: normal 15px/1.7 'Gotham', Tahoma, Ubuntu, sans-serif;
	color: #666;
	background: #fff;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 9px 10px 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	color: #555;
	text-align: left;
	text-indent: 0;
	border: 1px solid #a6a6a6;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: none !important;
	transition: all .4s ease;
}
input[type='text']:hover, input[type='password']:hover, input[type='email']:hover, input[type='tel']:hover, input[type='number']:hover, input[type='search']:hover, input[type='url']:hover, input[type='time']:hover, textarea:hover, select:hover,
label:hover input[type='text']{
	border-color: #6c6c6c;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	box-shadow: 0 0 0 2px rgba(0,0,0,.1) !important;
}
input.error,
textarea.error,
select.error{
	font-weight: bold !important;
	color: #f45803 !important;
	border-color: #f45803 !important;
}
select{
	cursor: pointer;
	line-height: normal;
	padding: 0 30px 0 6px;
	background: #fff url('../images/select.png') no-repeat right 10px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand{
	display: none;
}
textarea{
	height: 118px;
	text-align: left;
	resize: none;
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
	color: #363636;
	text-align: center;
	vertical-align: -5px;
	border: 2px solid #363636;
	box-sizing: border-box;
}
input[type='radio']+.input{
	border-radius: 100%;
}
input[type='checkbox']+.input:after,
input[type='radio']+.input:after{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	content: '✓';
	transition: all .4s ease;
}
input[type='checkbox']:checked+.input:after,
input[type='radio']:checked+.input:after{
	opacity: 1;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 40px;	   
	margin: 0;
	padding: 0 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: 0 none;
	background: #600068;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: none !important;
	transition: all .4s ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button:focus{
	box-shadow: 0 0 0 2px rgba(0,0,0,.1) !important;
}
.button:hover{
	background: #81008c;
}
.button:active{
	background: #340038;
}
.button.active{
	cursor: default;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: .5 !important;
	background: #aaa !important;
	box-shadow: none !important;
}
.button.inline-table{
	padding-top: 0;
	padding-bottom: 0;
}
.button .img{
	height: 38px;
	padding-top: 2px;
	padding-right: 10px;
}
.button .img img{
	max-width: none;
	max-height: none;
}
.button .txt{
	text-align: left;
}
.button[disabled],
.button.disabled{
	color: #fff !important;
	background: #ccc !important;
	box-shadow: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.nobr{
	white-space: nowrap;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	display: block;
	clear: both;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	transition: all .4s ease;
}
.circle{
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-bottom: 1px solid #fff;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 0;
}
.table .table{
	background: none;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.td.left{
	text-align: left;
}
.td.right{
	text-align: right;
}
.td.top{
	vertical-align: top;
}
.td.bottom{
	vertical-align: bottom;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-align:center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.inline-flex{
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-align:center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex.row,
.inline-flex.row{
	-webkit-flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-align: start;
	align-content: flex-start;
}
.flex.row.around,
.inline-flex.row.around{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
/* off */

/* text */
.plaintext h1,
.plaintext h2,
.plaintext h3,
.title{
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	color: #252525;
	letter-spacing: .01em;
}
.info.plaintext h1,
.info.plaintext h2,
.info.plaintext h3,
.info .title{
	font-size: 20px;
	margin-bottom: 10px;
}
.plaintext h1 i,
h1.title i{
	font-size: 43px;
}
.plaintext a{
	color: #45b9b9;
}
.plaintext a:hover,
.plaintext a:focus{
	color: #3a9b9b;
}
.plaintext a .fa{
	margin-left: 10px;
}
.plaintext p,
.plaintext > img,
.plaintext hr{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 20px;
	padding: 0 10px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li:before{
	margin: 0 10px 0 -10px;
	content: '-';
}
.plaintext table{
	table-layout: fixed;
	margin: 0 0 20px;
	border-collapse: collapse;
}
.plaintext th,
.plaintext td{
	width: 50%;
	padding: 20px;
	border: 1px solid #aaa;
}
.plaintext tr:nth-child(2) td{
	border-top: 0 none;
}
.plaintext tr:nth-child(even) td{
	background: #eee;
}
.plaintext th{
	color: #fff;
	border-top: 0 none;
	border-bottom: 0 none;
	background: #363636;
}
.plaintext th:first-child{
	border-left-color: #363636;
}
.plaintext th:last-child{
	border-right-color: #363636;
}
.plaintext table img,
.plaintext table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub,
.title sup,
.title sub{
	display: inline-block;
	margin: -.5em 0;
	font-size: .6em;
	line-height: 100%;
	vertical-align: .7em;
}
.plaintext sub,
.title sub{
	vertical-align: -.2em;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
/* off */
.white{
	color: #fff !important;
}
.teal{
	color: #45b9b9 !important;
}
.wrapper{
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-width: 1000px;
	min-height: 100vh;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: stretch;
	-ms-flex-align: stretch;
	align-content: stretch;
}
header,
footer{
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.inside{
	width: 1000px;
	margin: 0 auto;
}
.content.left,
.content.right{
	width: 660px;
}
.sidebar{
	width: 322px;
}

/* header */
header{
	background: #45b9b9;
}
header .top{
	padding: 42px 0 26px;
}
.logo{
	width: 320px;
}
.nav{
	padding: 40px 0;
	font-size: 18px;
	font-weight: bold;
	background: #044c62;
}
.nav .td{
	width: 10000px;
}
.nav a:hover,
.nav .active a{
	color: #45b9b9;
}
.nav .active a{
	cursor: default;
}
/* header off */

/* content */
main{
	padding: 37px 0 120px;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.mainbanner{
	margin: 0 0 44px;
}
.days{
	margin: 70px 0 0;
}
.days li:not(:first-child){
	margin-top: 100px;
}
.days .title{
	margin: 0 0 40px;
	padding: 40px 40px 20px;
	font-size: 26px;
	font-style: italic;
	line-height: 1.4;
	background: #363636;
}
.days .title:after{
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	margin: 0 0 0 -20px;
	content: '';
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #363636 transparent transparent transparent;
}
.faq{
	font-size: 17px;
	padding: 70px 0;
}
.faq li{
	padding: 10px 0 0;
}
.question{
	cursor: pointer;
	padding: 15px 40px 15px 15px;
}
.question:before,
.question:after{
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	font-size: 2em;
	font-weight: normal;
	line-height: .85;
	content: '';
	background: #808080;
	box-shadow: 0 0 0 1px rgba(128,128,128,.5);
	transition: all .4s ease;
}
.question:before{
	width: 12px;
	height: 2px;
	margin: -1px 0 0 0;
}
.question:after{
	width: 2px;
	height: 12px;
	margin: -6px 5px 0;
}
li.active .question:before,
li.active .question:after{
	transform: rotate(360deg);
}
li.active .question:after{
	opacity: 0;
}
.question.active:before,
.question.active:after{
	transform: rotate(360deg);
}
.question:hover,
.question:focus{
	color: #3a9b9b !important;
	text-decoration: underline;
	background: #ebebeb;
}
li.active .question,
.question:active{
	background: #d6d6d6;
}
.answer .plaintext{
	padding: 15px;
}
/* content off */

/* footer */
footer{
}
footer .plaintext{
	padding: 53px 0 35px;
	font-size: 7px;	
	border-top: 1px solid #ebebeb;
}
/* footer off */


/* file */
.file{
	cursor: pointer;
	display: block;
}
.file,
.filename{
	overflow: hidden;
	text-overflow: ellipsis;
}
.button .td{
	text-align: left;
}
.file input[type='file']{
	opacity: 0 !important;
	width: 100% !important;
	height: 100% !important;
	right: 0 !important;
	top: 0 !important;
	border: 0 none !important;
	font-size: 0 !important; 
}
.uploadifive-button{
	opacity: 0 !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	right: 0 !important;
	top: 0 !important;
	font-size: 200px !important;
	border: 0 none !important;
}
#queue{
	position: absolute;
	width: 100%;
}
.uploadifive-queue-item{
	font-family: inherit;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	background: none;
	box-shadow: none;
}
.uploadifive-queue-item > div{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
}
.uploadifive-queue-item .close{
	position: absolute;
	z-index: 2;
	left: 100%;
	top: -66px;
	width: auto;
	height: auto;
	margin: 0;
	font-size: 0;
	line-height: 0;
	color: #f45803;
	text-indent: 0;
	background: none;
	text-decoration: none;
	text-transform: lowercase;
	transition: all .4s ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.uploadifive-queue-item .close:before{
	font-size: 18px;
	content: '×';
}
.uploadifive-queue-item .close:hover{
	color: #222;
}
.filename{
	display: none;
}
/*.fileinfo:first-letter{
	font-size: 0;
	color: transparent;
}*/
.fileinfo{
	display: block;
	position: absolute;
	right: 0;
	top: -63px;
	width: 60%;
	text-align: right;
	white-space: nowrap;
}
.uploadifive-queue-item.complete .fileinfo{
	color: #7bac36;
}
.uploadifive-queue-item.error .filename,
.uploadifive-queue-item.error .fileinfo{
	color: #f45803;
}
.uploadifive-queue-item .progress{
	position: absolute;
	z-index: 20;
	left: 0;
	top: 100%;
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	border: 0 none;
}
.uploadifive-queue-item .progress-bar{
	height: 5px;
	background-color: #7bac36;
}
.file-button-box{
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0 0 0 35px;
}
.file-button{
	width: 100%;
	height: 40px;
	margin-top: 4px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	background: -webkit-radial-gradient(center, ellipse cover, #fff 0%,#d0d0d0 100%);
	background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #d0d0d0 100%);
	background: radial-gradient(ellipse at center, #fff 0%,#d0d0d0 100%);
}
label:hover .file-button{
	border-color: #6c6c6c;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.1);
}
/* file off */

/* form */
.form{
	width: 600px;
}
.form li{
	margin: 10px 0 0;
}
.form li:last-child{
	margin-top: 20px;
}
.form li input:not([type='submit']):not([type='checkbox']):not([type='radio']):not([type='file']){
	margin-top: 4px;
}
.after-send{
	display: none;
}
.after-send h3{
	margin: 40px 0 10px;
}
.form .td{
	line-height: 1.2;
	text-align: left;
	vertical-align: top;
}
.form+.plaintext{
	margin-top: 40px;
}
label:hover{
	color: #000;
}
/* form off */
iframe{
	display: block !important;
	border: 0 none !important;
}














/* eof */