@charset "utf-8";

/* searchArea */
.searchArea{
	background-color:#E8E8E8;
}

.searchArea .in{
	padding:20px 30px;
}

.searchArea p.notes{
	line-height:1.5;
	margin-bottom:15px;
}

.searchArea table.search{
	width:100%;
	border-collapse:collapse;
	margin-bottom:2px;
}

.searchArea table.search th{
	width:140px;
	padding:15px 10px;
	font-size:17px;
	font-weight:bold;
	color:#FFF;
	background:#0086B0;
	vertical-align:top;
}

.searchArea table.search td{
	background-color:#FFF;
}

.searchArea .area1,
.searchArea .area3{
	padding:15px 20px 30px;
	overflow:hidden;
	color:#333;
}
.searchArea .area2{
	padding:15px 20px;
	color:#333;
}

.searchArea .area1 .check-group,
.searchArea .area3 .check-group{
	float:left;
	width:205px;
	margin:0;
}

.searchArea .area1 .splitbar{
	clear:both;
	padding-top:20px;
	margin-bottom:20px;
	height:1px;
	border-bottom:1px solid #999;
}


.searchArea h3 .btn{
	margin-left:10px;
	cursor:pointer;
}




.searchArea p.btnArea{
	text-align:center;
	margin:30px 0 0;
}

.searchArea .submit_btn{
	width:180px;
	height:46px;
	background:url(../../products/example/images/idx_bt_search_off.png) no-repeat left top;
	border:none;
	cursor:pointer;
}
.searchArea .submit_btn:hover{
	background:url(../../products/example/images/idx_bt_search_on.png) no-repeat left top;
}



/* resultArea */
.resultArea table.result{
	width:100%;
	border-collapse:collapse;
	background-color:#FFF;
	border:1px solid #CCC;
}

.resultArea table.result th{
	background-color:#0086B0;
	border:1px solid #CCC;
	padding:8px;
	font-size:17px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	white-space:nowrap;
	vertical-align:text-top;
}

.resultArea table.result td{
	background-color:#FFF;
	border:1px solid #CCC;
	padding:5px;
	font-size:13px;
	color:#333;
	line-height:1.2;
	text-align:left;
	vertical-align:middle;
	height:2.5em;
}

.resultArea table.result td:nth-child(1){/*物件名*/
	width:267px;
}
.resultArea table.result td:nth-child(2){/*ガラス種類・工法*/
	width:135px;
}
.resultArea table.result td:nth-child(3){/*採用商品*/
	width:268px;
}
.resultArea table.result td:nth-child(4){/*建物用途*/
	width:77px;
}
.resultArea table.result td:nth-child(5){/*都道府県*/
	width:77px;
}

.resultArea table.result tr:nth-child(even) td{
	background-color:#EEE;
}

.resultArea p.btnArea{
	text-align:center;
	margin:30px 0 0;
}



/* detailArea */
.detailArea .head{
	background-color:#0086B0;
	padding-top:1px;
	margin-bottom:30px;
}

.detailArea .head h2{
	min-height:20px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background:#F6F6F6;
	font-size:20px;
	font-weight:bold;
	line-height:1.2;
	padding:8px 0 8px 10px;
	margin:0;
}

.detailArea .head h3{
	min-height:11px;
	font-size:13px;
	line-height:1.2;
	color:#FFF;
	padding:5px 0 5px 10px;
}

.detailArea .photo{
	width:600px;
	float:left;
}

.detailArea .photo ul.slider li{
	text-align:center;
	display:block;
}

.detailArea .photo ul.pager{
	overflow:hidden;
	margin-top:20px;
}

.detailArea .photo ul.pager li{
	float:left;
	margin:0 0 10px 4px;
}
.detailArea .photo ul.pager li:first-child,
.detailArea .photo ul.pager li:nth-child(3n) + li{
	margin:0 0 10px;
}
.detailArea .photo ul.pager li a{
	display:table-cell;
	vertical-align:middle;
	width:193px;
	height:145px;
	padding:1px;
	border:1px solid #999;
	background:#EEE;
	text-align:center;
}

.detailArea .photo ul.pager li a.active,
.detailArea .photo ul.pager li a:hover{
	border-color:#F56700;
}
.detailArea .photo ul.pager li img{
	max-width:193px;
	max-height:145px;
}

.detailArea .detail{
	width:256px;
	float:right;
}

.detailArea .detail dl dt{
	margin-top:37px;
	border-left:5px solid #0086B0;
	border-bottom:1px solid #999;
	padding:6px 0 6px 10px;
	font-size:17px;
	font-weight:bold;
}
.detailArea .detail dl dt:first-child{
	margin-top:0;
}

.detailArea .detail dl dd{
	margin-top:16px;
	font-size:15px;
	color:#333;
}


/* *************** */
/* customSelect.js */
/* *************** */

.customSelect{
	border:1px solid #C4C4C4;
	border-radius:2px;
	background-color:#FFF;
	padding:3px 10px;
	width:150px;
	font-size:13px;
}
.customSelectInner{
	background:url(../images/select_arrow.gif) right center no-repeat;
	width:100%!important;
}
.selectStyle{
	cursor:pointer;
}


/* *************** */
/* jquery.bxslider */
/* *************** */

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
/*	display: block;*/
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;*/
	background: #EEE;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../products/example/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #F56700;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../products/example/images/controls.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../products/example/images/controls.png) no-repeat -20px 0;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -71px;
}

.bx-wrapper .bx-next:hover {
	background-position: -20px -71px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	outline: 0;
	width: 20px;
	height: 71px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../products/example/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../products/example/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	/*background: #666\9;
	background: rgba(80, 80, 80, 0.75);*/
	background:#333;
	border-top:1px solid #A6D416;
	padding:14px;
	line-height:1;
}

.bx-wrapper .bx-caption span {
	color: #FFF;
	/*font-family: Arial;*/
	/*display: block;*/
	font-size:13px;
	/*text-align:left;*/
	padding:0;
	line-height:1.3;
}























