@charset "utf-8";
/*=================================================================
	#container
=================================================================*/
#container {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	padding: 0 5%;
	padding-top: 90px;
	width: 100%;
	text-align: left;
}
#container div.title {
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	display: block;
	margin: 0 auto 35px;
	padding: 50px 5% 20px;
	max-width: 700px;
	width: 90%;
	height: 140px;
	background: url(../business/img/back_business.jpg) no-repeat left top;
	background-size: container;
}
#container div.title img {
	max-width: 90%;
	width: auto;
}
#container:before {
	display: block;
	height: 170px;
	content: "";
}
.message #container div.title {
	background: url(../img/message/back_message.jpg) no-repeat left  center;
}
.news #container div.title {
	background: url(../img/news/back_news.jpg) no-repeat left  center;
}
/* .business #container div.title {
	background: url(../business/img/back_business.jpg) no-repeat left  center;
} */
.water #container div.title {
	background: url(../business/img/back_water.jpg) no-repeat left  center;
}
.agriculture #container div.title {
	background: url(../business/img/back_agriculture.jpg) no-repeat left  center;
}
.beauty #container div.title {
	background: url(../business/img/back_beauty.jpg) no-repeat left  center;
}
.medical #container div.title {
	background: url(../business/img/back_medical.jpg) no-repeat left  center;
}
.energy #container div.title {
	background: url(../business/img/back_energy.jpg) no-repeat left  center;
}
.aboutlumielina #container div.title {
	background: url(../aboutlumielina/img/back_lumielina.jpg) no-repeat left  center;
}
.philosophy #container div.title {
	background: url(../aboutlumielina/img/back_philosophy.jpg) no-repeat left  center;
}
.technology #container div.title {
	background: url(../technology/img/back_technology.jpg) no-repeat left  center;
}
.media #container div.title {
	background: url(../media/img/back_media.jpg) no-repeat left  center;
}
.corporate #container div.title {
	background: url(../corporate/img/back_corporate.jpg) no-repeat left  center;
}
#container section {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	padding-top: 50px;
	max-width: 720px;
	width: 100%;
	line-height: 2em;
}
#container section h1 {
	margin-bottom: 5px;
}
#container section h1 img {
	max-width: 100%;
	max-height: 60px;
	width: auto;
	height: auto;
}
#container section h2 {
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-weight: 400;
	font-size: 2em;
	line-height: 1.5em;
}
#container section h2.none {
	margin-bottom: 20px;
	color: #000;
	text-shadow: none;
	font-size: 2em;
	line-height: 1.5em;
}
#container section h2.coming {
	margin: 30px auto;
	text-align: center;
}
#container section h2 small {
	display: block;
	font-size: .8em;
	line-height: 1.2em;
}
#container section h2 span.black {
	color: #000;
	text-shadow: 1px 1px 1px #ddd;
}
#container section p.summary {
	margin: 0 0 30px;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.8em;
}
#container section p.summary.min .num {
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	text-align: center;
	line-height: 26px;
}
/*=================================================================
	.culumn
=================================================================*/
.column {
	overflow: hidden;
	margin: 0 auto 30px;
}
.column figure {
	margin: 10px auto;
	text-align: center;
}
.column figure figcaption {
	text-align: left;
}
.column figure img {
	max-width: 600px;
	width: 100%;
	height: auto;
}
.column img {
	max-width: 100%;
}
.column h4 img {
	max-width: 600px;
	width: 100%;
	height: auto;
}
.column figure img.min300 {
	max-width: 300px;
	width: 100%;
	height: auto;
}
.column figure img.min200 {
	max-width: 200px;
	width: 100%;
	height: auto;
}
.column p {
	margin-bottom: 15px;
}
.column p:last-child {
	margin-bottom: 0;
}
.column ol.list {
	counter-reset: number;
}
.column ol.list li {
	position: relative;
	margin: 0 auto 15px;
	padding-left: 30px;
	line-height: 24px;
}
.column ol.list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 2px;
	width: 10px;
	height: 15px;
	content: "（"counter(number)"）";
	counter-increment: number;
	vertical-align: middle;
	text-align: center;
	line-height: 19px;
}
.column .indent {
	padding-left: 10px;
}
.column .reference {
	display: block;
	padding: 10px;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
	color: #666;
}
.column .product {
	margin-left: 30px;
}
.column .product.new {
	display: block;
	margin: 0 10px 20px 20px;
	padding: 10px;
	border: 1px #999 solid;
}
.column .product.new img {
	max-width: 90%;
	height: auto;
}
.column .product.new dd {
	margin: 10px 0;
}
.column .product dd img {
	display: block;
	margin: 0 auto 15px 0;
	max-width: 90%;
	height: auto;
}
/* product */
#container section p.summary.pro {
	font-size: 2em;
}
.column.pr {
	margin-bottom: 45px;
	padding: 30px 15px 15px;
	border: 1px solid #aaa;
	text-align: center;
}
.column .product dd {
	margin: 10px 0 30px;
	padding: 0 0 20px;
	border-bottom: dotted 1px #ddd;
}
.column .product dt {
	margin: 25px 0 5px;
	vertical-align: middle;
	font-weight: 400;
	font-size: 1.2em;
	font-family: "Segoe UI",SegoeUI,"Malgun Gothic",Gulim,"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.8em;
}
.column .product dt.progress {
	margin-bottom: 10px;
	vertical-align: middle;
	font-size: 1em;
}
.column .product dt img {
	display: block;
	margin: 0 auto 0 0;
	max-width: 230px;
	width: auto;
	height: auto;
}
/*=================================================================
	.message
=================================================================*/
.message .mesTitle {
	padding-bottom: 15px;
	color: #000;
	font-weight: 400;
	font-size: 2.5em;
	line-height: 1.6em;
}
.message .messubTitle {
	padding-bottom: 15px;
	color: #000;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.6em;
}
/*=================================================================
	.news
=================================================================*/
.news .column {
	margin: 50px auto 30px;
}
.news h2 {
	margin-top: 20px;
	color: #0270ff;
}
.news dl {
	padding: 10px 0;
	border-bottom: 1px #c1c1c1 solid;
}
.news .column dl:first-child {
	border-top: 1px #c1c1c1 solid;
}
.news dl dt {
	display: block;
	padding-bottom: 5px;
	color: #0270ff;
	vertical-align: top;
	text-align: left;
	font-size: 1.2em;
}
.news dl dd {
	display: block;
	text-align: left;
}
.news dl dd iframe {
	margin: 10px auto;
	width: 100%;
	text-align: center;
}
.news .pagination {
	margin: 0 auto 30px;
	width: 100%;
	text-align: center;
}
.news .pagination li {
	display: inline-block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 40px;
	height: 40px;
	font-size: 1.2em;
	line-height: 40px;
}
.news .pagination li a {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #ddd;
}
/*=================================================================
	.corporate
=================================================================*/
.corporate dl {
	padding: 10px 0;
	border-bottom: 1px #c1c1c1 solid;
}
.corporate .column dl:first-child {
	border-top: 1px #c1c1c1 solid;
}
.corporate dl dt {
	display: block;
	padding-bottom: 5px;
	vertical-align: top;
	text-align: left;
	font-size: 1.2em;
}
.corporate dl dd {
	display: block;
	text-align: left;
}
.corporate dl dd iframe {
	margin: 10px auto;
	width: 100%;
	text-align: center;
}
.corporate dl dd  #map,
.corporate dl dd  #map2 {
	margin: 10px auto 50px;
	width: 90%;
	height: 400px;
	border: 1px #ddd solid;
}
.corporate a.move {
	display: block;
	color: #0270ff;
}
.corporate a.move:before {
	display: inline-block;
	margin-right: 3px;
	content: "▼";
}
.corporate .column figure figcaption {
	margin: auto;
	max-width: 600px;
	text-align: right;
}
/*=================================================================
	.technology
=================================================================*/
.technology dl {
	margin: 0 0 15px;
}
.technology figure.product img {
	border: 1px #aaa solid;
}
.technology dl dt {
	margin: 0 0 5px;
	font-size: 1.2em;
}
.technology #container section h3.summary {
	margin: 0 0 15px;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.8em;
}
.technology #container section h4 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px #333 solid;
	font-size: 1.2em;
}
.technology #container section .step li {
	margin: 0 auto 30px;
	width: 96%;
}
.technology #container section .step li figcaption {
	position: relative;
	margin: 5px auto 0;
	line-height: 1.5em;
}
.technology #container section .step li figcaption.no {
	padding-left: 30px;
}
.technology #container section .step li figcaption span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 1px 6px;
	border: 1px solid #aaa;
	color: #000;
}
aside {
	font-size: .8em;
	line-height: 1.2em;
}
/*=================================================================
	.labo
=================================================================*/
.labo #movie {
	margin: 0 auto;
	padding-top: 60px;
	max-width: 640px;
	width: 100%;
}
#movie iframe {
	max-width: 640px;
	width: 100%;
}
/*=================================================================
	.business
=================================================================*/
#business0 {
	background: url(../img/business/bsnsbg.jpg) no-repeat center bottom;
}
#business1.slidePanel {
	background: url(../img/business/bsns1bg.jpg) no-repeat center center;
}
#business2.slidePanel {
	background: url(../img/business/bsns2bg.jpg) no-repeat center center;
}
#business3.slidePanel {
	background: url(../img/business/bsns3bg.jpg) no-repeat center center;
}
#business4.slidePanel {
	background: url(../img/business/bsns4bg.jpg) no-repeat center center;
}
#business5.slidePanel {
	background: url(../img/business/bsns5bg.jpg) no-repeat center center;
}
#business0,
#business1.slidePanel,
#business2.slidePanel,
#business3.slidePanel,
#business4.slidePanel,
#business5.slidePanel {
	background-size: cover !important;
}
/* #business
--------------------------- */
#business .fieldWrap {
	position: relative;
	padding: 15px 0 40px;
	height: 100%;
	background-size: contain;
}
#business .bubble {
	position: relative;
	margin: 3% auto;
	padding-top: 3%;
	max-width: 700px;
	width: 90%;
	height: 90%;
	border-radius: 10px;
	background-color: rgba(255,255,255,.5);
	text-align: center;
	-webkit-transition: all 1.2s cubic-bezier(0,-.17,0,1.26);
	   -moz-transition: all 1.2s cubic-bezier(0,-.17,0,1.26);
	        transition: all 1.2s cubic-bezier(0,-.17,0,1.26);
}
#business .bubble h2 {
	margin: 20px auto;
	width: 96%;
	text-align: center;
}
#business .bubble h2 img {
	max-width: 500px;
	width: 100%;
	height: auto;
	text-align: center;
}
#business .bubble h3 {
	margin: 0 auto 15px;
	color: #fff;
	text-align: center;
	text-shadow: 0 3px 3px rgba(0, 0, 0, .6);
	font-weight: 100;
	font-size: 1.5em;
	line-height: 1.8;
}
#business .bubble h3 span {
	display: block;
	margin: 0 auto 15px;
	font-size: 1em;
}
#business .bubble p {
	margin: 0 auto 30px;
	width: 90%;
	line-height: 1.8;
}
#business .bubble .moreLink {
	margin: 30px auto;
	width: 100%;
	text-align: center;
}
#business .bubble .moreLink img {
	max-width: 150px;
	width: 100%;
	height: auto;
	text-align: center;
}
/* slideNav
--------------------------- */
.slideNav {
	position: relative;
	margin: 0 auto;
	padding: 100px 0 10px;
	max-width: 720px;
	width: 96%;
	background-size: contain;
	text-align: center;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
	        transition: all .5s ease-in-out;
}
.slideNav .slideNavPn {
	position: relative;
	margin: auto;
	width: 100%;
	height: 500px;
}
.slideNav a {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	margin: 1% 2%;
	max-width: 150px;
	width: 28%;
	height: auto;
}
.slideNav span.slidePn1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 1% 0 3%;
	min-width: 80px;
	max-width: 220px;
	width: 70%;
	height: 100px;
}
.slideNav a.slidePn2 {
	top: 15%;
	left: 5%;
}
.slideNav a.slidePn3 {
	top: 5%;
	right: 0;
	left: 0;
	margin: auto;
}
.slideNav a.slidePn4 {
	top: 15%;
	right: 5%;
}
.slideNav a.slidePn5 {
	bottom: 10%;
	left: 10%;
}
.slideNav a.slidePn6 {
	right: 10%;
	bottom: 10%;
}
.slideNav span.slidePn1 img,
.slideNav a img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 400px) {
	.slideNav .slideNavPn {
		height: 370px;
	}
	.slideNav span.slidePn1 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		padding: 1% 0 3%;
		min-width: 80px;
		max-width: 200px;
		width: 70%;
		height: 80px;
	}
}
/*=================================================================
	control
=================================================================*/
.active {
	color: #0270ff !important;
}
.attention {
	color: #0270ff !important;
}
.bold {
	font-weight: bold;
}
.is_ab {
	position: absolute;
}
.is_none {
	display: none !important;
}
.is_disable {
	text-decoration: none;
	opacity: .4;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	cursor: default;
	pointer-events: none;
}
.smallText {
	font-size: .9em;
}
.red {
	color: #921e23;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
a.movie {
	color: #0270ff;
}
.italic {
	font-style: italic;
}