div.content_body{
    padding: 20px 30px;
    display: none;
}


div.screen input[type="button"]{
    height: 27px;
}

/** 画面本体 */
div.screen{
    /**display: none;*/
}

div.screen div.ma_description,
div.screen div.ms_description{
    padding-left: 17px;
    font-size: 15px;
}
div.screen div.ma_body,
div.screen div.ms_body{
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 10px;
}
div.screen div.ms_body div.ms_info{
}
div.screen div.ms_body span.ms_info_label{
    font-size: 15px;
    line-height: 1.8em;
    color: #737373;
}
div.screen div.ms_body span.ms_info_value{
    font-size: 15px;
    line-height: 1.8em;
    color: green;
    font-weight: bold;
}
div.screen div.ms_body span.ms_info_value input[type="text"]{
    font-size: 15px;
    line-height: 1.8em;
    color: green;
    font-weight: bold;
    width: 70%;
    border-color: white;
}

table.ma_body_table{
    width: 100%;
}
table.ma_body_table th{
    font-weight: normal;
    background-color: #dbe8a0;
    color: #3b6602;
    text-align: left;
    font-size: 14px;
    padding: 2px 7px;
}
table.ma_body_table td{
    width:;
}
table.ma_body_table input[type="text"]{
    width: 100%;
}
table.ma_body_table input[type="button"]{
    width:;
}
.rdoidentifier,
.rdoscim{
    cursor: pointer;
}
.marginR15{
    margin-right: 15px;
}

textarea.oauthTextArea{
    width: 100%;
    height: 100px;
    font-size: 14px;
}

input[type="button"].oauthfile{
    font-size: 14px;
}

input[type="radio"]{
    cursor: pointer;
}

div#sc_tabs .ui-widget-header
{
    border: none;
    border-bottom: 1px solid #3f7506;
    background: #ffffff;
    border-radius: unset;
}

div#sc_tabs
{
    border: none;

}

div.screen_contents input[type="text"],
div.screen_contents textarea {
    border: solid 1px #a9a9a9;
    padding: 2px;
}

#sc_button_area{
    padding-right: 17px;
}
