@import url('/fuzoku.common.css');
/* CSS Document */
#main h1 {
	font-size: x-large;
	#padding: 5px;
	#background: linear-gradient(#FFFFFF, #FAFAFA);
	#border-top: 2px solid #CC99FF;
	#border-left: 1px solid #CCCCCC;
	#border-right: 1px solid #CCCCCC;
	#border-bottom: 1px solid #CCCCCC;
	#border-radius: 5px;
	#-moz-border-radius: 5px;
	#-webkit-border-radius: 5px;
}
#main h1 span:before {
	content: " < ";
}
#main h2 {
	font-size: large;
	padding: 5px;
	margin: 0px;
	background: linear-gradient(#FFFFFF, #FAFAFA);
/*
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC99FF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#main h2 span {
	font-size: 50%;
	font-weight: normal;
	#padding-top: 5px;
	margin-bottom: 10px;
}
#main h2 span:before {
	content: " < ";
}
@media screen and (max-width: 899px)  {
	#latest {
		border: 1px solid #CCCCCC;
	}
	#latest ol {
		margin: 5px;
		padding-left: 0px;
	}
	#latest li {
		display: flex;
		border: 1px solid #CCCCCC;
		margin-bottom: 4px;
		cursor: pointer;
	}
	#latest img {
		display: block;
		#max-width: 72px;
		#min-height: 72px;
		#max-height: 72px;
		width: 72px;
		height: 72px;
		object-fit: contain;
	}
	#latest dl {
		display: block;
		margin-left: 0px;
	}
	#latest dd {
		margin-left: 0px;
	}
}
@media screen and (min-width: 900px)  {
	#latest ol {
		display: grid;
		margin: 5px;
		padding: 0px;
	}
	#latest ol li {
		cursor: pointer;
		display: flex;
		margin: 5px;
		padding: 0px;
	}
	#latest dl {
		//margin-left: 60px;
	}
	#latest img {
		width: 72px;
		height: 72px;
		object-fit: contain;
	}
}



