@charset "utf-8";
/* CSS Document */
body {
	font-family: arial,"標楷體";
	font-size: 24px;
}
.row{
	display:inline-block;
	font-family: arial,"標楷體";
	font-size: 24px;
}
.text-24{
	font-family: arial,"標楷體";
	font-size:24px;
}
.border{
	border: 1px solid;
}
.border-color1{
	border: 4px solid orange;
}
.border-color2{
	border: 4px solid darkviolet;
}
.border-style1{

}
.center{
	margin: 0 auto;
	width: 80%;
}
.m_r10{
	margin-right:10px
}
.text_left{
	text-align: left;
}
.m_5{
	margin: 5px;
}
.text_B_24{
    font-size: 24px;
    font-family: arial,"標楷體";
    font-weight: bold;
}


/* Table style */
.table-style1 thead th {
background-color: rgb(81, 130, 187);
color: #fff;
border-bottom-width: 0;
}

.table-style1 td {
	color: #000;
    border: 1px solid #CCC;
}

.table-style1 tr, .table-style1 th {
border-width: 1px;
border-style: solid;
border-color: rgb(81, 130, 187);
}

.table-style1 td, .table-style1 th {
padding: 5px 10px;
font-size: 20px;
font-family: Verdana;

}

.btn {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color: #5182BB;
}
.btn:active {
	position:relative;
	top:1px;
}
.gray{
	background-color:gray;
}
.star{
	position:absolute;
	width:30px;
	height:30px;
	background-size:100% 100%;
	background: url(/pic/star2.png) no-repeat;'
}
.pick{
	display:none;
	margin:70px 0 0 60px;
	position:absolute;
	width:80px;
	height:80px;
	background-size:220% 220%;
	background: url(/ma/pic/pick.png) no-repeat;'
}
.pick.active{
	display:block;
}
.pick_line{
	width: 107px;
    height: 6px;
    background: red;
    top: 119px;
    position: relative;
}