@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      lady.css
 Author:         Miyazaki (admin)
 Style Info:     ベースレイアウト
----------------------------------------------------------- */


/* #lady
*********************************************************** */

#photoblog .inner_box ul li {
	width: 48%;
	min-height: 160px;
	float: left;
	margin: 1%;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid #ABAAA5;
	background-color: #fff;
	text-align: center;
}
#photoblog ul li a .thumb_box {
	display: inline-block;
	width: 123px;
	height: 123px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#photoblog .inner_box ul li img {
	max-width: 100%;
}
#photoblog ul li a .name {
	display: inline-block;
	max-width: 79%;
	font-weight: bold;
	font-size: 93%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}
#photoblog ul li a .photoblog_ttl {
	display: block;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.6;
}
#photoblog ul li a p {
	text-align: center;
}
#photoblog .photoblog_listbox li a {
	display: block;
	color: #000;
	text-decoration: none;
}