﻿/* タブ（不必要の場合は削除） */
#tab-box {
}

#tab-box ul {
	/*width:580px;*/
	width:100%;
	margin:0px;
	padding: 0px;
	list-style: none;
	
}

#tab-box ul li {
	margin-right:20px;
	float:left;
	display:inline;
	font-size:0;
	height:38px!important;
	
}

#tab-box ul li a img{
	outline:none;
	border:none;
}

#tab-box > div { /* タブボックスの箱 */ /* タブの中のdivを表示するために>を追加 */
	display:none;
	/*width:580px;*/
	width:94%;
	margin-bottom:30px;
	margin-top:-10px;
	padding:20px 2px 1px 2px;
	height:auto;
	overflow:auto;
	border-top:4px #CCCCCC solid;
}

#tab-box .clearFix:after{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
	zoom:1;
}

