/* ############################### */
/* 日本地図表示部 */
/* ############################### */
.top-map {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	/* background-color: #F4F4F4; */
	background-color: #fff;
	display:-moz-box; display:-webkit-box; display:-o-box; display:-ms-box;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-pack:center; -ms-box-pack:center;
}
.map{
	
	width:300px;
	margin:0 auto;
	padding: 70px 0 0 0;
	background: url(../images/map.png) repeat-x left top;
	
	background-size:298px 259px;
	    -moz-background-size:298px 259px;
	    -webkit-background-size:298px 259px;
}
.map:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}
.map li{ 
	float:left;
	width:33%;
	height:100px;
}
.map li a{ 
	display:block;
	width:100%;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
}
.map li.list01 a,
.map li.list02 a,
.map li.list03 a{
	margin:5px 0 0;
}
.map li.list04 a,
.map li.list05 a,
.map li.list06 a{
	margin:50px 0 0;
}

/* ############################### */
/* 一発検索ボタン表示 */
/* ############################### */
.direct-search-block {
	/* background-color: #F4F4F4; */
	background-color: #fff;
	margin: 0;
	padding: 5px 0;
	width: 100%;
	height: 40px;
	display:-moz-box; display:-webkit-box; display:-o-box; display:-ms-box;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-pack:center; -ms-box-pack:center;

}
.direct-search-block >a {
	height: 100%;
	text-decoration: none;
}
.direct-search-block >a >div {
	margin: 0;
	padding: 5px;
	height: 100%;
	float: left;
	display:-moz-box; display:-webkit-box; display:-o-box; display:-ms-box;
	-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-pack:center; -ms-box-pack:center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

/* 検索 menu */
#accordion-box dl{
	position:relative;
	z-index:5;
	margin:0;
}
#accordion-box dl.kisyu{
	border-bottom: solid 1px #b8b8b8;
}
#accordion-box #str_center
{
	text-align:center;
	border: 0px solid #000;
}

#accordion-box #search_menu_button
{
	background:#e0e0e0;
	background:-moz-linear-gradient(top, #f3f3f3, #e0e0e0);
	background:-webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e0e0e0));
	padding:1px 0px 0px 0px;
	width:35px;
	margin-top:0;
	margin-bottom:0;
	color:#808080;
	font-size: 12pt;
	border:1px solid #c0c0c0;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#accordion-box #search_menu_button.kisyu {
  border: none;
  background-image: none;
  color: #606060;
  font-size: 12px;
}


#accordion-box dt{
	height:40px;
	font-weight:bold;
	text-align: center;
	position: relative;
	z-index:2;
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	background:#e9e9e9;
	background:-moz-linear-gradient(top, #f3f3f3, #e9e9e9);
	background:-webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e9e9e9));
	display:box;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
	-o-box-align:center;
	-ms-box-align:center;
}

#accordion-box dt.kisyu{
	-webkit-box-align: end;
	-moz-box-align: end;
	-ms-box-align: end;
	-webkit-align-items: end;
	align-items: end;
	height: auto;
	background-color: #f4f4f4;
	background-image: none;
	font-size: 12px;
	font-weight: normal;
}
#accordion-box dt.hall{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
#accordion-box dd{
	/*-webkit-transform:translate(0,-350px);
	-webkit-transition:-webkit-transform .7s ease-out;
	position: absolute;
	top: 0;
	z-index: 1;*/
	width:100%;
	margin-left:0;
	padding-top:10px;
	/*background-color: rgb(0,0,0);
	background:rgba(0,0,0,0.8);*/
	background-color:#000000;
	display: none;
	color:#ffffff;
}

#accordion-box dd.on{
	-webkit-transform:translate(0,35px) !important;
	-webkit-transition:-webkit-transform .7s ease-out;
}

#accordion-box dd ul{ 
	padding:0;
	margin:0;
}

#accordion-box dd ul li{
	list-style:none;
	padding: 0;
	border-bottom:1px solid #999;
}
#accordion-box #accordion-btn
{
	background: -webkit-gradient(linear, left top, left bottom,
	from(#fefefe),
	to(#e0e0e0));
	display: inline-block;
	margin:2px auto 2px auto;
	font-size: 16px;
	height:42px;
	font-weight: bold;
	width: 150px;
	color: #222222;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
	position: relative;
	cursor: pointer;
}

#accordion-box #reset-button
{
	background: -webkit-gradient(linear, left top, left bottom,
	from(#fefefe),
	to(#e0e0e0));
	display: inline-block;
	font-size: 12px;
	width: 110px;
	height:42px;
	margin:5px auto 5px auto;
	color: #222222;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
	position: relative;
	cursor: pointer;
}

#accordion_button_block
{
	width: 19%;
	display:table-cell;
	padding:0;
	/*border: 1px #FFFFFF solid;*/
}

#new_change_list
{
	display: none;
}

#new_change_list >ul >li
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #FFFFFF ), 
	                                                                  color-stop( 100%, #FFFFFF ) );
}

/* 絞り込みPOPUP */
.filterPopup {
  position: absolute;
  top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.filterPopup.is-show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filterPopup-bg {
  position: fixed;
	left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 12;
}
.filterPopup-block {
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.8);
  -moz-box-shadow: 0 5px 20px rgba(0,0,0,.8);
  box-shadow: 0 5px 20px rgba(0,0,0,.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 88%;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  z-index: 13;
}
.filterPopup-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: solid 1px #B2B2B2;
}
.filterPopup-header-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
  padding: 10px 12px;
  font-size: 16px;
}
.filterPopup-header-close {
  width: 48px;
  margin: 0;
  color: #383838;
  font-size: 30px;
  line-height: 44px;
  font-weight: normal;
  text-align: center;
}
.filterPopup-body {
  padding: 8px 12px 16px;
}
.filterPopup-subtitle {
  margin: 0 0 4px;
  font-weight: bold;
}
.filterPopup-grid + .filterPopup-subtitle {
  margin-top: 8px;
}
.filterPopup-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.filterPopup-grid-item {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-bottom: 4px;
	padding: 8px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #ccc;
  background-color: #FFF;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filterPopup-grid-item:not(:last-child) {
  margin-right: 4px;
}
.filterPopup-grid-item.is-selected {
  border-color: #00B4FF;
  background-color: #EFFAFF;
}
.filterPopup-grid-item > input[type="checkbox"] {
  display: none;
}
.filterPopup-grid-item > img {
  width: 100%;
  max-width: 64px;
  vertical-align: middle;
}
.filterPopup-search {
  margin: 12px 0 0;
  padding: 0 24px;
  text-align: center;
}
.filterPopup-search > button {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #ccc;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#fff, #eee);
  background-image: -moz-linear-gradient(#fff, #eee);
  background-image: -o-linear-gradient(#fff, #eee);
  background-image: linear-gradient(#fff, #eee);
  color: inherit;
  font-size: inherit;
  font-weight: bold;
}
.filterTrigger {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  margin-right: 12px;
  padding: 0 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #b8b8b8;
  background: -moz-linear-gradient(top, #f4f4f4, #d8d8d8);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#d8d8d8));
  text-decoration: none;
  color: #383838;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 30px;
}
.filterTrigger > i {
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-bottom: 1px;
  margin-right: 4px;
  background: url(../images/iconSortFilter.png) no-repeat 0 -17px;
  -webkit-background-size: 16px 32px;
  -moz-background-size: 16px 32px;
  background-size: 16px 32px;
  vertical-align: middle;
}

#hall_link
{
	margin: 0;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	display: block;
	color: #222222;
	background: url('../images/red_arrow_03.png') no-repeat 100% 50%;
}


/* hall 詳細画面用 */
.hall-menu
{
	width:100%;
	height:50px;
	background: url(/_gif/smart_phone/hall/nav_bg.png) repeat-x left top;
	border-top:1px solid #ccc;
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	box-align:left;
	-moz-box-align:center;
	-webkit-box-align:center;
	-o-box-align:center;
	-ms-box-align:center;
}

.hall-menu ul
{
	width:90%;
	list-style:none;
	margin:0 auto 0 auto;
	padding:0px;
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	box-pack:justify;
	-moz-box-pack:justify;
	-webkit-box-pack:justify;
	-o-box-pack:justify;
	-ms-box-pack:justify;
}

.hall-menu ul li
{
	list-style:none;
	margin:0 0 2px 0;
	padding:0px;
	border-bottom:1px solid #949494;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

.hall-menu ul li span
{
	display:block;
	padding:5px 10px;
	border:1px solid #2c2b29;
	border-radius: 5px;
	background: url(/_gif/smart_phone/hall/nav_link_hover_bg.png) repeat-x left center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;

}

.hall-menu ul li a
{
	display:block;
	padding:5px 10px;
	border:1px solid #2c2b29;
	border-radius: 5px;
	/* background: url(/_gif/smart_phone/hall/nav_link_bg.png) repeat-x left center; */
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 1px 1px 1px #333, -1px -1px 1px #5c5c5c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background-image: -moz-linear-gradient(top, #aaa, #666);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #aaa ), 
	                                                                  color-stop( 100%, #666 ) );

}

.hall-menu ul li a:hover
{
	background: url(/_gif/smart_phone/hall/nav_link_hover_bg.png) repeat-x left center;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #333;
}


.hall-update
{
	margin:15px 0 10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
}

.hall-radius-list {
	width: 90%;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
}

.hall-radius-list >ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 8px;
	/* vender prefix */
	-moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; -ms-border-radius: 8px;
}

.hall-radius-list >ul >li {
	padding: 3px 1px 0px 5px;
	border-top: 1px solid #999;
}

.hall-radius-list >ul >li:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px; -o-border-top-left-radius: 8px; -ms-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px; -webkit-border-top-right-radius: 8px; -o-border-top-right-radius: 8px; -ms-border-top-right-radius: 8px;
	border-top: none;
}

.hall-radius-list >ul >li:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	/* vender prefix */
	-moz-border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; -o-border-bottom-left-radius: 8px; -ms-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; -o-border-bottom-right-radius: 8px; -ms-border-bottom-right-radius: 8px;
}

#hall-subtitle
{
	width:100%;
	margin:0px;
	padding:5px 0;
	background:#000;
	color:#fff;
	text-align:center;
	font-size: 11pt;
	font-weight: bold;
}

#hall-sort-rank
{
	margin: 0;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #37375B;
}

.hall-kisyu-silver
{ 
	height:31px;
	font-size:11pt;
	font-weight: bold;
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	box-align:center;
	box-pack:center;
	background-image: linear-gradient(top, #ebebeb, #9c9c9c);
	background-color: #9c9c9c;
	border-bottom:1px solid #7d7d7d;
	color:#000;
	-moz-box-align:center;
	-webkit-box-align:center;
	-o-box-align:center;
	-ms-box-align:center;
	-moz-box-pack:center;
	-webkit-box-pack:center;
	-o-box-pack:center;
	-ms-box-pack:center;
	background-image: -moz-linear-gradient(top, #ebebeb, #9c9c9c);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ebebeb), color-stop(1.0, #9c9c9c));
}


.hall-kisyu-list {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	box-shadow: 0 5px 5px #666;
	/* Safari,Google Chrome用 */
	-webkit-box-shadow: 0 5px 5px #666;
	/* Firefox用 */
	-moz-box-shadow: 0 5px 5px #666;
}
.hall-kisyu-list ul.row {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.hall-kisyu-list ul.row >li.white {
	margin: 0;
	padding: 0;
	font-size: 16px;
	border-bottom:solid 1px #c0c0c0;
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #ffffff ), 
	                                                                  color-stop( 100%, #eeeeee ) );
}
.hall-kisyu-list ul.row >li.white >a {
	margin: 0;
	padding: 12px 0px 12px 10px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #222222;
	background: url('../images/red_arrow_03.png') no-repeat 100% 50%;
}
.hall-kisyu-list .kisyu-100per
{
	width:100%;
	display:table;
}
.hall-kisyu-list .kisyu-90per
{
	width:90%;
	display:table;
}
.hall-kisyu-list ul.row div.item-left {
	width: 100%;
	display:table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;	
}

.hall-kisyu-list ul.row div.item-right {
	width: 25px;
	display:table-cell;
	margin: 0 0 0 0;
	padding: 0 18px 0 0;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	
}
.hall-kisyu-list .left-clear
{
	clear:left;
}

.hall-space-height {
	margin: 0;
	padding: 8px;
	text-align:center;
	background-color: #E2E1E4;
}
.hall-not-link-list
{
	font-weight:normal;
	padding: 10px 0px 10px 10px;
	color:#707070;
	padding:10px 30px 10px 10px;
}
.hall-button
{
	background: -webkit-gradient(linear, left top, left bottom,
	from(#fefefe),
	to(#e0e0e0));
	display: inline-block;
	padding: 3px 10px 3px 10px;
	font-size: 14px;
	color: #222222;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
	position: relative;
	cursor: pointer;
}
.hall-station-button
{
	width: 90%;
	background: -webkit-gradient(linear, left top, left bottom,
	from(#e9e9e9),
	to(#a5a4a5));
	display: inline-block;
	padding: 5px 20px 6px;
	color: #333333;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 1px 1px rgba(255,255,255,255.25);
	position: relative;
	cursor: pointer;
	font-size: 16px;
}
.hall-mail-button
{
	margin: 0 10px;
	padding: 5px 10px;
	display: inline-block;
	-webkit-border-radius: 5px;
	background:-webkit-gradient(linear, left top, left bottom, from(#D2F0FF), to(#2B99CE));
	font-size: 12px;
	color: #111111;
	text-shadow: 0 1px 1px #ffffff; 
	cursor: pointer;
	position: relative;
	box-shadow: 0 3px 5px 666666;
}
.hall-mail-out-button
{
	margin: 0 10px;
	padding: 5px 10px;
	display: inline-block;
	-webkit-border-radius: 5px;
	background:-webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#aaaaaa));
	font-size: 12px;
	color: #111111;
	text-shadow: 0 1px 1px #ffffff; 
	text-decoration: none;
	cursor: pointer;
	position: relative;
	box-shadow: 0 3px 5px 666666;
}

.hall-open-time-list
{
	margin: 0;
	padding: 6px 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-shadow: 0px 1px  2px #fff;
	background-image: -moz-linear-gradient(top, #dddddd, #a9a9a9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #dddddd ), 
	                                                                  color-stop(   5%, #c8c8c8 ),
	                                                                  color-stop(  45%, #b3b3b3 ),
	                                                                  color-stop(  50%, #999999 ),
	                                                                  color-stop(  80%, #a9a9a9 ),
	                                                                  color-stop( 100%, #afafaf ) );
	position: relative;
}

.hall-more-back {
	padding:0;
	height:55px;
	width:100%;
	background-color: #E2E1E4;
	font-weight: normal;
	font-size: 12px;
	display:table;
	cursor: pointer;
}
.hall-more-link
{
	text-align:center;
	vertical-align: middle;
	display:table-cell;
	color: #333399;
}

.premium-menu {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 58px;
	background-color: #111111;
	background: -webkit-gradient(linear, left top, left bottom,from(#777777),color-stop(0.02, #666666),color-stop(0.48, #222222),color-stop(0.52, #000000), to(#101010));
	position:relative;
	z-index: 12;
	box-shadow: 2px 2px 3px 1px rgba( 0,0,0,0.7 );
	-webkit-box-shadow: 2px 2px 3px 1px rgba( 0,0,0,0.7 );
	-moz-box-shadow: 2px 2px 3px 1px rgba( 0,0,0,0.7 );
}
.premium-menu .column {
	margin: 0;
	padding: 0;
	height: 58px;
	float: left;
	display:-moz-box; display:-webkit-box; display:-o-box; display:-ms-box;
	-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-pack:center; -ms-box-pack:center;
}
.premium-menu .logo {
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
	width: 35%;
	text-align: left;
	-moz-box-pack:start; -webkit-box-pack:start; -o-box-pack:start; -ms-box-pack:start;
}
.premium-menu .long {
	width: 23%;
}
.premium-menu .short {
	width: 19%;
}
.premium-menu a.premium-menu-text {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	display:-moz-box; display:-webkit-box; display:-o-box; display:-ms-box;
	-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-pack:center; -ms-box-pack:center;

}
.premium-menu .premium-menu-text-mail-log {
	margin:0;
	padding:0;
	font-weight:bold;
	color:#fff;
	text-align:left;
	font-size:18px;
        -moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-pack:center; -ms-box-pack:center;

}

.maillog-detail-title
{
	background-color:#fff;
	position: relative;
	z-index: 7;
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.4);
}


.hall-gazou-souko-mark{
	position: absolute;
	display: block;
	top: 24px;
}

.hallListBottomAds {
	padding:16px 10px;
	background-color:#a0a0a0;
	background-color:#fff;
}
.hallListBottomAds > h1 {
	margin:0 0 4px;
	padding:0;
	font-size:14px;
	font-weight:normal;
}
.hallListBottomAds > ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.hallListBottomAds > ul > li {
	border-bottom:solid 1px #ababab;
	border-left:solid 1px #ababab;
	border-right:solid 1px #ababab;
}
.hallListBottomAds > ul > li:first-child {
	-webkit-border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	border-top-right-radius:8px;
	border-top:solid 1px #ababab;
}
.hallListBottomAds > ul > li:last-child {
	-webkit-border-bottom-left-radius:8px;
	-moz-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
}
.hallListBottomAds > ul > li > a {
	display:block;
	margin:0;
	padding:8px 42px 8px 10px;
	background:url(/_gif/smart_phone/parts/arrow02.png) no-repeat 100% 50%;
	color:#222;
	font-weight:bold;
	text-decoration:none;
}

a.app-back-link-arrow{
	display:block;
	/*background:url(/sp/images/iconNaviBack-0003-01.png) no-repeat 8px center;*/
	-webkit-background-size:13px 21px;
	-moz-background-size:13px 21px;
	background-size:13px 21px;
	padding:12px 16px 12px 7px;color:#fff;text-decoration:none;
}

a.app-back-link-arrow > .button{
	display:block;
	background:url(/sp/images/iconNaviBack-0003-02.png) no-repeat 8px center;
	font-weight: bold;
	-webkit-background-size:13px 19px;
	-moz-background-size:13px 19px;
	background-size:13px 19px;
	padding:4px 8px 4px 26px;
	border:solid 1px #000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:rgba(255,255,255,.1);
}

.hall-footer-block
{
	margin: 0px; 
	text-align:center;
	padding: 5px 0 5px 0;
	line-height: 150%;
	clear: both;
	background-image: -moz-linear-gradient(top, #a0a0a0, #8c8c8c);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #a0a0a0 ), 
	                                                                  color-stop( 100%, #8c8c8c ) );
	-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-pack:center; -ms-box-pack:center;
}

.hall-footer-icon
{
	margin: 0px;
	padding: 2px 5px;
	border: 1px solid #414141;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px #333333, -0px -1px  1px #5c5c5c;
	background-image: -moz-linear-gradient(top, #858585, #414141);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #858585 ), 
	                                                                  color-stop( 100%, #414141 ) );
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px;
	-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-pack:center; -ms-box-pack:center;
}

/* ############################################## */
/* 出玉情報スランプグラフ表示 2015.08.06 add seki */
/* ############################################## */
.dedama-graph-background, .dedama-graph-chart {
	margin:0;
	padding:0;
}

.dedama-graph-background {
	width:100%;
	max-width:320px;
	background: url("/_gif/dedama_graph_back_left.png") 0 center repeat-x #2cf;
	border: solid 1px #000;
}

.dedama-graph-chart {
	width:100%;
	vertical-align:top;
	height:auto;
}

/* 貸し玉用css */
.list-hall-kashidama {
	padding-top: 2px;
}
.list-hall-iconPachi,
.list-hall-iconSlot,
.list-hall-iconLabel {
	display: inline-block;
	float: left;
}
.list-hall-iconPachi,
.list-hall-iconSlot {
	min-width: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 1px 2px 1px;
	padding: 0 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	line-height: 1.3;
	text-align: center;
}
.list-hall-iconLabel {
	margin: 0 8px 2px 0;
	color: #848484;
	font-size: 11px;
	line-height: 14px;
}
.list-hall-iconPachi {
	background-color: #ef5350;
}
.list-hall-iconSlot {
	background-color: #5c6bc0;
}
.list-emptyResult {
	padding: 56px 8px;
	background-image: url(-moz-linear-gradient(top, #ffffff, #eeeeee));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #ffffff ), 
								    color-stop( 100%, #eeeeee ) );
	font-size: 14px;
	text-align: center;
	line-height: 2;
}
.adsListBottom {
	padding: 10px 0;
	text-align: center;
}
.adsListBottom img {
	vertical-align: top;
}
.filterCountGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}
.filterCountGrid-sortTab {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filterCountGrid-sortTab-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  text-align: center;
  list-style-type: none;
}
.filterCountGrid-sortTab-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 50%;
}
.filterCountGrid-sortTab-item a {
  display: block;
  padding: 10px 16px;
  border-left: solid 1px #b8b8b8;
  border-top: solid 1px #b8b8b8;
  border-bottom: solid 1px #b8b8b8;
  background: -moz-linear-gradient(top, #f4f4f4, #d8d8d8);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#d8d8d8));
  text-decoration: none;
  color: #383838;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.filterCountGrid-sortTab-item--recommend a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.filterCountGrid-sortTab-item--count a {
  position: relative;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-right: solid 1px #b8b8b8;
}
.filterCountGrid-sortTab--recommend .filterCountGrid-sortTab-item--recommend a,
.filterCountGrid-sortTab--count .filterCountGrid-sortTab-item--count a {
  border-color: #303030;
  background-color: #505050;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #606060));
  background-image: -webkit-linear-gradient(#404040, #606060);
  background-image: -moz-linear-gradient(#404040, #606060);
  background-image: -o-linear-gradient(#404040, #606060);
  background-image: linear-gradient(#404040, #606060);
  color: #fff;
}
.filterCountGrid-sortTab-item--count a:before,
.filterCountGrid-filter:after {
  position: absolute;
  top: 0;
  left: 12px;
  width: 12px;
  height: 12px;
  background: url(/sp/images/iconPremiumService-0004.png) no-repeat right 0;
  -webkit-background-size: 24px 20px;
  -moz-background-size: 24px 20px;
  background-size: 24px 20px;
  content: '';
}
.filterCountGrid-filter:after {
  left: 4px;
}
@media screen and (max-width: 320px) {
  .filterCountGrid-sortTab-item--count a:before {
    left: 4px;
  }
}
.filterCountGrid-filter {
  position: relative;
  width: 100px;
  margin-left: 8px;
  padding: 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #b8b8b8;
  background: -moz-linear-gradient(top, #f4f4f4, #d8d8d8);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#d8d8d8));
  text-decoration: none;
  color: #383838;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.filterCountGrid-filter.is-current {
  background-image: none;
  background-color: #d8d8d8;
}
.filterCountGrid-filter.is-current:before {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-bottom: solid 10px #000;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  content: '';
  z-index: 2;
}
.filterCountGrid-filter span {
  position: relative;
  padding-left: 14px;
}
.filterCountGrid-filter span:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 16px;
  margin: auto;
  content: '';
  background: url(/sp/images/iconSortFilter.png) no-repeat 0 -17px;
  -webkit-background-size: 16px 32px;
  -moz-background-size: 16px 32px;
  background-size: 16px 32px;
}
.filterCountGrid-count span {
  margin-right: 2px;
  color: #c43838;
  font-size: 15px;
  font-weight: bold;
}
.cf::after {
	content: '';
	display: table;
	clear: both;
}
.listMore {
  margin: 0;
  padding: 32px 32px 32px;
  background-color: #F2F3F4;
}
.listMore > a {
  color: #383838;
  text-decoration: none;
  display: block;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
  background-color: #FFF;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
}
.listMore.is-loading > a {
  border-color: transparent;
  background: url("../images/loading.gif") no-repeat 50% 50% transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-indent: -9999px;
  pointer-events: none;
}
.hallList {
  padding: 12px 8px;
  margin: 0;
}
.hallList-emptyResult {
  padding: 64px 0;
  font-size: 14px;
  text-align: center;
}
