﻿body, html {
	margin: 0px;
	padding: 0px;
	background-color:#000;
	font-family: "さざなみゴシック","Sazanami Gothic","sans-serif", "MS Trebuchet", "ITC Avant Garde Gothic","MS Arial","MS Verdana", Univers,Futura, "ITC Stone Sans","Gill Sans","Akzidenz Grotesk",Helvetica;
}

html {
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
}

ul {
	padding: 0px;
	margin: auto;
	list-style-type: none;
}

img {
	max-width: 100%;
	width: 100%;
}

header {
	display: block;
	color: #fff;
	margin: auto;
	text-align: center;
	background-size: 100% 100%;
}

footer {
	display: block;
	margin: auto;
	text-align: center;
	background-color: #c7171e;
	color: #fff;
}

content {
	display: block;
	color: #666;
	margin: auto;
	text-align: center;
}


.mastersearch_dialog_wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 999999;
	justify-content: center;
	align-items: center;
	display: inline-block;
	text-align: center;
}

.mastersearch_dialog_content {
	display: inline-block;
	background-color: #000;
}

.buhinsearch_dialog_content,
.tkssearch_dialog_content,
.syohinsearch_dialog_content {
	position: relative;
	border: 2px solid #fff;
}

.mastersearch_dialog_content_titlebar {
	display: block;
	font-size: 120%;
	font-weight: bold;
	position: relative;
}

.buhinsearch_dialog_content_titlebar {
	background-color: #8f8;
	color: #080;
}
.tkssearch_dialog_content_titlebar {
	background-color: #09f;
	color: #000;
}
.syohinsearch_dialog_content_titlebar {
	background-color: #0ff;
	color: #000;
}

.mastersearch_dialog_content_titlebar_closebutton {
	position: absolute;
	display: block;
}

.mastersearch_dialog_content_titlebar_closebutton img {
	display: block;
}

.mastersearch_dialog_content input {
	color: #fff;
	background: #000;
	border: 1px solid #fff;
	display: inline-block;
	padding: 2px 4px;
	font-size: 110%;
	vertical-align: top;
}

.mastersearch_dialog_content_searchtxt {
	display: block;
}

.mastersearch_dialog_content_searchtxt input {
	text-align: left;
}

.mastersearch_dialog_content_searchtxt2 {
	display: block;
}

.mastersearch_dialog_content_searchtxt2 input {
	text-align: right;
}

.mastersearch_dialog_content_searchtxtref2_title {
	font-size: 90%;
	display: inline-block;
	padding-right: 8px;
}

.mastersearch_dialog_content_searchtxtref2 {
	display: inline-block;
	text-align: left;
	padding-left: 4px;
}

.mastersearch_dialog_content_data {
	display: block;
	color: #fff;
	background-color: #000;
	overflow-y: scroll;
	overflow-x: hidden;
}

.mastersearch_dialog_content_data .listwrap {
	font-size: 0 !important;
}

.mastersearch_dialog_content_data .listwrap li {
	width: 100% !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.mastersearch_dialog_content_data .list {
	display: block;
}

.mastersearch_dialog_content_data .list li {
	display: inline-block;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: top;
	font-size: 120%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.mastersearch_dialog_content_data .listhead li {
	border-top: 1px solid #fff;
}

.mastersearch_dialog_content_data .listhead li:first-child {
	border-right: 1px solid #000;
}

.mastersearch_dialog_content_data .list li:first-child {
	border-left: 1px solid #fff;
}

.buhinsearch_dialog_content_data .listhead li {
	color: #000;
	background-color: #8f8;
}
.tkssearch_dialog_content_data .listhead li {
	color: #000;
	background-color: #09f;
}
.syohinsearch_dialog_content_data .listhead li {
	color: #000;
	background-color: #0ff;
}

.mastersearch_dialog_bottomfunctions {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.buhinsearch_dialog_bottomfunctions {
	background-color: #8f8;
	text-align: left;
}
.tkssearch_dialog_bottomfunctions {
	background-color: #09f;
	text-align: left;
}
.syohinsearch_dialog_bottomfunctions {
	background-color: #0ff;
	text-align: left;
}

.masterwaitajaxwrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 1000000;
	justify-content: center;
	align-items: center;
	display: inline-block;
	text-align: center;
}

.masterwaitajaxwrap .masterwaitajax {
	display: block;
	width: 320px;
	height: 130px;
	border: 1px #ccc solid;
	border-radius: 6px;
	background-color: #000;
	margin: 130px auto;
}

.masterwaitajaxwrap .masterwaitajax img {
	height: 48px;
	width: 48px;
	margin: 40px auto;
	display: block;
}

.masterwaitajaxwrap .masterwaitajax2 {
	display: block;
	width: 280px;
	height: 100px;
	border: 1px #ccc solid;
	border-radius: 6px;
	background-color: #000;
	margin: 130px auto;
	padding-top: 60px;
	color: #fff;
	font-size: 22px;
}

.tksinformation_li {
	width:100% !important;
}
.tksinformation li{
	padding:0px !important;
	margin:0px !important;
}
.tksnamewrap {
	display: block;
	background-color: #000;
	color:#fff;
}

.tksnamecontent li {
	display:block;
	vertical-align:top;
	width:90% !important;
	box-sizing:border-box !important;
	text-align:left;
	padding:0 !important;
	margin:0 !important;
}

.tksnamecontent .tksnamecode {
	display:inline-block;
}
.tksnamecontent .tksnamename {
	color:#fff;
	font-weight:bold;
}
.tksnamecontent .tksnamekana {
	display: block;
	color: #999;
}
.tksnamecontent .tksnameshop {
	display: block;
	color: #ccc;
}
.tksnamecontent .tksnamesearch {
	display: inline-block;
	box-sizing: border-box;
	background-color: #000;
	color: #ccc;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}

.tksnamefunction {
	font-size:0 !important;
}
.tksnamefunction li {
	display: inline-block !important;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	text-align:center;
	color:#ccc;
	width:50% !important;
	padding:0px !important;
	margin:0px !important;
}
.tksnamefunction li:first-child {
	border-left: 1px solid #ccc;
}

.tksinfomation_addr{
	text-align:left;
}

.tksinfomation_addr a {
	text-decoration: none;
	color:#fff;
}

.buhinid_li {
	width:auto !important;
	border:none !important;
	margin-bottom:6px !important;
	text-align:left !important;
}

.buhinid_li:hover {
	color:#fff;
	background-color:#000;
}

.buhinidinformation li{
	padding:0px !important;
	margin:0px !important;
}
.tksnamewrap {
	display: block;
	background-color: #000;
	color:#fff;
}

.buhinidcontent .buhinidstr {
	display:inline-block;
}
.buhinidcontent .buhinidsearch {
	display: inline-block;
	box-sizing: border-box;
	background-color: #000;
	color: #ccc;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}

