.area_maker_wrap {
    position: absolute;
    top: 0;
    right: 40px;
    width: 86px;
    height: 55px;
    padding: 5px;
    border: 2px solid #dedede;
    border-bottom: 3px solid #dedede;
    background-color: white;
    border-radius: 5px;
}
.area_maker_wrap a{
    color: #fff;
}
.area_maker {
    width: 86px;
    height: 55px;
    background-repeat: no-repeat;
    background-color: white;
    background-position: 50% 50%;
    background-size: contain;
}
.area_maker_wrap_admin {
    background-color: white;
    border: 2px solid #cb0010;
    padding: 5px;
    height: 60px;
    width: 80px;
    display: table-cell;
}
.area_maker_wrap_admintitle {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.image_form { height: 0; }
.hide_form {
    position: relative;
    z-index: 50;
    width: 110px;
    opacity: 0;
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0; /* Safari 1.x */
}
.image_form_bg {
    position: relative;
    z-index: 0;
    top: -26px;
    display: block;
    height: 25px;
    width: 110px;
    background-image: url(/images/common/bt_file.gif);
}
strong { font-weight: bold !important; }
em { font-style: italic !important;  font-family: font-family:'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', 'メイリオ', 'Meiryo', sans-serif;
}
