/*** 
	
SHOP LIST CSS
	
***/

 .shoptitle {
	font-family: 'Montserrat', "Helvetica Neue", YuGothic, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	font-size: 1.30em;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.07em;
	margin: 3.0em auto 0.5em;
	display: inline-block;
	border-bottom: 2px solid #222f42;
	}
	
 .shopList table{
	font-family: 'Montserrat', "Helvetica Neue", YuGothic, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  	width: 100%;
  	border-spacing: 0;
	font-size: 0.8rem;
	margin: 2.5em auto;
	}
 .shopList table td{
    border-bottom: solid 1px #ddd;
    text-align: left;
    height: 40px;
    vertical-align: middle;
 	}
 .shopList .contry{
	padding-right: 15px;
	}
 .shopList .shopname{
	width: 28%;
	}
 .shopList .address{
	}
 .shopList .shopListbtn a {
	margin: 0;
    background-color: #222f42;
    display: block;
    padding: 4px 9px 3px;
    font-size: 9px;
    letter-spacing: 0.1em;
    text-align: center;
    transition-duration: 0.4s;
    transition-property: all;
	border: solid 1px #222f42;
	border-radius: 3px;
    color: #FFF;
    width: 32px;
    position: relative;
    right: -47px;
	}
 .shopList .shopListbtn a:hover {
    border: solid 1px #222f42;
    color: #222f42;
    background-color: #fff;
	}
	
 .shopList-2 table{
	font-family: 'Montserrat', "Helvetica Neue", YuGothic, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  	width: 100%;
  	border-spacing: 0;
	font-size: 0.8rem;
	margin: 2.5em auto;
	}
 .shopList-2 table td{
    border-bottom: solid 1px #ddd;
    text-align: left;
    height: 40px;
    vertical-align: middle;
  	}
  .shopList-2 .contry{
	padding-right: 30px;
	}
 .shopList-2 .shopname{
	width: 78%;
	}
 .shopList .address{
	}
  .shopList-2 .tel{
 	text-align: right;
	}
		
 .shopList-3 table{
	font-family: 'Montserrat', "Helvetica Neue", YuGothic, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  	width: 100%;
  	border-spacing: 0;
	font-size: 0.8rem;
	margin: 2.5em auto;
	}
 .shopList-3 table td{
    border-bottom: solid 1px #ddd;
    text-align: left;
    height: 40px;
    vertical-align: middle;
  	}
  .shopList-3 .contry{
	padding-right:40px;
	display: none;
	}
 .shopList-3 .shopname{
	font-weight:300;
	width: 29%;
	}
 .shopList-3 .address{
	}
 .shopList-3 .shopListbtn a {
	margin: 0;
    background-color: #222f42;
    display: block;
    padding: 5px 9px 2px;
    font-size: 9px;
    letter-spacing: 0.1em;
    text-align: center;
    transition-duration: 0.4s;
    transition-property: all;
	border: solid 1px #222f42;
	border-radius: 3px;
    color: #FFF;
    width: 32px;
    position: relative;
    right: -47px;
	}
 .shopList-3 .shopListbtn a:hover {
    border: solid 1px #222f42;
    color: #222f42;
    background-color: #fff;
	}
	
/* *****************************************************************************
-768px
***************************************************************************** */
@media only screen and (max-width: 768px) {

	.shoptitle {
		font-family: 'Montserrat', "Helvetica Neue", YuGothic, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
		font-size: 1.30em;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.07em;
		margin: 2.0em auto 0em;
		display: inline-block;
		border-bottom: 2px solid #666;
		}
		
	 .shopList table{
		font-family: 'Montserrat', "Helvetica Neue", YuGothic, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	  	width: 100%;
	  	border-spacing: 0;
		font-size: 0.7rem;
		margin: 2.5em auto;
		}
	 .shopList table td{
	    border-bottom: solid 1px #ddd;
	    text-align: left;
	    height: 35px;
	    vertical-align: middle;
	 	}
	 .shopList .contry{
		padding-right: 5px;
		}
	 .shopList .shopname{
		width: 68%;
		}
	 .shopList .address{
		display: none;
		}
	 .shopList .shopListbtn a {
	    margin: 0;
	    background: #222f42;
	    display: block;
	    padding: 3px 8px 2px;
	    font-size: 0.6rem;
	    letter-spacing: 0.1em;
	    text-align: center;
	    transition-duration: 0.4s;
	    transition-property: all;
	    border: solid 1px #222f42;
	    border-radius: 3px;
	    color: #fff;
	    width: 30px;
	    position: relative;
	    right: -10px;
		}

		
	 .shopList-2 table{
		font-family: 'Montserrat', "Helvetica Neue", YuGothic, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	  	width: 100%;
	  	border-spacing: 0;
		font-size: 0.7rem;
		margin: 2.5em auto;
		}
	 .shopList-2 table td{
	    border-bottom: solid 1px #ddd;
	    text-align: left;
	    height: 40px;
	    vertical-align: middle;
	  	}
	  .shopList-2 .contry{
		padding-right: 10px;
		}
	 .shopList-2 .shopname{
		width: 57%;
		}
	 .shopList-2 .address{
		display: none;
		}
	  .shopList-2 .tel{
	 	text-align: right;
		}
}