/*アクションボタン対応 16OPT-2-14 START*/
.action_btn{
    position: fixed;
    top: 0;
    width: 730px;
    z-index: 1;

    /*16OPT-2-14ではスマホ対応のみのため非表示とする*/
    display:none!important;
}

.action_btn > #ctl00_CmpMenuCtl2_pnlHead {
    background-color: #FFFFFF;
    border: solid 1px #00a7eb;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: none;
    height: 50px;
}

.eventButton{
    display: block!important;
}

#buttonCloseFrame {
    border: solid 1px #00a7eb;
    background-color: #e1e1e1;
    display: inline-block;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 15px;
    width: 15px;
    float: right;
    margin: 10px;
    cursor: pointer;
    text-align: center;
    color: #00a7eb;
}

.action_btn div#ctl00_CmpMenuCtl2_pnlControlHeader td.bookmark {
    padding: 0 10px!important;
}

.action_btn div#lblComName {
    width: 350px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    display: inline-block;
    padding: 10px;
    font-size: 11px;
    float: left;
    font-weight: bold;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.action_btn .EntryAction{
    float: left;
}

td.entry img{
    vertical-align: middle;
}

.action_btn td.bookmark{
    display: none;
}

.action_btn td.seminar img{
    position: absolute;
    top: 10px;
    right: 205px;
}

.action_btn td.entry img{
    position: absolute;
    top: 10px;
    right: 50px;
}
/*アクションボタン対応 16OPT-2-14 END*/

#wrapper{
	width:960px;
	margin:0 auto;
}