@charset "utf-8";

#content .min-h {
    min-height: 300px;
}

#content .slider-wrapper {
    margin-top: -10px;
    margin-bottom: 10px;
}

#content .wrapper {
	padding:10px;
	background: #fff;
    font-size: 14px;
    color: #454545;
	box-shadow: 0px 0px 3px #aaa;
	overflow: hidden;
	margin-bottom: 10px;
}
#content .heading {
    border-bottom: 1px solid #ccc;
}
#content .desc p {
    padding: 10px 0;
    line-height: 18px;
    text-align: justify;
}


#content .desc ul li {
    line-height: 1.5em;
}
#content .desc ul li a {
    font-weight: bold;
    color: inherit;
}
.desc ul li a:hover {
    text-decoration: underline;
    
}
.desc.reach {
    position: absolute;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 20px;
    height: 160px;
    right: 0;
}
.textbox.border-btm {
    border-bottom: 1px solid #aaa;
}
.application-form .textbox {
    padding: 3px 10px;
}
.application-form select {
    padding: 3px 10px;
    border-width: 0 0 1px 0;
    width: 220px;
}
.mbox-btns {
    margin: 20px auto 0;
    width: 75px;
}
.email-msg > span {
    margin: 20px;
    display: block;
    text-align: center;
    position: relative;
    line-height: 20px;
    color: #555;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ccc;
}
.application-form {
    margin: 20px 80px;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.application-form .hint {
    font-style: italic;
    font-size: 0.85em;
    color: #aaa;
}
.application-form .buttons {
    margin-top: 20px;
    /* float: right; */
    /* margin-right: 20px; */
    height: 30px;
    line-height: 26px;
}
.application-form table tr:nth-child(4) td {
    vertical-align: baseline;
}
span.toggle-display {
    position: absolute;
    bottom: 10px;
    cursor: pointer;
    text-decoration: underline;
    background: #000;
    padding: 5px;
}
.hide {
    right: -100% !important;
}
.visible {
    bottom: 60px !important;
	visibility:visible !important;;
}
#showAdd {
    position: absolute;
    right: 0;
    background: #000;
    padding: 5px;
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
    visibility: hidden;
}
#content .col-1-3 .left, #content .col-2-3 .left {
    padding-right: 5px;
}
#content .col-1-3 .right, #content .col-2-3 .right {
    padding-left: 5px;
}

#aside .links {
    margin: 15px 0 0 0;
}
#aside .links ul li {
    margin-bottom: 10px;
    margin-left: 25px;
}
#aside .links ul li a {
    padding: 10px;
	transition:all 0.3s ease;
    background: #ccc;
    display: block;
    color: #333;
    width: 230px;
    border-radius: 3px;
}
#aside .links ul li.current:before {
    display: block;
    content: '';
    float: left;
    border-width: 17px 17px 17px 0;
    border-style: solid;
    border-color: transparent #54b2db;
    margin-left: -16px;
}

#aside .links ul li.current a, #aside .links ul li a:hover {
    background: #54b2db;
    color: #fff;
}
#aside .links ul li:last-child {
    margin-bottom: 5px;
}
#content .wrapper:last-child {
    margin-bottom: 0;
}
#aside .prod-list figure.prod-img {
    background: #ccc;
    width: 80px;
    height: 50px;

    float: left;
    margin-right: 10px;
}
.prod-list ul li {
    margin-bottom: 2px;
    padding: 0 30px;
}
.prod-list ul li a {

    display: block;
    padding: 18px;
    color: #333;
}
#aside .prod-list {
    margin-top: 10px;
}
.prod-list ul li a:hover {
    background: #54b2db;
    color: #fff;
}
ul#point {
    margin-top: 10px;
}
ul#point li {
    margin-bottom: 10px;
}
.reach p {
    font-weight: bold;
}
.desc.job-list {
    margin: 10px 0 0 0;
}
.job-list th {
    background: #666;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}
.job-list td {
    text-align: center;
    padding:5px;
    vertical-align: middle;
}
.job-list tr {
    background:#ddd;
    font-size: 0.95em;
    height: 40px;
	cursor:pointer;
}
.job-list table {
    border-spacing: 2px;
    border-collapse: separate;
}
.job-list tr:hover, .job-list tr:nth-child(odd):hover {
    background: rgba(84, 178, 219, 0.51);
}

.job-list tr:nth-child(odd) {
    background: rgba(128, 0, 128, 0.38);
}
.desc .prod ul li {
    display: inline-table;
    background: #ccc;
    margin: 5px;
    padding: 10px;
    width: 275px;
    color: #fff;
    height: 130px;
    position: relative;
	transition:all 0.2s linear;
	cursor:pointer;
}
.desc .prod ul li:nth-child(2) {
    transition: a;
    margin-right: 0;
}
.prod ul li .prod-img {
	display: block;
	float: left;
	height: 50px;
	width: 100px;
	margin: 0 10px 5px 0;
	background-color: #fff;
	background-image: url(../images/prod-sprite.png);
	background-repeat: no-repeat;
}

.prod h3 {
    display: inline-block;
    margin-bottom: 35px;
    /* line-height: 30px; */
    font-weight: bold;
}
.desc .prod ul li:hover {
    background: #54b2db;
}
.prod-img.xm {
    background-position: -100px -50px;
}
.prod-img.fs {
    background-position: -300px -50px;
}
figure.prod-img.zr {
    background-position: -300px 0px;
}
figure.prod-img.zrd {
    background-position: -200px 0px;
}
figure.prod-img.zrl {
    background-position: -100px 0px;
}
figure.prod-img.zk {
    background-position: 0px -50px;
}
figure.prod-img.mz {
    background-position: -200px -50px;
}
figure.prod-img.mg {
    background-position: -400px -50px;
}