/* 
====================================
unibase.css Jul.2018

Mod. 29 Nov. 2018 / masida 
====================================
*/

/*
++++++++++++++++++++++++++++++++
text
++++++++++++++++++++++++++++++++
*/

.note { font-size: 12px; }

/*
++++++++++++++++++++++++++++++++
brakes
++++++++++++++++++++++++++++++++
*/

.visible-xx { display: none;}
.hidden-xx { display: inline;} 
.visible-all { display: inline !important;}

@media (max-width: 767px) {
.visible-xx { display: inline;}
.hidden-xx { display: none;}
}

/*
++++++++++++++++++++++++++++++++
material Design box shadow
++++++++++++++++++++++++++++++++
*/

.md-shadow,
.md-shadow1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

a .md-shadow:hover,
a .md-shadow1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.md-shadow2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.md-shadow3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.md-shadow4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.md-shadow5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

/* 20181107 arai wrote */
/* online store */
.aem-html-content a.is-ec-btn {
	display: inline-block;
	margin: 10px 0;
	padding: 5px 20px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.8;
	background-color: #023894;
	transition-delay: 0s; 
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-duration: 0.4s;
	transition-property: background-color;
}

.aem-html-content a.is-ec-btn:hover {
	background-color: #012269;
	text-decoration: none;
}

.aem-html-content a.mt-ec-btn {
	display: inline-block;
	margin: 10px 0;
	padding: 5px 20px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.8;
	background-color: #b8833a;
	transition-delay: 0s; 
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-duration: 0.4s;
	transition-property: background-color;
}

.aem-html-content a.mt-ec-btn:hover {
	background-color: #805b28;
	text-decoration: none;
}

.aem-html-content .ec-area {
    background: #f5f5f5;
    padding: 30px 0;
}

.aem-html-content .ec-area .container .row div {
    background: white;
    margin-bottom: 0;
    padding: 20px;
}

.aem-html-content .ec-area .left-img {
    float: left;
    width: 20%;
}

.aem-html-content .ec-area .right-txt {
    float: right;
    width: 80%;
}

.aem-html-content .ec-area .right-txt h3 {
    margin: 0;
    font-size: 1.6rem;
    padding-bottom: 10px;
}

.aem-html-content .ec-area .right-txt a {
    float: right;
}


.aem-html-content .ec-area:after {
    content: "";
    clear: both;
    display: block;
}

@media screen and (max-width: 581px) {
	.aem-html-content .ec-area .container .row div {
        background: white;
        margin-bottom: 0;
        padding: 15px 10px;
    }

	.aem-html-content .ec-area .right-txt h3 {
        margin: 0;
        font-size: 14px;
        padding-bottom: 10px;
    }

	.aem-html-content .ec-area .right-txt p {
        font-size: 1.3rem;
    }

	.aem-html-content .ec-area .left-img {
        float: left;
        width: 30%;
    }

	.aem-html-content .ec-area .right-txt {
        float: right;
        width: 70%;
    }
}

/* sns */
.aem-html-content .container.sns-btn {
	margin: 50px auto;
}


/*
++++++++++++++++++++++++++++++++
event notification
++++++++++++++++++++++++++++++++
*/

body.notify .component.bg-gray { display: none;}
body.notify .aem-html-content main { text-align: center; padding: 0 20px 40px; margin: 60px auto;}
body.notify .aem-html-content main header h1 { color: #999;}

/*EOF*/