﻿/* CSS Document */

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

#ProductCateSubTitle {
width: 664px;
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:664px;
margin-top:15px;
}


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

.eiyou-title {
width: 315px;
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: 315px;
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:315px;
float:left;
}

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


