@charset "utf-8";
/* CSS Document */

.contents {
	margin: 10px;
	padding: 0;
	font-size: 1em;
}
.contents h1 {
	margin: 0 0 15px 0;
	font-size: 1.15em;
	color: #333;
}
.contents p {
	line-height: 1.65em;
	margin: 0 0 25px 0;
	text-justify: inter-ideograph;
	text-align: justify;
}
.contents figure {
	width: 100%;
	margin: 0 0 10px 0;
}
.contents figure img {
	width: 98%;
	display: block;
	border: 5px solid #fff;
	box-shadow: 0 0 5px #666;
}
/*--------------------------------------------------------------------table-*/
.listTb {
	margin: 10px 0;
}
.listTb table {
	border-collapse: collapse;
	border: 1px solid #a0a0a0;
	width: 100%;
	color: #333333;
	clear: both;
}
.listTb caption {
	display: none;
}
.listTb th {
	font-weight: normal;
	background-color: #EBEBEB;
	padding: 4px 10px 3px 5px;
	border: 1px solid #a0a0a0;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
.listTb th.aRight {
	text-align: right;
	width: 15%;
}
.listTb th.aLeft {
	text-align: left;
}
.listTb td {
	font-weight: normal;
	padding: 4px 10px 3px 5px;
	border: 1px solid #a0a0a0;
	line-height: 150%;
	text-align: left;
	vertical-align: top;
}
.listTb td.aCenter {
	text-align: center;
}
.listTb td.aRight {
	text-align: right;
}
/*-------------------------------------attachment 附件*/
.attachment, .seeAlso {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 0;
}
.attachment ul, .seeAlso ul {
	margin: 0 3px;
	padding: 0;
	list-style: none;
	line-height: 150%;
}
.attachment li a, .seeAlso li a {
	text-decoration: none;
}
.attachment li a:hover, .seeAlso li a:hover {
	text-decoration: underline;
}
/*-------------------------------------*/
.attachment h1, .seeAlso h1 {
	margin: 10px 0;
	padding: 0;
}
/*-------------------------------------附件：檔案下載*/
.attachment .filename li {
	margin: 0 0 .5em;
	padding: 1px 0 2px 20px;
	background: url(../images/li2.png) no-repeat 0 11px;
	border-bottom: 1px dotted #ccc4a8;
}
.attachment .filename li:only-child {
	border: none;
}
/*file type icon*/
.attachment .filename li span {
	margin-left: .2em;
}
.attachment .filename li .fileType {
	vertical-align: -20%;
	vertical-align: -30% \9;
}
.fileType {
	display: inline-block;
	width: 24px;
	height: 26px;
	background: url(../images/fileTypes.png) no-repeat 0 0;
}
.fileType.zip {
	background-position: 0 0;
}
.fileType.pdf {
	background-position: -30px 0;
}
.fileType.doc {
	background-position: -60px 0;
}
.fileType.xls {
	background-position: -90px 0;
}
.fileType.ppt {
	background-position: -120px 0;
}
.fileType.jpg {
	background-position: -150px 0;
}
.fileType.mp3 {
	background-position: -180px 0;
}
.fileType.mov {
	background-position: -210px 0;
}
.fileType.txt {
	background-position: -240px 0;
}
.fileType.other {
	background-position: -270px 0;
}
.attachment .filename li .fileSize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .92em;
}
/*-------------------------------------附件：相關圖檔*/
.attachment .images {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.attachment .images li {
	overflow: hidden;
	line-height: 16px;
	margin: 2px 2px 3px 0;
	padding: 0;
	float: left;
	width: 140px;
	text-align: center;
}
.attachment .images li img {
	width: 135px;
	height: 100px;
	display: block;
	margin: 0 auto 4px;
}
/*@media only screen and (max-width : 720px) and (min-width : 481px) {}
@media only screen and (max-width : 480px) and (min-width : 321px) {}
@media only screen and (max-width : 320px) {}*/
/*-------------------------------------相關連結*/
.seeAlso h1 {
	padding: 0 0 .3em;
}
.seeAlso ul {
	list-style: none;
	margin: 0 3px;
	padding: 0;
}
.seeAlso ul li {
	margin: 0 0 8px;
	padding: 0 0 2px 20px;
	background: url(../images/li3.png) no-repeat 1px 1px;
	border-bottom: 1px dotted #bbb;
}
/*-------------------個人化*/
.personal {
	margin: 10px;
}
.personal figure {
	float: left;
	width: 140px;
	margin: 0 10px 10px 0;
}
.personal figure img {
	padding: 3px;
	border: 1px solid #CCC;
	width: 130px;
}
@media only screen and (max-width : 720px) and (min-width : 481px) {
}
@media only screen and (max-width : 480px) and (min-width : 321px) {
}
@media only screen and (max-width : 320px) {
.personal figure {
	width: 110px;
}
.personal figure img {
	width: 100px;
}
}
.personal h1 {
	font-size: 1.15em;
	margin: 0 0 0 5px;
	padding: 0;
}
.personal ul {
	overflow: hidden;
	margin: 10px;
	padding: 0;
}
.personal ul li {
	background-image: url(../images/li3.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0 0 0 20px;
	list-style-type: none;
	margin: 0 0 7px 0;
}
.personal ul li em {
	color: #F90;
	font-style: normal;
	font-weight: bold;
	margin: 0 5px;
}
/*---------------*/
.gmap {
	clear: both;
	margin: 15px auto;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	width: 100%;
	overflow: hidden;
}
.gmap iframe {
	width: 100%
}
/*-------------------------*/
.identity {
	margin: 0;
}
.identity ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.identity ul li {
	background-image: url(../images/li3.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
}
