@charset "utf-8"; /*utf-8の場合*/

.ui-li-desc {
    white-space: normal;
}

.title{
	font-size:13px;
}

.photo{
	text-align:center;
	margin:0 auto;
}

.img_gallery{
	
}

.sum_photo{
	width:130px;
	height:90px;
	overflow:hidden;
	margin:1px 1px;
	cursor:pointer;
	display:inline-block;
}

.page_waku{
	margin:10px auto;
	text-align:center;
}

.page{
	margin:0 1px;
	display:inline-block;
	font-size:15px;
	width:15%;
}

.number{
	margin-left:50px;
	color:#400000;
	font-weight:bold;
	font-size:13px;
}

.delete{
	text-decoration:none;
}

.number{
	padding:3px;
	text-align:center;
	border-radius:10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f6e7cf), color-stop(0.51, #b68d4c), color-stop(0.50, #c19e66), color-stop(0.00, #f4e3c9));
background: -webkit-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
background: -moz-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
background: -o-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
background: -ms-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
background: linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);

}

.grad{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.51, #d1d1d1), color-stop(0.50, #dbdbdb), color-stop(0.00, #dcdcdc));
background: -webkit-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
background: -moz-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
background: -o-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
background: -ms-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
background: linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);

}

.page .ui-btn-inner{
    padding:.55em 3px .5em !important;
}
