#nafuda_tag {
    width: 100%;
}

#nafuda_tag_description {
    font-size: 10px;
    color: gray;
}

#tag_cloud {
    height: 200px;
    overflow: hidden;
}
#tag_cloud_area {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#tag_cloud_area_inner {
    width: 100%;
    height: auto;
}

#tag_area {
    width: 100%;
    border-radius: 2px;
    border-color: black;
    border-width: 1px;
    background-color: #d9f5f3;
    vertical-align:middle;
}

#tag_input_area {
    width: 100%;
    cursor: text;
}

.tagName {
    background-color: #080;
    color: #fff;
    margin: 5px;
    padding: 10px;
    display:inline-block;
    text-align: center;
    vertical-align:middle;
    cursor: pointer;
    font-size: 12px;
}
.tagNameIcon {
    content: url("../assets/parts/tag_icon.png");
    padding-right: 3px;
    display: inline;
}
.tagName:active {
    background-color: #b8ffa0;
}

.selectedTagName {
    background-color: #aacf52;
    color: #fff;
    margin: 3px;
    height: 20px;
    border-radius: 3px;
    padding: 3px 5px;
    float: left;
    cursor: pointer;
    display:table-cell;
    text-align: center;
    vertical-align:middle;
}
.selectedTagName:before {
    content: url("../assets/parts/tag_icon.png");
    padding-right: 3px;
}

.selectedTagName:active {
    background-color: #b8ffa0;
}

#selected_tags {
    float:left;
    display:table-cell;
    vertical-align:middle;
}

#input_tags {
    height: 20px;
    margin: 3px;
    padding: 3px 5px;

    vertical-align:middle;
    display:table-cell;
    float:left;
    border: none;
    background: none;

}

#input_tags:focus {
    border: none;
    background-color: #d9f5f3;
    outline: 0;
}
