#tabContent {
	height: auto;
	margin: 0px;
	padding: 0px;
}

#tabIndex {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#tabIndex LI {
	float:left;
	list-style-type: none;
	cursor: pointer;
	display: block;
	height: 30px;
	width: 63px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	font: 0.95em/2.5em "メイリオ", meiryo;
}

@media screen and (max-width: 480px) {
#tabIndex LI {
	float:left;
	list-style-type: none;
	cursor: pointer;
	display: block;
	height: 35px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	font: 0.9em/2.8em "メイリオ", meiryo;
}
}

#tabIndex .close :hover {
	color: #333333;
	font-weight: bold;
}


#tabIndex .close {
	border: 1px solid #5C82B9;
}

#tabIndex .open {
	margin-top: 3px;
	background-color: #369;
	margin-right: -1px;
	margin-left: -1px;
	padding-right: 1px;
	padding-left: 1px;
}

#tabBoxIndex {
	clear: both;
	text-align: left;
	margin: 0px;
	padding: 0px;

}
#tabIndex .open A{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#tabIndex .close A{
	font-weight : normal;
	text-decoration : none;
	color : #999999;
	display: block;
}
.tabBox {
	min-height: 600px;
}
