@charset "euc-jp";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

html , body {
    height: 100%;
}

img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

p {
    color: #555;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

#wrapper {
    background: #fffcd6;
    padding: 20px 0 0;
    height: auto;
    min-height: 100%;
}

ul {
    list-style: none;
    color: #333;
}

.green {
    color: #00a484;
    font-weight: bold;
}

h1 {
    text-align:center;
}

.innerWidth {
    box-sizing: border-box;
    width: 700px;
    margin: 20px auto;
    background: #fff;
    padding: 40px 40px 10px;
}

h3 {
    background: #00a484;
    margin: 0 0 10px;
    padding: 10px 10px 8px;
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
}

h4 {
    background: #e6f8f5;
    padding: 8px 15px;
    font-size: 18px;
    color: #555;
    border-left: 4px solid #00a484;
}

h5 {
    font-size: 20px;
    margin: 10px 0 10px;
    color: #555;
}

.allergymark img {
    width: 150px;
    margin-bottom: 10px;
}

.lead {
    margin-bottom: 30px;
}

.imgBox {
    position: relative;
    text-align: center;
}

.ic01 {
    position: absolute;
    width: 120px;
    top:20px;
    left: 0px;
}

.mainImg01 {
    margin: 20px auto 0;
    width: 400px;
}

.imgBox.type01 .mainImg01 {
    margin-top: 55px;
}

.detail {
    margin: 20px 0 30px;
}

.detail img {
    margin: 15px 0;
    width: 170px;
}

.detail .carton.type02 {
    width: 300px;
}

.tableList {
	margin-top: 5px;
	width: 100%;
	border: 1px solid #333;
	border-collapse:collapse;
}

.tableList tr {
	border-bottom: 1px solid #333;
}

.tableList td {
	padding: 6px 10px 4px;
	line-height: 1.3;
}

.tableList .gray {
	width: 30%;
	background: #ECECEC;
	border-right: 1px solid #333;
}

.tableList .spec {
	width: 70%;
}

.copy {
    font-size: 14px;
    margin-top: -25px;
}

#footer {
    padding: 10px 0;
    text-align: center;
    
}
#footer p {
    font-size: 14px;
}

small {
    display: block;
    padding-top: 5px;
     font-size: 14px;
}

@media screen and (max-width:700px) {
/*スマホ用のcssを記述*/
    
    img {
        max-width: 100%;
    }

    #wrapper {
    padding: 0 15px 5px;
}
    
    p {
        font-size: 15px;
        line-height: 1.4;
    }

#wrapper {
    padding: 15px 20px 0;
}

    h1 img {
        width: 100px;
    }

    h2 {
        font-size: 20px;
    }
    
.innerWidth {
    width: 100%;
    margin: 20px auto;
    padding: 20px 20px 10px;
}

h3 {
    padding: 9px 5px 8px;
    font-size: 18px;
}

h4 {
    background: #e6f8f5;
    font-size: 18px;
	line-height: 1.3;
}

h5 {
    font-size: 18px;
    line-height: 1.3;
    margin: 10px 0;
    color: #555;
}

.allergymark img {
    width: 130px;
}

.ic01 {
    width: 110px;
    top:20px;
    left: 0px;
}

.mainImg01 {
    margin: 20px auto 0;
    width: 100%;
    max-width: 400px;
}

.imgBox.type01 .mainImg01 {
    margin-top: 50px;
}

.detail {
    margin-top: 20px;
}

.detail img {
    display: block;
    text-align: center;
    margin: 20px auto;
    padding-right: 20px;
    width: 50%;
    max-width: 200px;
}
    
.detail .carton.type02 {
    width: 100%;
    max-width: 300px;
}

.tableList tr {
	border-bottom: 1px solid #333;
}

.tableList td {
	padding: 6px 10px 4px;
	line-height: 1.3;
	font-size: 14px;
}

.tableList .gray {
	background: #E8E8E8;
	border-right: 1px solid #333;
}
	
#footer p {
    font-size: 12px;
}

small {
    display: block;
    padding-top: 5px;
     font-size: 13px;
}
}