@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
            chirashi
==================================*/
#shopinfo {
	margin:40px auto;
}
#shopinfo h3 {
    font-size: 28px;
    font-weight: bold;
	background-image:url(../../img/item_ttl.jpg);
    background-position: 50% 58%;
    background-repeat: no-repeat;
	margin:0 auto 20px;
}
#shopinfo p {
    text-align: center;
    margin: 0 auto 20px;
    font-size: 16px;
}
#shopinfo p.pleft {
	text-align:left;
	width:1000px;
}
#shopinfo img {
	margin:0 auto 30px;
	border:#666 solid 1px;
}
#shopinfo .chirashi_slide {
	border:none;
}