@charset "UTF-8";

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

　タブ設定 for /support/term/

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

/* タブ切り替え（封筒・名刺のあれこれ、封筒のサイズ） */

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

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

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


/* 封筒・名刺のあれこれ　個別指定 */

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

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

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



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


