/*写真大*/

div.main{
	zoom:100%;
}

div.main:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.main p.shadow{
	margin:0 0 0 3px;
	/*width:300px;*/
	background: url(../img/shadow_001.gif) right bottom;
	float:left;
}

div.main p.shadow img {
	position: relative;
	left: -5px; /* 画像を左へ移動 */
	top: -5px; /* 画像を上へ移動 */
	padding: 5px; /* 画像枠 */
	background: #fff; /* paddingを設定した場合の背景色 */
	border: 1px solid #cccccc; /* 画像の枠線 */
	/*float:left;*/
}

div.main p.cap_main{
	width:190px;
	margin:0;
	position: relative;
	top:-7px;
	float:right;
}


/*写真小*/

div.photo01{
	margin:10px 10px 0 0;
	width:190px;
	float: left;
}

div.photo02{
	margin:10px 0 0 0;
	width:190px;
	float: left;
}

div.photo{
zoom:100%;
}

div.photo:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.photo01 p.shadow,div.photo02 p.shadow{
	background: url(../../cmn/img/shadow_001.gif) right bottom;
}

div.photo01 p.shadow img, div.photo02 p.shadow img{
	position: relative;
	left: -5px;
	top: -5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #cccccc;
}

/*---料金表---*/

table.price-list{
	margin:15px 0;
	border:solid 1px #d3d7cb;
	border-collapse: collapse;
}

table.price-list th{
	padding:5px 8px;
	border:solid 1px #d3d7cb;
	background:#dfebc0;
}

table.price-list th.dog{
width:150px;
}

table.price-list td{
	padding:5px 8px;
	border:solid 1px #d3d7cb;
}

table.price-list td.price{
	text-align:center;
}
