@charset "utf-8";
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.center {
	text-align: center;
}
/* YAHOO CSS RESET Start */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
a:focus {
	outline: 0;
}
/* YAHOO CSS RESET End */
/* HTML5 CSS RESET Start */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
/* HTML5 CSS RESET End */
/* 圓角矩形 Start */
.roundBorder {
	display: block;
}
.roundBorder * {
	background: white;
	display: block;
	height: 1px;
	overflow: hidden;
}
.roundBorderLayer1 {
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	margin: 0px 1px;
}
.roundBorderLayer2 {
	border-left: 1px solid #D3D4D5;
	border-right: 1px solid #D3D4D5;
	margin: 0px 2px;
	padding: 0px;
}
.roundBorderLayer3 {
	background: #C4C4C4;
	border-left: 1px solid #D3D4D5;
	border-right: 1px solid #D3D4D5;
	margin: 0px 3px;
}
.roundContent {
	background: white;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	overflow: hidden;
	padding: 4px 10px;
}
/* 圓角矩形 End */
/*
<script type="text/javascript">
(function() {
	var $content = $(".roundContent");
	$content.before('<b class="roundBorder"><b class="roundBorderLayer3"></b><b class="roundBorderLayer2"></b><b class="roundBorderLayer1"></b></b>');
	$content.after('<b class="roundBorder"><b class="roundBorderLayer1"></b><b class="roundBorderLayer2"></b><b class="roundBorderLayer3"></b></b>');
})();
</script>
*/
