@charset "utf-8";
/* CSS Document */

#content{
	width: 700px;
	color: #545454;
	height: auto;
	font-size: 13px;
	line-height: 26px;
	font-family: "微軟正黑體";
	margin: auto;
}
#content h3{
	width: 675px;
	font-size: 15px;
	font-weight: bold;
	color: #0067D2;
	margin-bottom: 20px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(dot.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	line-height: 30px;
}

#content .table{
	color: #535353;	
}
#content .table td.lin {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #6BA0D6;
}

#content .table th{
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(th.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	padding-left: 13px;
}
#content .table2{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BFBFBF;
	border-left-color: #BFBFBF;
}
#content .table2 td,
#content .table2 th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
}
#content .table2 th{
	color: #FFF;
	background-color: #888888;
}
#content .table2 td{
	padding: 3px 5%;
}
.photostyle {
	-webkit-transition: border-color 120ms linear;
	-moz-transition: border-color 120ms linear;
	-o-transition: border-color 120ms linear;
	transition: border-color 120ms linear;
	border: 1px solid #CCC;
}
.photostyle:hover {}
.photostyleS{
	border: 1px solid #CCCCCC;
	height: 51px;
	width: 51px;
	margin: 4px 3px;
}

.photostyleS:hover{
	opacity: 0.5;
	border: 1px solid #3687D8;
}

.summary dl{ width:100%; clear:both;}
.summary dt,.summary dd{  display:inline-block; text-align:left; padding:0; margin:0;}
.summary dt{ float:left; width:30%; border-right:1px dotted #6BA0D6}
.summary dd{ float:left; width:65%; padding-left:10px;}