@charset "utf-8";
/* CSS Document */
.main_section {
  margin-bottom: 20px;
}

#main_weekly_box {
  margin-bottom: 14px;
  position: relative;
}

#main_weekly_box #tab_nav {
  margin: 0 auto;
  width: 665px;
  box-shadow: 0 1px 3px rgba(10, 0, 0, 0.2);
  zoom: 1;
}
#main_weekly_box #tab_nav:after {
  content: "";
  display: block;
  clear: both;
}
#main_weekly_box #tab_nav li {
  float: left;
}
#main_weekly_box #tab_nav li a {
  font-weight: bold;
  display: block;
  width: 95px;
  height: 39px;
  background: url("/img/index/bg_02.png") no-repeat left top;
  color: #7f5f26;
  font-size: 115%;
  line-height: 39px;
  text-align: center;
  text-shadow: 1px 1px 1px white;
  text-decoration: none;
}
#main_weekly_box #tab_nav li a:hover {
  text-decoration: underline;
}
#main_weekly_box #tab_nav li a .saturday {
  color: #87BF74;
}
#main_weekly_box #tab_nav li a .sunday {
  color: #FF8537;
}
#main_weekly_box #tab_nav .current a {
  background: url("/img/index/bg_01.png") no-repeat left top !important;
  color: #ffffff;
  text-shadow: none;
}
#main_weekly_box #tab_nav .last-child a {
  background: url("/img/index/bg_03.png") no-repeat left top;
}

#main_weekly_box .content_box {
  position: relative;
  padding-bottom: 40px;
  background: white url("/img/index/bg_05.png") repeat-x left bottom;
  box-shadow: 1px -1px 1px rgba(10, 0, 0, 0.1), -1px -1px 1px rgba(10, 0, 0, 0.1);
  zoom: 1;
  min-height: 494px;
}
#main_weekly_box .content_box:after {
  content: "";
  display: block;
  clear: both;
}
#main_weekly_box .content_box p#update_date {
  position: absolute;
  z-index: 20;
  top: -1px;
  right: -2px;
}

#main_weekly_box .content_box .daily_box {
  padding: 10px 10px 0;
  float: left;
  position: absolute;
  opacity: 0;
  top: 0;
  display: none\9;
  /* IE8 */
}
#main_weekly_box .content_box .daily_box.current {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  z-index: 10;
  display: block\9;
  /* IE8 */
}
#main_weekly_box .content_box .daily_box > h1 {
  position: absolute;
  left: -8px;
  top: 25px;
  padding: 26px 0 0 66px;
  width: 232px;
  height: 73px;
  background: url("/img/index/bg_04.png") no-repeat left top;
  color: #7f5f26;
  font-size: 18px;
  z-index: 10;
}
#main_weekly_box .content_box .daily_box > h1 .size1 {
  font-size: 33px;
  letter-spacing: -0.15em;
  margin-right: 5px;
}
#main_weekly_box .content_box .daily_box > h1 .size2 {
  font-size: 32px;
  letter-spacing: -0.1em;
  margin-right: 5px;
}
#main_weekly_box .content_box .daily_box > h1 .size3 {
  font-size: 21px;
}
#main_weekly_box .content_box .daily_box > h1 .size4 {
  font-size: 24px;
}
#main_weekly_box .content_box .daily_box .large {
  margin-bottom: 10px;
  width: 655px;
  zoom: 1;
}
#main_weekly_box .content_box .daily_box .large:after {
  content: "";
  display: block;
  clear: both;
}
#main_weekly_box .content_box .daily_box .large section {
  float: left;
  padding: 148px 0 0 7px;
  width: 236px;
}
#main_weekly_box .content_box .daily_box .large section h1 {
  margin-bottom: 6px;
  font-size: 169%;
  line-height: 120%;
}
#main_weekly_box .content_box .daily_box .large ul.li_icon {
  float: left;
  width: 236px;
  padding-left: 7px;
}
#main_weekly_box .content_box .daily_box .large .thumb {
  float: right;
  width: 405px;
}
#main_weekly_box .content_box .daily_box .daily_bottom {
  width: 655px;
  zoom: 1;
}
#main_weekly_box .content_box .daily_box .daily_bottom:after {
  content: "";
  display: block;
  clear: both;
}
#main_weekly_box .content_box .daily_box .daily_bottom .recipe {
  float: left;
  margin-right: 10px;
  width: 240px;
}
#main_weekly_box .content_box .daily_box .daily_bottom .recipe .thumb {
  margin-bottom: 12px;
}
#main_weekly_box .content_box .daily_box .daily_bottom .recipe section {
  margin-bottom: 7px;
}
#main_weekly_box .content_box .daily_box .daily_bottom .recipe section h1 {
  font-size: 107%;
}
#main_weekly_box .content_box .daily_box .daily_bottom .match_to_drink {
  float: left;
  margin-top: 10px;
}

.sectionCol {
  width: 675px;
  zoom: 1;
}
.sectionCol:after {
  content: "";
  display: block;
  clear: both;
}

.sectionCol .column {
  position: relative;
  width: 330px;
  float: left;
  background: #fff;
  box-shadow: 0 1px 3px rgba(10, 0, 0, 0.2);
}
.sectionCol .column .heading {
  margin-bottom: 10px;
}
.sectionCol .column .page_nav {
  top: 57px;
  left: 8px;
  width: 314px;
  height: 160px;
}
.sectionCol .column .page_nav ul {
  margin-left: 0;
  width: 314px;
}
.sectionCol .column .page_nav ul a img {
  top: 66px;
}
.sectionCol .column .slide_box {
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 215px;
  margin: 0 auto 30px;
}
.sectionCol .column .slide {
  width: 720px;
  height: 215px;
  position: absolute;
  left: -240px;
}
.sectionCol .column .slide .recipe {
  margin: 0 auto;
  width: 240px;
  display: none;
  float: left;
}
.sectionCol .column .slide .recipe h1 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sectionCol .column .slide .currentLeft {
  left: 0;
}
.sectionCol .column .slide .current {
  left: 240px;
}
.sectionCol .column .slide .currentRight {
  left: 480px;
}
.sectionCol .column .slide .currentLeft,
.sectionCol .column .slide .current,
.sectionCol .column .slide .currentRight {
  display: block;
  position: absolute;
}
.sectionCol .column .recipe .thumb {
  margin-bottom: 13px;
}
.sectionCol .column .recipe section {
  margin-bottom: 8px;
}
.sectionCol .column .recipe section h1 {
  background: none;
}
.sectionCol .column .recipe .li_icon {
  margin-bottom: 8px;
}
.sectionCol .column .recipe .list_drink li {
  display: inline;
  margin-right: 4px;
  padding: 1px 4px;
  border: 1px solid #5F461F;
  font-size: 92%;
}
.sectionCol .column .thumb_box ul {
  padding: 6px 0px 5px 7px;
  background: #E6E1DB;
  zoom: 1;
}
.sectionCol .column .thumb_box ul:after {
  content: "";
  display: block;
  clear: both;
}
.sectionCol .column .thumb_box li {
  position: relative;
  float: left;
  margin-right: 4px;
  width: 60px;
  height: 40px;
  background: #fff;
}
.sectionCol .column .thumb_box li a:hover img {
  opacity: 0.65;
}
.sectionCol .column .thumb_box li.current a {
  overflow: hidden;
  position: absolute;
  border: 3px solid #FF9900;
  line-height: 0;
  height: 34px;
}
.sectionCol .column .thumb_box li.current a img {
  margin: -2px;
}
.sectionCol .column.prevTransition .currentLeft {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.sectionCol .column.prevTransition .currentRight {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sectionCol .column.prevTransition .current {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sectionCol .column.nextTransition .currentRight {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.sectionCol .column.nextTransition .currentLeft {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sectionCol .column.nextTransition .current {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sectionCol .column.first {
  margin-right: 15px;
}
.sectionCol .column#new_recipe_box .heading h1 {
  background: url("/img/index/ic_01.png") no-repeat 16px 8px;
}
.sectionCol .column#otsumami_box .heading h1 {
  background: url("/img/index/ic_02.png") no-repeat 16px 8px;
}

#special_topic_box .twoCol .column {
  margin-bottom: 0;
}

#theme_recipe_box .heading h1 {
  background: url(/img/index/ic_04.png) no-repeat 13px 6px;
}
#theme_recipe_box .column {
  padding: 29px 0 8px;
  background: white url(/img/index/bg_06.png) no-repeat left top;
}
#theme_recipe_box .column h1 {
  padding: 0 0 17px 10px;
  background: url(/img/common/ln_02.png) repeat-x left bottom;
  font-size: 107%;
}
#theme_recipe_box .column .recipe_outer {
  padding: 0 5px;
}
#theme_recipe_box .column .recipe_outer .recipe {
  margin-top: 10px;
  padding-bottom: 11px;
  background: url(/img/common/ln_02.png) repeat-x left bottom;
}
#theme_recipe_box .column .recipe_outer .recipe .thumb {
  float: left;
  margin-bottom: 8px;
}
#theme_recipe_box .column .recipe_outer .recipe section {
  margin-left: 70px;
}
#theme_recipe_box .column .recipe_outer .recipe ul.li_icon {
  clear: both;
}
#theme_recipe_box .column .recipe_outer .link_icon {
  margin-top: 6px;
}
#theme_recipe_box .column article h1 {
  background: none;
  padding: 2px 0 0 0;
  font-size: 100%;
}

#theme_recipe_box .heading h1 a{
	display: inline-block;
	color: #7f5f26;
	text-decoration: none;
}
#theme_recipe_box .heading h1 a:hover {
	text-decoration: underline;
}

#theme_recipe_box .column .themeTitle {
	margin: 0 auto;
	width: 210px;
}
#theme_recipe_box .column .themeTitle a {
	text-decoration: none;
}
#theme_recipe_box .column .themeTitle figure {
	margin-bottom: 10px;
}
#theme_recipe_box .column .themeTitle figure img {
	width: 210px;
}
#theme_recipe_box .column .themeTitle h1 {
	margin: 0;
	padding: 0 0 10px;
	line-height: 1.5;
}

#theme_recipe_box .column .themeTitle a:hover h1 {
	text-decoration: underline;
}

/*match_drink_index*/
.match_drink_index {
	margin-bottom: 25px;
	padding: 0 0 5px;
	width: 675px;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
.match_drink_index .heading {
  position: relative;
  margin-bottom: 5px;
  height: 47px;
  background: url("../../img/common/nav/bg_01.png") repeat-x left top;
}
.match_drink_index .heading h1 {
	padding: 0 0 0 20px;
}
.match_drink_index ul {
	margin: 0 0 0 20px;
	padding: 15px 0 5px;
}
.match_drink_index ul { /zoom :1; }
.match_drink_index ul:after { content :''; display :block; clear :both; }

.match_drink_index li {
	margin: 0 25px 10px 0;
	float: left;
}
.match_drink_index li a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #7f5f26;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	background: url("../../img/common/nav/ic_01.png") no-repeat 0 center;
	padding-left: 16px;
}
.match_drink_index li a:hover {
	text-decoration: underline;
}