h2 {
color:#e56b21;
font-size:18px !important;
}

/*商品画像*/

div#pd_area {
margin-bottom: 10px;
}

div#pd_area div.pd_left{
float:left;
width:400px;
}

div#pd_area div.pd_right{
float:right;
width:315px;
}


.pd_img {
/* border:#e2e2e2 1px solid; */
width:400px;
margin-bottom: 10px;
text-align: center;
padding: 10px 0px;
}

div.pd_thum {
margin:0px 2px;
}

div.pd_thum a {
padding:0px 6px;
}

div.pd_thum a img{
border:#f5f5f5 5px solid;
}

div.pd_inq{
border-bottom:#aaa 1px dotted;
margin-bottom:5px;
width: 240px;
font-size: 12px;
margin-top: 10px;
margin-left: 70px;}

div.pd_mail{
border-bottom:#aaa 1px dotted;
margin-bottom:5px;
width: 240px;
font-size: 12px;
margin-left: 70px;}

div.pd_go{
border-bottom:#aaa 1px dotted;
margin-bottom:5px;
font-size: 12px;
}

/*--------------------------
商品仕様一覧
--------------------------*/
table.spec img {
	border:0;
	margin:0.5em;
}
table.spec {
	margin:0 0 1em 1px;
	padding:0;
	border:1px solid #e5eff8;
	border-spacing:0;
	border-collapse:collapse;
font-size:12px;
}
table.spec caption {
	color: #FFFFFF;
	font-size:12px;
	letter-spacing:0.1em;
	margin:1em 0 0 0;
	padding:5px 20px;
	caption-side:top;
	text-align:left;
	background-color: #09C;
padding-left: 5px;
}
table.spec tr.odd td {
	background:#f7fbff
}
table.spec tr.onDisp td {
	background:#FFCCCC !important;
}
table.spec_nml td.partDisp {
	background:#FFCCCC !important;
}
table.spec tr.odd .column1 {
	background:#f4f9fe;
}
.column1 {
}
table.spec td {
	color:#003C4F;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
}
table.spec td a{
text-decoration:underline;
color:blue;
}
table.spec td.co15 {
	background-color:#CC6633 !important;
	color:#FFF;
}
table.spec_nml td.co16 {
	background-color:gray !important;
	color:#FFF;
}
table.spec td.co18 {
	background-color:green !important;
	color:#FFF;
}
td.co20 {
	background-color:pink !important;
	color:#333;
}
table.spec td.co25 {
	background-color:red !important;
	color:#FFF;
}
table.spec td span {
	font-size:12px;
}
table.spec th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
}
table.spec thead th {
	text-align:center;
	font:bold;
	color:#003C4F;
	background-color: #F7FBFF;
}
table.spec tfoot th {
	text-align:center;
	background:#f4f9fe;
}
table.spec tfoot th strong {
	font:bold 1.2em;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}
table.spec tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}



/*--------------------------
商品名
--------------------------*/
h2 {
font-size:16px;
font-weight: normal;
border-bottom: #333 1px solid;
border-top: #ccc 1px solid;
padding: 10px 0px;
}

/*--------------------------
商品テーブル
--------------------------*/
table.item {
border-collapse: collapse;
margin: 0px 0px 10px 0px;
padding:5px 0;

	width: 310px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
table.item tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

table.item th,
table.item td {
/* border-bottom: 1px solid #555; */
padding: 5px 0;
font-size: 12px;
}

table.item th {
	width: 80px;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
table.item td {
	padding-left: 5px;
}

/*アコーディオン
-------------------------------------*/
.acordion{
 background:#fff;
 margin-bottom: 20px;
}

.trigger{
	padding:13px 10px 10px;
	font-size: 12px !important;
	color: #333;
	letter-spacing: 0;
	border: none;
	border-top:#454082 1px solid;
background:#f0fffe;
	text-decoration: none;
	margin-top:20px;
	margin-bottom: 15px;
}

.trigger.active{
	border-bottom:1px solid #cfcfcf;
}

.acordion_tree{
	padding: 0px 0px 15px;
	font-size: 100%;
	border-bottom:#e2e2e2 solid 1px;
	line-height: 1.5;
}

.open-close {
	float:right;
	text-indent:-9999px;
	display:block;
	margin-top:-3px;
	height:20px;
	width:67px;
	background: no-repeat;
	background: url(http://img07.shop-pro.jp/PA01261/788/etc/open.png?20140303014553) no-repeat;
	-webkit-background-size:67px 20px;
}

.trigger.active .open-close{
	background:url(http://img07.shop-pro.jp/PA01261/788/etc/close.png?20140303014456) no-repeat 0px 0px;
	-webkit-background-size:67px 20px;
}

