<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------------------------------------------
	movie web見学
-------------------------------------------------------------------------------------- */
#m_shop_info{
	overflow:hidden;
	_zoom:1;
	clear:both;
	width:630px;
	font-size:12px;
	}
/* 左BOX------------------------- */
#m_shop_info .left{
	overflow:hidden;
	_zoom:1;
	float:left;
	width:290px;
	background:#FFF;
	border:solid 1px #CCC;
	margin-bottom:10px;
	}
#m_shop_info .left .logo_img{
	margin-left:10px;
	}
/* 住所 ------------------------- */
#m_shop_info .left .add_tbl{
	width:268px;
	background:#FFFFE1;
	border:solid 1px #CCC;
	line-height:15px;
	margin-top:10px;
	margin-bottom:3px;
	margin-left:10px;
	}
#m_shop_info .left .add_tbl th{
	font-weight:bold;
	width:55px;
	text-align:center;
	vertical-align:middle;
	}
#m_shop_info .left .add_tbl td{
	padding:3px;
	}
/* TEL ------------------------- */
#m_shop_info .left .top_tel {
	width:244px;
	color:#CC0001;
	font-size:20px;
	background:#FFEEE7;
	border:1px solid #CCCCCC;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:5px;
	margin-left:10px;
	padding:3px 10px;
	}
/* Asreet見ました ------------------------- */
#m_shop_info .left .add_tel_attend{
	color:#666666;
	font-size:11px;
	line-height:15px;
	margin-top:5px;
	margin-bottom:3px;
	margin-left:10px;
	padding-top:3px;
	}
#m_shop_info .left .contact_btn{
	display:block;
	margin-left:10px;
	margin-bottom:10px;
	}

/*  右BOX------------------------- */
#m_shop_info .right{
	overflow:hidden;
	_zoom:1;
	float:right;
	width:320px;
	height:270px;
	margin-bottom:10px;
	}
#m_shop_info .attend{
	overflow:hidden;
	_zoom:1;
	clear:both;
	width:628px;
	line-height:120%;
	font-size:10px;
	text-align:right;
	}
#m_shop_info .attend a{
	color:#FF3300;
	text-decoration:underline;
	}
#m_shop_info .attend a:hover{
	color:#888;
	text-decoration:underline;
	}
#m_shop_info .center{
	overflow:hidden;
	_zoom:1;
	clear:both;
	width:628px;
	background:#FFEEE7;
	border:solid 1px #CCC;
	}
#m_shop_info .center ul{
	overflow:hidden;
	_zoom:1;
	clear:both;
	margin:7px;
	margin-left:100px;
	padding:0px;
	}
#m_shop_info .center ul li{
	float:left;
	list-style:none;
	margin-right:10px;
	}
#m_shop_info .center ul li a{
	border:none;
	}
	
#m_shop_info .center ul li a img{
	border:none;
	}
</pre></body></html>