@charset "utf-8";

/* default
----------------------------------------------------------------------*/
* { margin: 0; padding: 0; }
img { border: 0; vertical-align: top; }
ul, ol { list-style: none; }
a { color: #530000; text-decoration: none; }
a:hover { text-decoration: underline; }

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* structure
----------------------------------------------------------------------*/
body {
	color: #530000;
	min-width: 960px;
	font-size: 13px;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	background-color: #FFF;
}
body h1 { display: none; }

/*--------------------------------------------------*/
#wrapper { width: 100%; }

/*--------------------------------------------------*/
#main {
	width: 100%;
	background: url(../images/bg_main.gif) left top repeat;
}
.column {
	width: 940px;
	margin: 0 auto;
	padding-top: 30px;
}

/*--------------------------------------------------*/
#header {
	width: 100%;
	background: url(../images/bg_header.png) left top repeat-x;
}
#header .head {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 7px;
	text-align: center;
}

#header .logo {
	position: absolute;
	top: 15px;
	left: -5px;
}

#header ul#gNavi {
	width: 692px;
	margin: 0 0 20px auto;
}
#header ul#gNavi li { float: left; }

#header ul#sns {
	width: 132px;
	margin: 0 0 35px auto;
}
#header ul#sns li {
	float: left;
	margin-left: 13px;
}

#header h2 { margin-bottom: 50px; }

#header .animation img { position: absolute; }
#header img.cupcake { top: 222px; left: 43px; }
#header img.madeleine { top: 451px; left: 65px; }
#header img.muffin { top: 412px; left: 738px; }
#header img.icebox { top: 345px; left: 160px; }
#header img.pound { top: 239px; left: 798px; }
#header img.cookie { top: 83px; left:710px; }

/*--------------------------------------------------*/
#footer {
	width: 100%;
	clear: both;
}


/* ケーキマーガリンについて
----------------------------------------------------------------------*/
.scroll {
	width: 100%;
	background: url(../images/bg_about.png?up=202312) center top no-repeat;
	padding-top: 35px;
}
.scroll p {
	margin-bottom: 10px;
	text-align: center;
}

#about dl dt {
	float: right;
	width: 460px;
}
#about dl dd {
	float: left;
	width: 382px;
	margin-bottom: 30px;
	padding-top: 40px;
}
#about ul.point { margin-bottom: 15px; }
#about ul.point li { margin-bottom: 20px; }

#about .search_stores_from_the_map {
  padding-bottom: 30px;
  text-align: center;
}
#about .search_stores_from_the_map a {
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
}
#about .search_stores_from_the_map img {
  transition: opacity 0.4s ease;
  opacity: 1;
}
#about .search_stores_from_the_map img:hover {
  opacity: 0.6;
}

/* お菓子レシピ
----------------------------------------------------------------------*/
#sweets {
	width: 100%;
	background: url(../images/bg_dot.png) left bottom repeat-x;
}
#sweets .bg_sweets {
	width: 100%;
	background: url(../images/bg_sweets.png) center center repeat-x;
}

#sweets h3 {
	float: left;
	width: 270px;
}
#sweets h4 {
	float: right;
	width: 670px;
	margin-bottom: 10px;
}

#sweets ul.sw_recipe {
	width: 690px;
	margin: 0 auto 40px auto;
}
#sweets ul.sw_recipe li {
	float: left;
	width: 208px;
	height: 220px;
	margin: 0 11px 5px 11px;
	text-align: center;
}
#sweets img.pt1 { padding-top: 28px; }
#sweets img.pt2 { padding-top: 13px; }


/* 明治社員が考えたレシピ
----------------------------------------------------------------------*/
#staff {
	width: 100%;
	background: url(../images/bg_staff.gif) left bottom repeat;
}
#staff .column {
	background: url(../images/bg_txt_staff.png) right 30px no-repeat;
	padding-bottom: 20px;
}

#staff h3 { margin-bottom: 12px; }
#staff .column p { margin-bottom: 20px; }

#staff ul.stf_recipe {
	width: 940px;
	margin: 0 auto;
}
#staff ul.stf_recipe li {
	float: left;
	width: 175px;
	margin: 0 16px 25px 0;
}


/* 手作りチョコレシピ
----------------------------------------------------------------------*/
#chocolate {
	width: 100%;
	background: url(../images/bg_chocolate.gif) left bottom repeat;
}
#chocolate .bg_chocolate {
	width: 100%;
	background: url(../images/bg_recipe.png) center top no-repeat;
}
#chocolate .column { height: 345px; }

#chocolate h3 {
	float: left;
	width: 240px;
}
#chocolate .recipe {
	float: right;
	width: 615px;
}
#chocolate .recipe h4 {
	float: left;
	width: 478px;
}

#chocolate .bnr_area {
	position: relative;
	width: 100%;
	height: 65px;
	background: url(../images/bg_banner.png) left top repeat-x;
/*	padding: 25px 0;*/
	text-align: center;
}
#chocolate .pagetop {
	position: absolute;
	width: 940px;
	margin-left: -470px;
	top: -25px;
	left: 50%;
	text-align: right;
}


/* レシピ詳細
----------------------------------------------------------------------*/
.none { display: none; }
.details {
	width: 820px;
	height: 515px;
	font-size: 12px;
	padding: 65px 50px 0 50px;
}
.details.sweets { background: url(../images/recipe/bg_sweets.png) left top no-repeat; }
.details.staff { background: url(../images/recipe/bg_staff.png) left top no-repeat; }

.details h5 { margin-bottom: 15px; }
.details h6 { margin-bottom: 10px; }
.details h6 span {
	font-size: 14px;
	line-height: 28px;
	padding-left: 10px;
}
.details p { margin-bottom: 15px; }
.details p.indent { padding-left: 4em; text-indent: -4em; margin-bottom: 0; }

.details .border {
	border-bottom: 1px dotted #530000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.details dl dt {
	float: left;
	width: 305px;
	text-align: center;
}
.details dl dt img { margin-bottom: 25px; }

.details dl dd {
	float: right;
	width: 505px;
}

.details ul li {
	margin-bottom: 3px;
	padding-left: 2.7em;
	text-indent: -2.7em;
}

.details .box_scroll {
	width: 500px;
	height: 415px;
	overflow-x: hidden;
}
