﻿* {  font-family:"微軟正黑體",'Arial'; font-size:16px; line-height:150%; }
body { background-color:#FFFFFF; margin:0px; padding:0px; }

.main_page {
	/* width:860px; */
	margin: auto;
}

.header {
	width:100%;
	background-color:#fff;
	text-align:center;
	margin-top:20px;
}

.header img {
	width:900px;
	cursor:pointer;	
}

.content {
	padding-top:20px;
	padding-bottom:20px;
}

.footer {
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	background-color: #555;
	color: #FFF;
}

form { margin:0px; padding:0px; }

a { /*font-size: 12px;*/ text-decoration:none; color:#0066cc;}
a:hover {color:#cc0000;}

.red { color:#F00; }

.bg_title { background-color:#999999; color:#FFF; font-weight:bold; text-align:center; padding:10px 0px; font-size:20px; text-shadow: 0 0 20px black; }

.bg_white { background-color:#FFF; }
.bg_blue { background-color:#EFFFFF; }
.bg_red { background-color:#FFEEEE; }
.bg_green { background-color:#EEFFEE; }
.bg_yellow{ background-color:#FFFFCC; }

.div_main {
	box-sizing: border-box;
	width:900px; padding:20px 40px; margin:auto; background-color:#FEFEFE;
	/* border:#900 solid 2px;
	border-radius: 20px; */
	border-radius: 5px;
	border:#c0c0c0 solid 1px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.div_showname { text-align:center; font-size:22px; font-weight:bold; margin:10px; }
.div_title { text-align:center; font-size:22px; margin:10px; }
.div_area { margin:10px 0px; }
.div_login { width:450px; padding:10px; margin:auto; border:#7ba5e4 double 3px; background-color:rgb(245, 249, 252); text-align:center; border-radius: 8px; }

.div_readme{
	position:relative; 
	margin:auto; 
	width:100%; 
	height:280px; 
	z-index:1; 
	border:#647392 dashed 2px;
	border-radius: 5px;
	overflow-y: scroll; 
	overflow-x:hidden;
	padding:10px;
	box-sizing: border-box;
}

.css_btn_class {
	cursor:pointer;
	font-size:16px;
	font-family:"微軟正黑體",Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background-color:#1e62d0;
}.css_btn_class:active {
	position:relative;
	top:1px;
}

input[type="checkbox"],
input[type="radio"] {
	transform: scale(1.5); /* 放大 1.5 倍 */
	margin: 5px;
}

input[type="text"],
input[type="password"],
select {
	margin: 2px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
	border: 1px solid #66afe9;
	outline: none;
}