@charset "UTF-8";
/*////////////////////////////////////////////////////////////
/*index.css*/


/*------------------------------------------------------------
	1. メインセクション
-------------------------------------------------------------*/
#mainSection {
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(../img/share/main_bg.jpg) no-repeat;
}

h3.tit {
	padding: 47px 0 58px 211px;
}

#whiteSection {
	width: 900px;
	margin-left: 30px;
}

#titSection {
	background: url(../img/index/whiteSection_bg.gif) no-repeat;
	height: 380px;
	min-height: 380px;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}

#titSection img.tit {
	padding-top: 24px;
	padding-bottom: 27px;
}

#titSection p {
	padding-top: 19px;
}

img.dog {
	position: absolute;
	top: -19px;
	left: 16px;
}

img.cat {
	position: absolute;
	top: 0px;
	right: 30px;
}


/*------------------------------------------------------------
	1. 愛犬に必要な栄養 リストボタン
-------------------------------------------------------------*/
#ListSectioninner {
	width: 880px;
}

/* 犬 */
#ListSectioninner .left {
	float: left;
	width: 423px;
	height: 564px;
	min-height: 564px;
	background: url(../img/index/dog_bg.gif) no-repeat;
	position: relative;
}

#ListSectioninner .left img.badge_dog {
	position: absolute;
	top: -22px;
	left: 10px;
}

#ListSectioninner .left .innerText {
	width: 400px;
	padding-top: 60px;
	padding-left: 11px;
}

.innerText ul{
	padding-top: 22px;
	padding-bottom: 10px;
}
.innerText ul li {
	 padding-bottom: 10px; 
}



/* 猫 */
#ListSectioninner .right {
	float: right;
	width: 423px;
	height: 564px;
	min-height: 564px;
	background: url(../img/index/cat_bg.gif) no-repeat;
	position: relative;
}

#ListSectioninner .right img.badge_cat {
	position: absolute;
	top: -22px;
	left: 10px;
}

#ListSectioninner .right .innerText {
	width: 400px;
	padding-top: 60px;
	padding-left: 11px;
}



/*------------------------------------------------------------
	7. pagetop　
-------------------------------------------------------------*/
.pagetop {
	position: relative;
	right: -10px;
	text-align: right;
	padding-bottom: 8px;
}