@charset "utf-8";

/*--- #contents ----------------------------------------------------------*/

#contents #homeBody h3 {
	margin-bottom:10px;
}


/*--- #mainBox ----------------------------------------------------------*/
#contents #homeBody #mainBox {
	width:685px;
	height:250px;
	margin:0 auto 35px;
	position: relative;
}

#contents #homeBody #mainBox h2 {
}

#contents #homeBody #mainBox h2 a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#contents #homeBody #mainBox h2 a:hover img {
	opacity: 0.8;  
    filter: alpha(opacity=80);
}


/*--- .topContBox ----------------------------------------------------------*/
#contents #homeBody .topContBox {
	border-top:none;
	margin-bottom: 20px;
}


/*--- お知らせ ---*/

#contents #homeBody .topContBox #infoBox {
	list-style:none;
	padding: 0;
	font-size: 12px;
}

#contents #homeBody .topContBox #infoBox li {
	line-height:1.3;
	padding:8px 5px;
	border-bottom:1px dotted #BDBD9B;
	background: transparent url(../imgs/info_list_bg.gif) no-repeat 0 0;
}

#contents #homeBody .topContBox #infoBox li:last-child {
	border-bottom:none;
}

#contents #homeBody .topContBox #infoBox li:nth-child(2n) {
	/*background-color:rgba(255,255,255,0.5);*/
}

#contents #homeBody .topContBox #infoBox li p.date {
	display:inline-block;
	padding: 2px 5px;
	color:#666;
	float:left;
}

#contents #homeBody .topContBox #infoBox li p.none {
	display: inline;
	padding-right: 7px;
	color:#666;
	overflow:hidden;
	visibility:hidden;
}

#contents #homeBody .topContBox #infoBox li a {
	padding-left:75px;
	text-decoration:underline;
	display:inline-block;
	width:485px;
	margin:0 0 0 auto;
	padding:2px 0 2px 75px;
}

#contents #homeBody .topContBox #infoBox li a:hover {
	text-decoration:none;
}

#contents #homeBody .topContBox #infoBox li.hover a {
	text-decoration:none;
}

#contents #homeBody .topContBox #infoBox li.event a { background: url(../../imgs/info_event.gif) no-repeat 0 0 ; }
#contents #homeBody .topContBox #infoBox li.news a { background: url(../../imgs/info_news.gif) no-repeat 0 0 ; }
#contents #homeBody .topContBox #infoBox li.emer a { background: url(../../imgs/info_emer.gif) no-repeat 0 0 ; font-weight:bold; color:#c00;}
#contents #homeBody .topContBox #infoBox li.camp a { background: url(../../imgs/info_camp.gif) no-repeat 0 0 ; }
#contents #homeBody .topContBox #infoBox li.pre a { background: url(../../imgs/info_pre.gif) no-repeat 0 0 ; }


/*--- サポート案内 ---*/

#contents #homeBody #worksBox {
	list-style:none;
}

#contents #homeBody #worksBox li {
	float:left;
	margin-right:12px;
	width:220px;
	line-height:1.5;
	margin-bottom:10px;
}

#contents #homeBody #worksBox li.last {
	margin-right:0px;
}

#contents #homeBody #worksBox li a img {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}

#contents #homeBody #worksBox li a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*--- 広告エリア ----------------------------------------------------------*/

#carousel {
	clear:both;
	margin: 0 auto;
	width: 845px;
	height: 100px;
	_width: 949px;
	_height: 130px;
	_overflow:hidden;
	text-align: left;
	position: relative;
	background-color:#fff;
	padding:15px 52px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-bottom:10px;
}

#carousel_prev,
#carousel_next {
	top: 55px;
	width: 25px;
	height: 25px;
	position: absolute;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
}

#carousel_prev {
	left: 15px;
	background:transparent url(../../imgs/prev.gif) no-repeat top left;
	_background-image: url(../../imgs/prev_o.gif);
}
#carousel_prev:hover { background-image: url(../../imgs/prev_o.gif); }

#carousel_next {
	right: 15px;
	background:transparent url(../../imgs/next.gif) no-repeat top left;
	_background-image: url(../../imgs/next_o.gif);
}
#carousel_next:hover { background-image: url(../../imgs/next_o.gif); }

#carousel ul {
	display: inline-block;
	overflow: hidden;
}

#carousel ul li {
	width: 215px;
	float: left;
	overflow:hidden;
	vertical-align:middle;
	display:block;
}

#carousel ul li a{
	display:table-cell;
	vertical-align:middle;
	height:100px;
}

#carousel ul li a img {
	max-width:200px;
	max-height:100px;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out; 

}

#carousel ul li a:hover img {
	opacity: 0.8;  
    filter: alpha(opacity=80);
}

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



/***************************************************************************/
#carousel.loading{
	background-image:url(../../css/img/loading.gif) !important;
	background-repeat:no-repeat;
	background-position:center center;
}

