@charset "big5";
/* css for mp */
.all{
	font-size: 95%;
}
/* 內頁title */

h1{
	margin-top: 15px;
	font-family: "新細明體";
	color: #BB4411;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 120%;
}

.contentbox{
	color: #666666;
	margin: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 140%;
	padding-left: 5px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.contentbox .date{
	float: right;
	color: #666666;
}
.contentbox img{
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
.contentbox h2{
	font-size: 115%;
	color: #009933;
	line-height: 130%;
}
.contentbox ul{
	margin: 0px 0px 0px 30px;
}
html>body .contentbox ul{
	margin: 0px 0px 0px 0px;
}
*+html>body .contentbox ul{
	margin: 0px 0px 0px 40px;
}

.contentbox li{
	list-style-type: disc;
	margin-bottom: 3px;
}

.contentbox li a{
	color: #996600;
	text-decoration: underline;
}
.contentbox li a:hover{
	color: #009966;
	text-decoration: underline;
}
/* CP頁表格 */
.cptable {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	color: #666666;
	margin: 10px;
	width: 90%;
}
.cptable a{
	border-collapse:collapse;
	color: #666666;
	text-decoration: underline;
}
.cptable a:hover{
	border-collapse:collapse;
	color: #009999;
	text-decoration: none;
}

.cptable caption {
	padding-bottom: 3px;
	padding-top: 0px;
	display: none;
}
.cptable th {
	vertical-align: top;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.cptable td {
	padding: 6px 5px 6px 10px;
	vertical-align: top;
	line-height: 145%;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
}
.cptable img{
	width: 117px;
	float: left;
	height: 78px;
	border: 2px solid #CCCCCC;
	margin-right: 10px;
}

/* CP頁 */
.contentword{
   color: #666666;
	margin: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 130%;
	padding-left: 5px;
	padding-right: 0px;
}
.contentword h3{
	color: #006666;
	font-size: 115%;
	padding-top: 3px;
}
.contentword ul{
	margin: 0px 0px 0px 30px;
}
html>body .contentword ul{
	margin: 0px 0px 0px 0px;
}
*+html>body .contentword ul{
	margin: 0px 0px 0px 40px;
}
.contentword li{
	list-style-type: disc;
	margin-bottom: 3px;
}
.contentword li a{
	color: #996600;
	text-decoration: underline;
}
.contentword li a:hover{
	color: #009966;
	text-decoration: underline;
}
/*........*/
.inputbutton{
	color: #333333;
	text-decoration: none;
	border: 1px solid #DCDCDC;
	letter-spacing: 0.05em;
	padding: 2px;
	margin: 0px 2px 0px 0px;
	background-color: #CCCCCC;
}

