@charset "utf-8";
/* 辦卡精選廣告圖文PC版CSS */

.card_choice_ad{width: auto; height: auto;}
.card_choice_ad .head{
	width: auto; 
	height: 40px; 
	margin: 20px 10px 5px 10px;
	background-color: #EDDEFF;
}
.card_choice_ad .head ul li{
	display: inline-block; 
	line-height: 40px; 
	font-family: "微軟正黑體";
	font-size: 20px;
	text-align: center;
}

.card_choice_ad .head .head_01{width: 80px;}
.card_choice_ad .head .head_02{width: 160px;}
.card_choice_ad .head .head_03{width: 600px;}
.card_choice_ad .head .head_04{width: 110px;}

.card_choice_ad .detail{
	width: auto;
	height: 200px;
	position: relative;
    margin: 20px 10px 5px 10px;
	*border:1px solid #ccc;
}
.card_choice_ad .detail .row1{
	width: 65px;
	height: 100%;
	display:inline-block;
    float:left;
}

.card_choice_ad .detail .row1 .crown{
	margin-top: 10px;
	margin-left: 6px;
}

.card_choice_ad .detail .row1 .icon{
	width: 40px;
	height:auto;
	margin-left: 11px;
}

.card_choice_ad .detail .row2{
	width: 1000px;
	height: 100%;
	border:1px solid #ccc;
	margin: 0 0 0 0;
	background: #ffffff;
	display:inline-block;
}

.card_choice_ad .detail .row2 .col1{
	width: 240px;
	height: 180px;
	margin: 10px 0 10px 20px;
	display:inline-block;
}

.card_choice_ad .detail .row2 .col1 .pic{
	width: 240px;
	height: 152px;
	float:left;
	-webkit-box-shadow: 2px 2px 6px #CCCCCC;
	box-shadow: 2px 2px 6px #CCCCCC;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 4px;
}

.card_choice_ad .detail .row2 .col1 .warning{
	width: 214px;
	height: 28px;
	line-height: 35px;
	font-family: "Microsoft JhengHei";
	font-size: 15px;
	text-align: center;
	color: #4c4c4c;
	cursor: pointer;
	margin: 0 0 0 15px;
}

.card_choice_ad .detail .row2 .col2{
	width: 400px;
	height: 180px;
	margin: 0 0 5 10px;
	display:inline-block;
	vertical-align: top;
}
.card_choice_ad .detail .row2 .col2 h1{
	color:#004ba7;
	font-family: "微軟正黑體";
	font-size: 24px;
	margin: 5px 0 0 10px;
	font-weight: bolder;
}
.card_choice_ad .detail .row2 .col2 p{
	color: #666666;
	font-family: "微軟正黑體";
	font-size: 18px;
	word-break: break-all;
	margin-left: 5px;
	margin-top: 10px;
	line-height: 25px;
}
.card_choice_ad .detail .row2 .col3{
	width: 220px;
	height: 180px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	*border:1px solid #ccc;
	display:inline-block;
}

.card_choice_ad .detail .row2 .col3 .pic{width: 220px; height: 133px; float:left;} 
.card_choice_ad .detail .row2 .col3 .assign{
	width: 220px;
	height: 40px;
	background-color: #FFC926;
	color: #4c4c4c;
	cursor: pointer;
	margin-top: 8px;
	float:left;
	border-radius: 4px;
	line-height: 40px;
	font-family: "Microsoft JhengHei";
	font-size: 20px;
	border:1px solid #ccc;
	text-align: center;
}
.card_choice_ad .detail .row2 .col3 .assign:hover{background-color: #402D72; color: #FFFFFF;}

/*注意事項 Begin*/
.card_choice_ad .memo{
	width: auto;
	height: auto;
	margin: 20px 10px 5px 10px;
	border:1px solid #ccc;
}

.card_choice_ad .memo h4{
	color: #900;
    border-bottom: 1px solid #ccc;
	margin-top: 5px;
    margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bolder;
	font-family: "微軟正黑體";
}

.card_choice_ad .memo ol li{
	list-style: decimal;
    margin-left: 25px;
	font-family: "微軟正黑體";
}
/*注意事項 End*/

