@charset "UTF-8";

/*** スライドショー ***/

#topImageGallery {
	width:100%;
	height:457px;
	margin:0;
	position:relative;
	overflow:hidden;
}

#topImageGallery #topMain {
	height:457px;
	overflow:hidden;
}

#topImageGallery #topMainImges {
	position:absolute;
	left:50%;
}

#topImageGallery #topMainWarp {
	position:absolute;
}

#topMain .mainImage {
	float:left;
}

#topImageGallery .imgNavi {
	margin-top:-25px;
	position:absolute;
	left:50%;
	top:50%;
	z-index:99999;
}

#topImageGallery #imgNext {
	width:41px !important;
	height:61px !important;
	position:absolute;
	left:525px;
	top:0;
}

#topImageGallery #imgPrev {
	position:absolute;
	left:-575px;
	top:0;
}

/*** 会社概要ブロック ***/

.bnBloc {
	padding:20px 0 0;
	background:#F0F8F3;
}

.topBanner {
	width:1020px;
	margin-right:-20px;
	overflow:hidden;
}

.topBanner li {
	width:490px;
	height:80px;
	margin:0 20px 20px 0;
	float:left;
}

/*** コンテンツブロック ***/

.bloc01 {
	padding-top:30px;
	background:#F0F8F3;
}

ul.contentsList {
	width:1008px;
	margin-right:-8px;
	overflow:hidden;
}

ul.contentsList:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

ul.contentsList li {
	width:328px;
	height:284px;
	margin-right:8px;
	padding-top:30px;
	float:left;
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}

ul.contentsList li.cL01 {
	background-image:url(../images/home/bg_contents_01.png);
}

ul.contentsList li.cL02 {
	background-image:url(../images/home/bg_contents_02.png);
}

ul.contentsList li.cL03 {
	background-image:url(../images/home/bg_contents_03.png);
}

ul.contentsList li h3 {
	margin-bottom:8px;
	padding-bottom:8px;
	background:url(../images/home/line_green.png) no-repeat center bottom;
	font-size:18px;
	font-weight:normal;
	text-align:center;
}

ul.contentsList li h3 a {
	text-decoration:none;
}

ul.contentsList li p {
	text-align:center;
	line-height:140%;
}

.boxLink {
	width:328px;
	height:314px;
    cursor:pointer;
}

.boxLink:hover {
	-khtml-opacity:0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
	opacity:0.85;
}

/*** 会社概要ブロック ***/

.bloc02 {
	margin-bottom:1px;
	padding-bottom:0;
	border-bottom:1px solid #ccc;
}

.bloc02 article {
	width:920px;
	padding-bottom:45px;
	position:relative;
}

.bloc02 h3 {
	margin-bottom:30px;
}

.bloc02 h4 {
	margin-bottom:40px;
	font-size:22px;
	font-weight:normal;
	color:#00AD5E;
	line-height:160%;
}

.btnAbout {
	width:300px;
	height:86px;
	margin:0 auto;
	display:block;
}

.btnAbout a.modBtn {
	padding:10px 15px;
	display:block;
	height:56px;
	background-image:url(../images/home/icon_about.png);
	background-position:left 25px center;
	background-repeat:no-repeat;
	line-height:60px;
	font-size:18px;
}

.btnAbout a.modBtn span {
	padding-left:80px;
}

img.aboutImg {
	width:514px;
	height:145px;
	position:absolute;
	left:-97px;
	bottom:0;
	z-index:1;
}

.bloc02 .lirt .image img {
	position:relative;
	z-index:100 !important;
}

/*** 新着情報ブロック ***/

.bloc03 .fLeft,
.bloc03 .fRight {
	width:450px;
}

.bloc03 .fLeft {
	margin-right:49px;
	padding-right:50px;
	border-right:1px solid #ccc;
}

.bloc03 dl {
     width:100%;
	 max-height:320px;
	 min-height:200px;
	 overflow:auto;
}

.bloc03 dl dt {
     clear:left;
     float:left;
     width:100px;
     padding:10px 0;
}

.bloc03 dl dd {
     padding:10px 0 10px 100px;
	 border-bottom:1px dotted #ccc;
}

.bloc03 dl dd a {
	text-decoration:none;
}

.btnNews {
	width:100%;
	text-align:right;
}

.btnNews a.modBtn {
	padding:3px 20px;
	font-size:12px;
	display:inline;
}
