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

html {
}
body {
	font-family: Arial, '微軟正黑體';
	margin: 0px;
	padding: 0px;
	background-color:#eee;
}
a {
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.des-title {
	text-align:center;
	padding:20px;
	margin-top:50px;
}

.des-content {
	margin:0px auto 100px;
	width:900px;
}
.menu-button {
	width:100%;
	text-align:center;
	overflow:hidden;
}



/*--------*/
.box-container {
	width:1050px;
	margin: 0 auto 50px;
}
.box-paper {
	float:left;
	width:300px;
	padding:10px;
	margin:15px;
	color:#FFF;
	background-color:#5D6591;
	text-align:center;
	font-size:26px;
	position:relative;
}
.box-paper .ptitle{
	padding:5px 0;
}
.box-paper .pnum{
	padding:40px 0;
}
.box-paper .pnote{
	font-size:16px;
	line-height:20px;
	min-height:20px;
	padding:5px 0;
}
.box-paper:hover {
	background-color:#ff0000;
	box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.6);
}


.more {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    font-size: 0;
    opacity: 0;
	cursor: pointer;
}


.des-from{
	width:500px;
	margin: 0px auto 50px;
}
.des-from table {
	width:100%;
	margin:30px auto;
}
.des-from table td {
	padding:3px 5px;
	vertical-align: text-top;
}
