@charset "utf-8";
/* CSS Document */
#wrapper > section {
  padding-bottom: 0px;
}

body.dialogOpened #suntory_contents div a {
  pointer-events: none !important;
}

body.dialogOpened #suntory_contents div .dialog a {
  pointer-events: auto !important;
}

ul.actions {
  margin: 10px;
  zoom: 1;
}
ul.actions:after {
  content: "";
  display: block;
  clear: both;
}
ul.actions li {
  position: relative;
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
ul.actions li:last-child {
  margin-right: 0;
}
ul.actions .balloon {
  width: 160px;
  top: 40px;
}
ul.actions .balloon p {
  display: none;
  margin: 5px 0;
}
ul.actions .balloon.get_pt p {
  display: block;
}
ul.actions a.bt_fav,
ul.actions a.bt_done {
  display: inline-block !important;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a39687;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
  font-size: 93%;
  padding: 8px 0 6px;
  padding-left: 21px;
  text-align: left;
  letter-spacing: -1px;
}
ul.actions a.bt_fav.added, ul.actions a.bt_fav.current, ul.actions a.bt_fav:active, ul.actions a.bt_fav:hover,
ul.actions a.bt_done.added,
ul.actions a.bt_done.current,
ul.actions a.bt_done:active,
ul.actions a.bt_done:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #563f1d), color-stop(100%, #8b7963));
  background-image: -webkit-linear-gradient(top, #563f1d, #8b7963);
  background-image: -moz-linear-gradient(top, #563f1d, #8b7963);
  background-image: -o-linear-gradient(top, #563f1d, #8b7963);
  background-image: linear-gradient(top, #563f1d, #8b7963);
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
ul.actions a.bt_fav.disabled,
ul.actions a.bt_done.disabled {
  opacity: 0.4;
  pointer-events: none;
}
ul.actions a.bt_fav img.pt,
ul.actions a.bt_done img.pt {
  position: absolute;
  top: 65%;
  left: 82%;
  margin: -12px 0 0 -10px;
}
ul.actions a.bt_fav {
  width: 110px;
}
ul.actions a.bt_fav img.icon {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -7px 0 0 -7px;
}
ul.actions a.bt_fav img.icon.added {
  display: none;
}
ul.actions a.bt_fav img.pt.added {
  display: none;
  position: absolute;
  top: 55%;
  left: 86%;
  margin: -10px 0 0 -10px;
}
ul.actions a.bt_fav.added img.icon {
  display: none;
}
ul.actions a.bt_fav.added img.icon.added {
  display: block;
}
ul.actions a.bt_fav.added img.pt {
  display: none;
}
ul.actions a.bt_fav.added img.pt.added {
  display: block;
}
ul.actions a.bt_done {
  width: 100px;
}
ul.actions a.bt_done img.icon {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -8px 0 0 -8px;
}
ul.actions .count {
  margin-left: 5px;
  position: relative;
  background: #EFEAE2;
  border: 1px solid #D0C8BC;
  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;
}
ul.actions .count:after,
ul.actions .count:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
ul.actions .count:after {
  border-color: rgba(239, 234, 226, 0);
  border-right-color: #EFEAE2;
  border-width: 5px;
  top: 50%;
  margin-top: -5px;
}
ul.actions .count:before {
  border-color: rgba(208, 200, 188, 0);
  border-right-color: #D0C8BC;
  border-width: 6px;
  top: 50%;
  margin-top: -6px;
}

a.bt_add_cal {
  margin: 15px auto;
}

#wrapper > section#cover {
  padding-bottom: 0;
}

#cover > h1 {
  margin: 15px 10px;
}
#cover ul.li_icon {
  margin: 10px;
}
#cover p.thumb {
  padding: 5px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin: 15px 10px 10px;
}
#cover p.thumb img {
  width: 100%;
  height: auto;
}

#leadSentence {
  border-style: solid;
  border-width: 25px 6px 12px 94px;
  -moz-border-image: url(/sp/img/recipe/index/ln_01.png) 25 6 12 94 stretch repeat;
  -webkit-border-image: url(/sp/img/recipe/index/ln_01.png) 25 6 12 94 stretch repeat;
  -o-border-image: url(/sp/img/recipe/index/ln_01.png) 25 6 12 94 stretch repeat;
  border-image: url(/sp/img/recipe/index/ln_01.png) 25 6 12 94 stretch repeat;
  margin: 10px;
  background-image: url("/sp/img/common/bg_01.png");
}
#leadSentence p {
  line-height: 1.8em;
  padding-right: 10px;
  margin-left: -75px;
  border-width: 0;
}
#leadSentence p a{
 color:#da8201;
 font-weight:bold;
}
#tag_list {
  position: relative;
  margin: 15px 10px 10px 10px;
  padding: 10px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-image: url(/sp/img/recipe/index/ic_01.png), url(/sp/img/common/bg_02.png);
  -webkit-background-size: 24px 24px, 50px 50px;
  -moz-background-size: 24px 24px, 50px 50px;
  -o-background-size: 24px 24px, 50px 50px;
  background-size: 24px 24px, 50px 50px;
  background-repeat: no-repeat, repeat;
  background-position: 5px 10px;
}
#tag_list .more {
  display: none;
}
#tag_list label.bt_toggle {
  -webkit-background-size: 26px 26px;
  -moz-background-size: 26px 26px;
  -o-background-size: 26px 26px;
  background-size: 26px 26px;
  background-image: url(/sp/img/common/co/ic_02.png);
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 5px;
  right: 5px;
}
#tag_list input#tag_list_is_open {
  position: absolute;
  left: -9999px;
}
#tag_list input#tag_list_is_open:checked ~ .more {
  display: block;
}
#tag_list input#tag_list_is_open:checked ~ label.bt_toggle {
  background-image: url(/sp/img/common/co/ic_03.png);
}

#reccomend_alcohols .g_hl.iconTtl {
  padding-left: 40px;
}
#reccomend_alcohols ul.colums {
  overflow: hidden;
  *zoom: 1;
  padding: 10px 10px 0;
}
#reccomend_alcohols ul.colums li {
  display: block;
  float: left;
  width: 95px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  margin: 0 5px 10px 0;
}
#reccomend_alcohols ul.colums li a {
  color: #da8201;
  text-decoration: none;
}
#reccomend_alcohols ul.colums li a img {
  margin-bottom: 5px;
  pointer-events: visible;
}

#materials {
  position: relative;
}
#materials h2.g_hl.iconTtl {
  padding-left: 50px;
}
#materials .btn {
  position: absolute;
  left: 100%;
  margin-left: -138px;
  top: 4px;
}
#materials .balloon {
  top: 50px;
  right: 5px;
  width: 200px;
}
#materials .balloon:before, #materials .balloon:after {
  left: 80%;
}
#materials .material_list {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin: 10px;
}
#materials .material_list li .material h1 {
  font-size: 124%;
  width: 70%;
}
#materials .material_list li .material p.volume {
  font-size: 116%;
  color: rgba(96, 71, 32, 0.8);
  width: 30%;
  text-align: right;
}

section#making_steps {
  padding-bottom: 0px;
}
section#making_steps h2.g_hl.iconTtl {
  padding-left: 48px;
}
section#making_steps ol li {
  display: block;
  /*padding:11px 35px 16px;*/
  border-bottom: #ccc solid 1px;
  position: relative;
  font-size: 124%;
  line-height: 1.6;
}
section#making_steps ol li a {
  display: block;
  padding: 11px 35px 16px;
  text-decoration: none;
  color: #604720;
}
section#making_steps ol li:nth-child(1) {
  background: no-repeat 5px 10px;
  background-image: url(/sp/img/recipe/index/num_01.png);
  -webkit-background-size: 27px 25px;
  -moz-background-size: 27px 25px;
  -o-background-size: 27px 25px;
  background-size: 27px 25px;
}
section#making_steps ol li:nth-child(2) {
  background: no-repeat 5px 10px;
  background-image: url(/sp/img/recipe/index/num_02.png);
  -webkit-background-size: 27px 25px;
  -moz-background-size: 27px 25px;
  -o-background-size: 27px 25px;
  background-size: 27px 25px;
}
section#making_steps ol li:nth-child(3) {
  background: no-repeat 5px 10px;
  background-image: url(/sp/img/recipe/index/num_03.png);
  -webkit-background-size: 27px 25px;
  -moz-background-size: 27px 25px;
  -o-background-size: 27px 25px;
  background-size: 27px 25px;
}
section#making_steps ol li:nth-child(4) {
  background: no-repeat 5px 10px;
  background-image: url(/sp/img/recipe/index/num_04.png);
  -webkit-background-size: 27px 25px;
  -moz-background-size: 27px 25px;
  -o-background-size: 27px 25px;
  background-size: 27px 25px;
}
section#making_steps ol li:nth-child(5) {
  background: no-repeat 5px 10px;
  background-image: url(/sp/img/recipe/index/num_05.png);
  -webkit-background-size: 27px 25px;
  -moz-background-size: 27px 25px;
  -o-background-size: 27px 25px;
  background-size: 27px 25px;
}
section#making_steps ol li:nth-child(6) {
  background: no-repeat 5px 10px;
  background-image: url(/sp/img/recipe/index/num_06.png);
  -webkit-background-size: 27px 25px;
  -moz-background-size: 27px 25px;
  -o-background-size: 27px 25px;
  background-size: 27px 25px;
}
section#making_steps ol li:nth-child(7) {
  background: no-repeat 5px 10px;
  background-image: url(/sp/img/recipe/index/num_07.png);
  -webkit-background-size: 27px 25px;
  -moz-background-size: 27px 25px;
  -o-background-size: 27px 25px;
  background-size: 27px 25px;
}
section#making_steps ol li:nth-child(8) {
  background: no-repeat 5px 10px;
  background-image: url(/sp/img/recipe/index/num_08.png);
  -webkit-background-size: 27px 25px;
  -moz-background-size: 27px 25px;
  -o-background-size: 27px 25px;
  background-size: 27px 25px;
}
section#making_steps ol li:nth-child(9) {
  background: no-repeat 5px 10px;
  background-image: url(/sp/img/recipe/index/num_09.png);
  -webkit-background-size: 27px 25px;
  -moz-background-size: 27px 25px;
  -o-background-size: 27px 25px;
  background-size: 27px 25px;
}
section#making_steps ol li p.pic {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  background: #FFF;
  padding: 5px;
  line-height: 0;
  margin: 10px auto 0;
  width: 242px;
}
section#making_steps ol li p.pic img {
  max-width: 240px;
  max-height: 128px;
}
section#making_steps ol li .bt_step {
  position: absolute;
  top: 15px;
  right: 5px;
}

.advice {
  background: #F5F2EC;
  border: 5px solid #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin: 15px 10px;
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
.advice h2 {
  margin: -5px 0 0 -20px;
}
.advice p {
  font-size: 124%;
  line-height: 1.4;
}
.advice p a{
 color:#da8201;
 font-weight:bold;
}

.name {
  text-align: right;
  margin: 15px 10px;
  font-size: 93%;
}

#wrapper section.add_cal {
  padding: 0;
}

.add_cal {
  position: relative;
}
.add_cal .balloon {
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
}
.add_cal .balloon:before, .add_cal .balloon:after {
  left: 50%;
}

#wrapper section.shares {
  margin: 10px 10px 30px;
  padding: 11px 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-image: url(/sp/img/common/bg_02.png);
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  background-size: 50px 50px;
  text-align: center;
}
#wrapper section.shares ul {
  zoom: 1;
  border-left: 2px groove #fff;
  margin-left: 162px;
}
#wrapper section.shares ul:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper section.shares ul li {
  display: block;
  float: left;
  padding: 0 0 0 14px;
}
#wrapper section.shares ul li a {
  display: block;
}

#recommend_recipes .g_hl.iconTtl {
  padding-left: 48px;
}
#recommend_recipes ul.content_list {
  margin: 15px 0 0;
}

/* ダイアログの中身 */
.dialog > article {
  color: #5f461f;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  font-size: 108%;
}
.dialog > article > section {
  position: relative;
}
.dialog > article p.btn {
  margin-top: 20px;
}
.dialog > article a.bt_add,
.dialog > article a.bt_save {
  margin: 0 auto;
}

#add_to_memo h1 {
  color: #5f461f;
  font-size: 124%;
  margin: 0 0 20px;
  background-image: url("/sp/img/recipe/index/bg_01.png");
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 0 -1px;
  padding-left: 20px;
}
#add_to_memo p img {
  margin: 0 3px;
}
#add_to_memo h2 {
  color: #7f5f26;
  font-size: 105%;
  padding: 20px 0 10px;
  border-style: solid;
  border-width: 0 0 1px 0;
  -moz-border-image: url(/sp/img/common/co/ln_01.png) 2 repeat;
  -webkit-border-image: url(/sp/img/common/co/ln_01.png) 2 repeat;
  -webkit-border-image: url(/sp/img/common/co/ln_01.png) 2 repeat;
  -o-border-image: url(/sp/img/common/co/ln_01.png) 2 repeat;
  border-image: url(/sp/img/common/co/ln_01.png) 2 repeat;
}
#add_to_memo ul {
  margin: 0 0 20px;
}
#add_to_memo ul li {
  display: block;
}
#add_to_memo ul li label {
  padding-top: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid;
  -moz-border-image: url(/sp/img/common/co/ln_03.png) 0 0 2 repeat;
  -webkit-border-image: url(/sp/img/common/co/ln_03.png) 0 0 2 repeat;
  -webkit-border-image: url(/sp/img/common/co/ln_03.png) 0 0 2 repeat;
  -o-border-image: url(/sp/img/common/co/ln_03.png) 0 0 2 repeat;
  border-image: url(/sp/img/common/co/ln_03.png) 0 0 2 repeat;
  position: relative;
  display: block;
  padding-right: 100px;
}
#add_to_memo ul li label span.volume {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 16px 5px;
  color: #836e4a;
  max-width: 100px;
}

#add_to_done > article > p,
#add_to_cal > article > p {
  line-height: 1.4;
}
#add_to_done > article > section,
#add_to_cal > article > section {
  padding: 18px 0;
}
#add_to_done section h1,
#add_to_cal section h1 {
  text-align: center;
  font-size: 124%;
  letter-spacing: 1px;
  padding-left: 0;
  margin: 0;
  background: none;
}
#add_to_done nav.page_nav,
#add_to_cal nav.page_nav {
  position: absolute;
  top: 8px;
}
#add_to_done nav.page_nav ul,
#add_to_cal nav.page_nav ul {
  width: 220px;
}
#add_to_done form.select_date,
#add_to_cal form.select_date {
  width: 185px;
  margin: 10px auto;
  font-size: 124%;
}
#add_to_done form.select_date select,
#add_to_cal form.select_date select {
  font-size: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 65px;
  border: 1px solid #333;
  -webkit-appearance: button;
  -moz-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  appearance: button;
  background: no-repeat 100% 50%;
  background-image: url(/sp/img/common/cmp/bt_09.png);
  -webkit-background-size: 80px 30px;
  -moz-background-size: 80px 30px;
  -o-background-size: 80px 30px;
  background-size: 80px 30px;
  padding: 4px 8px;
}
#add_to_done form.select_date select option,
#add_to_cal form.select_date select option {
  text-align: center;
}

#add_to_cal h1 {
  color: #5f461f;
  font-size: 124%;
  margin: 0 0 20px;
  background-image: url("/sp/img/recipe/index/bg_01.png");
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 0 -1px;
  padding-left: 20px;
}

#add_to_done article > p {
  text-align: center;
}




.recommend {
  margin: 0 8% 15% 8%;
}
	.recommend h2 {
		color: #7f6070;
		text-align: center;
		margin-bottom: 10px;
		font-size: 120%;
		font-weight: bold;
		letter-spacing: 0.3px;
	}

	.recommend ul li {
		list-style: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.recommend ul li a img {
  		padding: 2%;
  		-webkit-box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
  		-moz-box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
  		box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
 		background: #fff;		
				
		width: 96%;
		height: auto;
	}

	.recommend ul li span a {
		text-decoration: none;
		color: #cc9900;
		font-size: 110%;
		font-weight: bold;
		display: block;
		margin-top: 10px;
	}


#parts_info_sp{
content:"";
float:left;
margin:10px 0 10px 0;
padding:0 10px 12px 10px;
}

#parts_info_sp  #parts_info_inner_sp{
border:solid #DEA900 4px;
border-radius:8px;
height:100px;
margin:0 auto;
padding:0 0 15px 0;
}

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

