@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html {
	font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/
	
}

body {
	font-family:"微軟正黑體";
}

#main {
	width:800px;
	position:relative;
	margin:auto;
}

#head {
	background-color:#ffdeb3;
	text-align:center;
	font-size:30px;
	font-weight:bolder;
	color:#6d4311;
	height:70px;
	line-height:70px;
}

#body {
	background-image:url(images/bg.png);
	height:480px;
	background-position:right top;
}


#content {
	position:relative;
	top:50px;
	background: rgba(100%,100%,100%,0.6);
	height:400px;
	font-size:30px;
	font-weight:bold;
}

#copyright {
	font-size:15px;
	font-weight:bold;
	text-align:right;
	padding-right:20px;
	position:absolute;
	width:100%;
	bottom:5px;
	text-shadow:1px 1px 2px #FFF;
}

.button {
	padding: 2px 5px 2px 15px;
	margin-left:auto;
	margin-right:auto;
	height:50px;
	white-space:nowrap;
	font-family:微軟正黑體;
	border:#8b6635 1px solid;
	border-radius:20px;
	text-align:center;
	line-height:50px;
	background-color:#a97a46;
	color:#fef1e9;
	/*display:none;*/
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome and Opera */
	box-shadow:3px 3px 15px #000000;
}
.button:hover {
	background-color:#9AF;
}

#total {
	/*border:#F00 1px solid;*/
	width:260px;
	height:120px;
	line-height:50px;
	position:absolute;
	top:30px;
	left:30px;
	font-size:35px;
}
.total_cup {
	background-color:#ffdeb1;
	font-size:45px;
	color:#ac6e1b;
	padding:5px 10px 5px 10px;
}

#total_area {
	/*border:#F00 1px solid;*/
	width:250px;
	height:120px;
	position:absolute;
	bottom:50px;
	left:30px;
	font-size:35px;
}
.total_area {
	background-color:#ffdeb1;
	font-size:30px;
	color:#ac6e1b;
	padding:5px 10px 5px 10px;
}

#soy_milk {
	/*border:#F00 1px solid;*/
	background-image:url(images/soy_milk.png);
	width:140px;
	height:325px;
	position:absolute;
	top:50px;
	left:290px;
}

#me {
	/*border:#F00 1px solid;*/
	padding-left:20px;
	padding-top:10px;
	width:357px;
	height:188px;
	background-image:url(images/talk.png);
	position:absolute;
	top:20px;
	right:13px;
	line-height:38px;
	font-size:25px;
	text-align:center;
}

#message {
	background-image:url(images/border_L.png);
	background-repeat: no-repeat;
	background-position:left top;
	/*border:#F00 1px solid;*/
	width:320px;
	height:175px;
	position:absolute;
	bottom:20px;
	right:30px;
}
.message2 {
	padding-top:15px;
	width:100%;
	height:175px;
	background-image:url(images/border_R.png);
	background-repeat: no-repeat;
	background-position:right top;
	line-height:45px;
	font-size:20px;
	text-align:center;
}
.message2 a,.message2 a:visited{
	color:#000;
	text-decoration:none;
}
.message2 a:hover {
	color:#09F;
	text-decoration:none;
}

#fb1 {
	position:absolute;
	top:20px;
	right:10px;
}

#fb2 {
	position:absolute;
	bottom:0px;
	left:10px;
}

#drink_bar {
	position:absolute;
	top:60px;
	width:100%;
	text-align:center;
	font-size:30px;
}

#drink {
	cursor:pointer;
}
#login_first {
	background-color:#AAA;
	border:#999 1px solid;
}
#delay {
	background-color:#AAA;
	border:#999 1px solid;
}

.start_date {
	font-size:20px;
	line-height:20px;
}