﻿@import "./initialize.css";
@import "./base.css";
@import "./style.css";

#jizake_search {
}
	.jizake_search_container {
	}	

#jizake_search h1{
  padding-bottom:10px;
}

#jizake_search table {
	border:1px;
	border-style:solid;
	border-color:#D1DCA9;
	table-layout: fixed;
	width:100%;
	cursor: pointer;
	height:150px;
}

#jizake_search tr {
	padding-top:10px;
}

#jizake_search th {
	border-style:none;
	background-color:#e7c7c7;

	text-align: center; 
}

#jizake_search td {
	border-style:none;
	color:#000000;
	background-color:#ffffff;
	padding:2px;

}


#jizake_search_tabel1 table {
	border-collapse: collapse;
	width:100%;
	text-align: center;
}

#jizake_search_tabel1 td {
	color:#000000;
	border-bottom-style:dotted;
	border-bottom-color:#999999;
	border-width:1px;
}

#jizake_search_tabel1 th {
	color:#000000;
	text-align: center;
	height:30px;
}

#searchResult table{
  font-family:"MS PGothic","Osaka",Arial,sans-serif;
  font-size:12px;
  line-height:1.22;
}

.searchResultBox{
  float:left;
  padding-bottom:10px;
  text-align:center;
  margin: 0 5px 0 0x;
  width:598px;

}
.searchResultBox dt{
  margin:2px 0 2px;
}


.filterBox
{
    padding: 5px;
    margin-bottom: 10px;
}

.filterIn
{
    padding:10px
}

#filterUItitle
{
    font-size: larger;
    font-weight: bold;
}

.filterHeader
{
    font-weight: bold;
    text-align: right;
}

.expandIcon 
{
    background-image: url(/images/common/expand.jpg);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 18px;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

.collapseIcon 
{
    background-image: url(/images/common/collapse.jpg);
    background-repeat: no-repeat;    
    background-position: left;
    cursor: pointer;
    padding-left: 18px;
    text-decoration: underline;
    font-weight: bold;
}

#keyword
{
	width:152px;
  border: 1px solid #BCCEFA;  
  color: #000000;  
  padding:4px;
}

.checkBox{
  vertical-align: middle;
  margin-right:4px;
}

label{
  cursor: pointer;
}

#keyword:focus, #keyword.focused{
  background-color: #ffffcc ;
}


.jizakeSearchButton{
  padding:20px 0px 10px;
  text-align:center;
}

.jizakeSearchSubmit {
  cursor:pointer;
  width:180px;height:35px;border:0px solid;
  background:url(../images/jizake/searchSubmit.jpg) 0 0 no-repeat;
}

.jizakeSearchButtonS{
  padding:20px 0px 10px;
  text-align:center;
}
#jizakeSearchButtonS {
  cursor:pointer;
  width:100px;height:25px;border:0px solid;
  background:url(../images/jizake/searchSubmitS.jpg) 0 0 no-repeat;
}


.disable{
  display:none;
}

#search_tab ul{
list-style: none;
margin: 0;
padding: 0;
height:225px;
}
#search_tab li img{
  border:none;
  vertical-align: bottom;
}
  
#search_tab li{
height:45px;
margin: 0;
padding: 0;
cursor:pointer;
line-height:0px;
}

#search_tab a {
/*
padding: 4px 0 4px 10px;
*/
display: block;
height:40px;
width: 185px !important;
overflow:hidden;
}

#search_tab{
width: 185px;
height:365px;
float:left;
}
#search_items{
width: 415px;
float:left;

}

.tabMenu1 a {
  background:transparent url(/images/jizake/tabMenu1.jpg) no-repeat scroll 0 0px;
}
.tabMenu2 a {
  background:transparent url(/images/jizake/tabMenu2.jpg) no-repeat scroll 0 0px;
}
.tabMenu3 a {
  background:transparent url(/images/jizake/tabMenu3.jpg) no-repeat scroll 0 0px;
}
.tabMenu4 a {
  background:transparent url(/images/jizake/tabMenu4.jpg) no-repeat scroll 0 0px;
}
.tabMenu5 a {
  background:transparent url(/images/jizake/tabMenu5.jpg) no-repeat scroll 0 0px;
}

#search_tab a.open {
	background-position:0px -90px;
}
#search_tab a:hover {
	background-position:0px -45px;
}
#search_tab a.open:hover {
	background-position:0px -90px;
	cursor:default;
}



.searchItem{
  border-top: 1px solid #768640;
  border-bottom: 1px solid #768640;
  border-right: 1px solid #768640;
/*  
  background:transparent url(/images/jizake/searchBorder.jpg) no-repeat scroll 0 -700px;
*/
  min-height: 218px;
  height: auto !important;
  height: 218px;

}

#searchItem1{
  background:transparent url(/images/jizake/searchBorder.jpg) no-repeat scroll 0 -700px;
}
#searchItem2{
  background:transparent url(/images/jizake/searchBorder.jpg) no-repeat scroll 0 -655px;
  display:none;
}

#searchItem3{
  background:transparent url(/images/jizake/searchBorder.jpg) no-repeat scroll 0 -610px;
  display:none;
}
#searchItem4{
  background:transparent url(/images/jizake/searchBorder.jpg) no-repeat scroll 0 -565px;
  display:none;
}
#searchItem5{
  background:transparent url(/images/jizake/searchBorder.jpg) no-repeat scroll 0 -520px;
  display:none;
}

#jizake_search .text{
  padding-bottom:10px;
}

#jizake_search .searchTitle{
  padding-bottom:10px;
}
#jizake_search .jizakeSearchFormPref{
  padding-left:15px;
}
#jizake_search .jizakeSearchFormKuramoto{
  padding-left:15px;
}
#jizake_search .jizakeSearchFormMeigara{
  padding-left:15px;
}
#jizake_search .jizakeSearchFormTkr{
  padding-left:15px;
}
#jizake_search .jizakeSearchFormPrice{
  padding-left:15px;
}

#searchKeyword{
border:1px solid #D2CBA4;
text-align:center;
width:178px;
}
#searchKeyword .searchTitle{
  padding:10px 10px 10px;
}

.jizakeCount{
  padding:10px 0 0 15px;
  float:left;
  font-family:"MS PGothic","Osaka",Arial,sans-serif;
  font-size:12px;
  line-height:1.22;
}

.jizakePager{
  float:right;
  padding-top:10px;
  padding-bottom:10px;
  font-family:"MS PGothic","Osaka",Arial,sans-serif;
  font-size:12px;
  line-height:1.22;
}

#searchResult .jizakeName{
  font-size:20px;
  font-weight:bold;
  text-decoration: underline;
  line-height:30px;
}

#searchResult .jizakeImg{
  border:1px solid #CCCCCC;
  width:130px;
  height:130px;
  background-color: #FFFFFF;
  display:table-cell;
  vertical-align:middle;
  padding-top:5px;
}

* html #searchResult .jizakeImg {
    display:inline;
    zoom:1;
    vertical-align:middle;
}

#searchResult .jizakeExplain{
  font-weight:bold;
  padding:0 0 5px 10px;
  display:inline;
	background:url(../images/background/_rightArrow.jpg) 0 0 no-repeat;
}

#searchResult .searchDetail{
  padding:10px 0 10px 0;
}


#jizake_show {
  font-family:"MS PGothic","Osaka",Arial,sans-serif;
  font-size:12px;
}
	.jizake_show_container {
		/*background-color:#f3f1f2;*/
		margin:10px 0 10px;
		/*padding-left:10px;*/
	}
	
	.jizake_title{
		color:black;
		background-color:#eaeab1;
		height:27px;
		font-weight:700;
		padding-top:10px;
		padding-left:10px;
	}

	.other_title{
    font-size:12px;
		color:black;
		height:24px;
		font-weight:700;
		margin-top:20px;
		margin-bottom:10px;
		padding-left:15px;
		border-bottom-style:dotted;
  	border-color:#000000;
  	border-width:1px;
  	background:url(../images/background/_rightArrow.jpg) 0 4px no-repeat;
	}
	
	.image_container1 {
		background-color:white;


	}
	
	.image_container2 {
		
		height:400px;
		width:150px;

	}
	.jizake_m_container{
    height:140px;
    width:180px;
    border: 1px solid #CCCCCC; 
  }
	
	.jizake_image2 {
		vertical-align:bottom;
		text-align: center;
	}

	.jizake_image1{
		vertical-align:bottom;
		text-align: center;
	}
	
	.jizake_image1 img{

	}
	
	.box2{
    margin-top:15px;
    padding:10px;
    border:1px solid #D1DCA9;
  }


.itemcontainer2 {
width:147px;
padding:0 0px 10px;
float:left;
text-align:center;
}
	.itemcontainer2 td{
		text-align:center;
		vertical-align: middle;
		height:140px;
		width:150px;
	}	

	
#jizake_show h2 {
	padding-bottom:10px;
}

#jizake_show h2 {
	color:black;
	font-family:"MS PGothic","Osaka",Arial,sans-serif;
	font-weight:bolder;
	font-size:16px;
	line-height:40px;
	height:100%;
	padding:2px 0 10px 15px;
	text-align:left;
	background:url(../images/jizake/_jizakeTitle.jpg) 0 0 no-repeat;
}

#jizake_show table {

}

#jizake_show th {
	color:#000000;
	border-bottom-style:dotted;
	border-color:#868F98;
	border-width:1px;
	font-size:12px;
}
#jizake_show tr {
	color:#000000;
}

#jizake_show_table1 table{
	width:380px;
	border-style:dotted;
	border-top-style:none;
	border-bottom-style:none;
	border-right-style:none;
	border-left-style:none;
	border-width:1px;
	border-color:#d0d0d0;
	margin-top:5px;
}
	
#jizake_show_table1 td{	
	border-width:1px;
	border-style:dotted;
	border-color:#D1DCA9;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
	padding-left:15px;
}
#jizake_show_table1 th{	
	border-width:1px;
	border-style:dotted;
	border-color:#D1DCA9;
	border-left-style:none;
	border-bottom-style:none;
	width:140px;
	height:24px;
}

#jizake_show_table2 table{
	border:1px solid #CCCCCC;
	background-color:white;
	margin-right:5px;
	margin-top:5px;
	width:180px;
	height:210px;
}

#jizake_show_table3 table{
	border:1px solid #CCCCCC;
	background-color:white;
	margin-right:5px;
	width:180px;
	height:180px;
}

#jizake_show .head{
  font-weight:bold;
  padding:0 0 5px 10px;
	display:inline;
	background:url(../images/background/_rightArrow.jpg) 0 0 no-repeat;
}

