/* ex共通 */
.ex-container {
	padding: 1px 14px 11px 14px;
}

i {
	font-style: normal;
	background-color: #fe6;
}

li.important {
	font-weight: bold;
}
th.thin {
	font-weight: normal;
}

h1, h2, h3 {
	margin: 10px 2px 5px 2px;
	padding: 3px;
	border: solid #35C;
}

h1 {
	font-size: 26px;
	border-width: 0 0 1px 12px;
}
h2 {
	font-size: 22px;
	border-width: 0 0 1px 11px;
}
h3 {
	font-size: 18px;
	border-width: 0 0 1px 10px;
}

h4 {
	margin: 3px 2px 5px 2px;
	padding: 3px;
	border: solid #06B;
	border-width: 0 0 1px 7px;
}
.subtitle {
	font-size: 21px;
	
}

.ex-container .panel-title {
	margin: 0;
	padding: 0;
	border: 0;
}


/* jQuery propとattr固有 */
.sample {
	background-color: #eef;
	padding: 10px;
	border-radius: 8px;
}
.targetElement {
	background-color: #ccf;
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
}
/* 「jQuery API Documentation」の引用部分 */
dl.doc {
	background-color: #eef;
	padding: 10px;
	border-radius: 10px;
}
dl.doc dt {
	font-weight: bold;
}


/* attrとpropのバージョンごとのページ固有 */
table.versions {
	min-width: 480px;
	border-spacing: 0;
	border-collapse: separate;
}
table.versions tr:nth-of-type(1) th {
	font-size: 13px;
}
table.versions th {
	background-color: #DDF;
	text-align: left;
	border: solid 2px;
	border-color: #FFF #aaf #aaf #FFF;
}
table.versions td {
	background-color: #F5F5FF;
	border: solid 2px;
	border-color: #FFF #DDF #DDF #FFF;
}

table.versions tr.emA th {
	background-color: #CEF;
}
table.versions tr.emA td {
	background-color: #D5F5FF;
}
table.versions tr.emB th {
	background-color: #ECF;
}
table.versions tr.emB td {
	background-color: #F5D5FF;
}
table.versions tr.emC th {
	background-color: #EED;
}
table.versions tr.emC td {
	background-color: #F5F5DF;
}
table.versions td:nth-of-type(2) {
	font-size: 12px;
}


/* HTML文字化けサンプル固有 */
div.unit {
	display: inline-block;
	width: 300px;
	height: 245px;
	vertical-align: top;
	border: 1px solid #888;
	border-radius: 4px;
	padding: 3px;
}

div.imgunit {
	display: inline-block;
	width: 450px;
	vertical-align: top;
	border: 1px solid #888;
	border-radius: 4px;
	margin: 3px 1px;
	padding: 3px;
}

div.unit iframe {
	width: 293px;
	height: 120px;
}

div.imgunit img {
	max-width: 440px;
}


.here {
	font-size: larger;
}
.here a {
	font-weight: bold;
}

.imgDiv {
	margin: 1px 5px;
}
.imgDiv div {
	vertical-align: top;
	border: solid 1px #9be;
	border-radius: 3px;
	display: inline-block;
	padding: 1px 4px 4px 4px;
}
.imgDiv div img:hover {
	border-radius: 4px;
	border: solid 1px #78c;
}
