@charset "UTF-8";
/* CSS Document */
#sec1 .result_wrap {
	margin: 0 auto 40px;
	width: 886px;
}
#result th {
	padding: 15px 20px;
	text-align: left;
	font-size: 1.071em;
}
#result th.icon01 {
	background: url(../images/public/status_icon01.gif) no-repeat 20px center #FAF8F6;
	padding-left: 80px;
}
#result th.icon02 {
	background: url(../images/public/status_icon02.gif) no-repeat 20px center #FAF8F6;
	padding-left: 80px;
}
#result th.icon03 {
	background: url(../images/public/status_icon03.gif) no-repeat 20px center #FAF8F6;
	padding-left: 80px;
}
#result th.status {
	background: #FF9B00;
	color: #fff;
	text-align: center;
	font-size: 1.66em;
	border-bottom: none;
}
#result td {
	padding: 15px 20px;
}
#result td a {
	text-decoration: underline;
}
#demand_content {
	padding: 0;
	border-left: none;
	border-bottom: none;
	width: 100%;
}
#demand_content th {
	border-left: none;
	background: #EDF5FE;
}
#demand_content td {
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
}
.inner01 {
/* 	margin-bottom: 15px; */
	overflow: hidden;
}
.inner01 section {
/* 	float: left; */
/* 	width: 420px; */
}
.inner01 section h4 {
	font-size: 1.214em;
	margin: 10px 0 20px;
	font-weight: bold;
}
#result .btn {
	position: relative;
	display: block;
	background: url(../images/public/arrow2.gif) no-repeat 315px center #67ba65;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fff;
	margin: 0 auto 10px;
	line-height: 40px;
	letter-spacing: 0.1em;
	width: 350px;
	height: 40px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 3px 3px 0 #ccc;
	font-size: 1.143em;
	text-align: center;
}
#result .btn a {
	color: #fff;
	display: block;
	text-decoration: none;
	width: 100%;
}
#result .btn:active {
	top: 3px;
	box-shadow: none;
}
.inner02 dl {
	float: left;
	width: 380px;
}
.inner02 dl dt {
	margin: 10px 0;
	font-weight: bold;
/* 	float: left; */
}
.inner02 dl dd {
	margin: 10px 0;
	word-break: break-all;
/* 	margin-left: 12em; */
}
.inner02 .fr {
	float: right;
/* 	width: 200px; */
}
hr {
	display: block;
	border-top: 1px dotted #ccc;
}
#result .demand_history {
/* 	border-bottom: 1px dotted #666; */
/* 	margin: 10px auto; */
/* 	width: 380px; */
}
#result .demand_history td {
	border-left: none;
/* 	border-bottom: 1px dotted #666; */
	border-bottom: none;
	text-align: left;
	font-size: 1em;
	padding: 0 5px;
}
#result .demand_history tr:last-child td {
	border-bottom: none;
	text-align: left;
	font-size: 1em;
}
#result .demand_history tr:last-child hr {
	display: none;
}
#result .demand_detail_nomap {
	border-top: 1px dotted #666;
	margin: 10px auto;
	width: 814px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
#result .demand_detail_nomap th {
	border-left: none;
	border-bottom: 1px dotted #666;
	background: #EDF5FE;
	padding: 15px 30px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	width: 200px;
}
#result .demand_detail_nomap td {
	border-left: none;
	border-bottom: 1px dotted #666;
	padding: 15px 30px;
	text-align: left;
	font-size: 1em;
}
#result .demand_detail {
	border-top: 1px dotted #666;
	margin: 10px auto;
/* 	width: 814px; */
	width: 450px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
#result .demand_detail th {
	border-left: none;
	border-bottom: 1px dotted #666;
	background: #EDF5FE;
	padding: 15px 30px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	width: 80px;
}
#result .demand_detail td {
	border-left: none;
	border-bottom: 1px dotted #666;
	padding: 15px 30px;
	text-align: left;
	font-size: 1em;
}
.inner01 div#overlay{
	position: absolute;
	width: 380px;
	height: 380px;
	display: none;
	border: 1px solid Gray;
}

.inner01 div#overlay div{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.inner01 div#overlay .filter{
	background-color: #000000;
	filter:alpha(opacity=40);
	opacity: 0.4;
}

.inner01 div#overlay p{
	color: white;
	font-size: xx-large;
	line-height: 380px;
	text-align: center;
	margin: 0;
	padding-top: 100px;
}
.inner03 div#overlay{
	position: absolute;
	width: 380px;
	height: 380px;
	display: none;
	border: 1px solid Gray;
}

.inner03 div#overlay div{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.inner03 div#overlay .filter{
	background-color: #000000;
	filter:alpha(opacity=40);
	opacity: 0.4;
}

.inner03 div#overlay p{
	color: white;
	font-size: xx-large;
	line-height: 380px;
	text-align: center;
	margin: 0;
	padding-top: 100px;
}
