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

/*==================================
            shopinfo
==================================*/
#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;
}
.corp-gaiyo {
    margin: 10px auto;
    border: 1px solid #797979;
    width: 920px;
	font-size:16px;
}
.corp-gaiyo > dt {
    width: 200px;
    float: left;
    text-align: center;
    padding: 10px 0px;
    border-right: 1px solid #797979;
    border-bottom: 1px solid #797979;
	background-color:#C9EDB5;
}
.corp-gaiyo > dd {
    width: 689px;
    float: left;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #797979;
	text-align:left;
}
.corp-gaiyo > dd li {
	list-style:square;
	margin:0 0 0 10px;

}
#shopinfo p {
	text-align:center;
	margin:0 auto 20px;
	font-size:16px;
}
#shopinfo .shopinfo_last {
   border-bottom:none;
}
#shopinfo img {
	margin:20px auto 40px;
}
#shopinfo iframe {
	width:802px;
}
#brand {
	background-image:url(../../items/img/brand_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    margin: 50px auto;
}
.brand_nishikawa {
    background-color: rgba(255,255,255,0.8);
    width: 700px;
    margin: 0 auto;
    padding: 40px;
}
.brand_nishikawa h3 {
    font-size: 24px;
    font-weight: bold;
    background-image: url(../../items/img/item_ttl.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.brand_nishikawa h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px auto 5px;
}
.brand_nishikawa p {
    text-align: center;
    line-height: 2em;
    font-size: 15px;
}
#shopinfo p.pleft {
	text-align:left;
}