@charset "UTF-8";
/*===== reset
=====================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

html {
  overflow-y: scroll; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol, ul {
  list-style: none; }

fieldset, img {
  border: 0; }

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

caption, th {
  text-align: left; }

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal; }

a img {
  border: 0; }

img {
  vertical-align: top; }

/*----　clearfix
----------------------------------------------------*/
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/*----　clear
----------------------------------------------------*/
.clr {
  clear: both;
  display: block; }

/*===== layout
=====================================================*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 80%;
  color: #333333;
  line-height: 150%;
  background: url(images/common_background.jpg) center 160px repeat; }

a {
  color: #3083FF; }
  a:hover {
    text-decoration: none; }
    a:hover img {
      opacity: 0.6;
      filter: alpha(opacity=40); }

img {
  vertical-align: bottom;
  margin: 0;
  zoom: 1;
  line-height: 100%;
  font-size: 1px; }

.red {
  color: #FF0000; }

.right {
  float: right; }

.left {
  float: left; }

.center {
  text-align: center; }

#content {
  width: 960px;
  margin: 0 auto 40px auto;
  background: #FFFFFF;
  padding-top: 20px; }

.radius2 {
  border-radius: 2px;
  position: relative; }

.radius5 {
  border-radius: 5px;
  position: relative; }

/*===== header
=====================================================*/
#header {
  margin: 0 auto 0 auto;
  background: url(images/common_header_back.jpg) 0 0 repeat-x; }
  #header .inner {
    width: 960px;
    margin: 0 auto; }
    #header .inner h1 {
      float: left;
      width: 330px; }
    #header .inner .info {
      float: right;
      width: 330px; }
    #header .inner ul#gloval_navi {
      clear: both;
      position: relative;
      z-index: 1; }
      #header .inner ul#gloval_navi li {
        width: 159px;
        float: left;
        margin-left: 1px; }
        #header .inner ul#gloval_navi li:first-child {
          margin: 0; }
      #header .inner ul#gloval_navi li.cart {
        width: 160px; }
    #header .inner #main_image {
      z-index: 0;
      float: left;
      position: relative;
      margin-top: -4px; }

/*===== side
=====================================================*/
#side {
  width: 220px;
  float: left;
  padding: 0 10px;
  /*--member--*/ }
  #side .boxradius {
    border-radius: 5px;
    border: 1px solid #9e9e9e;
    padding: 7px 11px;
    position: relative; }
    #side .boxradius p {
      margin-bottom: 10px; }
  #side .box {
    margin-bottom: 10px; }
  #side .member ul li.left {
    float: left; }
  #side .member ul li.right {
    float: right; }
  #side .menubox {
    padding: 1px 1px 5px 1px;
    border-radius: 5px;
    border: 1px solid #9e9e9e;
    position: relative;
    margin-bottom: 10px; }
    #side .menubox h2 img {
      border-radius: 5px 5px 0 0; }
    #side .menubox p {
      margin-bottom: 10px; }
    #side .menubox .item1 {
      padding-left: 8px;  }
    #side .menubox .item2 {
      padding-left: 8px;
      margin-top: -55px; }
	#side .menubox .item3 {
      padding-left: 8px;
	  margin-top: -73px;  }
	#side .menubox .item4 {
      padding-left: 8px;
	  margin-top: -110px;  }
    #side .menubox .item5 {
      padding-left: 8px;
      margin-top: -40px; }
    #side .menubox a {
      color: #4698A6; }
  #side .calender {
	width: 190px;
	margin: 20px auto;
}
    #side .calender .radius {
      border-radius: 2px;
      position: relative; }
    #side .calender .table {
      border: 1px solid #dddddd;
      padding: 2px;
      margin-top: 2px; }
      #side .calender .table table {
        width: 182px;
        border-collapse: separate;
        border-spacing: 3px;
        font-size: 80%;
        margin-bottom: 5px; }
        #side .calender .table table caption {
          background: url(images/common_side_calender_caption.jpg) 0 0 repeat-x;
          height: 23px;
          line-height: 23px;
          text-align: center;
          width: 182px;
          border: 1px solid #8c8c8c;
          margin-bottom: 5px;
          font-weight: bold;
          border-radius: 2px;
          overflow: hidden; }
        #side .calender .table table th {
          text-align: center; }
        #side .calender .table table td {
          text-align: right;
          padding: 1px;
          font-weight: bold; }
        #side .calender .table table td.holiday {
          background: #FFF0F5;
          color: #FF0000; }
        #side .calender .table table td.today {
          background: #A8CCFF;
          color: #534461; }

/*===== footer
=====================================================*/
#footer {
  width: 960px;
  margin: 0 auto;
  background: url(images/common_footer_back.jpg) -160px 30px no-repeat; }
  #footer h2 {
    width: 940px;
    margin: 0 auto 20px auto;
    border-bottom: 2px solid #b95a24;
    color: #B95A24;
    font-size: 120%;
    padding-bottom: 5px; }
  #footer .inner {
    width: 910px;
    margin: 0 auto; }
    #footer .inner .line {
      width: 291px;
      float: left;
      margin-right: 18px; }
      #footer .inner .line .box {
        font-size: 90%;
        margin-bottom: 20px; }
        #footer .inner .line .box h3 {
          height: 26px;
          line-height: 26px;
          background: url(images/common_footer_titleback.jpg) 0 0 repeat-x;
          color: #FFFFFF;
          text-indent: 1em;
          font-size: 100%; }
        #footer .inner .line .box p {
          margin-top: 3px; }
        #footer .inner .line .box p.dsk {
          color: #B95A24; }
          #footer .inner .line .box p.dsk img {
            float: left;
            margin-right: 5px; }
        #footer .inner .line .box img.company {
          margin-top: 10px; }
        #footer .inner .line .box table {
          width: 291px;
          margin-top: 10px;
          background: #FFFFFF; }
        #footer .inner .line .box th, #footer .inner .line .box td {
          border: 1px solid #b5b5b5;
          padding: 1px 8px; }
        #footer .inner .line .box th {
          width: 200px;
          font-weight: normal; }
        #footer .inner .line .box td {
          text-align: right; }
    #footer .inner .last {
      margin: 0; }
  #footer .inner2 {
    text-align: center; }
    #footer .inner2 .footer_navi {
      font-size: 85%;
      color: #3083FF;
      margin: 5px 0 10px 0; }
      #footer .inner2 .footer_navi a {
        margin: 0 5px 0 1px; }
    #footer .inner2 .copy {
      color: #909090; }

/*===== main
=====================================================*/
#main {
  width: 700px;
  float: right;
  margin-right: 10px; }
  #main p {
	margin-bottom: 1em;
	text-align: left;
}
  #main h2 {
    height: 40px;
    background: url(images/common_detail_h2.jpg) 0 0 no-repeat;
    line-height: 35px;
    font-size: 140%;
    color: #FFFFFF;
    font-weight: bold;
    text-indent: 1em;
    margin-bottom: 20px; }
  #main ul.item {
    clear: both;
    margin-bottom: 25px; }
    #main ul.item .name {
      font-size: 120%;
      font-weight: bold;
      color: #B51B23; }
    #main ul.item h3 {
      font-size: 120%;
      font-weight: bold;
      color: #FF3D89;
      margin-bottom: 2px; }
    #main ul.item .text {
      font-size: 90%; }
  #main ul.list_3cl li {
    width: 220px;
    float: left;
    margin-left: 20px; }
    #main ul.list_3cl li:first-child {
      margin: 0; }
    #main ul.list_3cl li .image {
      text-align: center;
      padding: 4px 0;
      border: 1px solid #c9b923;
      margin-bottom: 2px; }
  #main ul.list_2cl li {
    width: 340px;
    float: left;
    margin-left: 20px; }
    #main ul.list_2cl li:first-child {
      margin: 0; }
    #main ul.list_2cl li .image {
      text-align: center;
      padding: 4px 0;
      border: 1px solid #c9b923;
      margin-bottom: 2px; }
  #main ul.list_4cl li {
    width: 160px;
    float: left;
    margin-left: 20px; }
    #main ul.list_4cl li .image {
      text-align: center;
      padding: 2px 0;
      border: 1px solid #aeaeae;
      margin-bottom: 2px; }
  #main ul.list_4cl li.first {
    margin: 0;
    clear: left; }
  #main ul.list_4cl li.last {
    clear: right; }
  #main table.gauge td {
    border: 1px solid black;
    font-size: 80%; }
  #main table.gauge caption {
    font-size: 80%; }
  #main table.gauge td.gauge_left {
    border: none; }
  #main table.gauge td.gauge_right {
    border: none;
    text-align: right; }
  #main .bannerbox1 {
    border: 1px solid #bababa;
    padding: 1px;
    margin-bottom: 10px; }
  #main .bannerbox2 {
    border: 1px solid #bababa;
    margin-bottom: 10px; }
  #main ul.bannerbox3 {
    margin-bottom: 10px; }
    #main ul.bannerbox3 li {
      width: 331px;
      border: 1px solid #bababa;
      padding: 1px;
      float: left;
      margin-left: 30px; }
      #main ul.bannerbox3 li:first-child {
        margin: 0; }
  #main .bannerbox4 {
    border: 1px solid #bababa;
    padding: 5px;
    margin-bottom: 15px; }
    #main .bannerbox4 h3 {
      width: 356px;
      float: left;
      margin-top: 5px; }
    #main .bannerbox4 ul {
      float: left;
      width: 320px;
      margin-left: 10px; }
      #main .bannerbox4 ul li {
        height: 60px; }
        #main .bannerbox4 ul li h4 {
          width: 150px;
          float: left;
          font-size: 120%;
          font-weight: bold;
          color: #FF3D89;
          height: 60px;
          line-height: 60px; }

/*===== index
=====================================================*/
#index h2 {
  background: url(images/common_h2_back01.jpg) left bottom no-repeat;
  border-bottom: 1px solid #fe7a7b;
  padding-top: 6px;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 140%;
  text-indent: 20px;
  clear: both;
  color: #333; }
  #index h2 img {
    margin: -11px 0 0 10px; }
#index .toptext {
  border: 2px solid #bababa;
  padding: 6px;
  line-height: 150%; }
  #index .toptext img {
    float: right; }
  #index .toptext a {
    font-size: 120%; }

/*===== privacy
=====================================================*/
#privacy h3 {
  border-bottom: 2px dotted #333333;
  font-size: 120%;
  font-weight: bold;
  margin: 2em 0;
  padding: 2px; }
#privacy p {
  padding: 5px 10px; }

/*===== tokutei
=====================================================*/
#tokutei .box {
  width: 600px;
  margin: 0 auto 25px auto; }
  #tokutei .box h3 {
    color: #FF6666;
    font-size: 120%;
    border-left: 10px solid #ff6666;
    font-weight: bold;
    text-indent: 1em;
    margin-bottom: 15px;
    padding: 5px; }
  #tokutei .box table {
    width: 100%; }
    #tokutei .box table th, #tokutei .box table td {
      padding: 5px;
      border: 1px solid #333333; }
    #tokutei .box table th {
      width: 150px;
      font-weight: normal; }
    #tokutei .box table p:last-child {
      margin: 0; }

/*===== guide
=====================================================*/
#guide .box {
  width: 600px;
  margin: 0 auto; }
#guide .topbox {
  padding: 10px;
  color: #FF0000;
  text-align: center;
  border: 3px double red;
  background: #FFECEC;
  font-weight: bold;
  margin-bottom: 15px; }
#guide h3 {
  font-size: 120%;
  padding: 5px;
  border-bottom: 2px dotted #cccccc;
  font-weight: bold;
  margin-bottom: 20px; }
#guide p.style01 {
  margin-left: 100px; }

/*===== about
=====================================================*/
#about .box {
  margin: 10px auto;
  height: 210px;
  padding: 20px;
  border: 3px double #cccccc; }
  #about .box h4 {
    font-size: 120%;
    color: #FF3366;
    font-weight: bold;
    margin-bottom: 1em; }
  #about .box p {
    width: 405px; }
#about .back1 {
  background: url(images/page/about_img02.jpg) 0 0 no-repeat; }
#about .back2 {
  background: url(images/page/about_img03.jpg) 0 0 no-repeat; }
#about .back3 {
  background: url(images/page/about_img04.jpg) 0 0 no-repeat; }
#about .btn {
  text-align: right; }
#about h3 {
  margin: 30px auto; }
#about h3.title {
  background: #FFE1E1;
  margin: 30px auto;
  height: 30px;
  font-size: 140%;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  border-left: 10px solid #ff3333;
  text-indent: 25px; }
#about ul {
  width: 660px;
  margin: 0 auto;
  padding: 10px;
  border: 2px dotted #999999; }
  #about ul li {
    width: 220px;
    float: left;
    text-align: center;
    margin-bottom: 15px; }
    #about ul li img {
      margin-bottom: 10px; }
  #about ul li.last {
    width: 440px; }

/*===== itemlist
=====================================================*/
#itemlist h2 {
  background: url(images/common_h2_back01.jpg) left bottom no-repeat;
  border-bottom: 1px solid #fe7a7b;
  padding-top: 6px;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 140%;
  text-indent: 20px;
  clear: both;
  color: inherit; }
  #itemlist h2 img {
    margin: -11px 0 0 10px; }
#itemlist .title_text {
  border-bottom: 2px dotted #ff8080;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 110%; }
#itemlist ul.item .image {
  text-align: center;
  padding: 1px 0;
  border: 1px solid #aeaeae;
  margin-bottom: 2px; }
#itemlist ul.item .price {
  color: #FF0000; }
#itemlist .list2 {
  width: 548px;
  margin: 0 auto; }
  #itemlist .list2 li {
    width: 244px;
    float: left;
    margin: 0 15px; }
#itemlist .list3 {
  width: 6725px;
  margin: 0 auto; }
  #itemlist .list3 li {
    width: 204px;
    float: left;
    margin: 0 10px; }
#itemlist .list2 h3, #itemlist .list3 h3 {
  text-align: center;
  height: 40px;
  line-height: 40px; }
#itemlist .list2 .gyo2, #itemlist .list3 .gyo2 {
  line-height: 20px; }
#itemlist .cell2 {
  width: 448px; }

/*===== item
=====================================================*/
#item h2 {
  background: none!important;
  margin: 0 0 25px 0 !important;
  height: auto!important;
  text-indent: 0; }
#item .box1 {
  width: 660px;
  margin: 0 auto 15px auto;
  padding: 10px 0;
  border-bottom: 2px dotted #cccccc; }
#item .style1 {
  background-position: right center; }
  #item .style1 p {
    margin: 75px 0 0 380px; }
#item .style2 {
  background-position: left center; }
  #item .style2 p {
    margin: 75px 0 0 0; }
#item .style3 {
  background-position: left center; }
  #item .style3 p {
    margin: 50px 0 5px 0;
    width: 350px; }
#item .comment {
  text-align: center;
  padding: 10px;
  border: 3px double #cccccc;
  width: 634px;
  margin: 0 auto 25px auto;
  background: url(images/item/comment_background.jpg); }
  #item .comment h3 {
    font-size: 120%;
    margin: 0 auto 15px auto;
    font-weight: bold;
    color: #C00;
    padding-bottom: 5px;
    border-bottom: 2px dotted #cccccc; }
    #item .comment h3 strong {
      font-size: 140%;
      margin-left: 15px; }
#item .voice_title {
  /*お客様の声*/
  margin: 30px auto 20px auto; }
#item .voice_frame {
  width: 640px;
  height: 400px;
  margin: 0 auto 25px auto;
  border: 1px solid #cccccc; }
  #item .voice_frame iframe {
    width: 640px;
    height: 400px;
    margin: 0 auto;
    border: none;
    overflow: auto; }
#item p.style1 {
  margin: 30px auto; }
#item table.cartlist {
  /*購入表*/
  margin: 15px auto;
  clear: both; }
  #item table.cartlist input[type=submit] {
    background: #C30;
    color: #FFFFFF;
    margin-left: 10px;
    border: none;
    padding: 2px;
    width: 60px;
    font-weight: bold;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    cursor: pointer; }
  #item table.cartlist th {
    width: 150px;
    background: #C63;
    color: #FFFFFF;
    text-align: center; }
  #item table.cartlist th.button {
    width: 140px; }
  #item table.cartlist th, #item table.cartlist td {
    padding: 2px;
    border: 1px solid black;
    text-align: center; }
  #item table.cartlist td.price {
    color: #FF0000; }
#item table.cartlist2 {
  margin: 0 60px 30px 0; }
  #item table.cartlist2 td {
    border: none;
    padding: 10px; }
  #item table.cartlist2 td.select {
    width: 165px; }
  #item table.cartlist2 td.price {
    font-size: 140%;
    color: #F00;
    text-align: right;
    font-weight: bold; }
  #item table.cartlist2 td.btn {
    text-align: right; }
#item .cart {
  /*カート部分*/
  width: 600px;
  margin: 50px auto 30px auto;
  clear: both; }
  #item .cart .image {
    width: 204px;
    float: left;
    margin-right: 30px; }
    #item .cart .image img {
      padding: 2px;
      border: 1px solid #999999; }
    #item .cart .image table {
      margin: 10px auto 0 auto; }
      #item .cart .image table img {
        border: none;
        padding: 0; }
  #item .cart .item_detail {
    width: 350px;
    float: left; }
    #item .cart .item_detail h3 {
      font-size: 120%;
      padding: 5px;
      text-align: center;
      border-bottom: 3px double #996600;
      border-top: 3px double #996600;
      font-weight: bold;
      margin-bottom: 1em;
      height: 30px;
      line-height: 30px;
      background: url(images/item/otameshi/name_back.jpg) left center no-repeat;
      color: #960; }
      #item .cart .item_detail h3 strong {
        font-size: 140%;
        margin-left: 15px; }
    #item .cart .item_detail h4 {
      font-weight: bold; }
    #item .cart .item_detail table {
      margin: 10px; }
      #item .cart .item_detail table th, #item .cart .item_detail table td {
        border: 1px solid black;
        padding: 2px; }
      #item .cart .item_detail table th {
        width: 100px;
        color: #000000;
        background: #EFE0E0;
        font-weight: normal; }
#item .cart2 {
  margin-bottom: 40px;
  clear: both; }
  #item .cart2 ul {
    width: 648px;
    margin: 0 auto 0 auto; }
    #item .cart2 ul li {
      width: 284px;
      margin: 0 20px 20px 20px;
      float: left; }
      #item .cart2 ul li img {
        padding: 1px;
        border: 1px solid #999999; }
      #item .cart2 ul li h3 {
        font-size: 120%;
        padding: 5px;
        text-align: center;
        border-bottom: 3px double #996600;
        border-top: 3px double #996600;
        font-weight: bold;
        margin-bottom: 1em;
        height: 30px;
        line-height: 30px;
        background: url(images/item/otameshi/name_back.jpg) left center no-repeat;
        color: #960; }
        #item .cart2 ul li h3 strong {
          font-size: 140%;
          margin-left: 15px; }
      #item .cart2 ul li p {
        font-size: 90%;
        padding: 10px 0;
        height: 60px; }
      #item .cart2 ul li table {
        width: 100%; }
        #item .cart2 ul li table th, #item .cart2 ul li table td {
          border: 1px solid black;
          padding: 2px; }
        #item .cart2 ul li table th {
          width: 80px;
          color: #000000;
          background: #EFE0E0;
          font-weight: normal; }
    #item .cart2 ul .first {
      clear: left; }
    #item .cart2 ul .last {
      clear: right; }
#item table.nutrition {
  /*栄養素*/
  float: right;
  margin: 0 28px 25px 0; }
  #item table.nutrition th, #item table.nutrition td {
    width: 100px;
    text-align: center;
    border: 1px solid black; }
  #item table.nutrition th {
    width: 100px;
    color: #000000;
    background: #EFE0E0;
    font-weight: normal; }
  #item table.nutrition td.sub {
    border: none;
    text-align: left; }
#item ul.cart_btn {
  margin: 15px auto;
  text-align: center; }
  #item ul.cart_btn li {
    display: inline;
    margin: 0 50px; }
#item table.noshi {
  /*包装紙*/
  float: right;
  margin: 0 28px 35px 0;
  clear: both; }
  #item table.noshi input[type=submit] {
    background: #C30;
    color: #FFFFFF;
    margin-left: 10px;
    border: none;
    padding: 2px;
    width: 60px;
    font-weight: bold;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    cursor: pointer; }
  #item table.noshi th {
    width: 100px;
    background: #C63;
    color: #FFFFFF;
    text-align: center; }
  #item table.noshi th.button {
    width: 140px; }
  #item table.noshi th, #item table.noshi td {
    padding: 2px;
    border: 1px solid black; }
  #item table.noshi td.price {
    color: #FF0000; }
#item .cart_toptext {
  text-align: center;
  width: 640px;
  margin: 25px auto;
  clear: both; }
  #item .cart_toptext h3 {
    font-size: 160%;
    color: #FE7A7B;
    font-weight: bold;
    background: url(images/common_h2_back01.jpg) 0 0 no-repeat;
    border-bottom: 1px solid #fe7a7b;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px; }
#item .kateiyo_box {
  clear: both;
  border: 5px solid #cc3300;
  color: #C30;
  padding: 15px;
  text-align: center;
  width: 560px;
  margin: 20px auto;
  font-weight: bold; }

/*----　otameshi
----------------------------------------------------*/
.otameshi .comment {
  padding: 10px;
  text-align: center;
  font-size: 110%; }
.otameshi .price {
	color: #FF0000;
	border-bottom: 1px solid red;
	font-size: 30px;
	font-weight: bold;
	display: inline;
	text-align: center;
}
.otameshi .textbox {
  padding: 10px;
  border: 2px solid #666666;
  width: 600px;
  margin: 0 auto 30px auto; }
.otameshi table {
  margin: 30px auto 30px auto;
  width: 654px; }
  .otameshi table th, .otameshi table td {
    border: 1px solid #333333;
    padding: 2px; }
  .otameshi table th {
	text-align: center;
	background: #FFB399;
	font-size: 25px;

}
  .otameshi table td {
    padding: 0 10px; }
  .otameshi table td.image {
    width: 200px;
    padding: 0; }
.otameshi .cart {
  width: 600px;
  margin: 0 auto 30px auto; }
  .otameshi .cart .image {
    width: 200px;
    float: left;
    margin-right: 30px;
    padding: 2px; }
  .otameshi .cart .item_detail {
    width: 350px;
    float: left; }
    .otameshi .cart .item_detail h3 {
      font-size: 140%;
      padding: 5px;
      text-align: center;
      border-bottom: 3px double #996600;
      border-top: 3px double #996600;
      font-weight: bold;
      margin-bottom: 1em;
      height: 30px;
      line-height: 30px;
      background: url(images/item/otameshi/name_back.jpg) left center no-repeat;
      color: #960; }
    .otameshi .cart .item_detail ul {
      margin-bottom: 1em; }
      .otameshi .cart .item_detail ul li strong {
        font-weight: normal;
        display: block;
        float: left;
        width: 200px; }
    .otameshi .cart .item_detail .buy_btn {
      text-align: right; }
