<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

img {border: none;}	/*IE6対策(ローカル環境専用)*/

/*
	タブパーツ用CSS(画像版)
*/




/*--ワイド版・3分割タブ(画像版)--*/
#wide-tabimg3 {
	margin-top: 0px;
	width: 745px;
	height: 50px;
	padding: 0px;
	background: #FFF url(/reflection/images/products/tab-img/wide_tab3_base.jpg) no-repeat bottom left;
}
*html #wide-tabimg3 {	width: 748px;}	/*IE6専用*/
#wide-tabimg3 a {
	display: block;
	width: 247px;
	height: 32px;
	border-right: 1px solid white;
	background: #CCC;
	float: left;
}

/*--ワイド版・4分割タブ(画像版)--*/
#wide-tabimg4 {
	margin-top: 0px;
	width: 745px;
	height: 50px;
	padding: 0px;
	background: #FFF url(/reflection/images/products/tab-img/wide_tab4_base.jpg) no-repeat bottom left;
}
*html #wide-tabimg4 {	width: 748px;}	/*IE6専用*/
#wide-tabimg4 a {
	display: block;
	width: 185px;
	height: 32px;
	border-right: 1px solid white;
	background: #CCC;
	float: left;
}

/*--ワイド版・5分割タブ(画像版)--*/
#wide-tabimg5 {
	margin-top: 0px;
	width: 745px;
	height: 50px;
	padding: 0px;
	background: #FFF url(/reflection/images/products/tab-img/wide_tab5_base.jpg) no-repeat bottom left;
}
*html #wide-tabimg5 {	width: 748px;}	/*IE6専用*/
#wide-tabimg5 a {
	display: block;
	width: 148px;
	height: 32px;
	border-right: 1px solid white;
	background: #CCC;
	float: left;
}


</pre></body></html>