@charset "UTF-8";
/* CSS Document */

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px  162% = 21px  239% = 31px
 93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/


/*====================================================================

	ヘッダー　設定

====================================================================*/

/* fix Header */
#headerLogo {
	width:100%;
	padding:20px 0;
	background-color: rgba(125,95,78,0.95);
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	display:none;
}

#headerLogo_inner {
	width:980px;
	height:50px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

p#headerLogo_logo {
	position:absolute;
	top:0;
	left:0;
}

#headerLogo h1 {
	position:absolute;
	top:0;
	left:170px;
	font-size:70%;
	color:#FFF;
}

p#headerLogo_kokuchi {
	position:absolute;
	bottom:0;
	left:170px;
}

p#headerLogo_Tel {
	position:absolute;
	bottom:0;
	right:0;
}


/* Header */
header {
}

#header-inner {
	position:relative;
}

p#siteId {
	position: absolute;
	bottom: -48px;
	left:50%;
	margin-left:-151px;
	z-index:9000;
}

p#siteCopy {
	position: absolute;
	top: 120px;
	left:50%;
	margin-left:-360px;
	z-index:9999;
}

p#nikuMark {
	position: absolute;
	top: 70px;
	left:50%;
	margin-left:230px;
	z-index:9999;
}



/*====================================================================

	見出し・テキスト　設定

====================================================================*/

.boldTxt {
	font-weight:bold;
}

p.beef {
	background-image:url(../img/home/icon_beef.png);
	background-repeat:no-repeat;
	background-position:left center;
	height:30px;
	padding-left:45px;
	padding-top:5px;
}

p.pork {
	background-image:url(../img/home/icon_pork.png);
	background-repeat:no-repeat;
	background-position:left center;
	height:30px;
	padding-left:45px;
	padding-top:5px;
}

p.chicken {
	background-image:url(../img/home/icon_chicken.png);
	background-repeat:no-repeat;
	background-position:left center;
	height:30px;
	padding-left:45px;
	padding-top:5px;
}


/*====================================================================

	firstSection　設定

====================================================================*/

section#firstSection {
	background-color:#faf9f4;
	padding:100px 0;
}

.sectionWrap {
	position:relative;
	height:191px;
	margin-bottom:20px;
}

p#firstCopy {
	position:absolute;
	left:50%;
	margin-left:-350px;
}

p#mainReadTxt {
	text-align:center;
	margin-bottom:50px;
}

/* packageList */
ul#packageList {
	overflow:hidden;
	width:800px;
	margin:0 auto 60px;
}

ul#packageList li {
	float:left;
	width:200px;
	margin-left:100px;
}

ul#packageList li:first-child {
	margin:0;

}

/* contentsList */
ul.contentsList {
	overflow:hidden;
	width:980px;
	margin:0 auto 40px;
}

ul.contentsList li {
	float:left;
	margin:0 0 0 40px;
}

ul.contentsList li:first-child {
	margin:0;
}

ul.contentsList li a {
}


