@charset "utf-8";

/*-----
 * Default Layout
 */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	min-width: 980px;
	color: #333;
	font-size: 62.5%; /* 10px */
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 160%;
	line-height: 120%;
}
p, dt, dd, li, th, td {
	font-size: 120%;
	line-height: 160%;
}
li li {
	font-size: 100%;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: bottom;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
small {
	font-size: smaller;
}
input,
select {
	font-family: inherit;
	line-height: 100%;
}
option {
	padding-right: 1em;
}
/* html5 */
article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

/*
 * ヘッダー
 */
#header {
	border-top: 5px solid #e60012;
}
#header .inner {
	width: 960px;
	height: 1%;
	margin: 0 auto;
}
#header .inner:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ".";
}
#header li {
	list-style: none;
}
#header a {
	text-decoration: none;
}
/* ロゴ */
#logo {
	float: left;
}
h1#logo {
	padding: 5px 0 9px 2px;
}
/* 検索、お問い合わせ */
#header .sub {
	float: right;
	margin-top: 13px;
}
#header h1 + .sub {
	margin-top: 26px;
}
/* 検索 */
#search-block {
	float: left;
}
#search-block h2 {
	display: none;
}
#search-block form {
	height: 26px;
	margin-right: 11px;
	border: 1px solid #ccc;
}
#search-block input {
	float: left;
	border: none;
}
#search-block input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 192px;
	height: 26px;
	padding: 5px;
	line-height: 20px;
}
#search-block input[type="submit"] {
	overflow: hidden;
	width: 26px;
	height: 26px;
	background: #000 url(../img/btn_search.gif) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}
/* お問い合わせ */
#contact-btn {
	float: left;
}
#contact-btn a {
	overflow: hidden;
	display: block;
	width: 170px;
	height: 28px;
	background: url(../img/btn_contact.gif) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
/* グローバルナビ */
#nav {
	background-color: #e60012;
}
#nav .inner {
	width: 980px;
}
#nav h2 {
	display: none;
}
#nav ul {
	overflow: hidden;
}
#nav li {
	float: left;
}
#nav ul li:first-child {
	text-transform: uppercase;
}
#nav a {
	display: block;
	color: #fff;
}
#nav a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* ビジュアルスライド */
#slide-container {
	overflow: hidden;
	height: 350px;
	margin-bottom: 1px;
}
#slide-container li {
	float: left;
}
#slide-container ul.slides {
	width: 960px;
	margin: 0 auto;
}
#slide-container .bx-wrapper {
	position: relative;
	max-width: 960px !important;
	margin: 0 auto;
}
#slide-container .bx-viewport {
	overflow: visible !important;
}
#slide-container .bx-controls-direction a {
	overflow: hidden;
	display: block;
	position: absolute;
	z-index: 2;
	top: 155px;
	width: 40px;
	height: 40px;
	background: url(../img/btn_slide.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
#slide-container .bx-controls-direction a.bx-prev {
	left: -25px;
}
#slide-container .bx-controls-direction a.bx-next {
	right: -25px;
	background-position: 0 -40px;
}
#slide-container .bx-pager {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	right: 10px;
	bottom: 8px;
}
#slide-container .bx-pager-item {
	float: left;
}
#slide-container .bx-pager-item a {
	overflow: hidden;
	display: block;
	width: 14px;
	height: 13px;
	margin: 0 1px;
	background: url(../img/btn_pager.png) no-repeat 0 -13px;
	text-indent: 100%;
	white-space: nowrap;
}
#slide-container .bx-pager-item a.active {
	background-position: 0 0;
	cursor: default;
}
/* スライド左右カバー */
#slide-container div.cover {
	position: absolute;
	z-index: 1;
	top: 0;
	height: 350px;
	background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/* IE7 */
*:first-child+html #slide-container .bx-wrapper {
	overflow: hidden;
}
*:first-child+html #slide-container .bx-controls-direction a.bx-prev {
	left: 5px;
}
*:first-child+html #slide-container .bx-controls-direction a.bx-next {
	right: 5px;
}
/* メインタイトル */
#title {
	height: 200px;
	margin-bottom: 1px;
	background-color: #e5e5e5;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#title .inner {
	height: 100%;
}
#title h1,
#title p {
	overflow: hidden;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	text-indent: 100%;
	white-space: nowrap;
}

/*
 * メイン
 */
#main {
	width: 960px;
	height: 1%;
	margin: 0 auto;
	padding-bottom: 50px;
}
#main:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ".";
}
/* パンくずリスト */
#topic-path {
	padding: 18px 0;
}
#topic-path a,
#topic-path span,
#topic-path strong {
	display: inline-block;
	padding: 0 5px;
}
#topic-path a {
	color: #333;
}
#topic-path a:first-child {
	padding-left: 0;
	text-transform: uppercase;
}
#topic-path strong {
	font-weight: normal;
}
/*
 * コンテンツ
 */
.contents {
	float: left;
	width: 700px;
	padding-right: 35px;
}
.contents.w {
	float: none;
	width: 960px;
	padding: 0;
}
.contents h1 {
	padding: 18px 2px;
	border-top: 3px solid #e60012;
	border-bottom: 1px solid #e60012;
	color: #e60012;
	font-size: 280%;
}
.contents h2 {
	color: #e60012;
}
.contents h2.cc {
    margin-bottom: 31px;
    padding: 13px 0 0 33px;
    border-top: 2px solid #e60012;
    border-bottom: 0;
    font-size: 240%;
    background: url(../img/icon_circle.gif) no-repeat 2px 14px;
}
.contents hr {
	clear: both;
	border: none;
	border-top: 2px solid #e60012;
}
.contents hr.dot {
	border-top: 1px dotted #333;
}
/* リリース共通 */
.release-block {
	margin-bottom: 30px;
}
.release-block a {
	display: inline-block;
	color: #333;
	text-decoration: none;
}
.release-block a:hover {
	text-decoration: underline;
}
.release-block .header {
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
	padding: 0 50px 4px 5px;
	border-bottom: 2px solid #eae8e8;
}
.release-block .header p {
	position: absolute;
	top: 0;
	right: 0;
}
.release-block .header p a {
	display: inline-block;
	padding: 0 5px 0 16px;
	background: url(../img/bullet_link.png) no-repeat 0 45%;
}
.release-block .scroll {
	overflow: scroll;
	max-height: 130px;
}
.release-block ul {
	margin: 0 0 0 8px;
}
.release-block li {
	list-style: none;
	position: relative;
	margin-bottom: 4px;
	padding: 3px 0 0 98px;
	font-size: 140%;
	line-height: 140%;
}
.release-block li a {
	margin-right: 5px;
}
.release-block li time {
	display: inline-block;
	position: absolute;
	width: 98px;
	top: 3px;
	left: 0;
	font-weight: bold;
	text-decoration: none;
}
.release-block li.ir,
.release-block li.sus,
.release-block li.corp,
.release-block li.re,
.release-block li.store,
.release-block li.gift,
.release-block li.notice {
	padding-left: 178px;
}
.release-block li.ir time,
.release-block li.sus time,
.release-block li.corp time,
.release-block li.re time,
.release-block li.store time,
.release-block li.gift time,
.release-block li.notice time {
    min-height: 19px;
	padding-left: 80px;
	background-repeat: no-repeat;
    background-image: url(../img/icon_release.gif);
}
.release-block li.ir time {
	background-position: 0 0;
}
.release-block li.sus time {
	background-position: 0 -100px;
}
.release-block li.corp time {
	background-position: 0 -200px;
}
.release-block li.re time {
	background-position: 0 -300px;
}
.release-block li.store time {
	background-position: 0 -400px;
}
.release-block li.gift time {
	background-position: 0 -500px;
}
.release-block li.notice time {
	background-position: 0 -600px;
}
/* スクロールバー */
.release-block .jspScrollable {
	outline: none;
}
.release-block .jspContainer {
	overflow: hidden;
	position: relative;
}
.release-block .jspPane {
	position: absolute;
}
.release-block .jspVerticalBar {
	position: absolute;
	right: 0;
	width: 13px;
	height: 100%;
	background: url(../img/scroll_bar.gif) repeat-y 100% 0;
	cursor: pointer;
}
.release-block .jspTrack {
	position: relative;
}
.release-block .jspDrag {
	position: relative;
	top: 0;
	left: 0;
	background: url(../img/scroll_drag.gif) repeat-y 100% 0;
	cursor: s-resize;
}
/* ページャー */
.contents .pager {
	padding: 50px 0 0;
	text-align: center;
}
.contents .pager p {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 140%;
	line-height: 100%;
}
.contents .pager a,
.contents .pager span {
	float: left;
	margin-right: -1px;
	padding: 4px 11px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.contents .pager a {
	color: #333;
	text-decoration: none;
}
.contents .pager a:hover {
	text-decoration: underline;
}
.contents .pager span.current {
	border-color: #333;
	background-color: #333;
	color: #fff;
}
.contents .pager a.prev {
	margin-right: 8px;
	border: none;
}
.contents .pager a.next {
	margin-left: 8px;
	border: none;
}

/*
 * サイドブロック
 */
#side-block {
	float: left;
	width: 225px;
}
#side-block p {
	margin-bottom: 15px;
}
#side-block li {
	list-style: none;
}
/* メニュー */
#side-block .nav {
	margin-bottom: 15px;
}
#side-block .nav h2 {
	margin-top: 20px;
	padding: 8px 0 6px 11px;
	background-color: #e60012;
	color: #fff;
	font-size: 140%;
}
#side-block .nav h2:first-child {
	margin-top: 0;
}
#side-block .nav ul {
	border-top: 1px solid #fff;
}
#side-block .nav li {
	border-top: 1px dotted #ccc;
	font-size: 140%;
}
#side-block .nav ul li:first-child {
	border-top: 1px solid #fff;
}
#side-block .nav li span,
#side-block .nav li a {
	display: block;
	padding: 13px 10px 11px;
	background-color: #fef2f3;
	color: #333;
	text-decoration: none;
}
#side-block .nav li.c span,
#side-block .nav li.c a,
#side-block .nav li a:hover {
	background-color: #fcd9dc;
}
#side-block .nav li a:hover {
	text-decoration: underline;
}
#side-block .nav dl {
	padding-bottom: 6px;
	background-color: #fcf2f2;
}
#side-block .nav dt,
#side-block .nav dd {
	font-size: 140%;
	line-height: 120%;
}
#side-block .nav dt {
	padding: 12px 0 6px 10px;
	border-top: 1px dotted #ccc;
}
#side-block .nav dd + dt {
	margin-top: 6px;
}
#side-block .nav dt:before {
	content: "\2014"; /* &mdash; */
	padding-right: 2px;
}
#side-block .nav dt:after {
	content: "\2014";
	padding-left: 2px;
}
#side-block .nav dd span,
#side-block .nav dd a {
	display: block;
	padding: 6px 6px 6px 42px;
	background: url(../img/bullet_link.png) no-repeat 26px 45%;
	color: #333;
	text-decoration: none;
}
#side-block .nav dd a:hover {
	text-decoration: underline;
}

/* 店舗検索 */
#side-block .search {
	margin-bottom: 15px;
}
#side-block .search h2 {
	padding: 11px 8px 9px 38px;
	background: #e3001e url(../../img/icons.png) no-repeat 8px 9px;
	color: #fff;
	font-size: 180%;
}
#side-block .search dl {
	padding: 21px 10px 5px;
	background-color: #fef2f3;
}
#side-block .search dt {
	margin: 0 0 5px 2px;
	color: #e60012;
	font-size: 140%;
	font-weight: bold;
	line-height: 120%;
}
#side-block .search dd select {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 21px;
	padding: 0 6px;
	border: 1px solid #ccc;
}
#side-block .search #s-pref select,
#side-block .search #s-city-none,
#side-block .search #s-store-none {
	display: block;
}
/* PB商品 */
#side-block .nav li.v-select,
#side-block .nav li.v-quality,
#side-block .nav li.v-premium {
	font-size: 120%;
	line-height: 120%;
}
#side-block .nav li.v-select a,
#side-block .nav li.v-quality a,
#side-block .nav li.v-premium a {
	padding: 10px 5px 10px 24px;
	background-position: 8px 12px; 
	background-repeat: no-repeat;
}
	
#side-block .nav li.v-select a { background-image: url(../../pb_img/icon_vselect.png);}
#side-block .nav li.v-quality a { background-image: url(../../pb_img/icon_vquality.png);}
#side-block .nav li.v-premium a { background-image: url(../../pb_img/icon_vpremium.png);}

/*
 * バナー
 */
/* 店舗検索 */
.bnr-store-search {
	display: block;
	margin-bottom: 15px;
	border: 3px solid #faccd0;
}
.bnr-store-search a {
	display: block;
	padding: 12px 0 11px 42px;
	background: url(../img/side_store_search.gif) no-repeat 8px 12px;
	color: #e60012;
	text-decoration: none;
}
.bnr-store-search h2 {
	font-size: 180%;
}
.bnr-store-search a > p {
	margin: 0 !important;
	color: #333;
	font-size: 120%;
}

/*
 * バナーエリア
 */
#banner-block p {
	margin-bottom: 10px;
	text-align: center;
}

/*
 * フッター
 */
#footer .inner {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	overflow: hidden;
}
#footer li {
	list-style: none;
	float: left;
	margin: 0 32px 0 3px;
	font-size: 130%;
	line-height: 120%;
}
#footer li a {
	display: inline-block;
	padding-left: 16px;
	background: url(../img/bullet_link.png) no-repeat 0 45%;
}
/* 簡易サイトマップ */
#footer-list {
	margin-bottom: 2px;
	padding: 20px 0 18px;
	background-color: #fcf2f2;
}
/* 各種一覧 */
#footer .etc {
	padding: 19px 0 16px;
	background-color: #f9e5e6;
}
/* コピーライト等 */
#footer .etc + div {
	padding: 11px 0 10px;
}
#footer .etc + div ul {
	float: left;
	margin-left: 2px;
	border-left: 1px solid #bbb;
}
#footer .etc + div li {
	border-right: 1px solid #bbb;
	margin: 0;
	padding: 0 6px;
	font-size: 110%;
	line-height: 120%;
}
#footer .etc + div li a {
	display: inline;
	background: none;
	padding: 0;
}
#footer .etc + div p {
	float: right;
	font-family: Arial, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 120%;
}

/*
 * 汎用
 */
.pc-none {
	display: none;
}
/* Default Layout */


/*-----
 *  PC Layout: >= 768px
 */
@media screen and (min-width:768px) {
	/* 検索 */
	#search-block form {
		display: block !important;
	}
	/* グローバルナビ */
	#nav ul {
		display: block !important;
	}
} /* PC Layout */


/*-----
 *  Mobile Layout: 480px, 320px
 */
@media screen and (max-width:767px) {
	html {
		overflow-y: visible;
	}
	body {
		min-width: inherit;
	}
	
	/*
	 * ヘッダー
	 */
	#header {
		position: relative;
		border-top-width: 2px;
	}
	#header .inner {
		width: 100%;
	}
	#header > .inner {
		height: 48px;
	}
	#header h2.opened {
		background-color: #fce5e7;
	}
	/* ロゴ */
	#logo {
		padding: 3px 0 0 3px !important;
	}
	#logo img {
		width: auto;
		height: 42px;
	}
	/* 検索、お問い合わせ、メニュー */
	#header .sub {
		float: none;
		margin-top: 0 !important;
	}
	#search-block h2,
	#nav h2 {
		overflow: hidden;
		display: block;
		position: absolute;
		top: 7px;
		width: 43px;
		height: 34px;
		border-left: 1px solid #e60012;
		border-right: 1px solid #e60012;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
		text-indent: 100%;
		white-space: nowrap;
		cursor: pointer;
	}
	/* 検索 */
	#search-block {
		float: none;
	}
	#search-block h2 {
		right: 97px;
		background-image: url(../img/btn_menu_search.png);
	}
	#search-block form {
		display: none;
		position: absolute;
		z-index: 200;
		top: 48px;
		left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10px 30px;
		background-color: rgba(0,0,0,0.8);
		border: none;
	}
	#search-block input {
		border-radius: 0;
		-webkit-appearance: none;
		appearance: none;
	}
	#search-block input[type="text"] {
		width: 80%;
		font-size: 16px;
		line-height: 24px;
	}
	#search-block input[type="submit"] {
		width: 17%;
		margin-left: 3%;
		background-image: none;
		background-color: #ccc;
		text-align: center;
		text-indent: 0;
	}
	/* お問い合わせ */
	#contact-btn {
		float: none;
		position: absolute;
		top: 7px;
		right: 53px;
	}
	#contact-btn a {
		width: 43px;
		height: 34px;
		background-image: url(../img/btn_menu_contact.png);
		background-size: contain;
	}
	/* グローバルナビ */
	#nav {
		background-color: transparent;
	}
	#nav .inner {
		width: 100%;
	}
	#nav h2 {
		right: 8px;
		background-image: url(../img/btn_menu.png);
	}
	#nav ul {
		overflow: visible;
		display: none;
		position: absolute;
		z-index: 200;
		top: 48px;
		left: 0;
		width: 100%;
		background-color: #e60012;
	}
	#nav li {
		float: none;
		border-bottom: 1px solid #fff;
		font-size: 14px;
		font-weight: bold;
	}
	#nav li a {
		position: relative;
		padding: 13px 0 13px 10px;
	}
	#nav li a:before {
		content: attr(data-title);
	}
	#nav li a:after {
		overflow: hidden;
		position: absolute;
		top: 19px;
		right: 13px;
		width: 5px;
		height: 8px;
		background: url(../img/icon_arrow_sp.png) no-repeat 50% 0;
		background-size: 5px auto;
		text-indent: 100%;
		white-space: nowrap;
		content: " ";
	}
	#nav li a img {
		display: none;
	}
	/* IRカテゴリー用ナビ */
	#ir-nav {
		display: none;
	}
	/* ビジュアルスライド */
	#slide-container {
		height: auto;
	}
	#slide-container ul.slides {
		width: 100% !important;
	}
	#slide-container ul.slides li {
		width: 100% !important;
		margin: 0 !important;
	}
	#slide-container ul.slides li img {
		width: 100%;
		height: auto;
	}
	#slide-container .bx-wrapper {
		width: 100% !important;
		max-width: inherit !important;
	}
	#slide-container .bx-controls {
		display: none;
	}
	/* スライド左右カバー */
	#slide-container div.cover {
		display: none;
	}
	/* メインタイトル */
	#title {
		height: 50px !important;
		margin-bottom: 0;
		background-size: contain;
	}
	#title .inner {
		display: table;
	}
	#title h1,
	#title p {
		display: table-cell;
		padding-left: 12px;
		background: none !important;
		font-size: 15px;
		font-weight: normal;
		text-indent: 0;
		white-space: normal;
		vertical-align: middle;
	}
	
	/*
	 * メイン
	 */
	#main {
		width: 100%;
		height: auto;
	}
	/* パンくずリスト */
	#topic-path {
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 6px 0 16px 8px;
		font-size: 9px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#topic-path a,
	#topic-path span,
	#topic-path strong {
		padding: 0 3px;
	}
	/*
	 * コンテンツ
	 */
	.contents {
		float: none;
		width: auto !important;
		padding: 0 8px !important;
	}
	.contents h1 {
		padding: 0 0 14px 2px;
		border-top: none;
		border-bottom-width: 2px;
		font-size: 18px;
	}
	.contents h2.cc {
		margin-bottom: 20px;
		padding: 10px 0 0 24px;
		background-position: 2px 12px;
		background-size: 16px auto;
		font-size: 18px;
	}
.contents hr {
	clear: both;
	border: none;
	border-top: 2px solid #e60012;
}
.contents hr.dot {
	border-top: 1px dotted #333;
}
	/* リリース共通 */
	.release-block .header {
		margin-bottom: 0;
		padding: 0 50px 2px 2px;
	}
	.release-block .header h2 {
		font-size: 15px;
	}
	.release-block .header p a {
		background-image: url(../img/bullet_link_sp.png);
		background-size: 12px auto;
	}
	.release-block .scroll {
		overflow: visible !important;
		width: auto !important;
		max-height: inherit !important;
	}
	.release-block ul {
		margin: 0;
	}
	.release-block li {
		margin: 12px 0 0;
		padding: 0 0 10px;
		border-bottom: 1px solid #E5E5E5;
		font-size: 12px;
	}
	.release-block li a {
		position: relative;
		display: block;
		margin-right: 0;
		padding: 0 20px 0 3px;
	}
	.release-block li a:after {
		overflow: hidden;
		position: absolute;
		top: 40%;
		right: 9px;
		width: 5px;
		height: 8px;
		background: url(../img/icon_arrow_sp.png) no-repeat 50% -100px;
		background-size: 5px auto;
		color: #e60012;
		text-indent: 100%;
		white-space: nowrap;
		content: " ";
	}
	.release-block li time {
		display: block;
		position: static;
		width: auto;
		margin-bottom: 6px;
	}
	.release-block li.ir,
	.release-block li.sus,
	.release-block li.corp,
	.release-block li.re,
	.release-block li.store,
	.release-block li.gift,
	.release-block li.notice {
		padding-left: 0;
	}
	.release-block li.ir time,
	.release-block li.sus time,
	.release-block li.corp time,
	.release-block li.re time,
	.release-block li.store time,
	.release-block li.gift time,
	.release-block li.notice time {
	    background-image: url(../img/icon_release_sp.png);
		background-size: 71px auto;
	}
	.release-block li.ir time {
		background-position: 0 0;
	}
	.release-block li.sus time {
		background-position: 0 -50px;
	}
	.release-block li.corp time {
		background-position: 0 -100px;
	}
	.release-block li.re time {
		background-position: 0 -150px;
	}
	.release-block li.store time {
		background-position: 0 -200px;
	}
	.release-block li.gift time {
		background-position: 0 -250px;
	}
	.release-block li.notice time {
		background-position: 0 -300px;
	}
	/* スクロールバー */
	.release-block .jspContainer {
		width: auto !important;
		height: auto !important;
	}
	.release-block .jspPane {
		position: static !important;
		width: auto !important;
	}
	/* ページャー */
	.contents .pager {
		padding-top: 20px;
	}
	.contents .pager p {
		padding: 0;
	}
	.contents .pager a.prev,
	.contents .pager a.next {
		font-size: 12px;
	}
	
	/*
	 * サイドブロック
	 */
	#side-block {
		float: none;
		width: 100%;
		margin-top: 50px;
	}
	/* メニュー */
	#side-block .nav h2 {
		margin-top: 10px;
	}
	#side-block .nav h2:first-child {
		margin-top: 0;
	}
	#side-block .nav dd span {
		position: relative;
		background: none;
		color: #999;
	}
	#side-block .nav dd span:before {
		position: absolute;
		top: 5px;
		left: 29px;
		content: "-";
	}
	/* 店舗検索 */
	#side-block .search h2 {
		padding: 9px 9px 9px 34px;
		background-size: 20px auto;
		font-size: 16px;
	}
	#side-block .search dl {
		padding-top: 15px
	}
	#side-block .search dd select {
		margin-bottom: 15px;
		font-size: 16px;
	}
	
	/*
	 * バナー
	 */
	/* 店舗検索 */
	.bnr-store-search {
		margin: 0 10px 15px;
	}
	.bnr-store-search a {
		position: relative;
		padding-left: 45px;
	}
	.bnr-store-search a:after {
		overflow: hidden;
		position: absolute;
		top: 45%;
		right: 7px;
		width: 5px;
		height: 8px;
		background: url(../img/icon_arrow_sp.png) no-repeat 50% -100px;
		background-size: 5px auto;
		text-indent: 100%;
		white-space: nowrap;
		content: " ";
	}
	.bnr-store-search a img {
		width: 92px;
		height: auto;
	}
	/* バローカード */
	.bnr-valor-card {
		width: 304px;
		height: 170px;
		margin-left: auto;
		margin-right: auto;
	}
	.bnr-valor-card a {
		display: block;
		width: inherit;
		height: inherit;
		background: url(../img/bnr_valor_card_sp.jpg) no-repeat 0 0;
		background-size: contain;
	}
	.bnr-valor-card a img {
		visibility: hidden;
	}
	
	/*
	 * フッター
	 */
	#footer .inner {
		width: 100%;
	}
	/* 簡易サイトマップ */
	#footer-list {
		margin-bottom: 1px;
		padding: 0;
	}
	#footer-list li {
		float: none;
		margin: 0;
		border-bottom: 1px solid #fff;
		font-size: 12px;
		font-weight: normal;
	}
	#footer-list li a {
		position: relative;
		display: block;
		padding: 14px 10px;
		background: none;
		text-decoration: none !important;
	}
	#footer-list li a:after {
		overflow: hidden;
		position: absolute;
		top: 17px;
		right: 19px;
		width: 5px;
		height: 8px;
		background: url(../img/icon_arrow_sp.png) no-repeat 50% -100px;
		background-size: 5px auto;
		text-indent: 100%;
		white-space: nowrap;
		content: " ";
	}
	/* 各種一覧 */
	#footer .etc {
		padding: 0;
	}
	#footer .etc li {
		float: none;
		margin: 0 8px;
		border-top: 1px dotted #e60012;
		font-size: 12px;
	}
	#footer .etc ul li:first-child {
		border: none;
	}
	#footer .etc a {
		display: block;
		padding: 10px 0 10px 20px;
		background: url(../img/bullet_link_sp.png) no-repeat 2px 45%;
		background-size: 12px auto;
	}
	/* コピーライト等 */
	#footer .etc + div {
		padding: 0;
		text-align: center;
	}
	#footer .etc + div ul {
		display: inline-block;
		float: none;
		margin: 0;
		padding: 10px 1px 0 0;
		border: none;
		vertical-align: bottom;
	}
	#footer .etc + div li {
		margin: 0 -1px 5px 0;
		border-color: #666;
		border-left: 1px solid #666;
		font-size: 10px;
	}
	#footer .etc + div li:nth-child(4) {
		clear: left;
		margin-left: 4em;
	}
	#footer .etc + div p {
		float: none;
		padding: 10px 0;
		font-size: 11px;
	}
	
	/*
	 * 汎用
	 */
	.pc-none {
		display: block;
	}
	br.pc-none {
		display: inline;
	}
	.sp-none {
		display: none;
	}
} /* Mobile Layout */


/*-----
 *  Landscape Mobile Layout: 480px
 */
@media screen and (min-width:480px) and (max-width:767px) {
	/* コピーライト等 */
	#footer .etc + div li:nth-child(4) {
		clear: none;
		margin-left: 0;
	}
} /* Landscape Mobile Layout */


/*-----
 *  Print
 */
@media print {
	html {
		overflow-y: visible;
	}
}
