@charset "UTF-8";
/*
* project_name
* main.css
*
*/
@font-face {
	font-family: "Texta-Bold";

	src: url("/asset/font/Texta-Bold.woff") format("woff"), url("/asset/font/Texta-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "Texta-Book";

	src: url("/asset/font/Texta-Book.woff") format("woff"), url("/asset/font/Texta-Book.ttf") format("truetype");
}

/* ------------------------
  Foundation
------------------------ */
html,
body {
	height: 100%;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

pre,
textarea {
	overflow: auto;
}

[hidden],
audio:not([controls]),
template {
	display: none;
}

details,
main,
summary {
	display: block;
}

input[type=number] {
	width: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

progress {
	display: inline-block;
}

small {
	font-size: 75%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline; 
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	border: 0; 
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	min-height: 1.5em;
	color: inherit;
	font-family: inherit; 
	font-weight: inherit;
	font-style: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; 

	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0; 
	border: 0;
}

input {
	line-height: normal;
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
}

ol,
ul {
	list-style: none;
}

select {
	   -moz-appearance: none;
	-webkit-appearance: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

fieldset {
	border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
	font-size: 16px;
}

body {
	background-color: #fff;
	word-wrap: break-word; 
	color: #333;
	font-family: "ヒラギノ角ゴ ProN", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6875;

	-webkit-font-smoothing: antialiased;
	        font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

body .mincho {
	font-family: "Yu Mincho", YuMincho, "Ryumin Medium KL", "Hiragino Mincho Pro", "MS PMincho", serif;
}

a {
	text-decoration: none; 
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none; 
	color: #000;
}
a:active {
	text-decoration: none; 
	color: #000;
}
a[href^="tel:"] {
	cursor: text; 
	text-decoration: none;
}

::selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* Outline用 非表示 */
.u-blind {
	overflow: hidden;
	clip: rect(0 0 0 0);
	position: absolute;
	margin: -1px;
	padding: 0;
	border: 0;
	width: 1px; 
	height: 1px;
}

.u-blind.focusable:active,
.u-blind.focusable:focus {
	overflow: visible;
	clip: auto;
	position: static;
	margin: 0;
	width: auto; 
	height: auto;
}

/* SP用 表示・非表示 */
.u-visible-sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.u-hidden-sp {
		display: none !important;
	}
	.u-visible-sp {
		display: block !important;
	}
	img.u-visible-sp {
		display: inline-block !important;
	}
}

/* ------------------------
  Common
------------------------ */
.container {
	overflow: hidden;
	position: relative;
	min-width: 1060px;
}
@media screen and (max-width: 767px) {
	.container {
		min-width: 100%;
	}
}

.sp_filter {
	content: "";
	display: block;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); 
	background-color: rgba(0, 0, 0, 0.4);
}
.active .sp_filter {
	visibility: visible; 
	opacity: 1;
}

.l-inner {
	margin: 0 auto; 
	width: 960px;
}
@media screen and (max-width: 767px) {
	.l-inner {
		padding: 0 20px; 
		width: 100%;
	}
}

.texta {
	font-family: "Texta-Bold", sans-serif;
}

/* ------------------------
  Header
------------------------ */
.g-header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 28px;
	width: 100%;
	height: 122px;
	transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); 
	background-color: #fff;

	-webkit-justify-content: space-between;

	    -ms-flex-pack: justify;

	        justify-content: space-between;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.g-header-2 {
	position: fixed;
	z-index: 6000;
	top: 0;
	left: 0;
	padding-bottom: 0;
	min-width: 1140px; 
	height: 40px;
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;
}
.g-header-2.is-active {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	box-shadow: 0px 11px 18px -5px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
	.g-header-2 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.g-header {
		padding-bottom: 0; 
		height: 45px;
	}
}

.g-header_inner {
	margin-left: 3.906%;
}
@media screen and (max-width: 767px) {
	.g-header_inner {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		margin-left: 0;
		width: 100%;
		height: 45px;
		background-color: #fff; 

		-webkit-align-items: center; 

		    -ms-flex-align: center; 

		        align-items: center;
	}
}

.g-header_logo {
	position: relative;
	top: -5px;
}
.stickyHeader .g-header_logo {
	top: 0; 
	margin-left: 3.906%;
	width: 130px;
}
@media only screen and (max-width: 1250px) {
	.stickyHeader .g-header_logo {
		margin-left: 1.5%;
	}
}
@media screen and (max-width: 767px) {
	.g-header_logo {
		top: -3px; 
		left: auto;
		margin: auto;
		padding-right: 0;
		padding-left: 0;
		width: 130px;
	}
}
.g-header_logo a {
	display: block;
	height: 100%;
}

.g-header_nav_block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%; 

	-webkit-justify-content: space-between; 

	    -ms-flex-pack: justify; 

	        justify-content: space-between;
}
.stickyHeader .g-header_nav_block {
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-flex-flow: 1;
	    -ms-flex-flow: 1;
	        flex-flow: 1;
}
@media screen and (max-width: 767px) {
	.g-header_nav_block {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;
		width: 89.33%;
		height: 100%;
		transition: -webkit-transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
		transition: transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
		transition: transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
		-webkit-transform: translateX(-100%); 
		    -ms-transform: translateX(-100%); 
		        transform: translateX(-100%);
		background: url("/asset/img/modal_bg.gif");

		-webkit-justify-content: flex-start;

		    -ms-flex-pack: start;

		        justify-content: flex-start;
	}
	.g-header_nav_block.active {
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
}

.flex_nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-justify-content: flex-end;

	    -ms-flex-pack: end;

	        justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.flex_nav {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.stickyHeader .flex_nav {
	font-size: 12px;
}

.moveBar {
	position: relative;
}
.moveBar:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 1px;
	transition: -webkit-transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	-webkit-transform: scale(0, 1);
	    -ms-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: right top;
	    -ms-transform-origin: right top;
	        transform-origin: right top; 
	background-color: #000;
}
.g-header_nav_icon_item-lang .moveBar:after {
	bottom: 6px;
}
.stickyHeader .moveBar:after {
	bottom: -4px;
	left: 10%; 
	width: 80%;
}
.moveBar:hover {
	color: #000;
}
.moveBar:hover:after {
	-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	        transform-origin: left top;
}

@media screen and (max-width: 767px) {
	.g-header_nav_icon {
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}
}

.g-header_nav_icon_item:not(:first-child) {
	border-left: 1px solid #5f5f5f;
}
.g-header_nav_icon_item:not(:first-child) a {
	transition: background-color 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.g-header_nav_icon_item:not(:first-child) a:hover {
	background-color: #000;
}

.g-header_nav_icon_item a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 10px 10px;
	width: 176px;
	height: 100%;
	background-color: #4e4e4e;
	white-space: nowrap; 
	color: #d6d6d6;
	font-size: 11px;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.stickyHeader .g-header_nav_icon_item a {
	padding: 11px 14px;
	width: auto;
	transition: background-color 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media only screen and (max-width: 1200px) {
	.stickyHeader .g-header_nav_icon_item a {
		padding: 11px 10px;
	}
}
.stickyHeader .g-header_nav_icon_item a:hover {
	background-color: #000;
}

.g-header_nav_icon_item i {
	display: inline-block;
	margin-top: -2px;
	margin-right: 8px;
	vertical-align: middle;
}
@media only screen and (max-width: 1300px) {
	.g-header_nav_icon_item i {
		margin-right: 5px;
	}
}

.g-header_nav_icon_item-lang {
	margin-right: 25px; 
	background-color: transparent;
}
.g-header_nav_icon_item-lang a {
	padding: 10px 0 5px;
	width: auto;
	transition: color 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	background-color: transparent;
	color: #868686;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.g-header_nav_icon_item.g-header_nav_icon_item-membersCounter {
		margin: 20px 30px auto;
		text-align: center;
	}
	.g-header_nav_icon_item.g-header_nav_icon_item-membersCounter a {
		position: relative;
		width: auto;
		background-color: #000;
		font-weight: bold;
	}
	.g-header_nav_icon_item.g-header_nav_icon_item-membersCounter a i {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 15px;
		margin: auto;
		width: 17px; 

		-webkit-align-items: center; 

		    -ms-flex-align: center; 

		        align-items: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.g-header_nav_icon_item:last-child {
		margin: 20px 30px auto;
		text-align: center;
	}
	.g-header_nav_icon_item:last-child a {
		background-color: #000;
	}
}

@media screen and (max-width: 767px) {
	.g-header_nav_icon_item:nth-child(1),
	.g-header_nav_icon_item:nth-child(2) {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.g-header_nav_txt {
		padding-top: 22px; 

		-webkit-order: 1; 

		    -ms-flex-order: 1; 

		        order: 1;
	}
}

.g-header_nav_txt_item {
	margin-right: 37px;
}
.stickyHeader .g-header_nav_txt_item {
	margin: 0 5px 0 0; 

	-webkit-flex-shrink: 0; 

	    -ms-flex-negative: 0; 

	        flex-shrink: 0;
	-webkit-flex-grow: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
}
@media only screen and (max-width: 1370px) {
	.stickyHeader .g-header_nav_txt_item {
		margin: 0 -2px 0 -6px;
	}
}
.stickyHeader .g-header_nav_txt_item img {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}
@media only screen and (max-width: 1370px) {
	.stickyHeader .g-header_nav_txt_item a {
		margin: 0 -2px;
	}
}
@media screen and (max-width: 767px) {
	.g-header_nav_txt_item {
		margin: 8px 30px;
	}
	.g-header_nav_txt_item:not(:last-of-type) {
		padding-bottom: 10px; 
		border-bottom: 1px solid #e6e6e6;
	}
}
.g-header_nav_txt_item:last-of-type {
	margin-right: 32px;
}
@media only screen and (max-width: 1240px) {
	.g-header_nav_txt_item:last-of-type {
		margin-right: 10px;
	}
}
.g-header_nav_txt_item a {
	position: relative;
	padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.g-header_nav_txt_item a {
		padding-left: 15px;
	}
	.g-header_nav_txt_item a:before {
		content: "";
		display: block;
		position: absolute;
		top: 6px;
		left: 0;
		border-right: 1px solid #2d2d2d;
		border-bottom: 1px solid #2d2d2d;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
}

.sp_btn {
	margin-left: 15px; 
	width: 25px;
	height: 12px;
}
.sp_btn span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #064583;
}
.sp_btn span:nth-child(2) {
	margin-top: 7px;
}
.sp_btn-close {
	z-index: 10000; 
	margin: 14px 14px 0 auto;
}
.sp_btn-close span:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(6px, 6px);
	    -ms-transform: rotate(45deg) translate(6px, 6px);
	        transform: rotate(45deg) translate(6px, 6px);
}
.sp_btn-close span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.sp_icon_reserve {
	position: relative;
	top: -6px;
	margin-right: 3.906%;
	width: 21px;
	height: 21px;

	-webkit-order: 3;

	    -ms-flex-order: 3;

	        order: 3;
}

/* ------------------------
  Footer
------------------------ */
.g-footer_nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	padding: 40px 0;
	width: 100%; 
	max-width: 1100px;

	-webkit-justify-content: space-around;

	    -ms-flex-pack: distribute;

	        justify-content: space-around;
}
@media screen and (max-width: 767px) {
	.g-footer_nav {
		display: block;
		padding: 0; 
		max-width: 100%;
	}
}

.footer_nav_inner {
	display: inline-block;
	vertical-align: top;
}
.footer_nav_inner + .footer_nav_inner {
	margin-left: 20px;
}
@media screen and (max-width: 767px) {
	.footer_nav_block.-column2 .footer_nav_inner {
		width: calc(50% - 20px);
	}
}

.arrow {
	display: inline-block;
	position: absolute;
	top: 2px;
	right: 23px;
	bottom: 0;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.arrow {
		right: 19px;
	}
}
.arrow:before,
.arrow:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
}
.arrow:before {
	left: 3px;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.footer_nav_block {
	font-size: 0; 

	-webkit-flex-grow: 1; 

	    -ms-flex-positive: 1; 

	        flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.footer_nav_block {
		width: 100%;
	}
	.footer_nav_block + .footer_nav_block {
		margin-top: 32px;
	}
	.footer_nav_block-col2 {
		width: 50%;
	}
}

.g-footer_nav_contact {
	display: none;
}
@media screen and (max-width: 767px) {
	.g-footer_nav_contact {
		display: block;
		margin-top: 2px;
	}
	.g-footer_nav_contact a {
		display: block;
		position: relative;
		padding: 15px 33px 14px;
		height: 100%;
		background-color: #000;
		text-decoration: none;
		letter-spacing: 0.7px; 
		color: #dedede;
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
		font-size: 12px;
	}
	.g-footer_nav_contact a .arrow {
		right: 36px;
	}
}

.g-footer_inner {
	padding: 60px; 
	background-color: #1c1c1c;
}
@media screen and (max-width: 767px) {
	.g-footer_inner {
		padding: 50px 0;
	}
}
.g-footer_inner:nth-child(2) {
	background-color: #232323;
}
.g-footer_inner .l-inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.g-footer_inner .l-inner {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}
.g-footer_inner .l-inner + .l-inner {
	margin-top: 50px;
}
.g-footer_inner h3 {
	margin-bottom: 22px; 
	color: #fff;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.g-footer_inner h3 {
		margin-bottom: 15px; 
		font-size: 15px;
	}
}
.g-footer_inner h3 a {
	color: #fff;
}

.footer_nav_link_list li,
.footer_nav_link li {
	line-height: 1.5;
}

.footer_nav_link_list a,
.footer_nav_link a {
	padding-left: 14px;
	transition: opacity 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
	color: #fff;
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.footer_nav_link_list a,
	.footer_nav_link a {
		font-size: 10px;
	}
}
.footer_nav_link_list a:hover,
.footer_nav_link a:hover {
	opacity: 0.4;
}

.footer_nav_link {
	margin-bottom: 12px;
	padding-left: 14px; 
	text-indent: -14px;
}
.footer_nav_link a {
	position: relative;
}
.footer_nav_link a:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0; 
	width: 9px;
	height: 1px;
	background-color: #fff;
}

.footer_nav_link_list li {
	margin-bottom: 12px;
	padding-left: 14px; 
	text-indent: -14px;
}

.footer_nav_link_list a {
	color: #c3c3c3;
}

.g-footer_content {
	padding: 84px 0 16px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.g-footer_content {
		padding: 50px 0 25px;
	}
}

.g-footer_content_sns {
	margin-top: 2px;
}
@media screen and (max-width: 767px) {
	.g-footer_content_sns {
		margin-top: 12px;
	}
}
.g-footer_content_sns a {
	display: inline-block;
}
.g-footer_content_sns a + a {
	margin-left: 20px;
}
@media screen and (max-width: 767px) {
	.g-footer_content_sns a + a {
		margin-left: 30px;
	}
}
.g-footer_content_sns a svg {
	transition: fill 0.3s cubic-bezier(0, 0, 0.58, 1); 

	fill: #737373;
}
.no-touch .g-footer_content_sns a:hover svg {
	fill: #fefefe;
}

@media screen and (max-width: 767px) {
	.g-footer_content_sns_tw {
		width: 27.3px;
		height: 22.1px;
	}
}

@media screen and (max-width: 767px) {
	.g-footer_content_sns_fb {
		width: 26px;
		height: 26px;
	}
}

.g-footer_content_logo {
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.g-footer_content_logo {
		margin-top: 98px;
	}
}
.g-footer_content_logo a {
	display: inline-block;
	width: 200px;
}

@media screen and (max-width: 767px) {
	.g-footer_content_logo_en {
		margin: auto;
		width: 183px;
		height: 21.5px;
	}
}

.g-footer_content_logo_jp {
	margin-top: 4px;
}
@media screen and (max-width: 767px) {
	.g-footer_content_logo_jp {
		margin-top: 8px;
	}
}

.copyright {
	padding: 52px;
	background-color: #1c1c1c;
	text-align: center; 
	letter-spacing: 1.3px;
	color: #767676;
	font-size: 10px;
}
.copyright span {
	display: block;
	margin-bottom: 14px;
}
.copyright .copyright_icon {
	display: inline-block;
	position: relative;
	top: 1px; 
	margin-bottom: 0;
	font-size: 12px;
}

a.hoverNone {
	cursor: default;
}
a.hoverNone:hover {
	opacity: 1;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}