/* Mobile Layout: 479px and below. */
.view {
	width: 98%;
	margin-top: 4%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
	float: none;
	border: 5px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff url(../images/bgimg.jpg) no-repeat center center;
	display: none;
}
.view img {
	width: 100%;
}
.view .mask,.view .content {
	width: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 1.25em;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	background: rgba(0, 0, 0, 0.8);
	margin-top: 5%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 3%;
	font-family: "微軟正黑體", Arial;
}
.view p {
	font-family: "微軟正黑體", Arial;
	font-size: 0.85em;
	position: relative;
	color: #fff;
	padding-top: 2%;
	padding-right: 6%;
	padding-left: 4%;
	padding-bottom: 2%;
	text-align: justify;
	display: none;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding-top: 1.5%;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 1.5%;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	border: 0;
	box-shadow: 0 0 1px #000;
	font-family: "微軟正黑體", Arial;
	font-size: 0.85em;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
/*手機*/
.mobile_view{
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	width: 100%;
	float: none;
	clear: none;
	border: 1px solid rgba(216,216,216,1.00);
	background-image: url(../images/viewbg.jpg);
	background-repeat: repeat;
	display: inherit;
}
.mobile_view h1{
	padding: 0;
	margin: auto;
	font-family: "微軟正黑體", Arial;
	font-variant: normal;
	font-size: 1.45em;
	width: 90%;
	float: none;
	clear: none;
	color: #0962a8;
	line-height: 2.3em;
	
}
.mobile_view h2{
	margin: 0;
	
}
.mobile_view h3{
	color: rgba(0,0,0,1.00);
	text-align: left;
	font-size: 0.95em;
	font-weight: normal;
	margin: auto;
	width: 90%;
	float: none;
	clear: none;
	padding-top: 3%;
	font-family: "微軟正黑體", Arial;
	padding-bottom: 3%;
	
}
@media only screen and (min-width: 480px) {
	.view {
	width: 98%;
	margin-top: 4%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
	float: none;
	border: 5px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff url(../images/bgimg.jpg) no-repeat center center;
	display: none;
}
.view img {
	width: 100%;
}
.view .mask,.view .content {
	width: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 1.25em;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	background: rgba(0, 0, 0, 0.8);
	margin-top: 3%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	font-family: "微軟正黑體", Arial;
}
.view p {
	font-family: "微軟正黑體", Arial;
	font-size: 0.85em;
	position: relative;
	color: #fff;
	padding-top: 0%;
	padding-right: 6%;
	padding-left: 4%;
	padding-bottom: 0%;
	text-align: justify;
	display: inherit;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding-top: 1.5%;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 1.5%;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	border: 0;
	box-shadow: 0 0 1px #000;
	font-family: "微軟正黑體", Arial;
	font-size: 0.85em;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
}
/* Tablet Layout: 768px to 1279px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 768px) {
	/*手機*/
.mobile_view{
			display: none;

}
	.view {
	width: 97%;
	margin-top: 3%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 1%;
	float: left;
	border: 5px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff url(../images/bgimg.jpg) no-repeat center center;
	clear: none;
	display: inherit;
}
.view img {
	width: 100%;
}
.view .mask,.view .content {
	width: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 1.35em;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	background: rgba(0, 0, 0, 0.8);
	margin-top: 8%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	font-family: "微軟正黑體", Arial;
}
.view p {
	font-family: "微軟正黑體", Arial;
	font-size: 1.35em;
	position: relative;
	color: #fff;
	padding-top: 0%;
	padding-right: 6%;
	padding-left: 4%;
	padding-bottom: 0%;
	text-align: justify;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding-top: 1.5%;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 1.5%;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	border: 0;
	box-shadow: 0 0 1px #000;
	font-family: "微軟正黑體", Arial;
	font-size: 0.85em;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
}
/* Desktop Layout: 1280px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1280px) {
	.view {
	width: 47.5%;
	margin-top: 2%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 1%;
	float: left;
	border: 5px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view img {
	width: 100%;
}
.view .mask,.view .content {
	width: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 1.45em;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	background: rgba(0, 0, 0, 0.8);
	margin-top: 5%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	font-family: "微軟正黑體", Arial;
}
.view p {
	font-family: "微軟正黑體", Arial;
	font-size: 1.15em;
	position: relative;
	color: #fff;
	padding-top: 2%;
	padding-right: 6%;
	padding-left: 4%;
	padding-bottom: 2%;
	text-align: justify;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding-top: 1.5%;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 1.5%;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	border: 0;
	box-shadow: 0 0 1px #000;
	font-family: "微軟正黑體", Arial;
	font-size: 0.85em;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
}
