@charset "utf-8";


/* import */
/* -------------------------------------------------------- */
@import url(reset.css);
@import url(base.css);
@import url(parts.css);
@import url(ruby.css);
@import url(update.css);
@import url(update2.css);


/* respond */
/* -------------------------------------------------------- */
@media screen and (min-width:1400px){
	.aboutBlock .img {
		display: block;
	}
	.aboutBlock .block1,
	.aboutBlock .block2,
	.aboutBlock .block3,
	.aboutBlock .block4,
	.aboutBlock .block5 {
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}

	.productsBlock .img img {
		display: block;
	}
	.productsBlock .img {
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}

	.recipeTtl .img img {
		display: block;
	}
	.recipeTtl .img {
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}

	.stretchTtl .img img {
		display: block;
	}
	.stretchTtl .img {
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}


	.shinshinkenkoBlock .ttlimg img {
		display: block;
	}
	.shinshinkenkoBlock .ttlimg {
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}
}



/* modal custom */
/* -------------------------------------------------------- */

#SubscribeForm {
    max-width: 550px;
    margin: 15px auto 0;
}
#modal1 .ttl {
    text-align: center;
}
.hs-button {
    float: right;
    width: 30%;
}
.btnClose {
    clear: both;
    padding-top: 20px;
    text-align: center;
    border: none !important;
}
.hs_email .input {
    float: left;
    width: 70%;
    /*width: 80%;
    float: left;
    padding: 5px 5px;
    background: #fff;
    border: solid 1px #dfdfdf;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    position: relative;
    behavior: url(/common/css/PIE.htc);*/
}
@media screen and (max-width: 738px) {
    .hs_email .input {
        float: none;
        width: 100%;
    }
}
.hs_email .input .hs-input {
    width: 100%;
    line-height: 1.8;
    font-size: 15px;
    padding: 0 0 0 10px;
}
.hs_submit {
    width: 121px;
    height: 30px;
    float: right;
}
@media screen and (max-width: 738px) {
    .hs_submit {
        width: 121px;
        height: 30px;
        float: none;
        margin: 15px auto 0;
    }
}
.actions .hs-button {
    line-height: 1;
    background: none repeat scroll 0 0 #6A8C35;
    border-color: #94AC6E #4D6129 #4D6129 #94AC6E;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    display: block;
    font-size: 134%;
    line-height: 1;
    position: relative;
    text-align: center;
    text-decoration: none;
    height: 30px;
    width: 121px;
}
.actions .hs-button:hover {
    color: #fff;
    text-decoration: none;
    background: #88a35d;
    border-top: solid 1px #a9bd8b;
    border-left: solid 1px #a9bd8b;
    border-right: solid 1px #718154;
    border-bottom: solid 1px #718154;
    cursor: pointer;
}

/* search box */
/* -------------------------------------------------------- */

h3.search-title{
    margin: 5px 0 0px;
    font-size: 184%;
    font-weight:normal;
}
.search-form {
    width: 100%;
    margin: -3px auto 20px;
}
.search-form .search-field{
    width: 49.7%;
    height: 50px;
    padding: 3px 0px 3px 8px;
    margin: 5px 1px 3px 0px;
    font-size: 150%;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(200, 200, 200, 1) inset;
    border: 1px solid rgba(150, 150, 150, 1);
}

.search-form .search-submit{
    width: 19%;
    height: 50px;
    margin: 3px 0 0 0;
    padding: 0 0 0 15px;
    color: #ffffff;
    font-size: 150%;
    background: url('../img/icon_search.png') #77933C no-repeat 0 0;
    background-size: 24px;
    background-position: 45px 13px;
    border-radius: 6px;
    border:none;
    cursor: pointer;
}
.search-form .search-submit:hover{
    opacity: 0.7;
}

@media screen and (max-width: 738px) {
    h3.search-title{
        ;
    }
    .search-wrapper{
        margin: 0 10px 0 10px;
    }
    .search-form {
        width: 100%;
        margin: 10px auto 10px;
    }
    .search-form .search-field{
        width: 70%;
    }
    .search-form .search-submit {
        width: 28%;
        background-size: 20px;
        background-position: 19px 15px
    }
}
