@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* Bloglist CSS [PC]                            */
/*----------------------------------------------*/

.bloglistbox {
	margin-bottom: 30px;
}

.bloglist-mainphoto {
	width: 100%;
	max-width: 680px;
	padding-top: 50px;
}

.bloglist-mainphoto img {
	width: 100%;
}

.bloglist {
	overflow: hidden;  /* For preventing height shrink */
x	display: table;
x	width: 100%;
}

.bloglist li {
	overflow: hidden;  /* For preventing height shrink */
x	display: table-row;
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 30px;
x	background-color: #FF0000;
}

.bloglist-photoside {
	float: left;
	width: 38%;
	text-align: center;
x	background-color: #00FF00;
}

.bloglist-photoside img {
	max-width: 100%;
}

.bloglist-textside {
	float: right;
	width: 60%;
x	background-color: #0000FF;
}

.bloglist-icon img {
x	vertical-align: middle;
}

.bloglist-date {
x	display: table-cell;
x	width: 165px;
x	width: 100px;
x	padding-left: 30px;
	
x	background-color: #FF0000;
}

.bloglist-title {
x	display: table-cell;
	line-height: 120%;
x	background-color: #00FF00;
}
