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

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

	アンビシャス柔術アカデミー

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



/*共通　色分け*/

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

h3 {
	background: #3097D4;
	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 #3097D4;
	}
	
#shop_list_inner {
	width: 1180px;
	background: #3097D4;
	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: #3097D4; /* 文字を白色に */
	margin: 0; /* h1とpの余白をリセット */
	}

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

/*アンビシャス柔術アカデミー　料金　他*/

#price_ambitious table {
	width: 1160px;
	text-align: left;
	margin-bottom: 40px;
	text-align: center;
	}

#price_ambitious th {
	width: 350px;
	height: 60px;
	border: 1px solid #CCC;	
	background: #DAEFF7;
	padding-left: 10px;
	padding-right: 10px;
	}
	
.price_ambitious_tr {
	background: #DAEFF7;
	font-weight: bold;
	}
		
#price_ambitious td {
	height: 60px;
	border: 1px solid #CCC;	
	padding-left: 10px;
	padding-right: 10px;
	}
	
	
/*店舗住所*/
#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_ambitious table {
	width: 100%;
	}
	
#price_ambitious th {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0;
	}

#price_ambitious td {
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	padding: 0;
	}
	
.price_ambitious_tr {
	}
	
.price_ambitious_tr td {
	height: 100%;	
	}

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

}


















