@charset "utf-8";

/*-----
 * Default Layout
 */
/*
 * トップ
 */
#top {
	float: none;
	width: 100%;
	padding: 30px 0 0;
}
/* 見出し */
#top .sub-block1 a h2,
#top #store-block h2,
#top #flyer-block h2,
#top #cooking-block h2 {
	background-image: url(../../img/icons.png);
	background-repeat: no-repeat;
	background-color: #e60012;
}
#top #flyer-block h2 {
	background-position: 7px -90px;
}
#top #store-block h2 {
	background-position: 6px 13px;
}
#top #pb-block a h2 {
	background-position: 7px -194px;
}
#top #gift-block a h2 {
	background-position: 8px -295px;
}
#top #safety-block a h2 {
	background-position: 8px -394px;
}
#top #cooking-block a h2 {
	background-position: 8px -44px;
}
/* ブロック */
#top .sub-block1,
#top .sub-block2 {
	overflow: hidden;
	float: left;
	width: 735px;
}
#top .sub-block2 {
	float: none;
}
#top .sub-block1 a,
#top .sub-block2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}
/* 店舗検索、チラシ情報 */
#top #store-block,
#top #flyer-block {
	float: left;
	width: 348px;
	height: 278px;
	margin: 0 15px 15px 0;
	border: 1px solid #e60012;
}
#top #store-block h2,
#top #flyer-block h2 {
	color: #fff;
	font-size: 200%;
	line-height: 100%;
}
#top #store-block h2 a,
#top #flyer-block h2 a {
    display: block;
    padding: 16px 0 13px 38px;
    color: #fff;
    font-size: 100%;
    line-height: 100%;
    text-decoration: none;
}
/* 店舗検索 */
#top #store-block p {
	overflow: hidden;
	position: relative;
	width: 348px;
	height: 229px;
}
#top #store-block p img {
	position: absolute;
	top: -55px;
	left: 0;
}
/* チラシ情報 */
#top #flyer-block p {
	margin-bottom: 10px;
	padding: 15px 15px 0;
	font-size: 140%;
    line-height: 140%;
}
#top #flyer-block ul {
	overflow: hidden;
	list-style: none;
	padding-top: 5px;
}
#top #flyer-block li {
	float: left;
	position: relative;
	margin-left: 18px;
}
#top #flyer-block li:first-child {
	margin-left: 25px;
}
/* マイ店舗 */
#top #my-store-block {
	float: right;
	width: 219px;
	margin-bottom: 15px;
	padding-bottom: 9px;
	border: 3px solid #e60012;
	border-radius: 5px;
}
#top #my-store-block h2 {
	margin: 0 0 15px;
	padding: 5px 0;
	border-bottom: 3px solid #e91f2f;
	color: #e60012;
	font-size: 180%;
	text-align: center;
}
#top #my-store-block p {
	line-height: 130%;
}
#top #my-store-block .date {
	margin-bottom: 12px;
	color: #333;
	font-size: 300%;
	font-weight: bold;
	text-align: center;
}
#top #my-store-block .date span {
	margin: 0 14px;
	font-size: 40%;
	font-weight: normal;
	vertical-align: middle;
}
#top #my-store-block .date span.week {
	padding: 0 4px;
	border-radius: 20px;
	background-color: #000;
	color: #fff;
}
#top #my-store-block h3 {
	margin: 0 10px 18px;
	padding: 18px 0 17px;
	background-color: #fce8ea;
	border-radius: 3px;
	font-size: 180%;
	text-align: center;
}
#top #my-store-block ul {
	list-style: none;
	margin: 0 5px 0 10px;
	padding-bottom: 5px;
}
#top #my-store-block li {
	margin-bottom: 8px;
	padding-left: 25px;
	font-size: 170%;
	font-weight: bold;
	line-height: 120%;
	background-repeat: no-repeat;
	background-position: 5px 2px;
}
#top #my-store-block .tel {
	background-image: url(../../img/icon_tel.gif);
}
#top #my-store-block .time {
 	background-image: url(../../img/icon_time.gif);
}
#top #my-store-block .flyer {
	margin: 0 10px;
	border-top: 1px dotted #e91f2f;
	text-align: center;
}
#top #my-store-block .flyer h4 {
	margin: 0 0 8px;
	padding: 10px 0 0;
	font-size: 130%;
	font-weight: normal;
}
#top #my-store-block .flyer div.scroll {
	overflow: auto;
	width: 100%;
}
#top #my-store-block .flyer div.scroll div {
	overflow: hidden;
}
#top #my-store-block .flyer p {
	float: left;
	width: 199px;
	margin-bottom: 4px;
	font-size: 110%;
}
#top #my-store-block .flyer p a {
	display: inline-block;
	color: #333;
	text-decoration: none;
}
#top #my-store-block .flyer p a:hover {
	text-decoration: underline;
}
#top #my-store-block .flyer img {
	display: block;
	margin: 0 auto 3px;
}
#top #my-store-block .link {
	margin: 5px 10px 0;
	font-size: 120%;
}
#top #my-store-block .link a {
	display: block;
	margin-top: 10px;
	padding: 4px 0;
	border-radius: 3px;
	background-color: #e60012;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#top #my-store-block .link a span {
	padding-left: 16px;
	background: url(../../img/icon_arrow-r.gif) no-repeat left center;
}
/* マイ店舗未登録時 */
#top #my-store-block.unregistered p {
	margin: 0 15px 10px;
	color: #e60012;
	font-size: 140%;
	font-weight: bold;
}
#top #my-store-block.unregistered .link {
	margin-bottom: 0;
	font-size: 120%;
	font-weight: normal;
}
/* バローPB商品、ギフト・ご予約、安心・安全 */
#top .sub-block1 > div {
	float: left;
	width: 350px;
	height: 110px;
	background-color: #fce5e7;
	margin: 0 15px 15px 0;
}
#top .sub-block1 h2 {
	padding: 11px 0 8px 38px;
	color: #fff;
	line-height: 100%;
}
#top .sub-block1 p {
	padding: 10px 6px 0 12px;
	font-size: 140%;
	line-height: 130%;
}
/* バナーエリア */
#top #banner-block {
	clear: right;
	float: right;
	width: 225px;
}
/* 採用情報、物件・テナント情報 */
#top .sub-block2 > div {
	float: left;
	width: 344px;
	height: 124px;
	margin: 0 15px 15px 0;
	border: 3px solid #fce5e7;
}
#top .sub-block2 h2 {
	margin: 0 10px 10px;
	padding: 10px 0 8px 2px;
	border-bottom: 1px solid #ddd;
	background: none;
}
#top .sub-block2 p {
	margin: 0 10px;
	font-size: 140%;
	line-height: 130%;
}
/* SNSアイコン */
#top .sub-block3 > div {
  width: 715px;
  height: 60px;
  margin-right: 15px;
  background: #fce5e7;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
}
#top .sub-block3 > div a {
	padding-right:35px;
}
#top .sub-block3 > div a:nth-child(2) {
	margin-right: -35px;
}


/* ニュースリリース、更新情報 */
#top #releases {
	overflow: hidden;
	clear: both;
	padding-top: 45px;
}
#top #releases h2 {
	background: none;
}
#top #releases .release-block {
	float: left;
	width: 470px;
}
#top #releases .release-block:first-child {
	margin-right: 20px;
}

/*
 * ニュースリリース：共通
 */
#title.news {
	background-color: #F4F2F3;
	background-image: url(../img/title_news_img.jpg);
}
#title.news h1,
#title.news p {
	background-image: url(../img/title_news.png);
}

/*
 * ニュースリリース
 */
#news h1 {
    margin-bottom: 31px;
    padding: 13px 0 0 33px;
    border-top: 2px solid #e60012;
	border-bottom: none;
    background: url(../img/icon_circle.gif) no-repeat 2px 14px;
	color: #e60012;
    font-size: 240%;
}

/*
 * 更新情報：共通
 */
#title.update {
	background-color: #F4F2F3;
	background-image: url(../img/title_news_img.jpg);
}
#title.update h1,
#title.update p {
	background-image: url(../img/title_update.png);
}

/*
 * 更新情報
 */
#update h1 {
    margin-bottom: 31px;
    padding: 13px 0 0 33px;
    border-top: 2px solid #e60012;
	border-bottom: none;
    background: url(../img/icon_circle.gif) no-repeat 2px 14px;
	color: #e60012;
    font-size: 240%;
}

/*
 * 店舗・チラシ情報：共通
 */
#title.stores {
	background-color: #fdf9de;
	background-image: url(../img/title_stores_img.jpg);
}
#title.stores h1,
#title.stores p {
	background-image: url(../img/title_stores.png);
}
/* 都道府県リスト */
.stores-region {
	overflow: hidden;
	margin-right: -13px;
	padding-bottom: 20px;
}
.stores-region > div {
	float: left;
	width: 230px;
	margin: 0 13px 15px 0;
}
.stores-region h3 {
	margin-bottom: 15px;
	padding: 7px 0 6px 10px;
	background-color: #faccd0;
	font-size: 160%;
}
.stores-region ul {
	list-style: none;
}
.stores-region li {
	margin: 0 0 12px 6px;
	font-size: 140%;
	line-height: 120%;
}
.stores-region li a {
	display: inline-block;
	padding-left: 16px;
	background: url(../img/bullet_link.png) no-repeat 0 45%;
	color: #333;
	text-decoration: none;
}

/*
 * 店舗一覧トップ
 */
#stores-index h2 {
	margin-bottom: 22px;
}
#stores-index .stores-map {
	border: 1px solid #e60012;
}

/*
 * 店舗一覧 県別一覧
 */
#stores-prefectures h1 {
	margin: 0 0 25px;
	padding: 10px 0 0 22px;
	border-top: 2px solid #e60012;
	border-left: 10px solid #e60012;
	border-bottom: none;
	font-size: 240%;
}
/* 市区町村アンカーリスト */
#stores-prefectures .city-list {
	list-style: none;
	overflow: hidden;
	margin: 0 20px 30px 32px;
	padding-left: 1px;
}
#stores-prefectures .city-list li {
	float: left;
	margin: 0 0 14px -1px;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 140%;
	line-height: 120%;
}
#stores-prefectures .city-list li a {
	color: #333;
	text-decoration: none;
}
#stores-prefectures .city-list li a:hover {
	text-decoration: underline;
}
/* 一覧表 */
#stores-prefectures .list {
	padding-left: 32px;
}
#stores-prefectures .list h2 {
    margin: 0 0 16px;
    padding-top: 7px;
    border-top: 1px solid #e60012;
    font-size: 180%;
}
#stores-prefectures table {
	width: 100%;
	margin-bottom: 40px;
	border-bottom: 1px dotted #aaa;
}
#stores-prefectures tbody tr {
	border-top: 1px dotted #aaa;
}
#stores-prefectures tbody tr:first-child {
	border-top-style: solid;
}
#stores-prefectures th,
#stores-prefectures td {
	font-size: 140%;
	line-height: 120%;
}
#stores-prefectures thead th {
	padding: 3px 7px;
	border-left: 5px solid #fff;
	border-bottom: 16px solid #fff;
	background-color: #faccd0;
	text-align: left;
	vertical-align: middle;
}
#stores-prefectures thead th:first-child {
	border-left: none;
}
#stores-prefectures thead .name {
	width: 25%;
}
#stores-prefectures thead .address {
	width: 34%;
}
#stores-prefectures thead .chirashi {
	width: 8%;
}
#stores-prefectures tbody td {
	padding: 10px 7px 7px;
	color: #2f201b;
	vertical-align: top;
}
#stores-prefectures td.chirashi {
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
#stores-prefectures td.chirashi iframe {
	overflow: hidden;
	border: none;
}
#stores-prefectures td a {
	color: #333;
}

/*
 * 店舗詳細
 */
#stores-detail .header {
	position: relative;
	border-top: 3px solid #e60012;
	padding: 8px 200px 30px 2px;
}
#stores-detail .header h1 {
	padding: 0;
	border: none;
	font-size: 300%;
	line-height: 100%;
}
#stores-detail .header h1 span {
	display: block;
	font-size: 67%;
}
#stores-detail .header p {
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 0;
	width: 200px;
	height: 50px;
	background: url(../img/btn_my_store.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}
#stores-detail .header p.unset {
	background-position: 0 -50px;
}
#stores-detail h2 {
	margin: 0 0 5px;
	color: #e60012;
	font-size: 160%;
}
#stores-detail .info {
	margin-bottom: 10px;
	font-size: 160%;
	line-height: 140%;
}
/* GoogleMap */
#stores-detail #store-embedmap {
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
}
/* 各説明 */
#stores-detail .box {
	padding: 12px 0 3px 3px;
	border-top: 1px dotted #e60012;
}
#stores-detail .box p {
	margin-bottom: 10px;
	font-size: 140%;
	line-height: 150%;
}
#stores-detail .box p a {
	color: #333;
	text-decoration: none;
}
#stores-detail .box p a:hover {
	text-decoration: underline;
}
/* チラシ */
#stores-detail .flyer div.scroll {
	overflow: auto;
	width: auto;
}
#stores-detail .flyer div.scroll div {
	overflow: hidden;
}
#stores-detail .flyer div p {
	float: left;
	width: 175px;
	min-height: 100px;
	font-size: 120%;
	line-height: 120%;
	text-align: center;
}
#stores-detail .flyer div p a {
	display: inline-block;
}
#stores-detail .flyer div p a img {
	/*display: block;*/
	margin: 0 auto 5px;
}
/* サービス */
#stores-detail .service ul {
	list-style: none;
	overflow: hidden;
	padding-bottom: 10px;
}
#stores-detail .service li {
	overflow: hidden;
	float: left;
	width: 94px;
	height: 107px;
	margin: 0 5px 5px 0;
	background-image: url(../../stores_img/icon_services.gif);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
#stores-detail .service li.id-photo {
	background-position: 0 0;
}
#stores-detail .service li.color-copy {
	background-position: -100px 0;
}
#stores-detail .service li.atm {
	background-position: -200px 0;
}
#stores-detail .service li.stamp-postcard {
	background-position: -300px 0;
}
#stores-detail .service li.dry-ice {
	background-position: -400px 0;
}
#stores-detail .service li.pure-water {
	background-position: -500px 0;
}
#stores-detail .service li.carton {
	background-position: -600px 0;
}
#stores-detail .service li.trays {
	background-position: -700px 0;
}
#stores-detail .service li.pet-bottle {
	background-position: -800px 0;
}
#stores-detail .service li.aluminum-can {
	background-position: -900px 0;
}
#stores-detail .service li.steel-can {
	background-position: -1000px 0;
}
#stores-detail .service li.gift-certificate {
	background-position: -1100px 0;
}
#stores-detail .service li.credit-card {
	background-position: -1200px 0;
}
#stores-detail .service li.courier-handling {
	background-position: -1300px 0;
}
#stores-detail .service li.wheelchair-lending {
	background-position: -1400px 0;
}
#stores-detail .service li.multipurpose-toilet {
	background-position: -1500px 0;
}
#stores-detail .service li.dpe {
	background-position: -1600px 0;
}
#stores-detail .service li.wifi {
	background-position: -1700px 0;
}
/* テナント */
#stores-detail .tenant table {
	width: 100%;
}
#stores-detail .tenant th,
#stores-detail .tenant td {
	vertical-align: top;
}
#stores-detail .tenant thead th {
	padding: 3px 0 2px 7px;
	background-color: #faccd0;
	color: #271a16;
	border-left: 5px solid #fff;
	border-bottom: 12px solid #fff;
	text-align: left;
}
#stores-detail .tenant thead th:first-child {
	border-left: none;
}
#stores-detail .tenant th.name {
	width: 48%;
}
#stores-detail .tenant th.category {
	width: 33%;
}
#stores-detail .tenant td {
	padding: 3px 0 3px 6px;
	font-size: 140%;
	border-bottom: 1px dotted #ddd;
}

/*
 * バローPB商品：共通
 */
#title.pb {
	background-color: #f9f0de;
	background-image: url(../img/title_pb_img.jpg);
}
#title.pb h1,
#title.pb p {
	background-image: url(../img/title_pb.png);
}

/*
 * バローPB商品一覧
 */
#pb-index .intro > p {
	font-size: 160%;
	margin-bottom: 40px;
}
#pb-index .intro .brands {
	overflow: hidden;
	padding-bottom: 70px;
}
#pb-index .intro .brands div {
	position: relative;
	float: left;
	width: 295px;
	margin-left: 18px;
	padding: 0 0 20px 18px;
	border-left: 1px dotted #000;
}
#pb-index .intro .brands h2 {
	padding: 15px 0;
	border-top: 2px solid #fff;
	text-align: center;
}
#pb-index .intro .brands p {
	font-size: 140%;
	line-height: 160%;
}
#pb-index .intro .brands .v-select {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#pb-index .intro .brands .v-select h2 {
	border-color: #aa1b49;
}
#pb-index .intro .brands .v-quality h2 {
	border-color: #236139;
}
#pb-index .intro .brands .v-premium h2 {
	border-color: #231815;
}
#pb-index .intro .brands p.img {
	width: 100%;
	text-align: center;
}
/* 商品一覧 */
#pb-index .item-list div.blocks {
	overflow: hidden;
	margin-left: -40px;
}
#pb-index .item-list div.blocks div {
	float: left;
	position: relative;
	width: 210px;
	margin: 0 0 40px 40px;
}
#pb-index .item-list a {
	display: block;
	color: #333;
	text-decoration: none;
}
#pb-index .item-list a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#pb-index .item-list h3 {
	position: relative;
	z-index: 2;
	padding-top: 258px;
	font-size: 140%;
	font-weight: normal;
}
#pb-index .item-list p.icon {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 21px;
	background-image: url(../../pb_img/icon_square_new.gif);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
#pb-index .item-list p.icon.new {
	background-position: 0 0;
}
#pb-index .item-list p.icon.renewal {
	background-position: 0 -21px;
}
#pb-index .item-list p.item {
	overflow: hidden;
	position: absolute;
	top: 24px;
	left: 0;
	padding-bottom: 18px;
	background: url(../../pb_img/icon_square_brand.gif) no-repeat 0 200%;
}
#pb-index .item-list p.item img {
	border: 1px solid #ccc;
}
#pb-index .item-list .v-select p.item {
	background-position: 0 100%;
}
#pb-index .item-list .v-quality p.item {
	background-position: -210px 100%;
}
#pb-index .item-list .v-premium p.item {
	background-position: -420px 100%;
}

/*
 * バローPB商品詳細
 */
#pb-deteil {
	overflow: hidden;
}
#pb-deteil .header {
	position: relative;
	min-height: 76px;
	margin-bottom: 45px;
	padding: 10px 80px 0 68px;
	border-top: 2px solid #fff;
	background-repeat: no-repeat;
	background-position: 0 10px;
}
#pb-deteil.v-select .header {
	border-color: #aa1b49;
	background-image: url(../../pb_img/logo_v_select_detail.gif);
}
#pb-deteil.v-quality .header {
	border-color: #236139;
	background-image: url(../../pb_img/logo_v_quality_detail.gif);
}
#pb-deteil.v-premium .header {
	border-color: #231815;
	background-image: url(../../pb_img/logo_v_premium_detail.gif);
}
#pb-deteil .header h1 {
	padding: 14px 0 0;
	border: none;
	color: #000;
	font-size: 240%;
	line-height: 110%;
}
#pb-deteil .header .icon {
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 5px;
	width: 76px;
	height: 76px;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#pb-deteil .header .new {
	background-image: url(../../pb_img/icon_deteil_new.gif);
}
#pb-deteil .header .renewal {
	background-image: url(../../pb_img/icon_deteil_renewal.gif);
}
#pb-deteil .img {
	float: right;
	width: 400px;
	text-align: right;
}
#pb-deteil .deteil {
	float: left;
	width: 300px;
}
#pb-deteil .deteil .intro {
	margin: 0 0 30px;
	color: #000;
	font-size: 140%;
	line-height: 170%;
}
#pb-deteil .box {
	padding: 7px 0 25px;
	border-top: 1px dotted #fff;
}
#pb-deteil.v-select .box {
	border-top-color: #aa1b49;
}
#pb-deteil.v-quality .box {
	border-top-color: #236139;
}
#pb-deteil.v-premium .box {
	border-top-color: #231815;
}
#pb-deteil .box h2 {
	margin: 0 0 5px;
	font-size: 150%;
}
#pb-deteil.v-select .box h2 {
	color: #aa1b49;
}
#pb-deteil.v-quality .box h2 {
	color: #236139;
}
#pb-deteil.v-premium .box h2 {
	color: #231815;
}
#pb-deteil .box p {
	padding-bottom: 5px;
	font-size: 140%;
	line-height: 140%;
}
/* 成分表 */
#pb-deteil .deteil table {
	width: 100%;
	margin-bottom: 5px;
}
#pb-deteil .deteil th,
#pb-deteil .deteil td {
	border-bottom: 1px solid #fff;
	vertical-align: top;
}
#pb-deteil .deteil thead th {
	padding: 3px 3px 3px 7px;
	color: #fff;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
#pb-deteil.v-select .deteil thead th {
	background-color: #aa1b49;
}
#pb-deteil.v-quality .deteil thead th {
	background-color: #236139;
}
#pb-deteil.v-premium .deteil thead th {
	background-color: #231815;
}
#pb-deteil .deteil tbody th,
#pb-deteil .deteil tbody td {
	padding: 3px;
	text-align: left;
	line-height: 140%;
}
#pb-deteil.v-select  .deteil tbody th,
#pb-deteil.v-select  .deteil tbody td {
	background-color: #f6e8ec;
}
#pb-deteil.v-quality  .deteil tbody th,
#pb-deteil.v-quality  .deteil tbody td {
	background-color: #e9efeb;
}
#pb-deteil.v-premium  .deteil tbody th,
#pb-deteil.v-premium  .deteil tbody td {
	background-color: #e9e7e7;
}
#pb-deteil .deteil tbody th {
	padding-left: 7px;
	font-weight: normal;
}
#pb-deteil .deteil tbody td {
	padding-right: 7px;
	text-align: right;
}
/* アレルゲン表示 */
#pb-deteil .allergen {
	overflow: hidden;
	margin: 0 0 12px;
}
#pb-deteil .allergen li {
	list-style: none;
	float: left;
	margin: 0 4px 5px 0;
}
#pb-deteil p.contamination {
	font-size: 120%;
}




/*
 * クッキングパートナー
 */

 /* タイトル */
 #title.cooking {
 	background-color: #F4E3D9;
 	background-image: url(../img/title_cooking-partner_img.png);
 }
 #title.cooking h1,
 #title.cooking p {
 	background-image: url(../img/title_cooking-partner.png);
 }

#cooking-index li {
	list-style-type: none;
}
#cooking-index .cooking-movie-bg{
  background: #f9e5e5;
}
#cooking-index .intro .cookingmovie{
	max-width: 700px;
	margin: 0 auto;
	padding: 2% 10%;
}
#cooking-index .cooking-movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
#cooking-index .cooking-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* チャンネルボタン */
#cooking-index .cooking-channel-btn ul.link {
	list-style: none;
	width: 270px;
	margin: 20px 0 0;
}
#cooking-index .cooking-channel-btn ul.link li {
	font-size: 160%;
	line-height: 120%;
}
#cooking-index .cooking-channel-btn .link a {
	display: block;
	width: 240px;
	padding: 6px 0 6px 26px;
	border: 2px solid #e60012;
	background: url(../img/bullet_link.png) no-repeat 8px 45% #fff;
	color: #e60012;
	text-decoration: none;
}
#cooking-index .cooking-channel-btn .link a:hover {
	background-color: #e60012;
	color: #fff;
}

/* 説明文 */
#cooking-index .cooking-description {
  padding: 30px 0;
}
#cooking-index .cooking-description p{
  font-size:16px;
  line-height:1.6;
}

/* サムネイル */
#cooking-index .card {
	width: 240px;
	float: left;
	margin: 0 0 40px 0px;
	text-align: center;
}
#cooking-index .card a {
	text-decoration: none;
	color: #333333;
}
#cooking-index .card .card-item {
  padding: 0 25px;
}
#cooking-index .card .card-item h3 {
 	font-size: 14px;
	padding-top: 20px;
	line-height: 18px;
	height: 32px;
}
#cooking-index .card .card-item p {
	padding-top: 10px;
	font-size: 14px;
}

/* 発行年フィルター */
#cooking-index .filter-year{
	position: relative;
	margin-bottom: 20px;
}
#cooking-index .filter-year .filter-year-header{
	background: #f9e5e5;
	padding: 8px 20px;
	width: 240px;
  cursor: pointer;
  float: right;
  box-sizing: border-box;
}
/* 矢印 */
#cooking-index .filter-year-header i {
  position: absolute;
  transform: translate(-6px, 0);
  top: 13px;
  right: 20px;
  transition: all 0.25s ease-in-out;
}
#cooking-index .filter-year-header i:before, .filter-year-header i:after {
  content: "";
  position: absolute;
  background-color: #e60012;
  width: 2px;
  height: 8px;
}
#cooking-index .filter-year-header i:before {
  transform: translate(-2px, 0) rotate(-45deg);
}
#cooking-index .filter-year-header i:after {
  transform: translate(2px, 0) rotate(45deg);
}
#cooking-index .filter-year-header i:before,
#cooking-index .filter-year-header i:after {
  transition: all 0.25s ease-in-out;
}
#cooking-index .filter-year-header i.is-header02-rotate:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#cooking-index .filter-year-header i.is-header02-rotate:after {
  transform: translate(2px, 0) rotate(-45deg);
}


#cooking-index .filter-year .filter-year-header span{
	color: #e60012;
	font-size: 14px;
	font-weight: bold;
}
#cooking-index .filter-year-panel{
	position: absolute;
  top: 35px;
  right: 0;
  width: 240px;
  background: #f9e5e5;
  border-top: 1px #ffffff solid;
  z-index: 100;
  box-sizing: border-box;
}
#cooking-index .filter-year-panel .filter-year-item a{
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	padding: 8px 20px;
  border-bottom: 1px #fff solid;
  display: block;
	transition: .3s;
}
#cooking-index .filter-year-panel .filter-year-item a:hover{
	background: #fcf2f1;
}


/*clearfix*/
#cooking-index .cf:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
	}


/*
 * ギフト・ご予約商品：共通
 */
#title.gift {
	background-color: #fdede4;
	background-image: url(../img/title_gift_img.jpg);
}
#title.gift h1,
#title.gift p {
	background-image: url(../img/title_gift.png);
}

/*
 * ギフト
 */
/* ナビゲーション */
#gift #gift-nav {
	margin-bottom: 45px;
}
#gift #gift-nav h2 {
	margin: 10px 0 8px;
	font-size: 180%;
}
#gift #gift-nav ul {
	overflow: hidden;
	list-style: none;
	width: 700px;
	border-bottom: 1px solid #e60012;
}
#gift #gift-nav li {
	float: left;
	width: 228px;
	margin-left: 5px;
	border: 1px solid #e60012;
	border-bottom: none;
	font-size: 160%;
	line-height: 120%;
}
#gift #gift-nav li:first-child {
	margin-left: 0;
}
#gift #gift-nav li a {
	display: block;
	padding: 5px 0 4px;
}
#gift #gift-nav li a {
	padding-left: 24px;
	background: url(../img/bullet_link.png) no-repeat 8px 45%;
	color: #e60012;
	text-decoration: none;
}
#gift #gift-nav li a.c {
	background: #e60012 none;
	color: #fff;
	cursor: default;
}
#gift #gift-nav li a:hover {
	background-color: #e60012;
	color: #fff;
}
/* 商品 */
#gift .block {
	display: none;
}
#gift #gift-nav + .block {
	display: block;
}
#gift .entry {
	overflow: hidden;
	margin-bottom: 60px;
}
#gift .entry h2 {
    padding: 10px 0 6px 12px;
    border-top: 1px solid #e60012;
    border-left: 10px solid #e60012;
	color: #333;
    font-size: 220%;
}
#gift .entry p.img {
	float: right;
	margin: 14px 0 10px;
}
#gift .entry p.img img {
	border: 1px solid #ccc;
}
#gift .entry div.desc {
	float: left;
	width: 434px;
	margin: 14px 0;
	padding-left: 17px;
}
#gift .entry div {
	margin: 10px 0;
}
#gift .entry div p {
	font-size: 140%;
	line-height: 140%;
}
#gift .entry dl {
	overflow: hidden;
	margin: 20px 0;
	padding-left: 8px;
}
#gift .entry dt {
	clear: left;
	float: left;
	width: 94px;
	margin: 0 18px 8px 0;
	padding: 2px 5px;
	border-radius: 8px;
	background-color: #fbd9dc;
	color: #e60012;
	text-align: center;
}
#gift .entry dl dd {
	float: left;
	width: 294px;
	margin-bottom: 8px;
	padding: 2px 0;
}
#gift .entry ul.link {
	list-style: none;
	width: 270px;
	margin: 10px 0;
}
#gift .entry ul.link li {
	margin-bottom: 10px;
	font-size: 160%;
	line-height: 120%;
}
#gift .entry .link a {
	display: block;
	width: 240px;
	padding: 6px 0 6px 26px;
	border: 2px solid #e60012;
	background: url(../img/bullet_link.png) no-repeat 8px 45%;
	color: #e60012;
	text-decoration: none;
}
#gift .entry .link a:hover {
	background-color: #e60012;
	color: #fff;
}
/* 登録商品なし */
#gift .entry p.none {
	padding: 20px 0;
	font-size: 140%;
}

/*
 * 企業情報：共通
 */
#title.corporate {
	background-color: #a7d3ff;
	background-image: url(../img/title_corporate_img.jpg);
}
#title.corporate h1,
#title.corporate p {
	background-image: url(../img/title_corporate.png);
}

/*
 * 採用情報：共通
 */
#title.recruit {
	background-color: #529ed8;
	background-image: url(../img/title_recruit_img.jpg);
}
#title.recruit h1,
#title.recruit p {
	background-image: url(../img/title_recruit.png);
}

/*
 * プライバシーポリシー：共通
 */
#title.privacypolicy {
	background-color: #ffeac5;
	background-image: url(../img/title_img_common.jpg);
}
#title.privacypolicy h1,
#title.privacypolicy p {
	background-image: url(../img/title_privacypolicy.png);
}

/*
 * ご利用規約：共通
 */
#title.about-use {
	background-color: #ffeac5;
	background-image: url(../img/title_img_common.jpg);
}
#title.about-use h1,
#title.about-use p {
	background-image: url(../img/title_about_use.png);
}

/*
 * お問い合わせ：共通
 */
#title.inquiry {
	background-color: #F3F3F3;
	background-image: url(../img/title_img_inquiry.jpg);
}
#title.inquiry h1,
#title.inquiry p {
	background-image: url(../img/title_inquiry.png);
}

/*
 * サイトマップ：共通
 */
#title.sitemap {
	height: 120px;
	background-color: #f9e5e6;
	background-image: none;
}
#title.sitemap h1,
#title.sitemap p {
	background-image: url(../img/title_sitemap.png);
}

/*
 * Not Found
 */
#title.not-found {
	height: 120px;
	background-color: #f9e5e6;
}
#title.not-found h1,
#title.not-found p {
	background-image: url(../img/title_notfound.png);
}
#not-found {
	padding: 25px 0 50px;
}
#not-found p {
	margin-bottom: 15px;
	font-size: 140%;
}
#not-found ul {
	margin: 25px 0 0 25px;
}
#not-found li {
	margin-bottom: 10px;
	font-size: 140%;
}
/* Default Layout */


/*-----
 *  PC Layout: >= 768px
 */
@media screen and (min-width:768px) {

} /* PC Layout */


/*-----
 *  Mobile Layout: 480px, 320px
 */
@media screen and (max-width:767px) {
	/*
	 * トップ
	 */
	#top {
		padding-top: 15px !important;
	}
	/* 見出し */
	#top h2 {
		background-size: 14px auto;
	}
	#top .sub-block1 a h2 {
		padding: 12px 0 10px 38px;
	}
	#top .sub-block1 a h2,
	#top #store-block h2,
	#top #flyer-block h2,
	#top #cooking-block h2 {
    	background-image: url("../../img/sp_icons.png");
    	background-size: 27px auto;
	}
	#top #store-block h2 {
		background-position: 6px 13px;
	}
	#top #flyer-block h2 {
		background-position: 12px -51px;
	}
	#top #pb-block a h2 {
		background-position: 5px -121px;
	}
	#top #gift-block a h2 {
		background-position: 6px -183px;
	}
	#top #safety-block a h2 {
		background-position: 5px -246px;
	}
	#top #cooking-block a h2 {
		background-position: 5px -307px;
	}
	/* ブロック */
	#top .sub-block1,
	#top .sub-block2 {
		float: none;
		width: auto;
	}
	/* 店舗検索、チラシ情報 */
	#top #store-block,
	#top #flyer-block {
		float: none;
		width: auto;
		height: auto;
		margin: 0 auto 15px;
	}
	/* 店舗検索 */
	#top #store-block p {
		width: 100%;
		height: 224px;
	}
	#top #store-block p img {
		left: -10px;
	}
	/* チラシ情報 */
	#top #flyer-block h2 a {
		background: url(../img/icon_arrow_sp.png) no-repeat 97% 16px;
		background-size: 10px auto;
	}
	#top #flyer-block ul {
		display: none;
	}
	/* バナーエリア */
	#top #banner-block {
		float: none;
		width: auto;
	}
	/* マイ店舗 */
	#top #my-store-block {
		float: none;
		width: auto;
	}
	#top #my-store-block h2 {
		margin-bottom: 10px;
	}
	#top #my-store-block .date {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 100%;
	}
	#top #my-store-block .date span {
		margin: 0 10px;
		font-size: 14px;
	}
	#top #my-store-block .date span.week {
		display: inline-block;
		width: 20px;
		height: 20px;
		padding: 0;
		text-align: center;
	}
	#top #my-store-block h3 {
		padding: 15px 0;
		font-size: 18px;
	}
	#top #my-store-block li {
		font-size: 16px;
	}
	#top #my-store-block .flyer h4 {
		font-size: 13px;
		font-weight: bold;
	}
	#top #my-store-block .flyer div.scroll div {
		width: auto !important;
		padding: 0 39px;
	}
	#top #my-store-block .flyer p {
		float: none;
		width: auto;
		margin-bottom: 10px;
		font-size: 11px;
	}
	#top #my-store-block .link {
		font-size: 14px;
	}
	#top #my-store-block .link a {
		padding: 6px 0;
	}
#top #my-store-block .link a span {
	padding-left: 16px;
	background: url(../../img/icon_arrow-r.gif) no-repeat left center;
}
	/* マイ店舗未登録時 */
	#top #my-store-block.unregistered p {
		font-size: 14px;
	}
	#top #my-store-block.unregistered .link {
		font-size: 14px;
	}
	/* バローPB商品、ギフト・ご予約、安心・安全 */
	#top .sub-block1 > div {
		float: none;
		width: auto;
		height: auto;
		margin: 0 0 15px;
	}
	#top .sub-block1 p {
		padding: 10px 4px 8px 8px;
		font-size: 12px;
	}
	/* 採用情報、物件・テナント情報 */
	#top .sub-block2 > div {
		float: none;
		width: auto;
		height: auto;
		margin: 0 0 15px;
	}
	#top .sub-block2 > div a {
		display: table;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 60px;
		padding: 7px 20px 7px 0;
	}
	#top .sub-block2 h2 {
		display: table-cell;
		width: 98px;
		font-size: 15px;
		margin: 0;
		padding: 0 0 0 7px;
		border: none;
		vertical-align: middle;
	}
	#top .sub-block2 p {
		display: table-cell;
		margin: 0;
		padding: 0 0 0 11px;
		border-left: 1px solid #ddd;
		font-size: 12px;
		vertical-align: middle;
	}
	#top .sub-block3 > div {
		float: none;
		width: auto;
		height: auto;
		margin: 0 0 15px;
	}


	/* ニュースリリース、更新情報 */
	#top #releases {
		padding-top: 15px;
	}
	#top #releases .release-block {
		float: none;
		width: 100%;
	}

	/*
	 * 店舗・チラシ情報：共通
	 */
	/* 都道府県リスト */
	.stores-region {
		margin-right: 0;
		padding-bottom: 10px;
	}
	.stores-region > div {
		float: none;
		width: auto;
		margin: 0 0 10px;
	}
	.stores-region h3 {
		margin-bottom: 5px;
		padding: 6px 8px 4px;
		font-size: 14px;
	}
	.stores-region ul {
		overflow: hidden;
		padding-top: 5px;
	}
	.stores-region li {
		float: left;
		margin: 0 17px 10px 3px;
		font-size: 13px;
	}
	.stores-region li a {
		background-image: url(../img/bullet_link_sp.png);
		background-size: 12px auto;
	}

	/*
	 * 店舗一覧トップ
	 */
	#stores-index h2 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	#stores-index .stores-map {
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 224px;
		text-align: center;
	}
	#stores-index .stores-map img {
		width: auto;
		height: 100%;
		margin-left: -15%;
	}

	/*
	 * 店舗一覧 県別一覧
	 */
	#stores-prefectures h1 {
		margin: 0px 0 15px;
		padding: 6px 0px 3px 8px;
		border-top-width: 1px;
		border-left-width: 6px;
		font-size: 16px;
	}
	/* 一覧表 */
	#stores-prefectures .list {
		padding-left: 0;
	}
	#stores-prefectures .list h2 {
		margin-bottom: 0;
		padding: 7px 5px;
		font-size: 16px;
	}
	#stores-prefectures table {
		margin-bottom: 20px;
		border-bottom: none;
	}
	#stores-prefectures thead {
		display: none;
	}
	#stores-prefectures tr {
		overflow: hidden;
		display: block;
		padding: 10px 0;
	}
	#stores-prefectures tbody tr:first-child {
		border-top-style: dotted;
	}
	#stores-prefectures th,
	#stores-prefectures td {
		display: block;
		font-size: 12px;
	}
	#stores-prefectures tbody td {
		margin-bottom: 5px;
		padding: 0 7px;
	}
	#stores-prefectures tbody td:first-child {
	    font-size: 16px;
	    font-weight: bold;
	}
	#stores-prefectures tbody td:first-child a:after {
		display: inline-block;
		width: 5px;
		height: 8px;
		margin: 0 0 1px 8px;
		background: url(../img/icon_arrow_sp.png) no-repeat 0 100%;
		background-size: 5px auto;
		content: " ";
	}
	#stores-prefectures td.chirashi {
		float: left;
		width: auto;
		padding: 0 7px;
	}
	#stores-prefectures td.chirashi a {
		font-size: 10px;
		text-decoration: none;
	}
	#stores-prefectures td.chirashi a img {
		width: auto;
		height: 20px;
	}
	#stores-prefectures td.chirashi a:after {
		content: "　[チラシ情報]";
	}

	/*
	 * 店舗詳細
	 */
	#stores-detail .header {
		border-top-width: 2px;
		padding: 5px 2px 20px;
	}
	#stores-detail .header h1 {
		padding-bottom: 10px;
		font-size: 24px;
	}
	#stores-detail .header h1 span {
		font-size: 16px;
	}
	#stores-detail .header p {
		position: static;
		width: 150px;
		height: 38px;
		background-size: auto 76px;
		cursor: pointer;
	}
	#stores-detail .header p.unset {
		background-position: 0 -38px;
	}
	#stores-detail .header p img {
		width: 150px;
		height: auto;
	}
	#stores-detail h2 {
		font-size: 14px !important;
	}
	#stores-detail .info {
		font-size: 14px;
	}
	/* GoogleMap */
	#stores-detail #store-embedmap {
	    height: 240px;
	}
	/* 各説明 */
	#stores-detail .box p {
		font-size: 13px;
	}
	/* サービス */
	#stores-detail .service li {
		width: 47px;
		height: 55px;
		margin: 0 3px 3px 0;
		background-size: auto 55px;
	}
	#stores-detail .service li.id-photo {
		background-position: 0 0;
	}
	#stores-detail .service li.color-copy {
		background-position: -50px 0;
	}
	#stores-detail .service li.atm {
		background-position: -100px 0;
	}
	#stores-detail .service li.stamp-postcard {
		background-position: -150px 0;
	}
	#stores-detail .service li.dry-ice {
		background-position: -200px 0;
	}
	#stores-detail .service li.pure-water {
		background-position: -250px 0;
	}
	#stores-detail .service li.carton {
		background-position: -300px 0;
	}
	#stores-detail .service li.trays {
		background-position: -350px 0;
	}
	#stores-detail .service li.pet-bottle {
		background-position: -400px 0;
	}
	#stores-detail .service li.aluminum-can {
		background-position: -450px 0;
	}
	#stores-detail .service li.steel-can {
		background-position: -500px 0;
	}
	#stores-detail .service li.gift-certificate {
		background-position: -550px 0;
	}
	#stores-detail .service li.credit-card {
		background-position: -600px 0;
	}
	#stores-detail .service li.courier-handling {
		background-position: -650px 0;
	}
	#stores-detail .service li.wheelchair-lending {
		background-position: -700px 0;
	}
	#stores-detail .service li.multipurpose-toilet {
		background-position: -750px 0;
	}
	#stores-detail .service li.dpe {
		background-position: -800px 0;
	}
	#stores-detail .service li.wifi {
		background-position: -850px 0;
	}
	/* テナント */
	#stores-detail .tenant thead {
		display: none;
	}
	#stores-detail .tenant td {
		display: inline-block;
		width: auto !important;
		padding: 3px 0 0 3px;
		font-size: 12px;
		border-bottom: none;
	}
	#stores-detail .tenant td.name {
		padding-right: 10px;
		font-weight:  bold;
	}
	#stores-detail .tenant td.category {
		display: block;
		padding: 0 0 6px 3px;
		border-bottom: 1px dotted #ddd;
	}

	/*
	 * バローPB商品一覧
	 */
	#pb-index .intro > p {
		font-size: 14px;
		margin-bottom: 20px;
	}
	#pb-index .intro .brands {
		padding-bottom: 20px;
	}
	#pb-index .intro .brands div {
		float: none;
		width: auto;
		margin: 0 0 30px;
		padding: 0 0 20px;
		border: none;
	}
	#pb-index .intro .brands h2 {
		padding: 15px 0;
	}
	#pb-index .intro .brands h2 img {
		width: auto;
		height: 100px;
	}
	#pb-index .intro .brands p {
		font-size: 13px;
	}
	#pb-index .intro .brands p.img img {
		width: auto;
		height: 200px;
	}
	/* 商品一覧 */
	#pb-index .item-list div.blocks {
		margin-left: 0;
	}
	#pb-index .item-list div.blocks div {
		width: 144px;
		margin: 0 4px 25px;
	}
	#pb-index .item-list h3 {
		padding-top: 192px;
		font-size: 13px;
	}
	#pb-index .item-list p.icon {
		height: 20px;
		background-image: url(../../pb_img/icon_square_new_sp.gif);
		background-size: 81px auto;
	}
	#pb-index .item-list p.icon.new {
		background-position: 0 0;
	}
	#pb-index .item-list p.icon.renewal {
		background-position: 0 -20px;
	}
	#pb-index .item-list p.item {
		padding-bottom: 16px;
		background-image: url(../../pb_img/icon_square_brand_sp.gif);
		background-size: auto 16px;
	}
	#pb-index .item-list p.item img {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: auto;
	}
	#pb-index .item-list .v-select p.item {
		background-position: 0 100%;
	}
	#pb-index .item-list .v-quality p.item {
		background-position: -144px 100%;
	}
	#pb-index .item-list .v-premium p.item {
		background-position: -288px 100%;
	}

	/*
	 * バローPB商品詳細
	 */
	#pb-deteil .header {
		min-height: 50px;
		margin-bottom: 10px;
		padding: 5px 50px 0 42px;
		background-position: 0 5px;
		background-size: auto 50px;
	}
	#pb-deteil .header h1 {
		padding-top: 8px;
		font-size: 18px;
	}
	#pb-deteil .header .icon {
		width: 38px;
		height: 38px;
		background-size: contain;
	}
	#pb-deteil .img {
		float: none;
		width: auto;
		margin-bottom: 10px;
		text-align: center;
	}
	#pb-deteil .img img {
		width: 200px;
		height: auto;
	}
	#pb-deteil .deteil {
		float: none;
		width: auto;
	}
	#pb-deteil .deteil .intro {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 140%;
	}
	#pb-deteil .box {
		padding: 7px 0 10px;
	}
	#pb-deteil .box h2 {
		font-size: 14px;
	}
	#pb-deteil .box p {
		font-size: 12px;
	}


	/*
	 * クッキングパートナーSP
	 */
	 #cooking-index .intro .cookingmovie{
	 	width: auto;
	 	margin: 0 auto;
	 	padding: 2% 0 1%;
	 }

	/* チャンネルボタン */
	#cooking-index .cooking-channel-btn ul.link {
		width: auto;
	}
	#cooking-index .cooking-channel-btn ul.link li {
	  margin: 20px 0 10px;
	}
	#cooking-index .cooking-channel-btn .link a {
		display: block;
		width: auto;
		background-image: url(../img/bullet_link_sp.png);
		background-size: 12px auto;
	}

	/* 発行年フィルター */
	#cooking-index .filter-year .filter-year-header{
		width: 100%;
	}
	#cooking-index .filter-year .filter-year-panel{
		width: 100%;
	}
	#cooking-index .item-list div.blocks {
		margin-left: 0;
	}

	/* サムネイル */
	#cooking-index .card {
		width: 50%;
		float: left;
		margin: 0 0 40px 0px;
		text-align: center;
	}
	#cooking-index .card .card-item {
	  padding: 0 20px;
	}
	#cooking-index .card .card-item img {
		width: 100%;
		max-width: 160px;
	}
	#cooking-index .card .card-item h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
	/* 説明文 */
	#cooking-index .cooking-description {
	  padding: 25px 0;
	}
	#cooking-index .cooking-description p{
	  font-size:14px;
	}

	/*
	 * ギフト
	 */
	#gift #gift-nav {
		margin-bottom: 25px;
	}
	#gift #gift-nav h2 {
		margin-top: 0;
		font-size: 16px;
	}
	#gift #gift-nav ul {
		width: auto;
		border-bottom: none
	}
	#gift #gift-nav li {
		float: none;
		width: auto;
		margin: 0 0 5px;
		border: 1px solid #e60012;
		font-size: 14px;
	}
	#gift #gift-nav li span,
	#gift #gift-nav li a {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#gift #gift-nav li a {
		background-image: url(../img/bullet_link_sp.png);
		background-size: 12px auto;
	}
	#gift .entry {
		margin-bottom: 30px;
	}
	#gift .entry h2 {
		padding: 8px 0 4px 8px;
	    border-left-width: 6px;
	    font-size: 16px;
	}
	#gift .entry p.img {
		float: none;
		width: 150px;
		margin: 10px auto;
	}
	#gift .entry p.img img {
		width: 100%;
		height: auto;
	}
	#gift .entry div.desc {
		float: none;
		width: auto;
		padding-left: 0;
	}
	#gift .entry div {
		margin: 0 0 5px;
	}
	#gift .entry div p {
		font-size: 12px;
	}
	#gift .entry dl {
		margin: 10px 0;
		padding-left: 0;
	}
	#gift .entry dt {
		display: inline-block;
		float: none;
		width: auto;
		min-width: 94px;
		margin: 0 0 5px;
	}
	#gift .entry dl dd {
		float: none;
		width: auto;
		padding-left: 6px;
	}
	#gift .entry ul.link {
		width: auto;
	}
	#gift .entry .link a {
		display: block;
		width: auto;
		background-image: url(../img/bullet_link_sp.png);
		background-size: 12px auto;
	}

	/*
	 * Not Found
	 */
	#not-found p {
		font-size: 12px;
	}
	#not-found li {
		font-size: 12px;
	}
} /* Mobile Layout */


/*-----
 *  Print
 */
@media print {
}
