@charset "utf-8";

#homeKey {
	margin-bottom: 39px;
}
#homeKey ul {
	width: 788px;
	height: 404px;
	position: relative;
}
#homeKey ul li {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#main h2 {
	border-bottom: 2px solid #000;
	padding-bottom: 16px;
	margin-bottom: 28px;
}
#homeTopics {
	margin-bottom: 80px;
}



/* Carousel Style */

.ca-wrapper {
	width:710px;
	height:280px;
	position:relative;
	margin: 0 auto;
}
.ca-item {
	display:block;
	overflow: hidden;
	width:193px;
	height: 280px;
	float:left;
	font-size: 0.9em;
	margin: 0 24px;
}
.topicsDate {
	color: #2a547e;
	margin: 0 0 2px;
}
.topicsTitle {
	font-weight: bold;
	margin: 0 0 9px;
	width: 193px;
	height: 46px;
	overflow: hidden;
}
.topicsLead {
	width: 193px;
}
.topicsPict {
	margin: 0 0 10px;
	width: 193px;
}
.topicsPict img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: top;
}





.ca-nav-prev {
	width: 15px;
	height: 27px;
	background: url(../img/home/topics_prev.png) left top no-repeat;
	text-indent:-9000px;
	cursor:pointer;
	position:absolute;
	top: 120px;
	left: -45px;
	z-index:90;
}
.ca-nav-next{
	width: 15px;
	height: 27px;
	background: url(../img/home/topics_next.png) left top no-repeat;
	text-indent:-9000px;
	cursor:pointer;
	position:absolute;
	top: 120px;
	right: -45px;
	z-index:90;
}
.ca-nav-prev:hover {
	background: url(../img/home/topics_prev_on.png) left top no-repeat;
}
.ca-nav-next:hover{
	background: url(../img/home/topics_next_on.png) left top no-repeat;
}
.ca-nav-prev.disabled , .ca-nav-next.disabled  {
	cursor: default;
	background: none;
}


.ca-nav span:hover{
	opacity:1.0;
}
.ca-item a.ca-link {
	width:151px;
	height:154px;
	position: absolute;
	left: 9px;
	top: 0;
	z-index: 10;
	display: block;
	box-shadow: 0px 0px 6px #888;
	-moz-box-shadow: 0px 0px 6px #888;
	-webkit-box-shadow: 0px 0px 6px #888;
	background: #fff;
}
.ca-item a.ca-link img:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.ca-item .caption {
	width:133px;
	height: 43px;
	display: block;
	background: #000e22;
	position: absolute;
	left: 9px;
	top: 107px;
	z-index: 20;
	opacity: 0.8;
    filter: alpha(opacity=80);
	overflow: hidden;
	padding: 4px 9px 0;
}
.ca-item .caption h3 {
	font-size: 1em;
	color: #fff;
	margin: 0;
}
#main .ca-item .caption p {
	font-size: 0.8em;
	color: #fff;
	margin: 0;
	line-height: 1.4;
}



/*		実績一覧		*/

#homeWorks {
	margin: 0 0 60px;
}
.worksList {
	letter-spacing: -.40em; /* inline-block対策 */
}
.worksList li {
	width: 147px;
	display: inline-block;
	vertical-align: top;
	margin: 0 66px 57px 0;
	letter-spacing: normal; /* inline-block対策 */
}
.worksList .thumbnail {
	margin: 0 0 7px;
	display: block;
}
.worksList .productName {
	font-size: 0.85em;
	line-height: 1.3;
	margin: 0 0 4px;
}
.worksList .productName a {
	color: #2a547e;
}
.worksList li a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.worksList .catch {
	font-size: 0.9em;
	line-height: 1.6;
}
.worksList .catch a {
	color: #000;
}
.worksList li.end {
	margin-right: 0;
}



#homeCompany {
	width: 369px;
	float: left;
}

#homeService {
	width: 369px;
	float: right;
}
#homeService ul {
	width: 184px;
	float: left;
	margin: 9px 0 0;
}
#homeService ul li {
	background: url(/wordpress/wp-content/themes/ys-design/common/img/parts/point.png) 0 8px no-repeat;
	padding: 0 0 0 10px;
}
#homeService a img:hover, #homeCompany a img:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
}
