@charset "utf-8";

/* CSS Document */

/* ----------------------------------------------------------------------------------
Buisiness contents
---------------------------------------------------------------------------------- */

.box {
   overflow: hidden;
    width: 732px;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 8px 0px;
    border-bottom: 1px dotted #999;
}

.box02 {
   overflow: hidden;
    width: 732px;
    position: relative;
    margin: 10px auto;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px dotted #999;
}

.photo_img {
    position: relative;
    float : right;
    width: 150px;
    height: 106px;
    padding-left: 15px;
}
