@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------
山本海苔店について
-------------------------------------------------------------------------------- */

#company{
	width:920px;
	margin:0 auto;
	padding:20px 0 40px;
}
#company .inner-box{
	margin:0 8px;
}
#company img{
	display:block;
}

/*品質本位の姿勢、味附海苔の元祖。*/
#company .yamamotonoriten{
	margin:0 0 50px;
}
#company .yamamotonoriten h2{
	font-size:22px;
	margin:0 0 10px;
	font-weight:500;
}
#company .yamamotonoriten .txt-img{
	display:flex;
	justify-content: space-between;
}
#company .yamamotonoriten .txt-img .txt-box{
	width:570px;
}

#company .yamamotonoriten .txt-img .txt-box .txt{
	font-size:15px;
	line-height:2;
}
#company .yamamotonoriten .txt-img .img-box{
	width:290px;
}
#company .yamamotonoriten .txt-img .img-box img{
	width:100%;
}




/*厳格な仕訳が、おいしさの理由*/
#company .riyuu{
	margin:0 0 50px;
}
#company .riyuu h2{
	font-size:22px;
	margin:0 0 10px;
	font-weight:500;
}
#company .riyuu .txt-img{
}
#company .riyuu .txt-img .txt-box{
	margin:0 0 40px;
}

#company .riyuu .txt-img .txt-box .txt{
	font-size:15px;
	line-height:2;
}
#company .riyuu .txt-img .img-box{
	width:640px;
	margin:0 auto;
}
#company .riyuu .txt-img .img-box img{
	width:100%;
}




/*佐賀工場より鮮度感のある商品をお届け*/
#company .otodoke{
	margin:0 0 60px;
}
#company .otodoke h2{
	font-size:22px;
	margin:0 0 10px;
	font-weight:500;
}
#company .otodoke .txt-img{
	display:flex;
	justify-content: space-between;
}
#company .otodoke .txt-img .txt-box{
	width:590px;
}

#company .otodoke .txt-img .txt-box .txt{
	font-size:15px;
	line-height:2;
	margin:0 0 27px;
}
#company .otodoke .txt-img .img-box{
	width:290px;
}
#company .otodoke .txt-img .img-box img{
	width:100%;
}



/*マルウメマークの由来*/
#company .ume_mark{
	margin:0 0 80px;
}
#company .ume_mark h2{
	font-size:22px;
	margin:0 0 10px;
	font-weight:500;
}
#company .ume_mark .txt-img{
	display:flex;
	justify-content: space-between;
}
#company .ume_mark .txt-img .txt-box{
	width:680px;
}

#company .ume_mark .txt-img .txt-box .txt{
	font-size:15px;
	line-height:2;
}
#company .ume_mark .txt-img .txt-box .txt .mark1{
	color:#c30003;
}
#company .ume_mark .txt-img .img-box{
	width:190px;
}
#company .ume_mark .txt-img .img-box img{
	width:100%;
	margin:0 0 10px;
}
#company .ume_mark .txt-img .img-box .txt{
	font-size:14px;
	text-align:center;
}



/*会社沿革*/
#company .history{
	margin:0 0 60px;
}
#company .history h2{
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #a6a6a6;
	padding:0 0 5px;
	margin:0 0 20px;
}
#company .history table{
	width:100%;
	border-top:1px solid #424242;
}
#company .history table th{
	width:195px;
	background:#f0f0f0;
	text-align:left;
	padding:10px 15px;
	font-size:14px;
	line-height:1.79;
	font-weight:500;
	border-left:1px solid #424242;
	border-bottom:1px solid #424242;
	vertical-align: top;
}
#company .history table td{
	text-align:left;
	padding:10px 15px;
	font-size:14px;
	line-height:1.79;
	font-weight:500;
	border-left:1px solid #424242;
	border-bottom:1px solid #424242;
	border-right:1px solid #424242;
	vertical-align: top;
}


/*会社概要*/
#company .profile{
}
#company .profile h2{
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #a6a6a6;
	padding:0 0 5px;
	margin:0 0 20px;
}
#company .profile table{
	width:100%;
	border-top:1px solid #424242;
}
#company .profile table th{
	width:195px;
	background:#f0f0f0;
	text-align:left;
	padding:10px 15px;
	font-size:14px;
	line-height:1.79;
	font-weight:500;
	border-left:1px solid #424242;
	border-bottom:1px solid #424242;
	vertical-align: top;
}
#company .profile table td{
	text-align:left;
	padding:10px 15px;
	font-size:14px;
	line-height:1.79;
	font-weight:500;
	border-left:1px solid #424242;
	border-bottom:1px solid #424242;
	border-right:1px solid #424242;
	vertical-align: top;
}














