#galleryNavi{
	margin-bottom: 10px;
}
#galleryNavi ul{
	text-align:left;
	list-style: none;
	margin:0 auto;
	padding:0;
	border:0;
}
#galleryNavi li{
	position: relative;
	display:inline-block;
	vertical-align: top;
	width:220px;
	height:300px;
	margin:3px 0;
	padding:20px 10px;
	box-sizing:border-box;
	background-color:#f0f0f0;
	/*background-color:#ebe8dd;*/
	text-align: center;
}
#galleryNavi li div{
	width:200px;
	height:227px;
	vertical-align:middle;
	display:table-cell;
	overflow:hidden;
}
#galleryNavi li div.tate .background{
	width:auto;
	height:100%;
	
}
#galleryNavi li div.yoko .background{
	width:100%;
	height:auto;
}
#galleryNavi li .title{
	vertical-align: middle;
	font-size:125%;
	line-height: 1.5;
	padding: 5px 0;
	position:absolute;
	right:0;
	left:0;
	bottom:5px;
}
#galleryNavi li .title .leftside{
	float: left;
	text-align: left;
}
#galleryNavi li .title .rightside{
	text-align:right;
}
#galleryNavi li .name{
	vertical-align: middle;
	font-size:110%;
	line-height: 1.5;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#galleryNavi li.small .title{
	font-size:110%;
}
#galleryNavi li .text{
	font-size:100%;
	padding:5px;
	text-align: left;
	min-height:1em;
}
#galleryNavi li.small .text{
	font-size:90%;
}
#galleryNavi li a{
	color: #181818;
}
#galleryNavi li.small .icon{
	width:24px;
	height:24px;
}
#galleryNavi li .more{
	text-align: right;
	padding:5px;
}
#galleryNavi li .more:before{
	content: ">";
}


#galleryList .listtitle{
	vertical-align: middle;
	font-size:125%;
	line-height: 1;
	text-align: left;
	margin-top: 8px;
}
#galleryList ul{
  border-top: 3px solid #181818;
  margin:0 0 100px;
}
#galleryList ul:last-child{
	margin-bottom:0;
}
#galleryList li{
	position:relative;
	width:800px;
	height:250px;
	box-shadow: 0px 0px 0px 0px #000000;
	margin-top: 40px;
	list-style: none;
	padding:10px;

}
#galleryList li .thumbnail{
	width:380px;
	height:240px;
	float: left;
	margin-right:3%;
	border: 0px;
	background-position : 50% 0%;
	background-repeat: no-repeat;
}
#galleryList li .title{
	border-left: 3px solid #181818;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-height:30%;
	margin-top:5px;
	margin-left: 2px;
	padding-left: 5px;
}
#galleryList li .text{
	height:72%;
	margin-top:10px;
	position: relative;
	overflow: hidden;
	line-height: 1.5;
}
#galleryList li .more{
	text-align: right;
	padding:5px;
}
#galleryList li .more:before{
	content: ">";
}

.clear{
	clear:both;
}
