/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/



.entrie{
margin-bottom:40px;
overflow:hidden;
}

.mosaic-titleblock{
position:relative;
overflow:hidden;
width:100%;
margin:10px;
background:url(/rentoku/sinsai/20years/ayumu/images/background-texture2.jpg) no-repeat center center;
border:2px solid #fff;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
overflow:hidden;
display:table-cell;
vertical-align:center;
}

.mosaic-titleblock p{
font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
color:#716558;
font-size:28px;
margin:20px 20px 20px 20px;
text-align:right;
font-weight;bold;
}



.mosaic-block{
float:left;
position:relative;
overflow:hidden;
width:320px;
height:240px;
margin:10px;
background:#111 url(/rentoku/sinsai/20years/ayumu/images/progress.gif) no-repeat center center;
border:2px solid #fff;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
overflow:hidden;
}

.details{
padding:12px;
overflow:hidden;
}

.details span{
font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
font-size:22px;
}

.details p{
margin-top:7px;
border-top:1px solid #eeeeee;
padding-top:7px;
font-size:16px;
line-height:1.6;
font-family:"メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

.details p span{
font-size:14px;
font-family:"メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}




.mosaic-backdrop {
display:none;
position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.bar .mosaic-overlay {
			bottom:-120px;
			height:120px;
			background:url(/rentoku/sinsai/20years/ayumu/images/misaic-background-black.png);
		}
		
		/*** End Animation Styles ***/

                           
.details a{
color:#ffffff;
}
                           
                           .details span{
color:#ffffff;
}
                           
                           .details p{
color:#ffffff;
}