.modal{
	display:none;
}
.modalBody{
	z-index:1000;
	background: #FFF;
}
.inner {
	padding: 30px 30px 10px 30px;
}
.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.linkCatalog a {
	background: #FFF url("../images/product-link.svg") 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;
}
.resultsLink li p {
	font-size: 100%;
	line-height: 140%;
}
.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{
	transition: 0.6s ;
	cursor: pointer;
}
.btns:hover {
	opacity: 0.5 ;
}
.close {
	clear: both;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 30px;
}
.close img {
	cursor: pointer;
}

#kotakDialog {
	position:fixed;
	width: 724px;
	height: 390px;
	margin: -195px 0 0 -362px;
	left:50%;
	top:40%;
	background-color:#fff;
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	z-index:1000;
	display:none;
}

#kotakDialog *:focus {
	outline:none;
}

#kotakDialog .isi-dialog {
	margin:15px;
	font:normal 12px Arial,Sans-Serif;
}

#dialogOverlay {
	position:fixed !important;
	position:absolute;
	z-index:999;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:#000;
	display:none;
}


/* Iframe */
#iframeContainer iframe {
	width:100%;
	height:330px;
	border:none;
	background-color:#ccc;
	overflow:auto;
}