@charset "UTF-8";
/* css Video [main] */

@import url("fonts.css");
@import url("font-awesome.min.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);


/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	font-size: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
}

body { 
	min-width: 320px;
	height: 100%;
	margin-bottom: 10em;
	padding: 0;
}

p {
	line-height: 1.6;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: none;
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle;
}

/*---------------------------------------------------- */
/* Correct overflow not hidden in IE9 */
/*---------------------------------------------------- */
figure { 
	margin: 0; 
}

a, a:focus, a:hover, a:active {
	outline: 0 none;
	-moz-outline: 0 none;
}

a {
	color: #0f79df;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

a:hover {
	color: #b52f00;
	text-decoration: underline;
}

address {
	font-weight: normal;
	font-style: normal;
}

hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #e1e3e6; 
	margin: 20px 0; 
	padding: 0;
}

.bf {
	visibility: hidden;
	text-indent: -9999px;
	display: none;
}

/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}

::selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}

/*---------------------------------------------------- */
/* Typography */
/*---------------------------------------------------- */
.f-small {
	ontf-size: 85%;
}

.center {
	text-align: center!important;
}

.right {
	text-align: right!important;
}

.left {
	text-align: left!important;
}

/*---------------------------------------------------- */
/* Color */
/*---------------------------------------------------- */
.bg-gry {
	background-color: #f5f7f8;
}

.clr-grn {
	color: #0bae51;
}

.clr-mosgrn {
	color: #108f98;
}

.clr-blu {
	color: #0f92bd;
}

.clr-red {
	color: #961200;
}

.clr-pink {
	color: #e05274;
}

.clr-yellow {
	color: #c4991b;
}

.clr-gry {
	color: #93989a;
}

.clr-wh {
	color: #fff;
}

/*---------------------------------------------------- */
/* Lists */
/*---------------------------------------------------- */
ul, ol { 
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none; 
}

dd { 
	margin: 0;
}

/*---------------------------------------------------- */
/* Contain floats:Clearfix */
/*---------------------------------------------------- */
/* For modern browsers */
.cf:before, .cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/*---------------------------------------------------- */
/* For IE 6/7 (trigger hasLayout) */
/*---------------------------------------------------- */
.cf {
    zoom:1;
}

/*---------------------------------------------------- */
/* Scroll Navi Part */
/*---------------------------------------------------- */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom: 40px;
	right: 0;
	overflow:hidden;
	width: 32px;
	height: 32px;
	border:none;
	text-indent:100%;
	background-color: rgba(0, 0, 0, .5);
	background-image: url(../images/arrow_top.png);
	background-repeat: no-repeat;
	-webkit-background-size: 12px 13px;
	background-size: 12px 13px;
	background-position: 50% 50%;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display:block;
	overflow:hidden;
	float:left;
	background-color: rgba(0, 0, 0, .75);
	background-image: url(../images/arrow_top.png);
	-webkit-background-size: 12px 13px;
	background-size: 12px 13px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/*---------------------------------------------------- */
/* Fade Transition */
/*---------------------------------------------------- */
.fade-efct a {
   opacity: 0;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   -webkit-transition: opacity 0.3s ease-in-out;
   -moz-transition: opacity 0.3s ease-in-out;
   -o-transition: opacity 0.3s ease-in-out;
   -ms-transition: opacity 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out;
}

.fade-efct a:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
#maincontainer {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}

#mc-contents {
	padding-top: 100px;
}

#content-container {
	width: 100%;
}

.wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}


/* PC */
@media all and (min-width: 961px) {
/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
#maincontainer {
	padding-bottom: 60px;
}

/*---------------------------------------------------- */
/* Header Part */
/*---------------------------------------------------- */
header {
	width: 100%;
	max-height: 75px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 5000;
	background-color: rgba(5, 48, 75, .92);
}

header > .wrapper {
	height: 75px;
}

header .logo {
	width: 203px; 
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	display: table;
}

header .logo h1 {
	width: 203px; 
	height: 41px;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

header .logo a {
	width: 100%;
	height: 0;
	margin: 0;
	padding: 41px 0 0;
	display: block;
	overflow: hidden;
	background: url(../images/logo_hriz_wh.svg) 0 0 no-repeat;
	background-size: 203px 41px;
}
	
/*---------------------------------------------------- */
/* Footer Part */
/*---------------------------------------------------- */
footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	background-color: #06304b;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

footer #footer-nav {
	padding: 0;
	margin: 0;
}

footer #footer-nav .comp-info {
	background-color: #05273d;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}

footer #footer-nav h2 {
	width: 152px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	display: block;
}

footer #footer-nav h2 a {
	width: 152px;
	height: 0;
	margin: 0;
	padding-top: 30px;
	display: block;
	overflow: hidden;
	background: url(../images/logo_colored_flat@2x.png) 0 0 no-repeat;
	background-size: 152px 30px;
}

footer .copyright { 
	font: 77% 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	color: #9ac1de;
	text-align: center;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}


}


/* Tablet */
@media all and (max-width: 960px) and (min-width: 569px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
body {
	margin: 0;
	background-color: #06304b;
}

.wrapper {
	padding: 0 15px;
}

.rcrumbs {
	margin-right: 15px;
	margin-left: 15px;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
#maincontainer {
	padding-bottom: 40px;
	background-color: #fff;
}

#mc-contents {
	padding-top: 90px;
}

/*---------------------------------------------------- */
/* Header Part */
/*---------------------------------------------------- */
header {
	width: 100%;
	max-height: 66px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 5000;
	background-color: rgba(5, 48, 75, .92);
}

header > .wrapper {
	height: 66px;
}

header .logo {
	width: 178px; 
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	display: table;
}

header .logo h1 {
	width: 178px; 
	height: 36px;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

header .logo a {
	width: 100%;
	height: 0;
	margin: 0;
	padding: 36px 0 0;
	display: block;
	overflow: hidden;
	background: url(../images/logo_hriz_wh.svg) 0 0 no-repeat;
	background-size: 178px 36px;
}
	

/*---------------------------------------------------- */
/* Footer Part */
/*---------------------------------------------------- */
footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #06304b;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

footer #footer-nav {
	padding: 0;
	margin: 0;
}

footer #footer-nav .comp-info {
	background-color: #05273d;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}

footer #footer-nav h2 {
	width: 152px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	display: block;
}

footer #footer-nav h2 a {
	width: 152px;
	height: 0;
	margin: 0;
	padding-top: 30px;
	display: block;
	overflow: hidden;
	background: url(../images/logo_colored_flat@2x.png) 0 0 no-repeat;
	background-size: 152px 30px;
}

footer .copyright { 
	font: 77% 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	color: #9ac1de;
	text-align: center;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

}

/* SP */
@media all and (max-width: 568px)  {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
body {
	margin: 0;
	background-color: #06304b;
}

.wrapper {
	padding: 0 15px;
}

.rcrumbs {
	margin-right: 15px;
	margin-left: 15px;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
#maincontainer {
	padding-bottom: 30px;
	background-color: #fff;
}

#mc-contents {
	padding-top: 80px;
}

/*---------------------------------------------------- */
/* Header Part */
/*---------------------------------------------------- */
header {
	width: 100%;
	max-height: 56px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 5000;
	background-color: rgba(5, 48, 75, .92);
}

header > .wrapper {
	height: 56px;
}

header .logo {
	width: 158px; 
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	display: table;
}

header .logo h1 {
	width: 158px; 
	height: 32px;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

header .logo a {
	width: 100%;
	height: 0;
	margin: 0;
	padding: 32px 0 0;
	display: block;
	overflow: hidden;
	background: url(../images/logo_hriz_wh.svg) 0 0 no-repeat;
	background-size: 158px 32px;
}
	

/*---------------------------------------------------- */
/* Footer Part */
/*---------------------------------------------------- */
footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #06304b;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

footer #footer-nav {
	padding: 0;
	margin: 0;
}

footer #footer-nav .comp-info {
	background-color: #05273d;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
}

footer #footer-nav h2 {
	width: 152px;
	height: 24px;
	margin: 0 auto;
	padding: 0;
	display: block;
}

footer #footer-nav h2 a {
	width: 152px;
	height: 0;
	margin: 0;
	padding-top: 24px;
	display: block;
	overflow: hidden;
	background: url(../images/logo_colored_flat@2x.png) 0 0 no-repeat;
	background-size: 122px 24px;
}

footer .copyright { 
	font: 77% 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	color: #9ac1de;
	text-align: center;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
	
	
	
	
	
}	
	
	