﻿/* iframe表示用 商品ラインアップ CSS Document  */
@charset "utf-8";

#eco_deco {
    text-align: left;
    font-size: 0.8em; 
    display: inline-block;
    width: 100%;
}
#eco_deco h2{
    margin-top: 0;
    margin-bottom: 10px;
    color: #3D91E5;
    text-indent: 0.5em;
    border-bottom: solid #c8c8c8 3px;
    font-size: 1em;
}
#eco_deco dl dt{
    padding: 3px;
    color: #666666;
    font-weight: bold;
    background: #F9F7F3;
    border-top: 1px dashed #ccc;
    vertical-align: inherit;
}
#eco_deco dl dt.no_ct{
    border-bottom: 1px dashed #ccc;
}
#eco_deco dl dd{
    color: #666666;
    font-weight: normal;
    background: none;
    margin-left: 0;
    padding: 3px;
    text-indent: 0;
}
#eco_deco dl dd.ct01{
    background: #eaf0f8;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    padding: 3px;
    text-indent: 0;
}