@charset "utf-8";

body {
min-width: 1000px;
background: url("../images/bg_body.gif");
line-height: 1.8em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

html > body > iframe {
	display: none;
	height:0;
}

#contents {
	width:1000px;
	margin:0 auto;
}
/* anchor */
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}

/* #main */
#main {
	width: 675px;
	padding-bottom: 35px;
	background:url(../images/bg_body.jpg);
}

/* SNSボタン */
#btn-sbm {
	text-align: center;
	padding: 20px;
}

#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }

/* #side */
#side { padding: 10px 0px 0px; }

#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/*-----------------------------
以下、削除可能
-------------------------------*/

#main #header {
	width: 675px;
	height: 455px;
	background: url(../images/img_header.jpg) no-repeat 0px 0px;
	background-size: cover;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#article .nav-menu { margin-bottom: 30px; }

#article .nav-menu > ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
  padding:0;
}

#article .nav-menu li {
  width: calc(669px / 3);
  font-size: 20px;
  text-align: center;
  vertical-align: top;
}
#article .nav-menu li:last-child { margin-right: 0px; }

#article .nav-menu li a,
#article .nav-menu li span {
  display: block;
  padding: 0.9em 0;
  background-color: #9f9f9f;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#article .box {
  margin-bottom: 30px;
  padding-bottom: 1em;
  color: #222;
}

#article .box .box_tit {
  margin-bottom: 1em;
  padding: 0.5em;
  background-color: #8d8d8d;
  border-bottom: solid 4px #a8a8a8;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.05em;
}

#article .box .box_inner {
	padding: 0 20px;
}

#article .box .box_txt  {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.innerlink-head { margin-top: 10px; }
.innerlink-head a {
	font-size: 11px;
	color: #000;
}
a:hover img.op07{
	opacity: 0.5;
}
#bnr_bk{
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    display: block;
}

#txt_snsbtn{font-size: 1.2em;
font-weight: bold;
width: auto;
margin-right: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-top: 10px;
padding: 20px;
border-radius: 5px;
display: block;
background-color: #FFF;
text-align: center;
color: #e61b1b;
}
#nav {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding-bottom: 5px;
}
.item1 a {
    background-color: #55acee;
    text-align: center;
    display: block;
    width: 47%;
    float: left;
    margin-left: 0%;
    border-radius: 5px;
    border: 3px solid #2D99EA;
}
.item2 a {
    background-color: #8f6b41;
    text-align: center;
    display: block;
    width: 47%;
    float: right;
    border-radius: 5px;
    border: 3px solid #755835;
}

 .item1 a img,.item2 a img{
    margin: 0px;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 2px;
    padding-left: 7px;
}
.next {
    background-image: url(../images/bg_next.gif);
    background-repeat: repeat-y;
    width: auto;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: center;
}
#txt_next{
    width: 80%;
    margin: 0px auto;
    font-size: 1.2em;
}

#top .l-main .next #tit_next, #top .l-main .next #ft_next {
    margin: 0px;
    padding: 0px;
}

#img_outline {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

.cast {
    background-image: url(../images/bg_cast.gif);
    background-repeat: repeat-y;
    width: auto;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#top .l-main .cast #tit_cast, #top .l-main .cast #ft_cast {
    margin: 0px;
    padding: 0px;
}

#top .l-main .cast #img_cast {
    padding: 30px 0px;
    margin: 0px auto;
}
.co-normalImg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#ft_cast{
	margin-top: -5px;
}

.date {
    font-size: 1.1em;
    font-weight: bold;
}

.l-container .l-content .l-main #tit_past,
.l-container .l-content .l-main #tit_present {
    margin: 0px;
    width: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}
,
.l-container .l-content .l-main #tit_recipe  {
    margin: 0px;
    width: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 2em;
    color: #3c2304;
    font-weight: bold;
}

.past_box {
    background-color: #FFF;
    text-align: left;
    border: 3px solid #FF0F33;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    border-radius: 5px;
    display: block;
}

/* present  */
.present_box  {
    background-color: #FFF;
    text-align: left;
    border: 3px solid #0061d8;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    border-radius: 5px;
    display: block;
}
.co-normalText{
    font-size: 1.1em;
    line-height: 1.8em;
}

.tit {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #E63C43;
    margin-bottom: 10px;
    padding-bottom: 5px;
    width: 100%;
    display: block;
}
.present_box h4 {
  text-align: center;
  padding-top: 20px;
  padding-left: auto;
  padding-bottom: 20px;
  padding-right: auto;
  display: block;
}
.present_box ul {
  padding: 20px;
  font-size: 1.1em;
  background-color: #fdf0f1;
}
.present_box ul li {
  padding-bottom: 10px;
}
.present_box dl {
  font-size: 1.2em;
  line-height: 1.6em;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #0061d8;
  overflow: hidden;
}

.present_box dl dt {
  width: 20%;
  float: left;
  margin-bottom: 15px;
  font-weight: bold;
  color: #004a9d;
}
.present_box dl dd {
  margin-bottom: 15px;
  margin-left: 20%;
}
.txt_present {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #e51924;
  line-height: 1.6em;
  padding-bottom: 20px;
  padding-top: 20px;
  text-shadow: #FFF 1px 1px;
}
.btn_present a {
  display: block;
  padding-top: 0px;
  margin-bottom: 30px;
 text-align: center;
}

/* recipe */
.recipe_box  {
    background-color: #FFF;
    text-align: left;
    border: 3px solid #6fbc55;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    border-radius: 5px;
    display: block;
    font-size: 1.1em;
    overflow: hidden;
}

.recipe_box .thmArea {
  border-radius: 10px;
  background-color: #fef6de;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.recipe_box .tit_sub,
.recipe_box .profile_detail dt {
  border-bottom: dotted 3px #6fbc55;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 1.2em;
    font-family: "Rounded Mplus 1c";
    font-weight: 800;
}
.recipe_box .img_box {
  width: 200px;
  float: left;
}
.recipe_box .profile_box {
  display: block;
  width: 100%;
  overflow: hidden;
}

.recipe_box .profile_detail {
  width: 365px;
  float: right;
}
.recipe_box .ingredient {
  width: auto;
  overflow: hidden;
  padding-bottom: 20px;
}
.recipe_box .ingredient dt,
.recipe_box .ingredient dd {
  float: left;
  padding-right: 10px;
}

.recipe_box .ingredient dt {
  clear: left;
}

.recipe_box .recipe {
  padding-bottom: 10px;
}

.recipe_box .recipe li {
  list-style-type: decimal;
  list-style-position: outside;
  padding-bottom: 5px;
  margin-left: 15px;
}
.list_no {
  list-style: none;
}
.pdbtm10 {  padding-bottom: 10px;}
.pdbtm20 {  padding-bottom: 20px;}
.point {
  padding: 15px;
  margin: auto;
  border-radius: 5px;
   border: 2px solid #6fbc55;
   text-align: left;
}
.recipe_box h4 {
  font-size: 1.2em;
  color: #42270a;
  padding-bottom: 10px;
  font-family: "Rounded Mplus 1c";
    font-weight: 800;
}
.recipe_box .backnumber img {
  width: 200px;
  height: auto;
  margin: 20px 10px 5px;

}
.recipe_box ul.backnumber  {
 margin:0px;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:589px;
}
.recipe_box ul.backnumber li {
    padding:0px;
    width:290px;
    list-style:none;
    text-align: center;
}
.recipe_box .backnumber li p {
  width: 100%;
  display: block;
}
.recipe_box .backnumber li a {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}

.wf-mplus1p { font-family: "Rounded Mplus 1c";
font-weight: 900;
font-size: 2.2em;
text-align: center;
color: #3c2304;
text-shadow: #FFF 1px 1px;
margin: 5px;
line-height: 1.3em;
  }

.tit_info {
  text-align: center;
font-weight: 900;
  font-size: 1.6em;
  color: #16b5e9;
  line-height: 1.5em;
  padding-bottom: 15px;
  font-family: "Rounded Mplus 1c"; }

.info_date {
  text-align: center;
  width: auto;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.6em;
  padding-bottom: 15px;
}

.info_date dt {
  font-weight: bolder;
  font-size: 1.1em;
  padding-bottom: 5px;
}
.info_box {
  display: block;
  float: left;
  width: 150px;
}


.global_NTV_snsArea .global_NTV_snsList {
padding: 20px;
width: 220px;
margin: auto;
}
.global_NTV_snsArea .global_NTV_snsList li{
display: inline-block;
margin-right: 15px;
vertical-align: top;
}
.global_NTV_snsArea .fb_iframe_widget span{
vertical-align: top!important;
}