/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,latin-ext);*/

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.kbe-tbl-tree-wrapper {
    width: 960px;
    margin: 5px auto;
}

/* ==========================================================================
Flex
========================================================================== */
.map-item {
    background-color: #5d9625;
    border-radius: 10px;
    color: white;
    padding: 5px;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 13px;
	margin-bottom: 2px;
}

.map-item#no1,.map-item#no2,.map-item#no3,.map-item#no4,.map-item#no5,.map-item#no6,.map-item#no7,.map-item#no8,.map-item#no9 {
    /*width: 250px;*/
    height: 13px;
}
.map-item#no1:before, .map-item#no2:before, .map-item#no3:before, .map-item#no4:before, .map-item#no5:before, .map-item#no6:before, .map-item#no7:before, .map-item#no8:before, .map-item#no9:before {

    background-color: white;
    color: black;
    border-radius: 66px;
    padding: 3px 7px;
    margin-right: 10px;
    margin-left: 2px;
    font-weight: bold;
    font-family: serif;
    font-size: 11px;
	font-family: 'Open Sans', sans-serif;
}

.map-item#no1:before {
content: '1';
}
.map-item#no2:before {
content: '2';
}
.map-item#no3:before {
content: '3';
}
.map-item#no4:before {
content: '4';
}
.map-item#no5:before {
content: '5';
}
.map-item#no5:before {
content: '5';
}
.map-item#no6:before {
content: '6';
}
.map-item#no7:before {
content: '7';
}
.map-item#no8:before {
content: '8';
}
.map-item#no9:before {
content: '9';
}



.map-item-level-0 {
	margin-left: 0px;
	width: 400px;
}
.map-item-level-1 {
	margin-left: 40px;
	width: 360px;
}
.map-item-level-2 {
	margin-left: 80px;
	width: 320px;
}

/* ==========================================================================
Table
========================================================================== */

table.map-item {
    background-color: #5d9625;
    border-radius: 15px;
    color: white;
    padding: 10px;
    width: 250px;
    height: 50px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
}
table.map-item td.map-item-left {
    background: url(../img/map-no-bg.png) no-repeat center center;
    width: 20%;
    vertical-align: middle;
    text-align: center;
    color: black;
    font-family: serif;
    font-weight: bold;
    padding: 10px;
}
table.map-item td.map-item-right {
    padding: 10px;
    vertical-align: middle;
}





/* ==========================================================================
common
========================================================================== */
