@charset "utf-8";
/*-------------------------------------------------
マジックスパイスとは
-------------------------------------------------*/

#about_magic_contents{
	width:890px;
	height:625px;
	background:url(/foods/magic/about_magic/images/bg_about_magic.png) no-repeat;
	margin:0 auto !important;
    overflow: hidden;
}
#about_magic_contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #about_magic_contents {
    height: 1em;
    overflow: visible;
}
/**/


/*---マジックスパイスとは---*/

#cont_about_magic{
	width:445px;
	height:625px;
	float:left;
	position:relative;
}

#cont_about_magic h2{
	width:416px;
	height:92px;
	position:absolute;
	left:20px;
	top:20px;
}

#cont_about_magic img.img_shimomura{
	width:144px;
	height:147px;
	position:absolute;
	left:32px;
	top:132px;
}

#cont_about_magic img.img_tenpo{
	width:213px;
	height:145px;
	position:absolute;
	left:210px;
	top:132px;
}

#about_magic_txt{
	width:416px;
	height:295px;
	position:absolute;
	background:url(/foods/magic/about_magic/images/bg_txt_about_magic.png) no-repeat;
	left:18px;
	top:304px;
}

#about_magic_txt p{
	width:366px;
	margin:20px auto;
	font-size:12px;
	line-height:1.5em;
}

/*---ソトアヤムとは---*/

#cont_right{
	width:445px;
	height:625px;
	float:right;
}

#cont_right #cont_sotoayam{
	width:445px;
	height:384px;
	position:relative;
}

#cont_right #cont_sotoayam h2{
	width:418px;
	height:4ppx;
	position:absolute;
	left:16px;
	top:20px;
}

#sotoayam_txt{
	width:416px;
	height:231px;
	position:absolute;
	background:url(/foods/magic/about_magic/images/bg_txt_sotoayam.png) no-repeat;
	left:15px;
	top:138px;
}

#sotoayam_txt img.img_frankcurry{
	width:139px;
	height:159px;
	position:absolute;
	left:43px;
	top:-48px;
}

#sotoayam_txt img.img_chickencurry{
	width:150px;
	height:132px;
	position:absolute;
	left:232px;
	top:-42px;
}

#sotoayam_txt p{
	width:366px;
	position:absolute;
	left:22px;
	top:125px;
	font-size:12px;
	line-height:1.5em;
}


/*---アクセスマップ（店舗）---*/

#cont_right #cont_accessmap{
	width:445px;
	height:241px;
	position:relative;
}

#cont_right #cont_accessmap h2{
	width:214px;
	height:77px;
	position:relative;
	left:114px;
	top:5px;
}

#accessmap_txt{
	width:416px;
	height:134px;
	position:absolute;
	background:url(/foods/magic/about_magic/images/bg_txt_accessmap.png) no-repeat;
	left:16px;
	top: 80px;
}

#accessmap_txt ul{
	width:312px;
	height:25px;
	position: absolute;
	left:68px;
	top:24px;
	overflow:hidden;
	display: flex;
	justify-content: space-around;
}
#accessmap_txt ul:after {
    content:"";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #accessmap_txt ul {
    height: 1em;
    overflow: visible;
}
/**/
#accessmap_txt ul li{
	float:left;
	margin-right:10px;
	background:url(/foods/magic/about_magic/images/icon.png) no-repeat left;
	text-indent:12px;
}

#accessmap_txt img.btn_magicsite{
	width:239px;
	height:60px;
	position:absolute;
	top:56px;
	left:89px;
}
