@charset "utf-8";
/*
機　　能　　名：活動報告｜おざき動物病院
作　　成　　日：2014/04/22
更　　新　　日：

/* ***************************************
	
**************************************** */

#g_nav {
padding-bottom:0;
}


/* report */
div#report {
}

div#report .report {
	margin-bottom:46px;
}


div#report .report ul {
	padding:17px 0 0 8px;
}

div#report .report ul span {
	font-size:18px;
	font-weight:bold;
}


div#report .report ul li {
	line-height:21px;
	margin-bottom:21px;
}

div#report .report ul li a {
}

div#report .activity  {
	margin-bottom:58px;
}

div#report  .text {
	margin:26px 0 21px 7px;
	line-height:22px;
}

div#report .activity ul {
	padding:0 0 0 22px;
	line-height:20px;	
}

div#report .activity ul li {
	margin-bottom:22px;
}

div#report .activity ul li span {
	margin-left:-15px;
}

div#report .support ul {
	padding:0 0 0 7px;
	line-height:20px;
	margin-top:25px;
}

div#report .support ul li {
	margin-bottom:22px;
}

div#report .support ul li a{
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}


/*2018.05.21追記*/
a.btn_pdf {
	width:43px;
	height:15px;
	display:inline-block;
	background:url(../images/report/pdf_button.png) no-repeat;
	position:relative;
	top:2px;
}
a.btn_pdf:hover {
	background:url(../images/report/pdf_button_mouseover.png) no-repeat;
}