@charset "utf-8";body {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	height: auto;
	width: 100%;
}
.columntitle {
	font-size: 12px;
	color: #333;
	background-image: url(img/columnbg.png);
	background-repeat: no-repeat;
	height: 15px;
	padding-top: 10px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 12px;
	padding-bottom: 0px;
	width: auto;
}
.columnsubtitle {
	font-size: 12px;
	color: #333;
	background-image: url(img/columnbg2.png);
	background-repeat: no-repeat;
	height: 15px;
	padding-top: 7px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 12px;
	padding-bottom: 0px;
}



.sp-bg {
	background-color: #FFF;
	background-image: url(img/sp-bg.jpg);
	background-repeat: repeat-x;
}
.headerfont-1 {
	font-size: 12px;
	line-height: 12px;
	color: #999;
}

.titlelogo {
	height: auto;
	width: auto;
	margin-top: 17px;
	margin-left: 5px;
	padding-top: 0px;
	padding-left: 38px;
	background-image: url(img/title.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin-right: 5px;
}
.form1 {
	width: 180px;
}
.form2 {
	width: 180px;
	height: 70px;
}
.formaction {
	width: auto;
	padding-left: 5px;
	text-align: center;
	padding-bottom: 20px;
}



#mainImages {
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	margin-right: auto;
}
.headermenu {
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.pdfdownload {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#work {
	margin: 0px;
	width: 100%;
}



.menu-rental {
	float: left;
	width: 50%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu-led {
	float: right;
	width: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.clear {
	clear: both;
}
/* サムネイルつき矢印リスト２列 */
.list5 {
 margin: 5px;
 }
 .list5:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
 .list5 ul{
	border-top: 1px solid #ccc;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
 }
.workfont-1 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #333;
	margin-top: 12px;
}
.workfont-2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #999;
}


 .list5 ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: none;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 height: 45px;
 margin: 0px;
 }
 .list5 ul li:nth-child(odd) {
 float: left;
 width: 50%;
 }
 .list5 ul li a{
 color: #666;
 display: block;
 height: 45px;
 margin: 0px;
 padding: 0 20px 0 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 }
 .list5 ul li a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding-top: 5px;
 }
 .list5 ul li img{
 float: left;
 height: 45px;
 width: 45px;
 margin-right: 10px;
 }
/* ボタン */
a.btn1{
	width: 40px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	border-radius: 2px;
	border: 1px solid #000;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f),
color-stop(0.48, #323232),
color-stop(0.5, #000),
to(#121212));
	background: linear-gradient(#4f4f4f, #323232 48% , #000 50%, #121212);
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 2px;
}
a.btn2{
width: 100px;
text-align: center;
display: block;
padding: 8px;
margin: 10px;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #666;
border-radius: 10px;
font-weight: bold;
background: #e22092 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f45cb5), to(#e22092));
background: #e22092 linear-gradient(#f45cb5, #e22092);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
box-shadow: 0 1px 3px rgba(0,0,0,0.6);
border-bottom: 1px solid rgba(0,0,0,0.25);
}
a.btn3{
	width: auto;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	border: 1px solid #000;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#8C0000),
color-stop(0.48, #660000),
color-stop(0.5, #400000),
to(#121212));
	background: linear-gradient(#8C0000, #660000 48% , #400000 50%, #121212);
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
}
a.btn4{
	width: auto;
	text-align: center;
	display: block;
	padding: 8px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	border-top: 1px solid #222222;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #222222;
	font-weight: bold;
	-webkit-box-shadow: inset 0 1px 0px #FFFFFF;
	box-shadow: inset 0 1px 0px #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#888888));
	background: linear-gradient(#EEEEEE #888888);
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#footer {
	font-size: 7px;
	text-align: center;
	width: 100%;
	margin: 0px;
	color: #FFF;
	background-color: #000;
}
.itemname {
	text-align: left;
	width: 100%;
	color: #000;
	background-color: #CCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}

a.btn5{
	width: auto;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	border: 1px solid #000;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f),
color-stop(0.48, #323232),
color-stop(0.5, #000),
to(#121212));
	background: linear-gradient(#4f4f4f, #323232 48% , #000 50%, #121212);
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 5px;
}
.title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding-top: 7px;
	color: #000;
	line-height: 11px;
	margin: 0px;
	width: 220px;
	float: left;
}
.pcarea {
	width: auto;
	float: right;
}


.title a {
	color: #000;
	text-decoration: none;
}

.newsarea {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.linkarea {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.news {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: url(img/newsicon.gif);
}
.link {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33%;
	list-style-type: none;
}

.news2 {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: url(img/newsicon2.gif);
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 100%;
}

#corporateprofile-img {
	margin: 5px;
	height: 100px;
	width: auto;
	background-image: url(img/corporateprofile-img.jpg);
	background-repeat: no-repeat;
}
#contact-img {
	margin: 5px;
	height: 100px;
	width: auto;
	background-image: url(img/contact-img.jpg);
	background-repeat: no-repeat;
}
.font-red {
	color: #900;
}
.tel-font {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.table-center {
	margin-right: auto;
	margin-left: auto;
}




#groupcompany-img {
	margin: 5px;
	height: 100px;
	width: auto;
	background-image: url(img/groupcompany-img.jpg);
	background-repeat: no-repeat;
}
#ledequipment-img {
	margin: 5px;
	height: 100px;
	width: auto;
	background-image: url(img/ledequipment-img.jpg);
	background-repeat: no-repeat;
}

#rentalequipment-img {
	margin: 5px;
	height: 100px;
	width: auto;
	background-image: url(img/rentalequipment-img.jpg);
	background-repeat: no-repeat;
}

#gallery-img {
	margin: 5px;
	height: 100px;
	width: auto;
	background-image: url(img/gallery-img.jpg);
	background-repeat: no-repeat;
}

#adoption-img {
	margin: 5px;
	height: 100px;
	width: auto;
	background-image: url(img/adoption-img.jpg);
	background-repeat: no-repeat;
}


#office-img {
	margin: 5px;
	height: 100px;
	width: auto;
	background-image: url(img/office-img.jpg);
	background-repeat: no-repeat;
}
#work-img {
	margin: 5px;
	height: 100px;
	width: auto;
	background-image: url(img/work-img.jpg);
	background-repeat: no-repeat;
}
.work-top {
	padding: 0px;
	height: 70px;
	width: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.work-image {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}




.header-font {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
	padding-left: 10px;
	letter-spacing: 3px;
}


.td-line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.table-blank {
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.form-blank {
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}



#trackrecordarea {
	width: auto;
	border: 1px solid #CCCCCC;
	height: auto;
	margin-right: 5px;
	margin-left: 5px;
}
#trackrecordbg {
	background-image: url(img/trackrecordbase.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#trackrecordbase {
	height: auto;
	width: auto;
	border: 1px solid #FFFFFF;
	background-color: #f0f0f0;
}

.jCarousel {
	margin-bottom: 15px;
	text-align: center;
	-webkit-transition: margin 0.5s ease-in-out;
	transition: margin 0.5s ease-in-out;
	test-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.galleryimg {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

/* アコーディオン */
#accordion{
	width: 310px;
	margin: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
		}
#accordion dt{
	background: #ddd;
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
		}
#accordion dt a{color: #000; text-decoration:none;display:block;}
#accordion dd{
	margin: 0px;
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.equipmentnamearea {
	font-size: 14px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.equipmentnamesubarea {
	font-size: 14px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.equipmentname {
	margin: 0px;
	float: left;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
}
.equipmentname2 {
	margin: 0px;
	float: left;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 9px;
}
.equipmentname3 {
	margin: 0px;
	float: left;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 8px;
	font-weight: normal;
}


.equipment {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.equipmentimg {
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: auto;
}
.noblank {
	font-size: 10px;
	line-height: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.noblank_bold {
	padding-bottom: 0px;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-right: 5px;
	padding-left: 5px;
}


.noblank_red {
	padding-bottom: 0px;
	color: #900;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
}
.noblank_red_bold {
	padding-bottom: 0px;
	color: #900;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.price {
	text-align: right;
	float: right;
	width: auto;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.mobile-youtube {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-bottom: 50px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.mobile-youtube2 {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.business-itemimg {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
}
