@charset "UTF-8";
#side {
	width: 200px;
}
#body {
	width: 800px;
}
/* tooltip */
.bubbleInfo {
	position:relative;
	width:728px;
	top:0px;
	left:0px;
	height: 110px;
}
.bubbleInfo,  .bubbleInfo * {
	margin:0;
	padding:0;
}
.trigger {
	position:relative;
}
/* Bubble pop-up */
.popup {
	position:relative;
	display:none;
	z-index:1000;
	border-collapse:collapse;
	margin-top: -100px;
	margin-left: 300px;
}
/* member */
#Listmember {
	background-image: url(../image/list/goldmember-bg.gif);
	background-repeat: repeat;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#Listmember .body {
	background-color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}
#Listmember .left {
	float: left;
	width: 530px;
}
#Listmember .left p.title {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#Listmember .left p.title i {
	font-style: normal;
	font-size: 14px;
	line-height: 1.2em;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#Listmember .left p.member {
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Listmember .left p.member b {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
}
#Listmember .left p.member b i {
	font-size: 26px;
	font-style: normal;
	line-height: 1.2em;
}
#Listmember .right {
	float: right;
	width: 190px;
	margin-top: 12px;
}
#Listmember .right .bt {
	padding-top: 18px;
	padding-left: 5px;
}
#Listmember .right .bt a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
/* member */
#list {
	margin-top: 20px;
}
#list p {
	margin: 0px;
	padding: 0px;
}
#list span {
	display: none;
}
#list #title {
	overflow: hidden;
	position: relative;
}
#list #title .left {
	float: left;
	width: 550px;
	padding-top: 5px;
}
#list #title .left h1 {
	padding-left: 5px;
	font-size: 20px;
	color: #000;
}
#list #title .right {
	float: right;
	width: 150px;
	padding-bottom: 5px;
}
#list #title .right a {
	background-image: url(../image/list/search-change.jpg);
	display: block;
	height: 35px;
	width: 150px;
}
#list #title .right a:hover {
	background-position: 0px -35px;
}
#list .result {
	padding-top: 5px;
}
#list .result p {
	font-size: 11px;
	line-height: 1.8em;
	color: #000;
}
#list .sort {
	padding-top: 10px;
	padding-left: 5px;
}
#list .sort a {
	color: #000000;
	text-decoration: underline;
}
#list .sort p.total {
	color: #000;
	font-size: 12px;
}
#list .sort p.total b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
#list .sort p.link {
	font-size: 12px;
	padding-top: 5px;
	color: #333;
}
#list .sort p.link i {
	font-size: 10px;
	font-style: normal;
}
#list .sort .freeword {
	position: absolute;
	width: 250px;
	left: 225px;
	padding-top: 0px;
}
#list .sort .freeword input {
	vertical-align:middle;
}
#list .sort .freeword .word {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	width: 185px;
	height: 20px;
	margin: 0px;
}
#list .sort .freeword input.button {
	background-repeat:no-repeat;
	background-color:#000000;
	border:none;
	width:50px;
	height:18px;
	text-indent: -9999px;
	cursor: pointer;
}
#list .pagenation {
	text-align: right;
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
#list .pagenation a {
	color: #2D1871;
	text-decoration: underline;
}
#list .pagenation a:hover {
	color: #09C;
}
#list .check {
	background-image: url(../image/list/check-bg1.jpg);
	display: block;
	height: 35px;
	width: 780px;
	margin-top: 10px;
	background-color: #FFF0C1;
	background-position: 10px 10px;
}
#list .check2 {
	background-image: url(../image/list/check-bg2.jpg);
	display: block;
	height: 35px;
	width: 780px;
	margin-top: 10px;
}
#list .check ul,
#list .check2 ul {
	padding-top: 5px;
	padding-left: 140px;
}
#list .check li,
#list .check2 li {
	float: left;
	margin-right: 15px;
}
#list .check a,
#list .check2 a {
	display: block;
	height: 25px;
	width: 120px;
	text-decoration: underline;
}
#list .check a:hover,
#list .check2 a:hover {
	background-position: 0px -25px;
}
#list .check .bt1,
#list .check2 .bt1 {
	background-image: url(../image/list/check-bt1.jpg);
}
#list .check .bt2,
#list .check2 .bt2 {
	background-image: url(../image/list/check-bt2.jpg);
}
#list .check .bt3,
#list .check2 .bt3 {
	background-image: url(../image/list/check-bt3.jpg);
}
#list .check .bt4,
#list .check2 .bt4 {
	background-image: url(../image/list/check-bt4.jpg);
}
#list .check .delete,
#list .check2 .delete {
	font-size: 11px;
	width: 300px;
	text-align: right;
	font-weight: bold;
}
a.delete {
	color: #F00;
	font-weight: bold;
}
.all-check {
	padding-top: 4px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}
#list-table {
	padding-top: 3px;
}
#list-table table {
	background-color: #CCC;
}
#list-table th {
	background-color: #D7FFC3;
	text-align: center;
	table-layout: fixed;
}
#list-table td {
	background-color: #FFF;
	table-layout: fixed;
}
#list-table td.member {
	background-image: url(../image/list/member-icon.jpg);
	background-repeat: no-repeat;
	background-position: 360px 5px;
}
#list-table td .photo {
	float: left;
	margin: 10px;
	text-align: center;
	height: 90px;
	width: 120px;
	overflow: hidden;
}
#list-table td .text {
	float: left;
	width: 240px;
}
#list-table td .text a {
	color: #009;
	text-decoration: underline;
}
#list-table td .text a:hover {
	color: #06C;
}
#list-table td .type {
	padding-top: 10px;
}
#list-table td .type img {
	margin-right: 5px;
}
#list-table td p.name {
	font-size: 11px;
	padding-top: 3px;
}
#list-table td p.ad {
	font-weight: bold;
	line-height: 130%;
}
#list-table td p.line {
	font-size: 11px;
	color: #666;
	padding-top: 3px;
}
#list-table td .copy {
	　background-color: #FFFBEE;
	padding-top: 3px;
	
	padding-bottom: 3px;
	
}
#list-table td .copy p {
	font-size: 11px;
	color: #000;
	line-height: 150%;
	height: 15px;
	overflow: hidden;
}
#list-table td p.price {
	font-size: 11px;
	color: #F00;
	padding-top: 40px;
	margin-left: 7px;
}
#list-table td.down {
	background-image: url(../image/icon/pricedown-icon.gif);
	background-position: 60px 5px;
}
#list-table td p.price b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#list-table td .subphoto {
	overflow: hidden;
	position: relative;
	margin-left: 5px;
	padding-top: 20px;
}
#list-table td .subphoto .box {
	display: block;
	float: left;
	height: 23px;
	width: 30px;
	overflow: hidden;
	margin-right: 3px;
}
#list-table td ul {
	padding-top: 10px;
	margin-left: 6px;
}
#list-table td li {
	font-size: 10px;
	color: #000;
	line-height: 1.5em;
}
#list-table td li.detail-linkBt {
	text-align: center;
	padding-top: 20px;
}
#list-table td li.detail-linkBt a:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */

}
#list-table td li.detaillink {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
#list-table td li.detaillink a {
	background-image: url(../image/list/detail-linkBt2.jpg);
	display: block;
	height: 18px;
	width: 92px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}
#list-table td li.detaillink a:hover {
	background-position: -92px 0px;
}
#list-table td .member-block {
	background-color: #FFF0EE;
	display: block;
}
#list-table td .member-block2 {
	background-color: #FFF0EE;
	background-image: url(../image/list/member-block02.jpg);
	display: block;
}
#list-table td .member-block a,
#list-table td .member-block2 a {
	height: 110px;
	width: 728px;
	display: block;
}


#bk-list {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	text-align: center;
}
#bk-list .main-box {
	text-align: left;
	background-color: #F5F5F5;
	display: block;
	overflow: hidden;
	position: relative;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #513424;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #513424;
	padding: 10px;
}
#bk-list .main-box .photo {
	text-align: center;
	width: 240px;
	float: left;
	padding-bottom: 10px;
}
#bk-list .main-box .text {
	float: right;
	width: 500px;
}
#bk-list .main-box .text p.copy {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #857740;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#bk-list .main-box .text p.copy b {
	color: #F00;
}
#bk-list .main-box .text ul {
	overflow: hidden;
	position: relative;
}
#bk-list .main-box .text li {
	text-align: left;
	overflow: hidden;
	color: #000;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 3px;
}
#bk-list .main-box .text .bt {
	padding-top: 10px;
	padding-left: 40px;
}
#bk-list .main-box table {
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
}
#bk-list .main-box table td {
}
.research {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
.research-bt {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #1DA75D;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 7px;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;
}
.research-bt p {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.research-bt b {
	margin-right: 3px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding: 0px;
}
.research-bt a {
	display: block;
	height: 25px;
	width: 780px;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 1em;
}
.research-bt a:hover {
	color: #FF0;
	text-decoration: underline;
}
.research a:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
.bk-block {
	clear: both;
	width: 795px;
	margin-right: -15px;
	overflow: hidden;
	position: relative;
}
#bk-list .box {
	border: 1px solid #DDD;
	display: block;
	float: left;
	width: 248px;
	font-size: 12px;
	line-height: 1.5em;
	margin-right: 15px;
	height: 278px;
	background-color: #F5F5F5;
	margin-bottom: 15px;
}
#bk-list .member-block {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../image/list/member-block03.png);
	background-position: center center;
	height: 280px;
}
#bk-list .box p.copy {
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	height: 40px;
	overflow: hidden;
}
#bk-list .box .photo {
	text-align: center;
	display: block;
	height: 175px;
	overflow: hidden;
	width: 230px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bk-list .box p.price {
	padding-top: 3px;
}
#bk-list .box p.ad {
	padding-top: 3px;
	padding-bottom: 7px;
	display: block;
	height: 17px;
	overflow: hidden;
}
#bk-list .box a {
	display: block;
	text-decoration: none;
	color: #000;
}
#bk-list .box a:hover {
	background-color: #FFF8E2;
}

#list .changeBt {
	width: 150px;
	padding-bottom: 20px;
	text-align: right;
	margin-right: 0px;
	margin-left: auto;
	padding-top: 10px;
}
#list .changeBt a {
	background-image: url(../image/list/search-change.jpg);
	display: block;
	height: 35px;
	width: 150px;
	margin-right: 0px;
	margin-left: auto;
}
#list .changeBt a:hover {
	background-position: 0px -35px;
}

#Similarity {
	clear: both;
	border: 1px solid #E9E9E9;
	margin-top: 20px;
}
#Similarity .title {
	background-image: url(../image/detail/title-bg.jpg);
	height: 30px;
}
#Similarity .title p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 15px;
}
#Similarity .body {
	padding-top: 15px;
	text-align: left;
	padding-left: 45px;
	padding-bottom: 10px;
}
#Similarity .type {
	text-align: left;
}
#Similarity ul {
	text-align: left;
	padding: 0px;
	overflow: hidden;
	position: relative;
}
#Similarity li {
	overflow: hidden;
	text-align: center;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	width: 120px;
	display: block;
	font-size: 11px;
	line-height: 1.5em;
}
#Similarity img {
	margin-bottom: 5px;
}
#Similarity a {
	font-size: 11px;
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
	line-height: 1.6em;
}
#Similarity a:hover {
	color: #06F;
}
#Similarity .price {
	font-size: 10px;
	color: #F00;
	padding-top: 3px;
}
#Similarity .price b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#list #info .number {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #F00;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#side #searchFilter {
	margin-top: 20px;
	text-align: left;
}
#side #searchFilter a {
	color: #00F;
	text-decoration: underline;
}
#side #searchFilter a:hover {
	color: #39F;
}
#side #searchFilter .body {
	background-color: #00B384;
	padding-bottom: 5px;
	padding-top: 2px;
}
#side #searchFilter .box {
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#side #searchFilter .box p.title {
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #00B483;
	background-color: #F1F1F1;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#side #searchFilter .box p.title2 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
	padding-left: 10px;
}
#side #searchFilter .box ul {
	padding-left: 15px;
	padding-top: 5px;
}
#side #searchFilter .box li {
	margin-bottom: 3px;
	font-size: 12px;
}
#side #searchFilter .box .areachangeBt {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#side #searchFilter .boxLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
}
#side #searchFilter table {
	width: 170px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-bottom: 15px;
}
#side #searchFilter td {
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 3px;
	color: #000;
}
#side #searchFilter .searchBt {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side #searchFilter p.kodawari {
	font-size: 11px;
	padding-top: 7px;
	text-align: center;
}


p.free {
	text-decoration: none;
}