* {
	font-family: "Helvetica", "Arial","LiHei Pro","微軟正黑體", sans-serif;
}
body{
	background-image: url("https://98goto.com/arc/images/WallpaperBigImg_27.jpg");
	background-attachment: fixed;
}
#id{
	width: 100%;
}
#p_div{
	padding: 20px;
}
#fb_div{
    background-color: cornflowerblue;
    padding: 20px;
}
#copyright{
    text-align: right;
}
th , td{
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}
#example tfoot , #spy_table tfoot {
	display: table-header-group;
}
#example tfoot tr th input , #spy_table tfoot tr th input {
	width:100%;
}
.red{
	color: red;
}
.gray{
	color: gray;
}

h1 {
	background-color: #c7c7c7;
}

#header {
	padding: 10px;
	border: double 4px;
	border-radius: 10px;
}
#header div{
	float: left;
	position: relative;
}

#header a {
	padding: 5px;
	border: solid 1px;
	margin: 5px;
	text-decoration: none;
	border-radius: 10px;
	color: #0120ff;
	background-color: #f1e50f;
    line-height: 36px;
}

.div_bkc{
    background-color: #c7c7c7;
}

.box{	
	margin: 10px 5px 10px 5px;
	padding: 10px;
	border-radius: 10px;
	font-size: 22px;
	word-break: break-all;
}

.new {
	width: 40px;
	position: absolute;
	pointer-events: none;
	margin: 0px;
	left: -8px;
}

/* price_table css */
	.price_table{
		width: 100%;
	}
	.price_table input{
		width: 50px;
	}
	.price_table tr td , .price_table tr th{
		padding: 5px;
		text-align: center;
	}
	.price_table tr th{
		border-bottom: solid 2px #000;
	}
	.price_table tr:nth-child(even) td , .price_table tr:nth-child(even) th {background-color: #CCC;}
	.price_table tr:nth-child(odd) td , .price_table tr:nth-child(odd) th {background-color: #FFF;}

/* bs */
	.ta-c{
		text-align: center;
	}