@charset "shift_jis";

@import url(../css/common.css);
@import url(../css/basic.css);

/* ====================================================================

   Style Info: このお店イイヨ！
 
==================================================================== */

/* サブタイトル
--------------------------------- */

.stitle {
	text-align:center;
	padding:25px 0 15px 0;
	}


/* イメージ・写真
--------------------------------- */

.siray_c {
	text-align:center;
	padding-top:20px;
	}


/* 店舗情報
--------------------------------- */

.shopinfo {
	width:585px;
	margin:0 auto;
	}

.shopinfo:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	}
	
	.shopinfo dl { float:left; }
		
		.shopinfo dt {
			font-size:15px;
			padding-bottom:5px;
			font-weight:bold;
			}

		.shopinfo dt:after {
			content:"";
			display:block;
			height:0;
			clear:both;
			}
			
			.shopinfo dt img { float:left; margin-right:10px; margin-bottom:5px; }
			.shopinfo dt span { font-size:11px; font-weight:normal; }
		
		.shopinfo dd ul {
			list-style:none;
			margin-top:5px;
			}
			
			.shopinfo dd li span {
				display:-moz-inline-box;
				display:inline-block;
				/display:inline;
				/zoom:1;
				width:80px;
				font-weight:bold;
				color:#ff6600;
				}
	
