.road-info
{
    background-image: url(../../img/roadInfo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 660px;
    border: 1px solid #eee;
}

/* ê°€ë¡œ ë²ˆí˜¸ ë¦¬ìŠ¤íŠ¸ */
.conListHori
{
    /*margin-top: 5px;*/
    /*clear: both;*/
    /*height: 40px;*/
    /*padding: 20px;*/

    /*border: 1px solid #d6d6d6;*/
    /*  -webkit-border-radius: 10px 0 10px 0;
 -moz-border-radius   : 10px 0 10px 0;
 border-radius        : 10px 0 10px 0; */
    /*-pie-border-radius   : 10px 0 10px 0;  */
    /*behavior             : url(../js/PIE.htc);  */
    /*background: #fafafa;*/
}

.conListHori:after
{
    display: block;
    clear: both;

    height: 0;

    content: '';
}
.conListHori > li
{
    position: relative;

    /*float: left;*/
    display: inline-block;

    height: 35px;
    margin-bottom: 20px;


    /* margin-right: 25px;*/
}

.conListHori > li > h4
{
    font-size: 1.0em;

    position: absolute;
    top: 6px;
    left: 0;

    width: 30px;
    height: 22px;

    text-indent: 4px;

    color: #fff;
    background: transparent url(../../img/icon_flag.svg) 0 0 no-repeat;
}

.conListHori > li > p
{
    /*line-height: 35px;*/

    display: inline-table;

    height: 100%;
    /*width:100%;*/
    margin-left: 4px;
    padding: 6px 10px 6px 30px;

    vertical-align: middle;
    background-color: #fff;

    border: 1px solid #c8c8c8;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 #e9e9e9;
       -moz-box-shadow: 0 2px 0 #e9e9e9;
            box-shadow: 0 2px 0 #e9e9e9;
            font-size: .9em;
    /*-pie-border-radius   : 10px 0 10px 0;  */
    /*behavior             : url(../js/PIE.htc);    */
}

.conListHori > li .awesomeIconArrow
{
    line-height: 35px;

    display: inline-table;
    /*margin-left: 10px;*/

    width: 30px;
    height: 35px;

    text-align: center;
    vertical-align: middle;

    color: #000;
}

.conListMargin
{
    font-weight: 600;
    line-height: 1.4em;
    /*  border: 1px solid #000;*/

    display: inline-block;

    margin: 15px 10px 10px 40px;
}

.conListEven
{
    float: left;
}

.conListOdd
{
    float: right;
}

