@charset "utf-8";

/* ========================================================================================================================/

	styleInfo：npist_db/style.css
		└　1-0, npist_db

/======================================================================================================================== */

/* ------------------------------------------------------------------------------------------------------------------------/
	1-0, npist_db
/------------------------------------------------------------------------------------------------------------------------ */

.pistColumn {
	margin-top:30px;
	}
	.pistColumn .inner {
		background:#ffffff url('../image/contents/top/resultsBg.png') left top repeat;
		margin-top:20px;
		padding:10px 10px 15px 10px;
		}
		.pistColumn .inner .oneBox {
			float:left;
			width:240px;
			background:#ffffff;
			margin-left:4px;
			margin-top:4px;
			}
		.pistColumn .inner .oneBox:hover {
			background:#efefef !important;
			}
			.pistColumn .inner .oneBox a {
				text-decoration:none !important;
				}
			.pistColumn .inner .oneBox dl {
				padding:15px 10px 10px 10px;
				}
				.pistColumn .inner .oneBox dt {
					min-height:155px;
					max-height:155px;
					text-align:center;
					margin-bottom:10px;
					}
				.pistColumn .inner .oneBox dd {
					color:#121212;
					padding:0 5px;
					}
					.pistColumn .inner .oneBox dd .typeIc {
						display:inline-block;
						font-size:12px;
						font-weight:bold;
						background-color:#efefef;
						border-style:solid;
						border-width:1px;
						border-color:#cccccc;
						margin:-5px 0 5px -5px;
						padding:2px 5px 1px 5px;
						}
.contact {
	list-style:none;
	}
	.contact li {
		float:right;
		margin-top:-45px;
		margin-left:5px;
		}

.mainPhoto {
	float:left;
	width:400px;
	height:300px;
	margin-top:20px;
	margin-bottom:60px;
	}
	.mainPhoto .inner {
		display:table-cell;
		width:400px;
		height:290px;
		text-align:center;
		vertical-align:middle;
		padding:10px 15px;
		}
		.mainPhoto .inner img {
			max-width:360px;
			max-height:270px;
			}
	.mainPhoto p {
		line-height:130%;
		text-indent:-1.3em;
		margin-top:10px;
		padding-left:1.3em;
		}
.detail {
	float:right;
	width:580px;
	background:#ffffff;
	border:solid 1px #d7d7d7;
	margin-top:20px;
	padding-bottom:12px;
	}
	.detail .defmess {
		border-bottom:solid 1px #d7d7d7;
		padding:20px 20px 15px 20px;
		}
	.detail .option {
		padding:20px 20px 0 20px;
		}
		.detail .option dl {
			}
			.detail .option dl dt {
				float:left;
				width:70px;
				color:#ffffff;
				font-weight:bold;
				text-align:center;
				line-height:30px;
				background:#aa0f46;
				margin-right:10px;
				margin-bottom:10px;
				}
			.detail .option dl dt.half {
				margin-bottom:1px !important;
				}
			.detail .option dl dd {
				float:left;
				width:450px;
				line-height:30px;
				margin-bottom:10px;
				}
			.detail .option dl dd.half {
				width:180px !important;
				line-height:30px;
				margin-right:10px;
				margin-bottom:8px !important;
				}

.otherPhoto {
	display:block;
	position:relative;
	min-height:119px;
	/*background:#ffffff url('../image/contents/top/resultsBg.png') left top repeat;*/
	}
	.otherPhoto .prev {
		position:absolute;
		left:0;
		top:0;
		display:block;
		width:23px;
		height:119px;
		background-image:url('../image/contents/pist/button_l.gif');
		cursor:pointer;
		}
	.otherPhoto .next {
		position:absolute;
		right:0;
		top:0;
		display:block;
		width:23px;
		height:119px;
		background-image:url('../image/contents/pist/button_r.gif');
		cursor:pointer;
		}
	.otherPhoto #owl-demo {
		width:925px;
		margin-left:40px;
		}
		.otherPhoto .ChangePhoto {
			max-width:159px;
			max-height:119px;
			height:auto;
			}
		.otherPhoto .owl-item {
			width:159px !important;
			margin-right:30px !important;
			}
		.otherPhoto .item {
			text-align:center;
			}
			.otherPhoto .item img {
				border:0 !important;
			    box-shadow:0px 0px 0px rgba(0,0,0,0) !important;
			    -moz-box-shadow:0px 0px 0px rgba(0,0,0,0) !important;
			    -webkit-box-shadow:0px 0px 0px rgba(0,0,0,0) !important;
				}
			.otherPhoto .item a img:hover {
				opacity:0.8;
				filter:alpha(opacity=80);
				-ms-filter:"alpha(opacity=80)";
				background:#ffffff;
				}

.type01 {
	width:100%;
	border-style:solid;
	border-width:0 1px 1px 0;
	border-color:#cccccc;
	border-collapse:collapse;
	margin-top:20px;
	}
	.type01 th,
	.type01 td {
		font-size:16px;
		text-align:left;
		border-style:solid;
		border-width:1px 0 0 1px;
		border-color:#cccccc;
		border-collapse:collapse;
		padding:10px;
		}
	.type01 th {
		background-color:#efefef;
		}
	.type01 td {
		background-color:#ffffff;
		}
