@charset "euc-jp";

/*全体の設定
------------------------------------------------------------*/
blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
    margin:0;
    padding:0;
}

:focus { 
	outline: 0;
}
ol, ul {
	list-style: none;
}

th, td {
	font-weight: normal;
}

img {
	vertical-align: top;		/* 画像表示位置 */
}
a img {
	border: 0;
}
figure {
	margin:0 ;
}
section {
	display: block;
}
/* -------------------------------------------------------------- */


/* リンク画像のロールオーバー透過
---------------------------------------- */
a:hover img {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75!important;
}


.clear {
	clear: both;
}


/* ヘッダー
--------------------------------------------------------------------*/
#header{
	clear: both;
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	font-size:14px;
	color: #3a1b07;
}
	#header a:link    {color: #3a1b07; text-decoration:none;}
	#header a:visited {color: #3a1b07; text-decoration:none;}
	#header a:hover   {color: #b28850; text-decoration:underline;}
	#header a:active  {color: #3a1b07; text-decoration:none;}

	#header h1 {
		font-size: 11px;
		text-align: right;
		font-weight: bold;
	}

	/* 看板
	---------------------------------------- */
	#kanban {
		width: 100%;
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 0px;
		position: relative;
		background-color: #ffffff;
	}
    #h1 {
    	top: 2px; right: 5px; position: absolute;
	}
    #rogo {
    	top: 16px; left: 120px; position: absolute;
	}
    #home {
    	top: 33px; left: 380px; position: absolute;
	}
    #kaisya {
    	top: 33px; left: 469px; position: absolute;
	}
    #shiharai {
    	top: 33px; left: 546px; position: absolute;
	}
    #merumaga {
    	top: 33px; left: 648px; position: absolute;
	}
    #cart {
    	top: 26px; left: 748px; position: absolute;
	}
    #miru {
    	top: 33px; left: 776px; position: absolute;
	}
    #tel {
    	top: 62px; right: 90px; position: absolute; font-size: 14px;
    }
    #souryou {
    	top: 90px; right: 90px; position: absolute;
    }
    #syuten {
    	top: 25px; right: 0px; position: absolute;
    }
	#kanban span {
		font-weight: bold;
	}

/* カテゴリーナビ 
---------------------------------------- */
#navi {
	width: 100%;
	margin: 0 auto;
    padding: 0;
	position: relative;
	border-top: 1px solid #690000;		/* 上下線 */
	border-bottom: 1px solid #690000;
	background: #fff;
}

#main-navi {
	clear:both;
	background-color: #fdf9f1;
	width: 100%;
	margin: 1px auto;
	padding: 0;
	color: #3a1b07;
}

	.dropmenu {
		*zoom: 1;
		list-style-type: none;
	}

	.dropmenu:before, .dropmenu:after {
		content: "";
		display: table;
	}

	.dropmenu:after {
		clear: both;
	}

	.dropmenu li {
		position: relative;
		width: 104px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		border-left:1px dotted #cfa972;
	}

	.dropmenu li a {
		display: block;
		margin: 0;
		padding: 13px 0 11px;   /* 文字位置 */
		background: #fdf9f1;	/* 背景色 */
		color: #3a1b07;			/* リンク文字色    */
		font-size: 10pt;		/* font-size */
		line-height: 1;
		text-decoration: none;
	}

	.dropmenu li:first-child { width: 108px;border-left:none;	}
	.dropmenu li:last-child { width: 106px; }

	.dropmenu li ul {
		list-style: none;
		position: absolute;
		z-index: 9999;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 0;
	}

	.dropmenu li ul li {
		width: 100%;
	}

	.dropmenu li ul li a {
		padding: 7px 5px;
		border-top: 1px solid #fff; /* プルダウンの区切り線色 */
		background: #f9f9f9;
		text-align: center;
	}

	.dropmenu li:hover > a {        /* ドロップダウンの親カテゴリー */
		background: #f9f9f9;
		color:#b28850;				/* マウスオーバーの背景色 */
	}

	.dropmenu li a:hover {
		background: #f9f9f9;		/* マウスON背景色 */
	}

	.dropmenu span.sub {		    /* 英語メニュー */
		display:block;
		color:#b28850;
		font-size:10px;
		padding-top:4px;
	}

	.dropmenu span.smtext {
		font-size:11px;
	}

	/* 広がるようにサブメニュー表示 */
	#dropmenu li ul li{
		overflow: hidden;
		height: 0;
		transition: .2s;
	}

	#dropmenu li:hover ul li{
		overflow: visible;
		height: 28px;
	}


/* 常設オススメカテゴリー 
---------------------------------------- */
#cate-banner {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: #fff;
}
	#cate-banner p {
		float: left;
	}
	p.centeritem {
		padding-left: 4px;
		padding-right: 4px;
	}


/* サイドナビ
---------------------------------------- */
#s_navi {
	width: 180px;
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	position: relative;
	color: #3a1b07;
	font-size: 14px;
}

	#s_navi a:link    {color: #3a1b07; text-decoration:none;}
	#s_navi a:visited {color: #3a1b07;}
	#s_navi a:hover   {color: #3a1b07; text-decoration:underline;  }
	#s_navi a:active  {color: #3a1b07; }

	/* 検索 */
	#search{
		text-align: center;
		font-size:13px;
		width:100%;
		background-color:#f0f0f0;
		padding:10px 0px 10px 0px;
		border-radius: 6px;
	}

	#search .text{
		font-weight: bold;
	}

	#search .select{
		padding-top: 10px;
	}

	/* サイドナビの見出し */
	#s_navi h4 {
		position: relative;
		border-radius: 6px;
		background: #beaca1;
		font-weight: bold;
		padding: 10px 0 ;
		color: #fff;
		text-align: center;
	}

	#s_navi .next {
		clear: both;
		margin-top: 35px;
	}

	/* メニュー全体 */
	.menu {
		width: 100%;
	}

	/* チェックボックスは非表示にする（内部的な Off/On の機能だけ利用する） */
	.menu input {
    	display: none;
	}

	/* 開いた状態のサブメニュー */
	.menu input:checked + ul {
    	line-height: 2.0;
    	padding: 10px 0 10px 2em;
	}

	/* 閉じた状態のサブメニュー */
	.menu ul {
		overflow: hidden;
		line-height: 0;
		padding: 0 1rem;
		transition: 0.2s;

		/* 下記は開閉によらず共通の設定 */
		background: #f6f6f6;
		list-style: none;
		margin: 0;
	}

	/* 親項目の装飾 */
	.menu label {
		display: block;
		margin: 0;
		padding: 7px 12px;
		background: #fff;
		cursor: pointer;
		border-bottom: 1px dotted #333;
	}

	.menu label:hover {
		background: #f6f6f6;
	}

	/* 矢印 */
	.menu label.allow{
		background-image:url(https://image.rakuten.co.jp/otokonodaidokoro/cabinet/common/i_arrow.gif);
		background-position:98% center;
		background-repeat:no-repeat;
	}

	.menu label.allow:hover {
		background-image:url(https://image.rakuten.co.jp/otokonodaidokoro/cabinet/common/i_arrow.gif);
		background-position:98% center;
		background-repeat:no-repeat;
	}

	/* おすすめの肉 */
	#s_niku {
		position: relative;
		margin-top: 30px;
		background-color: #f7f0e3;
		border-radius: 6px;
		padding-bottom: 10px;
		font-size: 13px;
	}

	/* サイドナビ肉のおすすめ */
	#s_niku h5 {
		font-weight: bold;
		padding-top: 15px;
		font-size: 14px;
		text-align: center;
	}
	.s_niku_item {
		text-align: center;
		margin-top: 15px;
	}

	.s_niku_line {
		border-bottom: 1px dotted #333;
		width: 80%;
		margin: 0 auto;
		padding-top: 4px;
	}






/* フッター
---------------------------------------- */
#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	font-size:13px;
	padding: 40px 0 0 0;
	position: relative;
	background-color: #fff;
	color: #3a1b07;
}

	#footer a:link    {color: #0000ff; text-decoration:underline;}
	#footer a:visited {color: #0000ff; text-decoration:none;}
	#footer a:hover   {color: #b28850; text-decoration:underline;}
	#footer a:active  {color: #0000ff; text-decoration:none;}

	#footer h3 {
		position: relative;
		border-radius: 6px;
		margin: 0 0 4px 0;
		font-size: 18px;
		font-weight: bold;
	}

	#footer h3 {
		padding: 9px 0 7px 0;
		text-align: center;
		background-color: #f0f0f0;
	}

	/* 注文の流れ */
	div.flow {
		width: 100%;
		margin: 0 auto;
	}

	#footer .foottitle {
		clear: both;
		width: 100%;
		margin-top: 30px;
		background-color: #3d1a06;
		color: #ffffff;
		text-align: center;
	}

	#footer .tencyou_img {
		clear: both;
		width: 150px;
		float: left;
		margin-right: 10px;
		margin-top: 15px;
		margin: 10px 20px 0 10px;
	}

	#footer .tencyou_text {
		width: 770px;
		float: left;
		text-align: left;
		margin-top: 10px;
	}

	#footer .text {
		font-size: 13px;
	}

	#footer .info {
		text-align: right;
		padding-top: 10px;
	}

	#footer .waku {
		clear: both;
		width: 948px;
		border: 1px solid #59493f;
		background-color: #fff;
	}

	.waku div.text {
		margin: 15px 20px;
		text-align: left;
	}

	#footleft {
		width: 48%;
		float: left;
	}

	#footright {
		width: 48%;
		float: right;
	}

		#footleft .text, #footright .text {
			width: 100%;
			padding-top: 10px;
			text-align: left;
		}

	#yamato {
		clear: both;
		width: 948px;
		height: 100px;
		border: 1px solid #3d1a06;
		background-color: #ffffff;
	}
		.yamatoinfo {
			width: 316px;
			float: left;
			text-align: center;
			vertical-align: top;
			padding-top: 20px;
			padding-bottom: 20px;
		}

	#footer table {
    	border-collapse:  collapse;
    	width:  100%;
    	font-size: 12px;
    	margin: 5px auto;
	}

		#footer table td,th{
			border:1px solid #ccc;
		}

		#footer table th {
			background-color: #f5f5f5;
			font-weight:  normal;
			text-align: left;
			padding-left: 10px;
		}

		#footer table th.white {
			background-color: #fff;
		}

		#footer table th.title, #footer table td.title {
			background-color: #f5f5f5;
		}

		#footer table td {
			padding: 5px 0;
			font-weight:  normal;
			text-align: center;
		}

		#footer table.f_table th,
		#footer table.f_table td {
			font-size: 12px;
		}


	#footkensaku {
		width: 100%;
		margin: 10px 0 30px 0;
		text-align: center;
	}

