@charset "utf-8";
/* CSS Document */

/*FIND A GOLF SHOP*/
.inner {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#contents p {
    font-family: roboto;
    font-size: 2rem;
    line-height: 140%;
    color: #000;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}	
.find_a_golf_shop{
    text-align: center;
    padding: 2% 0 4%;
}

.find_a_golf_shop h3{
	font-weight: bold;
    font-size: 200%;
    margin-bottom: 20px;
}

.find_a_golf_shop p{
    font-size: 120%;
    margin: 20px auto;
}


.find_a_golf_shop button {
    padding: 12px 12px;
    border: 0;
    background: #020202;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
	width: 20%;
}

.select-menu {
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 2px 0 0 2px;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    box-shadow: inset 0 2px 0 0 #eaeaea;
    position: relative;
    margin-bottom: 0.5em;
	width: 50%;
}
.select-menu select {
	background: transparent;
    padding: 5px 70px 5px 10px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 44px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    font-size: 16px;
	z-index:2;
}
.select-menu select::-ms-expand {
	display: none; 
}
.select-menu select[disabled] {
	color: #a3a3a3;
	cursor: default; 
}
.select-menu select:focus {
	border-color: #303030;
	outline: 0; 
}
.ie9 .select-menu select {
	padding: 12px 5px;
	height: auto;
	border: 1px solid #d6d6d6;
	background: #fff; 
}
.select-menu:after {
	content: "";
	position: absolute;
	height: 46px;
	width: 27px;
	background: #303030 url(../img/arow-select.png) no-repeat center center;
	right: -1px;
	top: -1px;
	z-index: 1;
}

.breadcrumb {
  text-align: right;
  background: none;
  font-size: 0.750em;
  margin-bottom: 0;
  margin: 10px auto;
}

article {
    padding-bottom: 10rem;
    font-size: 16px;
}

.title-sec {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  border-bottom: 1px solid #c8c9c8;
  background: url(../img/h1-bg.jpg) no-repeat 20% 100%;
  background-size: 35%;
}
@media screen and (max-width: 992px) {
  .title-sec {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 768px) {
  .title-sec {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    background-position-x: 10%;
  }
}
@media screen and (max-width: 480px) {
  .title-sec {
    background-size: auto 100%;
  }
}
.title-sec h1 {
  font-size: 2.625em;
}
@media screen and (max-width: 768px) {
  .title-sec h1 {
    padding-right: 5%;
	font-size: 2em;
  }
}



#shop #result{
	max-width: ;
}

#shop #result table {
	width: 100%;
	margin: 5px 0 35px 0;

	border: 1px solid #CCC;
	border-right: none;
	border-bottom: none;
}
#shop #result th,
#shop #result td {
	font-size: 14px;
	border: 1px solid #CCC;
	border-top: none;
	border-left: none;
}
#shop #result th {
	padding: 10px 0;

	text-align: center;
	background: #F2F2F2;
	white-space: nowrap;
}
#shop #result td {
	padding: 18px 20px;
	line-height: 1.5;
	text-align: left;
}
#shop #result td img {
	display: block;
	margin: 0 auto;
}
#shop #result td a {
	font-size: 14px;
	color: #A30000;
	text-decoration: underline;
}
/*
#shop #result tr td:last-child {
	text-align: center;
}
*/
#shop #result td.shop,
#shop #result td.course,
#shop #result td.practice {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 18px 20px;
}


#shop #result .pagenation {
	font-size: 14px;
	text-align: center;
	line-height: 36px;
/*	border: 1px solid #999;
	border-left: none;
	border-right: none;*/
}
#shop #result .pagenation a {
	font-size: 14px;
	margin: 0 4px;
	cursor: pointer;
	color: #A30000;
	text-decoration: underline;
}
#shop #result .pagenation a.jp-current {
	cursor: auto;
	color: #333;
	text-decoration: none;
}
#shop #result .pagenation a.jp-disabled {
	display: none;
/*
	cursor: auto;
	color: #333;
	text-decoration: none;
*/
}

.result {
    color: #a30000;
}



.th_shop_place{
   width: 40%;
}


#explanation_shop_search{
	margin-bottom: 30px;
}

#num_shop_search{
	    font-size: 120%;
}

.note span{
	font-size:85%;
	color:#9C9C9C;
}

.lead{
	margin:20px 0 0;
}

