@charset "utf-8";
/* CSS Document */

.left{
	float:left;
}
.right{
  float:right;
}

.myline{
	background-image: url(../../parts/parts/line_back.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-size: 0.8em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	color: #666666;
}

/*検索フォーム*/
#searchFormTable{
	background-color: #999999;
	margin-bottom: 10px;
	width: 100%;
}
#searchFormTable th{
	font-size: 14px;
	width: 120px;
	color: #990000;
	background-color: #EEEEEE;
}
#searchFormTable td{
	font-size: 12px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	padding-right: 5px;
}

.searchItemTable{
	width: 100%;

}
.searchItemTable td{
	font-size: 12px;
}

/*ソート*/
#sortBox{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EFEFEF;
	margin-bottom: 10px;
}
#sortBox li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.8em;
}

.myBox{
	width: 310px;
	margin-bottom: 15px;
	font-size: 12px;
	border: 1px solid #999999;
	background-color: #FFFBF4;
	margin-left: 2px;
	height: 160px;
}
.myBox .boxTitle{
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FCEDE2;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.myBox .boxIll{
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F7CFB3;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.myBox .boxTitle a{
	text-decoration: none;
}
.myBox .boxTitle a:hover{
	text-decoration: underline;
}
.myBox .boxIll a{
	text-decoration: none;
}
.myBox .boxIll a:hover{
	text-decoration: underline;
}
.myBox img{
	float: left;
	padding: 5px;
}
.myBox ul{
	float: left;
}
.myBox ul li{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 190px;
	line-height: 1.7em;
	list-style-type: none;
}

.myBox .price{
	font-size: 1.5em;
	color: #FF0000;
	font-weight: bold;
}
.myBox .type{
	font-size: 1em;
	color: #990000;
	font-weight: bold;
}
.myBox p{
	clear: both;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.Ill{
	background-color:#FFF1D9
}

.pagerLinks{
	font-size: 0.9em;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pagerLinks a{
	text-decoration: none;
	border: 1px solid #CCCCCC;
	color: #999999;
	background-color: #FEFEFE;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px;
}
.pagerLinks a:hover{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #444444;
}
.mem{
	padding: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	color: #333333;
}

#draggable{
	position: relative;
	left: 0%;
	top: 0%;
	z-index: 99;
}


/*検索フォーム*/

