@charset "utf-8";

/*******************
**  header  ****
*******************/
.header {
  position: relative;
}
.header h1 {
  float: left;
  width: 12%;
  margin: 10px 1.5%;
}
.header h1 img {
  width: 100%;
}
.header p {
  width: 68%;
  margin-left: 15%;
  padding: 6px 17% 6px 0;
/*  border-bottom: 2px solid #fed23b;*/
}
.header p span {
  display: inline-block;
  padding: 0 1%;
  vertical-align: middle;
}
.header p span img {
  width: 100%;
}
.header p span:first-child {
  width: 54%;
  max-width: 158px;
}
.header p span:last-child {
  width: 42%;
  max-width: 114px;
}
.header span#btMenu {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 15%;
}
.header span#btMenu img {
  width: 100%;
}
.header #hNavArea {
  display: none;
}


/*******************
**  menu  ****
*******************/
	.header {
	width: 100%;
	height: auto;
	background-image: none;
	}
	#headerInner {
		padding: 0;
		position: relative;
	}
	#headerInner #btMenu {
		float: right;
		margin-top: 25px;
		width: 120px;
		height: 28px;
		background: url(../images/menu_bt.png) no-repeat center top;
		/*background-size: 83px 29px;
		-webkit-background-size: 83px 29px;*/
	}
	#headerInner #btMenu.opened {
		background-position: center bottom;
	}
	#hNavArea {
		display: none;
		position: absolute;
		left: 0px;
		width: 100%;
		margin-top: 2px;
		padding: 10px 0 0;
		background-color: #fed23d;
		z-index: 100;
	}
	.hNav {
		text-align: center;
	}
	.hNav li {
		margin: 0 2px;
		width:83px;
		height:41px;
		display: inline-block;
		vertical-align: middle;
		text-align:center;
		color:#ffffff;
		background-image:url(../images/new_menu/menu_title_on.png);
	}
	.hNav li a {
		display: block;
		width:83px;
		height:41px;
		text-decoration:none;
		color:#ea5413;
		background-image:url(../images/new_menu/menu_title_off.png);
	}
	/*.hNav li img {
		vertical-align: top;
	}*/
	.hNavList {
		display: none;	
	}
	#NavMember {
		display: block;
	}
	.hSubNav {
		clear: both;
		background: #171c61;
	}
	.hSubNav li a {
		display: block;
		padding: 12px 15px;
		color: #ffffff;
		font-size: 15px;
		text-decoration:none;
		border-bottom: 1px solid #ffffff;
	}
	.hSubNav li a:hover {
		background: #454981;
		text-decoration:none;
	}
	.hSubNav li a.pcVer {
		background: url(../images/new_menu/pc_off.png) no-repeat 96% center;
		background-size: 18px 18px;
	}
	.hSubNav li a:hover.pcVer {
		color:#e0e1f5;
		text-decoration:none;
		background: #454981 url(../images/new_menu/pc_on.png) no-repeat 96% center;
		background-size: 18px 18px;
	}
	
	.switchArea {
		clear: both;
		height: 129px;
		background: #333333;
	}
	.switchArea .hSubNav {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		display: none;
	}
	.switchArea .hSubNav li.back {
		background-color: #535353;
		text-align: center;
	}
	.switchArea .hSubNav li.back a {
		background: url(../imgs/sp/blt-back02.gif) no-repeat 40% center;
		background-size: 6px 9px;
	}
	.switchArea #categoryDefault {
		display: block;
	}
	

form.navi {
	width: 330px;
	margin: 8px auto;
}

.news_top {
	border: 1px solid #cccccc;
	height: 180px;
	overflow-y: auto;
	padding: 5px;
}

.news_top a { display: inline; }

.news_top dl {
	line-height: 1.3;
	font-size: 90%;
	margin: 0 0 10px 0;
	padding-top: 10px;
	border-top: 1px dashed #cccccc;
}
.news_top .newItem {
	padding-top: 0;
	border: none;
}

.news_top .newItem dt { color: #e04b60; }
.news_top .reGoods dt { color: #80bf3f; }
.news_top .campList dt { color: #4b9ee0; }

.news_top dd {
	float: left;
	margin: 0;
	width: 225px;
}
.news_top dd.updateDay {
	width: 80px;
	margin-right: 5px;
}

div.catHeader { background: #ffffff; }
div.catHeader #headerInner { margin-bottom: 10px; }
div.catHeader a {
	display: block;
	-webkit-tap-highlight-color:transparent;
}


#homeLink {
	width: 130px;
	height: 75px;
	position: absolute;
	top: 0;
	left: 0;
}


/* ドリぽけショップページ */
.dpshopWrapper {
	width: 340px;
	margin: 0 auto;
}

.dpshopWrapper * { font-size: 93%; }
.dpshopWrapper .shopInfoTbl caption { text-align: left; }

.dpshopWrapper .shopInfoTbl th,
.dpshopWrapper .shopInfoTbl td {
	padding: 2px 0;
	vertical-align: top;
}

.dpshopWrapper .shopInfoTbl th {
	white-space: nowrap;
	text-align: right;
}

.dpshopWrapper .marcheInfoTbl { width: 319px; }
.dpshopWrapper .marcheInfoTbl td {
	line-height: 1.3;
	font-size: 85%;
	text-align: center;
}

.dpshopWrapper .marcheInfoTbl td strong { text-decoration: underline; }
.dpshopWrapper .marcheInfoTbl td strong span { font-size: 85%; }

.dpshopWrapper .dpSns { white-space: nowrap; }

.dpshopWrapper .itemInfo {
	width: 319px;
	margin-left: 11px;
	background: #ffe779;
}
.dpshopWrapper .itemInfo p {
	width: 290px;
	margin: 0 auto 10px auto;
	padding: 5px;
	background: #ffffff;
}



