@charset "utf-8";
/*
Theme Name: Green
Theme URI: http://jp.gobies.com
Description: 
Version: 1.0
Author: GOIBIES Inc.
Author URI: http://jp.gobies.com
Tags: simple
*/

/**************************************/
/*              GLOBALS               */
/**************************************/

body {
    color: #663300;
}

a {
    /* color: #663300; */
    color: #C59F2E;
}
a:hover {
    text-decoration: none;
    color: #165D46;
}

h3 {
    font-size: 15px;
    margin-bottom: 10px;
}

/**************************************/
/*              HEADER                */
/**************************************/

#header {
    margin-top: 10px;
    margin-bottom: 15px;
}



/**************************************/
/*        LANG NAVIGATION             */
/**************************************/

#lang-nav {
    padding-top: 34px;
}

#lang-nav ul {
    list-style-type: none;
}

#lang-nav ul li {
    float: left;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    border-left: 1px solid #c59f2e;
}

#lang-nav ul > *:first-child {
    border-left: none;
}

#lang-nav a {
    text-decoration: none;
    color: #c59f2e;
}
#lang-nav a:hover {
    color: #165D46;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/

#global-nav {
    background: url(images/gn_bg.png) 0px 0px transparent;
    width: 1073px;
    height: 32px;
    /* padding-top: 12px; */
    padding-top: 5px;
    padding-bottom: 7px;
}

#global-nav ul {
    list-style-type: none;
    margin-left: 19px;
}

#global-nav ul.menu {
    position: absolute;
    margin-top: 10px;
}

#global-nav ul li {
    float:left;
    font-size: 15px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    background: url("images/menu_sp.png") 0px 3px no-repeat;
}

#global-nav ul > *:first-child {
    background: none;
}

#global-nav ul li a {
    color: #ffffff;
}

#global-nav ul li.selected a {
    color: #fff600;
}

#global-nav ul li a:hover {
    color: #fff973;
    text-decoration: none;
}

#global-nav ul.menu li a{
    /* padding-bottom: 9px; */
}


/**************************************/
/*            HOME CONTENT            */
/**************************************/

#home {
    padding-top: 60px;
    padding-bottom: 60px;
}

#latest-news h2 {
    font-size: 18px;
    font-weight: bold;
    color: #373717;
}

#latest-news ul li {
    border-bottom: 1px dashed #c59f2e;
    padding: 5px 5px;
    width: 235px;
}

#home a.button {
    background: url("images/button_bg.png") 0px 0px transparent no-repeat;
    width: 97px;
    height: 23px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    padding-top: 4px;
}
#home a.button:hover {
    text-decoration: none;
    color: #fff973;
}

#home .service-menu h2 {
    font-size: 14px;
    color: #373717;
}



/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
}

#wrapper {
    padding-top: 5px;
    padding-bottom: 20px;
}

#main-holder h1 {
    font-size: 18px;
    color: #373717;
    padding-left: 20px;
    background: url("images/header_arrow.png") 0px center transparent no-repeat;
    margin-bottom: 10px;
}

#content {
    padding-right: 55px;
}

#content p {
    line-height: 1.7em;
    text-indent: 2em;
}

#content h2 {
    border-bottom: 2px solid #d4b966;
    font-size: 15px;
    padding-left: 10px;
    height: 30px;
    margin-bottom: 20px;
}

#sidebar h2 {
    font-size: 18px;
    color: #373717;
}

#sidebar ul {
    list-style: none outside none;
    margin-left: 0px;
    border-top: 1px dashed #c59f2e;
    width: 270px;
}

#sidebar ul li {
    border-bottom: 1px dashed #c59f2e;
    width: 270px;
}
#sidebar ul li ul li:last-child {
    margin-bottom: -1px;
}
#sidebar ul li ul li a {
    padding-left: 30px;
}

#sidebar ul li a {
    padding: 7px 5px;
    display: block;
}

#bottom {
    text-align: right;
    padding-right: 30px;
    padding-bottom: 20px;
}

table.table-header-centered th {
	text-align: center;
}

/**************************************/
/*               PRODUCTS             */
/**************************************/
.product-category {
    border: 1px solid #e3e3e3;
    padding: 3px;
    width: 193px;
    height: 215px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    -moz-box-shadow: 0px 0px 3px #e3e3e3;
    -webkit-box-shadow: 0px 0px 3px #e3e3e3;
}

.product-category h3 {
    background-color: #eaddb7;
    line-height: 21px;
    border-top: 16px solid #f8f3e5;
    border-bottom: 16px solid #f8f3e5;
    padding-left: 30px;
    width: 163px;
    font-size: 19px;
    margin-bottom: 5px;
}

body.lang-ja .product-category h3 {
    font-size: 17px;
    padding-left: 20px;
    width: 173px;
}

body.lang-en .product-category h3 {
    font-size: 17px;
    padding-left: 20px;
    width: 173px;
}

.product-category ul {
    list-style: none outside none;
    margin-left: 15px;
}

.product-category ul li {
    background: url("images/arrow.png") 0px center transparent no-repeat;
    padding-left: 15px;
    line-height: 25px;
    font-size: 13px;
}

.product-item {
    width: 296px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
    -moz-box-shadow: 0px 0px 3px #e3e3e3;
    -webkit-box-shadow: 0px 0px 3px #e3e3e3;
    padding: 6px;
}

.product-item p {
    margin: 0px;
}

.product-desc {
    background-color: #f8f3e5;
    width: 221px;
    height: 66px;
    float: left;
    padding-top: 20px;
    margin-right: 6px;
}



#content .product-item .product-desc h3 {
    background-color: #eaddb7;
    height: 34px;
    padding-top: 5px;
    padding-left: 10px;
}
.product-desc p {
    text-align: right;
}

.product-detail {
    width: 556px;
    height: 241px;
    border: 1px solid #e3e3e3;
    -moz-box-shadow: 0px 0px 3px #e3e3e3;
    -webkit-box-shadow: 0px 0px 3px #e3e3e3;
    padding: 6px;
    margin-left: 40px;
    box-shadow: 0px 0px 3px #e3e3e3;
}

.product-detail img {
    float: left;
}

.product-detail .product-data {
    margin-left: 6px;
    float: left;
}

.product-data h3 {
    background-color: #eaddb7;
    height: 31px;
    width: 255px;
    padding-left: 20px;
    padding-top: 5px;
}
.product-data dl {
    padding-left: 20px;
}
.product-data dl dt {
    text-align: left;
    width: 80px;
    height: 25px;
}
.product-data dl dd {
    margin-left: 65px;
    height: 25px;
    width: 190px;
}



/**************************************/
/*               FOOTER               */
/**************************************/

#footer {
    background-color: #165d46;
    height: auto;
    margin-bottom: 10px;
    margin-right: 10px;
}

#footer #links {
    margin-top: 45px;
    padding-bottom: 15px;
}


#footer #links h2 {
    color: #d2ad40;
    font-size: 17px;
}

#footer-logo {
    margin-top: 15px;
}

#footer-logo dl {
    color: #8ebfaf;
    font-size: 13px;
}
#footer-logo dl dt {
    width: 60px;
}
#footer-logo dl dd {
    margin-left: 70px;
}

#footer #links ul li {
    font-size: 15px;
    margin-top: 5px;
}

#footer #links ul li a{
    color: #8ebfaf;
}

#footer #links ul li a:hover {
    color: #fff973;
    text-decoration: none;
}


#copyright {
    text-align: center;
}

p.summary {
    padding-right: 10px;
    line-height: 1.7em;
    height: 110px;
}

/**************************************/
/*               ETC                  */
/**************************************/

div.image-box {
    float: left;
    padding-right: 35px;
    background: url("images/header_arrow.png") no-repeat scroll 192px 57px transparent;
}

div.image-box.last {
    background: none;
}



div.image-box span {
    display: block;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 15px;
}

body.lang-en div.image-box {
    height: 175px;
}

div.company {
    border: 1px solid #E3E3E3;
    box-shadow: 0 0 3px #E3E3E3;
    float: left;
    /* height: 215px; */
    margin-bottom: 15px;
    margin-right: 30px;
    padding: 3px;
}

div.company.big {
    height: 350px;
}
div.company.middle {
    height: 325px;
}

div.company.small {
    height: 295px;
}

div.company.last {
    margin-right: 0px;
}

div.company h3 {
    background: #F8F3E5;
    text-align: left;
    margin-top: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
}
div.company dl {
    font-size: 15px;
    margin-left: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.company dl dt {
    float: left;
    width: 45px;
    margin-bottom: 5px;
    font-weight: normal;
}
div.company dl dd {
    margin-bottom: 5px;
}
div.company dl dd.en {
    font-size:12px;
}

div.company p {
    text-align: right;
    margin: -20px 5px 0px 0px;
}

/**************************************/
/*               FORM                 */
/**************************************/

#content div.input-area {
    border: 1px solid #ece0bd;
    margin-left: 100px;
    margin-bottom: 20px;
}

#content div.submit-area {
    margin-left: 100px;
}
#content div.submit-area p {
    text-align: right;
}

#content div.input-area h2 {
    background: #f9f6eb;
    color: #663300;
    border: none;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

#content div.input-area fieldset {
    margin-top: 20px;
}

#content div.input-area label {
    float: left;
    width: 110px;
    padding-left: 10px;
    padding-top: 5px;
    color: #663300;
    font-weight: bold;
}

#content div.input-area input {
    width: 410px;
    border: none;
    border-bottom: 1px dashed #dbc47f;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 10px;
}

#content div.input-area textarea {
    padding: 10px;
    margin: 0px;
    width: 533px;
    border: none;
    box-shadow: none;
}

#content div.input-area input:focus, textarea:focus {
    background: #f9f6eb;
}

input.wpcf7-submit {
    background: url("images/submit_button.png") 0px 0px no-repeat transparent;
    width: 80px;
    height: 16px;
    border: none;
    font-size: 12px;
    padding: 0px;
}

/**************************************/
/*               NEWS                 */
/**************************************/

dl#news dt {
    background: url(images/simple_arrow.png) 0px center no-repeat transparent;
    padding-left: 10px;
}

dl#news dd {
    margin-left: 0px;
    border-bottom: 1px dashed #b88a00;
    padding: 10px 0px;
    margin-bottom: 15px;
}

.date {
    margin-right: 60px;
    text-align: right;
    margin-top: -35px;
    margin-bottom: 15px;
}

#content .product-data p {
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    text-indent: 0em;
}


table.recipe {
    margin: 20px 0px 0px 40px;
    border: 1px solid #ece0bd;
    width: 570px;
}

table.recipe th {
    background-color: #f9f6eb;
    text-align: left;
}

table th.name {
    width: 146px;
}
table th.ammount {
    /* width: 106px; */
}

table.recipe th, table.recipe td {
    line-height: 18px;
    padding: 8px 8px 8px 16px;
    border-bottom: 1px dotted #ece0bd;
}

.catalog-widget {
    margin-top: 25px;
}

#menu-item-434 li {
    width: 240px;
}


/**************************************************/
/*    Added by GOBIES Gondo    Feb 26th, 2013    */
/**************************************************/

/* 英語ページのグローバルメニューで改行しないようにする */
#menu-globalnavigation-en {
    white-space: nowrap;
}

/* 英語ページの商品案内ページで商品名の行間を狭める */
body.lang-en .product-category ul li {
    line-height: 1.5em;
}

/* 英語ページで文頭に空白を挿入しない */
body.lang-en #content p {
    text-indent: 0;
}

/* 英語ページの商品詳細ページで商品紹介文章が回り込まないようにする */
body.lang-en .product-data dl dt {
    height: 3em;
}
body.lang-en .product-data dl dd {
    height: 3em;
}


/**************************************************/
/*    Added by GOBIES Gondo    Feb 28th, 2013    */
/**************************************************/

/* 商品一覧（Catalog）ページにてタイトルが2行になっても、 */
/* 背景帯からタイトルがはみ出さないようにする                     */
#content .product-item .product-desc h3 {
    height: auto;   
    line-height: normal;
    padding-top: 0;
}

/*  商品詳細ページにて商品プロパティが外枠からはみ出さないように、 */
/*  外枠のサイズを自動調整                                                                */
#content .product-detail {
    overflow: hidden;
    height: auto;
}

/*  商品詳細ページにて商品プロパティ下部の空白を削除する */
#content .product-detail .product-data dl {
    margin-bottom: 0;
}

/* 日本語ページの商品案内ページで商品名の行間を狭める */
body.lang-ja .product-category ul li {
    line-height: 1.5em;
}

/* 日本語ページの商品案内ページにてカテゴリ外枠の高さを調整する */
body.lang-ja .product-category {
    height: 280px;
}

/* 日本語ページの商品詳細ページで商品紹介文章が回り込まないようにする */
body.lang-ja .product-data dl dt {
    height: 3em;
}
body.lang-ja .product-data dl dd {
    height: 3em;
}

/* 商品紹介ページで項目欄の幅を調整する */
#content .product-detail .product-data dl dt {
    width: 100px;
}
