/* Cognitee Top CSS */ /* まとめ */

/* color theme */
.web-blue { background-color: rgba(64, 112, 224, 1); }
.web-blue-a { background-color: rgba(64, 112, 224, 0.5); }
.web-blue-t { color: rgba(64, 112, 224, 1); }
.dho-color { background-color: rgba(0, 79, 111, 1); }
.dho-color-t { color: rgba(0, 79, 111, 1); }

.NC-00-ai { background-color: rgba(92, 109, 157, 1); }
.NC-01-socialblue { background-color: rgba(79, 141, 253, 1); }
.NC-02-sumire { background-color: rgba(114, 91, 158, 1); }
.NC-03-momo { background-color: rgba(255, 107, 156, 1); }
.NC-04-mikan { background-color: rgba(244, 153, 47, 1); }
.NC-05-maccha { background-color: rgba(128, 160, 80, 1); }
.NC-06-hisui { background-color: rgba(79, 164, 155, 1); }
.NC-07-sumi { background-color: rgba(59, 59, 59, 1); }
.NC-08-kuro { background-color: rgba(1, 1, 1, 1); }
.NC-08-kuro-a { background-color: rgba(1, 1, 1, 0.5); }

/* ---- tag setting ---- */
body {
	font-family: sans-serif;
	font-size: small;
	color: rgb(59, 59, 59);
	background-color: white;
	margin: 0px;
	padding: 0px;
	min-width: 800px;
	line-height: 160%;
}

div  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	padding: 0px;
}

p {
	line-height: inherit;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;
	-o-margin-start: 0px;
	-o-margin-end: 0px;
	-ms-margin-start: 0px;
	-ms-margin-end: 0px;
	margin: 0px;
}

table {
	border: none;
}

img { vertical-align: text-bottom; }

a {color: rgba(79, 141, 253, 1);}					/* cog: social blue */
a:active { color: rgba(244, 153, 47, 1);}			/* cog: mikan */
a:visited { color: rgba(92, 109, 157, 1);}		/* cog: ai */
a:hover { color: rgba(79, 164, 155, 1); 			/* cog: hisui */
			text-shadow: 0px 0px 3px rgba(79, 164, 155, 1); }

/* ---- common ---- */
.flex-box {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;

	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -o-flexbox;
	display: -ms-flexbox;
	display: flexbox;
}

.flex-expand-box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex:1;
}

.flex-minimize-box {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-o-box-flex: 0;
	-ms-box-flex: 0;
	box-flex: 0;
}

.disable {
	display: none;
}

.no-border {
	border: 0px solid transparent;
}

.border-bottom-cancael {
	border-bottom: none;
}

.horizontal-center {
	text-align: center;
}

.normal-block-wrap {
	display: block;
}

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

/* banner text link */
.no-underline { text-decoration: none; }

/* ---- main contener setting ---- */
div.main-contener {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	min-width: 800px;
	background-color: white;
	width: 800px;
	padding: 0px 0px 40px 0px;
	box-shadow: 0px 0px 20px rgba(128, 128, 160, 0.5);
}


/* ---- header box setting ---- */
.lang-nav {
	height: 40px;
	text-align: right;
	padding: 0px 20px 0px 20px;
	line-height: 40px;
}

div.header {
	margin: 0px;
	width: 800px;
	padding: 0px 40px 40px 40px;
	background-color: white;
/*	box-shadow: 0px 2px 4px rgba(1, 1, 1, 0.2);*/
}

div.logo-box {
	line-height: 0px;
}

div.logo-image-parent {
	display: inline-block;
}

div.logo-text {
	display: inline-block;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 1px;
	margin-left: 12px;
	vertical-align: bottom;
}

.logo-hover:hover {
	-webkit-transform-origin: 39px 34px;
	-moz-transform-origin: 39px 34px;

	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 8000ms;
	-webkit-animation-name: logo-rotate;
	-webkit-animation-direction: none;

	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-duration: 8000ms;
	-moz-animation-name: logo-rotate;
	-moz-animation-direction: none;
}

@-webkit-keyframes logo-rotate {
	  0% {-webkit-transform: rotate(0deg)}
	 15% {-webkit-transform: rotate(0deg)}
	 95% {-webkit-transform: rotate(30deg)}
	100% {-webkit-transform: rotate(720deg)}
}

@-moz-keyframes logo-rotate {
	  0% {-moz-transform: rotate(0deg)}
	 15% {-moz-transform: rotate(0deg)}
	 95% {-moz-transform: rotate(30deg)}
	100% {-moz-transform: rotate(720deg)}
}


/* ---- top cover image setting ---- */
div.cover-image {
	width: 800px;
	height: 300px;
	color: white;
	text-shadow: 1px 1px 3px rgba(64, 112, 224, 1);
	padding: 40px;
}

div.cover-image div {
}

.cover-flex-wrap {
	line-height: 220px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;

	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -o-flexbox;
	display: -ms-flexbox;
	display: flexbox;
}

.cover-left-box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex:1;
}

.cover-right-box {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-o-box-flex: 0;
	-ms-box-flex: 0;
	box-flex: 0;
}

.cover-text {
	display: inline-block;
	font-size: 20px;
	line-height: 32px;
	vertical-align: middle;
}

.cover-text-e-append {
	font-size: 24px;
}

.cover-text:first-line {
	line-height: 48px;
}

.top-text-2nd {
	margin: 0px;
	font-size: 16px;
}

.topic-parent {
	display: inline-block;
	padding: 20px;
	background-color: rgba(1, 1, 1, 0.7);
	border-radius: 1px;
	vertical-align: middle;
	max-width: 224px;
	line-height: 0px;
}

.topic-set-flex-wrap-parent {
	display: block;
}

.topic-set-flex-wrap {
	border: 1px solid white;
	border-radius: 1px;
	padding: 10px;
	margin-top: 10px;

	width: 100%;

	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;

	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -o-flexbox;
	display: -ms-flexbox;
	display: flexbox;
}

.topic-set-flex-wrap:nth-child(1) {
	margin-top: 0px;
}

.topic-icon {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-o-box-flex: 0;
	-ms-box-flex: 0;
	box-flex:0;

	height: 24px;
	line-height: 24px;
}

.img-topic-icon {}

.topic-text {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 0;
	-ms-box-flex: 0;
	box-flex:1;

	padding-left: 10px;
	line-height: 24px;
}

#cover_image_a {
	background: url(./images/top_cover_b@2x.jpg);
	background-size: 800px 300px;
}

#cover_image {
/*	background-size: 800px 450px;
	background: url(./images/kanaami_back_original_a.jpg); */
	background-size: 800px 450px;
	background: url(./images/top_cover_b.jpg);
/*	background: rgba(64, 112, 224, 1); */
/*	background-image: url(./images/top_cover@2x.png);*/
}


/* general content box styles */
.general-content-box {
	background-color: rgba(64, 112, 224, 0);
	margin: 80px 40px 40px 40px;
}

.general-content-box-news {
	background-color: rgba(64, 112, 224, 0);
	margin: 48px 40px 40px 40px;
}

.content-header-box {}

	/* mikan: rgba(244, 153, 47, 1); */
	/* sumire: rgba(114, 91, 158, 1); */
	/* maccha: rgba(128, 160, 80, 1); */
	/* momo: rgba(255, 107, 156, 1) */

.content-title-border {
	/* hisui: rgba(79, 164, 155, 1); */
	border-bottom: 1px solid rgba(79, 164, 155, 0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(79, 164, 155, 0.3);
	-moz-box-shadow: 0px 1px 0px rgba(79, 164, 155, 0.3);
	-o-box-shadow: 0px 1px 0px rgba(79, 164, 155, 0.3);
	-ms-box-shadow: 0px 1px 0px rgba(79, 164, 155, 0.3);
	box-shadow: 0px 1px 0px rgba(79, 164, 155, 0.3);
}

.content-title-border-mikan {
	/* mikan: rgba(244, 153, 47, 1); */
	border-bottom: 1px solid rgba(244, 153, 47, 0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(244, 153, 47, 0.3);
	-moz-box-shadow: 0px 1px 0px rgba(244, 153, 47, 0.3);
	-o-box-shadow: 0px 1px 0px rgba(244, 153, 47, 0.3);
	-ms-box-shadow: 0px 1px 0px rgba(244, 153, 47, 0.3);
	box-shadow: 0px 1px 0px rgba(244, 153, 47, 0.3);
}

.content-title-border-hisui {
	/* hisui: rgba(79, 164, 155, 1); */
	border-bottom: 1px solid rgba(79, 164, 155, 0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(79, 164, 155, 0.3);
	-moz-box-shadow: 0px 1px 0px rgba(79, 164, 155, 0.3);
	-o-box-shadow: 0px 1px 0px rgba(79, 164, 155, 0.3);
	-ms-box-shadow: 0px 1px 0px rgba(79, 164, 155, 0.3);
	box-shadow: 0px 1px 0px rgba(79, 164, 155, 0.3);
}

.content-header-box div {
	display: inline-block;
}

.content-header-icon {
	vertical-align: bottom;
}

.content-header-title {
	font-size: 20px;
	line-height: 36px;
	padding-top: 0px;
	margin-left: 4px;	/* 丸アイコンなら4, 四角なら8 */
}

.content-detail {}

.news-content {
	border-bottom: 1px dotted #404040;
	padding: 10px 10px 10px 4px;
}

.news-content:last-child {
	border: none;
	text-align: right;
	padding-right: 0px;
}

.news-date { display: inline-block; }
.news-text { display: inline-block; }

/* content: menu */
#menu_bars {
	position: fixed;
	top: 428px;
	width: 800px;
	height: 44px;
	margin: 0px;
}

.menu-area-margin {
	position: relative;
	top: 0px;
	width: 800px;
	height: 44px;
	margin: 0px 0px 80px 0px;
}

.content-menu-img {
	display: inline-block;
	padding: 10px 12px;
	color: white;
}

.menu-link-icon {
	display: inline-block;
}

.menu-img-top {
	line-height: 0px;
}

.menu-img-top div {
	display: inline-block;
}

.box-link {
	border-radius: 1px;
	background-color: rgba(1, 1, 8, 0.5);
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	text-decoration: none;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 160px;
}

.box-link:nth-child(1) {
	border-left: 1px solid transparent;
}

.box-link:hover {
	background-color: rgba(1, 1, 8, 0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(79, 164, 155, 1);
	-moz-box-shadow: 0px 0px 4px rgba(79, 164, 155, 1);
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-shadow: 0px 0px 4px rgba(79, 164, 155, 1);
}

.menu-link-text {
	font-size: 20px;
	margin-left: 8px;
	padding-bottom: 8px;
}

.menu-link-text-e {
	font-size: 16px;
	margin-left: 8px;
	padding-bottom: 8px;
	vertical-align: middle;
}

.menu-link-bottom {
	text-align: right;
}

.menu-link-img1 {
/*	background-image: url(./images/kanaami_back_menu.jpg);
	background-size: 720px; */
	background-image: url(./images/top_cover_b_menu2.jpg);
	background-size: 800px;
	border-radius: 1px;
}


/* general type style*/
.general-top-header-R {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #808080;
	width: 100%;
}

.general-top-header-R-b {
	margin-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}

.general-top-header-back-img {
/*	background-image: url(./images/skyback_a.jpg); */
/*	background-color: rgba(79, 164, 155, 1);*/
	border-radius: 1px;
}

.general-top-header-cogfilter {
	width: 360px;
	height: 200px;
	background: url(./images/cogfilter@2x.png);
	background-size: 360px 200px;
	line-height: 200px;
}

.general-top-header-cogfilter-r {
	width: 360px;
	height: 200px;
	background: url(./images/cogfilter_r@2x.png);
	background-size: 360px 200px;
	line-height: 200px;
}

.general-top-header-text-on-cog {
	color: white;
	font-size: 20px;
	padding-left: 40px;
}

.general-top-header-image-parent {
	text-align: center;
}

.general-top-header-image {
	display: inline-block;
	width: 360px;
	height: 200px;
	vertical-align: middle;
}

.general-top-header-text-on-cog-r {
	color: white;
	font-size: 20px;
	padding-right: 40px;
	text-align: right;
}

.general-top-header-text-parent {
	line-height: 200px;
	height: 200px;
	width: 360px;
}

.general-top-header-text {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	padding: 0px 40px 0px 40px;
	vertical-align: middle;
}

/* general section sets */
.general-section-box {
	padding-bottom: 20px;
	margin: 20px 0px 20px 0px;
	border-bottom: 1px dotted #808080;
	vertical-align: middle;
}

.general-section-box-noborder {
	padding-bottom: 0px;
	margin: 20px 0px 20px 0px;
	vertical-align: middle;
}

.general-sect-left-image {
	padding-right: 20px;
	padding-bottom: 20px;

	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-o-box-flex: 0;
	-ms-box-flex: 0;
	box-flex:0;
}

.general-sect-text {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex:1;
	line-height: 180%;
}

.general-sect-text:first-letter {
	font-size: 18px;
	margin-left: 12px;
	color: #4070e0;
}

.general-sect-right-image {
	padding-left: 20px;
	padding-bottom: 20px;

	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-o-box-flex: 0;
	-ms-box-flex: 0;
	box-flex:0;
}

.general-sect-center-image {
	display: block;
	margin-top: 20px;
}

.general-sect-center-image-caption {
	display: block;
	margin-top: 10px;
	font-style: italic;
}

.general-sect-center-image-box {
	margin-bottom: 20px;
}

.general-sect-text-title {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex:1;
	line-height: 180%;
}

.general-sect-text-title:first-line {
	font-size: 18px;
	line-height: 36px;
	color: #4070e0;
}

.general-sect-text-noem {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex:1;
	line-height: 180%;
}

/* each style */
.contact-sect-text {
	padding-bottom: 20px;
	margin: 20px 0px 20px 0px;
	border-bottom: 1px dotted #808080;
	vertical-align: middle;
}

/* 4 challange */
.ul-style-four-c {
	margin: 10px 20px 20px 20px;
	padding: 0px;
	list-style-type: none;
	background-image: url(./images/four_c_sideback_b@2x.png);
	background-repeat: repeat-y;
	background-size: 200px 792px;
	background-position: top right;
}

.ul-style-four-c-add {
	padding: 20px;
	background-color: rgba(114, 91, 158, 0.3);
	border-radius: 1px;
}

.ul-style-four-c > li {
	line-height: 180%;
	padding-top: 6px;
	padding-left: 40px;
	margin-right: 0px;
	background-image: url(./images/four_c_li_style.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-size: 24px 24px;
	margin-top: 20px;
	min-height: 40px;
}

.ul-style-four-c > li:nth-child(1) {
	margin-top: 0px;
}

.ul-style-four-c > li:first-line {
	color: rgba(64, 112, 224, 1);
}

.four-c-box * {
	width: 100%:
	background-color: rgba(1, 1, 1, 0.2);
}

.emp {
	margin: 4px;
	padding: 4px;
}

/* 7 vision on e */
.ul-style-vision {
	margin: 10px 20px 20px 20px;
	padding: 0px;
	list-style-type: none;
	background-image: url(./images/company_info@2x.png);
/*	background-image: url(./images/four_c_sideback_b@2x.png); */
	background-repeat: repeat-y;
	background-position: top right;
	background-size: 200px 792px;
}

.ul-style-vision-add {
	padding: 20px;
	background-color: rgba(114, 91, 158, 0.3);
	border-radius: 1px;
}

.ul-style-vision > li {
	line-height: 24px;
	padding-top: 2px;
	padding-left: 28px;
	background-image: url(./images/ev_li_style_32px.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-size: 16px 16px;
	margin-top: 16px;
}

.ul-style-vision > li:nth-child(1) {
	margin-top: 0px;
}

/* company information */
.company-top-back-img {
/*	background-color: rgba(92, 109, 157, 0.75);*/
	background-color: rgba(64, 112, 224, 1);
/*	background-image: url(./images/company_top_back@2x.png);
	background-size: 360px 200px; */
}

.company-info-ul {
	margin: 0px 20px 0px 0px;
	padding: 10px 0px 10px 20px;
	list-style-type: none;
/*	background-color: rgba(92, 109, 157, 0.75);*/
/*	background-image: url(./images/company_info@2x.png); */
	background-image: url(./images/four_c_sideback_b@2x.png);
	background-repeat: repeat-y;
	background-position: top right;
	background-size: 200px 792px;
	border-radius: 1px;
}

.company-info-ul > li {
	display: block;
	line-height: 24px;
	padding-top: 2px;
	margin-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #d0d0d0;
}

.company-info-ul > li:nth-child(1) {
	margin-top: 0px;
}

.company-info-ul > li:last-child {
	border-bottom: none;
}

.c-info-categ {
	display: inline-block;
	min-width: 52px;
	text-align: justify;
	text-justify:inter-ideograph;
}

.c-info-categ-e {
	display: inline-block;
	color: rgba(64, 112, 224, 1);
}

.just-two {
	letter-spacing: 13px;
}

.just-two:first-letter {
	margin-right: 26px;
}

.just-three {
	letter-spacing: 13px;
}

.just-four {
	letter-spacing: 6px;
}

.just-six {
	letter-spacing: 0px;
}

.biz-content-li {
	margin: 0px 0px 0px 12px;
	padding: 10px 20px 10px 20px;
	list-style-type: disc;
}

.c-info-categ-m {
	display: inline-block;
	min-width: 120px;
}

.c-info-hist {
	margin: 0px;
	padding: 0px;
}

.c-info-categ-d {
	display: inline-block;
	min-width: 160px;
}

.c-info-management {
	padding-left: 12px;
}

.date-cell {
	vertical-align: top;
	white-space: nowrap;
}

/* recruit */
.recruit-content {
	padding: 0px 10px 0px 4px;
}

/* banner */
.product-banner {
	background-image: url(./images/dho_banner_backa@2x.png);
	background-repeat: no-repeat;
	background-size: 720px 90px;
	background-position: 0px 0px;
	width: 100%;
	padding: 20px;
	border-radius: 1px;
}

.banner-text {
	color: white;
	font-size: 20px;
	line-height: 40px;
	text-decoration: none;
}

.banner-text-e {
	color: white;
	font-size: 18px;
	line-height: 40px;
	text-decoration: none;
}

.banner-arrow {
}

.banner-link {
	border-radius: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	text-decoration: none;
	background-color: rgba(79, 164, 155, 0.2);
}

.banner-link:hover {
	background-color: rgba(79, 164, 155, 0);
	-webkit-box-shadow: 0px 0px 4px rgba(79, 164, 155, 1);
	-moz-box-shadow: 0px 0px 4px rgba(79, 164, 155, 1);
	-o-box-shadow: 0px 0px 4px rgba(79, 164, 155, 1);
	-ms-box-shadow: 0px 0px 4px rgba(79, 164, 155, 1);
	box-shadow: 0px 0px 4px rgba(79, 164, 155, 1);
}


/* category image back */
.company-image {
	background-image: url(./images/company_image_back_p@2x.jpg);
	background-size: 360px 200px;
}

.product-image {
	background-image: url(./images/product_image_back_p@2x.jpg);
	background-size: 360px 200px;
}

.recruit-image {
	background-image: url(./images/recruit_image_back_p@2x.jpg);
	background-size: 360px 200px;
}

/* message */

/* new gimic insite popup */
.insite-popup {
	background-image: url(./images/company_info@2x.png);
/*	background-image: url(./images/four_c_sideback_b@2x.png);*/
	background-repeat: repeat-y;
	background-size: 200px 792px;
	background-position: top right;
	margin: 0px 20px 0px 0px;
	padding: 20px 10px 20px 20px;
/* 	height: 100px;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	text-overflow: ellipsis; */
}

.insite-popup: first-line {
	display: block;
}

.insite-popup > p {
/*	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	text-overflow: ellipsis; */
	margin-bottom: 1em;
}

.insite-popup > p:first-letter {
	margin-left: 1em;
}

.signature {
	text-align: right;
}

.storebanner {
	position: absolute;
	top: 100px;
	right: 20px;
	z-index: 9000;
}

.top-storebanner {
	position: relative;
	top: 48px;
	text-align: center;
	z-index: 9000;
}

/* ---- go to top arrow sets ---- */
div.goto-top-marker {
	position: fixed;
	bottom: -140px;
	width: 100%;
}

div.goto-top-arrow-box {
	position: relative;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	min-width: 800px;
	width: 800px;
	height: 140px;
}

.goto-top-arrow {
	position: absolute;
	right: 0px;
	padding: 20px;
	text-align: center;
	color: white;
	border-radius: 1px;
	min-height: 140px;
}

.goto-top-arrow-position {
	display: block;
	margin-bottom: 10px;
}

.general-hover:hover {
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 300ms;
	-webkit-animation-name: href-hover-scale;
	-webkit-animation-direction: none;

	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-duration: 300ms;
	-moz-animation-name: href-hover-scale;
	-moz-animation-direction: none;
}

@-webkit-keyframes href-hover-scale {
	  0% {-webkit-transform: scale(1, 1)}
	 50% {-webkit-transform: scale(1.1, 1.1)}
	100% {-webkit-transform: scale(1.0, 1.0)}
}

@-moz-keyframes href-hover-scale {
	  0% {-moz-transform: scale(1, 1)}
	 50% {-moz-transform: scale(1.1, 1.1)}
	100% {-moz-transform: scale(1.0, 1.0)}
}
