@charset "UTF-8";

/* dlna/index.html CSS */

.wrapper {
	overflow: hidden;
}

.notice_gray_top {
	border: 2.5px solid #8f9092;
	margin: 1.5em 0 4em;
	padding: 1em;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.2em;
}

.notice_gray {
	margin: 2em 0 1em;
	padding: 1.5em 1em;
	overflow: hidden;
	background-color: #f3f4f6;
}

.mt0 {
	margin-top: 0;
}

 .title {
	font-size: 1.5em;
	border-bottom: 2px solid #8f9092;
}

h1 img {
	vertical-align: middle;
	margin-bottom: 0.1em;
	margin-right: 1em;
}

.ref {
	font-size: 0.95em;
}

.notice_gray ul {
    margin: 1.5em 0;
}

ul.annotation {
	margin: 0 0 1em 1.2em;
	padding: 0.5em 0;
}

ul.annotation li {
	list-style: none;
	text-indent: -0.7em;
	font-size: 0.9em;
}

a.textLink {
	display: block;
	margin: 0 30px 0 0;
	padding: 0 0 0 10px;
	background: url(/share/images/arrow_black.gif) no-repeat left .4em;
}

a {
	color: #43677e;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

a:hover, a:active {
	color: #c41230;
	text-decoration: underline;
	background-color: transparent;
}

ul.disc {
    list-style: disc;
}

@media (max-width: 740px){
	.title {
		overflow: hidden;
	}

	h1 img {
		margin: 0 1em 0.2em 0;
		display: block;
		float: left;
	}

	.ref {
		font-size: 1em;
	}

}