ul#tab {
	zoom: 1;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FC8679;
	background-color: #F7D7CC;
}
ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul#tab li {
	float: left;
	text-align: center;
}
ul#tab li:last-child {
	background: none;
}
ul#tab li a {
	display: block;
	width: 150px;
	text-decoration: none;
	color: #222;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
ul#tab li a:hover {
	color: #fff;
	background-color: #FC8679;
}
ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
	color: #fff;
	background-color: #FC8679;
}
#detail {
	clear: both;
	overflow: hidden;
	width: auto;
	padding: 20px;
	background-color: #FBFBF4;
}
#detail h2{
	margin-bottom: 1em;
}
#detail h3{
	margin-bottom: 1.4em;
	font-size: 1.2em;
	color: #FF6633;
	padding-left: 130px;
	font-weight: normal;
	margin-top: 2em;
}
#detail p{
	line-height: 1.6em;
	padding-left: 130px;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DAD8CB;
	padding-bottom: 1em;
	padding-right: 130px;
}
.tabbox {
	display: none;
}
@media screen and (max-width: 480px) {
#detail h3{padding-left:0px;line-height:1.4em;}
#detail p{padding-left:0px;padding-right:0px;}
}
