﻿/* 錨點選單how */
#note_menu {
	font-size:15px;
	font-weight:bold;
	color:#ffd900;
	text-align: center;
	padding:20 0 30 0px;
}
#note_menu td {
	font-size:15px;
	font-weight:bold;
	color:#ffd900;
	text-align: center;
}
#note_menu td a {
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
}
#note_menu td a:hover {
	color:#ffd900;
	text-decoration:underline;
	text-align: center;
}
/* note廣告 */

#note {
	padding:5px 10 50px 10px;
	font-size:15px;
	line-height:1.45em;
}
#note p{font-size: 1.2rem;margin: 0.5rem 0;line-height: 2rem;}
#note .title {
	color:#802352;
	font-size:28px;
	line-height:1.5em;
	font-weight:bold;
}
#note .subtitle {
	color:#bf3b7e;
	font-size:1.5rem;
	line-height:1.5em;
	font-weight:bold;
}
#note .bg {
	background-color:#e7eef7;
	padding:8px;
	font-size:1.1rem;
	line-height:1.45em;
}
.note-13 {
	font-size:13px;
	line-height:1.45em;
	color:#666;
}
.note-a a {
	font-size:13px;
	line-height:1.45em;
	color:#000;
}
.note-a a:hover {
	color:#3096c7;
	text-decoration: none;
	position: relative;
	left: 2px;
	top: 2px;
}
.championNote img{position: relative;max-width: 70%;box-shadow: 0px 0px 8px rgb(70, 70, 70);border: 3px solid white;margin: 0.5rem auto;}
@media (min-width: 1024px) {
	.championNote img{border: 8px solid white;max-width: 20%;}
.championNote img:nth-child(1){left: 16rem;transform: rotate(5deg);z-index: 3;}
.championNote img:nth-child(2){left: 3rem;transform: rotate(-5deg);z-index: 4;}
.championNote img:nth-child(3){left: -10rem;transform: rotate(5deg);z-index: 3;}
.championNote{padding: 1.5rem 0;}
}