/*----------REPORT----------*/

#report {
	position : relative;
	width : 1200px;
	margin : 0 auto 50px auto;
	background : #e6e6e6;
	border-radius : 12px;
}

#report dl {
	position : absolute;
	width : 500px;
	top : 60px;
	right : 50px;
}

#report dl dt {
	margin-bottom : 20px;
	font-size : 160%;
	font-weight : 600;
}

#report dl dt span {
	margin-right : 15px;
	padding : 5px 20px 8px 20px;
	font-size : 70%;
	color : #ffffff;
	background : #444444;
	border-radius : 30px;
	vertical-align : 4px;
}

#report dl dd {
	line-height : 1.8em;
}

#report dl dd p {
	margin : 25px 35px 0 35px;
	text-align : center;
	font-size : 100%;
	line-height : 1.9em;
}

#report dl dd p span {
	display : block;
	font-size : 140%;
	font-weight : 600;
}

#report dl dd p a {
	display : block;
	margin : 0 4px 4px 0;
	padding : 26px 0 22px 0;
	color : #ffffff;
	background : #69a52d;
	border-radius : 60px;
	text-decoration : none;
	box-shadow : 4px 4px #c8c8c8;
}

#report dl dd p a:hover {
	display : block;
	margin : 0 4px 4px 0;
	padding : 26px 0 22px 0;
	color : #ffffff;
	background : #4b9600;
	border-radius : 60px;
	text-decoration : none;
	box-shadow : 4px 4px #c8c8c8;
}

.thumbnail {
	width : 600px;
	background-size : cover;
	background-position : center center;
	padding-top : 400px;
	border-top-left-radius : 12px;
	border-bottom-left-radius : 12px;
}

/*----------DOCUMENT----------*/

p#dindex {
	width : 740px;
	margin : 0 auto 40px auto;
	line-height : 1.7em;
}

ul#dlink {
	list-style : none;
	overflow : hidden;
	width : 800px;
	margin : 0 auto 50px auto;
	font-size : 120%;
}

ul#dlink li {
	float : left;
	display : inline-block;
	width : 380px;
	margin : 0 40px 30px 0;
    font-weight : 600;
	text-align : center;
}

ul#dlink li:nth-child(2n) {
	margin : 0 0 30px 0;
}

ul#dlink li a {
	display : block;
	margin : 0 3px 3px 0;
	padding : 16px 0 17px 0;
	color : #ffffff;
	background : #057dc3;
	text-decoration : none;
	border-radius : 30px;
	box-shadow : 3px 3px #d2d2d2;
}

ul#dlink li a:hover {
	display : block;
	margin : 0 3px 3px 0;
	padding : 16px 0 17px 0;
	color : #ffffff;
	background : #055a91;
	text-decoration : none;
	border-radius : 30px;
	box-shadow : 3px 3px #d2d2d2;
}