@charset "UTF-8";
/* @import url(http://fonts.googleapis.com/earlyaccess/notosanshebrew.css); */

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, dt, dd, ol, ul, li,
th, td,
form, fieldset, input, textarea, select, button, menu, article, section, footer { margin:0 0 0 0; padding:0 0 0 0; border:none;  border-radius: 0px; background: none; -webkit-appearance:none; appearance:none; -moz-appearance:none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size:inherit;
	font-family: inherit;
}
#map div{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
select { margin:0 0 0 0; text-indent: 30px;
text-overflow: "";}
html { height:100%; }
body { height:100%; line-height: 1;}
a { text-decoration: none; }
abbr, acronym { border:0 none; }
q:before, q:after { content:""; }
ol, ul { list-style:none; }
img { border:0 none; vertical-align:bottom; }
object { outline:none; }
table { border-spacing:0; }
*:first-child+html table { border-collapse:collapse; }
* html table { border-collapse:collapse; }
caption { text-align:left; }
th,
td { text-align:left; vertical-align:middle; empty-cells:show; }
hr { display:none; }
fieldset { border:0 none; }
label { cursor:default; }
iframe { border:0 none; overflow:auto; }
h1, h2, h3, h4, h5, h6 { font-style:normal; font-weight:normal; font-size:100%; }
p, address, blockquote, pre, div,
abbr, acronym, dfn, cite, q, code, kbd, samp, var,
dl, ol, ul,
caption, th { font-weight:normal; font-style:normal; }
em, strong { font-weight:bold; font-style:normal; }
button { border: none; background: transparent; padding: 0;}
button:hover, input:hover,  select:hover { cursor: pointer; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; margin:0 0 0 0; padding:0 0 0 0; }
article:after, aside:after, details:after, figcaption:after, figure:after, footer:after, header:after, hgroup:after, menu:after, nav:after, section:after, ul:after, ol:after, dl:after, form:after, .clear:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; line-height:0; }

/* tags */

body {
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	-webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
	letter-spacing: 0.02em;
	font-size: 13px;
	color: #565656;
}

a {
	color: #565656;
}

article p {
	line-height: 1.6;
}

@media (min-width:769px) {
body{
	-webkit-print-color-adjust: exact;
}
body >header {
	position: relative;
	height: 60px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

body >header h1 {
	width: 250px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}

body >header h1 a {
	width: 250px;
	height: 60px;
	display: block;
	background: url(../img/pc/logo.jpg);
	text-indent: -9999px;
}

body > header nav {
	position: absolute;
	right: 50%;
	margin-right: -600px;
	width: 300px;
}

body > header nav li a {
	display: block;
	float: left;
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

body > header nav li a.flyer {
	border-right: 1px dashed #ffffff;
	background: #aaaaaa;
}

body > header nav li a.store_search {
	background: #aaaaaa;
}

body > header nav li a:hover {
	background-color: #c70a38;
	
}

/* footer */

body > footer {
	border-top: 1px solid #cccccc;
}

body > footer nav {	
}

body > footer nav ul {
	width: 1201px;
	margin: 20px auto;
	padding-left: 10px;
	border-left: 1px solid #666666;
}

body > footer nav ul li a {
	float: left;
	margin-right: 10px;
	text-align: left;
	padding-bottom: 3px;
	padding-right: 10px;
	border-right: 1px solid #666666;
	font-size: 12px;
}

body > footer nav ul li a:hover {
	text-decoration: underline;
}

body > footer address {
	width: 1200px;
	text-align: right;
	margin: 0 auto;
	color: #666666;
	font-size: 85%;
	padding-bottom: 20px;
}

body > footer:after {
	display: none;
}

/* content */

div#main {
	background: #D8D8D8;
	padding: 20px 0;
}

article {
	width: 1200px;
	margin: 0 auto;
}

/* flyer */

div#flyer {
	width: 1200px;
	background: #ffffff;
	margin-bottom: 20px;
	overflow: hidden; /*hack*/
	min-height: 325px;
}

menu#brands {
	width: 180px;
	border-right: 1px solid #cccccc;
	overflow: visible;
	position: relative;
	float: left;
	padding-bottom: 32768px;  /*hack*/
	margin-bottom: -32768px; /*hack*/
}

menu#brands button {
	display: block;
	width: 180px;
	height: 60px;
	border-bottom: 1px solid #cccccc;
	background: #AACC00;
	text-indent: -9999px;
	position: absolute;
}

menu#brands button#s {
	background: url(../img/pc/flyer_shimamura.png) no-repeat left top;
	border-right: 3px solid #CA0336;
	top: 0;
}

menu#brands button#a {
	background: url(../img/pc/flyer_availe.png) no-repeat left top;
	border-right: 3px solid #E5002D;
	top: 60px;
}

menu#brands button#b {
	background: url(../img/pc/flyer_birthday.png) no-repeat left top;
	border-right: 3px solid #F9BE00;
	top: 120px;
}

menu#brands button#c {
	background: url(../img/pc/flyer_chamble.png) no-repeat left top;
	border-right: 3px solid #003629;
	top: 180px;
}

menu#brands button#d {
	background: url(../img/pc/flyer_divalo.png) no-repeat left top;
	border-right: 3px solid #003989;
	top: 240px;
}

menu#brands button#s.active,
menu#brands button#a.active,
menu#brands button#b.active,
menu#brands button#c.active,
menu#brands button#d.active{
	background-position: left bottom;
}

menu#brands button:hover {
	cursor: pointer;
	-webkit-transition: background-position 0.15s linear;
	transition: background-position 0.15s linear;
	background-position: left bottom !important;
}

div#flyer_results {
	position: relative;
	width: 1020px;
	padding: 36px 40px;
	float: right;
}

div#flyer_results header {
	margin-bottom: 20px;
}

div#flyer_results header h1 {
	display: inline-block;
	border: 2px solid #E5002D;
	background: #E5002D;
	padding-right: 20px;
	line-height: 23px;
	color: #ffffff;
	font-weight: 800;
}

div#flyer_results header h1 span {
	display: inline-block;
	height: 23px;
	margin-right: 20px;
	text-indent: -9999px;
	background-position: 0 50%;
	border-left: 20px solid #ffffff;
	border-right: 20px solid #ffffff;
}

div#flyer_results > dl {
	width: 450px;
	float: left;
}

div#flyer_results header + dl {
	/* margin-right: 40px; */
}

div#flyer_results > dl > dt {
	margin-bottom: 14px;
	padding-left: 14px;
	display: inline-block;
	border:1px solid #333333;
	color: #ffffff;
	font-weight: bold;
	background: #000000;
	font-size: 90%;
}

div#flyer_results > dl > dt span {
	display: inline-block;
	padding: 4px 14px;
	margin-left: 14px;
	background: #ffffff;
	color: #000000;
}

div#flyer_results > dl > dt span time.start {
	padding-right: 32px;
	margin-right: 10px;
	background: url(../img/common/arrow.png) no-repeat right 50%;
}

div#flyer_results > dl > dd img:hover {
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
	opacity: 0.3;
}

div.national {
	border: 2px solid #cccccc;
	width: 450px;
	/* margin-bottom: 20px; */
}

div.national img {
	width: 446px;
	height: auto;
}

div.urban {
	width: 450px;
    display: -webkit-box;
    /* display: -moz-box; */
   display:flex;
    display: box;
    margin-bottom: 5px;
}

div.urban > a {
	display: inline-block;
	/* border: 2px solid #cccccc;*/
	width: 180px;
	margin-right: 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

div.urban > a img {
	width: 176px;
	height: auto;
}

div.urban dl {
	width: 260px;
	overflow: hidden;
}

div.urban dt {
	border-bottom: 1px solid #333333;
	color: #444444;
	font-weight: 600;
	margin-bottom: 5px;
	padding-bottom: 8px;
	padding-left: 0.5em;
	width: 260px;
}

div.urban dt:before {
	content: "»";
	margin-right: 5px;
}

div.urban dd ul {
	width: 240px;
	margin-left: 20px;
	color: #555555;
}

div.urban dd li {
	font-size: 88%;
	line-height: 1.52;
	width: 50%;
	float: left;
	list-style-type: disc;
}

div.urban dd li a:hover {
	text-decoration: underline;
}


div#flyer_results footer {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid  #E5002D;
	background: #E5002D url(../img/common/alert.png) no-repeat 3px 50%;
	padding-left: 40px;
}

div#flyer_results footer p {
	background: #ffffff;
	padding: 8px 15px;
	color: #000000;
}


/* store_serch */

div#store_search {
	width: 1200px;
	margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}

div#store_left {
	background: #ffffff;
	width: 880px;
	padding: 20px;
	margin-right: 20px;
}

div#result_left {
	background: #ffffff;
	width: 450px;
	padding: 20px;
	margin-right: 20px;
}

div#store_right {
	background: #ffffff;
	padding: 20px;
	width: 300px;
}

div#store_right.none {
	display: none;
}

div#map_right {
	background: #ffffff;
	padding: 20px;
	width: 730px;
}

/*後で消す*/
div#map {
	height: 515px;
	border: 1px solid #cccccc;
}

div#store_search > div header {
	margin-bottom: 16px;
}

div#store_search > div header h1 {
	font-size: 115%;
	font-weight: 800;
	color: #212121;
	width: inherit;
	float: left;
}

div.location_distance {
	position: absolute;
	top: 16px;
	right: 0;
	font-size: 180%;
	color: #D2220F;
	font-weight: 100;
}

/* bread_crumb */
nav#bread_crumb {
	float: left;
	margin-left: 16px;
	position: relative;
	top: 1.15em;
	margin-top: -0.88em;
}

nav#bread_crumb li {
	font-size: 88%;
	height: 0.88em;
	float: left;
}

nav#bread_crumb li:after {
	content: ">";
	margin: 0 4px;
	line-height: 0.88em;
}

nav#bread_crumb li:last-child:after {
	content: none;
	display: none;
}

ul#pref_list {
	border-bottom: 1px dashed #999999;
	background: url(../img/pc/japan.png) no-repeat right 50%;
}

ul#pref_list dl {
	border-top: 1px dashed #999999;
	padding: 10px 0;
}

ul#pref_list dt {
	width: 115px;
	height: 32px;
	background: #000000 url(../img/pc/region_icon.png) no-repeat 5px 50%;
	color: #ffffff;
	text-align: center;
	line-height: 32px;
	padding-left: 17px;
	margin-right: 16px;
	font-weight: 800;
	float: left;
}

ul#pref_list dd {
	width: 708px;
	float: left;
}

ul#pref_list dd ul  {
	width: 708px;
	overflow: hidden;
}

ul#pref_list dd ul li {
	float: left;
	margin-right: 22px;
}

ul#pref_list dd ul li:last-child {
	margin-right: 0;
}

ul#pref_list dd ul li a {
	position: relative;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 32px;
	width: 68px;
	line-height: 32px;
	text-align: center;
	font-weight: 800;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-left: 5px;
	background: #ffffff;
}

ul#pref_list dd ul li a:before {
	content: "";
	position: absolute;
	left: 68px;
	top: 0;
	margin-left: -1px;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 10px solid #999999;
}

ul#pref_list dd ul li a:after {
	content: "";
	position: absolute;
	left: 68px;
	top: 0;
	margin-left: -2px;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 10px solid #ffffff;
}

ul#pref_list dd ul li a:hover {
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
	background: #999999;
	color: #ffffff;
}

ul#pref_list dd ul li a:hover:after {
	margin-left: -1px;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
	border-left: 10px solid #999999;
}


/* search_field */
form {
	color: #222222;
}

form li {
	clear: both;
	margin-bottom: 24px;
}

div#store_search div#store_right header h1 {
	width: 300px;
	height: 50px;
	line-height: 50px;
	background: #454545;
	position: relative;
	top: -20px;
	left: -20px;
	padding: 0 20px;
	color: #ffffff;
}

div#store_search div#store_right header {
	margin-bottom: 0px;
}

div#store_search div#store_right h2 {
	font-weight: bold;
	margin-bottom: 12px;
	color: #333333;
}

div#store_search div#store_right form h2 {
	padding-left: 8px;
	border-left: 5px solid #ca0837;
}

button#location_search {
	border: 1px solid #333333;
	width: 260px;
	height: 40px;
	background: url(../img/common/location.png) no-repeat 40px 50%;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	background-color: #ffffff;
	text-indent: 15px;
}

button#location_search:hover {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	background-color: #bbbbbb;
}

select {
	overflow: hidden;
	opacity: 0;
	text-indent: -9999px;
	background: transparent;
	position: relative;
	z-index: 9999;
	width: 100%;
}

select#pref_select {
	width: 260px;
	height: 40px;
	font-size:inherit;
	font-family: inherit;
	width: 260px;
	cursor: default;
}
select#pref_select + span {
	border: 1px solid #333333;
}

select#city_select {
	width: 260px;
	height: 39px;	
	margin-bottom: 14px;
	cursor: default;
}

select#city_select + span {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

select.disable:hover {
	cursor: default;
}

select + span {
	background: url(../img/common/slide.png) no-repeat 220px 50%;
	width: 258px;
}

select#city_select.disable + span {
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

span.city_select {
	color: #333333;
}

select#city_select.disable + span.city_select {
	opacity: 0.5;
}

input.default_font {
	color: #777777 !important;
}

input#freeword {
	border: 1px solid #333333;
	width: 260px;
	height: 40px;
	font-size:inherit;
	font-family: inherit;
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
	background: url(../img/common/search.png) no-repeat 40px 50%;
	text-indent: 15px;
	line-height: 40px;
	margin-bottom: 14px;
	cursor: default;
}

input.active[type=text] {
	text-align: left !important;
	background-image: none !important;
}

div#serach_option {
	border: 1px solid #333333;
	margin-bottom: 24px;
}

div#serach_option ul {
	padding: 0 5px 10px 5px;
}

div#serach_option span:first-child + ul {
	border-bottom: 1px solid #333333;
}

div#serach_option span:first-child + ul li {
	width: 50%;
	float: left;
}

div#serach_option span:first-child + ul li label span {
	display: block;
	text-indent: -9999px;
}

span.notes {
	color: #666666;
	font-size: 8px;
	display: block;
	margin-top: -2px;
	margin-bottom: 10px;
	line-height: 1.4;
}

span.caption {
	display: block;
	color: #333333;
	font-size: 10px;
	margin: 10px 10px 5px 10px;
	line-height: 1.4;
}

input[type=checkbox] {
	display: none;
}

label.checkbox {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  height: 20px;
  display: inline-block;
  padding: 5px 12px 5px 32px;
  /* cursor: pointer; */
  line-height: 20px;
  border-radius: 5px;
}

label.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  content: '';
}

label.checkbox:before {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  position: absolute;
  top: 2px;
  left: 4px;
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  background: url(../img/common/check.png);
  content: '';
  opacity: 0;
  z-index: 9999;
}

input[type=checkbox]:checked + .checkbox:before {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
}

span.s {
	background: #ffffff url(../img/pc/brand_icon_min/shimamura.png) no-repeat;
	width: 48px;
}

span.a {
	background: #ffffff url(../img/pc/brand_icon_min/avail.png) no-repeat;
	width: 38px;
}

span.b {
	background: #ffffff url(../img/pc/brand_icon_min/birthday.png) no-repeat;
	width: 58px;
}

span.c {
	background: #ffffff url(../img/pc/brand_icon_min/chamble.png) no-repeat;
	width: 52px;
}

span.d {
	background: #ffffff url(../img/pc/brand_icon_min/divalo.png) no-repeat;
	width: 45px;
}

input.submit {
	width: 120px;
	height: 40px;
	background: #444444 url(../img/pc/region_icon.png) no-repeat 10px 50%;
	color: #ffffff;
	font-weight: 800;
	text-align: center;
	line-height: 40px;
	text-indent: 20px;
	margin-left: 140px;
}

input.submit:hover {
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
	background-color: #777777;
}


/* results */

ul.results {
	border-top: 1px dashed #777777;
	float: left;
}

ul.results > li {
	padding: 16px 0;
	border-bottom: 1px dashed #777777;
	position: relative;
}

ul.results dt {
	font-size: 112%;
	color: #222222;
	margin-bottom: 10px;
	display: inline-block;
	width: auto;
}

ul.results dt.return {
	line-height: 1.2;
	margin-bottom: 7px;
	margin-top: -1px;
}

ul.results ul.store_info li {
	font-size: 88%;
}

ul.results ul.store_info li.address {
	margin-bottom: 8px;
}

ul.results ul.stat li {
	float: left;
	margin-right: 10px;
}

ul.results ul.stat li:last-child {
	margin-right: 0;
}

ul.results ul.stat li span {
	display: block;
	height: 20px;
	line-height: 20px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #777777;
	padding: 0 10px;
	font-size: 88%;
}

ul.results ul.stat li span.enable {
	background: #777777;
	font-weight: 800;
	color: #ffffff;
}

menu#prev_next {
	clear: both;
	display: block;
	padding-top: 20px;
	margin: 0 auto;
}

menu#prev_next button {
	display: block;
	width: 20px;
	height: 20px;
	background: #777777;
	color: #ffffff;
	line-height: 18px;
	border: 1px solid #777777;
	font-size: 11px;
	font-weight: 800;
	float: left;
	margin-right: 14px;
}

menu#prev_next button.active {
	background: #ffffff;
	color: #777777;
}

menu#prev_next button:last-child {
	margin-right: 0;
}

/* pref_results */

ul#pref_results {
	width: 840px;
	border-top: none;
	position: relative;
}

ul#pref_results:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; line-height:0; }

ul#pref_results > li {
	width: 410px;
	position: absolute;
}

ul#pref_results > li:nth-child(even) {
	right: 0;
}

ul#pref_results > li:first-child, ul#pref_results > li:nth-child(2) {
	border-top: 1px dashed #777777;
	top: 0;
}

ul#pref_results > li.right {
	position: relative;
	left: 430px;
}	

ul#pref_results > li.return_b  dt {
	min-height: 28px;
}

ul#pref_results ul.brands {
	float: right;
	position: absolute;
	top: 16px;
	right: 0;
}

ul.results ul.brands li:nth-child(3n) {
	margin-right: 0;
}

ul#pref_results ul.stat {
	position: absolute;
	bottom: 8px;
	right: 0;
}

/* store_result */

ul#store_results {
	width: 410px;
}

ul#store_results dl {
	background: url(../img/common/droppin.png) no-repeat left top;
	padding-left: 46px;
}

ul#store_results ul.store_info {
	margin-bottom: 2px;
}

ul#store_results ul.store_info li {
}

ul#store_results ul.store_info li.address {
	margin-right: 20px;
}

ul#store_results ul.brands {
	width: 190px;
}

ul#store_results ul.stat {
	position: absolute;
	bottom: 16px;
	right: 0;
}

span.pin_num {
	font-family: serif;
	font-weight:normal;
	display: block;
	position: absolute;
	font-size: 11%;
	text-align: center;
	width: 20px;
	top: 23px;
	left: 10px;
	font-weight: 800;
	color: #555555;
}

/* store_detail */

div.table {
	border-bottom: 1px solid #333333;
	line-height: 20px;
}

div.table > dl:after, div.half > dl:after {
	display: none;
}

div.table > dl {
	display: table;
	width: 840px;
	margin: 0;
	border-spacing: 0;
	border-collapse:collapse;
}

div.table > dl > dt {
	display: table-cell;
	width: 100px;
	padding: 12px;
	text-align: center;
	background: #ececec;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	vertical-align: top;
}

div.table > dl > dd {
	padding: 12px 16px;
	display: table-cell;
	width: 740px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	position: relative;
}

div.half {
	display: table;
	width: 840px;
	margin: 0;
	border-spacing: 0;
	border-collapse:collapse;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

div.half > dl {
	display: table-cell;
	width: 420px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}

div.half > dl > dt {
	width: 98px;
	padding: 12px;
	text-align: center;
	background: #ececec;
	float: left;
	vertical-align: top;
}

div.half > dl > dd {
	padding: 12px 16px;
	width: 318px;
	float: left;
	border-left: 1px solid #333333;
	position: relative;
}


div#store_detail  {
	margin-top: 20px;
	color: #333333;
}

div#store_detail:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; line-height:0; }

dl.mall_stores > dd li a:before {
	content: "»";
	margin-right: 5px;
}

dd dd.print a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url(../img/common/printer.png) no-repeat ;
	position: absolute;
	top: 12px;
	right: 16px;
}

dd.route_from_station a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url(../img/common/modified_map.png) no-repeat ;
	position: absolute;
	top: 12px;
	right: 16px;
}

dl.flyer time {
	display: block;
	font-size: 88%;
	margin-bottom: 5px;
}

dl.flyer div {
	float: left;
	width: 286px;
	margin-right: 30px;
	margin-left: 30px;
}

dl.flyer div:nth-child(even) {
	margin-right: 0;
}

dl.flyer img {
	/*
	width: 286px;
	height: auto;
	*/
	height: auto;
	margin-bottom: 5px;
}

dl.topic li {
	margin-bottom: 5px;
	color: #BB0D10;
}

dl.topic ul li:last-child {
	margin-bottom: 0;
}

dl.business_hours, dl.parking, dl.station {
	border-left: none;
}

dl.neighborhood > dd li {
	float: left;
	margin-right: 16px;
}

dl.neighborhood > dd li a:before {
	content: "»";
	margin-right: 5px;
}

dl.extra li {
	margin-bottom: 5px;
}

dl.extra ul li:last-child {
	margin-bottom: 0;
}

div#detail_map {
	position: relative;
	width: 840px;
	height: 520px;
	overflow: hidden;
}

button#map_switcher {
	-webkit-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
	border-radius: 5px;
	position: absolute;
	text-align: right;
	padding-right: 16px;
	top: 10px;
	right: 10px;
	width: 190px;
	height: 40px;
	line-height: 40px;
	background: rgba(2255,255,255,0.8) url(../img/common/modified_map.png) no-repeat 14px 8px ;
}

button#map_switcher:hover {
	-webkit-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
	background-color: rgba(2255,255,255,1);
	text-decoration: underline;
	color: #777777;
}

div#detail_map div#modified {
	width: 840px;
	height: 500px;
	border: 1px solid #cccccc;
}

div#detail_map div#modified img {
	display: block;
	margin: 50px auto;
}

div.iframe div#modified {
	display: none;
}

div.modified div#map {
	display: none;
}

span.match {
	color: #ca0837;
}
}





@media (max-width:768px) {

body {
  -webkit-text-size-adjust: 100%;
}

/* header */

body >header {
	position: relative;
	height: 50px;
}

body >header h1 {
	padding: 5px 0;
	width: 200px;
	height: 40px;
	margin-left: 20px;
}

body >header h1 a {
	width: 200px;
	height: 40px;
	display: block;
	background: url(../img/pc/logo.jpg);
	text-indent: -9999px;
	background-size: 200px auto;
}

menu#button {
	height: 34px;
	position: absolute;
	/* right: 20px; */
	right : 0;
	top: 8px;
}

menu#button a#flyer_button {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 34px;
	height: 34px;
	background: url(../img/sp/flyer.png) no-repeat center top;
	padding-top: 23px;
	float: left;
	font-size: 11px;
	color: #000000;
	margin-right: 10px;
	text-align: center;
}

menu#button button#search_button {
	width: 48px;
	height: 34px;
	position: relative;
	z-index: 9999;
	font-size: 11px;
	padding-top: 23px;
	line-height: 11px;
	z-index: 9999;
}

menu#button button#search_button span.text {
	width: 34px;
	text-align: center;
}

menu#button button#search_button span.icon {
	display: block;
	position: absolute;
}

span#circle {
	border: 2px solid #333333;
	background: #ffffff;
	top: 1px;
	left: 50%;
	margin-left: -11px;
	width: 9px;
	height: 9px;
	border-radius: 8px;
	z-index: 6666;
}

span.line {
	width: 18px; 
	height: 2px;
	border-radius: 1px;
	background: #333333;
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
	top: 10px;
	left: 50%;
	margin-left: -10px;
	z-index: 3333;
}

body.show span#circle {
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	opacity: 0;
}

body.hide span#circle {
	-webkit-transition: opacity 0.14s linear;
	transition: opacity 0.14s linear;
	transition-delay:0.16s;
	opacity: 1;
}

body.show span.line {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	background-color: #c70a38;
}

body.hide span.line {
	-webkit-transition: border-color 0.6s linear;
	transition: border-color 0.6s linear;
	border-color: #333333;
}

body.show span#right_line {
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	-webkit-transform: translateY(0) rotate(135deg);
	transform: translateY(0) rotate(135deg);
	transition-delay:0.16s;
	border-color: #c70a38;
}

body.hide span#right_line {
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
	transition-delay:0s;
	border-color: #333333;
}

/* content */

div#main {
	position: relative;
	overflow: hidden;
}

article {
	width: 100%;
}

/* flyer */
body > header {
	z-index: 99999;
	background: #ffffff;
}

div#flyer {
	margin-bottom: 20px;
}

body.show article#flyer_search div#store_search {
	display: block !important;
	position: absolute !important;
	top: 0 !important;
	z-index: 9999;
}

menu#brands {
	position: fixed;
	top: 50px;
	right: -180px;
	margin-bottom: -45px;
	z-index: 8889;
}

menu#brands button {
	display: block;
	width: 180px;
	height: 60px;
	text-indent: -9999px;
	position: relative;
	top: -45px;
}

menu#brands button:hover {
	cursor: pointer;
}

menu#brands button.opener {
	height: 45px;
	display: block;
	width: 47px;
	background: #333333;
	position: relative;
	top: 0;
	right: 49px;
}

menu#brands button.opener span {
	position: absolute;
	width: 20px;
	height: 2px;
	border-radius: 1px;
	background: #ffffff;
	left: 15px;
}

menu#brands.open {
	-webkit-transition: right 0.17s;
	transition: right 0.17s linear;
	right: 0;
}

menu#brands.close {
	-webkit-transition: right 0.1s;
	transition: right 0.1s linear;
	right: -180px;
}

menu#brands.open + div#flyer_results > *:not(footer) {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s linear;
	opacity: 0.2;
}

menu#brands.close + div#flyer_results > *:not(footer) {
	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s linear;
	opacity: 1;
}


span.top {
	top: 15px;
}

span.mid {
	top: 21px;
}

span.bot {
	top: 27px;
}

menu#brands.open span.top, menu#brands.open span.bot {
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	opacity: 0;
	transition-delay:0.08s;
}

menu#brands.open span.left {
	-webkit-transition: all 0.18s linear;
	transition: all 0.18s linear;
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
	transition-delay:0.2s;
}

menu#brands.open span.right {
	-webkit-transition: all 0.18s linear;
	transition: all 0.18s linear;
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
	transition-delay:0.2s;
}

menu#brands.close span.top, menu#brands.close span.bot {
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	opacity: 1;
	transition-delay:0.15s;
}

menu#brands.close span.left {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: translateY(0) rotate(0deg);
	transform: translateY(0) rotate(0deg);
	transition-delay:0.08s;
}

menu#brands.close span.right {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: translateY(0) rotate(0deg);
	transform: translateY(0) rotate(0deg);
	transition-delay:0.08s;
}


menu#brands button#s {
	background: #CA0336 url(../img/pc/flyer_shimamura.png) no-repeat center bottom;
	background: #fff url(../img/pc/flyer_shimamura.png) no-repeat center top;
	border : 1px solid #ccc;
}

menu#brands button#a {
	background: #E5002D url(../img/pc/flyer_availe.png) no-repeat center bottom;
	background: #FFF url(../img/pc/flyer_availe.png) no-repeat center top;
	margin-top: -1px;
	border : 1px solid #ccc;
}

menu#brands button#b {
	background: #F9BE00 url(../img/pc/flyer_birthday.png) no-repeat center bottom;
	background: #fff url(../img/pc/flyer_birthday.png) no-repeat center top;
	margin-top: -1px;
	border : 1px solid #ccc;
}

menu#brands button#c {
	background: #003629 url(../img/pc/flyer_chamble.png) no-repeat center bottom;
	background: #FFF url(../img/pc/flyer_chamble.png) no-repeat center top;
	margin-top: -1px;
	border : 1px solid #ccc;
}

menu#brands button#d {
	background: #541B85 url(../img/pc/flyer_divalo.png) no-repeat center bottom;
	background: #fff url(../img/pc/flyer_divalo.png) no-repeat center top;
	margin-top: -1px;
	border : 1px solid #ccc;
}

div#flyer_results {
	padding: 20px;
	z-index: 100;
}

div#flyer_results header {
	margin-bottom: 17px;
}

div#flyer_results header h1 {
	display: inline-block;
	border: 2px solid #E5002D;
	background: #E5002D;
	padding-right: 20px;
	line-height: 23px;
	color: #ffffff;
	font-weight: 800;
}

div#flyer_results header h1 span {
	display: inline-block;
	height: 23px;
	margin-right: 20px;
	text-indent: -9999px;
	background-position: 0 50%;
	border-left: 20px solid #ffffff;
	border-right: 20px solid #ffffff;
}

div#flyer_results > dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999999;
}

div#flyer_results header + dl {
}

div#flyer_results > dl > dt {
	margin-bottom: 20px;
	padding-left: 14px;
	display: inline-block;
	border:1px solid #333333;
	color: #ffffff;
	font-weight: bold;
	background: #000000;
	font-size: 90%;
}

div#flyer_results > dl > dt span {
	display: inline-block;
	padding: 4px 14px;
	margin-left: 14px;
	background: #ffffff;
	color: #000000;
}

div#flyer_results > dl > dt span time.start {
	padding-right: 32px;
	margin-right: 10px;
	background: url(../img/common/arrow.png) no-repeat right 50%;
}

div#flyer_results > dl > dd img {
	width: 100%;
	height: auto;
}

div.national {
	border: 2px solid #cccccc;
	margin-bottom: 20px;
}

div.national img {
	max-width: 100%;
	height: auto;
}

div.urban {
	width: 100%;
	margin-bottom: 5px;
}

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

* html .clearfix { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  


div.urban > a {
	display: block;
	border: 2px solid #cccccc;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;
}

div.urban > a img {
	width: 100%;
	height: auto;
}

div.urban dl {
	width: 50%;
	padding-left: 15px;
	float: left;
}

div.urban dt {
	border-bottom: 1px solid #333333;
	color: #444444;
	font-weight: 600;
	margin-bottom: 5px;
	padding-bottom: 8px;
	padding-left: 0.5em;
}

div.urban dt:before {
	content: "»";
	margin-right: 5px;
}

div.urban dd ul {
	margin-left: 20px;
	color: #555555;
}

div.urban dd li {
	font-size: 88%;
	line-height: 1.52;
	list-style-type: disc;
}

div.urban dd li a:hover {
	text-decoration: underline;
}

div#flyer_results footer {
	position: fixed;
	top: 50px;
	left: 0px;
	border-bottom: 1px solid  #666666;
	border-top: 1px solid  #666666;
	background: #666666 url(../img/common/alert.png) no-repeat 3px 50%;
	padding-left: 40px;
	width: 100%;
	z-index: 8888;
	
	/* add */
	border-right: 1px solid  #666666;
	width: 85%;
}

div#flyer_results footer p {
	background: #ffffff;
	padding: 8px 15px;
	color: #000000;
	font-size: 10px;
	height: 100%;
	padding-right: 15px;
}

article#flyer_search div#store_right {
	z-index: 9999;
}












/* store_serch */

div#store_search {
	position: relative;
	width: 100%;
	overflow: hidden;
}

div#store_left {
	background: #ffffff;
	padding: 20px;
	position: relative;
}

div#result_left {
	background: #ffffff;
	width: 100%;
	padding: 20px;
	margin-right: 20px;
}

div#store_right {
	display: none;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

body.show div#store_right {
      display: block;
}

body.hide div#store_right {
	display: none;
}

article#search_top div#store_right, article#flyer div#store_right {
    display: block;
	position: relative;
	background: #ffffff;
}

div#search_wrapper {
	width: 100%;
	padding: 20px 20px 40px 20px;
	background: #ffffff;
	border-top: 1px solid #666666;
}

div#map {
	height: 100%;
}

div#map_right {
	width: 100%;
	height: 240px;
	margin-bottom: 20px;
	background: #ffffff;
}

div#map_right div#map {
	width: 100%;
}

div#store_search > div header {
	margin-bottom: 16px;
}

div#store_search > div header h1 {
	font-size: 115%;
	font-weight: 800;
	color: #212121;
	margin-top: 24px;
}

div.location_distance {
	position: absolute;
	top: 16px;
	right: 0;
	font-size: 180%;
	color: #D2220F;
	font-weight: 100;
}

/* bread_crumb */
nav#bread_crumb {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 10px;
	background: #333333;
	color: #ffffff;
	overflow: hidden;
}

nav#bread_crumb ul {
	padding: 0 20px;
	width: 800px;
}

nav#bread_crumb li {
	height: 28px;
	line-height: 28px;
	float: left;
}

nav#bread_crumb li a {
	color: #ffffff;
}

nav#bread_crumb li:after {
	content: ">";
	margin: 0 4px;
	line-height: 0.88em;
}

nav#bread_crumb li:last-child:after {
	content: none;
	display: none;
}

ul#pref_list {
	border-bottom: 1px dashed #999999;
	background: url(../img/pc/japan.png) no-repeat right 50%;
}

ul#pref_list dl {
	border-top: 1px dashed #999999;
	padding: 10px 0;
}

ul#pref_list dt {
	width: 99px;
	height: 32px;
	background: #000000 url(../img/pc/region_icon.png) no-repeat 5px 50%;
	color: #ffffff;
	text-align: center;
	line-height: 32px;
	padding-left: 15px;
	margin-right: 16px;
	font-weight: 800;
	float: left;
}

ul#pref_list dd {
	width: 724px;
	float: left;
}

ul#pref_list dd ul  {
	width: 724px;
	overflow: hidden;
}

ul#pref_list dd ul li {
	float: left;
	margin-right: 22px;
}

ul#pref_list dd ul li:last-child {
	margin-right: 0;
}

ul#pref_list dd ul li a {
	position: relative;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 32px;
	width: 70px;
	line-height: 32px;
	text-align: center;
	font-weight: 800;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-left: 5px;
	background: #ffffff;
}

ul#pref_list dd ul li a:before {
	content: "";
	position: absolute;
	left: 70px;
	top: 0;
	margin-left: -1px;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 10px solid #999999;
}

ul#pref_list dd ul li a:after {
	content: "";
	position: absolute;
	left: 70px;
	top: 0;
	margin-left: -2px;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 10px solid #ffffff;
}

ul#pref_list dd ul li a:hover {
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
	background: #999999;
	color: #ffffff;
}

ul#pref_list dd ul li a:hover:after {
	margin-left: -1px;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
	border-left: 10px solid #999999;
}


/* search_field */

div#store_search div#store_right header {
	height: 50px;
	margin-top: -20px !important;
}

div#store_search div#store_right header h1 {
	margin-top: 0 !important;
	height: 50px;
	line-height: 50px;
	background: #454545;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0 20px;
	color: #ffffff;
}

form {
	color: #222222;
}

form li {
	position: relative;
	margin-bottom: 64px;
}

div#store_search div#store_right h2 {
	font-weight: bold;
	margin-bottom: 12px;
	color: #333333;
}

div#store_search div#store_right form h2 {
	padding-left: 8px;
	border-left: 5px solid #ca0837;
}

button#location_search {
	border: 1px solid #333333;
	height: 40px;
	background: url(../img/common/location.png) no-repeat 40px 50%;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	background-color: #ffffff;
	text-indent: 15px;
	width: 100%;
}

button#location_search:hover {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	background-color: #dddddd;
}

select {
	overflow: hidden;
	text-indent: -9999px;
	background: transparent;
	position: relative;
	z-index: 9999;
	width: 100%;
}

select#pref_select {
	border: 1px solid #333333;
	height: 40px;
	font-size:inherit;
	font-family: inherit;
}

select#city_select {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	height: 39px;	
	margin-bottom: 14px;
}

select.disable:hover {
	cursor: default;
}

select + span {
	background: url(../img/sp/slide.png) no-repeat 50% 50%;
	width: 100% !important;
}

select#city_select.disable {
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

span.city_select {
	color: #333333;
}

select#city_select.disable + span.city_select {
	opacity: 0.5;
}

input.default_font {
	color: #777777 !important;
}

input#freeword {
	border: 1px solid #333333;
	height: 40px;
	font-size:inherit;
	font-family: inherit;
	color: #333333;
	text-align: center;
	background: url(../img/common/search.png) no-repeat 40px 50%;
	text-indent: 15px;
	width: 100%;
	margin-bottom: 14px;
}

input.active[type=text] {
	text-align: left !important;
	background-image: none !important;
}

div#serach_option {
	border: 1px solid #333333;
	margin-bottom: 20px;
}

div#serach_option ul {
	padding: 0 5px 10px 5px;
}

div#serach_option span:first-child + ul {
	border-bottom: 1px solid #333333;
}

div#serach_option span:first-child + ul li {
	width: 50%;
	float: left;
}

div#serach_option span:first-child + ul li label span {
	display: block;
	text-indent: -9999px;
}


span.notes {
	color: #666666;
	font-size: 8px;
	display: block;
	margin-top: -2px;
	margin-bottom: 10px;
	line-height: 1.4;
}

span.caption {
	display: block;
	color: #333333;
	font-size: 10px;
	margin: 12px 10px 7px 10px;
	line-height: 1.4;
}

input[type=checkbox] {
	display: none;
	position: relative;
}

label.checkbox {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  height: 20px;
  display: inline-block;
  padding: 5px 12px 5px 32px;
  cursor: pointer;
  line-height: 20px;
  border-radius: 5px;
}

label.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  content: '';
}

label.checkbox:before {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  position: absolute;
  top: 2px;
  left: 4px;
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  background: url(../img/common/check.png);
  content: '';
  opacity: 0;
  z-index: 9999;
}

input[type=checkbox]:checked + .checkbox:before {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
}

span.s {
	background: #ffffff url(../img/pc/brand_icon_min/shimamura.png) no-repeat;
	width: 48px;
}

span.a {
	background: #ffffff url(../img/pc/brand_icon_min/avail.png) no-repeat;
	width: 38px;
}

span.b {
	background: #ffffff url(../img/pc/brand_icon_min/birthday.png) no-repeat;
	width: 58px;
}

span.c {
	background: #ffffff url(../img/pc/brand_icon_min/chamble.png) no-repeat;
	width: 52px;
}

span.d {
	background: #ffffff url(../img/pc/brand_icon_min/divalo.png) no-repeat;
	width: 45px;
}

input.submit {
	width: 120px;
	height: 40px;
	background: #444444 url(../img/pc/region_icon.png) no-repeat 10px 50%;
	color: #ffffff;
	font-weight: 800;
	text-align: center;
	line-height: 40px;
	text-indent: 20px;
	position: absolute;
	right: 0;
}

/* results */

ul.results {
	border-top: 1px dashed #777777;
}

ul.results > li {
	padding: 16px 0;
	border-bottom: 1px dashed #777777;
	position: relative;
}

ul.results dt {
	font-size: 112%;
	color: #222222;
	margin-bottom: 10px;
	display: inline-block;
	width: auto;
}

ul.results dt.return {
	line-height: 1.2;
	margin-bottom: 7px;
	margin-top: -1px;
}

ul.results ul.store_info li {
	font-size: 88%;
}

ul.results ul.store_info li.address {
	margin-bottom: 8px;
}

ul.results ul.stat li {
	float: left;
	margin-right: 10px;
}

ul.results ul.stat li:last-child {
	margin-right: 0;
}

ul.results ul.stat li span {
	display: block;
	height: 20px;
	line-height: 20px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #777777;
	padding: 0 10px;
	font-size: 88%;
}

ul.results ul.stat li span.enable {
	background: #777777;
	font-weight: 800;
	color: #ffffff;
}

menu#prev_next {
	clear: both;
	display: block;
	padding-top: 20px;
	margin: 0 auto;
}

menu#prev_next button {
	display: block;
	width: 20px;
	height: 20px;
	background: #777777;
	color: #ffffff;
	line-height: 18px;
	border: 1px solid #777777;
	font-size: 11px;
	font-weight: 800;
	float: left;
	margin-right: 14px;
}

menu#prev_next button.active {
	background: #ffffff;
	color: #777777;
}

menu#prev_next button:last-child {
	margin-right: 0;
}

/* pref_results */

ul#pref_results {
	border-top: 1px dashed #777777;
	width: 100%;
}

ul#pref_results:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; line-height:0; }

ul#pref_results > li.return_b  dt {
	min-height: 28px;
}


ul#pref_results ul.stat {
	position: absolute;
	bottom: 16px;
	right: 0;
}

/* store_result */

ul#store_results {
}

ul#store_results dl {
}

ul#store_results ul.store_info {
	margin-bottom: 2px;
}

ul#store_results ul.store_info li {
}

ul#store_results ul.store_info li.address {
	margin-right: 20px;
}

ul#store_results ul.stat {
	position: absolute;
	bottom: 16px;
	right: 0;
}

span.pin_num {
	display: none;
}


/* store_detail */

div.table {
	border-top: 1px solid #aaaaaa;
	line-height: 1.6;
	padding-top: 8px;
}

div.mall {
	border-top: none;
	padding-top: 0;
}

div.table > dl:after, div.half > dl:after {
	display: none;
}

div.table > dl, div.half > dl {
}

div.table > dl > dt, div.half > dl > dt {
	color: #666666;
	margin-bottom: 3px;
	font-weight: 600;
}

div.table > dl > dd, div.half > dl > dd {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaaaaa;
	position: relative;
}


div#store_detail  {
	margin-top: 20px;
	color: #333333;
}

div#store_detail:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; line-height:0; }

div#detail_map div#map {
	width: 100%;
	height: 240px;
	margin-bottom: 20px;
}

dl.mall_stores > dd li a:before {
	content: "»";
	margin-right: 5px;
}

dd dd.print a {
	display: none;
}

dd.route_from_station a {
	display: none;
}

dl.flyer time {
	display: block;
	font-size: 88%;
	margin-bottom: 5px;
}

dl.flyer div {
	margin-bottom: 10px;
}

body.landscape dl.flyer div, body.large dl.flyer div {
	width: 48%;
}

body.landscape dl.flyer dd:after, body.large dl.flyer dd:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; line-height:0; }

body.landscape dl.flyer div:nth-child(odd), body.large dl.flyer div:nth-child(odd) {
	float: left;
}

body.landscape dl.flyer div:nth-child(even), body.large dl.flyer div:nth-child(even) {
	float: right;
}

dl.flyer img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

dl.topic li {
	margin-bottom: 5px;
	color: #BB0D10;
}

dl.topic ul li:last-child {
	margin-bottom: 0;
}

dl.business_hours, dl.parking, dl.station {
	border-left: none;
}

dl.neighborhood > dd li {
	float: left;
	margin-right: 16px;
}

dl.neighborhood > dd li a:before {
	content: "»";
	margin-right: 5px;
}

dl.extra li {
	margin-bottom: 5px;
}

dl.extra ul li:last-child {
	margin-bottom: 0;
}

button#map_switcher, button#map_app {
	font-size: 10px;
	border-radius: 5px;
	text-align: center;
	width: 48%;
	height: 36px;
	line-height: 36px;
	border: 1px solid #aaaaaa;
	position: relative;
}

button#map_app {
	margin-right: 4%;
}

div#detail_map div#modified {
	min-height: 240px;
	border: 1px solid #cccccc;
	margin-bottom: 22px;
	width: 100%;
	overflow: hidden;
}

div#detail_map div#modified img {
	display: block;
	width: 100%;
	height: auto;
}

div.iframe div#modified {
	display: none;
}
div.modified div#map {
	display: none;
}

span.match {
	color: #ca0837;
}

/* ------------------------- */
.tel_link{
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}


}


@media print {
  header, #store_right,footer{
  	display:none;
  }
  article header{
  	display: block;
  }
  article#store_detail_page, div#store_search{
  	width: auto;
  }
  div#main{
  	background: none;
  }
  
  #map_switcher{
		display: none;
	}
	div#detail_map div#map{
		height: 530px;
	}
  
  
}
