@charset "utf-8";

/*下層ページ全体のレイアウト
----------------------------------------*/
body#page div#container-box {
	padding: 10px 20px;
	width: 920px;
}

div#sidemenu {
	width: 200px;
	float: left;
}

div#sidemenu a:link,
div#sidemenu a:visited {
	color: #333;
}

div#sidemenu a:hover {
	color: #7c002f;
}

div#sidemenu ul li a {
	text-decoration: none;
}



body#page div#pagemain {
	width: 700px;
	float: right;
}

body#page h3 {
	background: url("images/page/bg_pageh3.gif") no-repeat;
	padding-left: 26px;
	font-size: 123.1%;
	font-weight: bold;
	margin: 20px 0 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
}

div#sidemenu p.sidetitle {
	background: url("images/page/bg_menutitle.gif") no-repeat;
	width: 200px;
	height: 30px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	line-height: 2.5;
}

div#sidemenu ul {
	border: 1px solid #dac5eb;
}

div#sidemenu ul li {
	background: url("images/page/bg_sidemenu.gif") no-repeat;
	padding: 5px 0 5px 22px;
	border-bottom: 1px solid #dac5eb;
}

div#gotop {
	clear: both;
	text-align: right;
	margin-top: 20px;
}

/*会社概要
------------------------------------------*/

h2.companyh2 {
	background: url("images/company/bg_h2company.gif") no-repeat;
	text-indent: -9999px;
	width: 700px;
	height: 28px;
	margin-bottom: 10px;
}

div.president-image {
	float: left;
	width: 180px;
	margin-right: 20px;
}

div.president-text {
	/* float: right; */
	width: 460px;
	margin-right: 20px;
	display: inline;
}

p.president-name {
	text-align: right;
	line-height: 1.5;
	margin-top: 20px;
}

table.company {
	width: 100%;
}

table.company th,
table.company td {
	border: 1px solid #ccc;
	padding: 4px 10px;
}

table.company th {
	background: #e2e2e2;
	width: 25%;
}

div.bana-dl {
	margin-top: 20px;
}

/*商品紹介
------------------------------------------*/
h2.itemh2 {
	background: url("images/item/bg_h2item.gif") no-repeat;
	text-indent: -9999px;
	width: 700px;
	height: 28px;
	margin-bottom: 10px;
}

div.item {
	margin-bottom: 20px;
}

div.item img {
	float: left;
	width: 220px;
	margin-right: 10px;
}

div.item div.iteminfo {
	float: left;
	width: 470px;
}

div.iteminfo dt {
	border-bottom: 1px solid #ccc;
	padding: 3px 6px;
	margin-bottom: 4px;
	font-weight: bold;
	border-left: 3px solid #a8002f;
}

div.side-banaarea {
	margin: 10px 0;
}

div.aboutitem img.nutrient {
	float: right;
	width: 80px;
	margin-left: 20px;
}

#column ul {
	width: calc(100 + 20px);
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

#column li {
	padding: 0 70px 40px;
}

#column li a,
#column li a:visited {
	text-decoration: none;
	color: #111;
}

#column li p {
	font-size: 90%;
	margin-bottom: 3px;
}

#column li span {
	font-size: 80%;
	display: block;
}

.column02 li {
	width: calc(200px);
}

.column03 li {
	width: calc(33.3333% - 20px);
}

.column04 li {
	width: calc(25% - 20px);
}

.column05 li {
	width: calc(20% - 20px);
}

.column02 p {
	color: #006e0f;
	font-weight: bold;
	text-align: center
}


/*昆布について
------------------------------------------*/
h2.seaweed {
	background: url("images/seaweed/bg_h2seaweed.gif") no-repeat;
	text-indent: -9999px;
	width: 700px;
	height: 28px;
	margin-bottom: 10px;
}

div.seaweed01 p {
	float: left;
	width: 700px;
	margin-top: 10px;
}

div.seaweed02 {
	background: url("images/seaweed/map.gif") no-repeat;
	width: 700px;
	height: 460px;
	position: relative;
}

div.seaweed02 p.quot {
	text-align: right;
	font-weight: bold;
	font-size: 93%;
	position: absolute;
	bottom: 10px;
	right: 10px;
}


img.nutrient {
	float: right;
	width: 200px;
	margin-left: 20px;
}

div.seaweed-day img {
	float: left;
	width: 200px;
	margin-right: 20px;
	display: inline;
}

div.seaweed-day div.text753 {
	float: left;
	width: 480px;
}

.reference {
	text-align: right;
	margin-top: 20px;
	font-weight: bold;
}


div.aboutseaweed {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #006e0f;
}

div.aboutseaweed img {
	float: left;
	margin-right: 20px;
}

div.seaweedtext {
	float: right;
	width: 480px;
}

div.seaweedtext p {
	color: #006e0f;
	font-weight: bold;
}

div.seaweedtext dl dt {
	color: #006e0f;
}

div#faq ul li {
	font-weight: bold;
	color: #006e0f;
	margin-top: 10px;
	font-size: 108%;
}

div#faq p {
	margin-left: 20px;
}

div#faq dl {
	margin-left: 20px;
}

div#faq dl dt {
	font-weight: bold;
	color: #ff3600;
	background: url(images/seaweed/bg_list.gif) no-repeat;
	padding-left: 22px;
}


/*昆布レシピ
------------------------------------------*/


div.recipe-row {
	clear: left;
	margin-bottom: 10px;
}

div.recipe-row div.amount {
	padding: 5px;
	background: #efefef;
	margin-bottom: 10px;
}

div.amount-box {
	margin-bottom: 10px;
}

div.amount-box div.recipe-image {
	float: left;
	width: 100px;
	margin-right: 20px;
	display: inline;
}

div.amount-box div.amount {
	float: right;
	width: 570px;
	padding-top: 0;
}

p.recipetext {
	margin: 10px 0;
}

div.recipe-row div.process {
	float: left;
	width: 220px;
}

div.recipe-row div.process02 {
	margin-left: 20px;
}

div.recipe-row div.process p {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 93%;
}

div.recipe-row h4 {
	font-weight: bold;
	font-size: 123.1%;
	color: #35781a;
}

div.pre h4 {
	font-weight: bold;
	font-size: 123.1%;
	color: #a8002f;
}

div.pre {
	clear: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

div.preafter {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

div.pre img {
	float: left;
	width: 220px;
	margin-right: 10px;
}

div.pre p {
	float: left;
	width: 450px;
}

div.cod h4 {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
}

p.codinfo {
	margin-left: 16px;
}


/*お問い合わせ
------------------------------------------*/

.btn-form {
	display: block;
	margin: 50px auto 60px auto;
	padding: 0px;
	width: 200px;
	height: 50px;
	border-radius: 25px;
	border: none;
	background: #000;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.btn-area {
	margin: 20px auto;
    text-align: center;
}

.btn-confirm {
	margin: 0px 16px;
    vertical-align: middle;
    padding: 0px;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    border: none;
    background: #000;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}


.contact-table {
	width: 100%;
	margin-bottom: 20px;
}

.contact-item,
.contact-body {
	padding: 20px;
	border: 1px solid #ccc;
}

.contact-item {
	text-align: left;
	width: 30%;
	background-color: #eee;
}

.contact-body {
	width: 70%;
}

.form-text {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	max-width: 400px;
}

.form-textarea {
	width: 95%;
	padding: 10px;
	height: 200px;
	border-radius: 5px;
	border: 1px solid #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}