﻿/*ダイビング特集タブ切り替え*/
#tabContent {
	background-color:white;
	padding: 5px;
}

#tabIndex {
	margin: 0px;
	padding: 0px;
}

#tabIndex li {
	float:left;
	margin-right: 10px;
	padding: 0.5em;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
}

#tabIndex .close {
	border-left:solid 3px #FF9900;
	border-right:solid 3px #FF9900;
	border-top:solid 3px #FF9900;
	background-color: #FFCF00;
	text-decoration: underline;
	color:#0000FF;
}
#tabIndex .open {
  border-left:solid 3px #FF6600;
  border-right:solid 3px #FF6600;
  border-top:solid 3px #FF6600;
  border-bottom:solid 3px #FFE3A5;
  background-color: #FFE3A5;
  text-decoration: none;
  margin-bottom:-3px;
}

#tabBoxIndex {
	background-color: #FFE3A5;
	border: #FF6600 solid 3px;
	padding: 1em;
	clear: both;
}

