@charset "UTF-8";


/*form関係の設定はcommon.css*/



/*検索設定ページの設定はtwocolumns.css*/






/*検索結果ページの設定*/


h6 {
	margin-top: 0.7em;
	padding-left: 14px;
	background-image: url(../img/circle-blue.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#tablebox {
	width: 830px;
	margin: 20px auto 0;
	border-top: 1px solid #ccc;
}

#tablebox th, #tablebox td {
	padding: 10px;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	line-height: 1.6em;
}
#tablebox th {
	background-color: #eee;
	white-space: nowrap;
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
#tablebox td {
    overflow: hidden;
}
#tablebox td:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #tablebox td {
    height: 1em;
    overflow: visible;
}
/**/

#tablebox th a {
	margin: 0 2px;
}
#tablebox td a {
	font-size: 1.1em;
}
#tablebox td p {
	padding-top: 0.4em;
	line-height: 1.4em;
}

#tablebox th.alignL, #tablebox td.alignL {
	text-align: left;
}

#tablebox th.alignR, #tablebox td.alignR, .priceClass {
	text-align: right;
}

#tablebox h3 {
	font-weight: bold;
}
#tablebox .modelname {
	margin-left: 0.5em;
	padding-left: 0.5em;
	border-left: 1px solid #999;
}
#tablebox td .modelname {
	font-weight: bold;
}

.sellingprice {
	width: 200px;
}
.firstcell { width: 540px;}


.sold {	font-weight: bold; color: #c00;}
.hold {	font-weight: bold; color: #69f;}
.sale {	font-weight: bold; color: #f60;}
.stock {	font-weight: bold;	color: #696;}
.soon {	font-weight: bold; color: #99c;}

tfoot td {
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
tfoot td {
    overflow: hidden;
}
tfoot td:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html tfoot td {
    height: 1em;
    overflow: visible;
}
/**/


#tablebox tfoot a {
	font-weight: normal;
}
#tablebox tfoot tr td {
	background-color: #eee;
	padding-right:100px;
	padding-left:100px;
	position:relative;
}
tfoot #prevpage {
	position:absolute;
	left:10px;
	top:10px;
}
tfoot #nextpage {
	position:absolute;
	right:10px;
	top:10px;
}

#tablebox tfoot ul {
	display: block;
	width:600px;
	margin: 0 auto;
	list-style: none;
	text-align:left;
}
#tablebox tfoot li {
	display: inline-block;
	padding: 0 0.7em;
	width:32px;
	text-align:center;
	

	
}
#tablebox tfoot li a{
	display: inline-block;
	width:32px;
	text-align:center;
}

#tablebox .searchyear {
	width: 110px;
}
#tablebox .sellingprice {
	width: 200px;
}






/*詳細ページの設定*/

#stock h2 {
	font-size: 1.6em;
	margin: 0 0;
}
h3{
text-transform:none !important;
}
.imgbox {
	margin-top: 25px;
	text-align: center;
	background-image: url(img/bg-slideshow.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.slideshow {
	width: 640px;
	height: 480px;
	margin: 0 auto;
}

.slideshow a {
	cursor: default;
	outline: none;
}
.slideshow a:link img, .slideshow a:visited img {
	border: 1px solid #ddd;
}
.slideshow img {
	width: 640px;
	height: 480px;
}

div.controls {
	clear: both;
	width: 642px;
	margin: 14px auto 0;
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
.controls {
    overflow: hidden;
}
.controls:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .controls {
    height: 1em;
    overflow: visible;
}
/**/

.ss-controls {
	float: left;
}
.ss-controls span {
	color: #c60;
	cursor: pointer;
}
.ss-controls span:active {
	color: #f90;
}
.nav-controls {
	float: right;
}
.nav-controls a {
	margin-left: 10px;
	padding: 5px 0;
	text-decoration: none;
	outline: none;
}



.navigation {
	margin-top: 24px;
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
.thumbs {
	clear: both;
	list-style: none;
	margin-left: -4px;
	text-align: center;
}
.thumbs li {
	display:-moz-inline-box;
	display: inline-block;
	margin-left: 4px;
	list-style: none;
}
.thumbs li a {
	display:-moz-inline-box;
	display: inline-block;
	border-bottom: 7px solid #fff;
	vertical-align: top;
	outline: none;
}
* html .thumbs li {	display: inline;}
*:first-child+html .thumbs li {	display: inline;}
* html .thumbs li a {	display: inline;}
*:first-child+html .thumbs li a {	display: inline;}
.thumbs li.selected a {
	border-bottom: 7px solid #f90;
}
.thumbs li img {
	width: 56px;
	height: 42px;
}
.thumbs a:link img, .thumbs a:visited img {
	border: 1px solid #ccc;
}



/*商品説明まわりの設定*/

#descriptionBox {
}

#leftBlock {
	float: left;
	width: 405px;
	margin-top: -1.2em;
}

#leftBlock p {
	padding-top: 1em;
	line-height: 2.2em;
}

#leftBlock .clumn {
	margin-top: 1.5em;
	font-size:0.9em;
}
* html #leftBlock .clumn {
	font-size:0.8em;
}

#leftBlock .clumn p {
	padding: 1em 1.5em;
	background-color: #eee;
	line-height: 1.8em;
}


#rightBlock {
	float: right;
	width: 405px;
}

#rightBlock dl {
	border-top: 1px solid #ccc;
}
#rightBlock dt {
	float: left;
	padding: 0.7em;
	font-weight: bold;
	line-height: 1em;
}
#rightBlock dd {
	padding: 0.7em 0.7em 0.7em 13.5em;
	border-bottom: 1px solid #ccc;
}
* html #rightBlock dd {
	text-indent: -0.1em;
}

#rightBlock .btns {
	margin: 5px -10px 0 0;
	list-style: none;
}

#rightBlock .btns li {
	display: inline;
	margin-right: 10px;
}

#rightBlock .btns img {
	border: none;
	vertical-align: middle;
}

#rightBlock .btns a:link img, #rightBlock .btns a:visited img {
 filter: Alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.80;
}

#rightBlock .btns a:hover img, #rightBlock .btns a:active img {
 filter: Alpha(opacity=100);
 -moz-opacity: 1.0;
 opacity: 1.00;
}




#descriptionBox {
	clear: both;
	margin-top: 30px;
	text-align: left;
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
#descriptionBox {
    overflow: hidden;
}
#descriptionBox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #descriptionBox {
    height: 1em;
    overflow: visible;
}
/**/






/*My Dolphin関係の設定*/

.checkCanceller {
	background-color: #ddd !important;
}

.checkCanceller ul {
	list-style: none;	
}
.checkCanceller li {
	display: inline;
	pading-right: 1em;
}

.checkCanceller .btn {
	margin: 0 1.5em 0 3px;
}


#registration {
	margin: 25px 0 0;
	padding: 25px 40px;
}

#registration table {
	margin: 0 auto;
	border-top: 1px solid #ccc;
}

#registration th, #registration td {
	padding: 12px;
	border-bottom: 1px solid #ccc;
}

#registration th {
	text-align: left;
	font-size: 0.9em;
	font-weight: normal;
}
* html #registration th {
	font-size: 0.8em;
}


#hello {
	margin-top: 0.7em;
}

#hello dt {
	display: inline;
	padding-right: 1em;
	border-right: 1px solid #ccc;
}
#hello dd {
	display: inline;
	padding: 0 0.5em;
	border-right: 1px solid #ccc;
}

.genzai {
	background-color: #eee;
}