.modal{
	display:none;
}
.modalBody{
	position: fixed;
	z-index:1000;
	background: #FFF;
	width: 724px;
	height: 380px;
	left:50%;
	top:50%;
}
.modalBody2{
	position: fixed;
	z-index:1000;
	background: #FFF;
	width: 780px;
	height: auto;
	left:50%;
	top:15%;
}
.modalBody .inner {
	padding: 20px;
}
.modalBody2 .inner {
	padding: 30px 45px 20px 45px;
}
.resultsFull {
	width: 360px;
	float: left;
}
.resultsFull p.resuitsSummary {
	padding-top: 7px;
	font-size: 85%;
	color: #333;
}
.resultsFull p.resuitsSummary span {
	font-size: 77%;
	color: #999;
}
.materialBook {
	width: 178px;
	float: left;
}
.resultsLink {
	width: 280px;
	float: right;
}
.resultsLink li.productLink a {
	display: block;
	height: 60px;
	width: 280px;
	border: #4862A3 solid 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-indent: -9999px;
}
.resultsLink li.linkFores a {
	background: #FFF url(../images/product-link01.png) no-repeat center center;
}
.resultsLink li.linkKyogi a {
	background: #FFF url(../images/product-link02.png) no-repeat center center;
}
.resultsLink li.linkKomon a {
	background: #FFF url(../images/product-link03.png) no-repeat center center;
}
.resultsLink li.linkKomore a {
	background: #FFF url(../images/product-link04.png) no-repeat center center;
}
.resultsLink li.linkYuragi a {
	background: #FFF url(../images/product-link05.png) no-repeat center center;
}
.resultsLink li.linkFuga a {
	background: #FFF url(../images/product-link06.png) no-repeat center center;
}
.resultsLink li.linkInishie a {
	background: #FFF url(../images/product-link07.png) no-repeat center center;
}
.resultsLink li.linkMisu a {
	background: #FFF url(../images/product-link08.png) no-repeat center center;
}
.resultsLink li.resuitsPdf a {
	display: block;
	height: 44px;
	width: 280px;
	background: #EDEDED url(../images/product-link09.png) no-repeat center center;
	border: #999 solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-indent: -9999px;
}
.materialLink {
	width:461px;
	float:right;
}
.resultsLink li {
	padding-bottom: 15px;
}
.materialLink li {
	padding-bottom: 15px;
}
.materialLink p {
	font-size:108%;
	line-height:180%;
	padding-bottom:20px;
}
.materialLink table {
	border-top: #000 solid 2px;
	border-bottom: #000 solid 2px;
}
.materialLink table th {
	font-size:108%;
	line-height:120%;
	padding:5px;
	border-bottom: #000 dotted 1px;
	white-space:nowrap;
	vertical-align:top;
	text-align:left;
}
.materialLink table td {
	font-size:108%;
	line-height:120%;
	padding:5px 5px 5px 0px;
	border-bottom: #000 dotted 1px;
	vertical-align:top;
	text-align:left;
}
.btns, .btns2{
	cursor: pointer;
}
.close {
	clear: both;
	text-align: center;
	padding-top: 20px;
}
.close img {
	cursor: pointer;
}
.modalBK{
	position: fixed;
	z-index:999;
	height:100%;
	width:100%;
	top: 0;
	left: 0;
	background:url(../images/overlay.png);
}
.modal {
	width: 724px;
}