@charset "utf-8";
/* カスタム用CSS */
.header {
	background: none; }
#content {
	margin: 0; }
.wrap {
	background-color: #FFF;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4; }
#inner-footer {
	margin: 0 auto;
}
.footer {
	border: none;
}

/*********************
menu-top STYLES
*********************/
.top-nav {
	border: none; }
#menu-top {
	width: 100%;
	margin: 0 auto;}
	#menu-top li {
		width: 50%;
		font-size: 0.9em;
		text-align: center;
		border-top: 1px solid #000;
		background: url(http://www.yuan-cooking.com/wp/wp-content/uploads/2017/02/bg_04.png) repeat-x #000; }
	#menu-top li:nth-child(odd) {
  	width: 50%;
		border-right: 1px solid #000; }
	#menu-top li:last-child {
		width: 100%;}
		#menu-top li a {
			color: #FFF; }
/* end .nav */

@media only screen and (min-width: 768px) {
	#menu-top li {
  width: 19%;
	font-size: 0.75em;
	border: none;}
		#menu-top li:nth-child(odd) {
  		width: 19%;
			border: none; }
		#menu-top li:last-child {
  		width: 24%;}
		#menu-top li:hover {
			background: url(http://www.yuan-cooking.com/wp/wp-content/uploads/2017/02/bg_06.png) repeat-x #000; }
}
@media only screen and (min-width: 1030px) {
	#menu-top li {
		font-size: 1em; }
}
@media only screen and (min-width: 1240px) {
	#menu-top {
		width: 1040px;
		margin: 0 auto; }
}



/*********************
title STYLES
*********************/
.title {
	padding-left: 1.8em;
	margin-bottom: 2em;
	font-size: 1.2em;
	line-height: 200%;
	border-top: 2px solid #9e957c;
	background-image:
		url(http://www.yuan-cooking.com/wp/wp-content/uploads/2017/02/icon_01.png),
		url(http://www.yuan-cooking.com/wp/wp-content/uploads/2017/02/bg_02.png);
	background-repeat:
		no-repeat,
		repeat-x;
	background-position:
		0.6em center,
		left top;
}



/*********************
title STYLES
*********************/
#top-banarea .panel-grid-cell {
	float: none !important;	
	width: auto !important;
}

.top-imagearea .panel-grid-cell {
	float: none !important;
	width: auto !important;
	margin-bottom: 0 !important;
}


@media only screen and (min-width: 768px) {
	#top-banarea .panel-grid-cell {
		float: left !important;
		width: 33.333% !important;
	}
	
	.top-imagearea .panel-grid-cell {
		float: left !important;
		width: 50% !important;
	}
}

/*********************
RSS STYLES
*********************/
#rss {
	border: 1px solid rgba(51,51,51,1);
	padding: 0 1em; }
	
	
.copyright {
	padding-top: 5em;
	padding-bottom: 1em;
	margin:0;
	text-align: center; }

/*********************************
contactform7
**********************************/
.min-form {
	width: 3.5em !important;
}