/* CSS Document */
@import url("https://imgs.click108.com.tw/css_2013/reset_2.css");
body {
	box-sizing: border-box;
	font-family: "微軟正黑體","新細明體", "細明體", Arial, Helvetica, sans-serif;
	color: #333333;
}

/*共用間距*/
.PC #it242 .blank_br {height: 20px;}
.PC #it242 .blank_br2 {height: 40px;}
.PC #it242 .blank_s {height: 15px;}


.MOBILE #it242 .blank_br {height: 15px;}
.MOBILE #it242 .blank_br2 {height: 30px;}
.MOBILE #it242 .blank_s {height: 10px;}

/*消失區*/
.PC #float_icon ,.MOBILE #it242-wrapper #watermark-wrapper {display: none;}

/*=================電腦版=================*/
/*顏色樣式*/
#it242 .purple {color: #a059e8;}
#it242 .red {color: #e42f2f;}
#it242 .red2 {color:#e85959;}
#it242 .pink {color: #f54478;}
#it242 .green {color: #2e6e00;}

/*=======#it242-wrapper置底浮水印按鈕========*/
/*置底浮水印按鈕for PC*/
.PC #it242-wrapper .DOWN_BAR {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/bt_bg.png);
	background-repeat: repeat-x repeat-y;
	z-index: 9999;
	padding: 10px 0;
}
	
.PC #it242-wrapper .BT_AREA{
	width: 490px;/*500*/
	height: auto;
	margin: 0 auto;
}
.PC #it242-wrapper .BT_AREA a.ONE{
	display: block;
	width:320px;
	margin:0 auto;
	height:48px;
}

.PC #it242-wrapper .BT_AREA a{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	width: 220px;
	height: 48px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#b21424;
	background: -moz-linear-gradient(
		top,
		#fb2121 0%,
		#b21424);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fb2121),
		to(#b21424));
	border:1px solid #bf3539;
	-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);
	margin-left: 10px;}

.PC #it242-wrapper .BT_AREA a:hover{
	background-color:#fb2121;
	background: -moz-linear-gradient(
		top,
		#b21424 0%,
		#fb2121);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#b21424),
		to(#fb2121));
}

.PC #it242-wrapper .NEW_BT_F{
	width: 100%;
	height:auto;
	position:fixed;
	bottom:0;
	z-index:1000;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/bt_bg.png);
	background-repeat:repeat;
	padding:5px 0px;
}
	
.PC #it242-wrapper .NEW_BT_F a{
	display:block;
	margin:0 auto;
	width: 300px;
	height: 48px;
	font-size:1.5rem;
	line-height: 48px;
	text-decoration:none;
	position: static;}

.PC #watermark-wrapper{z-index: 50;}

/*置底浮水印按鈕for Mobile*/
.MOBILE #it242-wrapper .DOWN_BAR {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/bt_bg.png);
	background-repeat: repeat-x repeat-y;
	z-index: 9999;
	padding: 10px 0;
}

.MOBILE #it242-wrapper .BT_AREA{
	width: 100%;/*500*/
	height: auto;
	margin: 0 auto;
}
.MOBILE #it242-wrapper .BT_AREA a.ONE{
	display: block;
	width:95%;
	margin:0 auto;
	height:48px;
}

.MOBILE #it242-wrapper .BT_AREA a{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	width: 220px;
	height: 48px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#b21424;
	background: -moz-linear-gradient(
	top,
	#fb2121 0%,
	#b21424);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#fb2121),
	to(#b21424));
	border:1px solid #bf3539;
	-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);
	margin-left: 10px;
}

.MOBILE #it242-wrapper .BT_AREA a:hover{
	background-color:#fb2121;
	background: -moz-linear-gradient(
	top,
	#b21424 0%,
	#fb2121);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#b21424),
	to(#fb2121));
}

.MOBILE #it242-wrapper .NEW_BT_F{
	width:100%;
	height:auto;
	position:fixed;
	bottom:0;
	z-index:1000;
	background-image:url(https://imgs.click108.com.tw/unit001/item00242/images/bt_bg.png);
	background-repeat:repeat;
	padding:5px 0px;
	background-size:15px 15px;}

.MOBILE #it242-wrapper .NEW_BT_F a{
	margin:0 auto;
    width: 90%;
	height: 45px;
	font-size:1.5rem;
	line-height: 45px;
	text-decoration:none;
	position: static;}

/*=================整體框架區塊=================*/
.PC #it242{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	-webkit-box-sizing: border-box;
}

.PC #it242 .frame{
	width: 100%;
	height: auto;
	overflow:hidden;
	margin:0 auto;
}

.PC #it242 .content_top img ,
.PC #it242 .content_foot img{
    display: block;
    width:100%;
    height: auto;
    margin:0 auto;
}

/*=================結果頁框架=================*/
.PC #it242 .content{
	width: 750px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/deco_bg.jpg);
    background-size: 100% auto;
	margin-bottom:20px;
}

.PC #it242 .result_top{
	width:890px;
	height:auto; 
	overflow:hidden;
	margin: 0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/re_title_bg.png);
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
}

.PC #it242 .result_top h1{
	width:890px;
	height: 290px;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/re_title_top.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/*=================輸入頁區塊=================*/
/*輸入頁表頭區塊*/
.PC #it242 .input_frame{
	width:100%;
	height:645px; 
	overflow:hidden;
}

.PC #it242 .input_top{
	width:100%;
	height:auto; 
	overflow:hidden;
margin:0 auto;
}

.PC #it242 .input_top h1{
	width:820px;
	height: 255px;
	margin:0 auto;
	background-image:url(https://imgs.click108.com.tw/unit001/item00242/images/hero_title_input.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
}

/*輸入頁動態區塊*/
.PC #it242 .animation_block{
	width:820px;
	height: 390px;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/hero_input_topbg.png);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.PC #it242 .fatechart{
	width:345px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	margin-top:20px;
}

.PC #it242 .fatechart .ball_box{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.PC #it242 .ball_box img{
	display:block;
	width: 100%;
	height: auto;
}

.PC #it242 .fatechart .ball_box .ball{
	width:140px;
	height: auto;
}

.PC #it242 .fatechart .ball_box .fade-a{
	animation: glow 1.4s infinite ease;
}
.PC #it242 .fatechart .ball_box .fade-b{
	animation: glow 1.4s infinite ease;
}
.PC #it242 .fatechart .ball_box .fade-c{
	animation: glow 1.4s infinite ease;
}
.PC #it242 .fatechart .ball_box .fade-d{
	animation: glow 1.4s infinite ease;
}

@keyframes glow {
	0%,100% {
        filter: brightness(1);
	}
	50% {
        filter: brightness(1.2);
		opacity:0.8;
	}
}



/*輸入頁內容裝飾框架*/
.PC #it242 .input_content{
	width:750px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	background-image:url(https://imgs.click108.com.tw/unit001/item00242/images/deco_bg.jpg);
	background-size:100% auto;
	margin-bottom:20px;
}

/*輸入頁內容區塊*/
.PC #it242 .con_box{ 
	width:670px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.PC #it242 .con_box img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*第一則推廣區塊*/
.PC #it242 .first_box{margin-top:10px;}
.PC #it242 .second_box{
	width:550px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.PC #it242 .promo_block{
	width:95%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.PC #it242 .deco_line{
	border-bottom: 2px solid #f6ebe4;
    width: 100%;
    margin: 24px auto;
}

.PC #it242 .deco_line2{
	border-bottom: 1px solid #ddae58;
    width: 78%;
	margin:0 auto;
	margin-bottom:20px;
}.MOBILE #it242 .deco_line2{
	border-bottom: 1px solid #ddae58;
    width: 100%;
	margin:0 auto;
	margin-bottom:15px;}

/*輸入頁 清單*/
.PC #it242 .norm_case{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #c15a11;
    box-sizing: border-box;
}

.PC #it242 .norm_case .norm_title{
    width: 100%;
    height: 60px;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    margin: 0px auto;
}

.PC #it242 .norm_case .bar1{
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/title_bar.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.PC #it242 .norm_case .bar2{
	background-color: #e6932c;
	border: 1px solid #e6932c;
}

.PC #it242 .norm_case .norm_content{
    width: 95%;
    margin: 20px auto;
    overflow: hidden;
}

.PC #it242 .icon-1{
    background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/icon-1.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 30px auto;
}

.PC #it242 .norm_case .list_title{
	width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.PC #it242 .norm_case .list_title::before{
    content: '';
    display: inline-block;
    width:35px;
    height: auto;
    padding-right:0px;
}

.PC #it242 .norm_case .list_item{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom:15px;
}

.PC #it242 .norm_case .list_item .disc{
    width: 100%;
    list-style: disc;
    list-style-position: outside;
    padding: 0px 0px 0px 30px;
    box-sizing: border-box;
    font-size:1.25rem;
    line-height: 2.3rem;
}

.PC #it242 .norm_case .list_item .marker li::marker{color:#b46127;}

.PC #it242 .norm_case .list_item .sec_item{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.PC #it242 .norm_case .list_item .sec_item li::before{
    content:'∟';
    display: inline-block;
}

/*內文置底列印按鈕*/
.PC #it242 .PRINT_BT{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;}

.PC #it242 .PRINT_BT a{
	display:block;
	width:50%;
	margin:0 auto;
	height:50px;
	font-size: 1.5em;
	color: #fff;
	font-weight:bold;
	text-align:center;
	line-height:47px;
	text-decoration:none;
}

/*=================結果頁區塊=================*/
/*雙欄配圖文字區塊*/
.PC #it242 .two_block_main {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.PC #it242 .two_block_main ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.PC #it242 .two_block_main .item_ph {
	width: 40%;
	height: auto;
}

.PC #it242 .two_block_main .item_ph img {
	display: block;
	width: 85%;
	height: auto;
	margin: 0 auto;
}

.PC #it242 .two_block_main .item_text {
	width: 60%;
}

/*使用者個人資料區塊*/
.PC #it242 .userinfo{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	text-align:center;
	margin-top:5px;
}

.PC #it242 .userinfo .GENDER{ 
	display:inline-block;
	width:30px;
	height:30px;
	margin:0 auto;
	margin-bottom:-8px;
}

.PC #it242 .userinfo .GENDER img{ 
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
}

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

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

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

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

.PC #it242 .mainstars .fatebox{
	width:270px;
	height: 150px;
	border-radius: 15px;
}

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

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

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

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

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

/*協助放置命盤*/
.PC #it242 .fate_chart{
	width:560px;
	height: 400px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fcf4ff;
	border:1px solid #e1b7f1;
	box-sizing: border-box;
}

.PC #it242 .notice_block{
	font-size:1em;
	line-height: 1.6em;
	text-align: center;
	margin:10px 0px;
}

/*裝飾框副標*/
.PC #it242 .deco_frame{
	width:100%;
	height: auto;
	margin:0 auto;
	text-align: center;
	background-color: #fffae5;
	margin-top:10px;
	margin-bottom:10px;
}

.PC #it242 .deco_frame li{
	font-weight:bold;
	padding:5px 0px;
	color:#d12427;
}

.PC #it242 .deco_frame .small_text{
	font-size:1.8rem;
	line-height: 2rem;
}

.PC #it242 .deco_frame .point_text{
	font-size:2rem;
	line-height: 2.2rem;
}

.PC #it242 .deco_frame img{
	display: block;
	width:100%;
	height: auto;
	margin:0 auto;
}

.PC #it242 .ph-icon{
	width: 100%;
	height: auto;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/icon-deco-bg1.png);
	background-position: left 30px center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top:10px;
}

.PC #it242 .ph-icon2{
	width: 100%;
	height: auto;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/icon-deco-bg2.png);
	background-position: left 30px center;
	background-repeat: no-repeat;
	background-size: contain;
}

/*重點文字樣式*/
.PC #it242 .text_tips{
	width:100%;
	height: auto;
	margin-top:20px;
	margin-bottom:5px;
}

.PC #it242 .text_tips p{
	font-size:1.3rem;
	font-weight:bold;
	line-height: 1.7rem;
	text-align: center;
}

/*副標裝飾bar1*/
.PC #it242 .ad_titlebar{
	width:625px;
	height: 45px;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/ph-deco-titlebar.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:10px;
}

.PC #it242 .ad_titlebar p{
	color:#ffffff;
	font-size:1.2rem;
	font-weight: bold;
	line-height: 45px;
	text-indent: 20px;
}

/*副標裝飾bar2*/
.PC #it242 .ad_titlebar2{
	width:625px;
	height: 45px;
	margin:0 auto;
	margin-bottom:10px;
	background-color: #e9f3e6;
	border-radius: 5px;
}

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

/*特殊內容寬*/
.PC #it242 .spe_contentbox{
	width:95%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.MOBILE #it242 .spe_contentbox{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}.MOBILE #it242 .spe_contentbox p{
	padding:0px 5px 0px 15px;
}

.PC #it242 .bar_title{
	width: 100%;
	text-indent: 10px;
    border-left: 5px solid #b46000;
    margin:10px 0 10px 0;
	font-size:1.2rem;
	font-weight: bold;
}

/*財庫三種現象*/
.PC #it242 .situation_block{
	width: 90%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.PC #it242 .situation_block ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.PC #it242 .situation_block li{
	font-size:1.1rem;
	line-height: 1.8rem;
}

.PC #it242 .situation_block .s_box{
	margin-bottom:10px;
}

.PC #it242 .situation_block .s_ph{
	width:10%;
	padding-right:10px;
}

.PC #it242 .situation_block .s_info{
	width:100%;
}

/*曲線圖*/
.PC #it242 .MAP_WRAPPER{
	position: relative;
	margin: 0 auto;
	width: 556px;
	height: 486px;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/energymap/3-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;}

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

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

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

.PC #it242 .MAP_WRAPPER .QMARK2:before{
	content: '?';
	position: absolute;
	top: 148px;
	left: 259px;
	color: #cd0303;
	font-size: 105px;
	font-weight: bold;
	-webkit-text-shadow: 1px 0px 1px #fff,
				 0px 1px 1px #fff,
				 -1px 0px 1px #fff,
				 0px -1px 1px #fff,
				 0px 0px 2px #fff;
	text-shadow: 1px 0px 1px #fff,
				 0px 1px 1px #fff,
				 -1px 0px 1px #fff,
				 0px -1px 1px #fff,
				 0px 0px 2px #fff;}

/*項目符號清單*/
.PC #it242 .list_block{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.PC #it242 .list_b_title{
	width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.PC #it242 .list_b_title::before{
	content: '';
    display: inline-block;
    width: 32px;
    height: auto;
    padding-right: 0px;
}

#it242 .icon-b-1{
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/icon-2.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px auto;
}

.PC #it242 .list_b_item{
	width: 100%;
    height: auto;
    overflow: hidden;
}

.PC #it242 .list_b_item .disc{
	width: 100%;
    list-style: disc;
    list-style-position: outside;
    padding: 0px 0px 0px 27px;
    box-sizing: border-box;
    font-size:1.1rem;
    line-height: 1.8rem;
}

.PC #it242 .list_b_item .marker li::marker{color:#b46127;}
.PC #it242 .list_b_item .marker li{margin-bottom:10px;}


/*控制pq 內文邊界*/
.MOBILE #it242 .pq_RECOM_BOX{width:95%;}
/*控制pq 月曆2*/
.PC #it242 .calendar_block .pq_RECOM_BOX{padding-top:2px;padding-bottom:0px;}
.PC #it242 .calendar_block .pq_CALENDAR2{margin:0px;}

.PC #it242 .calendar_block .prevent_date .TIME{color:#00477d;}

/*結果頁-氣運方位*/
.PC #it242 .re_map{
	position:relative;
	width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}

.PC #it242 .MAP{
	width:100%;
	height:0;
	padding-bottom: 70.625%;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/re_ph_bg03.png);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
}
	
.PC #it242 .MAP_Z{background-image:url(https://imgs.click108.com.tw/unit001/item00242/images/map_x.jpg);}
	
.PC #it242 .MAP .COLOR_BG{
	width:27.5%;
	position:absolute;
	}
	
.PC #it242 .MAP .COLOR{
	width:168px;
	height:106px;
	background-repeat:no-repeat;
	}
	
.PC #it242 .MAP .LUCK_ICON{
	width:35px;
	height:35px;
	position:absolute;
	bottom:5px;
	left:40%;}

.PC #it242 .MAP .BAD_ICON{
	width:35px;
	height:35px;
	position:absolute;
	bottom:8px;
	right: 44%;
}

/*幸運區塊*/
.PC #it242 .fate_suggestion{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.PC #it242 .fate_suggestion .two_block_spe1{
	width:80%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.PC #it242 .two_block_spe1 .spe_ph{
	width:33%;
	height: auto;
}

.PC #it242 .two_block_spe1 .spe_info{
	width:65%;
	height: auto;
	font-size:1.1rem;
	line-height: 1.8rem;
	color:#333333;
}

.PC #it242 .two_block_spe1 .spe_info .spe_in_title{
	font-size:1.3rem;
	font-weight: bold;
	line-height: 1.8rem;
	margin-bottom:5px;
}

.PC #it242 .two_block_spe1 .spe_info .spe_in_text{
	font-size: 1.1rem;
}

.PC #it242 .two_block_spe1 .spe_ph img{
	display: block;
	width:100%;
	height: auto;
	margin:0 auto;
}

/*你的先天財富能量*/
.PC #it242 .talent_block{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	background-color: #fbf1d9;
	margin-top:10px;
	margin-bottom:20px;
	padding:20px;
	box-sizing: border-box;
}

.PC #it242 .user_talent_box{
	width:100%;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
}

.PC #it242 .talent_title{
	width:100%;
	height: 50px;
	line-height: 50px;
	background-color: #a54515;
	font-size: 1.5rem;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
}

.PC #it242 .talent_info{
	width:100%;
	height: auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/ph-pattern01.jpg);
	background-repeat: repeat;
	box-sizing: border-box;
}

.PC #it242 .info_frame{
	width:85%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding:10px 0px;
	box-sizing: border-box;
}

.PC #it242 .talent_item{
	width:145px;
	height: 145px;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/ph-talent-round.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.PC #it242 .talent_info ul{
	height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.PC #it242 .talent_info .i_title{
	font-size:1.2rem;
	line-height: 1.7rem;
	color:#a54515;
	text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff;
}

.PC #it242 .talent_info .i_score{
	font-size:2.2rem;
	font-weight: bold;
	line-height: 2.4rem;
	color:#555555;
	text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff;
}

/*最多出現四大運區塊*/
.PC #it242 .fate_four_block{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.PC #it242 .fate_f_box .fate_f_top{
	width:100%;
	height: 20px;
	}.PC #it242 .fate_f_box .fate_f_top img{
		display: block;
		width:100%;
		height: auto;
	}

.PC #it242 .fate_f_box .fate_f_content{
	width:95%;
	height: auto;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/ph-talent-decobg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.PC #it242 .fate_f_content .fate_detailed{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.PC #it242 .fate_detailed .detailed_top{
	width:90%;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

.PC #it242 .fate_detailed .d_title{
	font-size:1.5rem;
	font-weight: bold;
	line-height: 2rem;
	color: #a54515;
}

.PC #it242 .fate_detailed .d_date{
	font-size:1.1rem;
	line-height: 1.7rem;
	color:#555555;
}

.PC #it242 .fate_detailed .arrow{
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	margin-left: 5px;
	margin-right:5px;
	margin-bottom: 1px;
	border-color: transparent transparent transparent #a54515;
}

/*三大能力區塊*/
.PC #it242 .point_block{
	width:100%;
	height: auto;
	overflow: hidden;
}

.PC #it242 .point_box{
	width:97%;
	height: auto;
	margin:0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top:5px;
	margin-bottom:10px;
}

.PC #it242 .point_box ul{
	width:100%;
	height:auto;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
}

.PC #it242 .point_box ul::after{
	display: inline-block;
    content:'';
    border-right:1px solid #d0b56c;
    width:1px;
    height:35px;
    position: absolute;
    top:75%;
    left: 100%;
    transform: translate(-75%, -100%);
}

.PC #it242 .point_box ul:last-child::after{
	display: none;
}

.PC #it242 .point_box .p_title{
	font-size:1.2rem;
	line-height: 1.7rem;
	color: #a54515;
}

.PC #it242 .point_box .p_score{
	font-size:2.2rem;
	font-weight: bold;
	line-height: 2.4rem;
	color:#555555;
	text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff;
}.PC #it242 .point_box .free_red{color: #e42f2f;}

.PC #it242 .point_box .decrease_icon,
.PC #it242 .point_box .increase_icon{
	display:inline-block;
	width:25px;
	height: 25px;
}

.PC #it242 .point_box .decrease_icon img,
.PC #it242 .point_box .increase_icon img{
	display:block;
	width:100%;
	height: auto;
}

.PC #it242 .point_note{
	width:90%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-bottom:8px;
}

.PC #it242 .point_note p{
	font-size:1.1rem;
	line-height: 1.7rem;
	color:#555555;
}

.PC #it242 .point_box .bad_s{color:#3dc471;}
.PC #it242 .point_box .good_s{color:#ec4c46;}

/*關鍵大運*/
#it242 .border-1{border:1px solid #e1a840;}
#it242 .border-2{border:1px solid #5897dd;}
#it242 .undercolor-1{background-color: #e1a840;}
#it242 .undercolor-2{background-color: #5897dd;}
#it242 .underph-1{
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/pattern01.png);
	background-position: top center;
}

#it242 .underph-2{
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/pattern02.png);
	background-position: top center;
}

.PC #it242 .fate_board{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	margin-top:10px;
}

.PC #it242 .fate_board .board_box{
	width:340px;
	height: auto;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin:0 auto;
}

.PC #it242 .board_box .board-title{
	width:100%;
	height: 45px;
	line-height: 45px;
	font-size: 1.7rem;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
}

.PC #it242 .board_box .board-title::before{
	content:'';
	display: inline-block;
	width:30px;
	height: 30px;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/icon-3.png);
	background-position: top center;
	background-position-y: 5px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-right:5px;
}

.PC #it242 .board_line{
	border-bottom: 1px solid #ddae58;
    width: 100%;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}

.PC #it242 .board_box .board-title::after{
	content:'';
	display: inline-block;
	width:30px;
	height: 30px;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/icon-3.png);
	background-position: top center;
	background-position-y: 5px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-left:5px;
}

.PC #it242 .board_box .board-info{
	width:100%;
	height: auto;
	min-height: 60px;
	font-size:1.6rem;
	color:#333333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.PC #it242 .board_text{
	width:78%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

/*日曆區塊*/
.PC #it242 .calendar_block{
	width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}.MOBILE #it242 .calendar_block{
	width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}

/*結語區塊*/
.PC #it242 .fate_end{
	width:600px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	margin-top:40px;
}

.PC #it242 .fate_end .end_top{
	width:100%;
	height: auto;
}

.PC #it242 .fate_end .end_top img{
	display: block;
	width:90%;
	height: auto;
	margin:0 auto;
}

.PC #it242 .end_box{
	width:600px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	background-color: #fffcf2;
	padding:20px;
	box-sizing: border-box;
}

.PC #it242 .end_ph_item{
	width:100%;
	height: auto;
	margin:0 auto;
}

.PC #it242 .end_ph_item img{
	display: block;
	width:90%;
	height: auto;
	margin:0 auto;
}

.PC #it242 .end_info{
	width:90%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	padding-top: 20px;
	box-sizing: border-box;
}

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

.PC #it242 .end_ph_block img{
	display: block;
	width:58%;
	height: auto;
	margin:0 auto;
}

/*=================免費頁區塊=================*/
/*模糊字按鈕區塊*/
.PC #it242 .fuzzy_frame{
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

/*控制四大運中小字字級*/
.PC #it242 .fuzzy_frame .point_note p{
	font-size:1rem;
	line-height: 1.6rem;
	color:#0088ff;
}

.PC #it242 .free_bt_box{
	width: 50%;
	height: auto;
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.PC #it242 .free_bt_box2{
	width: 80%;
	height: auto;
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, .7);
}

.PC #it242 .free_bt_box p,
.PC #it242 .free_bt_box2 p{
	padding:5px 0px;
	text-align: center;
	text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff;
}

/*免費頁-免費按鈕上方配圖*/
.PC #it242 .fuzzy_frame .free-ph{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

.PC #it242 .fuzzy_frame .free-ph img{
	display: block;
	width:100%;
	height: auto;
	margin:0 auto;
}

/*控制免費頁按鈕區塊上方配圖 按鈕寬度*/
.PC #it242 .free_bt_box2 a{
	width:62%;
	margin:0 auto;
}

/*免費頁圖表*/
.PC #it242 .money_free{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.PC #it242 .money_free p{
	text-align: center;
	font-size:7rem;
	font-weight:bold;
	color:#b21424;
}

/*免費頁-關鍵大運*/
.PC #it242 .free_f_info{
	width:100%;
	height: auto;
	overflow: hidden;
}

.PC #it242 .free_fuzzybox{
	width:50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin:0 auto;
}

.PC #it242 .f_age{
	font-size:2rem;
	font-weight: bold;
	text-align: center;
}

.PC #it242 .free_fuzzybox li{
	width:50%;
}

/*控制月曆*/
.PC #it242 .pq_CALENDAR2 .TIME{
	line-height: 6.3rem;
}

.PC #it242 .fate_block .f_info_free{
	font-size:2rem;
	font-weight: bold;
	text-align: center;
}

/*控制幸運區塊 按鈕寬度*/
.PC #it242 .luckybt_box{
	width:80%;
	margin:0 auto;
}

/*方位圖*/
.PC #it242 .free_mapbox{
	position: absolute;
	width:60%;
	height: 200px;
	margin:0 auto;
	background-color: rgba(172, 93, 46, .98);
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.PC #it242 .free_mapbox p{
	font-size:1.6rem;
	color:#ffffff;
	text-align:center;	
}

/*=================列印頁區塊=================*/
.PC #it242 .print_top{
	width:680px;
	height:200px;
	margin:0 auto;
}

.PC #it242 .print_top img{
	width:100%;
	height: auto;
}

/*列印頁區塊-大圖標題*/
.PC #it242 .print_bg {
	width: 680px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
}

.PC #it242 .print_bg img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.PC #it242 .print_bg .two_block_main{
	margin-top:15px;
}

/*列印頁區塊-內容框架*/
.PC #it242 .print_bg .con_box{
	width: 670px;
	height: auto;
	margin: 0 auto;
}

.PC #it242 .print_bg .situation_block .s_ph{width:12%;}


/*=================手機版=================*/
/*=================整體框架區塊=================*/
.MOBILE #it242{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/bg.jpg);
	background-size: 270% auto;
	background-repeat: no-repeat;
	background-position: top 30px center;
	-webkit-box-sizing: border-box;
	background-color: #e57d00;
	margin-top: 45px;
}

.MOBILE #it242 .frame{
	width: 100%;
	height: auto;
	overflow:hidden;
	margin:0 auto;
}

.MOBILE #it242 .content_top img,
.MOBILE #it242 .content_foot img{
    display: block;
    width:100%;
    height: auto;
    margin:0 auto;
}

/*=================結果頁框架=================*/
.MOBILE #it242 .content{
	width: 750px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/deco_bg.jpg);
    background-size: 100% auto;
}

.MOBILE #it242 .result_top{
	width:100%;
	height:auto; 
	overflow:hidden;
	margin: 0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/re_title_bg.png);
	background-size: 100% auto;
	background-position:center;
	background-repeat: no-repeat;
}

.MOBILE #it242 .result_top h1{
	width:100%;
	height: 0;
	padding-bottom:38.66666666%;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/re_title_top.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top:45px;
}

/*結果頁內容裝飾框架*/
.MOBILE #it242 .content{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	background-image:url(https://imgs.click108.com.tw/unit001/item00242/images/deco_bg.jpg);
	background-size:100% auto;
	margin-bottom:10px;
}

.MOBILE #it242 .content .content_top img,
.MOBILE #it242 .content .content_foot img{
    display: block;
    width:100%;
    height: auto;
    margin:0 auto;
}

/*=================輸入頁=================*/
/*輸入頁表頭區塊*/
.MOBILE #it242 .input_frame{
	width:100%;
	height:auto; 
	overflow:hidden;
    margin:0 auto;
}

.MOBILE #it242 .input_top{
	width:100%;
	height:auto; 
	overflow:hidden;
    margin:0 auto;
}

.MOBILE #it242 .input_top h1{
	width:100%;
	height:0;
	padding-bottom: 31.0975609756098%;
	background-image:url(https://imgs.click108.com.tw/unit001/item00242/images/hero_title_input.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	text-indent:-9999px;
    margin-top:45px;
}

/*輸入頁動態區塊*/
.MOBILE #it242 .animation_block{
	width:100%;
	height: 0;
	padding-bottom: 50%;/*47.5609756097561%;*/
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/hero_input_topbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.MOBILE #it242 .fatechart{
	width:50%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.MOBILE #it242 .fatechart .ball_box{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin-top:10px;
}

.MOBILE #it242 .ball_box img{
	display:block;
	width: 100%;
	height: auto;
}

.MOBILE #it242 .fatechart .ball_box .ball{
	width:20vw;
	height: auto;
}

.MOBILE #it242 .fatechart .ball_box .fade-a{
	animation: glow 1.4s infinite ease;
}
.MOBILE #it242 .fatechart .ball_box .fade-b{
	animation: glow 1.4s infinite ease;
}
.MOBILE #it242 .fatechart .ball_box .fade-c{
	animation: glow 1.4s infinite ease;
}
.MOBILE #it242 .fatechart .ball_box .fade-d{
	animation: glow 1.4s infinite ease;
}

/*輸入頁內容裝飾框架*/
.MOBILE #it242 .input_content{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	background-image:url(https://imgs.click108.com.tw/unit001/item00242/images/deco_bg.jpg);
	background-size:100% auto;
	margin-bottom:10px;
}

/*輸入頁內容區塊*/
.MOBILE #it242 .con_box{ 
	width:90%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.MOBILE #it242 .con_box img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*第一則推廣區塊*/
.MOBILE #it242 .first_box{margin-top:10px;}
.MOBILE #it242 .second_box{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}.MOBILE #it242 .second_box img{
	display:block;
	width:92%;
	height: auto;
	margin:0 auto;
}

.MOBILE #it242 .promo_block{
	width:95%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.MOBILE #it242 .deco_line{
	border-bottom: 2px solid #f6ebe4;
    width: 100%;
    margin: 16px auto;
}

/*輸入頁 清單*/
.MOBILE #it242 .norm_case{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #c15a11;
    box-sizing: border-box;
}

.MOBILE #it242 .norm_case .norm_title{
    width: 100%;
    height: 60px;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    margin: 0px auto;
}

.MOBILE #it242 .norm_case .bar1{
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/title_bar.jpg);
    background-position: top center;
    background-repeat: no-repeat;
	background-size: cover;
}

.MOBILE #it242 .norm_case .bar2{
	background-color: #e6932c;
	border: 1px solid #e6932c;
}

.MOBILE #it242 .norm_case .norm_content{
    width: 95%;
    margin: 20px auto;
    overflow: hidden;
}

.MOBILE #it242 .icon-1{
    background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/icon-1.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 28px auto;
}

.MOBILE #it242 .norm_case .list_title{
	width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.MOBILE #it242 .norm_case .list_title::before{
    content: '';
    display: inline-block;
    width:30px;
    height: auto;
    padding-right:0px;
}

.MOBILE #it242 .norm_case .list_item{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom:15px;
}

.MOBILE #it242 .norm_case .list_item .disc{
    width: 100%;
    list-style: disc;
    list-style-position: outside;
    padding: 0px 0px 0px 30px;
    box-sizing: border-box;
    font-size:1.1rem;
    line-height: 2rem;
}

.MOBILE #it242 .norm_case .list_item .marker li::marker{color:#b46127;}

.MOBILE #it242 .norm_case .list_item .sec_item{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.MOBILE #it242 .norm_case .list_item .sec_item li::before{
    content:'∟';
    display: inline-block;
}

/*=================結果頁區塊=================*/
/*雙欄配圖文字區塊*/
.MOBILE #it242 .two_block_main {
	width: 95%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}

.MOBILE #it242 .two_block_main ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.MOBILE #it242 .two_block_main .item_ph {
	width: 100%;
	height: auto;
}

.MOBILE #it242 .two_block_main .item_ph img {
	display: block;
	width: 65%;
	height: auto;
	margin: 0 auto;
}

.MOBILE #it242 .two_block_main .item_text {
	width: 100%;
}

/*使用者個人資料區塊*/
.MOBILE #it242 .userinfo{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	text-align:center;
	margin-top:5px;
}

.MOBILE #it242 .userinfo .GENDER{ 
	display:inline-block;
	width:30px;
	height:30px;
	margin:0 auto;
	margin-bottom:-8px;
}

.MOBILE #it242 .userinfo .GENDER img{ 
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
}

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

.MOBILE #it242 .mainstars .fatebox{
	width:48%;
	height: auto;
	min-height:105px;
	border-radius: 15px;
	overflow: hidden;
}

.MOBILE #it242 .fate-info{
	display: block;
	height: auto;
	overflow: hidden;
	text-align:center;
}

.MOBILE #it242 .fate-title{
	font-size:1.2rem;
	font-weight:bold;
	line-height: 2.4rem;
	color:#ffffff;
}

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

.MOBILE #it242 .fate-info li:nth-child(2){
	font-size:1.5em;
	font-weight:bold;
	padding-top:5px;
}

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

/*協助放置命盤*/
.MOBILE #it242 .fate_chart{
	width:100%;
	height: 320px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fcf4ff;
	border:1px solid #e1b7f1;
	box-sizing: border-box;
}

.MOBILE #it242 .notice_block{
	font-size:1em;
	line-height: 1.6em;
	text-align: center;
	margin:10px 0px;
}

/*裝飾框副標*/
.MOBILE #it242 .deco_frame{
	width:100%;
	height: auto;
	margin:0 auto;
	text-align: center;
	background-color: #fffae5;
	margin-top:10px;
	margin-bottom:10px;
}

.MOBILE #it242 .deco_frame li{
	font-weight:bold;
	padding:5px 0px;
	color:#d12427;
}

.MOBILE #it242 .deco_frame li:nth-child(1){
	padding-bottom:0px;
}

.MOBILE #it242 .deco_frame .small_text{
	font-size:1.4rem;
	line-height: 1.7rem;
}

.MOBILE #it242 .deco_frame .point_text{
	font-size:1.7rem;
	line-height: 2rem;
}

.MOBILE #it242 .deco_frame img{
	display: block;
	width:100%;
	height: auto;
	margin:0 auto;
}

.MOBILE #it242 .ph-icon{
	width: 100%;
	height: auto;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/icon-deco-bg1.png);
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size:20% auto;
	margin-top:10px;
}

.MOBILE #it242 .ph-icon2{
	width: 100%;
	height: auto;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/icon-deco-bg2.png);
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size:20% auto;
	margin-top:10px;
}

/*重點文字樣式*/
.MOBILE #it242 .text_tips{
	width:100%;
	height: auto;
	margin-top:20px;
	margin-bottom:5px;
}

.MOBILE #it242 .text_tips p{
	font-size:1.2rem;
	font-weight:bold;
	line-height: 1.7rem;
	text-align: center;
}

/*副標裝飾bar1*/
.MOBILE #it242 .ad_titlebar{
	width:625px;
	height: 45px;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/ph-deco-titlebar.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:10px;
}

.MOBILE #it242 .ad_titlebar p{
	color:#ffffff;
	font-size:1.2rem;
	font-weight: bold;
	line-height: 45px;
	text-indent: 20px;
}

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

.MOBILE #it242 .ad_titlebar2 p{
	color:#333333;
	font-size:1.2rem;
	font-weight: bold;
	line-height: 40px;
	text-indent: 15px;
}

.MOBILE #it242 .bar_title{
	width: 100%;
	text-indent: 10px;
    border-left: 5px solid #b46000;
    margin:10px 0 10px 0;
	font-size:1.2rem;
	font-weight: bold;
}

/*財庫三種現象*/
.MOBILE #it242 .situation_block{
	width: 100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.MOBILE #it242 .situation_block ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.MOBILE #it242 .situation_block li{
	font-size:1.1rem;
	line-height: 1.8rem;
}

.MOBILE #it242 .situation_block .s_box{
	margin-bottom:10px;
}

.MOBILE #it242 .situation_block .s_ph{
	width:17%;
	padding-right:10px;
}

.MOBILE #it242 .situation_block .s_info{
	width:100%;
}

/*你的先天財富能量*/
.MOBILE #it242 .talent_block{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	background-color: #fbf1d9;
	margin-top:10px;
	margin-bottom:20px;
	padding:14px 10px;
	box-sizing: border-box;
}

.MOBILE #it242 .user_talent_box{
	width:100%;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
}

.MOBILE #it242 .talent_title{
	width:100%;
	height: auto;
	background-color: #a54515;
	font-size: 5.5vw;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
	padding:5px 0px;
}

.MOBILE #it242 .talent_info{
	width:100%;
	height: auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/ph-pattern01.jpg);
	background-repeat: repeat;
	box-sizing: border-box;
}

.MOBILE #it242 .info_frame{
	width:98%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding:10px 0px;
	box-sizing: border-box;
}

.MOBILE #it242 .talent_item{
	width:100%;
	height: auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/ph-talent-round.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.MOBILE #it242 .talent_info ul{
	width:100%;
	height: 25vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.MOBILE #it242 .talent_info .i_title{
	font-size:4vw;
	color:#a54515;
	text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff;
}

.MOBILE #it242 .talent_info .i_score{
	font-size:8.5vw;
	font-weight: bold;
	color:#555555;
	text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff;
}

/*最多出現四大運區塊*/
.MOBILE #it242 .fate_four_block{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.MOBILE #it242 .fate_f_box .fate_f_top{
	width:100%;
	height: 20px;
	display: none;
	}.PC #it242 .fate_f_box .fate_f_top img{
		display: block;
		width:100%;
		height: auto;
	}

.MOBILE #it242 .fate_f_box .fate_f_content{
	width:100%;
	height: auto;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/ph-talent-decobg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.MOBILE #it242 .fate_f_content .fate_detailed{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	
}

.MOBILE #it242 .fate_detailed .detailed_top{
	width:90%;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

.MOBILE #it242 .fate_detailed ul{
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.MOBILE #it242 .fate_detailed .d_title{
	font-size:5.5vw;
	line-height: 8vw;
	font-weight: bold;
	color: #a54515;
}

.MOBILE #it242 .fate_detailed .d_date{
	font-size:4vw;
	line-height: 6vw;
	color:#555555;
	text-align: center;
}

.MOBILE #it242 .fate_detailed .arrow{
	display: block;
}

/*三大能力區塊*/
.MOBILE #it242 .point_block{
	width:100%;
	height: auto;
	overflow: hidden;
}

.MOBILE #it242 .point_box{
	width:100%;
	height: auto;
	margin:0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom:5px;
}

.MOBILE #it242 .point_box ul{
	width:100%;
	height:auto;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
}

.MOBILE #it242 .point_box ul::after{
	display: inline-block;
    content:'';
    border-right:1px solid #d0b56c;
    width:1px;
    height:35px;
    position: absolute;
    top:75%;
    left: 100%;
    transform: translate(-75%, -100%);
}

.MOBILE #it242 .point_box ul:last-child::after{
	display: none;
}

.MOBILE #it242 .point_box .p_title{
	font-size:4vw;
	line-height: 5.5vw;
	color: #a54515;
}

.MOBILE #it242 .point_box .p_score{
	font-size:8.5vw;
	font-weight: bold;
	color:#555555;
	text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff;
}

.MOBILE #it242 .point_box .decrease_icon,
.MOBILE #it242 .point_box .increase_icon{
	display:inline-block;
	width:25px;
	height: 25px;
}

.MOBILE #it242 .point_box .decrease_icon img,
.MOBILE #it242 .point_box .increase_icon img{
	display:block;
	width:100%;
	height: auto;
}

.MOBILE #it242 .point_note{
	width:90%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

.MOBILE #it242 .point_note::before{
	content: '';
	display: inline-block;
	width:100%;
	height: 1px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:15px;
}

.MOBILE #it242 .point_note p{
	font-size:4.4vw;
	line-height: 6.7vw;
	color:#555555;
}

.MOBILE #it242 .point_box .bad_s{color:#3dc471;}
.MOBILE #it242 .point_box .good_s{color:#ec4c46;}

/*關鍵大運*/
.MOBILE #it242 .fate_board{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	margin-top:10px;
	margin-bottom:10px;
}

.MOBILE #it242 .MAP_WRAPPER{
	position: relative;
	margin: 10px auto 0px auto;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 87.41%;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/energymap/3-1.jpg);
	background-position: center top;
	background-size: 98% auto;
	background-repeat: no-repeat;}

.MOBILE #it242 .ENERGY_MAP{
	width: 90%;
	position: absolute;
	padding-bottom: 68.87%;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/energymap/3-2.jpg);
	background-position: center top;
	background-size: 98% auto;
	background-repeat: no-repeat;
	top: 7%;
	left: 5%;}

.MOBILE #it242 .MAP_WRAPPER ul{
	width: 82%;
	position: absolute;
	top: 67.5%;
	left: 16.5%;}

.MOBILE #it242 .MAP_WRAPPER li{ 
	float: left;
	width: 22%;
	overflow: hidden;
	font-size: 3vw;
	line-height: 5vw;
	color:#cd0303;
	font-weight: normal;
	text-align: center;}

.MOBILE #it242 .MAP_WRAPPER li p{
	font-weight:normal;
	color:#636363;}

.MOBILE #it242 .MAP_WRAPPER .QMARK2:before{
	content: '?';
	position: absolute;
	top: 19%;
	left: 45%;
	color: #cd0303;
	font-size: 28vw;
	font-weight: bold;
	-webkit-text-shadow: 1px 0px 1px #fff,
				 0px 1px 1px #fff,
				 -1px 0px 1px #fff,
				 0px -1px 1px #fff,
				 0px 0px 2px #fff;
	text-shadow: 1px 0px 1px #fff,
				 0px 1px 1px #fff,
				 -1px 0px 1px #fff,
				 0px -1px 1px #fff,
				 0px 0px 2px #fff;}	
/*項目符號清單*/
.MOBILE #it242 .list_block{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.MOBILE #it242 .list_b_title{
	width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.MOBILE #it242 .list_b_title::before{
	content: '';
    display: inline-block;
    width: 32px;
    height: auto;
    padding-right: 0px;
}

.MOBILE #it242 .list_b_item{
	width: 100%;
    height: auto;
    overflow: hidden;
}

.MOBILE #it242 .list_b_item li{margin-bottom:15px;}
.MOBILE #it242 .list_b_item li:last-child{margin-bottom:0px;}

.MOBILE #it242 .list_b_item .disc{
	width: 100%;
    list-style: disc;
    list-style-position: outside;
    padding: 0px 0px 0px 27px;
    box-sizing: border-box;
    font-size:1.1rem;
    line-height: 1.8rem;
}

.MOBILE #it242 .list_b_item .marker li::marker{color:#b46127;}

/*結果頁-流年命盤-開運磁場*/
.MOBILE #it242 .re_map{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top:15px;
	margin-bottom:15px;
}

.MOBILE #it242 .MAP{
	width:100%;
	height:0;
	padding-bottom:70.625%;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(https://imgs.click108.com.tw/unit001/item00242/images/re_ph_bg03.png);
	position:relative;
	margin:0 auto;
	}
	
.MOBILE #it242 .MAP_Z{background-image:url(https://imgs.click108.com.tw/unit001/item00242/images/map_x.jpg);}
	
.MOBILE #it242 .MAP .COLOR_BG{
	width:27.5%;
	position:absolute;
	}
	
.MOBILE #it242 .MAP .COLOR{
	width:100%;
	height:0;
	padding-bottom:61.93181818%;
	background-repeat:no-repeat;
	background-size:cover;
	}
	
.MOBILE #it242 .MAP .LUCK_ICON{
	width:31%;
	height:0;
	padding-bottom:31%;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	bottom:2px;
	left:35%;}

.MOBILE #it242 .MAP .BAD_ICON{
	width:31%;
	height:0;
	padding-bottom:31%;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	bottom:5px;
	right: 36%;
}

/*幸運區塊*/
.MOBILE #it242 .fate_suggestion .two_block_spe1{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.MOBILE #it242 .two_block_spe1 .spe_ph{
	width:100%;
	height: auto;
	margin-bottom:10px;
}

.MOBILE #it242 .two_block_spe1 .spe_info{
	width:100%;
	height: auto;
	font-size:1.1rem;
	line-height: 1.8rem;
	color:#333333;
}

.MOBILE #it242 .two_block_spe1 .spe_info li{margin-bottom:5px;}
.MOBILE #it242 .two_block_spe1 .spe_info li:last-child{margin-bottom:0px;}

.MOBILE #it242 .two_block_spe1 .spe_info .spe_in_title{
	font-size:1.3rem;
	font-weight: bold;
	line-height: 1.8rem;
}

.MOBILE #it242 .two_block_spe1 .spe_info .spe_in_text{
	font-size: 1.1rem;
}

.MOBILE #it242 .two_block_spe1 .spe_ph img{
	display: block;
	width:50%;
	height: auto;
	margin:0 auto;
}

/*關鍵大運*/
.MOBILE #it242 .fate_board{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	margin-top:10px;
}

.MOBILE #it242 .fate_board .board_box{
	width:100%;
	height: auto;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin:0 auto;
}

.MOBILE #it242 .board_box .board-title{
	width:100%;
	height: 45px;
	line-height: 45px;
	font-size: 1.6rem;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
}

.MOBILE #it242 .board_box .board-title::before{
	content:'';
	display: inline-block;
	width:30px;
	height: 30px;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/icon-3.png);
	background-position: top center;
	background-position-y: 5px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-right:5px;
}

.MOBILE #it242 .board_line{
	border-bottom: 1px solid #ddae58;
    width: 100%;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
}

.MOBILE #it242 .board_box .board-title::after{
	content:'';
	display: inline-block;
	width:30px;
	height: 30px;
	background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/icon-3.png);
	background-position: top center;
	background-position-y: 5px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-left:5px;
}

.MOBILE #it242 .board_box .board-info{
	width:100%;
	height: auto;
	min-height: 50px;
	font-size:1.5rem;
	color:#333333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.MOBILE #it242 .board_text{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

/*結語區塊*/
.MOBILE #it242 .fate_end{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	margin-top:40px;
}

.MOBILE #it242 .fate_end .end_top{
	width:100%;
	height: auto;
}

.MOBILE #it242 .fate_end .end_top img{
	display: block;
	width:90%;
	height: auto;
	margin:0 auto;
}

.MOBILE #it242 .end_box{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	background-color: #fffcf2;
	padding:15px;
	box-sizing: border-box;
}

.MOBILE #it242 .end_ph_item{
	width:100%;
	height: auto;
	margin:0 auto;
}

.MOBILE #it242 .end_ph_item img{
	display: block;
	width:100%;
	height: auto;
	margin:0 auto;
}

.MOBILE #it242 .end_info{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	padding-top: 10px;
	box-sizing: border-box;
}

.MOBILE #it242 .mb_none{
	display:none;
}

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

.MOBILE #it242 .end_ph_block img{
	display: block;
	width:80%;
	height: auto;
	margin:0 auto;
}

.MOBILE #it242 .end_ph_block .pq_e_BT{width:80%;}
.MOBILE #it242 .end_ph_block .pq_e_BT a{
	font-size:1.5rem;
}

/*=================免費頁區塊=================*/
/*模糊字按鈕區塊*/
.MOBILE #it242 .fuzzy_frame{
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.MOBILE #it242 .free_bt_box{
	width: 90%;
	height: auto;
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.MOBILE #it242 .free_bt_box2{
	width: 100%;
	height: auto;
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, .7);
}

.MOBILE #it242 .free_bt_box p,
.MOBILE #it242 .free_bt_box2 p{
	padding:5px 0px;
	text-align: center;
	text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff;
}

/*免費頁-免費按鈕上方配圖*/
.MOBILE #it242 .fuzzy_frame .free-ph{
	width:90%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

.MOBILE #it242 .fuzzy_frame .free-ph img{
	display: block;
	width:100%;
	height: auto;
	margin:0 auto;
}

/*控制免費頁按鈕區塊上方配圖 按鈕寬度*/
.MOBILE #it242 .free_bt_box2 a{
	width:90%;
	margin:0 auto;
}

/*控制四大運中小字字級*/
.MOBILE #it242 .fuzzy_frame .point_note p{
	font-size:1rem;
	line-height: 1.6rem;
	color:#0088ff;
}

/*控制免費頁模糊區塊項目符號問題*/
.MOBILE #it242 .fuzzy_frame li{
	width:100%;
	float:left;
	box-sizing: border-box;
}

.MOBILE #it242 .fuzzy_frame li > svg{
	width:100%;
	float: left;
}

/*免費頁圖表*/
.MOBILE #it242 .money_free{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.MOBILE #it242 .money_free p{
	text-align: center;
	font-size:6.5rem;
	font-weight:bold;
	color:#b21424;
}

/*免費頁關鍵大運*/
.MOBILE #it242 .free_f_info{
	width:100%;
	height: auto;
	overflow: hidden;
}

.MOBILE #it242 .free_fuzzybox{
	width:50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin:0 auto;
}

.MOBILE #it242 .f_age{
	font-size:2rem;
	font-weight: bold;
	text-align: center;
}

.MOBILE #it242 .free_fuzzybox li{
	width:50%;
}

/*控制月曆*/
.MOBILE #it242 .pq_CALENDAR2 .TIME{
	line-height: 6.3rem;
}

.MOBILE #it242 .fate_block .f_info_free{
	font-size:2rem;
	font-weight: bold;
	text-align: center;
}

/*控制幸運區塊 按鈕寬度*/
.MOBILE #it242 .luckybt_box{
	width:80%;
	margin:0 auto;
}

/*方位圖*/
.MOBILE #it242 .free_mapbox{
	position: absolute;
	width:70%;
	height: 100px;
	margin:0 auto;
	background-color: rgba(172, 93, 46, .98);
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.MOBILE #it242 .free_mapbox p{
	font-size:1.2rem;
	color:#ffffff;
	text-align:center;	
}

/*=========================防止iPADmini沒有背景================*/
@media (max-width: 768px){
    .PC #it242{
        width: 100%;
        height: auto;
        overflow: hidden;
        background-image: url(https://imgs.click108.com.tw/unit001/item00242/images/bg.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-attachment: initial;
        background-color: #e57d00;
    }
}
/*=========================防止iPADmini沒有背景================*/

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	.MOBILE #it242 .two_block_main .item_ph{
		display: block;
		width:60%;
		height: auto;
		margin:0 auto;
	}

	.MOBILE #it242 .situation_block .s_ph{width:10%;}
	.MOBILE #it242 .talent_block{padding:20px;}
	.MOBILE #it242 .user_talent_box .talent_title{
		font-size:3.5vw;
		padding:10px 0px;
	}
	.MOBILE #it242 .fate_f_box .fate_f_content{padding:10px 0px;}
	.MOBILE #it242 .user_talent_box .talent_item{background-size: 90% auto;}
	.MOBILE #it242 .user_talent_box .talent_item ul{height: 23.5vw;}
	.MOBILE #it242 .user_talent_box .i_title{font-size:3vw;}
	.MOBILE #it242 .user_talent_box .i_score{font-size:6vw;}
	.MOBILE #it242 .detailed_top .d_title{
		font-size:3.5vw;
		line-height: 5vw;
	}
	.MOBILE #it242 .detailed_top .d_date{
		font-size:3vw;
		line-height: 4.5vw;
	}

	.MOBILE #it242 .point_block .increase_icon,
	.MOBILE #it242 .point_block .decrease_icon{
		width:35px;
		height: auto;
	}
	.MOBILE #it242 .point_block .p_title{
		font-size:3vw;
		line-height: 4vw;
	}

	.MOBILE #it242 .point_block .p_score{font-size:6vw;}
	.MOBILE #it242 .point_block .point_note p{
		font-size:3vw;
		line-height: 4.6vw;
	}

	.MOBILE #it242 .fate_suggestion .spe_ph{
		width:60%;
		height: auto;
	}

	.MOBILE #it242 .free_mapbox{
		width:80%;
		height: 40vw;
		margin:0 auto;
	}

	.MOBILE #it242 .free_mapbox p{font-size:3.2vw;}
}

/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.MOBILE #it242 .fuzzy_frame .ipad_1{
		width:90%;
		height: 40vw;
	}	
}