@charset "UTF-8";

table.table_reissue {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	background: #FFF;
}
table.table_reissue th {
	width: 189px;
	background: #0789ef;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #bebfaf;
	box-shadow: 0 0 0 1px #cee4ff inset;
}
table.table_reissue td {
	width: 603px;
	padding: 10px;
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #bebfaf;
}

div.form_btn_group input {
	border: none;
	background: none;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

input.note_btn{
	padding:10px 35px;
}

div.form_btn_group{
	text-align:center;
	margin:20px 0px;
}

div.form_btn_group{
	text-align: center;
	margin: 40px auto;
	height: 60px;
	width: 480px;
	font-family: Arial;
	background: #ff5050;
	background: -moz-linear-gradient(top,  #ff5050 0%, #fe1515 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5050), color-stop(100%,#fe1515)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff5050 0%,#fe1515 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff5050 0%,#fe1515 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff5050 0%,#fe1515 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff5050 0%,#fe1515 100%); /* W3C */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

div.form_btn_group_left{
	text-align: center;
	margin: 40px auto;
	height: 60px;
	width: 280px;
	font-family: Arial;
	background: #ff5050;
	background: -moz-linear-gradient(top,  #ff5050 0%, #fe1515 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5050), color-stop(100%,#fe1515)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff5050 0%,#fe1515 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff5050 0%,#fe1515 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff5050 0%,#fe1515 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff5050 0%,#fe1515 100%); /* W3C */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	float: left;
	margin-left: 80px;
}

div.form_btn_group_right{
	text-align: center;
	margin: 40px auto;
	height: 60px;
	width: 280px;
	font-family: Arial;
	background: #ff5050;
	background: -moz-linear-gradient(top,  #ff5050 0%, #fe1515 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5050), color-stop(100%,#fe1515)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff5050 0%,#fe1515 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff5050 0%,#fe1515 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff5050 0%,#fe1515 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff5050 0%,#fe1515 100%); /* W3C */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	float: right;
	margin-right: 80px;
}

div.form_btn_group input {
	border: none;
	background: none;
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	width: 480px;
	cursor: pointer;
}

div.form_btn_group_left input, div.form_btn_group_right input {
	border: none;
	background: none;
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	width: 280px;
	cursor: pointer;
}

.reissue_info {
	font-size: 12px;
	line-height: 1.2em;
	margin: 5px 5px 5px 5px
}
.back_anchor {
	text-align: right;
}
