/*
Theme Name: Multi Index
Version: 1.0
Description: 子サイトの一覧を出す
Author: OFFICE01
Author URI: https://www.bossraku.com
*/
body{
	margin: 0;
}

#site-header{
	border-bottom: 1px solid #ccc;
}
#site-header h1{
	margin-bottom: 0;
}
#site-header p{
	font-size: 0.9em;
}

/*#site-footer{}*/

.header-footer-group,
article{
	text-align: center;
	padding: 1em 0;
}

/*.header-footer-group{}*/

article{
	border-bottom: 1px solid #ccc;
}
article:nth-child(even){
	background-color: #fbf9f3;
}
article h1 span{
	font-size: 0.6em;
	font-weight: 400;
	display: block;
}
article p{
	margin: 10px 0;
}
/*article a{
	display: inline-block;
	padding: 0.2em 0;
}*/
article .small{
	font-size: 0.85em;
}