@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.bg {
  background: url("../img/bg.jpg");
}

/* ========================================
common style
========================================*/
html {
  color: #060606;
  font-family: Helvetica, Arial, Meiryo, メイリオ, sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  font-size: 62.5%;
}
html body {
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: subpixel-antialiased;
}

p {
  line-height: 2;
}

a {
  color: #060606;
}
a:hover {
  color: #4c4c4c;
}
a:active {
  color: #4c4c4c;
}
a:visited {
  color: #060606;
}

#main, #main * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

input[type="button"], input[type="submit"], input[type="text"], textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  margin: 0px;
  padding: 0px;
}
input[type="button"]:focus, input[type="submit"]:focus, input[type="text"]:focus, textarea:focus {
  outline: none;
}

/* ========================================
	common
========================================*/
body {
  background: url(../img/bg_rep.jpg) 50% 0 repeat;
}

#container-wrapper {
  min-width: 1280px;
}

#home #container-wrapper {
  background: url(../img/bg_top.jpg) 50% 0 no-repeat;
}

#container {
  width: 1280px;
  margin: 0 auto;
}

.mv-header a:hover img {
  opacity: .8;
}

.init-ad-wrapper, #common-header, #common-subnav, #footer {
  min-width: 1280px;
}

.content {
  width: 990px;
  margin: 0 auto;
  margin-top: -33px;
  position: relative;
}

.left-side {
  float: left;
  width: 243px;
  height: 100%;
  position: absolute;
  padding-top: 32px;
  background: url(../img/left_bg_top.png) 0 0 no-repeat;
}
.left-side .left-side-inner {
  height: 100%;
  background: url(../img/left_bg.jpg) 0 0 repeat-y;
}

.nav-menu {
  margin-bottom: 20px;
}
.nav-menu li {
  margin-top: 10px;
}
.nav-menu li:first-child {
  margin-top: 0;
}
.nav-menu a {
  width: 243px;
  height: 160px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.nav-menu a:hover, .nav-menu a.active {
  background-position: 0 -160px;
}
.nav-menu .introduction {
  background-image: url(../img/nav1.png);
}
.nav-menu .chef {
  background-image: url(../img/nav2.png);
}
.nav-menu .backnumber {
  background-image: url(../img/nav3.png);
}

.bnr-list {
  margin: 0 15px;
}
.bnr-list ul {
  padding: 0 15px 15px;
  border-radius: 5px;
  background-color: #fff;
}
.bnr-list li {
  border-bottom: 1px solid #cacaca;
}
.bnr-list li a {
  display: block;
  padding: 15px 0;
}

.main-content {
  float: right;
  width: 739px;
  min-height: 900px;
  position: relative;
}
.main-content p, .main-content dd {
  line-height: 2;
}

#sns {
  top: 55px;
  right: 10px;
  position: absolute;
}
#sns ul li {
  display: inline-block;
}
#sns ul #mixi_check_btn {
  margin-right: 10px;
}
#sns ul #facebook_btn iframe {
  height: 20px !important;
}
#sns ul iframe.twitter-share-button {
  width: 105px !important;
}

.content-block1 {
  padding-top: 79px;
  background: url(../img/main_bg_top.png) 0 0 no-repeat;
}
.content-block1 .content-block1-inner {
  padding: 0 27px 40px;
  background: url(../img/main_bg_rep.png) 0 0 repeat;
}

.content-block2 {
  margin: 30px 0;
  padding: 30px 27px 40px;
  background: url(../img/main_bg_rep.png) 0 0 repeat;
}

.post-content .ttl-l {
  width: 684px;
  height: 56px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.post-content .ttl-l.thisweek {
  background-image: url(../img/ttl_l_thisweek.png);
}
.post-content .ttl-l.nextweek {
  background-image: url(../img/ttl_l_nexttime.png);
}
.post-content .ttl-l.backnumber {
  background-image: url(../backnumber/img/ttl_l_backnumber.png);
}
.post-content .ttl-l.chef {
  background-image: url(../chef/img/ttl_l_chef.png);
}
.post-content .ttl-date {
  color: #6a1100;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
}
.post-content .ttl-sub {
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
}
.post-content .ttl-sub .text {
  font-size: 25px;
  font-size: 2.5rem;
}
.post-content .ttl-sub .location {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.post-content .post-detail .item {
  margin-bottom: 30px;
}
.post-content .post-detail .item .thum-l, .post-content .post-detail .item .thum-r {
  border: 1px solid #d1d1d1;
}
.post-content .post-detail .item .thum-l {
  float: left;
  margin: 0 20px 20px 0;
}
.post-content .post-detail .item .thum-r {
  float: right;
  margin: 0 0 20px 20px;
}
.post-content .dl-item .ttl {
  width: 684px;
  margin-bottom: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.post-content .dl-item .ttl.chefrepo {
  height: 47px;
  background: url(../img/ttl_m_chefrepo.png) 0 0 no-repeat;
}
.post-content .dl-item .ttl.takumi {
  height: 56px;
  background: url(../img/ttl_m_takumi.png) 0 0 no-repeat;
}
.post-content .dl-item .ttl.shop {
  height: 50px;
  background: url(../img/ttl_m_shop.png) 0 0 no-repeat;
}
.post-content .dl-item .ttl.thisfood {
  height: 53px;
  background: url(../img/ttl_m_thisfood.png) 0 0 no-repeat;
}
.post-content .dl-item dd .thum-l, .post-content .dl-item dd .thum-r {
  border: 1px solid #d1d1d1;
}
.post-content .dl-item dd .thum-l {
  float: left;
  margin: 0 20px 20px 0;
}
.post-content .dl-item dd .thum-r {
  float: right;
  margin: 0 0 20px 20px;
}
.post-content .dl-item dd .item {
  margin-bottom: 20px;
}
.post-content .content-syokunochie .ttl {
  min-height: 125px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 35px 0 0 135px;
  font-size: 30px;
  font-size: 3rem;
  background: url(../img/icon_chie.png) 0 0 no-repeat;
}
.post-content .content-syokunochie .ttl small {
  display: block;
  color: #6a1100;
  margin-top: 15px;
  font-size: 20px;
  font-size: 2rem;
}
.post-content .content-syokunochie dl dt {
  padding: 10px 15px;
  margin-bottom: 20px;
  background: #fad400;
}
.post-content .content-syokunochie dl dd {
  padding-bottom: 30px;
}

#btnPagetop .scroll2top {
  width: 109px;
  height: 107px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/icon_pagetop.png) 0 0 no-repeat;
}

/* ========================================
	lower
========================================*/
#lower #container-wrapper {
  background: url(../img/lower_bg_top.jpg) 50% 0 no-repeat;
}

/* ========================================
	backnumber
========================================*/
.bn-archive-list li {
  border-bottom: 1px solid #dddddd;
}
.bn-archive-list a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
}
.bn-archive-list a .thum {
  float: left;
  border: 1px solid #d1d1d1;
}
.bn-archive-list a .text {
  margin-left: 200px;
}
.bn-archive-list a .text .date {
  color: #6a1100;
}
.bn-archive-list a .text p {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

/* ========================================
	intro
========================================*/
.introduction-content .main-img {
  margin-bottom: 30px;
}
.introduction-content .discription {
  margin-bottom: 40px;
  padding-bottom: 20px;
  background: url(../img/border_dotted_red.png) 0 100% no-repeat;
}
.introduction-content .navigator {
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url(../img/border_dotted_red.png) 0 100% no-repeat;
}
.introduction-content .navigator .thum {
  float: left;
}
.introduction-content .navigator p {
  margin-left: 220px;
}
.introduction-content .name {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 25px;
  font-size: 2.5rem;
}
.introduction-content .name small {
  margin-left: 20px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}

/* ========================================
	chef
========================================*/
.chef-content .detail-block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url(../img/border_dotted_red.png) 0 100% no-repeat;
}
.chef-content .detail-block .thum {
  float: right;
  margin: 0 0 20px 20px;
}
.chef-content .detail-block .ttl-profile {
  color: #6a1100;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.5rem;
}
.chef-content .detail-block .name {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 25px;
  font-size: 2.5rem;
}
.chef-content .detail-block .name small {
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.chef-content .detail-block .text p {
  margin-top: 1em;
}
.chef-content .detail-block .text p:first-child {
  margin-top: 0;
}

/* general style
========================================*/
.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.clearfix:after {
  clear: both;
}

.font-b {
  font-weight: bold;
}

.line-height {
  line-height: 2;
}

.align-c {
  text-align: center;
}

.fit-list-disc {
  display: table;
}
.fit-list-disc li {
  display: table-row;
}
.fit-list-disc li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
.fit-list-disc li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}

.fit-list-ol {
  list-style: none;
  padding-left: 0;
  display: table;
}
.fit-list-ol li {
  display: table-row;
  counter-increment: table-ol;
}
.fit-list-ol li:after {
  content: "";
  display: block;
  margin-bottom: 5px;
}
.fit-list-ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.5em;
  text-align: right;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}
