﻿body {
	background-image:url('images/ba.jpg');
	background-size: cover;
	background-position: center;
	text-align:center;
	
}

div {
	width:98%;
	margin:20px auto;
	vertical-align:middle;  /*圖片垂直致中*/
	text-align:center;			/*水平置中*/
}

.title {
	font-size:30px;
	padding:15px auto;
	margin:20px auto;
}

.font-style {
	font-size:30px;
}
.input-style1 {
	width:200px;
	font-size:30px;
}

.input-button {
	padding:10px 25px;
	font-size:20px;
	margin:20px 10px;
}


/*首頁按鈕開始*/
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	//display: inline;
	vertical-align:middle;
	//margin:15px;
	margin:auto 15px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	//font: 30px/100% 微軟正黑體;
	//padding:50px 100px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .6em; /*圓角*/
	-moz-border-radius: .6em;
	border-radius: .6em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	//word-break:keep-all;	/*不換行*/
	
}

.button-s,.button-m {
	font-weight:bolder;
	letter-spacing:5px;
	font:30px/100% 微軟正黑體;
}

.button-s {
	padding:15px 30px;
	margin:20px 5px 0;	/*外距*/
}

.button-m {
	padding:30px 60px;
	margin:20px 5px 0;	/*外距*/
}


/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #b4148c;
	background: #e27746;
	background: -webkit-gradient(linear, left top, left bottom, from(#db6fd2), to(#c4208d));
	background: -moz-linear-gradient(top,  #db6fd2,  #c4208d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#db6fd2', endColorstr='#c4208d');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#bb5db3), to(#b61a82));
	background: -moz-linear-gradient(top,  #bb5db3,  #b61a82);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb5db3', endColorstr='#b61a82');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#c4208d), to(#db6fd2));
	background: -moz-linear-gradient(top,  #c4208d,  #db6fd2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4208d', endColorstr='#db6fd2');
}


/*首頁按鈕結束*/
