@charset "utf-8";


/*** アコーディオン ***
dl{
	width			:550px;
	margin			:0 auto;
}

dt{
	line-height		:16px;
	font-size		:12px;
	text-indent		:1.5em;
	color			:white;
	height			:16px;
	background		:#9cf;
	-webkit-border-radius:5px;
	margin-top		:2px; 
}

dt.over{
	cursor			:pointer;
}
dt.selected{
	background		:#ccf;
	cursor			:default;
	color			:#444;
}

dd{
	margin			:0 1em;
}

dd p{
	margin-top		:3px;
	line-height		:1.4em;
}

a.modal img{
	border			:3px solid transparent;
	width			:50%;
}
a.modal img:hover{
	border			:3px solid #ccc;
}
a.modal{
	margin-left		:0;
}
***/

section{
	margin-top		:30px;
}

span.diary_title{
	margin-left		:10px;
}

#diary_links{
	list-style-type	:none;
	font-size		:12px;
}

.attention{
	font-weight		:bold;
	color			:#ff6666;
}
.bold{
	font-weight		:bold;
}

.space{
	margin-top		:30px;
}	