@charset "utf-8";
.com-hd {
    background-image: url(../images/about_hd.jpg);
    background-position: center 0%;
}
.about-inner {
    width: 100%;
}
.about-table {
    width: 100%;
}
.about-th {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-right: 4px;
    padding-bottom: 20px;
    padding-left: 4px;
    line-height: 150%;
    margin-top: 0px;
    vertical-align: top;
}
.about-td {
    width: 100%;
    padding-top: 20px;
    padding-right: 4px;
    padding-bottom: 20px;
    padding-left: 4px;
    line-height: 150%;
}
.th-box {
    background-color: rgba(171,7,2,1.00);
    color: rgba(255,255,255,1.00);
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    background-image: -webkit-linear-gradient(6deg,rgba(249,208,209,1.00) 0%,rgba(171,7,2,1.00) 100%);
    background-image: -moz-linear-gradient(6deg,rgba(249,208,209,1.00) 0%,rgba(171,7,2,1.00) 100%);
    background-image: -o-linear-gradient(6deg,rgba(249,208,209,1.00) 0%,rgba(171,7,2,1.00) 100%);
    background-image: linear-gradient(84deg,rgba(249,208,209,1.00) 0%,rgba(171,7,2,1.00) 100%);
    font-weight: bold;
    font-size: 18px;
}
.about-tr {

}
.about-inner {
}
.about-td p {
    font-size: 18px;
}
.about-license {
    font-size: 80%;
}






@media print,screen and (min-width: 800px) {
	.about-table {
    width: 1000px;
    display: table;
}
.about-th {
    width: 300px;
    text-align: right;
    display: table-cell;
    border-bottom: 1pt solid rgba(208,208,208,1.00);
    padding-left: 0px;
    padding-right: 0px;
}

.about-td {
    width: 640px;
    vertical-align: middle;
    display: table-cell;
    border-bottom: 1px solid rgba(208,208,208,1.00);
}
.th-box {
    background-color: rgba(171,7,2,1.00);
    color: rgba(255,255,255,1.00);
    margin-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 30px;
    text-align: right;
    background-image: -webkit-linear-gradient(6deg,rgba(249,208,209,1.00) 0%,rgba(171,7,2,1.00) 100%);
    background-image: -moz-linear-gradient(6deg,rgba(249,208,209,1.00) 0%,rgba(171,7,2,1.00) 100%);
    background-image: -o-linear-gradient(6deg,rgba(249,208,209,1.00) 0%,rgba(171,7,2,1.00) 100%);
    background-image: linear-gradient(84deg,rgba(249,208,209,1.00) 0%,rgba(171,7,2,1.00) 100%);
    font-weight: bold;
    font-size: 18px;
}

	
}
