@charset "utf-8";



/*#page_petphoto .framePickup
************************************************************************************/
#page_petphoto .framePickup{}


#page_petphoto .framePickup .titleBox{
	background: url(../../pet_photo/img/rank_ttl.png) no-repeat;
	width: 780px;
	height: 116px;
	display: block;
	position: relative;
}

#page_petphoto .framePickup .titleBox .title{
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top: 5px;
	left: 90px;
	width: 526px;
	height: 1.5em;
	text-align: center;
}

#page_petphoto .framePickup ul{
	margin: -30px 0 0 0;
}

#page_petphoto .framePickup li{
	width: 240px;
	float: left;
	padding: 10px;
}

#page_petphoto .framePickup li .photo{
	width: 222px;
	height: 145px;
	overflow: hidden;
	text-align: center;
	line-height: 190px;
}

#page_petphoto .framePickup li .photo img{
	max-width: 222px;
	max-height: 170px;
	width: auto;
	height: auto;
	vertical-align: middle;
}

#page_petphoto .framePickup li .name{
	width: 202px;
	text-align: center;
	font-size: 16px;
	background: url(../../img/common/bg_slash_blue.gif) repeat;
	padding: 10px;
	margin: 5px 0 0 0;
}

#page_petphoto .framePickup li .cmt{
	font-size: 12px;
	padding: 5px 0 0 0;
	width: 222px;
}


/*.framePetList
************************************************************************************/
#page_petphoto .framePetList{
	margin: 60px 0 40px 0;
}


#page_petphoto .framePetList li{
	width: 136px;
	padding: 10px;
	margin-bottom: 20px;
	float: left;
}
#page_petphoto .framePetList li .photo{
	width: 136px;
	height: 136px;
	line-height: 136px;
	text-align: center;
	border: 1px solid #ededed;
	margin: 0 0 15px 0;
}
#page_petphoto .framePetList li .photo img{
	max-width: 136px;
	max-height: 136px;
	width: auto;
	height: auto;
	vertical-align: middle;
}

#page_petphoto .framePetList li .name{
	height: 5em;
	overflow: hidden;
}

#page_petphoto .framePetList li .btnBox{
	margin: 5px 0 0 0;
}

#page_petphoto .framePetList li .btnBox a{
	margin: 5px 0 0 0;
	background: url(../../img/common/bg_blue.png) repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 20px 5px 15px;
	display: block;
}
#page_petphoto .framePetList li .btnBox a:hover{
	background: url(../../img/common/bg_pink.png) repeat;
}
#page_petphoto .framePetList li .btnBox a.active{
	background: url(../../img/common/bg_pink.png) repeat !important;
}

#page_petphoto .framePetList li .btnBox a span{
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background: url(../../pet_photo/img/icon_good.png) no-repeat left center;
	padding: 0 0 0 15px;
	margin: 0;
}
#page_petphoto .framePetList li .btnBox a span:hover{
	padding: 0 0 0 15px;
	margin: 0;
	min-height: auto;
}

#admin span.zilla-likes-count{
	display: block !important;
}

#admin span.like_it{
	display: none;
}

#normal span.zilla-likes-count{
	display: none !important;
}

#normal span.like_it{
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background: url(../../pet_photo/img/icon_good.png) no-repeat left center;
	padding: 0 0 0 15px;
}
#normal span.like_it:before{
	content: "LIKE";
}
/*
#page_petphoto .framePetList li .btnBox{
	margin: 5px 0 0 0;
	background: url(../../img/common/bg_blue.png) repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 0 0 15px;
}
#page_petphoto .framePetList li .btnBox:hover{
	background: url(../../img/common/bg_pink.png) repeat;
}

#page_petphoto .framePetList li .btnBox a{
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background: url(../../pet_photo/img/icon_good.png) no-repeat left center;
	padding: 5px 20px 5px 15px;
}
*/

#page_petphoto .btnEnjoy{
	background: url(../../img/common/bg_pink.png) repeat;
	display: inline-block;
	padding: 0 10px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
}
#page_petphoto .btnEnjoy a{
	text-decoration: none;
	color: #FFF;
	background: url(../../img/common/ar_white.png) no-repeat right center;
	padding: 8px 25px 8px 15px;
	display: block;
}

/*.frameJoin 
************************************************************************************/
.frameJoin table{
	width: 100%;
	margin: 10px auto;
	border-collapse:collapse;
	border: 0;
}

.frameJoin table caption{
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
}

.frameJoin table th{
	padding: 5px 7px;
	text-align: left;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #EDEDED;
}

.frameJoin table td{
	padding: 5px 7px;
	border-bottom: 1px solid #EDEDED;
}
.frameJoin table td.caution{
	font-size: 10px;
	color: #666;
	border-left: 1px solid #ededed;
}

.frameJoin label{
	margin-right: 1em;
}

.frameJoin .form textarea{
	width: 400px;
	height: 150px;
}


.frameJoin .form input[type=submit]{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(../../img/common/bg_blue.png) repeat;
	padding: 5px 40px;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "HGPｺﾞｼｯｸE";
	border: 0;
	color: #FFF;
	cursor: pointer;
}




/*frameCaution
************************************************************************************/
.frameCaution li{
	background: url(../../pet_photo/img/icon_caution.png) no-repeat left 0em;
	padding: 1px 0 1px 25px;
	margin: 7px 0;
}
