@charset "utf-8";

.view {
    margin: auto;
    width: 1100px;
   
    padding: 20px;
}

table.noticeView {
    width: inherit;
}

.view h1 {
    font-size: 30px;
    float: left;
    color: #FFA600;
    margin: 20px;
}

table.noticeView tr {
    width: inherit;
    border-top: 1px solid gray;

}

table.noticeView tr th{
    text-align: left;
    width: inherit;
    font-size: 13px;
    color: #222;
    border: 1px solid black;
    border-left: none;
    border-right: none;
    padding-left: 10px;


}




table.noticeView tr th:first-child {
    width: 140px;
    line-height: 30px;
}


table.noticeView tr td {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-left: none;
    border-right: none;
    font-size: 13px;
    text-align: left;
    padding-left: 10px;

}

table.noticeView tr td:first-child {
    width: 140px;
    text-align: left;
    line-height: 30px;

}

table.noticeView tr:nth-child(4) td {
    

}

.asd {
	display: block;
	 margin: 15px;
    float: right;
    line-height: 35px;
    width: 70px;
    height: 35px;
    font-size: 14px;
    font-weight: lighter;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #FFA600;
    cursor: pointer;
}
