
.popbox{
	width:100% !important;
}
.popbox_collapse { 
    position:relative;
    z-index:10;
}

.popbox_open{
    display:inline-block;
    text-indent:-17px;
    margin:5px 0px 3px 17px;
}
.popbox_open:link {
    color:#780000;
    text-decoration:underline;
}
.popbox_open:hover {
    text-decoration:none;
}
.popbox_open:before {
    content:"";
    display:inline-block;
    width:12px;
    height:12px;
    margin-right:5px;
    background:url(../image/icon_help.png) center no-repeat;
}
.popbox_open strong{

}
    .popbox_box {
        display:none;
        background:#ffffff;
        border:solid 1px #999999;
        border-radius:2px;
        box-shadow:0px 0px 15px #999;
        position:absolute;
        line-height:1.7em;
        box-sizing:border-box;
    }

    .popbox_box > h5 {
        padding:5px 10px;
        text-align:center;
        border-bottom:solid 2px #780000;
        background:#fafafa;
        margin:5px;
    }
    .popbox_box > .inner {
        padding:5px 15px 10px;
        font-size:12px;
    }
    .popbox_box ul{
        margin:3px 0px 3px 15px;
    }
    .popbox_box ul li {
        list-style:square;
    }

      .popbox_arrow {
      	width: 0;
      	height: 0;
      	border-left: 11px solid transparent;
      	border-right: 11px solid transparent;
      	border-bottom: 11px solid #FFF;
      	position:absolute;
      	left:1px;
      	top:-10px;
      	z-index:1001;
      }

      .popbox_arrow-border {
      	width: 0;
      	height: 0;
      	border-left: 11px solid transparent;
      	border-right: 11px solid transparent;
      	border-bottom: 11px solid #BBBBBB;
      	position:absolute;
      	top:-12px;
      	z-index:1000;
      }
