body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: "微軟正黑體", "新細明體", "細明體",Arial, Helvetica, sans-serif;
}

/*協銷共用區塊*/
#AllRec_242 .blank242_s242{height:10px;}
#AllRec_242 .blank242{height:20px;}
#AllRec_242 .blank2422{height:40px;}
#AllRec_242 .center{text-align: center;}

/*字級樣式*/
#AllRec_242 .txt_bold {
  font-weight: bold;
}

/*共用字級*/
#AllRec_242 .txt-1 {
  font-size: 2em;
  line-height: 1.7em;
}

#AllRec_242 .txt-2 {
  font-size: 1.85em;
  line-height: 1.7em;
}

#AllRec_242 .txt-3 {
  font-size: 1.6em;
  line-height: 1.7em;
}

#AllRec_242 .txt-4 {
  font-size: 1.5em;
  line-height: 1.7em;
}

#AllRec_242 .txt-4-2 {
  font-size: 1.3em;
  line-height: 1.7em;
}

#AllRec_242 .txt-5 {
  font-size: 1.2em;
  line-height: 1.6em;
}

#AllRec_242 .txt-primary {
  font-size: 1.1em;
  line-height: 1.7em;
  color: #333333;
}

#AllRec_242 .txt-secondary {
  font-size: 1em;
  line-height: 1.7em;
}

#AllRec_242 .txt-6 {
  font-size: 0.9em;
  line-height: 1.7em;
}

/*顏色*/
#AllRec_242 .red {color:red;}

/*圓角*/
#AllRec_242 .sround{border-radius: 5px;}
#AllRec_242 .info_bg1{background-color: #fff9da;}

/*按紐樣式*/		
#AllRec_242 .e_BT242{
	clear: both;
	width:50%;
	height:45px;
	margin: 6px auto;
	}
  
#AllRec_242 .e_BT242 a{
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;	
	display:block;
	width:100%;
	margin:0 auto;
	height:45px;
	font-size: 1.3rem;
	line-height:43px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    font-weight: bold;
	text-decoration: none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #a30000;
	background: #ff0000; /* Old browsers */
	background: -webkit-linear-gradient(#ff0000 0%, #b90000 100%);
	background: -o-linear-gradient(#ff0000 0%, #b90000 100%);
	background: linear-gradient(#ff0000 0%, #b90000 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b90000',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);}
	
#AllRec_242 .e_BT242 a:hover{
	color:#fff9bc;
	background: #b90000; /* Old browsers */
	background: -moz-linear-gradient(top, #b90000 0%, #ff0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b90000 0%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b90000 0%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b90000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}

/*最外框修改寬度尺寸*/
#AllRec_242{
	clear: both;
	width:670px;/*寬度設定尺寸*/
	margin:0 auto;
	-webkit-text-size-adjust: none;
	text-decoration: none;
	font-family:"微軟正黑體", "Microsoft JhengHei", "新細明體", "細明體",  Arial, Helvetica;
}

/*第二層框線樣式*/
#AllRec_242 .rec_section{
	clear:both;
	width:100%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:#FFF;
	border:3px solid #a8a8a8;
	margin-top:10px;
}

#AllRec_242 .rec_content{/*內容區塊*/
	clear:both;
	width:90%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;}
			
#AllRec_242 .rec_top{/*TOP圖片*/
	width:100%;
	height:auto;
	border-bottom:3px solid #a8a8a8;
	margin:0 auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;}

#AllRec_242 .rec_top img{
    display:block;
    width:100%;
    margin:0 auto;
}

/*個人資料區塊*/
#AllRec_242 .rec_infobox{
    width: 100%;
    height: auto;
    overflow: hidden;
}

#AllRec_242 .rec_infobox .infobox_case{
    width: 100%;
    height: auto;
    margin:0 auto;
    border-radius: 5px;
}

#AllRec_242 .rec_infobox .infobox_case ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:8px 0px;
}

#AllRec_242 .rec_infobox .infobox_case li{
    font-size:1.2rem;
    padding:2px 0px;
}

#AllRec_242 .rec_infobox .infobox_case li:first-child{
	font-size:1.2rem;
}

#AllRec_242 .rec_infobox .infobox_case li:nth-child(2){
    font-weight:normal;
}

#AllRec_242 .rec_infobox .infobox_case li:last-child{
    font-weight:normal;
    padding-bottom:0px;
}

#AllRec_242 .rec_infobox .infobox_case .GENDER{
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    margin-left: 5px;
    margin-bottom: -7px;
}

#AllRec_242 .rec_infobox .infobox_case span img{
    display: block;
    width: 100%;
    height: auto;
}

/*命宮雙欄*/
#AllRec_242 .color-purple{
	background-color: #f9e9ff;
	box-shadow: inset 0px 0px 50px 0px #E1B7F1;
}

#AllRec_242 .color-brown{
	background-color: #fff1dd;
	box-shadow: inset 0px 0px 50px 0px #ffddac;
}

#AllRec_242 .barcolor1{background-color: #ad59d4;}
#AllRec_242 .barcolor2{background-color: #d27537;}

#AllRec_242 .mainstars{
	width:93%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top:15px;
}

#AllRec_242 .mainstars .fatebox{
	width:270px;
	height: 145px;
	border-radius: 15px;
}

#AllRec_242 .mainstars .fate-info{
	display: block;
	width:100%;
	height: auto;
	overflow: hidden;
	text-align:center;
}

#AllRec_242 .mainstars .fate-title{
	font-size:1.5em;
	font-weight:bold;
	line-height: 2.2em;
	color:#ffffff;
}

#AllRec_242 .mainstars .fate-info li{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#AllRec_242 .mainstars .fate-info li:nth-child(2){
	font-size:2em;
	font-weight:bold;
	line-height: 1.7em;
	padding-top:5px;
}

#AllRec_242 .mainstars .fate-stars{
	width:100%;
	height: 99px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/*副標裝飾bar2*/
#AllRec_242 .ad_titlebar2{
	width:100%;
	height: 45px;
	margin:0 auto;
  margin-top:15px;
	margin-bottom:10px;
	background-color: #e9f3e6;
	border-radius: 5px;
}

#AllRec_242 .ad_titlebar2 p{
	color:#a54515;
	font-size:1.2rem;
	font-weight: bold;
	line-height: 45px;
	text-indent: 15px;
}

#AllRec_242 .small_tips{margin:5px 0px;}
#AllRec_242 .small_tips_bt{
  width:100%;
  height: auto;
  margin:0 auto;
  text-align: center;
  color:#777777;
}

/*曲線圖*/
#AllRec_242 .MAP_WRAPPER{
	position: relative;
	margin: 0 auto;
	width: 556px;
	height: 486px;
	margin-top:15px;
	margin-bottom:30px;
	background-image: url(https://gimgs.click108.com.tw/unit001/relation/item00242/images/rec/ph/3-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;}

#AllRec_242 .ENERGY_MAP{
	width: 498px;
	height: 343px;
	position: absolute;
	top: 40px;
	left: 30px;
	background-image: url(https://gimgs.click108.com.tw/unit001/relation/item00242/images/rec/ph/3-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;}

#AllRec_242 .MAP_WRAPPER ul{
	width: 427px;
	position: absolute;
	bottom: 103px;
	left: 98px;}
#AllRec_242 .MAP_WRAPPER li{ 
	float: left;
	width: 23%;
	font-size:1.1em;
	line-height:1.2em;
	color:#cd0303;
	font-weight: bold;
	text-align: center;}

#AllRec_242 .MAP_WRAPPER li p{
	font-size: 0.9em;
	line-height:20px;
	font-weight:normal;
	color:#636363;
	font-family:"微軟正黑體", "Microsoft JhengHei", Arial, Helvetica;
}

#AllRec_242 .MAP_FREE242{
  position: absolute;
	width:60%;
	height: 160px;
	margin:0 auto;
	background-color: rgba(172, 93, 46, .98);
	top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#AllRec_242 .MAP_FREE242 p{
  color:#ffffff;
  font-size:1.4rem;
  line-height: 2rem;
}

/*免費頁結尾區塊配圖*/
#AllRec_242 .end_ph_block{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-bottom:10px;
}

#AllRec_242 .end_ph_block img{
	display: block;
	width:68%;
	height: auto;
	margin:0 auto;
}

/*段落項目標語*/
#AllRec_242 .items_text{
	width:100%;
	height: auto;
	overflow: hidden;
}

#AllRec_242 .items_text .disc{
	width: 100%;
    list-style: disc;
    list-style-position: outside;
    padding: 0px 0px 0px 30px;
    box-sizing: border-box;
}

#AllRec_242 .items_text li{
	margin:0px 0px 10px 0px;
}

#AllRec_242 .items_text li:last-child{
	margin-bottom:0px;
}

#AllRec_242 .mg01{margin-bottom:10px;}
#AllRec_242 .pq_BLUE2{
	color:#0088ff;
}
#AllRec_242 .pq_PINK2{
	color: #FF1493;
}
#AllRec_242 .txt-primary .pq_RED1{
	color:red;}