@charset 'utf-8';


/* static-ttl-page
-------------------------------------------- */
#static .static-wrap-ttl-page{
	margin-bottom: 20px;
}

#static .static-wrap-ttl-page img{
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #eee;
}

#static .static-ttl-page{
	float: left;
	width: 456px;
}

#static .static-ttl-page-right{
	float: right;
	width: 259px;
}

#static .static-ttl-page-right a{
	display: block;
	margin-bottom: 5px;
}

#static .static-ttl-page-right img{
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #eee;
}


/* static-image
-------------------------------------------- */
#static .static-mini-image{
	width: 100%;
	margin-bottom: 20px;
}

#static .static-mini-image{
	width: 728px;
	margin-left: -8px;
}

#static .static-mini-image > li{
	float: left;
	width: 174px;
	margin-left: 8px;
}

#static .static-mini-image > li img{
	width: 172px;
	margin-bottom: 5px;
	border: solid 1px #eee;
}

#static .static-mini-image > li a{
	font-size: 11px;
	font-size: 1.1rem;
	display: block;
	text-decoration: none;
}


/* clearfix
-------------------------------------------- */
.static-wrap-ttl-page:after,
.static-mini-image:after{
	display: block; clear: both; height: .01px;content: ''; 
}
