@charset "utf-8";

ul, ol, dl {
	padding: 0;
	margin: 0;
}

.width90 {
	width: 70% !important;
}

.width10 {
	width: 30% !important;
	padding-left: 5px;
}

.container {
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 5%;
	padding-left: 5%;
}

.content {
	padding-top: 10px !important;
	padding-bottom: 40px !important;
	margin-right: 0;
	background-image: url(../images/detail_bg.png?t=20150420);
}

.container .content section {
	margin-top: 50px;
	margin-bottom: 70px;
}

.container .content section h2 {
	color: #0024FF;
	margin-bottom: 0;
}

.coommonform {
	border:0;
	padding:10px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#000000;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:80%;
	text-align: center;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#image-btn {
	margin-bottom: 40px !important;
	border: 0px !important;
	width: 265px;
	height: 60px;
	background: url(../images/btn_submit.png?t=20150728) left top no-repeat;
	background-size:265px 60px;
}

.container .content h3 {
	text-shadow: 1px 1px #C0BFBF;
	color: #434343;
	margin-bottom: 5px !important;
}

table {
	width: auto;
	border-spacing: 0;
	font-size: 14px;
	text-align: center;
}

table th {
	color: #000;
	padding: 8px 15px;
	background: #eee;
	background:-moz-linear-gradient(#eee, #ddd 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
	font-weight: bold;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	line-height: 120%;
	text-align: center;
	text-shadow:0 -1px 0 rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

table th:first-child {
	border-left:1px solid #aaa;
	border-radius: 5px 0 0 0;	
}

table th:last-child {
	border-radius:0 5px 0 0;
	border-right:1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table tr td {
	padding: 8px 15px;
	text-align: center;
}

table tr td:first-child {
	border-left: 1px solid #aaa;
}

table tr td:last-child {
	border-right: 1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table tr {
	background: #fff;
}

table tr:nth-child(2n+1) {
	background: #f5f5f5;
}

table tr:last-child td {
	border-bottom:1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
input.btn_submit {
	margin-bottom: 40px !important;
	border: 0px !important;
	width: 265px;
	height: 60px;
	background: url(../images/btn_submit.png?t=20150728) left top no-repeat;
	background-size:265px 60px;
}
