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


.wideContents .inner {
	max-width:1400px;
	padding: 50px 50px 0;
	margin: 0 auto;
}

h2 {
	text-align:center;
	background: #FAF1D9;
	padding: 25px 0;
}

.iconTit {
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	letter-spacing: 0.15em;
	color: #920017;
	font-size: 20px;
	margin-bottom: 50px;
}

section {
	line-height:2;
	margin-bottom: 90px;
}

section:last-child {
	margin-bottom: 0;
}

span.cap {
	display:block;
	text-align: right;
	margin-top: 5px;
}

a.lineup {
	display:block;
	width: 230px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	border: 1px solid #861E23;
	color: #861E23;
	letter-spacing: 0.07em;
	text-align: center;
	font-size: 13px;
}



/*================================
	ヒマラヤチーズについて
===============================*/
#aboutTxt {
	color: #920017;
	line-height: 2;
	text-align: center;
	margin-bottom: 30px;
}
#holds .iconTit {
	padding-top:80px;
	background-image: url(../img/about/icon_holds.png);
}

#birth .iconTit {
	padding-top:80px;
	background-image: url(../img/about/icon_birth.png);
}

#feature .iconTit {
	padding-top:85px;
	background-image: url(../img/about/icon_feature.png);
}

#vak .iconTit {
	padding-top:78px;
	background-image: url(../img/about/icon_vak.png);
}

#flow .iconTit {
	padding-top:85px;
	background-image: url(../img/about/icon_flow.png);
}


#fairtrade .iconTit {
	padding-top:100px;
	background-image: url(../img/about/icon_trade.png);
}


#aboutNav ul {
	display:table;
	width: 100%;
	padding: 0 50px;
	table-layout: auto;
	max-width:1190px;
	margin: 0 auto 60px;
}



/****　旧タグ　********************************
#aboutNav ul {
	display:table;
	width: 100%;
	padding: 0 50px;
	table-layout: fixed;
	max-width:1190px;
	margin: 0 auto 60px;
}
***********************************************/



#aboutNav ul li {
	display: table-cell;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: 0.15em;
	vertical-align: middle;
}

/****　追加タグ　*******************************************************************************/
#aboutNav ul li:nth-child(1) {
	background-image: url(../img/about/icon_nav00.png);
}

#aboutNav ul li:nth-child(2) {
	background-image: url(../img/about/icon_nav01.png);
}

#aboutNav ul li:nth-child(3) {
	background-image: url(../img/about/icon_nav02.png);
}

#aboutNav ul li:nth-child(4) {
	background-image: url(../img/about/icon_nav03.png);
}

#aboutNav ul li:nth-child(5) {
	background-image: url(../img/about/icon_nav04.png);
}

#aboutNav ul li:nth-child(6) {
	background-image: url(../img/about/icon_nav05.png);
}

#aboutNav ul li a {
	padding-top: 55px;
	position: relative;
	display: inline-block;
	overflow: visible;
}

#aboutNav ul li a::after {
	position: absolute;
	content: "";
	bottom: -10px;
	background-repeat: no-repeat;
	left: 0;
	width: 0;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}


/****　追加タグ　*******************************************************************************/
#aboutNav ul li:nth-child(1) a::after {
	left:10px;
	height: 5px;
	background-image: url(../img/about/border01.png);
}

#aboutNav ul li:nth-child(2) a::after {
	left:10px;
	height: 5px;
	background-image: url(../img/about/border01.png);
}

#aboutNav ul li:nth-child(3) a::after {
	height: 5px;
	background-image: url(../img/about/border02.png);
}

#aboutNav ul li:nth-child(4) a::after {
	height: 4px;
	background-image: url(../img/about/border03.png);
}

#aboutNav ul li:nth-child(5) a::after {
	height: 5px;
	background-image: url(../img/about/border04.png);
}

#aboutNav ul li:nth-child(6) a::after {
	height: 5px;
	background-image: url(../img/about/border05.png);
}


/****　追加タグ　*******************************************************************************/
#aboutNav ul li:nth-child(1) a:hover::after {
	width: 126px;
}

#aboutNav ul li:nth-child(2) a:hover::after {
	width: 126px;
}

#aboutNav ul li:nth-child(3) a:hover::after {
	width: 112px;
}

#aboutNav ul li:nth-child(4) a:hover::after {
	width: 74px;
}

#aboutNav ul li:nth-child(5) a:hover::after {
	width: 126px;
}

#aboutNav ul li:nth-child(6) a:hover::after {
	width: 97px;
}

#holds p:nth-of-type(1) {
	float: left;
	width: 45%;
}

#holds p:nth-of-type(2) {
	float: right;
	width: 53%;
	max-width: 700px;
}

#birth p:nth-of-type(1) {
	float: left;
	width: 45%;
}

#birth p:nth-of-type(2) {
	float: right;
	width: 53%;
	max-width: 700px;
}

#feature {
	padding-bottom: 11.5%;
	position: relative;
}

#feature p:nth-of-type(1) {
	max-width: 900px;
	margin: 0 auto 30px;
}

#feature ul li {
	width:48.5%;
}

#feature ul li:first-child {
	float: left;
}

#feature ul li:last-child {
	float: right;
}

#feature #baloon {
	position: absolute;
	bottom: 0;
	left: 30.8%;
	width: 46.5%;
}

#feature .cmt {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

#feature .action {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
}

#feature .cmt img { 
	opacity:0;
	padding-bottom: 60px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

#feature .action img {
	opacity:1;
	padding-bottom: 0;
}

#vak p:nth-of-type(1) {
	max-width: 900px;
	margin: 0 auto 30px;
}

#flow #flowAnimation {
	height:2040px;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

#flow #flowAnimation > * {
	position:absolute;
}

#flow #flowAnimation .cmt {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

#flow #flowAnimation .action {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
}

#flow #flowAnimation .cmt img { 
	opacity:0;
	margin-top:60px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

#flow #flowAnimation .action img {
	opacity:1;
	margin-top:0;
}

#flow #flowAnimation #fPhoto01 {
	top:4.2%;
	left: 11.8%;
	width: 36.4%;
	max-width:400px;
}

#flow #flowAnimation #fPhoto02 {
	top:7.7%;
	right: 11.8%;
	width: 34.5%;
	max-width:380px;
}

#flow #flowAnimation #fPhoto03 {
	top:37.3%;
	right: 5%;
	width: 36.4%;
	max-width:400px;
}

#flow #flowAnimation #fPhoto04 {
	top:30.7%;
	left: 11.8%;
	width: 31.8%;
	max-width:350px;
}

#flow #flowAnimation #fPhoto05 {
	top:55.1%;
	right: 11.8%;
	width: 34.5%;
	max-width:380px;
}

#flow #flowAnimation #fPhoto06 {
	top:64.5%;
	left: 10.9%;
	width: 36.4%;
	max-width:400px;
}

#flow #flowAnimation #fPhoto06a {
	top:78.5%;
	left: 55%;
	width: 36.4%;
	max-width:400px;
}

#flow #flowAnimation #fPhoto07 {
	top:89.7%;
	right: 65.2%;
	width: 27%;
	max-width:297px;
}

#flow #flowAnimation #fArrow01 {
	top: 4.2%;
	right: 36.4%;
	width: 4.5%;
	max-width:49px;
}

#flow #flowAnimation #fArrow02 {
	top:32.6%;
	right: 23.2%;
	width: 4.5%;
	max-width:49px;
}

#flow #flowAnimation #fArrow03 {
	top:44.1%;
	left: 48.2%;
	width: 5.8%;
	max-width:64px;
}

#flow #flowAnimation #fArrow04 {
	top:57.6%;
	left: 44.1%;
	width: 4.5%;
	max-width:49px;
}

#flow #flowAnimation #fArrow05 {
	top:72.3%;
	right: 44.5%;
	width: 3.5%;
	max-width:38px;
}

#flow #flowAnimation #fArrow06 {
	top:85.3%;
	right: 47.5%;
	width: 5.5%;
	max-width:38px;
}

#flow #flowAnimation #fCmt01 {
	top:0;
	left: 25.5%;
	width: 32.6%;
	max-width:359px;
}

#flow #flowAnimation #fCmt02 {
	top:2%;
	right: 5%;
	width: 16.8%;
	max-width:185px;
}

#flow #flowAnimation #fCmt03 {
	top:33.3%;
	right: 5.6%;
	width: 16.8%;
	max-width:185px;
}

#flow #flowAnimation #fCmt04 {
	top:28%;
	left: 14.7%;
	width: 21.9%;
	max-width:241px;
}

#flow #flowAnimation #fCmt05 {
	top:68.4%;
	right: 4.5%;
	width: 30.5%;
	max-width:335px;
}

#flow #flowAnimation #fCmt06 {
	top:57.1%;
	left: 1.8%;
	width: 21.7%;
	max-width:239px;
}

#flow #flowAnimation #fCmt06a {
	top:76.5%;
	left: 70.8%;
	width: 21.7%;
	max-width:198px;
}

#flow #flowAnimation #fCmt06b {
	top:98.5%;
	left: 60%;
	width: 31%;
	max-width:341px;
}


#flow #flowAnimation #fCmt07 {
	top:88%;
	right: 53%;
	width: 13.2%;
	max-width:178px;
}

#fairtrade dl:nth-of-type(1) {
	margin-bottom:80px;
}

#fairtrade dl dt {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

#fairtrade dl:nth-of-type(1) dd p:nth-child(1){
	float: left;
	width: 48.5%;
	max-width:630px;
	margin-bottom: 45px;
}

#fairtrade dl:nth-of-type(1) dd p:nth-child(2){
	float: right;
	width: 45%;
	padding:5% 6% 0 0;
	margin-bottom: 45px;
}

#fairtrade dl:nth-of-type(1) dd p:nth-child(3){
	clear: both;
	float: right;
	width: 48.5%;
	max-width:630px;
}

#fairtrade dl:nth-of-type(1) dd p:nth-child(4){
	float: left;
	width: 45%;
	padding:5% 0 0 6%;
}

#fairtrade dl:nth-of-type(2) p:first-child {
	margin-bottom:40px;
}

#caution h3 {
	text-align: center;
	color: #FFF;
	font-size: 15px;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #950010;
	margin: 0 auto 40px;
	font-weight: normal;
}

#caution ul {
	margin: 0 auto 50px;
	max-width: 1100px;
}







/*================================
	商品ラインナップ
===============================*/

#itemList {
	text-align:center;
	font-size: 0;
	max-width: 1100px;
	margin: 0 auto 50px;
}

#itemList li {
	display:inline-block;
	cursor: pointer;
}

#itemList li dl {
	display:table-cell;
	width: 250px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
}

#itemList li dl dt img {
	width:155px;
	height: auto;
}

#itemList li dl dd {
	font-size:14px;
	margin-top: 5px;
}

#itemList li dl dd span {
	display: block;
	margin-bottom: 5px;
	line-height: 1em;
}

.slideArea {
	max-width:1100px;
	margin: 0 auto;
	padding: 20px 35px 0;
}

.item figure {
	width:52.4%;
	padding: 0 2%;
	text-align: center;
	vertical-align: middle;
}

.item figure img {
	display:inline-block;
}

.item .itemInfo {
	padding: 0 2%;
}

.item .itemInfo h3 {
	font-size: 29px;
	color: #920017;
	letter-spacing: 0.15em;
	line-height: 1;
	margin-bottom: 23px;
}

.item .itemInfo dl.txtInfo {
	margin-bottom: 20px;
}

.item .itemInfo dl.txtInfo dt {
	font-size: 18px;
	color: #920017;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}

.item .itemInfo table {
	margin-bottom:15px;
}

.item .itemInfo table th, .item .itemInfo table td {
	font-size: 13px;
	vertical-align: top;
	text-align: left;
	line-height: 1.4;
	padding-bottom: 20px;
}

.item .itemInfo table th {
	width: 90px;
}

.item .itemInfo dl.price {
	display: table;
	width: 100%;
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 30px;
}

.item .itemInfo dl.price > * {
	display:table-cell;
}

.item .itemInfo dl.price dt {
	background:url(../img/products/dot.png) repeat-x left center;
}

.item .itemInfo dl.price dt span {
	display: inline-block;
	padding-right: 13px;
	background: #FFF;
}

.item .itemInfo dl.price dd {
	padding-left: 13px;
}

.item .itemInfo dl.price dd span {
	font-size: 16px;
}

.shopBtn {
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 310px;
}

.shopBtn a {
    background: #940011 url(../img/products/icon_cart.png) no-repeat scroll 20px center / 22px auto;
    color: #fff;
    display: block;
    padding-left: 30px;
}

.slideArea .arrow {
    cursor: pointer;
    height: 45px;
    margin-top: -23px;
    position: absolute;
    top: 50%;
    width: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	transition:opacity 0.1s linear;
}

.slideArea .arrow:hover {opacity:0.5;}

.slideArea .arrow.left {
	left: 0;
	background-image: url(../img/products/prev.png);
}

.slideArea .arrow.right {
	background-image: url(../img/products/next.png);
	right: 0;
}











/*================================
	8のポイント
===============================*/

#point h3 {
	text-align:center;
	margin: 20px 0;
	font-size: 20px;
	color: #920017;
	letter-spacing: 0.15em;
}

#point section > p {
	width:900px;
	margin: 0 auto;
}

#pointNav {
	margin-bottom: 40px;
}

#pointNav ul {
	display: table;
	width: 660px;
	margin: 0 auto 60px;
}

#pointNav ul li {
	display:table-cell;
}

#dietAnimation {
	position:relative;
	height: 492px;
	width: 736px;
	margin: 55px auto 0;
}

#dietAnimation p {
	position:absolute;
}

#dietAnimation p:nth-child(1) {
	top:0;
	right: 155px;
}

#dietAnimation p:nth-child(2) {
	bottom:0;
	right: 0;
}

#dietAnimation p:nth-child(3) {
	bottom:0;
	left: 0;
}

#point03 p.nutritious {
	text-align:center;
	margin: 40px auto;
}

#wellAnimation {
	width:700px;
	margin: 0 auto;
}

#wellAnimation article {
	width:100%;
	position: relative;
}

#wellAnimation article > * {
	position:absolute;
} 

#wellAnimation article:nth-child(1) {
	height: 191px;
}

#wellAnimation article:nth-child(1) p.img {
	top:0;
	left:0;
}

#wellAnimation article:nth-child(1) p.txt {
	top:80px;
	left:158px;
}

#wellAnimation article:nth-child(2) {
	height: 237px;
}

#wellAnimation article:nth-child(2) p.img {
	top:0;
	left:225px;
}

#wellAnimation article:nth-child(2) p.txt {
	top:60px;
	right:0;
}

#wellAnimation article:nth-child(2) p.arrw {
	top:21px;
	left: 128px;
}

#wellAnimation article:nth-child(3) {
	height: 229px;
}

#wellAnimation article:nth-child(3) p.img {
	top:0;
	left:146px;
}

#wellAnimation article:nth-child(3) p.txt {
	top:84px;
	left: 278px;
}

#wellAnimation article:nth-child(3) p.arrw {
	top:20px;
	right:60px;
}

#wellAnimation article:nth-child(4) {
	height: 152px;
}

#wellAnimation article:nth-child(4) p.img {
	top:0;
	right:15px;
}

#wellAnimation article:nth-child(4) p.txt {
	top:95px;
	right: 228px;
}

#wellAnimation article:nth-child(4) p.arrw {
	top:0;
	left:288px;
}

#wellAnimation article:nth-child(5) {
	height: 564px;
}

#wellAnimation article:nth-child(5) p.img01 {
	top:33px;
	left:70px;
}

#wellAnimation article:nth-child(5) p.img02 {
	top:145px;
	right:100px;
}

#wellAnimation article:nth-child(5) p.img03 {
	bottom:0;
	left:20px;
}

#wellAnimation article:nth-child(5) p.arrw {
	top:25px;
	right:178px;
}

#wellAnimation .cmt {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

#wellAnimation .txt.cmt{
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	opacity:0;
	transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
}

#wellAnimation .txt.cmt.action{
	opacity:1;
}

#wellAnimation .action {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
}

#wellAnimation .cmt img { 
	opacity:0;
	margin-top:60px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

#wellAnimation .action img {
	opacity:1;
	margin-top:0;
}

#point08 ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 30px;
}

#point08 ul > * {
	display: table-cell;
	text-align: center;
}

#point section:last-child p {
	margin-bottom:50px;
}







/*================================
	よくあるご質問
===============================*/

#faq {
	max-width: 900px;
	margin: 0 auto;
}

#faq dl {
	display: table;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 30px;
}

#faq dl > * {
	display:table-cell;
	position: relative;
	padding-left: 33px;
}

#faq dl span {
	color: #920017;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top:-12px;
}

#faq dl dt {
	width:33.5%;
	font-weight: bold;
}

#faq dl dt img {
	display: block;
	margin-left: -33px;
	margin-top:15px;
	width: 90%;
	height: auto;
}




















@media(max-width:768px) {


.wideContents .inner {
	padding: 25px 5% 0;
}

h2 {
	padding: 3% 2%;
}

.iconTit {
	letter-spacing: 0;
	font-size: 17px;
	margin-bottom: 20px;
}

section {
	line-height:1.6;
	margin-bottom: 40px;
}

span.cap {
	text-align: center;
}
	
	span.cap img {
		height:11px;
		width: auto;
	}

	
/*================================
	ヒマラヤチーズについて
===============================*/
#aboutTxt {
	line-height: 1.6;
	text-align: left;
	margin-bottom: 20px;
}

#birth .iconTit {
	padding-top:55px;
	background-size: auto 45px;
}

#feature .iconTit {
	padding-top:60px;
	background-size: auto 50px;
}

#vak .iconTit {
	padding-top:60px;

	background-size: auto 50px;
}

#flow .iconTit {
	padding-top:70px;
	background-size: auto 60px;
}


#fairtrade .iconTit {
	padding-top:80px;
	background-size: auto 70px;
}

#aboutNav {
	display: none;
}

#holds p:nth-of-type(1) {
	float:  none;
	width: 100%;
	margin-bottom: 15px;
}

#holds p:nth-of-type(2) {
	float: none;
	width: 100%;
}

#birth p:nth-of-type(1) {
	float:  none;
	width: 100%;
	margin-bottom: 15px;
}

#birth p:nth-of-type(2) {
	float: none;
	width: 100%;
}

#feature {
	padding-bottom:0;
}

#feature p:nth-of-type(1) {
	margin: 0 auto 15px;
}

#feature ul li {
	width:100%;
}

#feature ul li:first-child {
	float: none;
	margin-bottom: 10px;
}

#feature ul li:last-child {
	float: none;
}

#feature #baloon {
	position: relative;
	bottom: auto;
	left: auto;
	width:100%;
}

#feature .cmt {
	transform: none;
	-webkit-transform: none;
}

#feature .action {
	transform: none;
	-webkit-transform: none;
}

#feature .cmt img { 
	opacity:1;
	padding-bottom: 0;
}

#vak p:nth-of-type(1) {
	margin: 0 auto 15px;
}

#fairtrade dl:nth-of-type(1) {
	margin-bottom:30px;
}

#fairtrade dl dt {
	font-size: 15px;
	letter-spacing: 0;
	margin-bottom: 20px;
}

#fairtrade dl:nth-of-type(1) dd p:nth-child(1){
	float: none;
	width: 100%;
	margin-bottom: 15px;
}

#fairtrade dl:nth-of-type(1) dd p:nth-child(2){
	float: none;
	width: 100%;
	margin-bottom: 25px;
	padding: 0;
}

#fairtrade dl:nth-of-type(1) dd p:nth-child(3){
	float: none;
	width: 100%;
	margin-bottom: 15px;
}

#fairtrade dl:nth-of-type(1) dd p:nth-child(4){
	float: none;
	width: 100%;
	margin-bottom:0;
	padding: 0;
}

#fairtrade dl:nth-of-type(2) p:first-child {
	margin-bottom:15px;
}

#caution h3 {
	margin: 0 auto 20px;
}

#caution ul {
	margin: 0 auto 25px;
}







/*================================
	商品ラインナップ
===============================*/

#itemList {
	margin-bottom: -15px;
	overflow: hidden;
}

#itemList li {
	width: 49%;
	margin-bottom: 15px;
	display: block;
}
	
#itemList li:nth-child(odd) {
	float: left;
}
	
#itemList li:nth-child(even) {
	float: right;
}

#itemList li dl {
	display: block;
	width: 100%;
	height: 100%;
}
	
#itemList li dl dt img {
	width:90%;
}

#itemList li dl dd {
	font-size:13px;
}

.item {
	display: none;
	opacity: 0;
    padding: 15px 3%;
    position: absolute;
    transition: opacity 0.5s linear 0s;
    width: 96%;
    z-index: 1000;
}
	
.item.on {
    opacity: 1;
}
.item figure {
	width:52.4%;
	padding: 3% 0;
	display: block;
	margin: 0 auto;
}

.item .itemInfo {
	padding: 0;
}

.item .itemInfo h3 {
	font-size: 17px;
	letter-spacing: 0;
	line-height: 1.3;
	margin-bottom: 10px;
}

.item .itemInfo dl.txtInfo {
	margin-bottom: 20px;
}

.item .itemInfo dl.txtInfo dt {
	font-size: 15px;
	margin-bottom: 10px;
}

.item .itemInfo table {
	margin-bottom:10px;
}

.item .itemInfo table th, .item .itemInfo table td {
	font-size: 13px;
	line-height: 1.4;
	padding-bottom: 10px;
}

.item .itemInfo table th {
	width: 90px;
}

.item .itemInfo dl.price {
	display: table;
	width: 100%;
	font-size: 14px;
	margin-bottom: 15px;
}


.item .itemInfo dl.price dt {
	width:43.9%;
	background:url(../img/products/dot.png) repeat-x left center;
}

.item .itemInfo dl.price dt span {
	display: inline-block;
	padding-right: 13px;
	background: #FFF;
}

.item .itemInfo dl.price dd {
	padding-left: 14px;
}

.item .itemInfo dl.price dd span {
	font-size: 14px;
}

.shopBtn {
    height: 50px;
    line-height: 50px;
    width: 310px;
}

.shopBtn a {
    background: #940011 url(../img/products/icon_cart.png) no-repeat scroll 20px center / 22px auto;
    color: #fff;
    display: block;
    padding-left: 30px;
}

.slideArea {
	display: none;
}	



	



/*================================
	8のポイント
===============================*/

#point section#point01 > p.alignC img {
	width: 60px;
	height: auto;
}
	
#point section#point02 > p.alignC img {
	width: 70px;
	height: auto;
}
	
#point section#point03 > p.alignC img {
	width: 60px;
	height: auto;
}

#point section#point04 > p.alignC img {
	width: 45px;
	height: auto;
}

#point section#point05 > p.alignC img {
	width: 95px;
	height: auto;
}

#point section#point06 > p.alignC img {
	width: 55px;
	height: auto;
}

#point section#point07 > p.alignC img {
	width: 60px;
	height: auto;
}

#point section#point08 > p.alignC img {
	width: 60px;
	height: auto;
}

#point h3 {
	margin: 15px 0;
	font-size: 17px;
	letter-spacing: 0;
}
	
#point #point06 h3 + p {
	margin-bottom:20px;
}

#point section > p {
	width:100%;
}

#dietAnimation {
	position:relative;
	height: auto;
	width: auto;
	margin: 25px auto 0;
	overflow: hidden;
}

#dietAnimation p {
	position: relative;
}

#dietAnimation p:nth-child(1) {
	top: auto;
	right: auto;
	width: 49%;
	margin: 0 auto 20px;
}

#dietAnimation p:nth-child(2) {
	bottom:auto;
	right:auto;
	float: left;
	width: 49%;
}

#dietAnimation p:nth-child(3) {
	bottom: auto;
	left: auto;
	float: right;
	width: 49%;
}

#point03 p.nutritious {
	text-align:center;
	margin: 20px auto;
}

#point08 ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 15px;
}

#point section:last-child p {
	margin-bottom:25px;
}







/*================================
	よくあるご質問
===============================*/

#faq dl {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#faq dl > * {
	display: block;
	padding-left: 25px;
}

#faq dl span {
	font-size: 17px;
	top:-2px;
}

#faq dl dt {
	width:100%;
	margin-bottom: 10px
}

#faq dl dt img {
	display: block;
	margin:10px auto 0;
	width: 70%;
}















}





