﻿@charset "utf-8";
/* CSS Document */

#l-header {
	text-align: center;
}
#l-header nav {
    background: none;
    margin: 50px auto 0;
	max-width: 1200px;
	height: 100px;
}
.top-logo {
    top: 20px;
	margin-left: -70px;
}
.sm-mint a {
    margin: 10px;
}
.sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
	padding: 8px 20px;
    min-width: 145px;
    text-align: center;
	border: 1px solid;
	border-radius: 0;
}
.sm-mint .m-left {
	margin-left: 220px;
}

/* Main */
.page-about{
	background-image: url(../images/page-isa.jpg);
}
.page-brand{
	background-image: url(../images/page-nissei.jpg);
}
.page-product{
	background-image: url(../images/page-product.jpg);
}
.page-icenter{
	background-image: url(../images/page-icenter.jpg);
}
.mainline{
	width: 100%;
	height: 320px;
	top:1200px;
	z-index: -1;
	position: absolute;
	background: #eee;
}
.nissei {
	background: url(../images/home-bg.png) center top no-repeat;
	/* 全版background-size: cover; */
	min-height: 650px; /* 全版50vw */
	text-align: center;
}
.nissei img {
	max-width: 350px; /* 全版30vw */
    padding: 200px 0 30px 0; /* 全版15vw 0 3vw 0 */
}
.nissei h2{
	font-size: 2.5em; /* 全版5vw */
	color: #333;
	text-shadow: 0px 0px 5px #FFF;
}
.nissei img, .nissei h2 {
    -webkit-animation: moveUp 1s ease-in-out both, fadeIn 0.5s linear 0.5s both;
    -moz-animation: moveUp 1s ease-in-out both, fadeIn 0.5s linear 0.5s both;
    -o-animation: moveUp 1s ease-in-out both, fadeIn 0.5s linear 0.5s both;
    -ms-animation: moveUp 1s ease-in-out both, fadeIn 0.5s linear 0.5s both;
    animation: moveUp 1s ease-in-out both, fadeIn 0.5s linear 0.5s both;
}
.freezerIcon{
	padding-top: 20px;
}
.freezerIcon img{
	width: 50%;
}
#model a{
	background: #3f51b5;
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.divimg{
	height: 320px;
	background-image: url('../images/bg-bottom.gif');
	background-size: auto;
	text-align: left;
}
.divimg img{
	margin-top: 55pt;
}
.icon-wrapper{
	background: #00bcd447;
}
.box-wrapper:hover .icon-wrapper{
	background-color:#008cde;
}
.box-wrapper:hover .icon-wrapper .icon{
	color: #FFF;
}
.box-wrapper h3{
	color: #008cde;
}
.mytable>ul{
	background: #fff;
}
fieldset{
	border: 2px #3f51b5 dashed;
	border-radius:25px;
	-moz-border-radius:25px; /* Old Firefox */
	padding: 5px 30px 20px;
    margin: 0 auto 1em;
    width: 100%;
    line-height: 1.8em;
	color: unset;
    text-align: initial;
    background: unset;
}
legend{
	margin-bottom: 10px;
    font-size: 28px;
    border-radius: 50%;
    background: #3f51b5;
    color: #FFF;
    height: 80px;
    width: 150px;
    padding: 25px 18px;
}
.title-slash{
    font-size: 5em;
    color: #f44336;
    font-weight: bold;
    margin: 1em 0 3em;
    text-align: center;
	line-height: 0.5em;
}
.title-slash li{
	float: left;
	width: 10%;
}
.title-slash span{
	font-size: 20px;
	color: #333;
}
/* 社群分享，carbing的設定在nissei位置不符，修正之 */
.st-left {
    margin-left: 0;
}

/* 首頁標語 */
#mainMmessage {
	width: 100%;	
	background:url(../images/pic_home_intro01.png) no-repeat left top , url(../images/pic_home_intro02.png) no-repeat right top;
	background-size:108px;
	padding: 20px 0px;
	}
#titHomeMainCatch{
	margin: 0px auto 10px auto;
	font-size: 284%;
	font-weight: bold;
	text-align: center;
	color: #5ABEED;
	width: 772px;
	height: 69px;
	background:url(../images/bg_home_intro03.png) no-repeat center top;
	background-size:100%;
	font-family: "Cooper","Microsoft YaHei","MicrosoftJhengHei",STHeiti,sans-serif;
}
#txtHomeMainRead{
	margin: 0px auto 22px auto;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 188.5%;
	text-align: center;
	color: #333333;	
}


@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1024px) {
	#l-header nav {
		width: auto;
	}
	.top-logo {
		margin-left: -65px;
	}
	.sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
		padding: 8px 20px;
		min-width: 110px;
		border-radius: 0;
	}
	#titHomeMainCatch{
	width: 74%;
	}
	.nf li{
	width: 100%;
}
}
@media screen and (max-width: 1020px) {
	#l-header nav {
		margin-top: 85px;
	}
	.sm .m-left {
		margin-left: 10px;
	}
	#titHomeMainCatch{
	margin: 0px auto 3% auto;
	font-size: 5vw;
	width: 60%;
	height: auto;
	background:url(../images/bg_home_intro03.png) no-repeat center 30%;
	background-size:100%;
	}
	#txtHomeMainRead{
		font-size: 3vw;
	}
	.mainline{
	top:1150px;
	}
}
@media screen and (max-width: 650px) {
	#mainMmessage {
	background-size:10%;
	padding: 3% 0px 2% 0px;
	}
	#titHomeMainCatch{
	font-size: 5vw;
	}
	#txtHomeMainRead{
	margin: 0% auto 1% auto;
	line-height: 164%;
	}
	.mainline{
	top:1080px;
	}
}
@media screen and (min-width: 500px) and (max-width: 600px) {
	.mainline{
	top:1000px;
	}
}
@media screen and (max-width: 370px) {
#txtHomeMainRead{
	font-size: 90%;
	line-height: 160%;
	}
}	