@charset "UTF-8";
/* CSS Document */
 
article{
	width:310px;
	margin:0 auto;}
	
#credits li,#credits dt,#credits dd,#credits p,#credits a{
	line-height:11px;
	font-size:11px;
	font-weight:nomal;
	margin:0 0 18px;
	padding:0;
	color:#333;}
	
#credits a{
	color:#666;}

#credits a:hover{
	color:#ccc;}
			
p{
	line-height:22px;}
	
dl.web{
	margin-bottom:50px;}

dl.photo{
	margin-bottom:40px;}
	
#credits dd.copy{
	font-size:10px;}
	
/*レイアウト4*/	
	
@media only screen and (min-width:1830px){	
#container{
	min-height:1200px;}

article{
	margin:233px auto 0;}
}

/*レイアウト3*/	

@media only screen and (min-width:1590px)
and (max-width:1829px){	
#container{
	min-height:1150px;
	width:1419px;}

article{
	margin:178px auto 0;}
}

/*レイアウト2*/	

@media only screen and (min-width:1350px)
and (max-width:1589px){	
#container{
	min-height:1000px;
	width:1179px;}

article{
	margin:178px auto 0;}
}

/*レイアウト1*/	

@media only screen and (max-width:1349px){	
#container{
	width:939px;}

article{
	min-height:930px;
	margin:178px auto 0;}
}
