@charset "utf-8";


/*-----------------------------
	main
------------------------------*/

/* h2 */
#main h2{
	margin-bottom:30px;
}
/* dl */
#main dl{
	clear:both;
	padding:12px 0;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}
#main dl dt{
	float:left;
	width:155px;
	background:url(../common/images/icon_green.png) no-repeat 3px 6px;
	padding-left:12px;
}
#main dl dt img{
	margin-left:10px;
	vertical-align:middle;
}
#main dl dd{
	float:right;
	width:543px;
	word-break: break-all;
}
/* pages */
#main #pages{
	clear:both;
	padding-top:40px;
	text-align:center;
	overflow:hidden;
}
#main #pages a{
	text-decoration:underline;
}

#main a { color: blue; text-decoration: underline; }
#main a:hover { color: red }



/*-----------------------------
	detail.html
------------------------------*/

/* date */
#main #date{
	clear:both;
	overflow:hidden;
	padding-bottom:5px;
	border-bottom:1px dotted #999;
	margin-bottom:25px;
}
#main #date img{
	margin-left:10px;
}
/* note */
#main #note{
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
	word-break: break-all;
}
#main #note p{
	clear:both;
	word-break: break-all;
}
#main #note .photo{
	text-align:center;
	margin-bottom:30px;
}
#main #note .icon{
	padding-left:15px;
	margin-bottom:30px;
	background:url(../common/images/icon_green.png) no-repeat  4px 7px;
}
#main #note .icon img{
	vertical-align:middle;
	margin:0 0 3px 10px;
}
