@CHARSET "UTF-8";

/* 全体的な基本レイアウトを記述 */
html,body,table {
    font-family:"メイリオ", sans-serif;
    font-size:9pt;
}

html,body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    overflow: hidden;
}

form {
    margin: 0px;
}

a {
    color: black;
    text-decoration: none;
}

a img {
    border: none;
}

input[type='radio'], input[type='checkbox'] {
    position: relative;
    top: 2px;
    margin-right: 5px;
}




.container {
    margin: 0;
    overflow: hidden;
    height: calc(100% - 35px) ;
}

.menu_wrapper {
    float: left;
    display: inline-block;
    background-color: #262626;
    height: 100%;
    z-index: 30;
    position: relative;
}

.right_wrapper {
    overflow-x: hidden;
    width: auto;
    /*height:100%*/
    height:calc(100% - 49px);
}

.contents {
    padding: 10px 10px 0px;
    min-height: calc(100% - 55px);
    box-shadow: 6px 5px 5px rgba(0,0,0,0.2) inset;
    position: relative;
    z-index: 0;
}

.contents_inner {
    min-height: 600px;
    width: auto;
    padding: 20px;
    position: relative;
    z-index: -20;
}

.return_icon {
    background: url(/image/ico_cancel_off.png) no-repeat center;
    cursor: pointer;
}

.return_icon:hover {
    background: url(/image/ico_cancel_on.png) no-repeat center;
    cursor: pointer;
}


/*
    汎用クラス
*/
/* ----------------------------------------------------------------------------------------------------------------------------
    fixed size css series
----------------------------------------------------------------------------------------------------------------------------*/

/* margin */
.margin_top_5 {
    margin-top: 5px;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_20 {
    margin-top: 20px;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_top_40 {
    margin-top: 40px;
}

.margin_left_10 {
    margin-left: 10px;
}

.margin_right_10 {
    margin-right: 10px;
}

.margin_bottom_2 {
    margin-bottom: 2px;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.margin_bottom_40 {
    margin-bottom: 40px;
}

/* padding */
.padding_15 {
    padding: 15px;
}

.padding_20 {
    padding: 20px;
}

.padding_top_100 {
    padding-top: 100px;
}

/* height */
.height_150 {
    height: 150px;
}

/* width */
.width_20 {
    width: 20px !important;
}

.width_50 {
    width: 50px !important;
}

.width_110 {
    width: 110px !important;
}

.width_130 {
    width: 130px !important;
}

.width_200 {
    width: 200px !important;
}

.width_300 {
    width: 300px !important;
}
