@charset "utf-8";

/*=====================================================================================
	
	Document : style.css
 
=====================================================================================*/

/*---------------------------------------------------------------------------

   外観・店内写真

---------------------------------------------------------------------------*/

.blockA {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:70px;
}

.blockA p {
	padding-bottom:30px;
}

.nivo-controlNav {
	font-size:0;
	line-height:0;
	padding:20px 0 0 0 !important;
}

.nivo-controlNav a {
	width:14px;
	height:14px;
	background-color:#464646;
	margin:0 10px;

	-moz-border-radius:14px;
    -webkit-border-radius:14px;
    border-radius:14px;

	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
}

.nivo-controlNav a.active {
	background-color:#fff;
}


/*---------------------------------------------------------------------------

   カウンター・個室

---------------------------------------------------------------------------*/

.blockB {
	background:url(../../image/bg-gray.png) repeat center top;
	padding:50px 0;
}

.blockB > .inner {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.blockB p {
	width:475px;
	float:left;
}

.blockB p:last-child {
	float:right;
}

.blockB p img {
	margin-bottom:25px;
}


/*---------------------------------------------------------------------------

   店造り

---------------------------------------------------------------------------*/

.blockC {
	background:url(../image/c-bg.png) no-repeat center top;
	height:272px;
}



