contentsWrapcontentsWrapcontentsWrapcontentsWrapcontentsWrapcontentsWrapcontentsWrap/* =============================================================
Styles

/* ==========================================================================
reset
========================================================================== */
/* reset5 c 2011 opensource.736cs.com MIT */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}
body{line-height:1;}
article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}
nav ul{list-style:none;}
ol{list-style:none;}
ul{list-style:none;}
ul ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
ins{text-decoration:underline;}
del{text-decoration:line-through;}
mark{background:none;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}
input,select,a img, img{/*vertical-align:bottom;*/}


/* reset5 c 2011 opensource.736cs.com MIT */


/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/

-----------------
10 77
11 85
12 93
13 100
14 108
15 116
16 123.1
17 131
18 138.5
19 146.5
20 153.9
21 161.6
22 167
23 174
24 182
25 189
26 197

*/
body{font:13.1px/2 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}
table{font-size:ainherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}



/* ==========================================================================
common
========================================================================== */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section{
}

body {
  margin: 0 auto;
  background:#000000;
  color: #ffffff;
  font-family:"メイリオ", "Meiryo", sans-serif;
  font-size:18px;
}

a:link="#ff0000",
a:visited {
	color: ##999999;
	text-decoration: none;
}
a:hover,
a:active {
	color: ##999999;
	opacity: 0.75;
}

a{
	color: #ffffff;
}

::-moz-selection{background: #f1890f; color: #fff; text-shadow: none;}
::selection {background: #f1890f; color: #fff; text-shadow: none;}

h1{color: #ffffff; font-size: 20px; letter-spacing: 0.26em; padding-bottom: 20px;}
h2{color: #ffffff; font-size: 15px; letter-spacing: 0.20em; padding-bottom: 5px;}
h3{color: #ffffff; font-size: 15px; letter-spacing: 0.20em; }


/* ==========================================================================
common contents
========================================================================== */

#Wrapper{
	margin: 0 auto;
	min-width: 1440px;
	position: relative;
	z-index: 100;
	
}
.block2 {
    border: 1px solid #000000;
    padding: 20px;
    background:#f8f8f8;
}
.block3 {
    border: 1px solid #000000;
    padding: 20px;
    background:#ffffff;
}
.img { margin: 20px; 
       text-align: center;}
.none{
	display: none!important;
}

header{
	background-color: #000000;
	height: 83px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 24;
}

.menu{
	background: url(../img/menubar_base.png) no-repeat;
	width: 1440px;
	display: flex;
	margin: 0px auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: start;
    align-items: center;
    -webkit-align-items:center;
    justify-content: center;
}

.box2{
	width: 1440px;
	margin: 0 auto;
	height: 810px;
	position: relative;
}

.box3{
}

.box4{
}

.nav{
	width: 164px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding-top: 10px;
}

.nav li a{
	text-align: center;
	display: block;
	width: 164px;
	margin-bottom: 8px;
	overflow: hidden;
	color: #999999;
}

.nav li a.here{
	background: url(../image/bg_here.png) no-repeat left center;
	color: #FFFFFF;
}

.nav li a:hover{
	color: #999999;
}

.nav li.navLogo{
	display: block;
	height: 175px;
}

.nav li.navLogo a{
	display: block;
	height: 0;
	padding-top: 175px;
	overflow: hidden;
	background: url(../image/img_navLogo.png) no-repeat center center;
	background-size: contain;
}

.contents{
	color: #ffffff;
}

ul li span.entryTitle a{
	color: #FFFFFF;
}

ul li span.entryTitle a:hover{
	text-decoration: underline;
}

#topArea{
}
	
#newsArea{
}
	
#aboutArea{
}

#jissekiArea{
}

#contactArea{
    width: 100%;
	height: 490px;
}

#liveArea{
	background: url(../image/bg_dot.png) repeat left top;
}

#liveArea a{
	color: #ff5a5a;
}

#liveArea a:hover{
	text-decoration: underline;
}

#titleArea{
}

#setteiArea{
}

#newstopicsArea{
}

footer{
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #000000;
}

.footer{
	width: 1440px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
}

.small{
	text-align: right;
	font-size: 15px;
	line-height: 50px;
	color: #ffffff;
	display: block;
}

.center{
	text-align: center;
}

.left{
	text-align: center;
	width: 730px;	
	float: left;
	margin-top: 85px;
}

.right{
		text-align: left;
	width: 270px;	
	float: left;
	margin-top: 30px;
}

.threeColumn{
	padding: 30px 0;
}

.threeColumn1 {
	width: 30%;
	text-align: center;
	padding-top: 20px;
}

.threeColumn2 {
	width: 5%;
}
	
.threeColumn1, .threeColumn2{
  float: left;
}

.twoColumn{
}

.twoColumn div{
	width: 50%;
	float: left;
	text-align: left;
}

.twoColumn .small{
	width: 50%;
	font-size:16px;
	line-height: 2em;
	color: #000000;
	float: left;
	text-align: center;
	padding-top: 20px;
}

.twoColumn div:first-child{
	padding-right: 20px;
}

.twoColumn div:last-child{
	padding-left: 20px;
}

.oneColumn{
	padding: 30px 0;
}

.oneColumn div{
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

.oneColumn div img{
	width: 100%;
}

/* 20220427追加 */
.oneColumn .table_big{
	width: 100%;
	font-size:16px;
	padding-left: 60px;
	padding-right: 60px;
}

.operating_requirements{
	width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}

.operating_requirements th{
	text-align: left;
	width: 150px;
	padding: 5px 0;
	padding-left: 10px;
	background-color: #E3E3E3;
}


.operating_requirements td{
	text-align: left;
	padding: 5px 0;
	padding-left: 20px;
	background-color: #E3E3E3;
}

.operating_requirements tr:nth-child(5) td:nth-child(1){
	background-color: white;
	white-space: nowrap
}

/* 20220427追加end */

.flowImg{
	background: url(../image/bg_dot.png) repeat left top;
	margin: 30px -20px 30px -20px;
}

.mail{
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 89px;
	width: 442px;
	margin: 30px auto 0;
}

.white {
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.glay {
	background-color: #E3E3E3;
	border-bottom: 3px solid #000000;
	color: #000000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.Operating requirements {
	content: "";
}


/* ==========================================================================
top
========================================================================== */

	#topArea .top{
	text-align: center;
	width: 100%;
	height: 100%;
}	
	
    #newsArea  .box{
	background-image: url(http://www.livemulti.jp/img/index/Base_medium.png);
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1440px;
	height: 250px;
	margin: auto;
}

	#newsArea .news-title{
	margin-right: 60px;
}

	#newsArea .news-box{
	height: 250px;
	overflow-y: auto;
}

	#newsArea .news-box1{
	height: 250px;
	display: flex;
	align-items: center;
}

	#newsArea .news-box2{
}

	#newsArea .news{
	display: flex;
	padding-bottom: 10px;
}

	#newsArea .news-date{
	width: 120px;
}

	#newsArea .news-comment{
	width: 400px;
	margin-left: 10px;
}

	#newsArea .news-button{
	margin-left: 40px;
}

#aboutArea  .box{
	background-image: url(../img/index/bg_hand2.png) , 
					  url(../img/index/bg_hand1.png);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:right top,
			  	        left top;
	
	width: 1440px;
	margin: 0 auto;
}

#aboutArea .about{
	text-align: center;
	padding-top: 130px;
	width: 100%;
	height: 200px;
}	

#aboutArea .about2{
	background: url(../img/index/img_ConnectionGIF_BG.gif);
	background-size:cover;
	margin: 0px auto 0;
	text-align: center;
	width: 1000px;
	height: 670px;
}	

#aboutArea .about3{
	padding-top: 30px;
	margin: 0px auto 0;
	text-align: center;
	width: 1000px;
}

.tokucho{
	width: 960px;
	display: flex;
	justify-content:space-between;
	margin: auto;
	margin-top: 50px;
}

.tokucho1{
	width: 285px;
}

.tokucho2{
	background:#FFFFFF;
	padding: 20px 20px 20px 20px;
	line-height: normal;
}

.tokucho3{
	width: 285px;
}

#jissekiArea .about{
	text-align: center;
    padding-top: 160px;
	width: 1440px;
	margin: 0px auto 0;
}	

#jissekiArea .about2{
	margin: 0px auto 0;
	width: 1000px;
	padding-top: 70px;
	padding-bottom: 70px;

}

#contactArea  .box{
	background: url(../img/index/Base_big.png);
	width: 1440px;
	height: 490px;
	margin: 0 auto;

}

#contactArea .about3{
	padding-top: 30px;
	margin: 50px auto 0;
	width: 1000px;
}

#contactArea .about4{
	margin: 0px auto 0;
	width: 800px;
	height: 150px;
	overflow-y: auto;
}

#contactArea .about5{
	margin: 30px auto 0;
	width: 1000px;
}

#titleArea .box{
	width: 1440px;
	margin: 0 auto;
	padding-top: 80px;
	position: relative;
}

#setteiArea .install1{
	width: 960px;
	margin: 0 auto;
	padding-top: 90px;
	position: relative;
}

#setteiArea .install2{
	width: 960px;
	margin: 0 auto;
	padding-top: 45px;
	position: relative;
}

#setteiArea .install3{
	width: 960px;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 0px;
	position: relative;
}

/* 20220427追加 */
#setteiArea .install4{
	width: 960px;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 0px;
	position: relative;
}
/* 20220427追加 */

#newstopicsArea  .box{
	width: 840px;
	margin: 0 auto;
}

#newstopicsArea .year{
	width:100px;
	height: 41px;
}	

#newstopicsArea .news{
	padding-left: 100px;
	margin: 30px auto 0;
	width: 740px;
}

#newstopicsArea .news ul span.date{
	width: 8em;
	height: 50px;
	display: block;
	float: left;
}

#newstopicsArea .news ul span.entryTitle{
	padding-left: 10em;
	display: block;
}


.lmvLogo{
	position: absolute;
	top: 259px;
	left: 50%;
	margin-left: -463px;
}

.BG_border{
	position: absolute;
	top: 0px;
	left: 0%;
	margin: 0 auto;
}


/* ==========================================================================
sub
========================================================================== */

#sub header{
height: 10px;
}

#sub #liveArea{
	background: none;
}

#sub #liveArea h1{
	padding: 50px 0 30px;
}

#sub .topPage{
	display: block;
	background: url(../image/btn_toppage.png) repeat left top;
	height: 0;
	overflow: hidden;
	padding-top: 54px;
	width: 242px;
	margin: 30px auto 0;
}

#sub th{
	font-weight: normal;
	color: #999999;
	padding-right: 1em;
	width: 6em;
}

/* ==========================================================================
Helper classes
========================================================================== */
.img a {
	display: block;
	overflow: hidden;
	height: 0;
	background-repeat: no-repeat;
	background-position: left top;
}

.img {
	overflow: hidden;
}

.img a:hover {

}


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
.outlineTitle { display: none; }


#social{
  position: fixed;
  z-index: 9999;
  top:20px;
  right: 0px;
}

#social ul li{
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.fb{
  line-height: 0.8;
}

/* ==========================================================================
jisseki page
========================================================================== */

#jissekipage{
}

#jissekipage .topic00{
	width: 640px;
	margin: 100px auto 100px auto;
}

#jissekipage .topic01{
	display: flex;
	width: 640px;
	align-items: center;
}

#jissekipage .topic02{
	width: 23px;
	margin: auto 25px auto 0px;
}

#jissekipage .topic03{
	margin: 11px auto 16px 0px;
}

#jissekipage .title{
	width: 1000px;
	margin: 0 auto 40px auto;
	text-align: left;
	font-size: 30px;
}

#jissekipage .performance00{
	width: 1000px;
	margin: 0px auto 30px auto;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

#jissekipage .performance01{
	width: 450px;
	margin-right: 25px;
}

#jissekipage .performance02{
	display: flex;
	margin: 0px 0px 30px 0px;
}

#jissekipage .performance03{
	margin: 6px 40px 0px 0px;
}

#jissekipage .performance04{
	width: 410px;
}

#jissekipage .performance05{
}

#jissekipage .performance06{
	padding: 2.5px;
	background: linear-gradient(to right, #E4211B, #EA6C27, #F2E72F, #80BC25, #7AC8DA, #854996, #E32178);
}

#jissekipage .performance07{
	border: solid 10px #000000;
	padding: 20px;
	background: #203351;
	text-align: left;
}

#jissekipage .photo00{
	display: flex;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	width: 1000px;
	margin: 0px auto 200px auto;
}

#jissekipage .photo01{
	width: 320px;
}

#jissekipage .photo02{
	width: 320px;
}

#jissekipage .photo03{
	width: 320px;
	padding: 10px 10px 10px 0px;
	text-align: left;
	line-height: normal;
}

a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}