@charset "UTF-8";

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

　タブ設定 for /support/size/

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

div.size{
	margin-top:25px;
	width:636px;
}

	#tabContent.size #tabIndex li {
	  float:left;
	  cursor: pointer;
	  display: block;
	  text-indent:-999em;
	  /*margin-bottom : 0px;
	  margin-top : auto;
	  margin-left : auto;*/
	}
			
		#tabContent.size #tabIndex{
			background:url(img/size_tab_bg.gif) no-repeat left top;
			width:636px;
			height:31px;
		}
		
		#tabContent.size #tabIndex li#Tab0{
			margin-left:16px;
			margin-right:1px;
		}
		#tabContent.size #tabIndex li#Tab0,
		#tabContent.size #tabIndex li#Tab1{
			width:150px;
			height:31px;
			display:inline;
		}
		

#tabBoxIndex {
  clear: both;
  margin-top:25px;
}


		#tabContent.size #tabIndex li#Tab0.close{
			background:url(img/size_tab01.gif) no-repeat left top ;
		}
		
		
			#main #tabContent.size ul#tabIndex li#Tab0:hover{
				background:none;
			}
			
			* html #main #tabContent.size ul#tabIndex li.close:hover{
				background:none;
			}

			#tabContent.size #tabIndex li#Tab0.open{
				background:none;
			}

		#tabContent.size #tabIndex li#Tab1.close{
			background:url(img/size_tab02.gif) no-repeat left top;
		}
		
			#tabContent.size #tabIndex li#Tab1.close:hover{
				background:none;
			}
			
			.size #tabIndex li#Tab1.open{
				background:none;
			}
		

