@charset "utf-8";
/* CSS Document */
@import "sp.css" screen and (max-width: 767px);

#fitting {

}
#fitting .fitting_tab{
     border-bottom: 1px solid #003300;
	 clear:both;
	 overflow:hidden;
	 text-align:center;
}
#fitting .fitting_tab li a {
    background: #e6e6e6 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    margin: 0 15px 0 0;
    text-align: center;
    width: 45%;
	padding:8px 0;
}

#fitting .fitting_tab li a:hover,
#fitting .fitting_tab li.fitting_item a {
    background: #003300 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
    display: block;
    text-decoration: none;
}


#fitting a {
	text-decoration:none;
    color: #003300;
}
#fitting a:hover {
	text-decoration:none;
    color: #666;
}
#fitting .title {
    clear: both;
    overflow: hidden;
    text-align: center;
	padding: 0 !important;
}

p.text {
    margin-top: 25px;
}

#fitting .title h1 {
	font-size:30px;
	font-weight:bold;
	margin-bottom:15px;

}
#fitting .ist_ul {
	clear:both;
	overflow:hidden;
    margin-bottom: 10px;
}
#fitting .ist_ul li {
    background: #e6e6e6 none repeat scroll 0 0;
    border-radius: 2px;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 0 5px 5px 0;
    text-align: center;
    width: 28px;
	font-weight:bold;
	color:#999;
}
#fitting .ist_ul li a {
    background: #003300 none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    font-size: 14px;
    text-decoration: none;
	color:#FFF;
	font-weight:bold;
}
#fitting .ist_ul li a:hover {
    background: #e6e6e6 none repeat scroll 0 0;
    border-radius: 2px;
    color: #000;
    text-decoration: none;
}
.itemSection {
    clear: both;
    display: block;
    margin-right: -30px;
    overflow: hidden;
}
.itemSection dt {
    background: #003300 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
	font-size:20px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
   margin: 0 0 15px;
    padding: 0;
    text-indent: 20px;
}
.itemSection dd {
}
.itemSection dd a {
    border: 1px solid #cccccc;
    border-radius: 2px;
    float: left;
    height: 110px;
    margin: 0 30px 15px 0;
    text-decoration: none;
        width: 45%;
}
.itemSection dd a:hover  {
    background: #e6e6e6 none repeat scroll 0 0;
}
.itemSection dd p.item_name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding: 2px 0 5px 15px;
    position: relative;
}
.itemSection dd p.item_id,
.itemSection dd p.item_material {
	font-size:x-small;
    padding: 0 0 0 15px;
}
.itemSection dd p.item_img {
    float: right;
    padding: 5px;
	margin-top: 0;
}
.itemSection dd p.item_img img {
    width: 144px;
}

