@charset "utf-8";
/* CSS Document */

/*--------------------------------*/


.clear {
	clear: both;
	/*
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	*/
}
.clearL {
	clear: left;
	/*
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	*/
}
.clearR {
	clear: right;
	/*
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	*/
}

/* IE8, ModanBrowser */
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

/* clearfix IE 6, 7 */
.clearfix {
	width:100%;
}

/*--------------------------------*/
body {
	font-size: 75%;
	line-height: 180%;
	/*font-family: "ＭＳ ゴシック", "Osaka－等幅";*/
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	background:#ffffff;
	padding:10px;
	margin:0;
}

.wrapper{
	width:100%;
}

/*---------------*/
div,p,ul,li{
	display:block;
	margin:0;
	padding:0;
}

a{
	font-style:normal;
	text-decoration:none;
}

a:hover {
	font-style:normal;
	text-decoration:underline;
}

/*--------------------------------*/


h1{
	margin:10px;
}

.last{
	margin:10px;
}

ul{
	/*width:880px;*/
	margin:0 auto;
}

ul li{
	display:block;
	list-style:none;
	float:left;
	margin:10px;
	padding:0;
	width:200px;
}

/*
ul li:nth-of-type(4n+1){
	clear:both;
}
*/

ul li .photo{
	margin:0;
	padding:0;
	line-height:0;
}

ul li .photo img{
	width:200px;
	margin:0;
	padding:0;
}

ul li .photo a{
	display:block;
	position:relative;
}

ul li .photo a .caption{
	position:absolute;
	bottom:0;
	background:rgba(0,0,0,0.7);
	font-size:12px;
	line-height:120%;
	color:#FFFFFF;
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:6px 10px 4px 10px;
}

ul li .reaction{
	font-size:12px;
	line-height:100%;
	color:#FFF;
	background:#000;
	padding:5px 10px;
}

ul li .data{
	font-size:11px;
	line-height:120%;
	color:#FFF;
	background:#000;
	padding:6px 10px 4px 10px;
}

ul li .data .time{
	display:block;
	margin:2px 0 0 0;
}


#btn-more{
	clear:both;
	background:#000000;
	color:#FFFFFF;
	display:block;
	text-align:center;
	cursor:pointer;
	padding:10px;
}