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


.p-box {
clear:both;
position:relative;
margin:5px 0 5px 0;
padding:0 0 30px 0;
border-bottom:#999999 dotted 1px;
overflow: hidden;
}
.p-box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .p-box {
    height: 1em;
    overflow: visible;
}
/**/

.p-box img {
float:left;
margin:0 20px;
}