/* custom-restaurant */

.restaurant-archive section {
	margin-bottom: 35px;
}

.restaurant-archive ul{
	margin-left: 20px;	
}
.restaurant-archive li{
	float: left;
	width: 300px;
	font-size:13px;
	color:#555555;
	margin-bottom: 10px;
}
.restaurant-archive .jazz-container a {
	padding:3px 68px 3px 0;
	background: url(../images/restaurant/icon_live.png) no-repeat 100% 2px;
}
.restaurant-archive .french-italian h3 img{
	max-width:240px;
	width:100%;
	max-height:64px;
	height:auto;
}
.restaurant-archive h3 {
	padding:12px 0 7px 13px;
	margin-bottom:23px;
	font-size: 17px;
}
.restaurant-archive h3 img{
	max-width:215px;
	width:100%;
	max-height:64px;
	height:auto;
	
}
.restaurant-archive .french h3{
	border-bottom:5px solid #0448AB;
}
.restaurant-archive .italian h3{
	border-bottom:5px solid #2B7E38;
}
.restaurant-archive .kappou h3{
	border-bottom:5px solid #181818;
}
.restaurant-archive .yakiniku h3{
	border-bottom:5px solid #000;
}
.restaurant-archive .yakitori h3{
	border-bottom:5px solid #181818;
}
.restaurant-archive .french-italian h3{
	border-bottom:3px solid #0448ab;
}
.restaurant-archive .spanish h3{
	border-bottom:5px solid #ffd900;
}
.restaurant-archive .dashi h3,
.restaurant-archive .soba h3,
.restaurant-archive .yosuko h3,
.restaurant-archive .bakery_cafe h3,
.restaurant-archive .oversea h3,
.restaurant-archive .etc h3 {
	border-bottom:5px solid #555;
}

.restaurant-archive h3 .text {
	padding: 0 0 9px 7px;	
}

.restaurant-archive .oversea .country {
	margin: 0 0 20px 20px;
}

.restaurant-archive .oversea .country h4 {
	display: inline-block;
	vertical-align: top;
}

.restaurant-archive .oversea .country ul {
	display: inline-block;
	vertical-align: top;
	margin-left: 50px;
}

.restaurant-archive .oversea .country li {
	float: none;	
}

/* single-restaurant */

.shop_address {
	overflow:hidden;
	padding:16px 0 7px 5px;
	border-bottom:1px #ccc solid;
	line-height:1.8;
}
.shop_address p{
	float:left;
	width:60%;
}
.details{
	float:right;
	width:40%;
	text-align:right;
}
.details p{
	margin:10px 0;
	display:none;
}
.details span{
	margin-left:10px;
	display:block;
}
#content .shop_address p{
	float:left;
	width:auto;
}
#content .details{
	float:right;
	width:auto;
}
#content .details p{
	margin:10px 0;
	display:inline-block;
}
#content .details span{
	display:inline-block;
}
.restaurant-details .tel a,
.restaurant-details .tel {
	text-decoration: none;
	color: red;
	font-size: 16px;
}

.restaurant-details .tel a.sp {
	display:none;
}

.restaurant-details .tel .pc {
	display:block;
	line-height: 1.1;	
}

@media screen and (max-width: 767px){ 
.restaurant-details .tel a {
	text-decoration: underline;
}

.restaurant-details .tel a.sp {
	display:block;
}

.restaurant-details .tel .pc {
	display:none;
}
.restaurant-archive .oversea .country ul {
	display: block;
	margin-left: 0;
}	
.restaurant-archive .oversea .country h4 {
	margin-bottom: 4px;
}

}