@charset "utf-8";
/* CSS Document */
#cover_ttl {
  position: relative;
  margin: 15px 0 15px 0;
  padding: 0 0 20px 0;
  color: #7f5f26;
  font-size: 193%;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  background: url(/img/common/ln_03.gif) left bottom repeat-x;
}
#cover_ttl img#print {
  position: absolute;
  top: 0;
  right: 0;
}

#cover_list {
  zoom: 1;
  height: 55px;
  position: relative;
}
#cover_list:after {
  content: "";
  display: block;
  clear: both;
}
#cover_list ul.li_icon {
  padding: 8px 0 0 0;
  zoom: 1;
  height: auto;
  width: 190px;
}
#cover_list ul.li_icon:after {
  content: "";
  display: block;
  clear: both;
}
#cover_list ul.li_icon li {
  padding: 0 20px;
  color: #4d4d4d;
  font-size: 108%;
  float: none;
  line-height: 1.6;
}
#cover_list ul.li_icon li.icon_time {
  background: url(/img/common/ic_05.png) left center no-repeat;
}
#cover_list ul.li_icon li.icon_cal {
  background: url(/img/common/ic_07.png) left center no-repeat;
}
#cover_list ul.actions {
  zoom: 1;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 10px;
}
#cover_list ul.actions:after {
  content: "";
  display: block;
  clear: both;
}
#cover_list ul.actions li {
  position: relative;
  float: left;
  display: block;
}
#cover_list ul.actions li p.btn {
  float: left;
}
#cover_list ul.actions .count {
  float: left;
  position: relative;
  background: #EFEAE2;
  border: 1px solid #D0C8BC;
  margin: 5px 10px 5px 7px;
  font-size: 85%;
  padding: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #7f7059;
}
#cover_list ul.actions .count:after,
#cover_list ul.actions .count:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#cover_list ul.actions .count:after {
  border-color: rgba(239, 234, 226, 0);
  border-right-color: #EFEAE2;
  border-width: 5px;
  top: 50%;
  margin-top: -5px;
}
#cover_list ul.actions .count:before {
  border-color: rgba(208, 200, 188, 0);
  border-right-color: #D0C8BC;
  border-width: 6px;
  top: 50%;
  margin-top: -6px;
}

#cover_main {
  zoom: 1;
  margin: 0 0 10px 0;
}
#cover_main:after {
  content: "";
  display: block;
  clear: both;
}
#cover_main p.thumb {
  float: left;
  box-shadow: 0 1px 3px rgba(10, 0, 0, 0.2);
}
#cover_main p.thumb img {
  border: 10px solid #fff;
}
#cover_main .match_to_drink {
  float: right;
  margin: 14px 14px 0 0;
}

#leadSentence {
  background: url(/img/recipe/index/ln_01.png) no-repeat left top;
  padding-top: 25px;
  margin-bottom: 10px;
}
#leadSentence #leadInner {
  background: url(/img/recipe/index/ln_03.png) no-repeat left bottom;
  padding-bottom: 10px;
}
#leadSentence p {
  background: url(/img/recipe/index/ln_02.png) repeat-y left top;
  width: 444px;
  padding: 1px 18px;
  line-height: 1.8em;
  color: #59513f;
}

#tag_list {
  position: relative;
  margin: 0 0 30px 0;
  padding: 10px 0 0 30px;
  width: 480px;
  background: url(/img/common/ic_06.png) no-repeat 5px 10px;
}
#tag_list .tag_group li {
  display: inline-block;
  padding: 0 0 4px 0;
}
#tag_list .tag_group li a {
  display: block;
  padding: 2px 5px;
  text-decoration: underline;
  text-shadow: 0 1px 0 white;
}
#tag_list .tag_group li a:hover {
  text-decoration: none;
}

#recipeCol {
  zoom: 1;
  margin: 0 0 20px 0;
}
#recipeCol:after {
  content: "";
  display: block;
  clear: both;
}
#recipeCol h1 {
  margin-bottom: 0;
}

.shares {
  zoom: 1;
  background-color: rgba(201, 179, 126, 0.15);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#30C9B37E,endColorstr=#30C9B37E)";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 15px;
}
.shares:after {
  content: "";
  display: block;
  clear: both;
}
.shares ul li {
  margin: 0 0 0 6px;
  float: right;
}

#materials {
  float: left;
  width: 300px;
  position: relative;
}
#materials h1 {
  margin-bottom: 0;
  height: 34px;
}
#materials h1 span {
  margin-left: 5px;
}
#materials p.btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 6px 0 0;
}
#materials ul {
  background: #fff;
  box-shadow: 0 1px 3px rgba(10, 0, 0, 0.2);
  margin: 0 0 10px 0;
}
#materials ul li {
  display: block;
  color: #4d4d4d;
  font-size: 100%;
  position: relative;
  background: url("/img/common/ln_02.png") repeat-x scroll left bottom;
}
#materials ul li span.name {
  display: block;
  padding: 10px 0 10px 15px;
  width: 190px;
}
#materials ul li span.volume {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px 15px 10px 0;
  text-align: right;
  color: #999;
  width: 80px;
}
#materials ul li.last-child {
  background: none;
}

#making_steps {
  float: right;
  width: 360px;
}
#making_steps h1 {
  height: 34px;
  margin: 0;
}
#making_steps h2.g_hl {
  padding-left: 48px !important;
}
#making_steps ol {
  background: #fff;
  box-shadow: 0 1px 3px rgba(10, 0, 0, 0.2);
}
#making_steps ol li {
  display: block;
  padding: 15px;
  background: url(/img/common/ln_01.png) repeat-x 0 100%;
  position: relative;
  color: #4d4d4d;
  line-height: 1.6;
}
#making_steps ol li.last-child {
  background: none;
}
#making_steps ol li dl {
  zoom: 1;
}
#making_steps ol li dl:after {
  content: "";
  display: block;
  clear: both;
}
#making_steps ol li dl dt {
  float: left;
  width: 15px;
}
#making_steps ol li dl dd {
  width: 295px;
  margin-left: 30px;
  line-height: 1.7em;
}
#making_steps ol li p.pic {
  box-shadow: 0 1px 3px rgba(10, 0, 0, 0.2);
  background: #FFF;
  padding: 5px;
  line-height: 0;
  margin: 10px 5px;
  text-align: center;
}
#making_steps ol li a.bt_step {
  position: absolute;
  top: 15px;
  right: 5px;
}

aside.advice {
  background: #F5F2EC;
  border: 5px solid #FFF;
  margin: 15px 0 0;
  padding: 10px 25px;
  color: #604720;
  line-height: 1.6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(10, 0, 0, 0.2);
}
aside.advice h2 {
  margin: -5px 0 5px -40px;
}

aside.name {
  color: #4d4d4d;
  text-align: right;
  font-size: 93%;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  margin-top: 15px;
}

#recommendCol .heading {
  height: 35px;
}

#recommendCol .column {
  padding: 5px;
  width: 325px;
}
#recommendCol .column p.thumb {
  float: left;
}
#recommendCol .column section {
  margin: 5px 0 0 108px;
}
#recommendCol .column section h1 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 5px;
}
#recommendCol .column section p {
  height: 2.9em;
  overflow: hidden;
  margin: 0 0 8px;
}
#recommendCol .column ul.li_icon {
  margin: 5px 0 0 108px;
}

.actions .balloon p {
  display: none;
}
.actions .balloon.get_pt p {
  display: block;
}

.actions li:first-child .balloon {
  left: -14px;
  top: 30px;
  width: 175px;
}

.actions li.nth-child2 .balloon {
  left: -14px;
  top: 30px;
  width: 175px;
}

.actions li.last-child .balloon {
  width: 160px;
  left: -4px;
  top: 30px;
}

#materials .balloon {
  width: 200px;
  left: 130px;
  top: 40px;
}
#materials .balloon h1 {
  height: auto;
}

.dialog > article p.btn {
  margin: 15px 0 0;
}
.dialog > article h1 {
  background: url(/img/recipe/index/ti_03.png) no-repeat left center;
  padding-left: 27px;
}

.dialog#add_to_memo section h2,
.dialog#add_to_memo section ul {
  margin-left: 5px;
  margin-right: 5px;
  zoom: 1;
}
.dialog#add_to_memo section h2:after,
.dialog#add_to_memo section ul:after {
  content: "";
  display: block;
  clear: both;
}

.dialog#add_to_done .monthly,
.dialog#add_to_cal .monthly {
  width: 268px;
  background: #FFF;
  border-top: 1px solid #fff;
  box-shadow: 0 1px 3px rgba(10, 0, 0, 0.2);
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  zoom: 1;
  margin: 0 auto;
  background-image: url(/img/calendar/monthly/bg_01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 7px;
}
.dialog#add_to_done .monthly:after,
.dialog#add_to_cal .monthly:after {
  content: "";
  display: block;
  clear: both;
}
.dialog#add_to_done .monthly ul,
.dialog#add_to_cal .monthly ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  border-bottom: solid #ccc 1px;
  zoom: 1;
}
.dialog#add_to_done .monthly ul:after,
.dialog#add_to_cal .monthly ul:after {
  content: "";
  display: block;
  clear: both;
}
.dialog#add_to_done .monthly ul li,
.dialog#add_to_cal .monthly ul li {
  background: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: dashed #E5E5E5 1px;
  height: 40px;
  color: #604720;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  overflow: hidden;
  width: 39px;
  width: 38px\9;
  /*IE8*/
  position: relative;
  *float: left;
  /*IE7以下*/
  float: left\9;
  /*IE8*/
  float: left¥9;
  /*IE9*/
}
.dialog#add_to_done .monthly ul li h3,
.dialog#add_to_cal .monthly ul li h3 {
  font-weight: normal;
  font-weight: bold;
  text-align: center;
}
.dialog#add_to_done .monthly ul li h3 a,
.dialog#add_to_cal .monthly ul li h3 a {
  display: block;
  padding: 14px 0 10px;
  font-size: 100%;
  color: #604720;
  text-decoration: none;
}
.dialog#add_to_done .monthly ul li p img,
.dialog#add_to_cal .monthly ul li p img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
.dialog#add_to_done .monthly ul li:first-child,
.dialog#add_to_cal .monthly ul li:first-child {
  border-left: none;
}
.dialog#add_to_done .monthly ul li.sat h3 a,
.dialog#add_to_cal .monthly ul li.sat h3 a {
  color: #4ab8ba;
}
.dialog#add_to_done .monthly ul li.holiday h3 a, .dialog#add_to_done .monthly ul li.sun h3 a,
.dialog#add_to_cal .monthly ul li.holiday h3 a,
.dialog#add_to_cal .monthly ul li.sun h3 a {
  color: #ff8737;
}
.dialog#add_to_done .monthly ul li.out h3 a,
.dialog#add_to_cal .monthly ul li.out h3 a {
  color: #cccccc;
  pointer-events: none;
}
.dialog#add_to_done .monthly ul li.current,
.dialog#add_to_cal .monthly ul li.current {
  border: 3px solid #FF8737 !important;
  background: #FAF6E0;
}
.dialog#add_to_done .monthly ul li.current a,
.dialog#add_to_cal .monthly ul li.current a {
  padding: 11px 5px 10px;
}
.dialog#add_to_done .monthly ul.week,
.dialog#add_to_cal .monthly ul.week {
  background: repeat;
  background: url(/img/common/ln_01.png) repeat-x 0 100%;
  -webkit-box-shadow: 0 -2px 2px rgba(96, 71, 32, 0.2);
  -moz-box-shadow: 0 -2px 2px rgba(96, 71, 32, 0.2);
  box-shadow: 0 -2px 2px rgba(96, 71, 32, 0.2);
}
.dialog#add_to_done .monthly ul.week li,
.dialog#add_to_cal .monthly ul.week li {
  padding: 3px 0 3px;
  text-align: center;
  color: #604720;
  height: auto;
  border-left: none;
  font-size: 93%;
  *float: left;
  /*IE7以下*/
  float: left\9;
  /*IE8*/
  float: left¥9;
  /*IE9*/
}

.dialog#add_to_done .page_navBox,
.dialog#add_to_cal .page_navBox {
  position: relative;
  padding: 15px 0;
  background: #E5DBC5;
  -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1) inset;
  width: 268px;
  margin: 0 auto;
}
.dialog#add_to_done .page_navBox h1,
.dialog#add_to_cal .page_navBox h1 {
  font-weight: normal;
  margin: 0;
  text-align: center;
  font-size: 100%;
  background: none;
  padding-left: 0;
}
.dialog#add_to_done .page_navBox h1 em,
.dialog#add_to_cal .page_navBox h1 em {
  font-weight: normal;
}
.dialog#add_to_done .page_navBox h1 em.year,
.dialog#add_to_cal .page_navBox h1 em.year {
  font-size: 116%;
  margin-right: 4px;
}
.dialog#add_to_done .page_navBox h1 em.month,
.dialog#add_to_cal .page_navBox h1 em.month {
  font-size: 154%;
  margin: 0 10px;
}
.dialog#add_to_done .page_navBox .page_nav,
.dialog#add_to_cal .page_navBox .page_nav {
  width: 100%;
  top: 10px;
}
.dialog#add_to_done .page_navBox .page_nav ul,
.dialog#add_to_cal .page_navBox .page_nav ul {
  width: 247px;
  display: block;
  margin: 0 auto;
}
.dialog#add_to_done .page_navBox .page_nav ul li,
.dialog#add_to_cal .page_navBox .page_nav ul li {
  background: none;
}

.dialog#mail_to > article {
  width: auto;
}
.dialog#mail_to textarea {
  display: block;
  width: 100%;
  height: 320px;
  padding: 5px;
  padding: 0\9;
  /* for IE*/
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #888;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25) inset;
}


#parts_info{
border:0;
margin:15px 0 15px 0;
padding:0;
padding:15px 0 15px 0;
}

#parts_info  #parts_info_inner{
border:solid #DEA900 4px;
width:675px;
height:65px;
border-radius:8px;
margin:0 auto;
padding:0 0 15px 0;
}


#parts_info .parts_info_hd{
content:"";
float:left;
margin:10px 0 10px 0;
padding:0 10px 12px 10px;
}

