@charset "UTF-8";
/*////////////////////////////////////////////////////////////
/*nutrition.css*/


/*------------------------------------------------------------
	1. メインセクション
-------------------------------------------------------------*/
#whiteSection {
	width: 880px;
	margin: 0 auto;
	background: url(../img/inner_top.gif) no-repeat;
	margin-bottom: 10px;
	_margin-left: 30px;
	}
#whiteSection .inner{
	background: url(../img/inner_bg.gif) repeat-y;
	padding-bottom: 20px;
	}
/* タイトル帯 */
#whiteSection .barSection {
	height: 66px;
	min-height: 66px;
	position: relative;
	}
.barSection h4.tit {
	padding: 0 0 0 94px;
	float: left;
	}
.barSection img.subtit {
	position: absolute;
	top: -23px;
	left: 9px;
	}
/* 本文表示エリア */
#textSection {
	width: 790px;
	padding: 0 0 0 40px;
	}
#textSection #contentTitSection {
	width: 790px;
	height: 47px;
	min-height: 47px;
	background: url(../img/contentTit_bg.gif) no-repeat bottom;
	padding-top: 15px;
	margin-bottom: 10px;
	}
#textSection #contentTitSection h5 {
	padding: 0 0 0 12px;
	float: left;
	}
#contentTitSection .btnindex {
	float: right;
	width: 186px;
	padding: 0 0 0 0;
	}
#textSection img.tit {
	padding:15px 0 17px;
	}
/* ポイント */
#textSection .topicSection {
	width: 780px;
	background: url(../img/point_top.gif) no-repeat;
	padding-top: 33px;
	}
#textSection .topicSection .inner {
	background: url(../img/point_bg.gif) no-repeat bottom;
	padding: 0 20px;
	padding-bottom: 15px;
	}
#textSection .topicSection .inner p {
	padding-bottom: 10px;
	}
#textSection .topicSection .inner p.tit {
	color: #ab4209;
	font-weight: bold;
	padding-bottom: 5px;
	}
#textSection .topicSection .inner ul#btn li {
	float: left;
	}
#textSection .topicSection .inner ul#btn li.first {
	padding: 0 20px 0 0;
	}
/* チェック リスト */
ul.check {
	padding: 10px 0;
	}
ul.check li{
	background: url(../../img/share/arrow_check.gif) 1px 1px no-repeat;
	padding: 0 0 0 22px;
	color: #e35016;
	}
img.nextPage {
	float: right;
	padding-top: 10px;
	}
img.rePage {
	float: left;
	padding-top: 10px;
	}


.left {
	float: left;
	}
.right {
	float: right;
	}
	
.orage {
	color: #ff7e00;
}

.pagetopInner {
	padding:10px 0px 0px 0;
	text-align:right;
}

