@charset "utf-8";
/* CSS Document */

#request {
	text-align: center;
	font-size: 1.1em;
}

a#request {
	display: block;
	max-width: 468px;
	margin: 0 auto;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
	border: #39f solid 3px;
	border-radius: 10px;
	padding: 15px 0px;
	background: #2929e2;
	background: linear-gradient(to bottom, #2929e2, #09098c);
	color: #fff;
}

a#request:hover {
	opacity: .8;
}

#entry {
	text-align: center;
}

a#entry {
	display: block;
	max-width: 468px;
	margin: 0 auto;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	line-height: 50px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
a#entry:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
a#entry:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
.table_detail tr td img {
	max-width: 100%;
}