﻿@charset "UTF-8";
/*==================================================================*/
/*製品実績ページ用*/
/*==================================================================*/
/* パンくず */
#pankuzubox{
	margin-top:32px;
	width: 738px;
	height:28px;
	float:left;
	clear:both;
}
#pankuzu {
	width: 742px;
	height:23px;
	background:url(../images/products/pankuzu.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-top:5px;			
	padding-right: 28px;
	padding-left: 28px;
	text-align: left;
	line-height:18px;
	float:left;
}
#imgbox{
	width:798px;
	height:108px;
	clear:both;
}
#img {
	width:798px;
	height:108px;
	background-image:url(../images/products/img.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
#img .txt{
	color:#FFFFFF;
	padding-top:47px;
	padding-left:220px;
	line-height:18px;
}
/* main_body カラム
------------------------------------------------------------------ */
#products {
	width:521px;
}
/*見出し※未使用*/
#products h2 {
	width: 511px;
	margin-top: 5px;	
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left:10px;
	padding-bottom: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B8D3FF;
	font-size: larger;
	font-weight: bold;
	float: left;
	clear: left;
}
/*サブ見出し*/
#products h3 {
	width: 501px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-weight: bold;
	color: #990000;
	background-image: url(../images/ico/ico_h.gif);
	background-repeat: no-repeat;
	background-position:0.7em 0.7em;
	line-height: 150%;
	float: left;	
	clear: both;	
}
/* サムネイル
------------------------------------------------------------------ */
/*ボックス*/
#product {
	width: 521px;
	text-align: center;
	clear: both;
}
/*小ボックス*/
.product_box {
	float: left;
	width: 173px;
	height:auto;
	text-align: center;
}
/*キャプション*/
.product_name {
 padding-top: 2px;
 padding-bottom: 8px;
 padding-right: 10px;
 padding-left: 10px;
	text-align: left;
	line-height:120%;
}
/* ページナビ
------------------------------------------------------------------ */
.cms_navi {
	text-align: center;
	margin: 10px;
	line-height:150%;
	clear: both;
}
