﻿@charset "utf-8";
/* CSS Document */
/*レシピ用*/



#menu ul{
	width:100%;
	/*border-top:solid 1px #FFF;*/
	margin:0px 0px 0px 0px;
}
#menu li{
	/*border-top:solid 1px #fff;
	border-bottom:solid 1px #d1ccaf;*/
background-color:#FFF;
border-bottom: 1px solid #d1ccaf;
background: url(../../otameshi/image/arrow_list.png) no-repeat 98% center, #fff;
padding: 4px 5px;
height: 66px;
background-size: 8px 12px;
vertical-align: middle;
padding-top:10px;
padding-bottom:10px;
　/*position:relative;*/
}



#menu li a{
	font-size: 16px;
	line-height: 1.8em;
	font-weight: normal;
	color: #675a37;
	font-weight: bold;
	/*text-align: left;
	text-decoration: none;
	/*ずれるので　padding-top:30px;*/
	/*display: block;*/
	/*margin:20px;*/
	/*display:table-cell;*/
	height: 46px;
	/*vertical-align: middle;*/
}

.titletext {
    display: table-cell;
    height: 66px;
    vertical-align: middle;
}
.sample p {
    display: inline-block;
    text-align: left;

}






#menu li img{
		float: left;
		/*padding-top:10px;*/
		padding-right:15px;
		width: 66px;
		height: 66px;

}
		

/*
#menu li a:after {
	margin:-25px 20px 0px 0px;
	float:right;
	content:"";
	display:block;
	width:13px;
	height:15px;
	
	background:url(images/buttonIcon2.png) no-repeat 0 0;
	background-size:13px 15px;
}*/









.Recipe_list{
	background: #fff;

}

.Recip_list_Box{
border: 1px solid #d1ccaf;
/*
margin-bottom: 6px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
-o-box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
box-shadow: 1px 2px 2px rgba(0,0,0,0.15);*/
background: url(../../otameshi/image/arrow_list.png) no-repeat 98% center, #fff;
padding: 4px 5px;
min-height: 54px;
background-size: 8px 12px;
}


.Recip_list_Img {
	float:left; 
	margin:5px;
	}


.Recip_list_Img img {
	width:66px;
	}
	
.Recip_list_title {
	font-size:18px;
	font-weight: normal;
	color:#675a37;
	font-weight: bold;
	text-align:left;
	margin:20px;
	}
.Recip_list_Btn {
	width:98%;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	text-align:right;
}

