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

/*共用*/
img {
	display: block;
	margin: auto;
	text-align: center;
}
ol, ul {
	list-style: none;
}
body {
	margin: 0;
	font-family: "PT Sans", Microsoft Jhenghei, Helvetica, Arial, Geneva, sans-serif, Helvetica Neue;
	font-family: cwTeXYen, sans-serif;
}

/*----------本專輯樣式----------*/

.bg1 {
	background-image: url(../images/bg1.jpg);
	height: 550px;
	background-repeat: repeat-x;	/*background-color: #feed01;*/
}
.pic {
	margin: auto;
	text-align: center;
}
.content_title {
	font-size: 20px;
	font-weight: bolder;
	margin-bottom:30px;
}
.box_content1 {
	width: 900px;
	height:350px;
	overflow:hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	padding: 120px 50px 50px 50px;
	margin:300px auto 50px auto;
	font-size: 15px;
	line-height: 30px;
	background-image: url(../images/title1.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
}
.pic_content1{
	width: 550px;
	height: 360px;
	position: absolute;
	z-index: 999;
	float: left;
	margin-top: 10px;
	left: 45%;
}
.btn_content1 {
	margin:auto;
	margin-bottom:30px;
	width:370px;
	overflow:hidden;
}
.btn_content1 li{
	float:left;
	margin-right:20px;
}
.box_content2 {
	width: 900px;
	height:270px;
	overflow:hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	padding: 120px 50px 50px 50px;
	margin:385px auto 50px auto;
	font-size: 15px;
	line-height: 30px;
	background-image: url(../images/title2.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
}
/*.box_content2 img{
	text-align: center;
	margin:auto;
	margin-bottom:30px;
}*/
.btn_content2 {
	margin:auto;
	margin-bottom:30px;
	width:900px;
	overflow:hidden;
}
.btn_content2 li{
	float:left;
	margin-right:20px;
}
.pic_content2{
	float:left;
	margin-right:50px;
}
.btnLR{
	top: 50px;
	position: relative;
}
.mv{
	width: 550px;
	height: 270px;
	padding-left:650px;
	margin: auto;
	background-image: url(../images/p1_04.jpg);
	background-repeat: no-repeat;
}
.order{
	width: 1200px;
	height: 316px;
	margin: auto;
	background-image: url(../images/p1_05.jpg);
	background-repeat: no-repeat;
}
.order img{
	padding:200px 0 0 470px;
}
.option {
	line-height:30px;
	padding: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #EC2C8A;
}
.btn1 {
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #EC2C8A;
	border: 1px solid #EC2C8A;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/*字型*/
.orangeW {
	color: #ff6600;
}

/*----------topbar----------*/
.topbarPic {
	vertical-align: middle;
}
.topbarW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 35px;
}
.gridTop {
	vertical-align: top;
}
.topLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.topLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.topLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.topLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

/*----------版權css----------*/
.bottom {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #666666;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.bottom a:link {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #666666;
	text-decoration: none;
}
.bottom a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #666666;
	text-decoration: underline;
}
.bottom a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #666666;
	text-decoration: none;
}
.footer01 {
	font-size: 13px;
	font-weight: bold;
	color: #336699;
	background-color: #ffff99;
	text-align: center;
	padding: 20px 0 10px 0;
}
.footer02 {
	font-size: 13px;
	text-align: center;
	color: #000;
	line-height: 24px;
	background-color: #ffff99;
}
.footer02 a:link {
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.footer02 a:hover {
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: underline;
}
.footer02 a:visited {
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
