﻿/* CSS Document */

#ProductCateTitle {
width: 564px;
padding-bottom: 8px;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #0072bc;
font-size:14px;
font-weight:bold;
}

#ProductCateSubTitle {
width: 564px;
padding-bottom: 8px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #8DB7D2;
margin-bottom: 10px;
margin-top: 30px;
font-size:12px;
font-weight:bold;
}


.products-detail {
width:564px;
margin-top:15px;
}


.products-detail img{
border:0;
margin-bottom:20px;
}

.eiyou-title {
width: 265px;
padding-bottom: 5px;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #0072bc;
margin-bottom: 10px;
margin-top:30px;
font-size:14px;
float:left;
}

.genzai-title {
width: 265px;
padding-bottom: 5px;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #0072bc;
margin-bottom: 10px;
margin-top:30px;
font-size:14px;
float:right;
}

.products-detail-box-left {
width:265px;
float:left;
}

.products-detail-box-right {
width:265px;
float:right;
}

