@charset "UTF-8";


/* hello-world
---------------------------------------------------------------------------*/
#hello-worldContents .pagetitle {
	margin: 0 0 35px;
}

#hello-worldContents .wp-pagenavi {
	font-size: 24px;
}

#hello-worldContents .wp-pagenavi a.first,
#hello-worldContents .wp-pagenavi a.last,
#hello-worldContents .wp-pagenavi a.previouspostslink,
#hello-worldContents .wp-pagenavi a.nextpostslink {
	font-size: 16px;
}

/* .baby-list
------------------------------------*/
.baby-list {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 70px;
	padding: 0 0 0 20px;
}

.baby-list li {
	float: left;
	position: relative;
	box-sizing: border-box;
	width: 20%;
	margin: 0 0 30px;
	padding: 27px 24px 15px 30px;
	opacity: 0;
}

.baby-list li:before {
	display: block;
	content: '';
	position: absolute;
	top: 55%;
	left: -16%;
	background: url(../img/hello-world/img-joint.png) no-repeat;
	width: 75px;
	height: 28px;
	margin: -14px 0 0;
	z-index: 1;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.baby-list li:before {
	background: url(../img/hello-world/img-joint@2x.png) no-repeat;
	background-size: 75px 28px;
}
}

.baby-list li:first-of-type:before,
.baby-list li:nth-of-type(5n+1):before {
	display: none;
}

.baby-list li a {
	display: block;
}

.baby-list li .today {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.baby-list li .balloon {
	position: absolute;
	top: 24px;
	left: 12px;
	z-index: 2;
	opacity: 0;
}

.baby-list li figure {
	width: 100%;
	margin: 0 auto;
}

.baby-list li figure img {
	border-radius: 50%;
	width: 162px;
	height: 162px;
}

.baby-list li time {
	position: absolute;
	bottom: 0;
	left: 5px;
	font-weight: 500;
	z-index: 2;
}

.baby-list li.boy time { color: #009C97; }
.baby-list li.girl time { color: #D98DAB ; }

.baby-list li time .year {
	display: block;
	margin: 0 0 4px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.baby-list li time .day {
	text-decoration: underline;
	font-size: 24px;
}