@charset "utf-8";

/* CSS Document */
/* Main */
* {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    line-height: 1.6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    text-align: justify;
    margin: 0;
    padding: 0;
}

/* Links */
a {
    text-decoration: none;
    color: #808080;
    text-decoration: underline;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover {
    color: #333;
}

a:hover img {
    border: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* IE6?!E7???? */
    -moz-opacity: 0.6;
    /* Firefox1.5???????? */
}

p {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 30px 0 20px;
}

/* Wrapper */
.wrapper {
    width: 980px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

#head {
    margin: 10px 0 -10px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

#company ul {
    margin: 5px 0 15px;
    padding: 0;
}

#company li {
    list-style: none;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.company_name {
    font-size: 16px;
    font-weight: bold;
    color: #ebaa15;
}

.company_tagline {
    font-style: italic;
}

#company_info {
    text-align: right;
    font-size: 11px;
    line-height: 16px;
}

/* Navi */
.line {
    border-top: 1px solid #ccc;
}

#navi ul {
    margin: 0 auto;
    padding: 0;
    width: 980px;
}

#navi li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

#navi li a:hover {
    border: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* IE6?!E7???? */
    -moz-opacity: 0.6;
    /* Firefox1.5???????? */
}

#main_img {
    width: 2000px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

#main_img2 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    background: url('../img/main.png') no-repeat top center;
    height: 310px;
}

#main_icon {
    z-index: 10;
    position: relative;
    margin: -90px 0 0;
    padding: 0;
    width: 980px;
}

#main_icon li {
    width: 280px;
    list-style: none;
}

#main_icon li img {
    margin: 0 auto;
    text-align: center;
}

.ml20 {
    margin-left: 50px;
}

.btn02 {
    border: 1px solid #333;
    font-weight: bold;
    text-transform: lowercase;
    padding: 8px 12px;
    text-shadow: none !important;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
}

.btn02:hover {
    background: #333;
    color: #fff;
}

.hero02 {
    background-color: #010101;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
    height: 180px;
    text-align: center;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.hero03 {
    background-color: #010101;
    background-repeat: no-repeat;
    background-position: top center;
    color: #333;
    height: 190px;
    text-align: center;
    margin: 0 0 -17px;
    overflow: hidden;
    padding: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.hero04 {
    background-color: #010101;
    background-repeat: no-repeat;
    background-position: top center;
    color: #333;
    height: 190px;
    text-align: center;
    margin: 0 0 -17px;
    overflow: hidden;
    padding: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.hero__btn03 {
    border: 1px solid #333;
    color: #333;
    padding: 5px 0;
    width: 160px;
    display: inline-block;
}

.hero__btn04 {
    border: 1px solid #021a5c;
    color: #333;
    padding: 5px 0;
    width: 160px;
    display: inline-block;
}

.mt10 {
    margin-top: 40px;
}

.mb10 {
    margin-bottom: 10px;
}

/* Update */
#update {
    margin: 60px 0 0;
    background: #f1f1f1;
    padding: 30px 0;
}

#update dl {
    margin: 0;
    padding: 0;
}

#update dt {
    width: 480px;
    margin: 0;
    padding: 0;
    float: left;
}

#update dd {
    width: 500px;
    margin: 0;
    padding: 0;
    float: left;
}

.update {
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}

.green {
    color: #85AC38;
}

/* Footer */
#footer {
    margin: 40px 0;
    text-align: center;
}

/* Gallery */
#gallery {
    margin: 20px 0;
}

.category {
    width: 230px;
    float: left;
    margin: 5px 20px 10px 0;
}

.category-indexbase ul,
.category-indexbase li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-indexbase div:nth-child(4n) {
    margin-right: 0;
}

.category_img {
    width: 230px;
    line-height: 160%;
    margin-bottom: 8px;
}

.category_img a {}

.category_img h2 {
    display: block;
    white-space: pre-line;
    font-weight: normal;
    padding: 0 4px 4px 4px;
    margin: 4px 0 0 0;
    height: 30px;
    font-size: 12px;
}

.category_img p,
.category_img a img {
    width: 230px;
    border: 1px solid #ccc;
}

.category_img p {
    height: 230px;
    overflow: hidden;
    margin-top: 4px;
}

.category_img a img {
    vertical-align: bottom;
}

/* About */
#about dl {
    margin: 0;
    padding: 0;
}

#about dt {
    margin: 0;
    padding: 0;
    float: left;
    width: 400px;
}

#about dd {
    margin: 0;
    padding: 0;
    float: left;
    width: 580px;
    text-align: center;
}

#info dl {
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
}

#info dt {
    width: 280px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    float: left;
}

#info dd {
    width: 700px;
    margin: 0;
    padding: 0;
    float: left;
}

.table_css {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: left;
}

.table_left {
    background: #eeeeee;
    padding: 10px;
    width: 20%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

.table_right {
    padding: 10px;
    width: 76%;
    border-bottom: 1px solid #ccc;
}

.tbl_center {
    text-align: left;
    margin: 0 auto;
}

.tbl_ph {
    margin-right: 100px;
}

.frm01 {
    border: 1px solid #ccc;
    padding: 3px;
    width: 660px;
}

.frm02 {
    border: 1px solid #ccc;
    padding: 3px;
    width: 660px;
    height: 150px;
    resize: none;
}

.carousel_price {
    color: #C00;
}

.tbl01,
.tbl02 {
    padding: 15px 5px;
    border-bottom: 1px dotted #ccc;
    line-height: 20px;
}

.product_name {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.pagination {
    margin: 20px 0;
    text-align: center;
    word-spacing: -1em;
}

.pagination li {
    background: none repeat scroll 0 0 #fff;
    color: #999;
    display: inline-block;
    font: bold 12px/13px Arial, Helvetica, sans-serif;
    list-style: outside none none;
    margin: 0 2px;
    padding: 5px 10px 7px;
    word-spacing: normal;
}

.pagination li a {
    display: inline-block;
    margin: -5px -10px -7px;
    padding: 5px 10px 7px;
    text-decoration: none;
}

.pagination li a,
.pagination li a:link,
.pagination li a:visited,
.pagination li a:active {
    background: none repeat scroll 0 0 #efefef;
    color: #999;
}

.pagination li a:hover,
.pagination li a:focus {
    background: none repeat scroll 0 0 #d7d7d7;
}

.pagination li {
    border: 1px solid #efefef;
}

/* Product */
#about3 dl {
    margin: 0 0 20px;
    padding: 20px 0;
    border-bottom: 1px dotted #cccccc;
}

#about3 dt {
    margin: 0;
    padding: 0;
    float: left;
    width: 420px;
}

#about3 dd {
    margin: 0;
    padding: 0;
    float: left;
    width: 560px;
    text-align: center;
}

#about3 td:nth-child(2n) {
    width: 450px;
    font-weight: normal;
}

#about3 td {
    font-weight: bold;
    vertical-align: top;
    width: 110px;
}