@charset "utf-8";

/*---------------------------------------------------------
  CSS : style
----------------------------------------------------------*/
article h2 {
	font-weight: bold;
	color: #019485;
	padding-bottom: 5px;
}
article h2 span {
	font-weight: normal;
}
article .rep {
	background: url(img/rep_bg.png) no-repeat 0px 5px;
	-webkit-background-size: 10px 15px;
	-moz-background-size: 10px 15px;
	padding: 5px 0px 0px 10px;
}
article .rep p {
	background: #FFFFDD;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
