@charset "utf-8";

body { color: #444444; font-size: 13px; line-height: 1.6em; font-family: 'Roboto','Microsoft JhengHei','微軟正黑體','sans-serif','Arial'; }
a { color: #444444; text-decoration: underline; font-weight: bold; } 
a:hover { text-decoration: none; }
th { text-align: left; }
td img {border: 2px solid #fff; }
td img:hover { border: 2px solid #cdd3d8; }
h1,h2 { font-family: 'Roboto','Microsoft JhengHei','微軟正黑體','sans-serif','Arial'; margin: .5em 0; }
a,div,ul,ol,li { box-sizing: border-box; }
.background {
	background-image: url(../images/back.gif);
	background-position: center top;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #cdd3d8;
	padding: 0px;
	margin: 0px;
}
.content {
	max-width: 970px;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
.contentbox1 {
	background-image: url(../images/back_box.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 850px;
	height: 515px;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
}
.contentbox2 {
	background-image: url(../images/back_box2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 850px;
	height: 130px;
	padding: 30px 60px;
}
.contentbox3 {
	background-image: url(../images/back_box3.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 850px;
	height: 90px;
	padding: 20px 60px;
}
.plaintext {	
	font-size: 13px;
	line-height: 19px;
	text-decoration: none;
}
/*
.style1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	font-variant: normal;
}
*/
.img-responsive {
	width: 100%;
	height: auto;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 23px;
	text-decoration: none;
	font-weight: bold;
}
.row { clear: both; }
.chi-col { float: left; width: 45%; }
.eng-col { float: right; width: 55%; }
.item-box {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	margin-bottom: 1.5em;
	border-radius: 5px;
	overflow: hidden;
}
.item-body {
	padding: .75em 1.25em;
	background-color: #e0e4e7;
	line-height: 2em;
	font-size: 1.1em;
}
.item-body span { display: inline-block; margin-right: 1em; }
.item-body .chi-col a,
.item-body .eng-col a { display: inline-block; margin-right: 1em; font-weight: normal; }
.item-title {
	
	font-size: 1.1em;
	font-weight: bold;
	padding: .6em 1.25em;
	color: #666666;
	background: rgb(214,214,214);
	background: linear-gradient(-180deg, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
	border-bottom: 1px solid #ccc;
}
.item-title h2 { font-size: 1.2em; display: inline-block; line-height: 1.4em; margin:0 .5em 0 0; }
.item-title h2:nth-child(2) { font-size: 1.15em; }
.photo-item {
	background-color: white;
	padding: 3px;
	float: left;
	margin: 5px;
}
.photo-item a { display: block; }
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
img { display: block; }
ol[type='a'] { margin: 0; padding: 0; margin-left: 2em; }
ol[type='a'] li { margin: 0; padding: 0; line-height: 1.8em; }
.container { margin: 0 auto; padding: 0 3%; max-width: 1100px; width: 100%; }
sup { font-size: .6em; }
@media only screen and (max-width : 1200px) {
	
}
@media only screen and (max-width : 960px) {
	
}
@media only screen and (max-width : 767px) {
	.chi-col,
	.eng-col { width: 100%; }
	.photo-item { width: calc(33% - 10px); }
	.photo-item img { width: 100%; height: auto; }
}
@media only screen and (max-width : 480px) {
	.photo-item { width: calc(50% - 10px); }
	.photo-item img { width: 100%; height: auto; }
}