/* newproduct.css 2008.10.20 */
/* 製品ごとに使うスタイル */
/*============目次============
　最終更新日：2008/10/20
　1.
　2.

============================*/

/*===========================
■1. ClearFix
-----------------------------
フロート要素の高さをクリアする。
============================*/
..commentbody:after,
.ClearFix:after,
.PriceBox:after
{  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.commentbody,
.ClearFix,
.PriceBox
{  
	display: inline-block;  
	zoom: 100%;  
}

/*===========================
■2. 上書きスタイル
============================*/
/* 「h1」の背景画像を変更する場合 */
.Contents h1.TitleBlank {
	background-image: url(/3d/parts/clinic/img/title_blank_clinic.gif);
}
/*===========================
■3. クリニック専用スタイル 
============================*/
.ContentInner h2 {
	font-size: 100%;
	line-height: 120%;
	margin: 0 0 5px;
	border-bottom: 1px dashed #003F7A;
	color: #269977;
	background: url(img/title_bg.gif) no-repeat 5px 0;
	min-height: 19px;
	padding: 1px 0 2px 15px;
}
.ContentInner h3 {
	margin: 15px 0 5px;
	padding: 0 0 0 15px;
	color: #30C297;
}
.ContentInner h4 {
	margin: 10px 0 5px;
	padding: 0 0 0 15px;
	color: #000;
}

.ContentInner p.Cap {
	width: 250px;
	margin: 0 7px 7px 0;
	float: left;
	padding: 5px;
	background-color: #fff;
	font-weight:bold;
　}

.ContentInner p.Cap350 {
	width: 350px;
	margin: 0 7px 7px 0;
	float: left;
	padding: 5px;
	background-color: #fff;
	font-weight:bold;
　}

.ContentInner .Section .ImgB {
	margin: 0 7px 7px 0;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #777;
}

/*--------------------------
□ページ送りボタン
--------------------------*/
#clinic .Section.Paging {
	clear: both;
	margin: 0 0 10px;
	padding: 0;
}

#clinic .Section.Paging .btn a {
	background: url(/3d/parts/clinic/img/btn/pagerbtn.jpg) no-repeat 0 -160px;
	width: 164px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #FFF;
	display: block;
	font-weight: bold;
	font-size: 100%;	
}
#clinic .Section.Paging .btn a:hover {
	background-position: 0 -200px;
}



#clinic .Section.Paging .next a {
	background-position: 0 0;
	float: right;
	letter-spacing: 2px;
}
#clinic .Section.Paging .next a:hover {
	background-position: 0 -40px;
}

#clinic .Section.Paging .prev a {
	background-position: 0 -80px;
	float: left;
	letter-spacing: 2px;
}
#clinic .Section.Paging .prev a:hover {
	background-position: 0 -120px;
}


#clinic .Section.Paging .btn.goprice a {
	letter-spacing: 2px;
	float: right;
}

#clinic .Section.Paging .btn.stext a {
	font-size: 75%;
}

#clinic .Section.Paging .btn.left a {
	float: left;
}
#clinic .Section.Paging .btn.right a {
	float: right;
}