@charset "utf-8";
/* CSS Document */

.contact-area dt {
    float: none;
    margin: 10px 0;
    width: auto;
    font-weight: bold;
    padding: 0 10px;
    overflow: hidden;
	border-left: solid 10px #CCC;
}
.contact-area dd {
    margin: 5px 0 0;
    padding: 0 0 0 20px;
    width: auto;
    min-height: 30px;
    height: auto;
}