@charset "utf-8";
/* CSS Document */
/*　buttonF　*/
.buttonF {
	border:1px solid #eee;
	margin:4px 0;
	background:#999;
	transition: .2s box-shadow,.2s top,.4s background;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(border-radius.htc);
}
.buttonF:hover {
	background: #fc0;
}
@media only screen and (max-width:680px) {
.buttonF {
	width:40%;
	margin:4px 0 20px 0;
}
}
.innerMap{
	background:url(../../images/pageBg.jpg) left top no-repeat;
	background-color:#fff;
    max-width: 880px;
	padding:0 4% 30px;
    margin: auto;
	height:860px;
}

/* ----------------------------------------
				map text
   ---------------------------------------- */
#spTitle1 ,
#spTitle2 ,
#spTitle3 ,
#spTitle4 ,
#spTitle5 ,
#spTitle6 ,
#spTitle7 ,
#spTitle8 ,
#spTitle9 { display:none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; behavior: url(border-radius.htc);}
#map2 {
	z-index:1;
	position:relative;
	top:-120px;
	background:url(../images/mapBG.png) no-repeat top center;
}
#map2 a li {
    padding:8px 0 ;
	margin:0 0 0 25px;
    float: left;
	list-style-image:url(../images/mapicon.gif);
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; behavior: url(border-radius.htc);
}
.address1 ,
.address2 ,
.address3 ,
.address4 ,
.address5 ,
.address6 ,
.address7 ,
.address8 ,
.address9 {
	position:relative;
	overflow:hidden;
    border: 2px solid;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; behavior: url(border-radius.htc);
}
.address1 {
    width: 90px;
    top: 90px;
    left: 550px;
    border-color:#29caef;
}
.address2 {
    width: 140px;
    top: 230px;
    left: 740px;
    border-color:#12af59;
}
.address3 {
    width: 140px;
    top: 285px;
    left: 710px;
    border-color:#95ce3c;
}
.address4 {
    width: 140px;
    top: 250px;
    left: 510px;
    border-color:#f9d606;
}
.address5 {
    width: 140px;
    top: -233px;
    left: 360px;
    border-color:#fc880b;
}
.address6 {
    width: 140px;
    top: -340px;
    left: 190px;
    border-color:#e20097;
}
.address7 {
    width: 140px;
    top:-108px;
    left: 302px;
    border-color:#f74000;
}
.address8 {
    width: 140px;
    top:-430px;
    left: 32px;
    border-color:#6b3bed;
}
.address9 {
    width: 70px;
    top:-335px;
    left: 30px;
    border-color:#0097d6;
}
@media only screen and (max-width:959px) {
.innerMap{ height:auto; }
#spTitle1 ,
#spTitle2 ,
#spTitle3 ,
#spTitle4 ,
#spTitle5 ,
#spTitle6 ,
#spTitle7 ,
#spTitle8 ,
#spTitle9 {
	display:block;
	width:25%;
	height:50px;
	padding:30px 0 0 0;
	margin: 0 0 5% 0 ;
	text-align:center;
	color:#fff;
	font-size:20px;
	border:none;
	background:url(../images/blackbg.jpg) repeat;
}
#map2 {
	background:none;
	top:30px;
	height:auto;
	display:block;
}

.address1 ,
.address2 ,
.address3 ,
.address4 ,
.address5 ,
.address6 ,
.address7 ,
.address8 ,
.address9 {
	clear:both;
	width:100%;
	position:relative;
	height:auto;
    top: 0;
    left: 0;
    border:none;
}
#map2 a li {
	list-style-image:none;
	margin:0 0 10px 5%;
	padding:15px 13px;
	background-color: #fff;
    -webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s;
}
#map2 a li:hover {
	font-weight:bold;
	background-color: #ececec;
	border:2px solid #fff;
}

.address1 li ,
.address2 li ,
.address3 li ,
.address4 li ,
.address5 li ,
.address6 li ,
.address7 li ,
.address8 li ,
.address9 li {
	float:left;
	width:25%;
	margin:3px 20px;
	text-align:center;
}
.address1 li { border:2px solid #29caef; color:#29caef;}
.address2 li { border:2px solid #12af59; color:#12af59;}
.address3 li { border:2px solid #95ce3c; color:#95ce3c;}
.address4 li { border:2px solid #f9d606; color:#f9d606;}
.address5 li { border:2px solid #fc880b; color:#fc880b;}
.address6 li { border:2px solid #e20097; color:#e20097;}
.address7 li { border:2px solid #f74000; color:#f74000;}
.address8 li { border:2px solid #6b3bed; color:#6b3bed;}
.address9 li { border:2px solid #0097d6; color:#0097d6;}

#spTitle1 ,
#spTitle9 {
	margin-bottom:50px;
}
#spTitle2 ,
#spTitle6 {
	margin-bottom:140px;
}
#spTitle4 {
	margin-bottom:250px;
}
#spTitle3 ,
#spTitle5 ,
#spTitle8 ,
#spTitle9 {
	margin-bottom:200px;
}
#spTitle7 {
	margin-bottom:90px;
}
}
@media only screen and (max-width:460px) {
#spTitle1 ,
#spTitle2 ,
#spTitle3 ,
#spTitle4 ,
#spTitle5 ,
#spTitle6 ,
#spTitle7 ,
#spTitle8 ,
#spTitle9 {
	width:100%;
	height:auto;
	padding:15px 0;
	margin: 20px 0 10px 0;
}
#map2 a li {
	margin:0 0 10px 0;
	padding:15px 0;
	font-size:20px;
}
.address1 li ,
.address2 li ,
.address3 li ,
.address4 li ,
.address5 li ,
.address6 li ,
.address7 li ,
.address8 li ,
.address9 li {
	width:45%;
	margin:3px 0;
}

#map2 ul li:nth-child(2n+1) {  /* 奇数行 */
	margin-right:3%
}
#map2 ul li:nth-child(1) {     /* 先頭行 */
	margin-left:0;
}
}

/* ----------------------------------------
				search box
   ---------------------------------------- */
#searchBox {
	z-index:2;
	position:relative;
	top:30px;
	left:40px;
	display:block;
	width:43%;
	padding:0 0 15px 0;
	background:#ececec;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(border-radius.htc);
}
#searchBox h3{
	padding:10px 0 0 45px;
	border:none;
	color:#000;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(border-radius.htc);
}
#searchBoxresult {
	float:right;
	z-index:2;
	position:relative;
	top:-50px;
	display:block;
	width:43%;
	padding:0 0 15px 0;
	background:#ececec;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(border-radius.htc);
}
#searchBoxresult h3{
	padding:10px 0 0 45px;
	color:#000;
	border:none;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(border-radius.htc);
}

#keywords1  {
	float:left;
    width: 64%;
    height: 36px;
	margin:0 2% 10px 15px;
    padding: 2px 2px 0 8px;
    background-color:#fff;
    border: 2px solid #999;
	font-size:16px;
}
button{
	clear:both;
	display:block;
    width: 92%;
    height:36px;
	margin-left:15px;
	color:#fff;
	text-align:center;
	background-color:#fc0;
	border:1px solid #eee;
	font-size:16px;
}
.searchLabel{
    width: 20%;
    height:29px;
	padding-top:7px;
	float:left;
	display:block;
	margin:0 0 5px 15px;
	font-size:16px;
}
@media screen and (max-width: 959px) {
#searchBox ,
#searchBoxresult {
	float:none;
	top:0;
	left:0;
	margin:20px 0 30px 0;
	width:70%;
	clear:both;
}
#searchBox h3{
	font-size:18px;
}
#search tr { margin-bottom:20px;}

}
@media screen and (max-width: 680px) {
#searchBox ,
#searchBoxresult {
	width:100%;
}
.shopname {
	margin-bottom:10px;
	border-bottom:3px solid #bd1a20;
	color:#bd1a20;
	font-weight:bold;
}
.spnone{ display:none !important;}
}
@media screen and (max-width: 380px) {
#keywords1  {
	float:none;
    width: 86%;
    padding: 2px 2px 0 8px;
	height:40px;
}
.searchLabel {
	float:none;
    width: 90%;

}
button{
	height:40px;
}
#modoru .btnY{
	margin:5% 0 5% 20%;
}
}

/* ----------------------------------------
					glaf
   ---------------------------------------- */
#search {
	width:100%;
	height:50px;
	font-size:14px;
	margin:0 0 3% 0;
}
#search tr:right-child td{
	border-right:none;
}
#search tr:nth-child(2n) {    /* 偶数行 */
	background-color: #f2f2f2;
}
#search tr:nth-child(2n+1) {  /* 奇数行 */
	background-color: #e6e6e6;
}
#search tr:nth-child(1) {     /* 先頭行 */
	height:50px;
	background-color: #666;
	color: #fff;
	text-align:center;
}

/* ----------------------------------------
				glaf map btn
   ---------------------------------------- */
td .btnY {
	width: 94%;
	margin:3%;
}
#search td:nth-child(5) {
	width:10%;
}
#search td:nth-child(4) {
	width:33%;
	padding:0 0 0 2%;
}
#search td:nth-child(3) {
	width:10%;
	text-align:center;
}
#search td:nth-child(2) {
	width:10%;
	text-align:center;
}
#search td:nth-child(1) {
	width:31%;
	padding:0 0 0 2%;
}

#search td:nth-child(3) ,
#search td:nth-child(2) ,
#search td:nth-child(1) {
	border-right:1px solid #d0d0d0;
}
#search td{
	vertical-align:middle;
}
@media only screen and (max-width:680px) {
#search {
	font-size:16px;
	line-height:1.5em;
}

#search td:nth-child(5) ,
#search td:nth-child(4) ,
#search td:nth-child(3) ,
#search td:nth-child(2) ,
#search td:nth-child(1) {
	display: block;
	width:90%;
	padding:0 5%;
	text-align:left;
	border-right:none;
}
#search td:nth-child(1) {
	padding:3% 5% 0 5%;
}
#hidden{
	display:none;
}
}

/* ----------------------------------------
				glass icon
   ---------------------------------------- */
.search.icon {
	color: #ffa200;
	position: absolute;
	margin-top: 10px;
	margin-left: 20px;
	width: 12px;
	height: 12px;
	border: solid 1px currentColor;
	border-radius: 100%;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.search.icon:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 5px;
	height: 6px;
	width: 1px;
	background-color: currentColor;
}


/* ----------------------------------------
				box click mouse
   ---------------------------------------- */
input[type="text"],
textarea {
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #777;
}