@charset "utf-8";
@import url("reset.css");

* {
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	font-size:0.9em;
	color:#000;
	line-height:1em;
	background-color:#FFFFFF;
	background-image:url(../img/common/bg.jpg);
	background-repeat:repeat-x;
	text-align:left;
  min-width:950px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  body {
    min-width:inherit;
    font-size:0.8em;
  }
}


img {
	border:none;
}

table {
	border-collapse:collapse;
}

iframe {
	display:block;
}

a {
	color:#2e3192;
	text-decoration:underline;
}

a:hover {
	color:#C00;
	text-decoration:none;
}

.dispNone {
	display:none;
	clear:both;
}

table.default {
	border-collapse:collapse;
	width:100%;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
	font-size:15px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  table.default {
    font-size:13px;
  }
}

table.default th {
	vertical-align:middle;
	text-align:left;
	padding:10px 15px;
  border:1px solid #CCCCCC;
	font-weight:normal;
	background-color:#F4F4F4;
	white-space:nowrap;
	width:150px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  table.default th {
    display:block;
    padding:5px 10px;
    border-top:1px solid #CCCCCC;
    border-left:none;
    border-right:none;
    border-bottom:1px dashed #CCCCCC;
    white-space:inherit;
    width:auto;
    font-weight:bold;
  }
}

table.default td {
	vertical-align:middle;
	text-align:left;
	margin:0;
	padding:10px 7px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}
@media screen and (max-width: 640px) { /** forMobile **/
  table.default td {
    display:block;
    margin:0;
    padding:5px 10px;
    border:none;
  }
}

.innerTable {
	width:auto;
}
.innerTable th {
	width:auto !important;
	padding:2px 0 !important;
	border:none !important;
	background-color:#FFF !important;
}
.innerTable td {
	width:auto !important;
	padding:2px 7px !important;
	border:none !important;
}

ul.default {
	margin-left:15px;
}

ol.default {
	margin-left:30px;
}
ol.default li {
	margin:0.8em 0;
}

img.block {
	display:block;
}

.fontBlue {
	color:#0068B7;
}

.fontRed {
	color:#C00;
}

.fontPink {
	color:#FF6060;
}

.fontGray {
	color:#999;
}

.small {
	font-size:0.8em;
}

.big {
	font-size:1.2em;
}

.cyusyaku {
	font-size:13px;
	color:#999;
}

.annotation {
	font-size:11px;
	color:#C00;
}

.mobileImageFull {
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .mobileImageFull {
    display:block;
    width:100%;
  }
}

.mobileBlock {
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .mobileBlock {
    display:block;
   }
}

.pcBlock {
  display:block;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .pcBlock {
    display:inline;
   }
}

.mobileNone {
  
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .mobileNone {
    display:none !important;
   }
}

.pcNone {
  display:none !important;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .pcNone {
    display:block !important;
   }
}



#wrapper {
	width:950px;
	margin:auto;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #wrapper {
    width:100%;
  }
}

#topic_path {
	margin:15px 0;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #topic_path {
    font-size:0.9em !important;
  }
}

.share01 {
	margin-bottom:25px;
}

h1 {
	font-size:11px;
	color:#555555;
	display:inline;
	font-weight:normal;
}
@media screen and (max-width: 640px) { /** forMobile **/
  h1 {
    font-size:0.7em !important;
    display:block;
    text-align:center;
    background:#A79183;
    color:#FFF;
    margin:0 0 0 0 !important;
    padding:3px;
  }
}

.h1-caption {
	font-size:11px;
	color:#555555;
	display:inline;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .h1-caption {
    display:none;
  }
}

h2 {
	background:url(../img/common/h2bg.gif) repeat;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:8px;
	margin-bottom:20px;
	clear:both;
  line-height:1em;
  border-bottom:2px solid #000000;
}
@media screen and (max-width: 640px) { /** forMobile **/
  h2 {
    font-size:1.2em;
    padding:8px 15px 5px 15px;
    margin-bottom:20px;
  }
}

h2.kanren {
	background:none !important;
	background-color:#dedede !important;
	color:#333 !important;
	font-size:15px;
	height:auto !important;
	font-weight:normal !important;
	padding:6px 20px !important;
  border-bottom:none;
}

h2.sale, .sale h2 {
	background:url(../img/common/h2saleBg.gif) repeat-x;
	background-color:#f1eedd !important;
	color:#000 !important;
	padding:20px 20px 5px 20px !important;
  font-size:20px !important;
  border-bottom:2px solid #c3a84f;
}

h3.generic-title {
	padding:5px 0 5px 22px;
	background:url(../img/common/onePoint01.png) no-repeat 0px 6px;
	font-size:17px;
	font-weight:bold;
	border-top:3px double #dedede;
	border-bottom:3px double #dedede;
}
 
.price {
	color:#E30000;
	font-weight:bold;
}

#header {
	background:url(../img/common/headerTEL.png) right top no-repeat;
	margin:10px 0;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #header {
    background:none;
    margin:0;
  }
}

.logo {
	float:left;
	width:490px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .logo {
    float:none;
    width:100%;
    margin:20px 0;
  }
}

.logo img {
	width:490px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .logo img {
    width:100%;
  }
}


#subMenu {
	float:right;
	width:400px;
	text-align:right;
	margin-top:55px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #subMenu {
    display:none;
  }
}

#subMenu li {
	display:inline;
	padding-left:5px;
}

#subMenu li a:hover {
	top:1px; position:relative;
}
    
#mainMenu {
	background:url(../img/common/mainMenuBg.jpg) no-repeat;
	height:24px;
	padding-top:11px;
	text-align:center;
	color:#C99;
	font-size:13px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #mainMenu {
    display:none;
  }
}

   
#mainMenu a {
	color:#FFF;
	text-decoration:none;
}
   
#mainMenu a:hover{
	text-decoration:underline;
}

#mainMenuMobile {
  display:none;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #mainMenuMobile {
    display:table;
    width:100%;
    table-layout:fixed;
    background:#660A0B;
  }
}


#mainMenuMobile td {
  text-align:center;
  border:1px solid #974849;
  padding:5px;
}

#mainMenuMobile img {
  width:40%;
  display:block;
  margin:auto auto 3px auto;
  
}

#mainMenuMobile td a {
  font-size:0.7em;
  color:#FFF;
  text-decoration:none;
}

#contentsWrapper {
	clear:both;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #contentsWrapper {
  }
}


#mainContents {
	width:740px;
	float:right;
	line-height:1.35em;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #mainContents {
    width:auto;
    float:none;
    margin: 30px 3%;
  }
}


#slideImage {
  margin-bottom:20px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #slideImage {
  }
}


.section {
	margin-bottom:20px;
	clear:both;
}

.center {
	text-align:center;
}

.owabi {
	background-image: url(../img/etc/owabi-samurai.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#FFFFCC;
	width:600px;
	padding:30px;
	border:4px solid #CC3300;
	text-align:left;
	margin:30px auto;
}
.owabi strong {
	font-size:1.3em;
	color:#CC3300;
	font-weight:bold;
}


.mediaInfo {
	width:740px !important;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .mediaInfo {
    width:100% !important;
  }
}

.mediaInfo th {
	width:220px;
	vertical-align:top;
	text-align:left;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .mediaInfo th {
    width:auto !important;
    display:block;
    vertical-align:top;
    text-align:left;
  }
}

.mediaInfo td {
	vertical-align:bottom;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .mediaInfo td {
    width:auto !important;
    display:block;
  }
}

.mediaInfo marquee {
	border-bottom:1px dotted #CCC;
  width:520px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .mediaInfo marquee {
    border-bottom:1px dotted #CCC;
    width:100%;
    display:block;
  }
}



.alcoholInfo {
	border:3px double #999;
	background-color:#F4F3E8;
	width:550px;
	margin:20px auto;
	padding:15px 25px;
	font-size:1.1em;
	color:#C00;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .alcoholInfo {
    border:3px double #999;
    background-color:#F4F3E8;
    width:88%;
    margin:20px auto;
    padding:15px 5%;
    font-size:0.9em;
  }
}


.alcoholInfo ul {
	margin-bottom:5px;
}

.alcoholInfo p {
	text-align:right;
	font-size:0.9em;
}


#item_list {
	margin:30px 0;
	border:3px double #d69ede;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #item_list {
    display:none;
  }
}


#item_list p {
	color: #FFFFFF;
	background: #d69ede;
	text-align: center;
	clear:both;
	margin-bottom:5px;
	padding:3px;
}

#item_list ul {
	margin-bottom:8px;
}

#item_list li {
	float:left;
	width:125px;
	padding:1px;
	padding-left:12px;
	list-style:none;
	margin-left:5px;
	margin-bottom:3px;
	background:url(../img/common/onePoint02.png) no-repeat 0px 6px;
	font-size:0.8em;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #item_list li {
    width:43%;
    padding:0 0 0 4%;
    margin:0 0 0 2%;
    background-size:6px;
  }
}


/*商品一覧*/
.item_box {
	padding-bottom:5px;
	border-bottom:1px dotted #cccccc;
	margin-bottom:15px;
	clear:both;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .item_box {
    padding-bottom:0;
    border-bottom:none;
    margin-bottom:0;
    clear:both;
  }
}

.item_box .saleIcon {
}
@media screen and (max-width: 640px) { /** forMobile **/
  .item_box .saleIcon {
    width:60%;
    margin:auto;
  }
}

.sale .item_box {
	background:url(../img/common/itemList-saleBg.jpg) bottom right no-repeat;
}

.sale .price {
	color:#E30000;
	font-size:1.1em;
}


.item_box h3 {
	font-weight:normal;
	padding:0 0px 8px 0px;
	font-size:15px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .item_box h3 {
    padding:0 0px 3px 0px;
    font-size:0.9em;
  }
}

.item_box h3 a{
	font-weight:bold;
}

.item_box {
	overflow:hidden;
}

.item_box li {
	text-align:center;
	width:240px;
	list-style:none;
  margin-bottom:25px;
  display: -moz-inline-box; /*for Firefox 2*/
  display: inline-block; /*for modern*/
  /display: inline; /*for ie5～7*/
  /zoom: 1; /*for ie5～7*/
  vertical-align: top;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .item_box li {
    width:49%;
  }
}

.item_box li .comment {
	text-align:left;
	padding:5px 10px 0px 10px;
	font-size:0.9em;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .item_box li .comment {
    padding:5px 5px 0px 5px;
    font-size:0.85em;
    line-height:1.3em;
  }
}

.item_box dt img {
	border:1px solid #CCC;
	width:220px;
	height:220px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .item_box dt img {
    border:1px solid #CCC;
    width:90%;
    height:auto;
  }
}


.item_box .saleItem01 dt img {
	border:5px solid #C30;
	width:210px;
	height:210px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .item_box .saleItem01 dt img {
    width:90%;
    height:auto;
    box-sizing:border-box;
  }
}

.item_box .saleItem02 dt img {
	border:5px solid #c1aa4a;
	width:210px;
	height:210px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .item_box .saleItem02 dt img {
    width:90%;
    height:auto;
    box-sizing:border-box;
  }
}

.item_box dd {
}
@media screen and (max-width: 640px) { /** forMobile **/
  .item_box dd {
    font-size:0.8em !important;
  }
}




.otameshi {
	width:620px;
	margin:15px auto 45px auto;
	background:url(../img/common/washiBg.jpg) repeat;
	border:3px double #CC9;
	padding:10px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .otameshi {
    width:auto;
  }
}

.otameshi dt {
	float:left;
	margin-right:20px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .otameshi dt {
    float:none;
    margin-right:0;
  }
}

.otameshi dt img {
	border:1px solid #CCC;
	width:250px;
	margin-left:30px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .otameshi dt img {
    border:1px solid #CCC;
    width:70%;
    display:block;
    margin:0 auto 10px auto;
  }
}


.otameshi .otameshi-catchcopy {
}
@media screen and (max-width: 640px) { /** forMobile **/
  .otameshi .otameshi-catchcopy {
    width:100%;
  }
}

.otameshi dd {
	width:290px;
	float:left;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .otameshi dd {
    width:auto;
    float:none;
  }
}

.otameshi .price {
  margin-left:1.5em;
}

.michiba-item-box {
	background-image:url(../img/index_item/michiba-bg.jpg);
	background-repeat:repeat;
	margin-bottom:15px;
	padding:12px 0px;
	color:#FFF;
} 
@media screen and (max-width: 640px) { /** forMobile **/
  .michiba-item-box {
    margin-bottom:15px;
    padding:10px 0 0 0;
  } 
}


.michiba-item-box .saleIcon {
}
@media screen and (max-width: 640px) { /** forMobile **/
  .michiba-item-box .saleIcon {
    width:80%;
    margin:auto;
  }
}


.michiba-item-box a, .michiba-item-box a:hover, .michiba-item-box a:visited, .michiba-item-box a:active {
	color:#FFF;
} 

.michiba-item-box .michiba-item-title {
	margin:0 0 10px 15px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .michiba-item-box .michiba-item-title {
    margin:10px auto 20px auto;
    width:80%;
    display:block;
  }
}

.michiba-item .michiba-photo {
  display:none;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .michiba-item .michiba-photo {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) { /** forMobile **/
  .michiba-item .michiba-photo img {
    width:100%;
  }
}

.item_box .media {
	background: url(../img/common/washiBg.jpg);
	width:206px;
	padding:4px 6px;
	line-height:1.2em;
	text-align:left;
	margin:auto;
	margin-bottom:0;
	font-size:0.85em;
	font-weight:normal;
	border:1px double #CC9;
  border-bottom: none;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .item_box .media {
    width:83%;
    padding:4px 3.3%;
    line-height:1.2em;
    text-align:left;
    margin:auto;
    font-size:0.8em;
  }
}


.michiba-item-box h3 {
	font-weight:normal;
	padding:0 0px 8px 0px;
	font-size:15px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .michiba-item-box h3 {
    padding:0 0px 3px 0px;
    font-size:0.9em;
  }
}

.michiba-item-box h3 a{
	font-weight:bold;
}

.michiba-item-box li {
	text-align:center;
	width:240px;
	list-style:none;
  margin-bottom:25px;
  display: -moz-inline-box; /*for Firefox 2*/
  display: inline-block; /*for modern*/
  /display: inline; /*for ie5～7*/
  /zoom: 1; /*for ie5～7*/
  vertical-align: top;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .michiba-item-box li {
    width:49%;
  }
}

.michiba-item-box li .comment {
	text-align:left;
	padding:5px 10px 0px 10px;
	font-size:0.9em;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .michiba-item-box li .comment {
    padding:5px 5px 0px 5px;
    font-size:0.85em;
    line-height:1.3em;
  }
}

.michiba-item-box dt img {
	border:1px solid #CCC;
	width:220px;
	height:220px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .michiba-item-box dt img {
    border:1px solid #CCC;
    width:90%;
    height:auto;
  }
}

.michiba-item-box dd {
}
@media screen and (max-width: 640px) { /** forMobile **/
  .michiba-item-box dd {
    font-size:0.8em !important;
  }
}



#voiceWrapper {
	background-image:url(../img/common/voiceBg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:651px;
	margin:20px auto;
	padding-top:95px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #voiceWrapper {
    background-size:100%;
    width:100%;
    margin:20px auto;
    padding-top:12%;
  }
}

#voice {
	background-image:url(../img/common/voiceBgEnd.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:30px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #voice {
    background-size:100%;
    width:100%;
	padding-bottom:15px;
  }
}


#voice dl {
	background-image:url(../img/common/voiceSec01.png);
	background-repeat:no-repeat;
	width:576px;
	margin:auto;
	padding-top:34px;
	line-height:1.3em;
	font-size:0.9em;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #voice dl {
    background-image:url(../img/common/voiceSec01.png);
    background-size:100%;
    width:98%;
    padding-top:5%;
  }
}

#voice dt {
	background-image:url(../img/common/voiceSec02.png);
	background-repeat:repeat-y;
	padding:10px 30px 0 30px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #voice dt {
    background-size:100%;
    width:94%;
    padding:3% 3% 1% 3%;
    line-height:1.5em;
    margin:auto;
  }
}

#voice dd {
	background-image:url(../img/common/voiceSec03.png);
	background-repeat:no-repeat;
	height:40px;
	padding:5px 30px 0 30px;
	text-align:right;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #voice dd {
    background-size:100%;
    height:30px;
    width:94%;
    padding:0 3% 1% 3%;
    margin:auto;
  }
}

/** 会社概要 */
#goaisatsu {
 background:url(../img/etc/company-aisatsuBg.jpg) no-repeat center bottom;
 padding:30px 50px 180px 50px;
 font-size:15px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #goaisatsu {
   background:url(../img/etc/company-aisatsuBg.jpg) no-repeat center bottom;
   background-size:100%;
   padding:10px 15px 20% 15px;
   font-size:15px;
  }
}

#qualityPolicy {
  border: 1px solid #DEDEDE;
  margin: auto 5em;
  padding: 3em 5em 2em 5em;
  font-size: 0.9em;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #qualityPolicy {
    margin: auto 4%;
     padding: 3em 3% 2em 10%;
 }
}

#qualityPolicy ol {
  margin: 0 0 1.5em 0;
}

#qualityPolicy li {
  margin: 0 0 0.8em 0;
}

#qualityPolicySignature {
  width: 13em;
  margin: 0 0 0 auto;
}



/*特定商取引法に基づく表示*/


#order {
}
@media screen and (max-width: 640px) { /** forMobile **/
  #order {
    margin-bottom:35px;
  }
}

#order dt {
	padding:20px 0px 15px 0px;
}

#order dd {
	padding-left:37px;
	margin:10px 0;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #order dd {
    padding-left:0;
  }
}

#order dd dt {
	padding:0 !important;
}

#order img.payIcon {
}
@media screen and (max-width: 640px) { /** forMobile **/
  #order img.payIcon {
    width:100%;
    display:block;
  }
}

#order .pointTitle {
  display:none;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #order .pointTitle {
    display:block;
    color:#f7941d;
    font-size:1.2em;
    font-weight:bold;
  }
}

/** 梅干が出来るまで **/

#makeFlow {
  width:600px;
  margin:auto;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #makeFlow {
    width:100%;
    margin:auto;
  }
}


#makeFlow th {
  padding:2px 10px;
}

#makeFlow th {
}
@media screen and (max-width: 640px) { /** forMobile **/
  #makeFlow th {
    width:40%;
  }
}

#makeFlow th img {
  width:120px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #makeFlow th img {
    width:100%;
  }
}

#makeFlow td {
  padding:2px 10px;
  color:#CD2929;
}

#makeFlow td dl {
  color:#000000;
}

#makeFlow td dt {
  color:#CD2929;
  font-weight:bold;
}



/*容器・包装・のし紙*/

#wrapImage {
  width:100%;
  overflow:hidden;
}

#wrapImage td {
  padding:5px;
  text-align:center;
  vertical-align:bottom;
  color:#747474;
  font-size:0.9em;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #wrapImage td {
    display:block;
    width:45%;
    float:left;
    margin-bottom:10px;
  }
}

#wrapImage td img  {
  padding:5px;
  display:block;
  margin:auto;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #wrapImage td img  {
    width:90%;
  }
}


#noshiExample td img {
  padding:5px;
  display:block;
  margin:auto;
  border:1px solid #D9D9D9;
}


#noshiInfoWrapper {
  border-top:1px solid #C3C3C3;
  margin:1em 0 2em 0;
}

#noshiInfoWrapper dl {
  border-bottom:1px solid #C3C3C3;
  padding:15px;
  overflow:hidden;
}

#noshiInfoWrapper dt {
  width:250px;
  float:left;
  text-align:center;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #noshiInfoWrapper dt {
    width:100%;
    float:none;
  }
}

#noshiInfoWrapper dt img {
  border:1px solid #D9D9D9;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #noshiInfoWrapper dt img {
    width:70%;
  }
}

#noshiInfoWrapper dd {
  width:420px;
  float:right;
  padding-top:1em;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #noshiInfoWrapper dd {
    width:100%;
    float:none;
  }
}

#noshiInfoWrapper .noshiInfo {
	border:3px double #CCCCCC;
	margin-top:10px;
	padding:8px;
	text-align:left;
	background-color:#FFFFCC;
	font-size:0.8em;
}

#noshiExample {
  width:100%;
  overflow:hidden;
}

#noshiExample td {
  padding:5px;
  text-align:center;
  vertical-align:bottom;
  color:#747474;
  font-size:0.9em;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #noshiExample td {
    display:block;
    width:45%;
    float:left;
    margin-bottom:10px;
  }
}

#noshiExample td img {
  border:1px solid #D9D9D9;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #noshiExample td img {
    width:90%;
  }
}

#noshiExampleCaption {
  background-color:#EEE;
  padding:10px;
  text-align:left;
	font-size:0.8em;
}

.con {
	width:100%;
	font-size:15px;
	border-top:1px solid #cccccc;
	clear:both;
	padding:8px;
}

.con td {
	padding:15px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .con td {
    padding:5px;
  }
}


.con1 {
	width:170px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .con1 {
    width:70px;
    vertical-align:top;
    padding-top:15px !important;
  }
}

.con dl {
}
@media screen and (max-width: 640px) { /** forMobile **/
  .con dl {
    padding:10px 0;
  }
}

.con dt {
	font-weight:bold;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .con dt {
    font-weight:normal;
    font-size:0.8em;
  }
}

.con dt a {
}
@media screen and (max-width: 640px) { /** forMobile **/
  .con dt a {
    font-weight:bold;
    display:block;
    font-size:1.2em;
  }
}

.con dd {
	padding-top:7px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .con dd {
    padding-top:7px;
    font-size:0.8em;
  }
}

.con1 img {
	width:170px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .con1 img {
    width:70px;
  }
}


#sideMenu {
	width:150px;
	float:left;
	padding:15px;
	background: url(../img/common/sideMenuBg.gif);
}
@media screen and (max-width: 640px) { /** forMobile **/
  #sideMenu {
    width:auto;
    float:none;
    padding:15px 3% 5px 3%;
    margin-top:25px;
  }
}

#event_banner {
	list-style:none;
	margin-bottom:20px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #event_banner {
    margin-bottom:0;
  }
}

#event_banner li {
	margin-bottom:10px;
	text-align:center;
	list-style:none;
	font-size:11px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #event_banner li {
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
    vertical-align: top;
    width:47%;
    padding:1%;
    font-size:0.8em;
    margin-bottom:15px;
  }
}

#event_banner li img {
}
@media screen and (max-width: 640px) { /** forMobile **/
  #event_banner li img {
    width:100%;
  }
}


/*月間ランキング*/
#ranking {
	border: 1px solid #C60000;
	background-color:#FFF;
	margin-bottom:20px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #ranking {
    display:none;
  }
}

#ranking p {
	background-color:#CC0000;
	text-align:center;
}
#ranking li {
	list-style:none;
	line-height:1em;
	margin:0;
}

#other_menu_a {
	margin-bottom:20px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #other_menu_a {
    overflow:hidden;
  }
}

#other_menu_a h3 {
	background-color:#303;
	padding:8px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}

#other_menu_a li {
	list-style:none;
	border-bottom:1px dotted #999;
	padding:10px 0 10px 17px;
	background:url(../img/common/onePoint01.png) no-repeat 0px 9px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #other_menu_a li {
    width:44%;
    float:left;
    padding:10px 0 10px 6%;
  }
}

#other_menu_a li.other_menu_full {
}
@media screen and (max-width: 640px) { /** forMobile **/
  #other_menu_a li.other_menu_full {
    width:94%;
  }
}

#other_menu_b {
	margin-bottom:20px;
	background-color:#FFF;
	padding:5px 0;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #other_menu_b {
    display:none;
  }
}

#other_menu_b li {
	list-style:none;
	padding:3px 0;
	text-align:center;
}

#other_menu_b li img {
	max-width:130px;
}

#sideRecruitLink {
  margin-bottom: 20px;
}

#sideRecruitLink img {
  width: 100%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #sideRecruitLink img {
    width: 60%;
  }
}

#sideRecruitLink a:hover img {
  opacity: 0.8;
}

.mailmaga .text1 {
}
@media screen and (max-width: 640px) { /** forMobile **/
  .mailmaga .text1 {
    width:90%;
  }
}

.linkButton {
  text-align: center;
  font-size: 0.9em;
}

.linkButton a {
  display: inline-block;
  margin: auto !important;
  background: #b20000;
  border-radius:6px;
  text-align: center;
  padding: 0.8em 2em;
  border: 3px solid #FFF;
  box-shadow:0px 0px 2px 2px #e6e6e6;
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
}

.linkButton a:hover {
  background: #C93232;
}

#iframeFooter {
	width:950px;
	height:640px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #iframeFooter {
    display:none;
  }
}

.footerIndexLink {
  text-align:right;
  margin-bottom:10px;
}
@media screen and (max-width: 640px) { /** forMobile **/
  .footerIndexLink {
    text-align:right;
    margin:10px 2%;
  }
}

#footerWrapper {
	margin:30px auto 20px auto;
	width:950px;
	clear:both;
}


#footer {
	background-color:#ffe6fb;
	border:2px solid #812f4b;
	padding:5px 15px;
	font-size:13px;
}

#footer #footerLeft {
	float:left;
	width:445px;
}

#footer #footerRight {
	float:right;
	width:445px;
}

#footer dl {
	margin:20px 0;
}

#footer dt {
	float:left;
	width:50px;
}

#footer dd {
	float:right;
	width:380px;
	margin-top:5px;
}

#footer #footerLeft table td, #footer #footerLeft table th {
	padding:5px;
	text-align:left;
}

#footer #footerLeft table th {
	background-color:#FFF;
	border-bottom:5px solid #ffe6fb;
}

#footer #footerLeft table th.hajimete {
	background:url(../img/common/footer-hajimete.gif) no-repeat 2px 2px #fff;
	padding-left:23px;
}

.specialShip {
	background-color:#36F;
	padding:5px 10px;
	color:#FFF;
}

#calendar {
  display:none;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #calendar {
    display:block;
    text-align:center;
    padding:10px;
  }
}
@media screen and (max-width: 640px) { /** forMobile **/
  #calendar img {
    width:45%;
  }
}

#address {
  display:none;  
}
@media screen and (max-width: 640px) { /** forMobile **/
  #address {
    display:block;
    font-size:0.9em !important;
    text-align:center;
    background:#ECC6B0;
    margin:0 !important;
    padding:10px 8px;
    line-height:1.5em;
  }
}

#address dt {
}
@media screen and (max-width: 640px) { /** forMobile **/
  #address dt {
    font-size:1.2em !important;
    font-weight:bold;
    margin-bottom:5px;
  }
}

#copyright {
  display:none;  
}
@media screen and (max-width: 640px) { /** forMobile **/
  #copyright {
    font-size:0.7em !important;
    display:block;
    text-align:center;
    background:#660A0B;
    color:#FFF;
    margin:0 !important;
    padding:10px 8px;
  }
}

.specialShip a {
	color:#FFF;
}


/***************************************/
/************** clearfix  **************/
/***************************************/

#header:after,
#mainMenu:after,
#contentsWrapper:after,
#footer:after,
#footer dl:after,
.section:after,
.item_box:after,
#item_list ul:after,
#cooking_list ul:after,
.itemList li:after,
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  font-size:0;
	height: 0;
  visibility: hidden;
}


* html #header,
* html #mainMenu,
* html #contentsWrapper,
* html #footer,
* html #footer dl,
* html .section,
* html .item_box,
* html #item_list ul,
* html #cooking_listl,
* html .itemList li,
* html .clearfix {
  display: inline-block;
}

#header,
#mainMenu,
#contentsWrapper,
#footer,
#footer dl,
.section,
.item_box,
#item_list ul,
#cooking_listl,
.itemList li,
.clearfix {
	zoom:1;
}

/***************************************/
/************** clearfix  **************/
/***************************************/


/** 2019-20 キャッシュレス5%還元バナー **/

.banner-5percent-kangen01 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 640px) {
  .banner-5percent-kangen01 {
    display: none;
  }
}

.banner-5percent-kangen02 {
  display: none;
}
@media screen and (max-width: 640px) {
  .banner-5percent-kangen02 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
  }
}
