@charset "utf-8";

/* ======================

 [brake-point]
 min-width:768px
 max-width:767px

====================== */

#wrapMainImage {
	display: block;
	width: 100%;
	height: 500px;
	background-color:#000;
	background-image: url(/sp/led/img/top/bg_main.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

#wrapMainImage .innerContainer{
	position: relative;
	height: 500px;
}

#wrapMainImage .innerContainer p{
	width: 100%;
	position: absolute;
	top: 45%;
	text-align: center;
}


/* ¥Ë¥å©`¥¹°üÀ¨ */
#wrapNews {
	width: 100%;
}

#wrapNews .innerContainer{}


#wrapNews .innerContainer .newsDT{
	width: 100%;
	display: table;
	padding: 40px 0;
}

#wrapNews .innerContainer .newsTtl{
	width: 200px;
	display: table-cell;
	padding: 0 60px;
	text-align: center;
}

#wrapNews .innerContainer .newsTtl h2{
	font-size: 2.3rem;
	margin-bottom: 30px;
	display: inline-block;
}

#wrapNews .innerContainer .newsTtl h2 span{
	padding:0 5px 10px 5px;
	border-bottom: solid 2px #1e3447;
	
}

#wrapNews .innerContainer .newsTtl .listBtn a{
	display: block;
	background-image: url(/sp/led/img/top/ic_list.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	color: #333;
}




#wrapNews .innerContainer .newsDetails{
	display: table-cell;
	padding: 0  0  0 60px;
}


.newsDetailsInner {
	padding-right: 30px;
	height: 220px;
	overflow-y: scroll;
}

.newsDetailsInner .newsItem {
	margin-bottom: 15px;
	padding-bottom: 0;
	border-bottom: 1px solid #ccc;
}

.newsDetailsInner .newsItem dt{
	display: inline-block;
	padding: 2px 20px;
	background-color: #1e3447;
	color: #fff;
}

.newsDetailsInner .newsItem dd{
	padding: 10px 0 15px 0;
}

.newsDetailsInner .newsItem dd a{
	color: #333;
}





/* ¸ÅÒª°üÀ¨ */
#wrapMainTopOutline {
	background-image: url(/sp/led/img/top/bg_outline.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#wrapMainTopOutline .innerContainer{
	padding: 100px 0;
	text-align: center;
	color: #fff;
}

#wrapMainTopOutline .innerContainer h2{
	font-size: 2.3rem;
	margin-bottom: 30px;
}

#wrapMainTopOutline .innerContainer h2 span{
	display: inline-block;
	border: 1px solid #fff;
	padding: 5px 50px;
}

#wrapMainTopOutline .innerContainer p{
	line-height: 2.5em;
}