@charset "utf-8";

html, body {
    height: 100%;
    min-width: 970px;
}

#wrap{
    width: 100%;
    position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
}

.main-container, .top-content {
    padding-bottom: 60px;
}

#page-footer {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
}

a {
    color: #38972d;
}

a:hover {
    color: #38972d;
}

a:active {
    color: #38972d;
}

.breadcrumb > li + li:before {
    color: #000;
}

.breadcrumb > .active {
    color: #000;
}

.container {
    max-width: none !important;
    width: 970px;
}

h4 {
    font-size: 13px;
}

footer {
    margin-top: 20px;
    clear: both;
}

.required {
    color: #f00;
}

.error-message {
    color: #f00;
    display: block;
}

.fieldset_table th, .fieldset_table th {
    padding-top: 10px;
}

.fieldset_table th {
    padding-right: 20px;
}

.form-cell {
    padding-right: 2em;
}

.form-group-title-cell {
    margin-top: 10px;
    padding-left: 0;
}

.input-xm {
    height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group {
    margin-top: 0;
    margin-bottom: 5px;
}

#page-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #38972d;
    color: #fff;
    z-index: 2;
}

#top_nav {
    background-color: #e7ffe9;
    /*height:55px;*/
    height:75px;
    border: none;
/*    position: fixed;
    z-index: 100;*/
}

.product-list-pagination span {
    margin-right: 5px;
    margin-left: 5px;
}

.pagination-link {
    /*color: #000;*/
}

.pagination-link-active a {
    /*color: #000 !important;*/
    background: #38972d;
    padding: 3px 6px;
    color: #ffffff;
}

.breadcrumb {
    background-color: transparent !important;
}

.breadcrumb > li + li:before {
    content: ">";
}

.list-errors {
    border: 1px solid #38972d;
    background-color: #e7ffe9;
    padding-top: 10px;
    padding-bottom: 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.list-errors li {
    color: #38972d;
}

/** dialog **/
.modal {
    z-index: 1000000 !important;
}

/** company **/
.table-company-info {
}
.table-company-info tbody tr th {
    width: 10em;
    background-color: #f5f5f5;
    font-weight: normal;
}

.image-company {
    margin-bottom: 22px;
}

/** top **/
.top-header-box {
    background-color: #ffffff;
    height: 75px;
}
.top-header-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.top-header-content {
}

.top-content {
    background-color: #ebf8f1;
}

.top-page-footer {
    background-color: #e7ffe9;
    color: #fff;
}

.top-section-title {
    font-weight: bold;
    margin: 55px 0 25px 110px;
}

.top-section-title:before {
    content: "◆";
    padding-right: 0.2em;
}

.top-section-title2 {
    font-weight: bold;
    margin: 45px 0 25px 0;
}

.top-section-title2:before {
    content: "◆";
    padding-right: 0.2em;
}

.top-category-list {
    max-width: 1170px;
    list-style: none;
    padding-left: 0;
}

.top-category-list li {
    /*padding: 10px;*/
}

.top-category-panel {
    margin: 0 auto;
    width: 180px;
    height: 161px;

    /*border: 1px solid #eee;*/
    /*padding: 5px;*/

    /*-webkit-border-radius: 3px;*/
       /*-moz-border-radius: 3px;*/
            /*border-radius: 3px;*/
}

.top-category-panel img{
    width: 160px;
}

/** inquiry **/
.inquery-box {
    margin-top: 30px;
    margin-bottom: 100px;
    border: solid 5px #eee;
    padding: 40px 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow:0 0 0 1px #ddd inset, 0 0 0 1px #ddd;
}

.fortop{
    margin-bottom:0;

}

.address-row {
    margin-top: 5px;
}

.inquiry-table {
    border: solid 1px #ddd;
}
.inquiry-table th {
    background-color: #f5f5f5;
    font-weight: normal;
}

.submit-area {
    text-align: center;
}

.send-box {
    margin: 30px auto;
    width: 650px;
    border: solid 5px #eee;
    padding: 40px 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow:0 0 0 1px #ddd inset, 0 0 0 1px #ddd;
    line-height: 1.6em;
}


/** side menu **/
.side-menu-product-category {
    padding-left: 1.2em !important;
}

.side-menu-mylist {
    padding-left: 2em !important;
}

#over-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0.5;
    width: 100%;
    height: 100%;

    background-color: #000;
}

.menu-search-keyword {
    background-color: #fff !important;
    border: solid 1px #ccc !important;
    margin-top: 4px !important;
    height: 28px !important;
}

.btn-left-menu-search {
    margin-left: 0;
    margin-top: -6px !important;
    background-color: #ccc;
    height: 28px !important;
}

.left-menu-search-icon {
    color: #fff !important;
    padding: 0 !important;
}

.btn-side-menu-open {
    position: fixed;
    top: 18px;
    right: 20px;
    opacity: 0.8;
    z-index: 100;
}

.btn-mylist-menu-open {
    position: fixed;
    top: 60px;
    right: 20px;
    opacity: 0.8;
}

.glyphicon-book{
    background: url(../img/top/category.png) no-repeat 1.2em center;
    padding-left
}

.glyphicon-home{
    background: url(../img/top/home.png) no-repeat 1.2em center;
}

.glyphicon-asterisk{
    visibility: hidden;
    background: url(../img/top/company.png) no-repeat 1.2em center;
}

.glyphicon-envelope{
    visibility: hidden;
    background: url(../img/top/mail.png) no-repeat 1.2em center;
}
.glyphicon-arrow-left{
    background: url(../img/top/close.png) no-repeat 182px center;
    height: 40px;
}

.glyphicon-arrow-right{
    background: url(../img/top/menu.png) no-repeat center;
    font-family: normal;
    display: block;
    height: 20px;
    width: 14px;
}

.left-menu-search-icon{
      font-family: 'Glyphicons Halflings'!important;
}


/** search **/
ul.search-product-list {
    list-style-type: none;
    /*width: 970px !important;*/
    margin: 0 0 20px 0;
}

ul.search-product-list li {
    float: left;
    position: relative;
    /*width: 212px;*/
    width: 170px;
    /*height: 360px;*/
    padding: 10px;
    border: solid 1px #eeeeee;
    margin-top: -1px;
    margin-left: -1px;
}

ul.search-product-list li p {
    color: #000 !important;
}

ul.search-product-list li a:hover {
    text-decoration: none !important;
}

ul.search-product-list li[data-line-first="1"] {
    border-left-width: 0;
}

/** list **/
.product-list-iamge-box {
    position: relative;
    margin: 10px 4px;
}

.product-list-icon {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1px;
    background-color: #fff;
    font-size: 11px;
}

.product-list-icon-abolition {
    border: 1px solid #00add2;
    color: #00add2;
    padding: 1px 5px;
}

.product-list-icon-newrelease {
    border: 1px solid #ed6c00;
    color: #ed6c00;
    padding: 1px 5px;
}

.product-list-name {
    margin-bottom: 0;
    min-height: 4.5em;
    font-size: 13px;
}

.list-select-box {
    padding-top: 3px;

    border: 0;
    bottom: 0;
    right: 10px;
    height: 26px;
    position: absolute;
    width: 6em;
    min-width: 80px;
    min-height: 2.5em;

    box-shadow: none;
    -webkit-box-shadow: none;
    border: solid 1px #ddd;

    text-align: right;
    font-weight: normal;

    cursor: pointer;
}

/** product detail */
.product-detail-name {
    font-size: 18px;
    font-weight: bold;
}

.product-detail-detail {
   margin-top:15px;
}

.product-detail-icon-abolition{
    color: #00add2;
    border: solid 1px #00add2;
    padding: 2px 5px;
    width: 4.7em;
    text-align: center;
    font-size: 14px;
}

.product-detail-icon-newrelease{
    color: #ed6c00;
    border: solid 1px #ed6c00;
    padding: 2px 5px;
    width: 4.7em;
    text-align: center;
    font-size: 14px;
}

.product-detail-info-table {
   margin-top:35px;
}

.product-detail-info-table tbody tr th {
    background-color: #f6f6f6;
    font-weight: normal;
/*    padding-left: 15px;
    padding-right: 15px;*/
    border-bottom: solid 1px #dddddd;
}

.product-detail-info-table tbody tr td {
    padding-left: 15px;
    padding-right: 15px;
     border-bottom: solid 1px #dddddd;
}

.size-weight-list dt {
    font-weight: normal;
}

.size-weight-list dd {
    margin-left: 1em;
}

.product-thumbnail-list {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}

.product-thumbnail-list li {
    float: left;
    margin-right: 3px;
}

.product-thumbnail-list li img {
    border: solid 1px #fff;
}

.image-select {
    border: solid 1px #ccc !important;
}

.staff-only th:before {
    content: "☆"
}

/** mylist estimate **/
.table_estimate {
    border-bottom: solid 1px #ddd;
}

.table_estimate tbody tr th {
    width: 200px;
    background-color: #eee;
}

.table_estimate tbody tr th label {
    font-weight: normal;
}


.estimate-product-list {
    list-style-type: none;
    padding-left: 0;
}

.estimate-product-list li {
    float: left;
    margin-right: 5px;
}

#estimate-mail-table-wapper table {
    border-bottom: solid 1px #ddd;
}

#estimate-mail-table-wapper table tbody tr th {
    width: 200px;
    background-color: #eee;
}

#estimate-mail-table-wapper table tbody tr th label {
    font-weight: normal;
}


/** --------------- moriwrote -------------- **/

.pagination{
margin:0 0 20px 0px;
}


.pagination > li > a, .pagination > li > span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #38972d;
    text-decoration: none;
    background-color: #fff;
    border: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #38972d;
    border-color: #38972d;
}

h2, .h2{
    font-size: 20px; 
}

.navbar-brand{
    padding:22px 15px;
}

.mgnb10{
    margin-bottom: 10px;
}

body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.5em;
}

ul.search-product-list li a:hover img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.mgn10{
    margin: 10px;
}

.noItem{
    margin: 15px 0 0 -30px;
    font-size: 15px;
}