@charset "UTF-8";

@import url("globalnavi.css");
@import url("fonts.css");
@import url("font-icons.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: 0 0 30em;
	padding: 0;
	background-color: #151617;
}

p {
	line-height: 170%;
}

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: #01ba01; /* #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;
}

a.link {
	color: #FFFFFF;
	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.link:hover {
	color: #a8a8a8;
	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;
}

/*
 * 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;
}

/* === primary styles / Author:IMUCO === */

/* For Mobile */
/*.mobile-only {
  display: none;
	visibility: hidden;
	overflow: hidden;
	font-size: 0;
	width: 0;
	height: 0;
}*/

/*　Breadcrumbs */
.rcrumbs {
  font-size: 85%;
  white-space: nowrap;
  max-width: 1024px;
  margin: 50px auto 0;
  padding: 5px 10px 3px;
	background-color: #f8f8f8;
	border: 1px solid #ebeced;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.rcrumbs > ul {
  padding: 0;
  list-style: none;
}

.rcrumbs > ul > li {
  overflow: hidden;
  display: none;
}

.rcrumbs > ul > li.show {
  display: inline-block;
}

.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.rcrumbs a {
  color: #83878b;
  text-decoration: none;
}

.rcrumbs a:hover {
  color: #cd5900;
}

.rcrumbs .divider {
  color: #bfc4c5;
  padding: 0 5px;
}


/* 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(255, 255, 255, .2);
	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(255, 255, 255, .3);
	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;
	position: relative;
}

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

#content-container {
	width: 100%;
}

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

div.about_bg{
	*background:url(../images/abourbg.png) no-repeat;
	background-position:top right;
}


/* ///  PC/Tablet  /// */
/*@media all and (min-width: 961px) {*/

/* //== Main Contents Part ==// */
#maincontainer {
	padding-bottom: 60px;
}

/* Header Part */
header {
	width: 100%;
	height: 64px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 5000;
	background-color: rgba(0, 0, 0, .72);
	border-bottom: 1px solid rgba(40, 42, 45, 0);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	webkit-transition: height .25s ease-in-out;
	-moz-transition: height .25s ease-in-out;
	-o-transition: height .25s ease-in-out;
	-ms-transition: height .25s ease-in-out;
	transition: height .25s ease-in-out;
}

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

header .logo h1 {
	width: 88px; 
	height: 64px;
	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_white@2x.png) 0 0 no-repeat;
	background-size: 88px 36px;
	webkit-transition: padding-top .25s ease-in-out, background-size .25s ease-in-out;
	-moz-transition: padding-top .25s ease-in-out, background-size .25s ease-in-out;
	-o-transition: padding-top .25s ease-in-out, background-size .25s ease-in-out;
	-ms-transition: padding-top .25s ease-in-out, background-size .25s ease-in-out;
	transition: padding-top .25s ease-in-out, background-size .25s ease-in-out;
}

/* //== Global Navigation Part ==// */
#globalnav {
	width: calc(100% - 100px);
	height: 64px;
	float: right;
	position: relative;
}

#globalnav .btn-open {
	position: absolute;
	right: 0;
	top: 16px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

header.smaller {
  height: 48px;
	border-bottom: 1px solid rgba(40, 42, 45, 1);
}

header.smaller .logo h1 {
	width: 62px; 
	height: 48px;
}

header.smaller .logo a {
	padding: 26px 0 0;
	background-size: 62px 26px;
}

header.smaller #globalnav .btn-open {
	top: 10px;
}
	
header.smaller #globalnav .btn-open:after {
	content:"\e801";
	font-size: 28px;
}


/* //== Footer Part ==// */

footer {
	width: 100%;
	height: 30em;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	background-color: #141414;
	-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 a {
	color: #81878a;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
}

footer #footer-nav {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 0;
}

footer #footer-nav .comp-info {
	background-color: #272829;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

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

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

footer #footer-nav .sns {
	margin-bottom: 30px;
	text-align: center;
	display: block;
	letter-spacing: 0;
}

footer #footer-nav .sns a {
	margin-right: 3em;
}

footer #footer-nav .sns i {
	display: inline-block;
	color: #707578;
	font-size: 27px;
	letter-spacing: normal;
	-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;
}

footer #footer-nav .sns a:hover i.fa-facebook-official {
	color: #2a5b9f;
}

footer #footer-nav .sns a:hover i.fa-twitter {
	color: #68abdd;
}

footer #footer-nav .sns a:hover i.fa-google-plus-square {
	color: #dc4e41;
}

footer #footer-nav .sns a:hover i.fa-youtube-play {
	color: #e62d27;
}

footer #footer-nav .sns a:hover i.fa-instagram {
	color: #fff;
}

footer #footer-nav .sns a:last-child {
	margin-right: 0;
}

footer #footer-nav ul {
	text-align: center;
	width: 100%;
	margin: 0 0 18px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

footer #footer-nav ul li {
	margin: 0;
	padding: 0 .7em 0 .3em;
	font-size: 93%;
	display: inline-block;
	border-right: 1px solid #3f4249;
}

footer #footer-nav li:last-child {
	margin-right: 0;
	border-right-style: none;
}

footer #footer-nav li a {
	margin: 0;
	position: relative;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

footer #footer-nav li a:hover {
	text-decoration: none;
}

footer #footer-nav li a:after {
	content: "";
	width: 0;
	height: 2px;
	margin-right: auto;
	margin-left: auto;
	background-color: #138409;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: width 0.25s ease-in-out;
	-moz-transition: width 0.25s ease-in-out;
	-o-transition: width 0.25s ease-in-out;
	-ms-transition: width 0.25s ease-in-out;
	transition: width 0.25s ease-in-out;
}

footer #footer-nav li a:hover:after {
	width: 100%;
}

footer #footer-nav .main {
	font-size: 15px;
	margin-bottom: 2em;
}

footer #footer-nav .main li {
	padding: 0 1em 0 .6em;
	font-size: 100%;
}

footer #footer-nav hr {
	border-top-color: #d2d4d7;
	margin-top: 20px;
	margin-bottom: 20px;
}

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

/*}*/


/* Phone Landscape (Retina) */
@media all and (max-width: 960px) {
body {
	margin-bottom: 0;
}

.wrapper {
	padding: 0 15px;
}

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


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


/* //== Header Part ==// */
header {
	height: 46px;
	background-color: rgba(0, 0, 0, .72);
	border-bottom: 1px solid rgba(40, 42, 45, 0);
}

header .logo {
	width: 60px;
}

header .logo h1 {
	width: 53px; 
	height: 46px;
}

header .logo a {
	padding: 22px 0 0;
	background-size: 53px 22px;
	transition: none;
}

/* //== Global Navigation Part ==// */
#globalnav {
	width: calc(100% - 60px);
	height: 46px;
}

#globalnav .btn-open {
	top: 12px;
	transition: none;
}

#globalnav .btn-open:after {
	font-size: 24px;
}

#globalnav .btn-close:after {
	font-size: 28px;
	top: 15px;
}

header.smaller {
  height: 46px;
	border-bottom: 1px solid rgba(40, 42, 45, 1);
}

header.smaller .logo h1 {
	width: 53px; 
	height: 46px;
}

header.smaller .logo a {
	padding: 22px 0 0;
	background-size: 53px 22px;
}

header.smaller #globalnav .btn-open {
	top: 12px;
}
	
header.smaller #globalnav .btn-open:after {
	content:"\e800";
	font-size: 24px;
}
	
/* //== Footer Part ==// */

footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 24px;
	position: relative;
}

footer #footer-nav {
	width: 100%;
	margin-bottom: 0;
	padding-top: 0;
}

footer #footer-nav .comp-info {
	padding-top: 18px;
	padding-bottom: 18px;
	margin-bottom: 20px;
}

footer #footer-nav h2 {
	width: 62px;
	height: 26px;
}

footer #footer-nav h2 a {
	width: 62px;
	padding-top: 26px;
	background-size: 62px 26px;
}

footer #footer-nav .sns {
	margin-bottom: 30px;
}

footer #footer-nav .sns a {
	margin-right: 3em;
}

footer #footer-nav .sns i {
	font-size: 24px;
}

footer #footer-nav .main-button li a {
	font-size: 14px;
	padding: .4em 2em;
	background-color: #fff;
}

footer #footer-nav ul.mobile li {
	margin-bottom: 1em;
	border-right-style: none;
	padding: 0 1em;
}

footer #footer-nav .main {
	display: none;
}

}
