/*////////////////////////////
products3.css
2010/01/26作成
////////////////////////////*/


/* clearfix */
ul.AList0:after,
ul.AList1:after,
ul.AList2:after,
dl:after,
div:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
ul.AList0,
ul.AList1,
ul.AList2 {  
	display: inline-block;  
	zoom: 100%;  
}

.clear {
	clear: both;
}


/* 見出し */

.ContentInner h2 {
	font-size: 100%;
	line-height: 120%;
	margin: 20px 0 10px;
	padding: 0 0 0 5px;
	color: #333366;
	border-left: 12px solid #333366;
	clear: both;
}

.ContentInner h2 a,
.ContentInner h3 a {
	text-decoration: none;
	color: #333366;
}

.ContentInner h3 {
	font-size: 90%;
	line-height: 120%;
	margin: 5px 0;
	padding: 0 0 0 3px;
	color: #000000;
	border-left: 4px solid #333366;
}

.ContentInner h4 {
	font-size: 75%;
	line-height: 120%;
	margin: 5px 0;
	padding: 0;
	color: #000000;
}

/* 製品ラインナップの目次 */

.ContentInner .Box4Left {
	width: 180px;
	float: left;
	padding: 0 5px;
	height: 100%;
	margin: 0;
}
.ContentInner .Box4Right {
	width: 180px;
	padding: 0 5px 0 0;
	float: right;
	height: 100%;
}


/* 製品ラインナップのリスト表示 */
ul.LineupList {
	list-style: none;
	margin:0;
	padding:0;
	clear: both;
}
ul.LineupList li {
	display: block;
	float: left;
	width: 370px;
	padding: 0 0 15px 0;
	margin: 0;
}
ul.LineupList li .LineupListPac {
	display:block;
	width: 60px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}
ul.LineupList li .LineupListText {
	display: block;
	position: 0;
	padding: 0;
	margin: 0;
	width: 310px;
	float: left;
}
ul.LineupList li a {
	font-weight: bold;
}

/* フッタリンク　2列×370px */
.ContentInner .BoxLeft {
	width: 370px;
	float: left;
	padding: 0 10px 0 5px;
}
.ContentInner .BoxRight {
	width: 370px;
	float: right;
	padding: 0 5px 0 0;
}


/* 共通設定（ボーダー装飾） */

.BorderDotted {
	border: 1px dotted #999999;
}
.BorderDottedTop {
	border-top: 1px dotted #999999;
	width: 100%;
}
.BorderDottedRight {
	border-right: 1px dotted #999999;
}
.BorderDottedBotom {
	border-botom: 1px dotted #999999;
}
.BorderDottedLeft {
	border-left: 1px dotted #999999;
}

.BorderSolid {
	border: 1px solid #999999;
	margin: 20px 1px 10px;
	width: 768px;
}
.BorderSolidTop {
	border-top: 1px solid #999999;
}
.BorderSolidRight {
	border-right: 1px solid #999999;
}
.BorderSolidBotom {
	border-botom: 1px solid #999999;
}
.BorderSolidLeft {
	border-left: 1px solid #999999;
}

.Column2Solid {
	background: transparent url(img/bg_border999.gif) repeat-y 385px top;
	padding: 0 0 0 5px;
}
.Column3Solid {
	background: transparent url(img/bg_3column_solid.gif) repeat-y left top;
}
.Column3Dotted {
	background: transparent url(img/bg_3column_dotted.gif) repeat-y left top;
}
.ContentInner .Section.Column2Solid {
	width: 763px;
}
.ContentInner .Section.Column2Solid .BoxRight {
	width: 370px;
}


/* 共通設定（リスト） */

.ContentInner ul.AList0 {
	list-style: none;
	margin: 5px 5px;
}
.ContentInner ul.AList0 li {
	margin: 0 0 3px 0;
}
.ContentInner ul.AList0 li a {
}

.ContentInner ul.AList1 {
	list-style: none;
	margin: 5px 3px 10px;
}
.ContentInner ul.AList1 li {
	margin: 0 0 5px 0;
}
.ContentInner ul.AList1 li a {
	background: url(img/tool/go_mark_red.gif) no-repeat 0 1px;
	padding-left: 16px;
	min-height: 16px;
	display: inline-block;
}

.ContentInner ul.AList2 {
	list-style: none;
	margin: 5px 3px 10px;
}
.ContentInner ul.AList2 li {
	margin: 0 0 5px 0;
}
.ContentInner ul.AList2 li a {
	background: url(img/tool/list_yaji_s.gif) no-repeat 2px 2px;
	padding-left: 16px;
	min-height: 16px;
	display: inline-block;
}

a.btn_lb{
	background:url(img/btn_lb.jpg) left top no-repeat;
	width:115px;
	height:20px;
	border:none !important;
	padding:10px;
	text-align:center;
	display:block;
	text-decoration:none;
	font-size:13px;
	font-weight:600;
}
a.btn_lb:hover{
	background-image:url(img/btn_lb.jpg);
	background-position:left 110%;
}