@charset "UTF-8";
/*
 * normalise
 --------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * mixin
 --------------------------------------------------------------------------------*/
/*
 * Font
 --------------------------------------------------------------------------------*/
.cap {
  font-size: 12px;
  line-height: 1.5em;
  color: #3f3f3f; }

.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; }

/* font-weight */
.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

/* text color */
.gray {
  color: #3f3f3f; }

.gray2 {
  color: #7f7f7f; }

.red {
  color: #FF0000; }

/* font-size */
.large {
  font-size: 1.125em;
  line-height: 1.53125em; }

.x-large {
  font-size: 1.5em;
  line-height: 1.53125em; }

.xx-large {
  font-size: 2em;
  line-height: 1.53125em; }

.size-9 {
  font-size: 9px;
  line-height: 1.75em; }

.size-10 {
  font-size: 10px;
  line-height: 1.75em; }

.size-11 {
  font-size: 11px;
  line-height: 1.75em; }

.size-12 {
  font-size: 12px;
  line-height: 1.75em; }

.size-13 {
  font-size: 13px;
  line-height: 1.75em; }

.size-14 {
  font-size: 14px;
  line-height: 1.75em; }

.size-15 {
  font-size: 15px;
  line-height: 1.75em; }

.size-16 {
  font-size: 16px;
  line-height: 1.75em; }

.size-17 {
  font-size: 17px;
  line-height: 1.75em; }

.size-18 {
  font-size: 18px;
  line-height: 1.75em; }

.size-19 {
  font-size: 19px;
  line-height: 1.75em; }

.size-20 {
  font-size: 20px;
  line-height: 1.75em; }

.size-21 {
  font-size: 21px;
  line-height: 1.75em; }

.size-22 {
  font-size: 22px;
  line-height: 1.75em; }

.size-23 {
  font-size: 23px;
  line-height: 1.75em; }

.size-24 {
  font-size: 24px;
  line-height: 1.75em; }

.size-25 {
  font-size: 25px;
  line-height: 1.75em; }

.size-26 {
  font-size: 26px;
  line-height: 1.75em; }

.size-27 {
  font-size: 27px;
  line-height: 1.75em; }

.size-28 {
  font-size: 28px;
  line-height: 1.75em; }

.size-29 {
  font-size: 29px;
  line-height: 1.75em; }

.size-30 {
  font-size: 30px;
  line-height: 1.75em; }

.size-31 {
  font-size: 31px;
  line-height: 1.75em; }

.size-32 {
  font-size: 32px;
  line-height: 1.75em; }

/* display */
.none {
  display: none !important; }

.hidden {
  visibility: hidden !important; }

/* text-align */
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*
 * basic
 --------------------------------------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  background: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: #000; }

del {
  text-decoration: line-through;
  color: #3f3f3f; }

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

li img {
  vertical-align: top; }

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #666666;
  text-decoration: underline;
  outline: none 0 !important; }
  a:link {
    color: #666666;
    text-decoration: underline; }
  a:visited {
    color: #666666;
    text-decoration: underline; }
  a:hover {
    color: #b2b2b2;
    text-decoration: none; }
  a:active {
    color: #b2b2b2;
    text-decoration: none; }
  a:focus {
    outline: 0; }
  a img {
    vertical-align: top; }
  a:hover img.hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
  .opc a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
  .opc2 a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
  .opc a *, .opc2 a {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  a[target=_new], a[target=_blank] {
    background: no-repeat right center;
    background-image: url(../common/images/icon_exlink_inline.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 12px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      a[target=_new], a[target=_blank] {
        background-image: url(../common/images/2x/icon_exlink_inline.png);
        background-size: 10px auto; } }
  a[target=_new].noimg, a[target=_blank].noimg {
    background: transparent;
    padding-right: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      a[target=_new].noimg, a[target=_blank].noimg {
        background-image: transparent; } }
  a .amazon {
    display: block;
    background: url(../images/icon_amazon.png) no-repeat left center;
    padding-left: 25px; }
  .exlink a {
    display: block;
    background: url(../images/icon_exlink.png) no-repeat left center;
    padding-left: 20px; }
  .exlink a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    color: #666666;
    text-decoration: underline; }

/*
 * wrapper
 --------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
  background-color: #FFF; }

/*
 * main
 --------------------------------------------------------------------------------*/
/*
 * 	header
 */
#header {
  position: relative;
  margin: 0 auto; }
  #header #hobo {
    padding: 10px 0;
    text-align: center;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-size: 10px;
    text-transform: uppercase; }
    #header #hobo a {
      color: #000;
      text-decoration: none; }
  #header h1 {
    position: relative;
    margin: 0 auto;
    font-size: 18px;
    text-align: center; }

#yodogawa {
  text-align: center;
  font-size: 16px; }

/*
 * contents
 */
.contents {
  position: relative;
  width: 800px;
  margin: 50px auto 40px; }
  .contents h2 {
    margin: 0;
    padding: 20px 0;
    text-align: center; }
  .contents blockquote {
    margin: 40px 0;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 2px solid #3f3f3f;
    color: #3f3f3f; }
  .contents .article {
    width: 500px;
    margin: 0 auto;
    text-align: left; }

.column {
  position: relative;
  width: 800px;
  margin: 50px auto; }
  .column h2 {
    margin: 20px 0;
    padding: 0;
    text-align: center; }
  .column .article {
    width: 500px;
    margin: 0 auto;
    text-align: left; }

.photo {
  margin: 40px auto; }
  .photo p {
    font-size: 12px;
    line-height: 1.5em;
    color: #3f3f3f; }

.date {
  margin: 20px 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #3f3f3f; }

#navi {
  text-align: center; }
  #navi ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  #navi li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 0 10px; }

/*
 * TOC - table of contents
 */
#toc {
  margin: 50px auto; }
  #toc h2 {
    text-align: center; }
  #toc ul, #toc li {
    margin: 0 auto;
    padding: 0;
    list-style-type: none; }
  #toc li {
    position: relative;
    padding: 5px 0;
    padding-left: 4.5em;
    width: 437px;
    border-bottom: 1px solid #CCC;
    font-size: 14px;
    letter-spacing: 0; }
    #toc li:first-child {
      border-top: 1px solid #CCC; }
    #toc li.current {
      color: #30BF30; }
    #toc li a {
      display: block;
      padding: 3px 0;
      text-align: left; }
      #toc li a:visited, #toc li a:hover {
        color: #666666;
        text-decoration: none; }
    #toc li em {
      margin-left: -4em;
      padding-right: 1em;
      font-style: normal;
      font-weight: bold; }
    #toc li span {
      position: absolute;
      right: 0.5em;
      top: 50%;
      margin-top: -12px;
      font-size: 12px;
      color: #999; }

/*
 * archive
 */
#past {
  margin: 50px auto; }
  #past h2 {
    text-align: center; }
  #past ul, #past li {
    margin: 0 auto;
    padding: 0;
    list-style-type: none; }
  #past li {
    position: relative;
    padding: 5px 0;
    padding-left: 4.5em;
    width: 437px;
    border-bottom: 1px solid #CCC;
    font-size: 14px;
    letter-spacing: 0; }
    #past li:first-child {
      border-top: 1px solid #CCC; }
    #past li.current {
      color: #30BF30; }
    #past li a {
      display: block;
      padding: 3px 0;
      text-align: left; }
      #past li a:visited, #past li a:hover {
        color: #666666;
        text-decoration: none; }
    #past li em {
      margin-left: -4em;
      padding-right: 1em;
      font-style: normal;
      font-weight: bold; }
    #past li span {
      position: absolute;
      right: 0.5em;
      top: 50%;
      margin-top: -12px;
      font-size: 12px;
      color: #999; }

#footer {
  position: relative;
  padding-bottom: 400px;
  margin-top: 50px; }
  #footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    letter-spacing: -0.4em;
    margin-bottom: 10px;
    font-size: 0;
    letter-spacing: -0.4em; }
    #footer ul li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      padding: 0 40px;
      margin: 0;
      font-size: 14px;
      letter-spacing: 0.075em; }
  #footer .fblike {
    text-align: center;
    margin: 20px; }
  #footer .copyright {
    margin-top: 10px;
    font-size: 10px;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #3f3f3f; }

html, body {
  width: 100%;
  height: 100%; }

body {
  background: transparent url(../2015/images/bg.png) repeat center top;
  -webkit-text-size-adjust: 100%; }

a {
  color: #4C4296;
  text-decoration: none; }
  a:link {
    color: #4C4296;
    text-decoration: none; }
  a:visited {
    color: #4C4296;
    text-decoration: none; }
  a:hover {
    color: #a5a0ca;
    text-decoration: none; }
  a:active {
    color: #a5a0ca;
    text-decoration: none; }

a.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  padding: 13px 20px;
  /* border-radius */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* END border-radius */
  background-color: #1C4A72;
  text-decoration: none;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #FFF;
  text-align: center; }

.attention {
  color: #BE1E2B; }

/*--------------------------------------------------------------------------------
 * 
 * 	wrapper
 * 
 *--------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  width: 960px;
  background-color: transparent; }
  #wrapper ul, #wrapper li {
    list-style: none; }

/*--------------------------------------------------------------------------------
 * 
 * 	header
 * 
 *--------------------------------------------------------------------------------*/
#header {
  *zoom: 1; }
  #header:after {
    content: "";
    display: table;
    clear: both; }
  #header .hobo {
    margin: 8px 5px;
    text-align: right; }
  #header h1 {
    text-align: left;
    margin: 10px auto;
    padding: 0 0 0 5px;
    right: auto;
    bottom: auto; }

#gnavi {
  margin: 20px auto 18px;
  padding: 0 5px; }
  #gnavi ul {
    display: table;
    width: 100%; }
    #gnavi ul li {
      display: table-cell;
      border-right: 1px solid #CCC; }
      #gnavi ul li:first-child {
        border-left: 1px solid #CCC; }
      #gnavi ul li.jam_km span {
        background: url(/store/oragajam/2015/images/icon_kanjirujam.png) no-repeat left center;
        padding-left: 24px; }
      #gnavi ul li.jam_oa span {
        background: url(/store/oragajam/2015/images/icon_oragajam.png) no-repeat left center;
        padding-left: 24px; }
      #gnavi ul li.cartpage span {
        background: url(/store/oragajam/2015/images/icon_cart.png) no-repeat left center;
        padding-left: 24px;
        color: #BE1E2B; }
      #gnavi ul li a {
        display: block;
        color: #000;
        text-decoration: none;
        font-weight: bold;
        text-align: center; }
      #gnavi ul li span {
        display: inline-block;
        height: 40px;
        line-height: 40px; }

/*--------------------------------------------------------------------------------
 * 
 * 	mainPhoto
 * 
 *--------------------------------------------------------------------------------*/
#mainPhoto {
  position: relative;
  width: 950px;
  height: 535px;
  padding: 4px 5px 6px;
  margin-top: 15px;
  background: transparent url(../2015/images/bg_page_header.png) no-repeat center top; }
  #mainPhoto h2 {
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin: 0;
    z-index: 10; }
  #mainPhoto #saleinfo {
    position: absolute;
    bottom: 225px;
    right: 15px;
    z-index: 10; }

#slides {
  width: 950px;
  margin: 0px auto 0; }

/*--------------------------------------------------------------------------------
 * 
 * 	contents
 * 
 *--------------------------------------------------------------------------------*/
#yodogawa {
  text-align: center;
  line-height: 2em; }
  #yodogawa p {
    display: inline-block;
    width: 560px;
    background: url(/store/oragajam/2015/images/jam_bottle2.png) no-repeat right bottom;
    margin: 40px auto 0;
    font-weight: bold;
    text-align: left;
    line-height: 2em; }

.content {
  position: relative;
  background: url(../2015/images/bg_content_mid2.png) repeat-y center top;
  width: 816px;
  margin: 50px auto;
  padding: 30px 0 40px;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.075em; }
  .content:before, .content:after {
    content: " ";
    position: absolute;
    display: block;
    width: 816px;
    height: 10px;
    left: 0; }
  .content:before {
    background: url(../2015/images/bg_content_top2.png) no-repeat center top;
    top: -10px; }
  .content:after {
    background: url(../2015/images/bg_content_btm2.png) no-repeat center top;
    bottom: -10px; }
  .content .jam_header {
    width: 720px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #CCC; }
    .content .jam_header h3 {
      float: left;
      width: 320px;
      margin: 0;
      text-align: center; }
    .content .jam_header p {
      font-weight: bold;
      margin-left: 320px; }
  .content .cart_area {
    width: 720px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 40px; }
  .content .cart {
    float: left;
    width: 240px;
    margin-left: 40px; }
  .content .product_photo {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 5px solid #E6E6E6;
    text-align: center; }
  .content .product_info {
    margin-bottom: 20px; }
    .content .product_info p {
      margin: 0 0.25em; }
  .content .price {
    color: #BE1E2B; }
  .content .tax {
    font-size: 12px; }
  .content .bbd {
    font-size: 12px;
    line-height: 1.75em;
    letter-spacing: 0em; }
  .content .cart_btn {
    position: relative; }
    .content .cart_btn .btn {
      width: 240px;
      padding: 23px 0px;
      background-color: #BE1E2B; }
  .content .stock {
    display: none;
    position: absolute;
    left: 5px;
    top: 20px;
    padding: 4px 8px;
    background-color: #FFF;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1em;
    font-weight: bold;
    color: #BE1E2B;
    pointer-events: none; }
  .content .attlink {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold; }
  .content .detail {
    margin-left: 320px; }
    .content .detail h4 {
      font-size: 18px;
      margin: 0 auto 30px; }
  .content .more .btn {
    width: 160px;
    background-color: #FFF;
    border: 1px solid #bac8d4;
    color: #1C4A72; }
  .content .banner_area {
    width: 718px;
    margin: 40px auto 0;
    border: 1px solid #E3E1DD;
    background-color: #FAF8F4;
    text-align: center; }
    .content .banner_area ul {
      letter-spacing: -0.4em; }
      .content .banner_area ul li {
        display: inline-block;
        width: 186px;
        margin: 40px 20px;
        letter-spacing: 0;
        vertical-align: top; }
        .content .banner_area ul li a {
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          -o-user-select: none;
          user-select: none;
          font-size: 12px;
          line-height: 1.5em;
          font-weight: bold;
          text-align: left; }
          .content .banner_area ul li a > span {
            display: block;
            margin-top: 5px; }
            .content .banner_area ul li a > span > span {
              font-size: 10px;
              letter-spacing: 0; }
  .content .date {
    width: auto !important;
    margin: 20px 0 !important;
    font-size: 12px !important; }

#banner {
  width: 800px;
  margin: 40px auto 0;
  text-align: center; }
  #banner ul {
    letter-spacing: -0.4em; }
    #banner ul li {
      display: inline-block;
      width: 340px;
      margin: 0 20px;
      letter-spacing: 0;
      vertical-align: top; }
      #banner ul li a {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        display: block;
        font-size: 14px;
        line-height: 1.5em;
        font-weight: bold;
        text-align: left; }
        #banner ul li a > span {
          display: block;
          margin-top: 5px; }
          #banner ul li a > span + span {
            font-size: 12px;
            font-weight: normal;
            color: #333; }

#totop {
  position: fixed;
  bottom: 0;
  right: 50%;
  margin-right: -475px; }
  #totop .btn {
    background-color: #FFF;
    border: 1px solid #bac8d4;
    border-bottom: 0;
    color: #1C4A72;
    padding: 10px 0 0 0;
    width: 40px;
    height: 35px;
    /* border-radius */
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    /* END border-radius */
    font-size: 11px; }

/*--------------------------------------------------------------------------------
 * 
 * 	footer
 * 
 *--------------------------------------------------------------------------------*/
#footer {
  margin-top: 40px;
  padding-bottom: 100px;
  border-top: 1px solid #CCCCCC; }
  #footer ul {
    margin: 0;
    padding: 20px 10px;
    list-style-type: none;
    text-align: left;
    letter-spacing: -0.4em;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    height: auto;
    overflow: hidden; }
    #footer ul li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      padding: 10px 40px 0 0;
      margin: 0; }
      #footer ul li.sns {
        float: right;
        margin: 0;
        padding: 0 0 0 10px; }
      #footer ul li a {
        display: block;
        background: none;
        padding: 0;
        text-align: center; }
      #footer ul li .snsCount {
        position: relative;
        display: block;
        height: 12px;
        margin-top: 5px;
        padding: 2px 0;
        background-color: #FFF;
        border: 1px solid #CCC;
        border-radius: 2px;
        font-size: 11px;
        line-height: 16px;
        text-align: center;
        letter-spacing: 0;
        font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif; }
        #footer ul li .snsCount:before, #footer ul li .snsCount:after {
          content: " ";
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          left: 50%; }
        #footer ul li .snsCount:before {
          border-width: 0 5px 5px 5px;
          border-color: transparent transparent #CCC transparent;
          top: -5px;
          margin-left: -5px; }
        #footer ul li .snsCount:after {
          border-width: 0 4px 4px 4px;
          border-color: transparent transparent #FFF transparent;
          top: -4px;
          margin-left: -4px; }
  #footer .copyright {
    margin-top: 10px;
    font-size: 10px;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #3f3f3f; }
  #footer .credit {
    margin: 40px auto 20px;
    font-size: 12px;
    text-align: center; }

/*--------------------------------------------------------------------------------
 * 
 * 	common 2nd
 * 
 *--------------------------------------------------------------------------------*/
#taste .content,
#making .content,
#breakfast .content,
#recipe .content {
  background-image: none;
  width: auto; }
  #taste .content:before, #taste .content:after,
  #making .content:before,
  #making .content:after,
  #breakfast .content:before,
  #breakfast .content:after,
  #recipe .content:before,
  #recipe .content:after {
    background-image: none;
    width: auto; }

#detail #mainPhoto,
#recipe #mainPhoto,
#attention #mainPhoto {
  height: 300px;
  background: transparent url(../2015/images/bg_page_header2.png) no-repeat center top; }
#detail .content,
#recipe .content,
#attention .content {
  background: url(../2015/images/bg_content_mid.png) repeat-y center top;
  width: 656px; }
  #detail .content:before, #detail .content:after,
  #recipe .content:before,
  #recipe .content:after,
  #attention .content:before,
  #attention .content:after {
    width: 656px; }
  #detail .content:before,
  #recipe .content:before,
  #attention .content:before {
    background: url(../2015/images/bg_content_top.png) no-repeat center top; }
  #detail .content:after,
  #recipe .content:after,
  #attention .content:after {
    background: url(../2015/images/bg_content_btm.png) no-repeat center top; }
  #detail .content .article,
  #recipe .content .article,
  #attention .content .article {
    width: 500px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2em; }

#itoi #yodogawa p {
  width: auto;
  background-image: none; }
#itoi .content {
  background: url(../2015/images/bg_content_mid.png) repeat-y center top;
  width: 656px; }
  #itoi .content:before, #itoi .content:after {
    width: 656px; }
  #itoi .content:before {
    background: url(../2015/images/bg_content_top.png) no-repeat center top; }
  #itoi .content:after {
    background: url(../2015/images/bg_content_btm.png) no-repeat center top; }
  #itoi .content p {
    width: 500px;
    margin: 2em auto;
    font-size: 16px;
    line-height: 2em; }
  #itoi .content .prev {
    margin: 0 auto;
    font-size: 13px; }
  #itoi .content .conv {
    font-size: 16px;
    line-height: 2em; }
  #itoi .content .column2 p.icon {
    width: auto;
    margin: 0 0 0 40px; }
    #itoi .content .column2 p.icon + p {
      width: auto;
      margin: 2em 0 2em 120px; }

#kanjirustart .content {
  background: url(../2015/images/bg_content_mid.png) repeat-y center top;
  width: 656px; }
  #kanjirustart .content:before, #kanjirustart .content:after {
    width: 656px; }
  #kanjirustart .content:before {
    background: url(../2015/images/bg_content_top.png) no-repeat center top; }
  #kanjirustart .content:after {
    background: url(../2015/images/bg_content_btm.png) no-repeat center top; }
  #kanjirustart .content p {
    margin: 2em auto;
    font-size: 16px;
    line-height: 2em; }
  #kanjirustart .content blockquote p {
    margin: 0 auto; }
  #kanjirustart .content .itoi + p {
    margin-left: 240px; }

/*--------------------------------------------------------------------------------
 * 
 * 	attentioin
 * 
 *--------------------------------------------------------------------------------*/
#attention .content .article {
  width: 580px; }
  #attention .content .article h3 {
    margin-top: 40px;
    padding: 40px 40px 0;
    border-top: 1px solid #CCC;
    color: #1C4A72;
    font-size: 20px;
    line-height: 1.75em; }
  #attention .content .article h4 {
    width: 500px;
    margin: 2em auto 1em;
    font-size: 18px;
    line-height: 1.75em; }
  #attention .content .article p {
    width: 500px;
    margin: 1em auto; }

/*--------------------------------------------------------------------------------
 * 
 * 	detail_oa
 * 
 *--------------------------------------------------------------------------------*/
#detail_oa #mainPhoto {
  height: 300px;
  background: transparent url(../2015/images/bg_page_header2.png) no-repeat center top; }
#detail_oa .content {
  margin-bottom: 0;
  margin-top: 0;
  background-image: none;
  width: auto; }
  #detail_oa .content:before, #detail_oa .content:after {
    background-image: none;
    width: auto; }

#taste {
  overflow: hidden;
  height: auto; }
  #taste .content {
    margin-top: 0px; }
    #taste .content > h3 {
      margin: 0 0 40px 0; }
    #taste .content .main {
      float: left;
      width: 440px; }
      #taste .content .main .column {
        width: auto;
        border: 4px solid #E37900;
        margin: 0;
        padding: 40px; }
        #taste .content .main .column > div {
          margin-top: 40px; }
          #taste .content .main .column > div:first-child {
            margin-top: 0; }
        #taste .content .main .column h3 {
          margin: 0 0 20px 0; }
        #taste .content .main .column p {
          margin: 0; }
    #taste .content .side {
      margin-left: 480px; }

/*--------------------------------------------------------------------------------
 * 
 * 	making
 * 
 *--------------------------------------------------------------------------------*/
#making .content {
  margin-top: 0; }

/*--------------------------------------------------------------------------------
 * 
 * 	breakfast
 * 
 *--------------------------------------------------------------------------------*/
#breakfast #lead {
  margin: 40px auto;
  text-align: center;
  font-weight: bold; }
  #breakfast #lead p {
    display: inline-block;
    text-align: left;
    font-size: 16px; }
#breakfast .content {
  margin-top: 60px;
  padding: 0; }
  #breakfast .content .row {
    display: table;
    margin: 80px auto; }
    #breakfast .content .row:first-child {
      margin-top: 20px; }
    #breakfast .content .row .cell {
      display: table-cell;
      width: 440px;
      padding-right: 40px;
      vertical-align: top; }
      #breakfast .content .row .cell h3 {
        margin-top: 0; }
      #breakfast .content .row .cell + .cell {
        padding-right: 0; }

/*--------------------------------------------------------------------------------
 * 
 * 	recipe
 * 
 *--------------------------------------------------------------------------------*/
#recipe .content {
  margin-top: 60px;
  text-align: center; }
  #recipe .content .main {
    display: inline-block;
    margin-left: 50px;
    text-align: left; }
    #recipe .content .main h3 {
      margin-top: 3em; }
    #recipe .content .main h4 {
      color: #CC0033;
      margin-top: 2em;
      margin-bottom: 0.5em; }
      #recipe .content .main h4.num {
        color: #000; }
      #recipe .content .main h4 + p {
        margin-top: 0.5em; }
    #recipe .content .main .photo {
      margin: 10px auto 20px; }
    #recipe .content .main .num1:before {
      display: inline-block;
      content: url(../common/images/number01.png);
      width: 45px;
      margin-left: -45px;
      vertical-align: middle; }
    #recipe .content .main .num2:before {
      display: inline-block;
      content: url(../common/images/number02.png);
      width: 45px;
      margin-left: -45px;
      vertical-align: middle; }
    #recipe .content .main .num3:before {
      display: inline-block;
      content: url(../common/images/number03.png);
      width: 45px;
      margin-left: -45px;
      vertical-align: middle; }
    #recipe .content .main .num4:before {
      display: inline-block;
      content: url(../common/images/number04.png);
      width: 45px;
      margin-left: -45px;
      vertical-align: middle; }
    #recipe .content .main .num5:before {
      display: inline-block;
      content: url(../common/images/number05.png);
      width: 45px;
      margin-left: -45px;
      vertical-align: middle; }
    #recipe .content .main .num6:before {
      display: inline-block;
      content: url(../common/images/number06.png);
      width: 45px;
      margin-left: -45px;
      vertical-align: middle; }
    #recipe .content .main .num7:before {
      display: inline-block;
      content: url(../common/images/number07.png);
      width: 45px;
      margin-left: -45px;
      vertical-align: middle; }
    #recipe .content .main .num8:before {
      display: inline-block;
      content: url(../common/images/number08.png);
      width: 45px;
      margin-left: -45px;
      vertical-align: middle; }
#recipe .itoi_comment {
  padding-left: 1em;
  border-left: 2px solid #1F5A71;
  color: #1F5A71; }
