@charset "utf-8";
/* CSS Document */

/********************************

	城南コベッツ

*********************************/	


/*共通　色分け*/

h2 {
	color: #fff;
	font-size: 28px;
	padding-bottom: 22px;
	}	

h3 {
	background: #22B6BF;
	font-size: 24px;
	color: #fff;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	}
	
h3 img {
	padding-right: 5px;
	margin-top: -2px;
	}

#shop_list {
	width: 1200px;
	background: #fff;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 10px;
	border-left:5px solid #22B6BF;
	}
	
#shop_list_inner {
	width: 1180px;
	background: #22B6BF;
	padding-top: 10px;
	 border-top-right-radius: 10px;        /* CSS3草案 */  
    -webkit-border-top-right-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-top-right-radius: 10px;   /* Firefox用 */
	 border-bottom-right-radius: 10px;        /* CSS3草案 */  
    -webkit-border-bottom-right-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-bottom-right-radius: 10px;   /* Firefox用 */
	}
	
/*店舗ナンバー1*/
.site-logo1 {
	width: 65px;
	height: 65px;
	background-color: #fff;
	float: left;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: -1px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	}

.site-info {
	padding-top: -3px; /* 真ん中にまで文字を下ろす */
	}

.site-logo1 p {
	text-align: center; /* 中央寄せ */
	color: #22B6BF; /* 文字を白色に */
	margin: 0; /* h1とpの余白をリセット */
	}

.site-logo1 p {
	font-size: 18px; 
	font-weight:bold;
	line-height: 5px;
	}

/*料金表*/	

#price_aes table {
	width: 1160px;
	text-align: left;
	margin-bottom: 40px;
	border: 1px solid #CCC;	
	text-align: center;
	}

#price_aes th {
	width: 200px;
	height: 80px;
	line-height: 25px;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;	
	background: #daeff7;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#price_aes th span {
	color: #666;
	font-weight: normal;
	}
	
.price_aes_tr {
	background: #daeff7;
	font-weight: bold;
	}
		
#price_aes td {
	width: 400px;
	height: 80px;
	line-height: 25px;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;	
	padding-left: 10px;
	padding-right: 10px;
	}
	
#price_aes td span {
	display: none;	
	}
	
#price_aes td span {
	font-size: 14px;
	color: #666;
	}
	
	
/*店舗住所*/
#address {
	padding-top: 40px;
	}

#address table {
	width: 1160px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	}
	
#address th {
	width: 180px;
	height: 80px;
	border-bottom: 1px solid #fff;	
	background: #CCC;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	}
	
#address th:last-child {
	border-bottom: none;	
	}
		
#address td {
	height: 80px;
	border: 1px solid #CCC;	
	padding-left: 20px;
	padding-right: 10px;
	}

	

@media screen and (max-width: 480px) {
	
#shop_list {
	width: 95%;
	padding: 0;
	padding-top: 40px;
	padding-bottom: 20px;
	}
	
#shop_list_inner {
	width: 95%;
	}
	
section.info {
	width: 95%;
	}
	
.site-logo1 {
	margin-top: -4px;
	}
	
	
#price_aes table {
	width: 100%;
	}
	
.price_aes_tr {
	display: none;
	}
	
#price_aes th {
	width: 100%;
	height: 60px;
	line-height: 60px;
	display:block;
	padding: 0;
	border-bottom: 1px solid #CCC;	
	}
		
#price_aes td {
	width: 100%;
	height: 70px;
	display:block;
	padding: 0;
	padding-top: 20px;
	}
	
#price_aes td span {
	display: block;	
	}

 	
#address {
	width: 100%;
	padding: 0;
	margin-top: -40px;
	}
	
#address table {
	width: 100%;
	border: 1px solid #CCC;
	text-align: center;
	}
	
#address tr {
	width: 100%;
	}
	
#address th {
	width: 100%;
	height: 30px;
	display:block;	
	padding: 0;	
	line-height:35px;
	border: 0;
	}
		
#address td {
	width: 100%;
	height: 100%;
	display:block;
	padding: 0;	
	border: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
	

}


















