@charset "euc-jp";
/* CSS Document */

@media all and (max-width:719px)
{
/*タイトル要素--------------------*/
#guide h1.contents-title {
	font-size:1.25rem;
	font-weight:normal;
	color:#FFF;
	margin-bottom:10px;
	padding:7px 0 7px 20px;
	text-shadow:1px 1px 2px #000;
	background:url(img/c_title-bg.gif) repeat;
}
/*インデックスページ*/
#guide {
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
	font-size:14px;
	line-height:1.5;
}

#guide .menubox {
	width:90%;
	height:auto;
	margin:0 auto;
	margin-bottom:10px;
	padding:10px;
	border:solid 1px #CCC;
	background:none;
	display:block;
	vertical-align:top;
}
#guide .menubox .shop_guide_title {
	overflow:hidden;
	background-image:url(img/arow.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-size:cover;
}
.shop_guide_title img.for_pc {
	display:none;
}
.shop_guide_title img.for_smp {
	display:block;
	width:100%;
	cursor:pointer;
}
#guide .menubox .shop_guide_title.active {
	background-position:right 100%;
}
#guide .menubox .shop_guide_section_title {
	margin:10px 0 0;
}
#guide .menubox .shop_guide_section_text {
	list-style:disc;
	list-style-position:inside;
	margin:0 5px;
	font-size:16px;
	padding:5px 0;
	border-bottom:1px #CCC dotted;
}
/*各ページ共通*/
#guide .pagetitle {
	width:100%;
	margin:0 auto;
	margin-bottom:15px;
	clear:both;
	border:solid 1px #EEEEED;
	background-color:#EEEEED;
}
#guide .pagetitle .shop_guide_title {
	background-color:#EEE;
	float:none;
}
#guide .pagetitle .shop_guide_title img.for_pc {
	display:none;
}
#guide .pagetitle .shop_guide_title img.for_smp {
	display:block;
	width:100%;
	cursor:auto;
}
#guide .pagetitle .shop_guide_section_title {
	background-color:#FFF;
	margin:5px 0 0;
	padding:5px;
	border:none;
	line-height:1.5;
}
#guide .pagetitle .shop_guide_section_text {
	list-style:disc;
	list-style-position:inside;
	margin:0 5px;
	font-size:14px;
	padding:5px 0;
	border-bottom:1px #CCC dotted;
}
#guide h3 {
	width:90%;
	font-size:16px;
	margin:0 auto;
	padding:0 8px;
	border:sold 1px #CCC;
	margin-bottom:15px;
	line-height:2.0;
}
#guide h4 {
	width:100%;
	font-size:12px;
	font-weight:bold;
	margin:20px 0;
	border-bottom:#CCC 1px sold;
}
#guide .text {
	width:88%;
	margin:0 auto;
	margin-bottom:20px;
}
#guide .text img.img_f.shop_guide_section_title {
	width:100%;
}
#guide .text img.img_right {
	float:none;
	margin:0 0 20px 0;
	width:100%;
}
#guide .text img.img_left {
	float:none;
	margin:0 0 20px 0;
	width:100%;
}
#guide table.guide_t {
	width:100%;
	margin:0 0 15px;
	border:sold 1px #999;
	border-collapse:collapse;
}
#guide table.guide_t th {
	padding:5px;
	background-color:#DDD;
	border:sold 1px #999;
}
#guide table.guide_t td {
	padding:5px;
	border:sold 1px #999;
}
#guide .waku {
	border:1px #CCC dotted;
	padding:15px;
}
.shop_guide_section_title.guide_icon {
	margin:10px 0 0 -10px;
	padding:0;
}
.shop_guide_section_title.guide_icon .shop_guide_section_text {
	float:left;
}
.shop_guide_section_title.guide_icon img {
	border:0;
	margin:0 0 10px 10px;
}
.shop_guide_section_title.disc {
	margin:0 0 20px;
	padding:5px 0 0;
}
.shop_guide_section_title.disc .shop_guide_section_text {
	margin-left:20px;
	list-style:disc;
}
.shop_guide_section_title.asterisk .shop_guide_section_text {
	margin-left:1em;
	list-style-type:none;
	text-indent:-1em;
}
.shop_guide_section_title.asterisk .shop_guide_section_text:before {
	display:in.shop_guide_section_textne;  
	content:"※";
}
    
/*----------------------------------------------- delivery --*/
.postage {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}

.postage tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.postage th,
.postage td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
.postage th {
  font-size: .85em;
}
.postage thead tr{
  background-color: #167F92;
  color:#fff;
}
.postage tbody th {
    background: #78bbc7;
    color: #fff;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
  text-align: right;
  color: #167F92;
  font-weight: bold;
}
.non{
  background:#fff
}
    
}