@charset 'utf-8';
@import url(ad.css);
section.contentBox {
    margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 100;
}


section.pageCt {
    max-width: 1160px;
    margin: 0 auto;
}
section.pdBox{
	display: inline-block;
    padding: 0 0 0 70px;
    text-align: left;
	width: calc(100% - 320px);
    vertical-align: top;
}

div.PageInfo{
	clear:both;
	padding-top:15px;
}

div.PageInfo h3{
	border: 0;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Microsoft JhengHei';
    color: #000;
    line-height: 1;
	padding: 0;
    margin: 30px 0;
    text-align: left;
}

div.pdImg {
    font-size: 0px;
    float: left;
	margin: 15px 0 0;
	overflow: hidden;
    padding: 0 30px 0 0;
	text-align: center;
	width: 35%;
}

div.pdImg * {
	vertical-align:middle;
}

div.pdImg span {
	display:inline-block;
	height:100%;
}

div.pdInfo{
    float: right;
	margin: 10px 0 0;
	text-align: left;
	width: calc(65% - 30px);
}

div.pdInfo h4{
	color: #333;
    display: block;
    font-size: 25px;
    font-family: '微軟正黑體', Arial;
	line-height: 32px;
    margin-bottom: 10px;
	text-align: left;
}

div.pdInfo table{
	font-size:15px;
	font-family:'微軟正黑體', Arial;
	font-weight:bold;
	color:#333333;
	padding-bottom:15px;
	border-bottom:1px solid #dddddd;
	width: 100%;
}

div.pdInfo table tr th{
	width:108px;
	padding:7px 0;
}

div.pdInfo table tr td{
	width:296px;
	padding:7px 0;
}

div.pdInfo table tr td span.price{
	color:#ff0000;
}

div.pdInfo table tr td input{
	width:50px;
	text-align:center;
}

div.pdInfo ul{
	margin-top:25px;
}


div.pdInfo .pdEx-C ul {
    list-style: disc
}
div.pdInfo ul li.last{
	margin-right:0px;
}

div.pdInfo ul li a{
	background: #735f53;
    color: #fff;
    display: block;
	line-height: 40px;
	text-decoration:none;
}

div.pdInfo ul li a:hover{
	background:#EB5B3E
}

div.pdInfo ul li a.pdBtn2{
	display:block;
}

div.pdInfo ul li a.pdBtn2:hover{
	
}

div.pdInfo ul li a.pdBtn3{
	cursor: pointer;
	display:block;
}

div.pdInfo ul li a.pdBtn3:hover{
	
}

div.backBox{
	clear:both;
	float:right;
	padding-top:20px;
	*padding-top:0px;
}

div.backBox a{
	display: block;
	width: 85px;
    height: 31px;
    text-indent: -9999px;
}

div.backBox a.backBtn{
	background:url(../images/backBtn.gif) no-repeat left top;
}

div.backBox a.backBtn:hover{
	background-position: left bottom;
}

section.pdEx{
	clear:both;
	font-family:Arial, "微軟正黑體";
	color:#000;
	line-height:30px;
	padding: 0 0 50px;
}
.pdEx-C {
	box-sizing:border-box;
    padding: 30px;
	text-align: left;
    width: 100%;
}
.pdEx-C div,.pdEx-C p,.pdEx-C span {
	text-align: left;
}
section.pdEx h5{
	border-bottom: 1px solid #ccc;
    margin: 20px 0 0;
}
h5 span {
    background: #eee;
    color: #555;
    display: inline-block;
	font-weight: 400;
    padding: 5px 20px;
}



.modal {
    display: none;
    position: fixed;
    z-index: 110;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.paymodal-c {
    background-color: #fefefe;
    border: 3px solid #b9a08f;
    position: absolute;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.paymodal-c a {
    background: #735f53;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    padding: 5px 0;
	text-align: center;
    text-decoration: none;
	width: 130px;
}
.paymodal-c a:nth-child(1) {
    margin: 0 20px 0 0;
}
.paymodal-c a:hover {
	background: #EB5B3E;
}
.pdEx-C img {
	width:auto
}
a.Notice {
    border: 1px solid;
    border-radius: 50%;
    color: #333;
    display: block;
    font-size: 15px;
    height: 80px;
    line-height: 80px;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
a.Notice:hover {
	background:#0068ad;
	color:#fff
}
@media screen and (max-width: 1030px) {	
	.pdEx-C img {
		width:100%
	}
}
@media screen and (max-width: 768px) {	
	section.pdBox {
		box-sizing: border-box;
		padding: 15px;
		width: 100%;
	}
	.paymodal-c {
		width: 285px;
	}
}
@media screen and (max-width: 640px) {	
	div.pdImg {
		padding: 0 20%;
		width: 60%;
	}
	div.pdInfo {
		  width: 100%;
	}
	div.pdInfo h4 {
    	margin: 20px 0
	}
}
@media screen and (max-width: 480px) {	
	.pdEx-C { padding: 15px;}
	.pdEx-C td {
		float: left;
		width: 100%;
	}
}
@media screen and (max-width: 375px) {	
	div.pdInfo ul li {
		font-size: 15px;
	}
}