@charset "utf-8";
/* CSS Document */

/* ==============================

・ベース追加設定
・共通クラス設定
・メイン/ヘッダー/フッター
・その他特定箇所id

============================== */

/* ===== ベース追加設定 ===== */

body{
	width:100%;
	margin:0px;
	padding:1px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size:16px;
	line-height:30px;
  color:#222;
	border-top:9px solid #000;
  background:#FFF;
}



/* ===== 共通クラス設定 ===== */

/* 幅の設定 */
.w100p{
	width:100%;
	text-align:center;
}

.w960px{
	width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}


/* コンテンツ */
.content{
	clear:both;
	position:relative;
	margin-bottom:60px;
	background:url(../food/images/content_bg.gif) #FFF top repeat-x;
}
	.content h2{
		display:inline-block;
		margin-bottom:30px;
	}
	.content .copy{
		display:inline-block;
		height:90px;
		line-height:90px;
		font-weight:700;
	}
	.content .copy_green{ color:#5f9059;}
	.content .copy_yellow{ color:#b99c1e;}
	.content .copy_purple{ color:#8d5b8e;}
	
	.content .att{ font-size:14px; line-height:20px; text-indent:-1em; padding-left:1em;}
	.content .att .bg_orange{ background:#f8f5e8;}

	.content .step{ padding:0px; line-height:20px; font-size:14px;}
	.content .step dd{ padding-bottom:4px;}



/* お問い合わせ */
.contact{
	padding:5px;
	background:url(../food/images/contact_bg.gif);
}
	.contact .contact_in{
		position:relative;
		width:950px;
		height:130px;
		background:#FFF;
	}
	.contact .contact_in h2{
		width:300px;
		padding-top:35px;
		padding-left:15px;
	}
	.contact .contact_in ul{
		position:absolute;
		width:625px;
		height:119px;
		top:5px;
		right:5px;
	}
	.contact .contact_in ul li{
		float:left;
	}
	.contact .contact_in ul li.mail_bg{
		position:relative;
		width:295px;
		height:119px;
		background:url(../food/images/contact_mail.jpg) no-repeat;

	}
	.contact .contact_in ul li.mail_bg button{
		position:absolute;
		width:210px;
		height:34px;
		top:63px;
		left:45px;
		line-height:1em;
		font-size:120%;
	}
	
	/* fontello */
	.contact .contact_in ul li i {
		font-family: 'icons';
		font-style: normal;
		line-height:1em;
		padding: 0 10px 2px 0;
	}



/* ページトップ */
.pageup{
	margin:20px 10px 95px;
	text-align:right;
}


/* 余白 */
.mb10{ margin-bottom:10px;}/**/
.mb15{ margin-bottom:15px;}/**/
.mb20{ margin-bottom:20px;}/**/
.mb30{ margin-bottom:30px;}/**/
.mb65{ margin-bottom:65px;}/**/

.ml10{ margin-left:10px;}
.ml20{ margin-left:20px;}/**/
.mr10{ margin-right:10px;}
.mr20{ margin-right:20px;}/**/
.mrl30{ margin-right:30px; margin-left:30px;}/**/

.mt14{ margin-top:10px;}/**/
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}/**/
.mt100{ margin-top:100px;}

.pl280{ padding-left:280px;}/**/
.pr360{ padding-right:360px;}/**/


/* レイアウト */
.fleft{ float:left;}
.fright{ float:right;}
.txtright{ text-align:right;}
.txtcenter{ text-align:center;}

.clear{ clear:both;}
.clearnone{ display:none; clear:both;}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/* ===== メイン/ヘッダー/フッター ===== */
#main_wrap{
	height:540px;
	margin:0px 0px 1px;
	padding:0px;
	background:url(../food/images/main_bg.jpg) center no-repeat;
}
	#main_wrap h1{
		text-indent:-9999px;
	}

#header_wrap{
	margin:0px;
	padding:0px;
	background:url(../food/images/h_bg.jpg) top repeat-x;
}
	#header_wrap #header{
		position:relative;
		background:url(../food/images/h_bg.jpg) top repeat-x;
	}
	#header_wrap #header #logo{
		position:relative;
		width:255px;
		padding:14px 20px 20px;
	}
	#header_wrap #header ul{
		position:absolute;
		width:460px;
		top:14px;
		right:20px;
	}
	#header_wrap #header li{
		float:left;
	}
	#header_wrap #header li button{
		font-size:110%;
	}


#footer_wrap{
	height:75px;
	margin:0px;
	padding:0px;
	background:url(../food/images/footer_bg.jpg) bottom repeat-x;
}
	#footer_wrap #footer{
		position:relative;
		background:url(../food/images/footer_bg.jpg) bottom repeat-x;
	}
	#footer_wrap #footer p{
		margin:0px;
		padding:0px;
		line-height:75px;
		color:#FFF;
		font-size:12px;
	}
	#footer_wrap #footer p a{
		color:#FFF;
		text-decoration:underline;
	}
	#footer_wrap #footer p a:hover{
		color:#CCC;
		text-decoration:none;
	}




/* ===== その他特定箇所id ===== */

/* コンテンツ背景写真 */
.content #point01_txt{ background:url(../food/images/point01_bg.jpg) right bottom no-repeat;}
.content #point02_txt{ background:url(../food/images/point02_bg.jpg) right bottom no-repeat;}
.content #point03_txt{ background:url(../food/images/point03_bg.jpg) right bottom no-repeat;}
.content #point03_txt2{ background:url(../food/images/point03_bg2.jpg) left top no-repeat; min-height:190px;}
.content #kinou_txt{ background:url(../food/images/kinou_bg.jpg) right bottom no-repeat; min-height:240px;}

/* 各h2右側コピー位置 */
.content #point01{ position:absolute; top:0px; left:340px;}
.content #point02{ position:absolute; top:0px; left:290px;}
.content #point03{ position:absolute; top:0px; left:250px;}
.content #kinou{ position:absolute; top:0px; left:430px;}
.content #faq{ position:absolute; top:0px; left:380px;}

/* FAQ */
.content #dl_faq dt{
	min-height:45px;
	padding-top:5px;
	padding-left:45px;
	background:url(../food/images/faq_icon_q.gif) left top no-repeat;
	font-size:22px;
	font-weight:700;
	color:#555;
}
.content #dl_faq dd{
	min-height:45px;
	margin-left:40px;
	padding-top:5px;
	padding-left:45px;
	padding-bottom:35px;
	background:url(../food/images/faq_icon_a.gif) left top no-repeat;
}


