@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

body {
	word-break: break-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-break: break-strict;
	word-break: break-strict;
	-ms-word-break: break-strict;
	-ms-line-break: break-strict;
	font-family: 'メイリオ', Meiryo, "MS Pゴシック", "ＭＳ Ｐゴシック", "ＭＳ ゴシック",sans-serif;
}

/* ヘッダフッタ切り替え */

div.pcHead,
div.pcFoot,
div.pcGnav {
	display: block;
}

div.spHead,
div.spFoot,
div.spGnav,
div.spBody {
	display: none;
}

.contents .spHead {
	margin: -10px 10px 20px;
	padding: 0;
}

#wrap {
	width:950px;
	padding: 0 0 10px;
}

#wrap .linkTop{
	display: none;
}

.center { text-align: center; }

span.txtDeco01{
	font-weight:bold;
	color: #cc0000;
}

span.txtDeco02{
  font-weight:bold;
  color: #0000cc;
}

a span.linkDeco01,
span.linkDeco01 a{
	color:#ff6600;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

@media screen and (min-width:641px){
.pc {
	display: inline-block!important;
}

.sp {
	display: none!important;
}

#column .pc img {
	display: block!important;
}
}

@media screen and (max-width:640px){
.pc {
	display: none!important;
}
.sp {
	display: block!important;
}
}

#column {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#column .contents {
	padding: 0 0 5px;
	background: url(../img/bg_contents.gif) repeat-y;
}

#column img {border:none;}
#column .title_saketomo > h1 {
	font-size: 20px;
	font-weight: 900;
	padding: 15px 0 0;
	margin: 0 auto;
}
#column .title_saketomo,
#column h2,
#column h3 {
	text-align: center;
	line-height: 0;
}
#column .title_saketomo > img {
	display: block;
	width: 100%;
	height: auto;
}
#column h2,
#column h3 {
	margin: 0 auto 5px;
}
#column .bknumber h2 img {
}
@media screen and (min-width:641px){
	#column .bknumber h2 {
		text-align: left;
	}
}
#column .columnTxtArea h2,
#column .columnTxtArea h3 {
	margin: 0 0 5px;
}

#column .columnArea,
#column .columnArea02 {
	width: 920px;
	margin: 0 auto 20px;
	padding: 45px 0 0;
	background: url(../img/bg_column_top.gif) no-repeat center top;
}
.modal-content {
	display:none;
}

@media screen and (max-width:640px){
	#column .title_saketomo {
		background: url(../img/bg_contents.gif) repeat-y;
		padding-bottom: 3%;
	}
	#column .title_saketomo > h1 {
		width: 100%;
		/* width: 60%; */
		margin: 0;
		padding: 1.5% 0 0;
		font-size: .75em;
		line-height: 1.2;
		text-align: center;
		clear: both;
		padding: 0;
	}
}

@-moz-document url-prefix() {
	#column .columnArea {
		width: 920px;
		margin: 0 auto 20px;
		padding: 45px 0 0;
		background: url(../img/bg_column_top.gif) no-repeat center top;
	}

	#column .columnArea02 {
		width: 920px;
		margin: 0 auto 20px;
		padding: 45px 0 0;
		background: url(../img/bg_column_top.gif) no-repeat center top;
	}
}

/*バックナンバー start*/

#column .columnArea02 .columnAreaBgBottom{
	background: url(../img/bg_columnArea_bottom.gif) no-repeat center bottom;
	padding-bottom:18px;
}

/*#column .columnArea02 .columnAreaBgBottom .bknumber{
	padding: 30px 13px 0 18px;
	background: url(../img/bg_bknumber.gif) repeat-y;
	position:relative;
}

#column .columnArea02 .columnAreaBgBottom .bknumber h3,
#column .columnArea02 .columnAreaBgBottom .bknumber h4{
	margin: 0;
	padding:0 0 10px 8px;
	text-align: left;
}

#column .columnArea02 .columnAreaBgBottom .bknumber p.btn{
	position:absolute;
	right:24px;
	top:27px;
}

#column .columnArea02 .columnAreaBgBottom .bknumber ul{
	list-style-type:none;
}

#column .columnArea02 .columnAreaBgBottom .bknumber ul li{
	margin-right:5px;
	float:left;
}

#column .columnArea02 .columnAreaBgBottom .bknumber ul li.last{
	margin-right:0;
}

#column .columnArea02 .columnAreaBgBottom .bknumber ul li p{
	width:190px;
	margin:0 auto;
}

#column .columnArea02 .columnAreaBgBottom .bknumber ul li p.pic{
	padding-top:15px;
}

#column .columnArea02 .columnAreaBgBottom .bknumber ul li{
	background: url(../img/bk_number_bg.gif) no-repeat;
	width:217px;
	height:205px;
}
#column .columnArea02 .columnAreaBgBottom .bknumber ul li.special {
	background-image: url(../bn/img/bk_number_special_bg.gif);
}*/

/*バックナンバー end*/

#column .columnArea .inner {
	padding: 0 0 75px;
	font-size: 16px;
	background: url(../img/bg_column_bottom.gif) no-repeat center bottom;
}

#column .columnArea02 .inner02 {
	padding: 0 0 64px;
	font-size: 16px;
	background: url(../img/bg_column_bottom02.gif) no-repeat center bottom;
}

#column .columnArea .inner .columnTxt01,
#column .columnArea02 .inner02 .columnTxt01 {
	padding: 0 40px 26px;
	background: url(../img/bg_column.gif) repeat-y;
	position: relative;
}

#column .columnArea .inner .columnTxt01 .leftArea,
#column .columnArea02 .inner02 .columnTxt01 .leftArea{
	float: left;
}

#column .columnArea .inner .columnTxt01 .rightArea,
#column .columnArea02 .inner02 .columnTxt01 .rightArea{
	float: left;
	padding: 19px 0 0 14px;
	width: 350px;
}

#column .columnArea .inner .columnTxt01 .rightArea p,
#column .columnArea02 .inner02 .columnTxt01 .rightArea p{
	padding: 5px 0 0;
	line-height: 2.5;
	background: url(../img/border_01.gif) repeat-y;
}

#column .columnArea .inner .columnTxt02 {
	width: 788px;
	margin:10px 0 0 26px;
	padding: 1px 0 0;
	background: url(../img/border_02.gif) no-repeat center top;
}

#column .columnArea .inner .columnTxt02 p,
#column .columnArea02 .inner02 .vol2columnTxt02 p {
	padding: 2px 0 0;
	line-height: 2.5;
	background: url(../img/border_03.gif) repeat-y;
}

#column .columnArea02 .inner02 .vol2columnTxt02 {
	width: 788px;
	margin: 18px 0 0 26px;
	padding: 1px 0 0;
	background: url(../img/border_02.gif) no-repeat center top;
}

#column .recipeArea {
	margin: 0 0 30px;
	padding: 6px 0 0;
	background: url(../img/bg_recipe_top.gif) no-repeat center top;
}

#column .recipeArea,
#column .recipeArea02{
	margin: 0 0 30px;
	padding: 6px 0 0;
	background: url(../img/bg_recipe_top.gif) no-repeat center top;
}

#column .recipeArea .inner,
#column .recipeArea02 .inner{
	padding: 0 0 6px;
	background: url(../img/bg_recipe_bottom.gif) no-repeat center bottom;
}

#column .r_recipe_list {
	width:880px;
	margin: 0 auto;
	padding: 4px 15px 10px;
	border-left: 1px solid #ded8c9;
	border-right: 1px solid #ded8c9;
	background: #f8f5ea;
}

#column .r_recipe_list ul{
	overflow:hidden;
}

#column .r_recipe_list ul li{
	list-style-type:none;
	width:202px;
	font-size:14px;
	line-height:1.4;
	float:left;
	margin-right:20px;
}

#column .r_recipe_list ul li.last{
	margin-right:0;
}

#column .r_recipe_list ul li dt{
	width:202px;
	padding: 7px 0 10px 10px;
	font-size:12px;
	background:url(../img/bg_img.gif) no-repeat;
	vertical-align:top;
}

#column .r_recipe_list ul li dt p{
	width:192px;
}

#column .r_recipe_list ul li dd{
	margin-left:10px;
	width:202px;
}

#column .r_recipe_list ul li dd.first{
	margin:0 0 6px 10px;
}

#column .r_recipe_list ul li dd .link_border{
	background: url(../img/btm_line.gif) repeat-x bottom left;
	display:inline;
	line-height:1.8em;
	padding-bottom:5px;
}

#column .r_recipe_list ul li dd a,
#column .r_recipe_list ul li dd .link_border a,
#column .r_recipe_list ul li dd a .link_border {
	text-decoration:none;
}

#column .recipe_list {
	width:910px;
	margin: 0 auto;
	padding: 0 15px 10px;
	border-left: 1px solid #ded8c9;
	border-right: 1px solid #ded8c9;
	background: #f8f5ea;
}
#column .recipe_list table {
	border-collapse:collapse;
	border-spacing:0;
}

#column .recipe_list td {
	width:202px;
	padding: 7px 0 0 10px;
	font-size:12px;
	background:url(../img/bg_img.gif) no-repeat;
	vertical-align:top;
}
#column .recipe_list td.empty {
	background:none;
	padding:0;
}

#column .recipe_list td a {
	display: block;
	border:none;
	text-decoration:none;
}

#column .recipe_list td a img {
	display:block;
	margin: 0 0 5px;
}
#column .recipe_list td a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.7;
}
#column .recipe_list td p {
	width: 202px;
	margin: 0 0 5px;
	line-height: 1.4;
	font-size: 14px;
}
#column .recipe_list td a span {
	background: url(../img/btm_line.gif) repeat-x bottom left;
	display:inline;
	line-height:1.8em;
	text-decoration:none;
	padding-bottom:5px;
	border:none;
}

#column .recipe_list td p a {
	background: url(../img/btm_line.gif) repeat-x bottom left;
	display:inline;
	line-height:1.8em;
	padding-bottom:5px;
}


#column .recipe_list02 {
	width:910px;
	margin: 0 auto;
	padding: 0 15px 10px;
	border-left: 1px solid #ded8c9;
	border-right: 1px solid #ded8c9;
	background: #f8f5ea;
}
#column .recipe_list02 table {
	border-collapse:collapse;
	border-spacing:0;
}

#column .recipe_list02 td {
	width:202px;
	padding: 7px 0 0 10px;
	font-size:12px;
	background:url(../img/bg_img.gif) no-repeat;
	vertical-align:top;
}
#column .recipe_list02 td.empty {
	background:none;
	padding:0;
}

#column .recipe_list02 td a {
	display: block;
	border:none;
	text-decoration:none;
}

#column .recipe_list02 td a img {
	display:block;
	margin: 0 0 5px;
}
#column .recipe_list02 td a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.7;
}
#column .recipe_list02 td p {
	width: 202px;
	margin: 0 0 5px;
	line-height: 1.4;
	font-size: 14px;
}

#column .recipe_list02 td p a span.link_border,
#column .recipe_list02 td p span.link_border a {
	background: url(../img/btm_line.gif) repeat-x bottom left;
	display:inline;
	line-height:1.8em;
	padding-bottom:5px;
}

#column .recipe_list02 td p a span.linkDeco01,
#column .recipe_list02 td p span.linkDeco01 a{
	text-decoration:underline;
}

#column .recipe_list02 td p a:hover span.linkDeco01,
#column .recipe_list02 td p span.linkDeco01 a:hover{
	text-decoration:none;
	color:#ff6600;
}

a:hover img.op{
  opacity: 0.8;
}

/* 仕様変更 */
.columnTxtArea .recipeImg {
	padding: 0 14px 0 0;
	width:450px;
	height:316px;
}

.columnTxtArea .recipeImg2 {
	padding: 0 14px 0 0;
	width:380px;
	height:247px;
}

.item1{
	height:116px;
}

.item2 {
   float: right;
   clear: both;
   padding: 7px 0px 7px 15px;
}

.item3 {
	text-align: right;
}

.columnTxtArea .recipeTitle{
	width:350px;
	height:70px;
}
.columnTxtArea h3 { padding: 19px 0 0 14px; }
.columnTxtArea p {
	width: 800px;
  margin: 0 auto;
	padding:4px 0 0 0;
	background: url(../img/border_03.gif) repeat;
	line-height: 2.5;
}

.columnTxtArea p a{
	color: #06c
}
#column h3.sp,
#column .btn_top{
	display:none;
}

.columnTxtArea .fl{
	margin: 0 0 0 3.195%;
	float:left;
	width: 41%;
}

.columnTxtArea .fr{
	float:right;
	width: 450px;
	padding-top: 10px;
}

.clearfix{
	clear:both;
}

/* mouseover */
#column a:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#column .btn_nomitai_wrap a:hover img {
	-moz-opacity:1;
	opacity:1;
	filter: alpha(opacity=100);
}


/* 飲みたいボタン用 */
.btn_nomitai_wrap {
	margin: 0 0 0 3.195%;
}
.btn_nomitai_colum {
	display: inline-block;
	border:none;
	min-width: 120px;
	height:28px;
	margin:1px 0 0;
	position:relative;
	width: 100%;
}

.btn_nomitai_colum img.btn_o {
	border:none;
	width:84px;
	height:28px;
}

.btn_nomitai_colum img.count {
	border:none;
	width:6px;
	left:88px;
	top:11px;
	height:6px;
	position:absolute;
	z-index:100;
}

.btn_nomitai_colum .count_o {
	border:1px solid #9298a4;
	background-color:#fff;
	position:absolute;
	top: 4px;
	left: 93px;
	font-size:12px;
	line-height:12px;
	padding:3px 5px;
	color:#242424;
	z-index:50;
	word-break: normal;
	word-wrap: normal;
}

/* 今日のあて、まとめ */
#column .columnTxtArea .ate_matome {
	border: 1px solid #744618;
	background: #fff;
	width: 800px;
	margin: 20px auto 8px;
	padding: 10px 2%;
	box-sizing: border-box;
}

#column .columnTxtArea .ate_matome table {
	width: 100%;
}

#column .columnTxtArea .ate_matome p {
	background: 0 none;
	line-height: 1.2;
	margin: 2px 0;
	width: 93.61%;
}

.ate_matome strong {
	color: #754618;
	margin-right: .35em;
	font-weight: bold;
	display: block;
}

#column .ate_matome h3 {
	overflow: hidden;
	height: auto;
	margin: 0 0 7px;
	padding: 0;
	font-weight: bold;
	line-height: initial;
}

#column .columnTxtArea .ate_matome h3 img{
	width: auto;
	height: auto;
	padding: 0;
}

@media screen and (max-width:640px){
#column .columnTxtArea .ate_matome {
	width: 93.96%;
}

#column .ate_matome table,
#column .ate_matome tr,
#column .ate_matome th,
#column .ate_matome td {
	display: block;
	width: 100%;
}

#column .ate_matome h3 {
	width: 100%;
	text-align: center;
	margin: 0 auto 7px;
}

#wrap #column .columnTxtArea .ate_matome h3 img{
	width: auto;
}
}

@media screen and (min-width:641px){
	#column .columnTxtArea table th {
		font-size: 100%;
		width: 30%;
	}
	#column .columnTxtArea table td {
		font-size: 100%;
		width: 70%;
	}
	#column .columnTxtArea .ate_matome h3 {
		width: auto;
		text-align: right;
		margin: 0 10px 0 0;
	}
	#column .columnTxtArea .ate_matome h3 img{
	}
	.ate_recipe {
	}
}

/* ページネート */
.pagenate {
	padding: 15px 0;
	overflow: hidden;
	font-size: 12pt;
	background: 0 none;
	margin: 0 auto 0 25px;
	width: 85.5%;
	position: absolute;
/*	bottom: -35px;*/
}
.pagenate .pagenate_prev {
	display: inline-block;
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 26px;
  box-sizing: border-box;
  position: relative;
}
.pagenate .pagenate_next {
	display: inline-block;
	width: 50%;
	float: right;
	text-align: right;
	padding-right: 26px;
    box-sizing: border-box;
    position: relative;
}
.pagenate p[class^="pagenate_"] a {
	background: url(../img/btm_line.gif) repeat-x bottom left;
	text-decoration: none;
	padding: 3px 0;
	line-height: 1.5;
}

/* タイトルが長すぎて表示が崩れる場合。htmlでspanを挿入し対応 */
.pagenate .pagenate_title span{
	font-size: 12px;
	line-height: 2.5;
}

.pagenate .pagenate_prev:before,
.pagenate .pagenate_next:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url('../img/icon_arrow_map.png') no-repeat 0 0;
}
.pagenate .pagenate_prev:before {
	float: left;
	position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.pagenate .pagenate_next:before {
	background-position: 0 -40px;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width:640px){
	#wrap .sns {
		margin-top: 0;
		background: url(../../sp/img/bg.jpg);
		padding: 4px 0 ;
	}
	.pagenate {
		width: 93.61%;
		margin: 0 auto 0;
		padding: 15px 0 0;
		display: block;
		position: relative;
		bottom: 0;
	}
	.pagenate p[class^="pagenate_"] {
		width: 50%;
		display: block;
		position: relative;
	}
	.pagenate .pagenate_prev:before,
	.pagenate .pagenate_next:before {
		display: block;
	}
	.pagenate .pagenate_number {
		border-radius: 3px;
		padding: 3px 4px;
		/* background: #ffa500; */
		display: block;
		font-size: 85%;
		text-align: center;
	}
	.pagenate .pagenate_prev .pagenate_number {
		float: left;
	}
	.pagenate .pagenate_next .pagenate_number {
		float: right;
	}
	.pagenate p[class^="pagenate_"] .pagenate_title {
		display: none;
	}
	.pagenate .pagenate_prev .pagenate_title {
		padding-left: 14%;
		clear: left;
		float: left;
	}
	.pagenate .pagenate_next .pagenate_title {
		padding-right: 14%;
		clear: right;
		float: right;
	}
	.pagenate p[class^="pagenate_"] a {
		/* line-height: 1.6; */
		overflow: hidden;
	}
}

/*詳細バックナンバー */
#column .bknumber{
	width:860px;
	margin:0 auto;
	padding: 20px 30px 0;
	background: url(../img/bg_bknumber.gif) repeat-y;
	overflow:hidden;
	_zoom:1;
}
#column .bknumber h4,
#column .bknumber h2,
#column .three_step_bn_ttl2 {
	width:200px;
	float:left;
	margin-bottom:10px;
	padding-top: 0;
}
#column .bknumber h4 img,
#column .bknumber h2 img {
	width:auto;
}
#column .bknumber h4 img.ttl2,
#column .bknumber h2 img.ttl2,
#column .bknumber .three_step_bn_ttl2 img.ttl2 {
	width:310px;
}

#column .bknumber .btnBox{
	width: 650px;
	float: right;
}

#column .bknumber .btnBox p.btn{
	width:175px;
	min-height: 30px;
	float:right;
	text-align:right;
	margin-top: 15px;
	display: block;
	text-align: right;
	font-size: 14px;
	line-height: 30px;
}
#column .bknumber .btnBox p a{
	text-decoration: none;
	display: block;
	padding:0 25px 0 0;
	background:url(../img/pagenate_icon_right.png) no-repeat right 50%;
}
#column .bknumber .btnBox p.btn img{
	height: 30px;
}
#column .bknumber ul{
	clear:both;
	list-style-type:none;
	margin-right:-26px;
}

#column .bknumber ul li{
	width:202px;
	margin-right:16px;
	float:left;
}
#column .bknumber ul li.last{
	margin-right:0;
}
#column .bknumber ul li a{
	color:#000;
	text-decoration: none;
}
#column .bknumber ul li .pic{
	display:block;
	margin-bottom:5px;
	padding:0;
	background:#000;
	border:1px solid #000;
}

/*詳細バックナンバー検索ボックス*/

#column .bknumber .btnBox .searchBox{
	margin:15px 0 0 0;
	padding: 0;
	line-height: 1;
	float: left;
}

#column .bknumber .btnBox .searchBox .icon{
	height: 30px;
	float: left;
}

#column .bknumber .btnBox .searchBox form .btn{
	height: 30px;
	display: inline;
	float: none;
	margin: 0;
}

#column .bknumber .btnBox .searchBox form .txtBox{
	width: 340px;
	border: 1px solid #CCC;
	height: 28px;
	padding:0 10px;
}

#column .bknumber .btnBox .searchBox form input{
	top:0;
}

#column .bknumber .btnBox .searchBox form input:focus::placeholder {
	color: transparent;
}
/*詳細バックナンバー */

/* new clearfix */
.clearFix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearFix             { zoom: 1; } /* IE6 */
*:first-child+html .clearFix { zoom: 1; } /* IE7 */

/* SP---------------------------------------------------------- */
@media screen and (max-width: 640px) {

/* ヘッダフッタ切り替え */

div.spHead,
div.spFoot,
div.spGnav,
div.spBody {
	display: block;
}

div.pcHead,
div.pcFoot,
div.pcGnav{
	display: none;
}

div.spGnav p {
	border-bottom: 1px solid #ffffff;
}

div.spGnav ul {
	margin: 0 0 15px;
	overflow: hidden;
}

div.spGnav li {
	float: left;
	list-style: none;
	width: 50%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.spGnav li a {
	display: block;
	padding: 10px 0;
	background: -webkit-gradient(linear, center top, center bottom, from(#484445), color-stop(0.4, #908c8b), color-stop(0.5, #8e8d8b), color-stop(0.51, #241c1a), color-stop(1, #2e2a29));
	font-size: 70%;
	color: #ffffff;
	text-decoration: none;
}

div.spGnav li:nth-child(odd) {
	border-right: 1px solid #ffffff;
}

/*Responsive*/

#wrap{
	width:auto;
	padding:0;
	position:relative;
}

#wrap .linkTop{
	display: none;
	top:0;
	width:100%;
	z-index:100;
}

#wrap .linkTop a{
	display: block;
	width:100%;
}
.spLocalHead{
	padding: 5px;
	background: url(/enjoy/recipe/column/img/bg_sp.jpg) repeat 0 0;
}

/*Header*/
#headerCoverUp #header h1,
#headerCoverUp #header .myrecipe,
#headerCoverUp #header .my_txt,
#headerCoverUp #header .ps_txt{
	display:none;
}

#headerCover{
	background:url(../img/bg_sp.jpg) repeat;
	padding:8% 0 0 0;
	margin:0;
	width:100%;
}

#headerCover #header{
    height: 0;
    width:100%;
    padding-top: 16%;
	background:url(../img/main_img_header.png) 0 0 no-repeat;
    background-size: contain;
}

#headerCover #searchAreaCover{
	width:100%;
	margin:0;
	background: url(../img/bg_sp.jpg) repeat;
}

/*navi UL*/
#searchAreaCover #pageNavi{
	margin:0;
}

#searchAreaCover #pageNavi ul{
	padding:0 0 5px 5%;
}

#searchAreaCover #pageNavi ul li{
	float:none;
}

#searchAreaCover #pageNavi ul li:first-child,
#searchAreaCover #pageNavi ul li:nth-child(2),
#searchAreaCover #pageNavi ul li:nth-child(3){
	display:none;
}

#searchAreaCover #pageNavi ul li div ul li:first-child,
#searchAreaCover #pageNavi ul li div ul li:nth-child(2),
#searchAreaCover #pageNavi ul li div ul li:nth-child(3){
	display:block;
}

#searchAreaCover #pageNavi ul li:nth-child(4){
	float: left !important;
}

/*column*/
#column{
	width:auto;
	margin:auto;
}

#column .columnTxtArea .recipeImg{
	padding:0;
}

#column .contents{
	background: #fff none;
	padding:0;
}

#column .columnArea,
#column .columnArea02{
	width:auto;
	margin:0;
	padding:0;
	background: none;
}

#column .columnArea02 .inner02,
#column .columnArea .inner .columnTxt01,
#column .columnArea02 .inner02 .columnTxt01,
#column .columnArea02 .columnAreaBgBottom{
	background:none;
	padding:0;
}

#column h3,
#column .columnTxtArea p{
	clear:left !important;
	text-align: left;
}

#column h3{
	padding: 0;
	margin: 0;
}

#column .contents h2 {
	margin: 0;
	text-align: left;
}
#column .contents h2 img {
	width: 100%;
	height: auto;
	border-top: 2px solid #fff;
}

#column .columnTxtArea h2{
	margin: 0 0 5px;
}

#column .columnTxtArea h2 img,
#column .columnTxtArea h3 img{
	padding:0 0 3% 5%;
	width: 95%;
}

#column .columnTxtArea p {
	width: 93.96%;
	float: none;
	word-break: break-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-break: break-strict;
	word-break: break-strict;
	-ms-word-break: break-strict;
	-ms-line-break: break-strict;
}

#column .columnTxtArea .fr {
	float:none;
}
@media screen and (max-width:640px){
	#wrap #column .columnTxtArea .ate_matome p {
		margin: 0;
		width: 100%;
	}
}
#column .columnTxtArea .ate_matome p {
	/*margin: 0 0 0 5%;*/
}
.columnTxtArea .recipeImg,
.columnTxtArea .recipeTitle{
	width:100%;
	height:auto;
}


/*recipe*/
#searchArea,
#column h3.pc,
#column .recipeArea,
#column h3:nth-child(3),
#column h3:nth-child(5){
	display:none;
}





/*back number*/
#column .bknumber{
	width:auto;
	margin:0 auto;
	padding: 0;
	background: none;
}


#column .columnArea02 .columnAreaBgBottom .bknumber h4,
#column .columnArea02 .columnAreaBgBottom .bknumber ul{
	display:none;
}

#column .columnArea02 .columnAreaBgBottom .bknumber{
	width: 93.61%;
	background: none;
	position:static;
	margin: 0 auto 10px;
	padding:10px 0 0;
}
#column .contents .bknumber h2 {
	display: none;
}

/*#column .columnArea02 .columnAreaBgBottom .bknumber .btn .sp {
	width:80%;
	margin:0 auto;
}*/

/*#column .columnArea02 .columnAreaBgBottom .bknumber p.btn{
	position:static;
	text-align: center;
	width: 100%;
	display: block;
	top: initial;
	right: initial;
}*/



/*詳細バックナンバー検索ボックス検索*/
#column .bknumber .btnBox{
	width: auto;
	float: none;
	clear: both;
	margin-bottom: 0;
}
#column .bknumber .btnBox p.btn{
	width: auto;
	float:none;
	text-align:right;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0;
	display: block;
}
#column .bknumber p.btn img{
	width:200px;
}
#column .bknumber .btnBox .searchBox{
	margin:0 auto 10px;
	width: auto;
	float: none;
	text-align: center;
}
#column .bknumber .btnBox .searchBox .icon{
	height: 30px;
	float: none;
}
#column .bknumber .btnBox .searchBox form input{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;}
#column .bknumber .btnBox .searchBox form .btn{
	height: 30px;
}
#column .bknumber .btnBox .searchBox form .txtBox{
	width: 59%;
	width: calc(98% - 112px);
	height: 28px;
	padding:0 1%;
}

/*

#column .columnArea02 .columnAreaBgBottom .bknumber p.btn img{
	display: none;
}
#column .columnArea02 .columnAreaBgBottom .bknumber p.btn a{
	display:block;
	width:250px;
	height:50px;
	margin:0 auto;
	text-decoration: none;
	line-height:50px;
	background:#754618;
}

#column .columnArea02 .columnAreaBgBottom .bknumber p.btn a:before{
	content: '\00904e\0053bb\00306e\0065e5\008a18\004e00\0089a7\003078';
	background: #754618;
	color:#fff;
	font-size:20px;
	text-align: center;
}
*/

#cfBanner {
	display:none;
}
/**
 * 過去の日記一覧（旧バックナンバー）ページのコンテンツを表示
 */
#column .columnArea02 .columnAreaBgBottom .bknumber.bklist h4,
#column .columnArea02 .columnAreaBgBottom .bknumber.bklist ul{
	display: block;
}

@media screen and (max-width: 640px) {
	#column .columnArea02 .columnAreaBgBottom:after {
		content:"";
		display:block;
		clear: both;
	}
}



/* かんたんおつまみレシピ追加 */
#column .r_recipe_list,
#column .recipeArea .inner02{
	display:block;
}

#column .recipeArea, #column .recipeArea02{
	margin:0;
	padding:0;
	background:none;
}

#column .recipeArea02 .inner{
	padding:0;
}

#column h3.sp{
	display:block;
	margin:0;
	padding: 3% 0 0 4%;
	background: #f8f5ea;
}

#column .r_recipe_list{
	width:100%;
	margin: 0;
	padding:0 0 5% 0;
	border-left:none;
	border-right:none;
	background: #f8f5ea;
}

#column .r_recipe_list ul li {
  list-style-type: none;
  width: 96%;
  margin:4% auto;
  float:none;
}

#column .r_recipe_list ul li dt{
	width:100%;
	padding: 4% 0 5% 0;
	background: url(../img/bg_img.gif) no-repeat;
	background-size:100%;
	vertical-align: top;
}

#column .r_recipe_list ul li dt p{
	width:90%;
	margin:0 auto;
}

#column .r_recipe_list ul li dd {
  margin:0 0 0 3%;
  width:100%;
}

#column .r_recipe_list ul li dd.first{
	margin:0;
}

#column .r_recipe_list ul li dd.first{
	  margin-left: 10px;
}


#column .r_recipe_list ul li dd.second{
	display:none;
}

#column .r_recipe_list ul li.last{
	margin:0 2% 2%;
}

#column .btn_top{
	display:block;
	background: #f8f5ea;
	padding-top: 5%;
	padding-bottom:5%;
}

#column .btn_top p a{
	display:block;
	width:89%;
	margin:0 auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .3), 0 3px 6px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c47058), color-stop(1, #764719));
	background:-moz-linear-gradient(top, #c47058 5%, #764719 100%);
	background:-webkit-linear-gradient(top, #c47058 5%, #764719 100%);
	background:-o-linear-gradient(top, #c47058 5%, #764719 100%);
	background:-ms-linear-gradient(top, #c47058 5%, #764719 100%);
	background:linear-gradient(to bottom, #c47058 5%, #764719 100%);
	background-image: linear-gradient(top, rgba(255,255,255,.3),
					  rgba(255,255,255,0)),
					  url(data:image/png;base64,iVBORw0KGg[...]QmCC);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c47058', endColorstr='#764719',GradientType=0);
	background-color:#c47058;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:3px solid #ffffff;
	text-decoration:none;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	color:#fff;
	font-size: 16px;
	padding:6px 1%;
	line-height:1.4;
	text-decoration:none;
	text-align: center;
}

span.linkDeco01 a{
	color:#ff6600;
	text-decoration:underline;
}

/* 飲みたいボタン */
.btn_nomitai_wrap {
/*	text-align: center;*/
	display: none;
}
.btn_nomitai_colum {
	min-width: auto;
	margin: 0 auto;
	text-align: left;
	height: auto;
}
.btn_nomitai_colum img{
	vertical-align: baseline;
}
.btn_nomitai_colum .count_o{
}
.btn_nomitai_colum img.count{
}

}

/* ログインエリア */
/* login
------------------------ */
#loginArea .login{
	background:#f9ede5;
	padding:10px;
	border:1px solid #dbdbdb;
	border-radius:0.3em /0.3em;
	-moz-border-radius: 0.3em /0.3em;
	-webkit-border-radius:0.3em /0.3em;
	-o-border-radius:0.3em /0.3em;
	-ms-border-radius: 0.3em /0.3em;
	margin-bottom:15px;
	overflow: hidden;
	_zoom:1;
}
#loginArea .login .lead{
	width:52%;
	font-size:12px;
	float: left;
	line-height:1.3;
	padding:0 0 8px 3px;
}
#loginArea .login .btn_login{
	width:45%;
	float: right;
	padding-bottom:8px;
	text-align:right;
}
#loginArea .login .btn_login img{
	max-width:153px;
}
#loginArea .login .btn_recipe{
	text-align:center;
}
#loginArea .login .btn_recipe img{
	max-width:400px;
	margin:0 auto;
}
@media screen and (max-width:640px){
	#loginArea {
		font-size: 88%;
	}
}


/* userlog
------------------------ */
.userlog{
	width:100%;
	background:#fff;
	border:1px solid #dbdbdb;
	padding:0;
	display:table;
}
.userlog .status{
	color:#c88b41;
	font-weight:bold;
}
.userlog .user,
.userlog .menu{
 display:table-cell;
}
.userlog .user{
	width:48%;
	padding:10px 0 10px 10px;
	box-sizing:border-box;
}
.userlog .name{
	padding:5px 0;
}
.userlog .name span{
	font-weight:bold;
	font-size:19px;
	display:inline-block;
	padding-right:8px;
}
.userlog dl{
	font-weight:bold;
	margin:0 10px 0 0;
	border:1px solid #fef3db;
	border-radius:0.5em /0.5em;
	-moz-border-radius: 0.5em /0.5em;
	-webkit-border-radius:0.5em /0.5em;
	-o-border-radius:0.5em /0.5em;
	-ms-border-radius: 0.5em /0.5em;
}
.userlog dl dt{
	background:#fef3db;
	color:#004099;
	padding:5px 0;
	text-align:center;
}
.userlog dl dd{
	text-align:right;
	padding:2px 3px 2px 0;
	height:22px;
	line-height:22px;
}
.userlog dl dd img{
	margin-left:6px;
}
.userlog .menu{
	width:52%;
	height:100%;
	background:#f9ede5;
	padding:0 0 0 5px;
	vertical-align:middle;
	box-sizing:border-box;
}
.userlog .menu ul li{
	padding-bottom:10px;
	font-weight:bold;
}
.userlog .menu ul li:last-child{
	padding-bottom:0;
}
.userlog .menu ul li a{
  background: url(../img/line.gif) repeat-x 0 bottom;
  background-size: 110px 2px;
}


/* インクルードバナー部分 */
.bnr_area{
	margin: 20px 0 20px -8px;
}

.bnr_area ul{
	list-style-type: none;
}

.bnr_area ul li {
	float: left;
	margin: 0 0 0 8px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.bnr_area ul li img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.bnr_area ul li p {
	display: block;
	width: 90%;
	padding: 5px 5%;
	position: absolute;
	bottom: 2px;
	left: 0;
	color: #ffffff;
	font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align: left;
}
@media screen and (max-width:640px){
	.bnr_area {
		margin: 20px 0 20px;
	}
	.bnr_area ul {
	}
	.bnr_area ul li {
		width: 46%;
		height: auto;
		margin: 0 1% 2%;
	}
	.bnr_area ul li:nth-of-type(2n-1) {
		margin: 0 1% 3% 3%;
	}
	.bnr_area ul li:nth-of-type(2n) {
		margin: 0 0 3% 1%;
	}
	.bnr_area ul li img {
		width: 100%;
		display: block;
	}
	.bnr_area ul li p {
		padding: 3px 3%;
		width: 94%;
		bottom: 0px;
		font-size: 12px;
	}




/* menuHeader
--------------------*/
#menuHeader {
	padding:4% 3% 3%;
	background:url(../../img/common_sp/bg.jpg);
	background-size:320px 50px;
	position: relative;
}
#menuHeader h1{
	width: 57%;
	float: left;
}
#menuHeader img {
	width: 100%;
}

#menuHeader #log img,
#menuHeader #btn_menu{
	width:7.5%;
	float: right;
	padding:0 0 3% 4%;
}
#menuHeader .logoutLink .dbNone { display:none; }

	/*  */
#menuHeader #log dl{
	display:none;
}
#menuHeader #log img{
	display:block;
}

	/* Login */
	#menuHeader #log.login img{
	/*	display:none;*/
	}
	#menuHeader #log.login dl{
		display:block;
		width: 28%;
		float:right;
		font-size:10px;
		text-align:center;
		font-weight:bold;
	}
	#menuHeader #log.login dt{
		background:#492309;
		color:#fff;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
	}
	#menuHeader #log.login dd{
		background:#fff;
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
	}
	#menuHeader #log.login dd.user-gold:after {
		content: "G";
	}
	#menuHeader #search{
		clear:both;
		position: relative;
	}
	#menuHeader input[type="text"]{
		width: 99%;
		height:38px;
		font-size:15px;
		padding:5px;
		box-sizing:border-box;
		border:1px solid #9a6744;
		border-top-left-radius:5px;
		border-bottom-left-radius:5px;
		color: #999;
	}
	#menuHeader .btn_search{
		position: absolute;
		top:0;
		right:0;
	}
	#menuHeader #menu_list{
		width:100%;
		clear:both;
		color:#9a6744;
		font-weight:bold;
		position: absolute;
		top:0;
		left:0;
		z-index:1500;
		background:#fff;
		display:none;
	}
	#menuHeader #menu_list li{
	  border-bottom:1px solid #9a6744;
	  position: relative;
		width:100%;
		font-size:15px;
		box-sizing:border-box;
	}

	#menuHeader #menu_list li a{
	           padding:4% 7%;
	           display:block;
	}


	#menuHeader #menu_list li:after{
	  content: '';
	  width: 6px;
	  height: 6px;
	  border: 0px;
	  border-top: solid 2px #9a6744;
	  border-right: solid 2px #9a6744;
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  position: absolute;
	  top: 50%;
	  left:90%;
	  margin-top: -4px;
	}
	#menuHeader #menu_list li:nth-child(-n+3){
		background:#f7efe9;
	}
	#menuHeader #menu_list a{
		color:#9a6744;
		font-weight:bold;
	}
	#menuHeader #menu_list #close_menu{
		background:#9a6744;
		padding:2.4% 0;
	}
	#menuHeader #menu_list #close_menu img{
		width:38%;
		display:block;
		margin:0 auto;
	}

	#content .ttl {
		font-size:16px;
		color: #fafafa;
		font-weight: bold;
		background: #ff7e03;
		padding: 12px 0;
		text-align: center;
	}

	#wrap {
	    background: url(/enjoy/recipe/sp/img/common_sp/bg.jpg);
	    background-size: 320px 50px;
	}

	#wrap .spHead {
		position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
		width: 100%;
	}
	#wrap .spHead #menuHeader:after,
	#wrap .spHead:after {
	    content: "";
	    display: block;
	    clear: both;
	    width: 100%;
	}
	#wrap .wrap_inner {
		position: relative;
		z-index: 99;
		padding: 65px 0 0;
		padding-top: 19.5vw;
	}
	#wrap .spHead #menuHeader {
	    padding-bottom: 0;
	    background: 0 none;
	}
	#menuHeader #search {
		display: none;
	}


	#menuHeader {
		border-bottom: 1px solid #aaa;
		padding-bottom: 3px;
	}
	#menuHeader #log img, #menuHeader #btn_menu {
		padding-bottom: 2%;
	}


	/**
	 * sns modal
	 **/
	#wrap .modal-share {
	}
	#cboxContent #cboxLoadedContent{
		margin-bottom: 4%;
	}
	#sns-share {
		max-width: 286px;
		margin: 0 auto;
	}
	#sns-share .sns {
		max-width: 286px;
		margin: 20px auto;
		padding: 5px 7px;
	}
	#sns-share .sns:after {
		content: "";
		display: block;
		clear: both;
		overflow: hidden;
	}
	#sns-share .sns li img {
		width: 100%;
		height: auto;
	}
	#sns-share .sns li{
		width: 117px;
		height: 28px;
		float: left;
		margin: 8px;
		text-align:center;
	}
	/* Facebook */
	#sns-share .sns li:first-child{
		background:#4267b2;
		border-radius:5px;
	}
	.fb_iframe_widget_fluid>span {
		margin: 4px auto;
	}
	/* Line */
	#sns-share li.lineBtn {
	    background-color: #00b900;
	    border-radius: 4px;
	    height: 28px;
	}
	#sns-share li.lineBtn > span {
		display: block;
		margin: 4px auto 0;
	}
	#sns-share li.lineBtn a>img {
		width: 115px;
		height: 28px;
	}
	.columnTxtArea .spBody {
		text-align: center;
		/* margin-bottom: 50px; */
	}

	.columnTxtArea .spBody .btn{
		padding: 3%;
		width: 94%;
		margin: 0 auto;
		background: #f9f9f9;
		min-height: 76px;
	}
	.columnTxtArea .spBody .btn:after {
		content:"";
		display: block;
		width:100%;
		overflow: hidden;
		clear: both;
	}

	.columnTxtArea .spBody .btn li img {
		width: 100%;
	}
	.columnTxtArea .spBody .btn li{
		width: 120px;
/*		float: left;*/
		display: inline-block;
		position: relative;
		padding-bottom:2.5%;
		margin: 0;
	}
	.columnTxtArea .spBody .btn li:after {
		content: "";
		display: block;
		clear:both;
		width: 100%;
	}
	.columnTxtArea .spBody .btn li:first-of-type {
		margin-right: 4%;
	}
	.columnTxtArea .spBody .count{
		text-align:center;
		background:url(../img/fukidashi.gif) no-repeat;
		background-size:contain;
		padding:5% 3% 4%;
		margin:0 4%;
		font-size:12px;
	}

	.fb_iframe_widget > span,
	.fb_iframe_widget iframe {
	}
	.fb_iframe_widget {
		width: 100%!important;
	}

	button#u_0_2 {
		width: 100%!important;
		height: 28px;
	}
	.fb_iframe_widget_fluid span {
	}
	.btn_nomitai_colum {

	}
	.btn_nomitai_colum .count_o {
		width: 92px;
		height: 12px;
		margin: 4% 25% 0 4%;
		margin: 0;
		padding:3px 5px;
		border:1px solid #9298a4;
		background-color:#fff;
		display: block;
		position: absolute;
		top: 55px;
		left: 5px;
		font-size:12px;
		line-height:12px;
		text-align: center;
	}
	.btn_nomitai_colum .count_o:before,
	.btn_nomitai_colum .count_o:after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		border: 5px solid transparent;
		border-bottom: 5px solid #fff;
		z-index: 1;
	}
	.btn_nomitai_colum .count_o:before {
		top: -9px;
		left: 30%;
		left: 45%;
		border-bottom: 5px solid #fff;
		z-index: 1;
	}
	.btn_nomitai_colum .count_o:after {
		top: -10px;
		left: 30%;
		left: 45%;
		border-bottom: 5px solid #9298a4;
		z-index: 0;
	}

}

@media screen and (min-width:641px){
	.bnr_area ul li {
		width: 231px;
		height: 172px;
	}
}

.comment {
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: red;
}

@media screen and (min-width:641px){
	.com_sp {
		display: none;
	}
}

@media screen and (max-width:641px){
	.comment {
		font-size: 3.7vw;
		margin: 10px 17px 0 17px;
		line-height: 1.5;
	}

	.com_pc {
		display: none;
	}
}



/* 商品パッケージ喚起
--------------------*/
.package_notice{
	margin-top: 15px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}

@media screen and (max-width:640px){
	.package_notice{
		margin-top: 0;
	}
}

@media screen and (max-width:375px){
	.package_notice{
		width: 50%;
	}
}
