.webboard {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.webboard .post-wrapper {
    text-align: left;
    line-height: 30px;
    font-size: 0.929em;
    position: relative;
    padding: 0px;
    margin: 25px 0px 10px 0px;
}

.webboard .title {
    font-size: 15px;
    padding: 0px 25px 0px 20px;
    margin-left: 50px;
    white-space: nowrap;
    position: relative;
    z-index: 6;
    color: #008cff;
    background: #f6f9fe;
}

.webboard .title-line {
    position: absolute;
    top: 16px;
    right: 0;
    left: 0px;
    z-index: 5;
    line-height: 1px;
    border-bottom: solid 1px #2978bb;
}

.arrow-down {
    position: absolute;
    top: 11px;
    left: 165px;
    z-index: 7;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    background: #fff;
    border-top: 9px solid #2978bb;
}

.webboard p {
    margin: 0;
    padding: 0;
}

.webboard .owner {
    margin-bottom: 20px;
    padding: 5px 30px 15px 30px;
}

.webboard .owner a {
    color: #9011be;
}

.webboard .owner a:hover {
    color: #FFC000;
}


/******************* Owner Style *************************/

.green-owner {
    background: #d9effe;
    border: #1c55b7 1px solid;
    color: #fff;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.owner h2 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #2b70ca;
}

.owner .date {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: #003b77 1px solid;
    color: #000;
}

.owner .detail {
    font-size: 15px;
    padding: 20px 10px;
    border-top: #28add7 1px solid;
    color: #026006;
}

.owner-info {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    background: #2b70ca;
    border: #0c67b4 1px solid;
}

.owner-info .name {
    display: inline-block;
    height: 30px;
    padding-left: 30px;
    background: url(../images/webboard/info-1.png) no-repeat;
}

.owner-info .mail {
    display: inline-block;
    height: 30px;
    padding-left: 30px;
    background: url(../images/webboard/info-1.png) 0 -30px no-repeat;
}

.owner-info .ip {
    display: inline-block;
    height: 30px;
    padding-left: 30px;
    background: url(../images/webboard/info-1.png) 0 -60px no-repeat;
}


/******************* Comment Style *************************/

.webboard .comment {
    margin-bottom: 20px;
    padding: 20px 30px 15px 30px;
}


/***********************************************************/

.green-comment {
    background: #d9effe;
    border: #1f5abb 1px solid;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.comment .top {
    color: #0f3c63;
    font-size: 14px;
    padding-bottom: 10px;
    height: 25px;
    border-bottom: #4384bb 1px solid;
}

.comment .postnumber {
    float: left;
}

.comment .date {
    float: right;
}

.comment .detail {
    font-size: 15px;
    padding: 20px 10px;
    color: #00325d;
    border-top: #2b70ca 1px solid;
}

.comment-info {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    color: #ffffff;
    background: #2b70ca;
    border: #286ac7 1px solid;
}

.comment-info .name {
    display: inline-block;
    height: 30px;
    padding-left: 30px;
    background: url(../images/webboard/info-1.png) no-repeat;
}

.comment-info .mail {
    display: inline-block;
    height: 30px;
    padding-left: 30px;
    background: url(../images/webboard/info-1.png) 0 -30px no-repeat;
}

.comment-info .ip {
    display: inline-block;
    height: 30px;
    padding-left: 30px;
    background: url(../images/webboard/info-1.png) 0 -60px no-repeat;
}


/******************* Post Style *************************/

.webboard .post {
    margin-bottom: 20px;
    padding: 20px 50px 20px 50px;
}


/*******************************************************/

.green-post {
    background: #d6edfe;
    border: #215ebe 1px solid;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.green-post ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.green-post ul li {
    position: relative;
    margin-bottom: 10px;
    list-style: none;
}

.green-post ul li input {
    color: #294b08;
    font-size: 17px;
    width: 100%;
    padding: 10px;
}

.green-post ul li textarea {
    color: #294b08;
    font-size: 17px;
    width: 100%;
    padding: 10px;
}

.green-post .btn {
    padding: 10px 15px;
    background: #fd8e03;
    border: #fff 1px solid;
    color: #fff;
}

.btn-post {
    display: inline-block;
    border: #4d9fe4 1px solid;
}

.btn-post span {
    display: inline-block;
    padding: 10px;
    margin: 3px;
    background: #215ebe;
    border: #fff 1px solid;
    color: #fff;
}


/***********************************************************/

.webboard .list {
    margin: 15px 0;
    background: #d5edfe;
    border: #2d74cd 1px solid;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.webboard .list .bar-w {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.webboard .list .top {
    padding: 10px 20px;
    background: #2d74cd;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.webboard .list .mid {
    padding: 10px 10px;
}

.webboard .list .mid ul {
    margin: 10px 0;
    padding: 0;
}

.webboard .list .mid ul li {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    /* border-top:#fff 1px solid; */
    border-bottom: #194fb3 1px solid;
}

.webboard .list .mid ul li:first-child {
    border-top: none;
}

.webboard .list .mid ul li:last-child {
    border-bottom: none;
}

.webboard .list .mid ul li .topic {
    margin: 3px 0;
    padding: 3px 0;
    color: #fd8e03;
    font-weight: bold;
}

.webboard .list .mid ul li .topic a {
    color: #2d74cd;
    text-decoration: none;
}

.webboard .list .mid ul li .orther {
    margin: 3px 0;
    padding: 3px 0;
    color: #2d74cd;
}

.bar-line {
    /* background:url(../images/webboard/line.jpg) top right no-repeat; */
}

.list-line {
    /* background:url(../images/webboard/line.jpg) 100% -50px no-repeat; */
}


/***************************************/

.b-tool {
    height: 30px;
}

.plus {
    position: absolute;
    right: 10px;
    display: block;
    width: 115px;
    height: 29px;
    background: url(../images/webboard/plus.jpg);
    line-height: 27px;
    text-indent: 15px;
    color: #fff;
    border: #2978bb 1px solid;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.4);
}

.plus:hover {
    color: #fff;
    text-decoration: none;
}

.b-search {
    border: #1d56b9 1px solid;
    position: absolute;
    right: 130px;
    width: 171px;
    height: 29px;
}

.b-search .s-btn {
    float: left;
    width: 29px;
    height: 27px;
    line-height: 27px;
    text-indent: 15px;
    color: #fff;
}

.b-search .s-box {
    float: left;
    width: 125px;
    height: 27px;
    line-height: 27px;
    color: #fff;
}

.b-search .s-box input {
    width: 140px;
    height: 27px;
    padding: 0 3px;
    line-height: 20px;
    border: none;
    font-size: 15px;
    -webkit-box-shadow: inset 2px 5px 9px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 2px 5px 9px -2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 2px 5px 9px -2px rgba(0, 0, 0, 0.1);
    background: #d5edfe;
}