@charset "UTF-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ベビー紹介用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/*フェレットベビー写真TOP用(ボックス)*/
.ferret_box{
	float: left;
	width: 160px;
	border: dotted 1px #cccccc;
	margin: 5px 9px;
	padding: 5px;
}

.ferret_box img{
	width:120px;
	height:90px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}

p.ferret_name{
	text-indent:6px;
	background:url('../img/mark_text.gif') no-repeat;
}


/*飼い方・飼育注意点用*/
table.ferret_next{
	clear:both;
	width:598px;
	margin-top: 5px;
	/*border-collapse: separate;*/
	border-spacing:0px;
	padding:0px 0px 0px 0px;
	/*border: solid 1px #cccccc;*/
	background-color:#ffffff;
}
td.ferret_nexttd{
	width:249px;
	border: solid 0px;
	margin:0px;
	background-color:#ffffff;
	float:left;
	background:url('../img/mark_next.gif') no-repeat;
	background-position:68px 2px;
}
td.ferret_backtd{
	width:249px;
	border: solid 0px;
	margin:0px;
	background-color:#ffffff;
	text-align:right;
	float:left;
	background:url('../img/mark_next.gif') no-repeat;
	background-position:168px 2px;
}
td.ferret_numbertd{
	width:100px;
	border: solid 0px;
	margin:0px;
	background-color:#ffffff;
	text-align:center;
}
td.ferret_nomaltd{
	width:249px;
	border: solid 0px;
	margin:0px;
	background-color:#ffffff;
	
}

/*ベストショット*/
.bestshot_box{
	float: left;
	width: 180px;
	padding: 10px;
	text-align:center;
}

.bestshot_box img{
	margin-bottom: 5px;
}

/*親バカさん*/
.boast_box{
	float: left;
	width: 180px;
	height: 190px;
	padding: 10px;
	text-align:center;
}

.boast_box img{
	margin-bottom: 5px;
}


/*爆笑写真館*/
.burst_box{
	float: left;
	width: 130px;
	height: 160px;
	padding: 10px;
	text-align:center;
}

.burst_box img{
	margin-bottom: 5px;
}

.burst_rank_box{
	float: left;
	width: 130px;
	height: 200px;
	padding: 10px;
	text-align:center;
}

.burst_rank_box img{
	margin-bottom: 5px;
}

.burst_photo_box{
	float: left;
	width: 130px;
	height: 180px;
	padding: 10px;
	text-align:center;
}

.burst_photo_box img{
	margin-bottom: 5px;
}

/*ベビー詳細*/
table.ferret_baby{
	width:598px;
	border-spacing:0px;
	border: solid 0px;
	padding:2px;
	background-color:#ffffff;
}

td.ferret_baby_photo{
	width:130px;
	border-spacing:0px;
	border: solid 0px;
	padding: 2px;
	vertical-align: top;
	background-color:#ffffff;
}
td.ferret_baby_mess{
	width:260px;
	border-spacing:0px;
	border: solid 0px;
	padding: 2px;
	vertical-align: top;
	background-color:#ffffff;
}
td.ferret_baby_text{
	width:338px;
	border-spacing:0px;
	border: solid 0px;
	padding: 2px;
	vertical-align: top;
	background-color:#ffffff;
}

table.ferret_baby_detail{
	clear:both;
	width:325px;
	vertical-align: top;
	border-spacing:1px;
	padding:2px;
	background-color:#ffffff;
}
td.ferret_baby_detail{
	width: 120px;
	padding: 2px;
	vertical-align: top;
	border: solid 1px #ffd766;
	background-color:#fce6aa;
}
td.ferret_baby_detail_text{
	width: 205px;
	padding: 2px;
	vertical-align: top;
	border: solid 1px #ffd766;
	background-color:#ffffff;
}