/*
Theme Name: EMA
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ema
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

EMA is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face{
	font-family: "AozoraMinchoRegular";
	src: url(fonts/AozoraMinchoRegular.ttf);
	src: url('fonts/AozoraMinchoRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AozoraMinchoRegular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/AozoraMinchoRegular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AozoraMinchoRegular.svg#svgRGSans') format('svg'); /* Legacy iOS */

}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery a div{
	margin-bottom: 20px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*EMA*/

body{
	background-color: #e9e9e9;
}

/*metaslider*/

.slide-holder2{
	max-width: 1120px;
	margin: 0 auto;
}
.flexslider{
	margin-bottom: 0px !important;
}
.flexslider img{
	width: 1150px !important;
	height: 486px !important;
}

.flex-direction-nav, .flex-control-nav{
	display: none;
}



#masthead{
	height: 100px;
	background-color: white;
	padding-top: 15px;
	padding-bottom: 20px;
}

#content{
	position: relative;
}

.morse-sign{
	width: 30%;
}

.line{
	background-color:rgba(0, 0, 0, 0.19);
	height: 5px;
	position: absolute;
	width: 100%;
	top: 0px;
}
.ema-menu{
	float: right;
}

ul.nav-menu li{
	font-size: 15px;
	text-align: center;
}
ul.nav-menu li a span{
	font-size: 10px;
}

ul.nav-menu li a{
	color: #666666;
	padding: 8px 35px;
	display: inline-block;
}

ul.nav-menu li:after{
	content: url(images/nav_sep.png);
	float: right
}

.site-links{
	margin-right: 40px;
	text-align: right;
}

.login-link{
	font-size: 12px;
	color: #666666;
	margin-right: 13px;
}

.login-link:before{
	content: url(images/icon_diamond.png);
	display: inline-block;
}

.phone-number{
	font-size: 20px;
	color: #4593d1;
	font-weight: bold;
}

.pad-right{
	padding-left: 0px;
	padding-right: 16px;
}

.pad-left{
	padding-right: 0px;
	padding-left: 16px;
}
.no-pad{
	padding: 0px;
}

.container{
	max-width: 1150px;
	margin: 0 auto;
	display: block;
}

.in{
	max-width: 1000px;
	margin: 0 auto;
	display: block;
}

.slide-holder{
	background-image: url(images/photo_banner_bg2.png);
	background-repeat: repeat;
}

#sitemap-holder {
	padding: 110px 0px;
	width: 100%;
	height: 830px;
	background: url(images/bg_002.png) repeat;
	webkit-animation: backgroundScroll 999999s linear infinite;
animation: backgroundScroll 999999s linear infinite; /* Adjust timing here according to speed required */
	/*-webkit-animation: backgroundScroll 50s linear infinite;
	animation: backgroundScroll 50s linear infinite;*/
}

@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -99999999px 0;}
}

@keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -99999999px 0;}
}

#sitemap-holder .in{
	max-width: 552px;
	position: relative;
}

#sitemap-holder img{
	margin: 0 auto;
	display: block;
}

.slinks{
	position: absolute;
}

.slinks img{
	  width: 200px;
	  height: 200px;
	  transition: all .2s linear;
	  transform: scale(.8, .8);
}

.slinks:hover img{
    transform: scale(1.1, 1.1);
}

.l-idea{
	top: -20px;
	left: 170px;
	/*animation: move_idea 30s ease infinite;*/
}

@keyframes move_idea {

  0% {
     transform: translate(-13px, 5px);
  }
  25% {
     transform: translate(110px, 255px);
  }
  50% {
     transform: translate(-90px, 470px);
  }
  75% {
     transform: translate(-325px, 295px);
  }
  100% {
     transform: translate(-295px, 25px);
  }
 
}


.l-vision{
	top:95px;
	left: -50px;
	/*animation: move_vision 30s ease infinite;*/
}

@keyframes move_vision {

  0% {
     transform: translate(0px, 0px);
  }
  20% {
     transform: translate(245px, -145px);
  }
  40% {
     transform: translate(455px, 0px);
  }
  60% {
     transform: translate(455px, 275px);
  }
  80% {
     transform: translate(230px, 390px);
  }
  100% {
     transform: translate(0px, 275px);
  }
  
}

.l-plan{
	top: 158px;
	left: -50px;
	/*animation: move_plan 30s ease infinite;*/
}

@keyframes move_plan {

  0% {
     transform: translate(0px, 0px);
  }
  25% {
     transform: translate(290px, -30px);
  }
  50% {
     transform: translate(405px, 230px);
  }
  75% {
     transform: translate(200px, 440px);
  }
  100% {
     transform: translate(-30px, 270px);
  }

 
  
}

.l-history{
	top:155px;
	right: -50px;
	/*animation: move_history 30s ease infinite;*/	
}

@keyframes move_history {

  0% {
     transform: translate(0px, 0px);
  }
  25% {
     transform: translate(-200px, 210px);
  }
  50% {
     transform: translate(-430px, 40px);
  }
  75% {
     transform: translate(-405px, -225px);
  }
  100% {
     transform: translate(-110px, -255px);
  }
}

.l-service{
	bottom: 0px;
	right: 0px;
	/*animation: move_service 30s ease infinite;*/
}

@keyframes move_service {

  0% {
     transform: translate(0px, 0px);
  }
  25% {
     transform: translate(-230px, -170px);
  }
  50% {
     transform: translate(-200px, -440px);
  }
  75% {
     transform: translate(90px, -465px);
  }
  100% {
     transform: translate(200px, -210px);
  }
}

.l-company{
	left: -10px;
	bottom: 0px;
	/*animation: move_company 30s ease infinite;*/
}

@keyframes move_company {

  0% {
     transform: translate(0px, 0px);
  }
  25% {
     transform: translate(30px, -265px);
  }
  50% {
     transform: translate(325px, -300px);
  }
  75% {
     transform: translate(435px, -35px);
  }
  100% {
     transform: translate(230px, 170px);
  }
}


.vision-holder{
	background-color: #4593d1;
	color: white;
	padding-top: 60.50px;
	padding-bottom: 65.50px;
}

.vision-holder h3{
	text-align: center;
	font-size: 30px;
}

.vision-holder p{
	font-size: 14.03px;
	text-align: center;
}

.message-holder{
	padding: 43px 0px;
	background: url(images/top_bg_001.png) repeat;
	background-size: cover;
    background-attachment: fixed;
}


.message-holder .text-box{
	background-color: white;
	color: black;
	padding: 35.50px 31.49px;
}


.message-holder .text-box h3{
	font-size: 33px;
	margin-bottom: 30px;
}

.message-holder .text-box p, .message-holder .text-box span{
	color: black;
	font-size: 17px;
}

.message-holder .text-box p{
	text-indent: 30px;
	text-align: left;
}

.schedule-holder{
	padding: 43px 0px;
	/*background: url(images/cust_bgfull-002.png) repeat;
	background-size: cover;
    background-attachment: fixed;*/
    background-color: white;
}
#calendar-picker {
	margin-top: 20px;
}

#year-picker {
	font-size: 24px;
	text-align: center;
	color: #fff;
}

#year-picker a i {
	color: #fff;
}

#month-picker {
	text-align: center;
	margin-top: 10px;
}

#month-picker span {
	display: inline-block;
	background: #0B451E;
    padding: 20px 5px;
    width: 60px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
	
	#month-picker span:hover,
	#month-picker span.active {
		background: #ffffbb;
		color: #000;
	}

#events-wrapper {
	height: 500px;
	margin: 0 auto;
	max-width: 800px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	border: 10px solid #ddd;
	margin-top: 25px;
	color: #000;
	padding: 10px;
}
.attend-event{
	margin-bottom: 20px;
}

	#events-wrapper table td {
		border: 1px solid #ddd;
	}

	#events-wrapper table td:first-child {
		font-weight: 700;
		text-align: center;
		width: 100px;
	}
	
		.event-row + .event-row{
			border-top: 1px solid #ddd;
		}

		.event-time {
			text-align: center;
		}
	
		.event-details {
			border-left: 1px solid #ddd;
			font-size: 17px;
		}
			.event-category ul {
				margin-left: 18px !important;
				padding: 0 !important;
			}




footer{
	padding: 27px 0px;
	background-color: white;
}

footer p{
	font-size: 10px;
	text-align: center;
	color: #7e733e;
}
.media-links{
	margin: 0 auto;
	max-width: 70px;
	margin-bottom: 10px;
}

/* mobile nav */


/*--------------------------global nav on mobile-----------------------------------*/
.aside-menu-in .wrapper {
	left:-150px;
}

.globalmenu-side>li {
    border-bottom: 1px solid #89604E;
    list-style: none;
}
.wrapper {
	position:relative;
	left:0;
	-webkit-transition:all 300ms cubic-bezier(.25,.46,.45,.94);
	-moz-transition:all 300ms cubic-bezier(.25,.46,.45,.94);
	-o-transition:all 300ms cubic-bezier(.25,.46,.45,.94);
	transition:all 300ms cubic-bezier(.25,.46,.45,.94);
	-webkit-transition-timing-function:cubic-bezier(.25,.46,.45,.94);
	-moz-transition-timing-function:cubic-bezier(.25,.46,.45,.94);
	-o-transition-timing-function:cubic-bezier(.25,.46,.45,.94);
	transition-timing-function:cubic-bezier(.25,.46,.45,.94);
}

.aside-menu {
	width:150px;
	height:100%;
	overflow-y:scroll;
	position:fixed;
	right:0;
	top:0;
	background:#4593d1;
	display:none;
	z-index: 9999 !important;
	margin-top: 0px;
}


.aside-menu::-webkit-scrollbar {
	display:none !important;
	width:0!important;
}

.aside-menu .form-search {
	margin:0;
	padding:0;
}

.aside-menu .form-search .form-control {
	display:block;
	height:34px;
	color:#fff;
	background-color:transparent;
	border:0;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-transition:none;
	padding:21px 15px;
}

.aside-menu .form-search .btn-close {
	background:transparent;
	color:#fff;
}

.aside-menu .form-search .btn-close i {
	font-weight:300!important;
	font-size:16px;
}

.aside-menu .social-media {
	padding:15px 15px 0;
}

.aside-menu .contact-info {
	color:#fff;
	padding:15px;
}

.side-section-title {
	position:relative;
	overflow:hidden;
	font-size:11px;
	text-transform:uppercase;
	color:black;
	margin:15px 0 0;
	padding:8px 15px;
}

.aside-menu a{
    color: white !important;
    text-decoration: none;
    padding:8px 10px;
}

.side-section-title:after {
	content:"";
	height:1px;
	background:#333;
	width:80px;
	position:absolute;
	top:26px;
	left:15px;
}

.globalmenu-side ul{
    padding: 0;
    list-style: none;
    margin: 0px;

}
.globalmenu-side ul li{
	/*border: 1px solid #e1d9cf;*/
	background-color: #4593d1;
}

.globalmenu-side .ema-menu{
	float: left;
	width: 100%;
	background: #efefef;
}
.globalmenu-side ul li a{
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: white;
}
.globalmenu-side ul li a:last-child{
	border-bottom: 1px solid white;
}
#cmdAsideMenu a{
    color: rgb(80, 49, 41);
}

.globalmenu-side ul li a:hover, .globalmenu-side .current-menu-item{
	background-color: white;
	color: #40BDEF !important;	
}

.globalmenu-side ul li:hover a, .globalmenu-side .current-menu-item a{
	color: #40BDEF !important;
	display: block;
}

#btnHideAsideMenu{
	float: right;
}

.site-branding-mobile{
	text-align: center;
	margin-bottom: 10px;
}

.site-branding-mobile .site-links{
	margin-right: 0px;
	text-align: center;
}

.site-branding-mobile .site-links a{
	display: block;
	margin: 0px;
}

.site-branding-mobile .site-links .phone-number{
	font-size: 14px !important;
}


/*service*/

.slide-holder-service{
	background-image: url(images/item_banner_bg001.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.service-blue{
	background-color: #4593d1;
    color: white;
}
.service-content{
	padding: 60px 15px;
}
.service-content .title{
	font-size: 36px;
	margin-top:0px;
}
.service-content .content{
	font-size: 18px;
}
.blue-text{
	color: #4593d1;
}
.service-holder  img:hover{
	opacity:  0.6;
	webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
/*kikikanri*/


.slide-holder-kikikanri{
	background-image: url(images/kikikanri_banner_bg001.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.kikikanri-content{
	padding: 60px 15px; 
	color: white;
}
.kikikanri-content .title{
	font-size: 26px;
}
.kikikanri-content .content{
	font-size: 13px;
}

.page-template-ema-kikiranti .first-holder{
	background-image: url(images/kikikanri_img_001bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.page-template-ema-kikiranti .second-holder{
	background-image: url(images/kikikanri_img_002bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.page-template-ema-kikiranti .third-holder{
	background-image: url(images/kikikanri_img_003bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


/*kenkokanri*/


.slide-holder-kenkokanri{
	background-image: url(images/kenkokanri_banner_bg001.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.kenkokanri-content{
	padding: 60px 15px; 
	color: white;
}
.kenkokanri-content .title{
	font-size: 26px;
}
.kenkokanri-content .content{
	font-size: 13px;
}

/* company */
.company-holder{
	background-image: url(images/message_bgfull-003.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}
.company-holder .in{
	/*overflow: auto;*/
	padding: 50px 0px;
}

.company-holder .in .white-company-image{
	background-color: white;
}

.company-holder .in .white-company-message{
	padding-left: 40px;
	color: white;
}

.company-holder .in .white-company-message h3{
	font-size: 32px;
	color:white;
	margin-top: 0px;
}

.company-holder .in .white-company-message p{
	color: white;
}

.company-holder .in .company-subtitle{
	background: #7e733e;
    padding: 3px 5px;
    font-size: 15px;
    color: #fff;
}

.company-holder .in .company-text{
    font-size: 15px;
    color: white;
    line-height: 26px;
}

.company-holder .in .company-section-title{
	font-size: 32px;
    margin-bottom: 20px;
    color:white;
    -webkit-text-shadow: 0 0px 20px #F3D560;
    -moz-text-shadow: 0 0px 20px #F3D560;
    text-shadow: 0 0px 20px #F3D560;
}

.company-holder .in h4{
	font-size: 20px;
	color:white;
}

.company-holder .in p{
	font-size: 17px;
	color:white;
	line-height: 26px;
}

.company-holder .in .company-content-morse{
	padding-left: 0px;
}

.company-holder .in .morse-content{
	padding-left: 0px;
	line-height: 26px;
	color: white;
	padding-right: 50px;
}

.company-holder .in .morse-desc{
	padding-right: 30px;
}

.company-contact-form{
	font-size: 14px;
	color:white;
	background-color:rgba(000,000,000,0.3);
    padding: 15px;
}
.company-contact-form span.req{
	margin-right: 8px;
    background-color: #c2ae6e;
    padding: 1px 5px;
    margin-left: 10px;
    color: white;
}
.company-contact-form .contact-label{
	text-align: right;
}

.company-contact-form .btn{
	background-color: #c2ae6e;
	color:white;
	display: block;
	margin: 0 auto;
	box-shadow: none;
	width: 200px;
	padding: 15px;
	font-size: 16px;
	text-shadow:none;
}

.company-contact-form .btn:hover{
	background-color: #6d674d;
	font-weight: bold;
}


/*company profile*/

.company-profile dl dt{
	color:white;
	font-size: 20px;
	margin-bottom: 20px;
}
.company-profile dl dd{
	color: white;
	font-size: 17px;
	margin-left: 40px;
}

.company-profile table td:first-child {
	width: 20%;
    background: rgba(000,000,000,0.4)!important;
}
.company-profile td {
    color: #f7f7f7 !important;
    font-size: 17px;
}
.company-profile td {
    padding: 0.5em 1em !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
}
.company-profile table td:last-child {
    background: rgba(000,000,000,0.3)!important;
}

.page-template-ema-kenkokanri .first-holder{
	background-image: url(images/kenkokanri_bg_001.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.kenkokanri-holder .in{
	padding-top: 290px;
	padding-bottom: 164px;
}

.page-template-ema-kenkokanri .graph{
	margin: 0 auto;
	display: block;
	max-width: 540px;
	position: relative;
}

.cs{
	position: absolute;
	display: inline-block;
	max-width: 80%;
}

.c1:empty{
	top: -40%;
	left: 25%;
}

.c2:empty{
	top: 0%;
    right: -40%;
   
}

.c3:empty{
	top: 80%;
	right: -20%;
}

.c4:empty{
	top: 80%;
	left: -20%;
}

.c5:empty{
	top: 0%;
    left: -40%;
   
}

.fd {
  -vendor-animation-duration: 1s;
  -vendor-animation-delay: 1s;
}

.imagery p{
	color: white;
	font-size: 14px;
	text-align: justify;
	line-height: 2;
}

.imagery h4{
	font-size: 18px;
	font-weight: bold;
	color: white;
}


.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, -10%, 0);
	  transform: translate3d(0, -10%, 0);
  }
  100% {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
  }
}
@keyframes fadeInDown {
  0% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, -10%, 0);
	  transform: translate3d(0, -10%, 0);
  }
  100% {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
  }
}

.service-main-img img{
	max-width: 409px;
    width: auto;
    height: 408px;
    margin: 0 auto;
    display: block;
} 

.page-template-ema-service .service-title {
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: white;
}

.product-section-wrapper{
	background-color: white;
}

.product-section, .related-section {
    max-width: 1100px;
    margin: 0 auto;
    color: black;
    padding: 100px 0px;
}

.product-section .section-title{
	margin-bottom: 0px;
	border-bottom: 1px solid black;
}

.related-section-wrapper{
	background-color: white;
	padding: 20px 0px;
}

.section-title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
    font-size: 32px;
    margin-bottom: 40px;
}

.to-product{
	font-size: 17px;
	color: #d6e9c6 !important;
	font-weight: bold;
}

a.section-subtitle{
	color: white;
}

a.section-subtitle:before{
	content: url(images/min.png);
	display: inline-block;
	z-index: 99999;
	margin-right: 15px;
}

a.collapsed:before{
	content: url(images/plus.png) !important;
	display: inline-block;
	z-index: 99999;
	margin-right: 15px;
}


a.section-subtitle:hover{
text-decoration:none;
}

.section-subtitle.sub {
    display: block;
    width: 100%;
}
.section-subtitle {
    background: #7e733e;
    padding: 3px 5px;
    font-size: 15px;
    color: #fff;
}


.product {
    margin-top: 35px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
}

.product-description, .product-ingredients {
    font-size: 20px;
    line-height: 1.5;
    color: black;
}

.product-price {
    font-size: 15px;
    line-height: 1.5;
    color: black;
}

#helpful{
	font-size: 14px;
	/*line-height: 10px;*/

}

.single-product-table{
	margin-top: 20px;
}

.single-product-table td{
	padding: 2px 5px;
	vertical-align: top;

}

.product-pricing {
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    color: black;
}

.left {
    float: left;
}

.right {
    float: right;
}

.product > .right {
    max-width: 50%;
}
.product > div {
    width: 50%;
}

.right img{
	margin: 0 auto;
	display: block;
}

.related-item {
    float: left;
   /* border: 1px solid #7e733e;*/
    width: 200px;
    height: auto;
    padding: 10px;
}

.details {
   
}

.details img {
   
}

.details a {
  font-size: 14px;
  color: black;
  text-align: left;
}

.product-title {
   text-align: left;
}

.details .price {
 	text-align: left;
 	font-size: 14px;
 	color: black;
 	border-top: 1px solid grey;
}

.details div {
   display: block;
   border-top: 1px solid grey;
}

.related-items a.featured_image {
	width: 100%;
	display: block;
}

.related-items a.featured_image img{
	border-radius: 0;
	margin:  0 auto;
	display: block;
	border: 0;
}

.related-items a.product-title{
	width: 100%;
}


.related-items a.featured_image:hover img{
	border: 0px solid #b0a778;
	border-radius: 0;
}

/* Top */

.photo-tiles{
	position: relative;
	overflow: auto;
	height: 486.5px;
}

.photo-tile{
	display: block;
	width: 20%;
	float: left;
	overflow: auto;
	height: 243.25px;
}

.photo-tile img{
	height: 100%;
}

.photo-tile-1{
	position: relative;
}

.photo-tile-1 img.bottom{
	display: none;
	position: absolute;
	top:0px;
	z-index: 0;

}

.photo-tile-1{
	animation: tile_1 50s ease-in-out infinite;
	-webkit-animation: tile_1 50s ease-in-out infinite;
	-moz-animation: tile_1 50s ease-in-out infinite;
}
.photo-tile-2{
	animation: tile_2 50s ease-in-out infinite;
	-webkit-animation: tile_2 50s ease-in-out infinite;
	-moz-animation: tile_2 50s ease-in-out infinite;
}
.photo-tile-3{
	animation: tile_3 50s ease-in-out infinite;
	-webkit-animation: tile_3 50s ease-in-out infinite;
	-moz-animation: tile_3 50s ease-in-out infinite;
}
.photo-tile-4{
	animation: tile_4 50s ease-in-out infinite;
	-webkit-animation: tile_4 50s ease-in-out infinite;
	-moz-animation: tile_4 50s ease-in-out infinite;
}
.photo-tile-5{
	animation: tile_5 50s ease-in-out infinite;
	-webkit-animation: tile_5 50s ease-in-out infinite;
	-moz-animation: tile_5 50s ease-in-out infinite;
}
.photo-tile-6{
	animation: tile_6 50s ease-in-out infinite;
	-webkit-animation: tile_6 50s ease-in-out infinite;
	-moz-animation: tile_6 50s ease-in-out infinite;
}
.photo-tile-7{
	animation: tile_7 50s ease-in-out infinite;
	-webkit-animation: tile_7 50s ease-in-out infinite;
	-moz-animation: tile_7 50s ease-in-out infinite;
}
.photo-tile-8{
	animation: tile_8 50s ease-in-out infinite;
	-webkit-animation: tile_8 50s ease-in-out infinite;
	-moz-animation: tile_8 50s ease-in-out infinite;
}
.photo-tile-9{
	animation: tile_9 50s ease-in-out infinite;
	-webkit-animation: tile_9 50s ease-in-out infinite;
	-moz-animation: tile_9 50s ease-in-out infinite;
}
.photo-tile-10{
	animation: tile_10 50s ease-in-out infinite;
	-webkit-animation: tile_10 50s ease-in-out infinite;
	-moz-animation: tile_10 50s ease-in-out infinite;
}

.img-earth{
	-webkit-animation:spin 30s linear infinite;
    -moz-animation:spin 30s linear infinite;
    animation:spin 30s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@keyframes tile_1 {

  0% {
 	background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;
     
  }
  10% {
    background-image: url(images/top_bn001b.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  20% {
    background-image: url(images/top_bn001j.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  30% {
    background-image: url(images/top_bn001c.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  40% {
    background-image: url(images/top_bn001d.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  50% {
    background-image: url(images/top_bn001e.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  60% {
    background-image: url(images/top_bn001f.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  70% {
    background-image: url(images/top_bn001g.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  80% {
    background-image: url(images/top_bn001h.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  90% {
    background-image: url(images/top_bn001i.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  100% {
    background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
 
}

@-webkit-keyframes tile_1 {

  0% {
 	background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;
     
  }
  10% {
    background-image: url(images/top_bn001b.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  20% {
    background-image: url(images/top_bn001j.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  30% {
    background-image: url(images/top_bn001c.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  40% {
    background-image: url(images/top_bn001d.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  50% {
    background-image: url(images/top_bn001e.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  60% {
    background-image: url(images/top_bn001f.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  70% {
    background-image: url(images/top_bn001g.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  80% {
    background-image: url(images/top_bn001h.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  90% {
    background-image: url(images/top_bn001i.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  100% {
    background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
 
}

@-moz-keyframes tile_1 {

  0% {
 	background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;
     
  }
  10% {
    background-image: url(images/top_bn001b.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  20% {
    background-image: url(images/top_bn001j.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  30% {
    background-image: url(images/top_bn001c.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  40% {
    background-image: url(images/top_bn001d.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  50% {
    background-image: url(images/top_bn001e.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  60% {
    background-image: url(images/top_bn001f.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  70% {
    background-image: url(images/top_bn001g.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  80% {
    background-image: url(images/top_bn001h.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  90% {
    background-image: url(images/top_bn001i.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  100% {
    background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
 
}

@keyframes tile_2 {

  0% {
 	background-image: url(images/top_bn001b.png);
	background-repeat: no-repeat;
	background-size: cover;
     
  }
  10% {
    background-image: url(images/top_bn001j.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  20% {
    background-image: url(images/top_bn001c.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  30% {
    background-image: url(images/top_bn001d.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  40% {
    background-image: url(images/top_bn001e.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  50% {
    background-image: url(images/top_bn001f.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  60% {
    background-image: url(images/top_bn001g.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  70% {
    background-image: url(images/top_bn001h.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  80% {
    background-image: url(images/top_bn001i.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  90% {
    background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  100% {
    background-image: url(images/top_bn001b.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
 
}

@keyframes tile_3 {

 0% {
 	background-image: url(images/top_bn001j.png);
	background-repeat: no-repeat;
	background-size: cover;
     
  }
  10% {
    background-image: url(images/top_bn001c.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  20% {
    background-image: url(images/top_bn001d.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  30% {
    background-image: url(images/top_bn001e.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  40% {
    background-image: url(images/top_bn001f.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  50% {
    background-image: url(images/top_bn001g.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  60% {
    background-image: url(images/top_bn001h.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  70% {
    background-image: url(images/top_bn001i.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  80% {
    background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  90% {
    background-image: url(images/top_bn001b.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  100% {
    background-image: url(images/top_bn001j.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
 
}

@keyframes tile_4 {

  0% {
 	background-image: url(images/top_bn001c.png);
	background-repeat: no-repeat;
	background-size: cover;
     
  }
  10% {
    background-image: url(images/top_bn001d.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  20% {
    background-image: url(images/top_bn001e.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  30% {
    background-image: url(images/top_bn001f.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  40% {
    background-image: url(images/top_bn001g.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  50% {
    background-image: url(images/top_bn001h.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  60% {
    background-image: url(images/top_bn001i.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  70% {
    background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  80% {
    background-image: url(images/top_bn001b.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  90% {
    background-image: url(images/top_bn001j.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  100% {
    background-image: url(images/top_bn001c.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
 
}

@keyframes tile_5 {

  0% {
 	background-image: url(images/top_bn001d.png);
	background-repeat: no-repeat;
	background-size: cover;
     
  }
  10% {
    background-image: url(images/top_bn001e.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  20% {
    background-image: url(images/top_bn001f.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  30% {
    background-image: url(images/top_bn001g.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  40% {
    background-image: url(images/top_bn001h.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  50% {
    background-image: url(images/top_bn001i.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  60% {
    background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  70% {
    background-image: url(images/top_bn001b.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  80% {
    background-image: url(images/top_bn001j.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  90% {
    background-image: url(images/top_bn001c.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  100% {
    background-image: url(images/top_bn001d.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
 
}

@keyframes tile_6 {

  0% {
 	background-image: url(images/top_bn001e.png);
	background-repeat: no-repeat;
	background-size: cover;
     
  }
  10% {
    background-image: url(images/top_bn001f.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  20% {
    background-image: url(images/top_bn001g.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  30% {
    background-image: url(images/top_bn001h.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  40% {
    background-image: url(images/top_bn001i.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  50% {
    background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  60% {
    background-image: url(images/top_bn001b.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  70% {
    background-image: url(images/top_bn001j.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  80% {
    background-image: url(images/top_bn001c.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  90% {
    background-image: url(images/top_bn001d.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  100% {
    background-image: url(images/top_bn001e.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
 
}

@keyframes tile_7 {

  0% {
 	background-image: url(images/top_bn001f.png);
	background-repeat: no-repeat;
	background-size: cover;
     
  }
  10% {
    background-image: url(images/top_bn001g.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  20% {
    background-image: url(images/top_bn001h.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  30% {
    background-image: url(images/top_bn001i.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  40% {
    background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  50% {
    background-image: url(images/top_bn001b.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  60% {
    background-image: url(images/top_bn001j.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  70% {
    background-image: url(images/top_bn001c.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  80% {
    background-image: url(images/top_bn001d.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  90% {
    background-image: url(images/top_bn001e.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  100% {
    background-image: url(images/top_bn001f.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
 
}

@keyframes tile_8 {

  0% {
 	background-image: url(images/top_bn001g.png);
	background-repeat: no-repeat;
	background-size: cover;
     
  }
  10% {
    background-image: url(images/top_bn001h.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  20% {
    background-image: url(images/top_bn001i.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  30% {
    background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  40% {
    background-image: url(images/top_bn001b.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  50% {
    background-image: url(images/top_bn001j.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  60% {
    background-image: url(images/top_bn001c.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  70% {
    background-image: url(images/top_bn001d.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  80% {
    background-image: url(images/top_bn001e.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  90% {
    background-image: url(images/top_bn001f.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  100% {
    background-image: url(images/top_bn001g.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
 
}

@keyframes tile_9 {

  0% {
 	background-image: url(images/top_bn001h.png);
	background-repeat: no-repeat;
	background-size: cover;
     
  }
  10% {
    background-image: url(images/top_bn001i.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  20% {
    background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  30% {
    background-image: url(images/top_bn001b.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  40% {
    background-image: url(images/top_bn001j.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  50% {
    background-image: url(images/top_bn001c.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  60% {
    background-image: url(images/top_bn001d.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  70% {
    background-image: url(images/top_bn001e.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  80% {
    background-image: url(images/top_bn001f.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  90% {
    background-image: url(images/top_bn001g.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  100% {
    background-image: url(images/top_bn001h.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
 
}

@keyframes tile_10 {

  0% {
 	background-image: url(images/top_bn001i.png);
	background-repeat: no-repeat;
	background-size: cover;
     
  }
  10% {
    background-image: url(images/top_bn001a.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  20% {
    background-image: url(images/top_bn001b.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  30% {
    background-image: url(images/top_bn001j.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  40% {
    background-image: url(images/top_bn001c.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  50% {
    background-image: url(images/top_bn001d.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  60% {
    background-image: url(images/top_bn001e.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  70% {
    background-image: url(images/top_bn001f.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  80% {
    background-image: url(images/top_bn001g.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  90% {
    background-image: url(images/top_bn001h.png);
	background-repeat: no-repeat;
	background-size: cover;

  }
  100% {
    background-image: url(images/top_bn001i.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
 
}

/* page 7 */

.body-img-holder{
	position: relative;
}

.body-img-holder .img-chest{
	position: absolute;
    bottom: 50%;
    left: 0%;
    opacity: 0;
}

.body-img-holder .img-head{
	position: absolute;
    top: 10%;
    right: 0;
    opacity: 0;
}

.body-img-holder .img-stomach{
	position: absolute;
    bottom: 10%;
    left: 0%;
    opacity: 0;
}

.body-img-holder .img-heart{
	position: absolute;
    top: 50%;
    right: 0;
    opacity: 0;
}

#link-head{
	position: absolute;
    width: 100px;
    height: 50px;
    top: 70px;
    right: 440px;
}

#link-chest{
	width: 40px;
    height: 50px;
    position: absolute;
    top: 220px;
    left: 460px;
}

#link-heart{
	width: 60px;
    height: 40px;
    position: absolute;
    top: 225px;
    right: 430px;
}

#link-stomach{
	width: 80px;
    height: 50px;
    position: absolute;
    top: 315px;
    right: 440px;
}

/* page 10 */

.img-background{
	position: relative;
}

.img-background .img-arrows{
	position: absolute;
    top: 25%;
    left: 37%;
    animation: animate_arrows 5s ease infinite;

}

@keyframes animate_arrows {

  0% {
 	top:25%;
    left: 37%;
  }
  100% {
    top:53%;
  }
 
}

/* page 13 */

.img-steps{
	position: relative;
	height: 397px;
}

.img-steps img{
	position: absolute;
}

.step-1-yellow{
	top: 140px;
    left: 55px;
    z-index: 4;
}
.step-1-a{
	top: 45px;
    left: 60px;
    z-index: 3;
}
.step-1-b{
	top: 85px;
    left: 120px;
    z-index: 2;
}
.step-1-c{
	top: 0px;
    left: 95px;
    z-index: 0;
}
.step-2-green{
	top: 181px;
    left: 117px;
}
.step-3-pink{
	top: 184px;
    left: 278px;
}
.step-4-orange{
	top: 187px;
    left: 483px;
}
.step-5-blue{
	top: 190px;
    left: 731px;
    z-index: 1000;
}
.step-2-a{
	top: 265px;
    left: 142px;
}
.step-3-a{
	top: 115px;
    left: 315px;
}
.step-4-a{
	top: 265px;
    left: 530px;
}
.step-5-a{
	top: 101px;
    left: 830px;
}
.step-5-b{
	top: 15px;
    left: 795px;
    z-index: 0;
}
.text-bottom{
	bottom: 0px;
    right: 50px;
}

.img-graphs{
	position: relative;
	height: 242px;
	margin-bottom: 30px;
	text-align: center;
    width: 950px;
    margin: 30px auto;
}
.img-graphs img{
	position: absolute;
	margin-bottom: 0px !important;
}
.img-graphs img:nth-child(1){
	bottom:0px;
	left: 0px;
	opacity: 0;
}
.img-graphs img:nth-child(2){
	left: 95px;
    bottom: 0px;
    opacity: 0;
}
.img-graphs img:nth-child(3){
	bottom: 0px;
    left: 215px;
    opacity: 0;
}
.img-graphs img:nth-child(4){
	bottom: 0px;
    left: 335px;
    opacity: 0;
}
.img-graphs img:nth-child(5){
	bottom: 0px;
    left: 455px;
    opacity: 0;
}
.img-graphs img:nth-child(6){
	bottom: 0px;
    left: 595px;
    opacity: 0;
}
.img-graphs img:nth-child(7){
	bottom: 0px;
    left: 705px;
    opacity: 0;
}
.img-graphs img:nth-child(8){
	bottom: 0px;
    left: 815px;
    opacity: 0;
}

.full-img img {
    width: 80% !important;
    margin-top: -70px;
}

.small-img img {
    width: 65% !important;
    margin-bottom: 20px;
}

.page-template-ema-kikiranti a:visited, .page-template-ema-member_root .service-white a:visited{
	color: #4593d1 !important;
}

.page-template-ema-kikiranti ul.nav-menu li a:visited, .page-template-ema-member_root .service-white ul.nav-menu li a:visited{
	    color: #666666 !important;
}

.page-template-ema-member_root .service-blue a:visited,.page-template-ema-kikiranti .service-blue a:visited{
	color: white !important;
}

.single-product-table tr td:nth-child(1){
	/*padding-top: 10px !important;*/
}

/*related posts*/

.related-posts h3{
	color: black;
	margin-top: 0px;
}

.related-posts{
	max-width: 900px;
	margin: 0 auto;
}

.related-posts a {
	display: block;
	width: 16.5%;
	float: left;
}

.related-posts a img{
	max-width: 90%;
	display: block;
	margin: 0 auto;
}


/*.frm-left{
	display: none;
}*/


/* media query */

@media screen and (orientation: portrait) {
  .cs {
      width: 50%;
  }
}

@media screen and (max-width:1200px) {

.slide-holder2 img{
	width: 100% !important;
	height: 400px !important;
}

.photo-tile{
		height: 200px;
	}

	.photo-tiles{
		height: 400px;
	}
}

@media screen and (max-width:990px) {
	.kenkokanri-holder .in{
		max-width: 100%;
	}

	.page-template-ema-kenkokanri .graph{ 
	  	max-width: 50%;
	  }

	.cs {
	     width: 50%;
	  }

	 .kenkokanri-holder .in{
	 	padding-top: 30%;
	 	padding-bottom: 30%;
	 }
	 .photo-tile{
		height: 160px;
	}

	.photo-tiles{
		height: 320px;
	}
}

@media screen and (max-width:600px) {
	.visible-sm-tablet{
		display: none !important;
	}
	.visible-xs-tablet{
		display: block !important;
	}
	.slide-holder2{
		display: none !important;
	}
}

@media screen and (min-width:601px) {
	.visible-sm-tablet{
		display: block !important;
	}
	.visible-xs-tablet{
		display: none !important;
	}
}


@media screen and (max-width:737px) {
	#masthead {
    	height: 80px;
    }
}
@media screen and (max-width:769px) {
	.site-branding img{
		max-width: 50%;
	}

	.slide-holder2{
		width: 100%;
	}

	.slide-holder2 img{
		width: 100%;
	}
	.message-holder div div{
		text-align: center;
		margin-bottom: 20px;
	}

	.page-template-ema-kenkokanri .graph{ 
	  	max-width: 50%;
	  }

	.cs {
	     width: 40%;
	  }

/*	.page-template-ema-kikiranti .col-sm-6 img, .page-template-ema-service .col-sm-6 img{
		margin-top: 15%;
	}*/

	.company-holder .in .morse-content{
		padding-left: 20px !important;
	}

	.slinks img{
	  width: 120px;
	  height: 120px;
	}

	.l-idea{
		top: -10%;
		left: 45%;
		/*animation: move_idea_m 30s ease infinite;*/
	}

	.l-history{
		top: 25%;
		left: 65%;
		/*animation: move_history_m 30s ease infinite;*/
	}


	.l-service{
		top: 75%;
		right: 15%;
		/*animation: move_service_m 30s ease infinite;*/
	}

	.l-company{
		top: 60%;
		left: 5%;
		/*animation: move_company_m 30s ease infinite;*/
	}


	.l-plan{
		top: 15%;
		left: 0%;
		/*animation: move_plan_m 30s ease infinite;
		/*animation: none;*/
	}


	/*for top*/


	@keyframes tile_1 {

  	0% {
	 	background-image: url(images/top_bn001a.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	     
	  }
	  10% {
	    background-image: url(images/top_bn001b.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  20% {
	    background-image: url(images/top_bn001j.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  30% {
	    background-image: url(images/top_bn001c.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  40% {
	    background-image: url(images/top_bn001d.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  50% {
	    background-image: url(images/top_bn001e.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  60% {
	    background-image: url(images/top_bn001f.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  70% {
	    background-image: url(images/top_bn001g.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  80% {
	    background-image: url(images/top_bn001h.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  90% {
	    background-image: url(images/top_bn001i.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  100% {
	    background-image: url(images/top_bn001a.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	 
	}

	@keyframes tile_2 {

	  0% {
	 	background-image: url(images/top_bn001b.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	     
	  }
	  10% {
	    background-image: url(images/top_bn001j.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  20% {
	    background-image: url(images/top_bn001c.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  30% {
	    background-image: url(images/top_bn001d.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  40% {
	    background-image: url(images/top_bn001e.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  50% {
	    background-image: url(images/top_bn001f.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  60% {
	    background-image: url(images/top_bn001g.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  70% {
	    background-image: url(images/top_bn001h.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  80% {
	    background-image: url(images/top_bn001i.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  90% {
	    background-image: url(images/top_bn001a.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  100% {
	    background-image: url(images/top_bn001b.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	 
	}

	@keyframes tile_3 {

	 0% {
	 	background-image: url(images/top_bn001j.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	     
	  }
	  10% {
	    background-image: url(images/top_bn001c.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  20% {
	    background-image: url(images/top_bn001d.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  30% {
	    background-image: url(images/top_bn001e.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  40% {
	    background-image: url(images/top_bn001f.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  50% {
	    background-image: url(images/top_bn001g.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  60% {
	    background-image: url(images/top_bn001h.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  70% {
	    background-image: url(images/top_bn001i.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  80% {
	    background-image: url(images/top_bn001a.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  90% {
	    background-image: url(images/top_bn001b.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  100% {
	    background-image: url(images/top_bn001j.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	 
	}

	@keyframes tile_4 {

	  0% {
	 	background-image: url(images/top_bn001c.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	     
	  }
	  10% {
	    background-image: url(images/top_bn001d.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  20% {
	    background-image: url(images/top_bn001e.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  30% {
	    background-image: url(images/top_bn001f.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  40% {
	    background-image: url(images/top_bn001g.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  50% {
	    background-image: url(images/top_bn001h.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  60% {
	    background-image: url(images/top_bn001i.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  70% {
	    background-image: url(images/top_bn001a.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  80% {
	    background-image: url(images/top_bn001b.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  90% {
	    background-image: url(images/top_bn001j.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  100% {
	    background-image: url(images/top_bn001c.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	 
	}

	@keyframes tile_5 {

	  0% {
	 	background-image: url(images/top_bn001d.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	     
	  }
	  10% {
	    background-image: url(images/top_bn001e.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  20% {
	    background-image: url(images/top_bn001f.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  30% {
	    background-image: url(images/top_bn001g.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  40% {
	    background-image: url(images/top_bn001h.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  50% {
	    background-image: url(images/top_bn001i.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  60% {
	    background-image: url(images/top_bn001a.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  70% {
	    background-image: url(images/top_bn001b.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  80% {
	    background-image: url(images/top_bn001j.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  90% {
	    background-image: url(images/top_bn001c.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  100% {
	    background-image: url(images/top_bn001d.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	 
	}

	@keyframes tile_6 {

	  0% {
	 	background-image: url(images/top_bn001e.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	     
	  }
	  10% {
	    background-image: url(images/top_bn001f.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  20% {
	    background-image: url(images/top_bn001g.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  30% {
	    background-image: url(images/top_bn001h.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  40% {
	    background-image: url(images/top_bn001i.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  50% {
	    background-image: url(images/top_bn001a.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  60% {
	    background-image: url(images/top_bn001b.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  70% {
	    background-image: url(images/top_bn001j.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  80% {
	    background-image: url(images/top_bn001c.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  90% {
	    background-image: url(images/top_bn001d.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  100% {
	    background-image: url(images/top_bn001e.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	 
	}

	@keyframes tile_7 {

	  0% {
	 	background-image: url(images/top_bn001f.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	     
	  }
	  10% {
	    background-image: url(images/top_bn001g.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  20% {
	    background-image: url(images/top_bn001h.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  30% {
	    background-image: url(images/top_bn001i.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  40% {
	    background-image: url(images/top_bn001a.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  50% {
	    background-image: url(images/top_bn001b.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  60% {
	    background-image: url(images/top_bn001j.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  70% {
	    background-image: url(images/top_bn001c.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  80% {
	    background-image: url(images/top_bn001d.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  90% {
	    background-image: url(images/top_bn001e.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  100% {
	    background-image: url(images/top_bn001f.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	 
	}

	@keyframes tile_8 {

	  0% {
	 	background-image: url(images/top_bn001g.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	     
	  }
	  10% {
	    background-image: url(images/top_bn001h.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  20% {
	    background-image: url(images/top_bn001i.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  30% {
	    background-image: url(images/top_bn001a.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  40% {
	    background-image: url(images/top_bn001b.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  50% {
	    background-image: url(images/top_bn001j.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  60% {
	    background-image: url(images/top_bn001c.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  70% {
	    background-image: url(images/top_bn001d.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  80% {
	    background-image: url(images/top_bn001e.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  90% {
	    background-image: url(images/top_bn001f.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  100% {
	    background-image: url(images/top_bn001g.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	 
	}

	@keyframes tile_9 {

	  0% {
	 	background-image: url(images/top_bn001h.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	     
	  }
	  10% {
	    background-image: url(images/top_bn001i.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  20% {
	    background-image: url(images/top_bn001a.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  30% {
	    background-image: url(images/top_bn001b.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  40% {
	    background-image: url(images/top_bn001j.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  50% {
	    background-image: url(images/top_bn001c.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  60% {
	    background-image: url(images/top_bn001d.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  70% {
	    background-image: url(images/top_bn001e.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  80% {
	    background-image: url(images/top_bn001f.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  90% {
	    background-image: url(images/top_bn001g.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  100% {
	    background-image: url(images/top_bn001h.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	 
	}

	@keyframes tile_10 {

	  0% {
	 	background-image: url(images/top_bn001i.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	     
	  }
	  10% {
	    background-image: url(images/top_bn001a.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  20% {
	    background-image: url(images/top_bn001b.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  30% {
	    background-image: url(images/top_bn001j.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  40% {
	    background-image: url(images/top_bn001c.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  50% {
	    background-image: url(images/top_bn001d.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	  60% {
	    background-image: url(images/top_bn001e.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  70% {
	    background-image: url(images/top_bn001f.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  80% {
	    background-image: url(images/top_bn001g.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  90% {
	    background-image: url(images/top_bn001h.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;

	  }
	  100% {
	    background-image: url(images/top_bn001i.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	  }
	 
	}

	.photo-tile{
		height: 160px;
	}

	.photo-tiles{
		height: 320px;
	}



	/*-------------*/




	@keyframes move_idea_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(100%, 130%);
	  }
	  50% {
	     transform: translate(40%, 315%);
	  }
	  75% {
	     transform: translate(-135%, 260%);
	  }
	  100% {
	     transform: translate(-155%, 95%);
	  }
	}

	@keyframes move_history_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(-40%, 190%);
	  }
	  50% {
	     transform: translate(-145%, 130%);
	  }
	  75% {
	     transform: translate(-155%, -35%);
	  }
	  100% {
	     transform: translate(-60%, -130%);
	  }
	 
	}

	@keyframes move_service_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(-175%, -55%);
	  }
	  50% {
	     transform: translate(-190%, -220%);
	  }
	  75% {
	     transform: translate(-40%, -315%);
	  }
	  100% {
	     transform: translate(65%, -180%);
	  }
	 
	}

	@keyframes move_company_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(-20%, -200%);
	  }
	  50% {
	     transform: translate(140%, -300%);
	  }
	  75% {
	     transform: translate(260%, -150%);
	  }
	  100% {
	     transform: translate(180%, 80%);
	  }
	 
	}

	@keyframes move_plan_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(160%, -90%);
	  }
	  50% {
	     transform: translate(260%, 40%);
	  }
	  75% {
	     transform: translate(200%, 220%);
	  }
	  100% {
	     transform: translate(20%, 170%);
	  }
	 
	}


}
@media screen and (max-width: 480px) {

	.login-btns-div img{
		display: block;
		margin: 0 auto;
	}

	.p-bg-orange, .p-bg-green{
		width: 100% !important;
	}

	/*product*/

	.service-title{
		margin-top: 0px !important;
	}

	.breadcrumbs{
		padding-bottom: 0px !important;
	}

	/*top*/

	.morse-sign{
		width: 100%;
	}

	/*service*/
	.service-main-img img{
		width: 100%;
		height: 100%;
	}
	.details span{
		margin: 8%!important;
	}

	.small-banner{
		position: relative!important;
		display: block;
		text-align: center;
		float: none!important;
		right: 0%!important;
		margin: 20px auto;
	}
	.logo-container{
		padding: 0!important;
	}

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

	.symbiosis{
		text-align: center;
		margin: 10px
	}

	.company-holder .in{
		padding-top: 15px;
	}

	.company-holder .in .white-company-message{
		padding: 15px;
	}

	.company-holder .in .company-section-title{
		margin: 15px;
	}
	.company-holder .in .morse-content{
		padding: 15px;
	}.company-profile{
		padding: 15px;
	}

	.company-holder .in .company-subtitle{
		margin: 15px;
	}
	.company-profile table td:first-child{
		width: 30%;
	}
	.company-contact-form .contact-label{
		text-align: left !important;
	}

	.service-holder .col-md-6{
		padding: 15px;
	} 

	/*for bg attachment*/

	.message-holder{
		background: transparent;
	}
	.message-holder:before{
	   background:url(images/top_bg_001.png) repeat left top; 
	   background-size: auto auto;
	   display: block;
	   position: fixed;
	   top: 0;
	   left: 0;
	   width: 100%;
	   height:100%;
	   content: "";
	   z-index: -1;
	}


	.company-holder{
		background: transparent;
	}
	.company-holder:before{
	   background:url(images/message_bgfull-003.png) repeat left top; 
	   background-size: auto auto;
	   display: block;
	   position: fixed;
	   top: 0;
	   left: 0;
	   width: 100%;
	   height:100%;
	   content: "";
	   z-index: -1;
	}

	#sitemap-holder .in{
		max-width: 100%;

	}

	#sitemap-holder{
		height: 600px;
		overflow: hidden;
	}

/*
	.page-template-ema-kikiranti .col-sm-6 img, .page-template-ema-service .col-sm-6 img{
		margin:20px 0px;
	}
*/
	.service-content, .kikiranti-content{
		padding: 30px 15px;
	}

	#masthead{
		height: 80px;
	}
	.slinks img{
	  width: 120px;
	  height: 120px;
	}

	

	.l-idea{
		top: -10%;
		left: 38%;
		/*animation: move_idea_m 30s ease infinite;*/
	}

	.l-history{
		top: 15%;
		left: 65%;
		/*animation: move_history_m 30s ease infinite;*/
	}


	.l-service{
		top: 60%;
		right: 10%;
		/*animation: move_service_m 30s ease infinite;*/
	}

	.l-company{
		top: 60%;
		left: 7%;
		/*animation: move_company_m 30s ease infinite;*/
	}


	.l-plan{
		top: 15%;
		left: 0%;
		/*animation: move_plan_m 30s ease infinite;
		/*animation: none;*/
	}

	.product > div,
	.product > .right{
	    width: 100%!important;
	   	max-width: 100%!important;
	}

	.product > .right{
		margin-top: 10px;
	}

	@keyframes move_idea_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(100%, 130%);
	  }
	  50% {
	     transform: translate(40%, 315%);
	  }
	  75% {
	     transform: translate(-135%, 260%);
	  }
	  100% {
	     transform: translate(-155%, 95%);
	  }
	}

	@keyframes move_history_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(-40%, 190%);
	  }
	  50% {
	     transform: translate(-145%, 130%);
	  }
	  75% {
	     transform: translate(-155%, -35%);
	  }
	  100% {
	     transform: translate(-60%, -130%);
	  }
	 
	}

	@keyframes move_service_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(-175%, -55%);
	  }
	  50% {
	     transform: translate(-190%, -220%);
	  }
	  75% {
	     transform: translate(-40%, -315%);
	  }
	  100% {
	     transform: translate(65%, -180%);
	  }
	 
	}

	@keyframes move_company_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(-20%, -250%);
	  }
	  50% {
	     transform: translate(140%, -400%);
	  }
	  75% {
	     transform: translate(240%, -200%);
	  }
	  100% {
	     transform: translate(180%, 80%);
	  }
	 
	}

	@keyframes move_plan_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(160%, -90%);
	  }
	  50% {
	     transform: translate(260%, 40%);
	  }
	  75% {
	     transform: translate(200%, 220%);
	  }
	  100% {
	     transform: translate(20%, 170%);
	  }
	 
	}

}
@media screen and (max-width: 390px) {
	.product > div ,
	.product > .right{
	    width: 100%!important;
	    max-width: 100%!important;
	}
	.product > .right{
		margin-top: 10px;
	}



	.slinks img{
	  width: 90px;
	  height: 90px;
	}

	.l-idea{
		top: -10%;
		left: 38%;
		/*animation: move_idea_m 30s ease infinite;*/
	}

	.l-history{
		top: 15%;
		left: 65%;
		/*animation: move_history_m 30s ease infinite;*/
	}


	.l-service{
		top: 60%;
		right: 7%;
		/*animation: move_service_m 30s ease infinite;*/
	}

	.l-company{
		top: 60%;
		left: 7%;
		/*animation: move_company_m 30s ease infinite;*/
	}


	.l-plan{
		top: 15%;
		left: 0%;
		/*animation: move_plan_m 30s ease infinite;
		/*animation: none;*/
	}



	@keyframes move_idea_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(100%, 130%);
	  }
	  50% {
	     transform: translate(40%, 315%);
	  }
	  75% {
	     transform: translate(-135%, 260%);
	  }
	  100% {
	     transform: translate(-155%, 95%);
	  }
	}

	@keyframes move_history_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(-40%, 190%);
	  }
	  50% {
	     transform: translate(-145%, 130%);
	  }
	  75% {
	     transform: translate(-155%, -35%);
	  }
	  100% {
	     transform: translate(-60%, -130%);
	  }
	 
	}

	@keyframes move_service_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(-175%, -55%);
	  }
	  50% {
	     transform: translate(-190%, -220%);
	  }
	  75% {
	     transform: translate(-40%, -315%);
	  }
	  100% {
	     transform: translate(65%, -180%);
	  }
	 
	}

	@keyframes move_company_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(-20%, -250%);
	  }
	  50% {
	     transform: translate(140%, -400%);
	  }
	  75% {
	     transform: translate(240%, -200%);
	  }
	  100% {
	     transform: translate(180%, 80%);
	  }
	 
	}

	@keyframes move_plan_m {

	  0% {
	     transform: translate(0%, 0%);
	  }
	  25% {
	     transform: translate(160%, -90%);
	  }
	  50% {
	     transform: translate(260%, 40%);
	  }
	  75% {
	     transform: translate(200%, 220%);
	  }
	  100% {
	     transform: translate(20%, 170%);
	  }
	 
	}
}


	.kikikanri-holder img{
		/*padding: 20px;*/
	}
	.message-holder div div{
		text-align: center;
		margin-bottom: 20px;
	}

	.page-9{
		background: url(images/09_bnbg001.png);
		background-size: 100% 100%;
	}
	.page-9-sky1{
		background: url(images/09_bg001.png);
		background-size: cover ; background-attachment:fixed;
	}
	.page-9-sky2{
		background: url(images/09_bg001.png);
		background-size: cover ; background-attachment:fixed;
		opacity: 45%;
	}
	.container-alt{
		display: block;
	    width: 100%;
	    overflow: auto;
	    position: absolute;
	    height: 348px;
	    background-color: #4593d1;
    	opacity: .45;
	}
	.page-9-sky1 div h1,.page-9-sky2 div h1{
		margin-top: 30px;
	}

	.page-10{
		background: url(images/10_bnbg001.png);
		background-size: 100% 100%;
	}
	
	.page-10-graph div h1,.page-10-lady div h1, .page-10-bubble div h1{
		margin-top: 60px;
	}

	.page-10-lady{
		background: url(images/10_bg001.png);
		background-size: cover ; background-attachment:fixed;
	}

	.page-10-lady img{
		width: 100%;
	}

	.page-10-bubble{
		background: url(images/10_bg002.png);
		background-size: cover ; background-attachment:fixed;
		padding-bottom: 60px;
	}

	.page-10-gray{
		padding-bottom: 50px;
	}

	.page-10-topic div img{
		float: left !important;
	}

	.page-13{
		background: url(images/13_bnbg001.png);
		background-size: 100% 100%;
	}

	.color-orange{
		color:#f08818;
	}

	.color-green{
		color:#20a45a;
	}

	.page-13-graph{
		padding-bottom: 30px;
		padding-top: 20px;
	}

	.page-13-graph h1{
		margin-top: 40px;
    	line-height: 1.5;
    	margin-bottom: 30px;	
	}

	.page-13-graph img{
    	margin-bottom: 30px;	
	}

	.page-13-graph table{
		text-align: left;
	}

	.page-13-graph table tr td, .page-13-graph table tr th{
		border: 2px solid white;
    	padding: 10px;
    	font-size: 12px;
	}

	.page-13-graph table tr th{
		background-color: #7cb994;
	}

	.page-13-graph table tr th:first-child{
		background-color: white;
	}

	.page-13-graph table tr:nth-child(2) td, .page-13-graph table tr:nth-child(4) td, .page-13-graph table tr:nth-child(6) td, .page-13-graph table tr:nth-child(8) td, .page-13-graph table tr:nth-child(10) td{
		background-color: #e6f0ea;
	}

	.page-13-graph table tr:nth-child(3) td, .page-13-graph table tr:nth-child(5) td, .page-13-graph table tr:nth-child(7) td, .page-13-graph table tr:nth-child(9) td{
		background-color: #f2f2f2;
	}

	.page-13-graph table tr:nth-child(2) td:first-child{
		background-color: #7bc6ab;
	}

	.page-13-graph table tr:nth-child(3) td:first-child{
		background-color: #6cb69c;
	}

	.page-13-graph table tr:nth-child(4) td:first-child{
		background-color: #7bc6ab;
	}

	.page-13-graph table tr:nth-child(5) td:first-child{
		background-color: #649fd2;
	}

	.page-13-graph table tr:nth-child(6) td:first-child{
		background-color: #7980c3;
	}

	.page-13-graph table tr:nth-child(7) td:first-child{
		background-color: #be80c9;
	}

	.page-13-graph table tr:nth-child(8) td:first-child{
		background-color: #ffa9dc;
	}

	.page-13-graph table tr:nth-child(9) td:first-child, .page-13-graph table tr:nth-child(10) td:first-child{
		background-color: #fd96a0;
	}

	.with-border{
		width: 30%;
	    display: inline-block;
	    padding: 5px;
	    border: 1px solid;
	}

	.box-orange{
		width: 66%;
	    display: inline-block;
	    background-color: white;
	    padding: 10px;
	    text-align: center;
	    float: right;
	}

	.box-green{
		width: 66%;
	    display: inline-block;
	    background-color: white;
	    padding: 10px;
	    text-align: center;
	    float: left;
	    margin-bottom: 20px;
	}

	.plus-sign{
		text-align: center;
		margin-top: 20px;
	}

	.p-bg-orange{
		display: inline-block;
		width: 35%;
		color: white;
		padding: 10px;
		background-color: #f08818;
		margin-bottom: 0px;
		font-size: 22px;
		margin-top: 60px;
	}

	.p-bg-green{
		display: inline-block;
		width: 35%;
		color: white;
		padding: 10px;
		background-color:#20a45a;
		margin-bottom: 0px;
		font-size: 22px;
		margin-top: 60px;
	}

	/* page 14 */

	.page-14{
		background: url(images/14_bnbg001.png);
		background-size: cover;
	}

	.page-14-1{
		background: url(images/14_bg001.png);
		background-size: cover;
		background-attachment: fixed;
	}

	.page-14-2{
		background: url(images/14_bg002.png);
		background-size: cover;
		background-attachment: fixed;
	}

	.page-14-3{
		background: url(images/14_bg003.png);
		background-size: cover;
		background-attachment: fixed;
	}

	.p9 a{
		color: white !important;
	}

	/* page 15 */

	.page-15{
		background: url(images/15_bnbg001.png);
		background-size: cover;
	}
	.page-15-1 div h1, .page-15-2 div h1 {
	    margin-top: 60px;
	}


.login-holder{
	padding: 43px 0px;
	background: url(images/top_bgfull-006.png) repeat;
	background-size: cover;
    background-attachment: fixed;
}

.login-holder ul li{
	font-size: 17px;
}
	.login-holder .in{
		max-width: 700px;
	}

.member-page-holder{
	padding: 43px 0px;
	background: url(images/member-page-options.png) repeat;
	background-size: cover;
    background-attachment: fixed;
}
.phamplets-page-holder{
	padding: 43px 0px;
	background: url(images/phamplets-bg.png) repeat;
	background-size: cover;
    background-attachment: fixed;
}

/* page 8 */

.symptom-item{
	padding: 5px;
}

.symptom-item p{
	margin-bottom: 0px;
	background-color: white;
    padding: 5px;
    padding-top: 60px;
    text-align: center;
    color: black;
    border: 2px solid black;
    min-height: 415px;
}

.symptom-item-1 p{
	background: url(images/ema_08_image_white_001.png) repeat;
	background-size: 100% 100%;
}

.symptom-item-2 p{
	background: url(images/ema_08_image_white_002.png) repeat;
	background-size: 100% 100%;
}

.symptom-item-3 p{
	background: url(images/ema_08_image_white_003.png) repeat;
	background-size: 100% 100%;
}

.symptom-item-4 p{
	background: url(images/ema_08_image_white_004.png) repeat;
	background-size: 100% 100%;
}
.topic-title{
	position: absolute;
	background: rgba(0, 0, 0, 0.35);
	padding: 14px;
	font-size: 12px;
	width: 100%;
	text-align: center;
	color: white;
	display: none;
}
.topic-title-show{
	display: block!important;
}

.no-margin-bottom{
	margin-bottom: 0px;
}

.no-padding{
	padding: 0px;
	padding:1px;
	padding-right: 10px;
}

.no-margin-bottom p{
	font-size: 12px;
}

.no-margin-bottom img, .no-padding img{
	width: 100%;
	height: 199px;
}

.p-smallest{
	font-size: 10px !important;
}
.page-template-page6-template  .topic-title{
	width: 193px;
}
.template-container .circle{
	position: absolute;
	top: 23%;
	z-index: 999;
	left: 0%;
}
.super-small{
	font-size: 10px;
}
.symbiosis .topic-title{
	width: 227px;
}
.small-banner{
	width: 120px;
	float: right;
	right: 15%;
	position: absolute;
	top: 65%;
}

.text-holder div{
	height: 160px!important;
    padding: 5px!important;
	margin-bottom: 10px!important;
}
.circle-11-container{
	position: relative;
}
#circle-yellow{
	position: absolute;
	bottom: 0;
	float: left;
	left: 3%;
	animation: blinker 1s linear infinite;
}
#circle-line1{
	position: absolute;
    left: 9%;
    top: 1%;
}
#circle-line2{
	position: absolute;
	left: 28%;
	bottom: 6px;
}
#circle-line3{
	position: absolute;
    bottom: 12px;
    left: 22%;
}
#circle-line4{
	position: absolute;
	bottom: -25px;
	left: 7%;
}
#circle-line5{
	position: absolute;
    top: 17%;
    left: 22%;

}
#circle-double{
	position: absolute;
	left: 26%;
	bottom: 0px;
}
#circle-double2{
    position: absolute;
    bottom: 2px;
    left: 15%;
}
.most-top{
	z-index: 999999;
}

footer .main-navigation{
	width: 100%;
	text-align: center;
}

footer .ema-menu li a span{
	display: none!important;
}
footer .ema-menu{
	float: none;
	max-width: 550px!important;
	margin: 0 auto;
}
footer .ema-menu li a{
    color: #4593d1;
    font-size: 14px;
    padding: 0px 20px;
}

.breadcrumbs{
	max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0px; 
	font-size: 16px;
	font-weight: bold;
}
.breadcrumbs a, .breadcrumbs span{
	 display: table-cell;
    vertical-align:middle;
    float: none !important;
}
.light, .light a, .light a:visited{
	color:white !important;
}

.dark, .dark a, .dark a:visited{
	color:#4593d1 !important;
}

.x-dark, .x-dark a, .x-dark a:visited{
	color:black !important;
}

@media screen and (max-width: 480px) {

	/*top*/

	.breadcrumbs{
		font-size: 6px;
		padding: 5px 0px;
	}
}

.single-product .breadcrumbs, .single-product6 .breadcrumbs {
	max-width: 1100px !important;
}

.single-product .product-section, .single-product6 .product-section {
	padding-top: 0px !important;
}

.page-template-ema-kenkokanri .breadcrumbs a, .page-template-ema-kenkokanri .dark, .page-template-ema-kenkokanri .dark a, .page-template-ema-kenkokanri .dark a:visited{
	color: black !important;
}
.zoom-pic-container{
	position: relative;
}
.zoom-pic{
	position: absolute;
	z-index: 999;
}
.zoom-pic img{
	width: 200px;
}
.zoom-pic img:first-child{
	top: 100px;
}

.chart{
	margin-top: 20px;
	height: 950px;
	max-height: 950px;
	background-image:  url(images/13_member-appeal_bg.png);
	background-size: cover;
	background-position: center;
}

.gr{
	position: relative;
}
a{
	outline: 0!important;
}
#gr-2,
#gr-3,
#gr-4{
	position: absolute;
	z-index: 999999;
}

#gr-2{
	left: 7%;
	top: 10%;
}

#gr-3{
	left: 40%;
	top: 10%;
}

#gr-4{
	right: 7%;
	top: 10%;
}


#gr-5{
	clear: both;
	z-index: 99999;
}
#gr-5,
#gr-6,
#gr-7{
	/*width: 33%;*/
	float: left;
}

#gr-5{
	position: relative;
	width: 310px;
	height: 114px;
	top:7%;
}

.abs{
	position: absolute;
}

#gr-5-a{
	top: 27%;
	left: 0px;
}

#gr-5-b{
	top: 27%;
	left: 34%;
}

#gr-5-c{
	top: 27%;
	right: 0px;
}

#gr-6{
	position: absolute;
    top: 17%;
    left: 17%;
    width: 572px;
   	height: 592px;
}

#gr-6 img{
	z-index: 1 !important;
}

#gr-6-a{
	top: 5%;
	right: 50%;
}

#gr-6-b{
	top: 5%;
	right: 30%;
}

#gr-6-c{
	top: 5%;
	right: 10%;
}

#gr-6-d{
	top: 15%;
    right: -9%;
}

#gr-6-e{
	top: 23%;
    right: 10%;
}

#gr-6-f{
	top: 30%;
    right: 30%;
}

#gr-6-g{
	top: 38%;
    right: 50%;
}

#gr-6-h{
	top: 48%;
    right: 68%;
}

#gr-6-i{
	top: 58%;
    left: -5%;
}

#gr-6-j{
	top: 72%;
    left: -5%;
}

#gr-6-k{
	top: 84%;
    left: -5%;
}

#gr-6-l{
	top: 96%;
    left: -5%;
}

#gr-7{
    right: 0px;
    position: absolute;
    top: 17%;
    width: 310px;
    height: 370px;
}

#gr-7-a{
	top: 8%;
    left: 0px;
}

#gr-7-b{
	top: 8%;
    left: 35%;
}

#gr-7-c{
	top: 8%;
    right: -10px;
}

#gr-7-d{
	top: 90%;
    left: 0px;
}

#gr-7-e{
	top: 90%;
    left: 50%;
}

#gr-7-f{
	top: 50%;
    left: 0px;
}

#gr-7-g{
	top: 50%;
    left: 35%;
}

#gr-7-h{
	top: 50%;
    right: -10px;
}

#gr-7-i{
	top: 30%;
    right: 5%;
}

#gr-8{
	position: absolute;
    top: 340px;
    width: 142px;
    height: 276px;
}

#gr-8-a{
	top: -10%;
    left:0px;
}
#gr-8-b{
	top: 15%;
    left:0px;
}
#gr-8-c{
	top: 40%;
    left:0px;
}

#gr-8-d{
	bottom:0px;
    left:0px;
}

#gr-9,#gr-10{
	position: absolute;
	bottom: 10%;
	left: 30%;
}

.activedeep{
	border: 3px solid #FFCC33;
	border-radius: 11px;
}

.activelight{
	border: 3px solid #FF9933;
	border-radius: 11px;
}

.sub-menu{
	margin: 7px;
}




/*--------------------------------------------------------------
# Googleカレンダー
--------------------------------------------------------------*/

.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}

