@charset "UTF-8";


/*29-- .home Archive list
----------------------------------------------- */
.recipelist {}
.recipelist:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}  

.recipelist ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.recipelist li {
	float:none;
	margin:0 0 2.0rem 0;
	padding:0;
	width:auto;
	flex:0 1 208px;
}
.recipelist .thumb {
	display:block;
	margin:0;
	width:auto;		/*198px*/
	height:auto;	/*196px*/
	overflow:hidden;
	background:#eee url(../../img/common/recipe_no-thumb.gif) no-repeat center center; border-radius:100px;
}
.recipelist .thumb img {
	display:block;
	margin:0;
	width:auto;		/*198px*/
	max-width:100%;
	height:auto;		/*196px*/
	border-radius:100px;
}
.recipelist .title { display:block; height:3em; text-align:center; font-family: "ヒラギノ明朝 Pro W3","ＭＳ 明朝","Times New Roman", Times, serif; font-size:15px; font-size:1.5rem;}
.recipelist .excerpt{ font-size:13px; font-size:1.3rem;} 
.recipelist a { display:block; padding:0; color:#444; text-decoration:none; }
.recipelist a:hover{ color:#C6000C; opacity:0.7; filter:alpha(opacity=70);}

.recipelist { margin-bottom:30px;}
.recipelist:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}  
* html .recipelist             { zoom: 1; } /* IE6 */  
*:first-child+html .recipelist { zoom: 1; } /* IE7 */
.recipelist li {
	float:none;
	margin:0 0 2.0rem 0;
	padding:0;
	width:auto;
}
.recipelist .thumb {
	display:block;
	margin:0 auto;
	width:auto;		/*198px*/
	max-width:198px;
	height:auto;	/*196px*/
	overflow:hidden;
	background:#eee url(../../img/common/recipe_no-thumb.gif) no-repeat center center;
	border-radius:100px; -moz-border-radius:100px; -webkit-border-radius:100px;
}
.recipelist .thumb img {
	display:block;
	margin:0;
	width:auto;		/*198px*/
	max-width:100%;
	height:auto;		/*196px*/
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.recipelist .title { display:block; margin:8px 0 0 0; height:3em; text-align:center; line-height:1.4; font-family: "ヒラギノ明朝 Pro W3","ＭＳ 明朝","Times New Roman", Times, serif; font-size:15px; font-size:1.5rem;}
.recipelist .excerpt{ font-size:13px; font-size:1.3rem;} 
.recipelist a { display:block; padding:0; color:#444; text-decoration:none; transition:opacity 0.2s ease;}
.recipelist a:hover{ color:#C6000C; opacity:0.7; filter:alpha(opacity=70);}

.archive .recipelist li { padding:0; width:180px;}
.archive .recipelist .thumb { width:166px; height:164px;}
.archive .recipelist .thumb img { width:166px; height:164px;}


@media screen and (max-width:959px) {
.recipelist li {
	flex:0 1 28%;
}
}


@media screen and (max-width:767px) {
.recipelist li {
	flex:0 1 42%;
}
}


@media screen and (max-width:959px) {

/*21-- .home
----------------------------------------------- */
.home #headerwrap 	{ background:#000;}
.home #headnavwrap 	{ display:block;}
.home #containerwrap #maincol {
	margin-top:0;
	padding:4.0rem 5% 0;
	width:auto;
	border:none;
}
#headnav ul li#hn_recipe a { opacity:1; filter:alpha(opacity=100);}


/*65-- layout overwrite
----------------------------------------------- */
#containerwrap 	{
	border-top:none;
}
#maincol 		{
	padding:4.0rem 5% 8.0rem;
	width:auto;
	border-right:none;
}
#itemslide {
	height:300px;			/*408px*/
	border-right:none;
}

h2#h_recipe {
	height:auto;
	background:none;
}
.single h2#h_recipe {
	position:static;
	top:auto;
	left:auto;
}
.archive h2#h_recipe { position:absolute;
	top:-284px; left:660px;}


/*76-- entry-title, entry-content
----------------------------------------------- */
#maincol .entry-title { padding:64px 0 70px 0; text-align:center; font-size:20px; font-size:2rem; font-weight:normal; color:#222;
	/*background:url(../recipe/wp-content/themes/misorecipe/img/headline/h_recipe_circle.gif) no-repeat center top;*/
}
#maincol .entry-title a { color:#222; text-decoration:none;}
#maincol .entry-title a:hover { color:#900;}

.archive-title {margin-bottom:16px;}

#subcol {
	float:none;
	padding:2.0rem 5% 0;
	width:auto;
}
#secondary { width:100%;}
.aside { }
.widget 		{ margin-bottom:60px;}
.widget-title 	{ margin:0; padding:22px 0 22px 10px; font-size:16px; font-size:1.6rem;
	/*background:url(../recipe/wp-content/themes/misorecipe/img/headline/h_recipe_widget.gif) no-repeat left top;*/
}
.widget ul 		{ line-height:1.4;}
.widget ul li 	{ margin:0.5em 0; padding:0 0 0 10px; font-family: "ヒラギノ明朝 Pro W3","ＭＳ 明朝","Times New Roman", Times, serif;}
.widget ul li a	{ color:#666; text-decoration:none;}
.widget ul li a:hover	{ color:#900;}


#maincol .entry-content p { text-indent:0 !important;}
#maincol .entry-content ul { margin:1em 0; line-height:1.4; padding-left:16px;}
#maincol .entry-content ul li { margin:0.8em 0; padding-left:14px; background:url(../../img/common/li.gif) no-repeat 0 0.3em;}
#maincol .entry-content ol { margin:1em 0; list-style-position:outside; line-height:1.4; padding-left:36px;}
#maincol .entry-content ol li { margin:0.8em 0; padding-left:0px;}

.entry-meta { margin-bottom:40px; padding:0 0 40px 0; font-size:12px; font-size:1.2rem; border-top:1px solid #ddd; background:url(https://www.honda-miso.pro/img/common/hr_red.gif) no-repeat center bottom;}
.archive-meta { font-size:13px; font-size:1.3rem;}


/*136-- nav-single
----------------------------------------------- */
.nav-single { }

.nav-single .nav-previous a {
	display:block;
	float:none;
	text-align:left;
	width:240px;
	margin:0 auto 0.5rem;
}
.nav-single .nav-next a {
	display:block;
	float:none;
	text-align:right;
	width:240px;
	margin:0 auto 0.5rem;
}

.nav-single .nav-previous a, .nav-single .nav-next a {
	padding:7px 18px 6px 18px; text-decoration:none; color:#222;
	font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "細明朝体", serif; line-height:1.4;
	border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px;
	background:#AA9C6B; transition:background-color 0.2s ease;
}
.nav-single .nav-previous a:hover, .nav-single .nav-next a:hover { background:#D4B03F;}


#headslide .slides_container {
	width:auto;	/*1200px*/
	height:300px;	/*390px*/
	overflow:hidden;
}
#headslide .slides_control {
	left:0 !important;
	width:100% !important;
	height:300px !important;
}
#headslide .slides_control div {
	left:0 !important;
	width:100%;
}
#headslide .slides_container img {
	max-width:auto;	/*1200px*/
	max-height:auto;	/*390px*/
	width:100%;
	height:300px;
	object-fit:cover;
	object-position:50% 50%;
}

#itemslide .slides_container {
	width:auto;	/*663px*/
	height:300px;	/*408px*/
	overflow:hidden;
}
#itemslide .slides_control {
	left:0 !important;
	width:100% !important;
	height:300px !important;
}
#itemslide .slides_control div {
	left:0 !important;
	width:100%;
}
#itemslide .slides_container img {
	max-width:100%;;	/*663px*/
	max-height:300px;	/*408px*/
	width:100%;
	height:300px;
	object-fit:cover;
	object-position:50% 50%;
}


.lte-ie8 #headerwrap, .lte-ie8 #containerwrap { background:#fafafa;}
.lte-ie8 .recipelist .thumb,
.lte-ie8 .recipelist .thumb img,
.lte-ie8 .nav-single .nav-previous a,
.lte-ie8 .nav-single .nav-next a  { behavior:url(https://www.honda-miso.pro/recipe/wp-content/themes/misorecipe/css/PIE.htc); position:relative;}


}
