@charset "utf-8";

#contents {
	padding-right: 20px;
	padding-left: 20px;
}

#contents h2 {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#panel_box {
	width: 810px;
}
#panel_box h2 {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}
#panel_box p {
	padding-top: 20px;
	padding-bottom: 20px;
	float: right;
}
#panel_series {
	clear: both;
}

#panel_series li {
	float: left;
}

#panel_series li a {
	text-indent: -9999px;
	display: block;
	height: 237px;
	width: 238px;
}

#series_001 {
	background: url(../images/series/001.jpg);
}

#series_001 a:hover {
	background-image: url(../images/series/001.jpg);
	background-repeat: no-repeat;
	background-position: 0px -237px;
}

#series_002 {
	background: url(../images/series/002.jpg);
}

#series_002 a:hover {
	background: url(../images/series/002.jpg);
	background-repeat: no-repeat;
	background-position: 0px -237px;
}


#series_003 {
	background: url(../images/series/003.jpg);
}

#series_003 a:hover {
	background: url(../images/series/003.jpg);
	background-repeat: no-repeat;
	background-position: 0px -237px;
}

#series_004 {
	background: url(../images/series/004.jpg);
}

#series_004 a:hover {
	background: url(../images/series/004.jpg);
	background-repeat: no-repeat;
	background-position: 0px -237px;
}

#series_005 {
	background: url(../images/series/005.jpg);
}

#series_005 a:hover {
	background: url(../images/series/005.jpg);
	background-repeat: no-repeat;
	background-position: 0px -237px;
}

#series_006 {
	background: url(../images/series/006.jpg);
}

#series_006 a:hover {
	background: url(../images/series/006.jpg);
	background-repeat: no-repeat;
	background-position: 0px -237px;
}

#panel_series ul {
	margin-bottom: 20px;
}

.p_series_margin {
	margin-right: 47px;

}

/******ここから商品詳細用******/

#series_box {
	width: 808px;
}
#item_title  {
	margin-bottom: 15px;
}
#item_title li {
	margin-right: 5px;
	vertical-align: baseline;
	display: inline;
	padding-top: 3px;
	padding-bottom: 3px;
}
#item_number {
	font-size: 16px;
	
}

#item_name {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 10px;
	font-size: 16px;
}
#photo_box {
	clear: both;
	margin-bottom: 10px;
}
#photo_box p {
	float: left;
}
.photo_margin {
	margin-right: 92px;
}

#photo_description {
	clear: both;
	margin-bottom: 5px;
	font-size: 10px;
	margin-right: 20px;
}

#item_spec {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	clear: both;
	padding-left: 30px;
	width: 780px;
}
#item_spec p {
}
#spec {
	float: left;
}
#spec table {
	margin-right: 50px;
	width: 300px;
}



#spec th {
	padding-right: 20px;
}
#price {
	float: left;
}
#price table {
	width: 170px;
}


#price th {
	padding-right: 10px;
}
#price td {
	padding-right: 5px;
	vertical-align: top;
}
#price p {
	font-size: 80%;
}

#price_s th {
	padding-right: 3px;
}

#series_navi {
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
}

#series_navi ul{
	position: relative;/*--floatで並べたリストのセンタリング--*/
	left: 50%;/*--floatで並べたリストのセンタリング--*/
	float: left;/*--floatで並べたリストのセンタリング--*/	
	}

#series_navi li {
	float: left;
	line-height: 20px;
	height: 20px;
	display: block;
	position: relative;/*--floatで並べたリストのセンタリング--*/
	left: -50%;/*--floatで並べたリストのセンタリング--*/
}

#series_navi li a {
	float: left;
	line-height: 20px;
	height: 20px;
	display: block;
}

#prev {
	background-image: url(../images/common/arrow_prev.gif);
	text-indent: 22px;
	background-repeat: no-repeat;
}

/*IE8用ハック*/
html>/**/body #prev {
	 margin-right:20px\9;
}

#series_top {
	margin:0 20px;
}

#next a {
	line-height: 20px;
	padding-right: 23px;
	display: block;
	background: url(../images/common/arrow_next.gif) no-repeat 27px 0px;
}


.spec-title{
	clear:both;
	font-size:10px;
}