@charset "UTF-8";
/* CSS Document */

/* トップイメージ */
.topimage{
	width: 100%;
	text-align: center;
	height: 400px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,666666+100 */

background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 50%, #666666 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 50%,#666666 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 50%,#666666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	margin-bottom: 80px;

}

/* パンくずリスト */
.topic_path{
	width: 100%;
	background-color: #999;
}
.topic_path ul{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
.topic_path li{
	list-style-type: none;
	float: left;
	font-size: 13px;
	line-height: 1.5;
	color: #FFF;
	margin-left: 15px;
}
.topic_path li a{
	color: #FFF;
	text-decoration: none;
}
.topic_path li a:hover{
	text-decoration: underline;
}
.white_arrow{
	background-image: url(../services/body/white_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}

/* 業務案内 */
.works{
	overflow: hidden;
	margin-bottom: 80px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.works_info{
	float: right;
	width: 550px;
}
.works_info h2{
	font-size: 25px;
	font-weight: bold;
	margin-bottom:5px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #333;
	padding-left: 10px;
}
.works_info p{
	font-size: 20px;
	line-height: 1.5;
}
.works_info h3{
	background-color: #CCC;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin-top: 30px;
	font-weight: normal;
}
.small-normal{
	font-size: 20px;
	font-weight: normal;
}
.blankspace{
	margin-bottom: 250px;
}

.project{
	overflow: hidden;
	padding-top: 5px;
}
.project ul{
	float: left;
	list-style-type: none;
	width: 410px;
}
.project li{
	background-image: url(../services/powertrain/arrow_gray.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.project li a{
	color: #333;
	text-decoration: none;	
}
.project li a:hover{
	text-decoration: underline;
}
.project img{
	float: left;
	margin-right: 10px;
}

/* 製品写真ギャラリー */
.photo_gallery {
	float:left;
	width:575px;
	height: 480px;
}
.photo_gallery p {
	height:auto;
}
.photo_gallery ul {
	display:block;
	overflow:hidden;
	margin-top:10px;
	margin-right:-10px;
	clear:both;
}
.photo_gallery li {
	display:block;
	float:left;
	margin-right: 16px;
	list-style-type: none;	
}
.photo_gallery li img {
	cursor:pointer;
}
.photo_gallery li:last-child{
	margin-right: 0px;
}
