@charset "utf-8";
/* CSS Document */

.center {
	text-align: center;
}
a {
	color: #AA8000;
}
a:hover {
	color: #AA8000;
}

h2 {
	font-size: 36px;
	font-weight: bolder;
}
h3 {
	font-family: "微軟正黑體";
	letter-spacing: 0.1em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	line-height: 1.5em;
	font-size: 36px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 1em;
}


.nav_me li a {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.nav_me  li  a:hover {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #337AB7;
}
.host li {
	list-style-type: decimal;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}



body {
	font-family: "微軟正黑體";
}

.background {
	background-size: cover;
	background-position:center center;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	display: block;
	background-image: url(http://showwe.tw/edm/beijing/images/beijing.png);
}

.opacity {
	background-color: rgba(0, 0, 0, .2);
}

.text-shadow{
/*陰影開始    陰影距離文字最左方多少px、陰影距離文字最上方多少px、陰影的暈開程度   */
text-shadow:1px  1px  1px  #000;
/*陰影結束*/
}




.shelfname{ margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
			
.boxgrid{
	width: 100%;
	height: 413px;
	/*width: 680px;
	height: 206px;*/
	float:left;
	background:#161613;
	border: 1px solid #999999;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{
	color:#afafaf;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
				}
				
			.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100%;
	width: 100%;
	opacity: .8;

				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
	top: 413px;
	left: 0;
 				}
 				.caption .boxcaption {
	top: 0px;
	left: 0;
 				}
