@CHARSET "UTF-8";

.wiki-entry-body section:first-child h1{
	border-top: none;
	padding-top: 0px;
}

.wiki-entry-body h1 {
	margin-left: -30px;
	font-size: 24px;
	margin-top: 30px;
	border-top: 1px dotted #c6cbd1;
	padding-top: 30px;
}

.wiki-entry-body h2 {
	font-size: 18px;
	margin-top: 20px;
	border-left: hidden !important;
	border-bottom: hidden !important;
	margin-left: -20px;
}

.wiki-entry-body h3 {
	font-size: 18px;
	margin-top: 28px;
	line-height: 1.4;
}

/* 例文（英語）（モックアップで太字にしているところ） */
.dict-sp-example-sentence {
}

/* 例文和訳 */
.dict-sp-example-sentence-translation{
    font-weight: normal;
	text-decoration: none;
}

/* 例文中のheadword */
mark.dict-sp-headword-in-example{
    font-weight: bold;
    background-color:  transparent !important;
    font-style: normal !important;
}

/* 軽見出し */

.wiki-entry-body h6{
	margin: 0;
	padding: 0;
	margin-left: 2em;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 10px;
}

.wiki-entry-body > p {
	margin-top: 10px;
	margin-bottom: 5px;
}

/* 非表示 */
.dict-sp-meta.dict-sp-translation-opening {
	display: none;
}

.dict-sp-meta.dict-sp-translation-closing {
	display: none;
}

.dict-sp-meta.dict-sp-example-source {
	display: none;
}

/* 文型 */
.dict-sp-sentence-pattern{}
.dict-sp-meta .dict-sp-sentence-pattern-opening{}
.dict-sp-meta .dict-sp-sentence-pattern-closing{}

/* 注釈 */
.dict-sp-note-marked-paragraph :before{
	display: block;
}
.dict-sp-note-marked-paragraph{
	display: none;
}
.dict-sp-meta .dict-sp-note-mark{}

/* ラベル付きヘッダ */
.dict-sp-labeled-note-heading{}
.dict-sp-note-label{}
.dict-sp-meta.dict-sp-note-label-opening{}
.dict-sp-meta.dict-sp-note-label-closing{}





/* 8.31 修正 */
/* 例文（英語・和訳）全体の囲い */
.wordnet_wrap span a{
	color: #419de0;
}
.wordnet_wrap span a span{
	color: #333;
}

/* 例文（英語）（モックアップで太字にしているところ） */
.dict-sp-example-sentence {
}
mark.dict-sp-headword-in-example{
}
.wiki-entry-body h2{
}
.dict-sp-meta{
}

.wiki-entry-body {
  font-size: 14px;
  margin-left: 30px;
}
.wiki-entry-body h1 {
  margin-left: -30px;
}
.wiki-entry-body h1 + p {
  margin-left: -30px;
  margin-top: 0;
}
.wiki-entry-body h1 {
  font-size: 24px;
  margin-top: 20px;
}
.wiki-entry-body h2 {
  font-size: 16px;
  margin-top: 20px;
}
.wiki-entry-body h3 {
  font-size: 15px;
  margin-top: 23px;
}
.wiki-entry-body .page-header{
	margin-left:-30px
}
.wiki-entry-body .page-header h3 {
  margin-top: 0px;
}
.wiki-entry-body h4, .wiki-entry-body h5, .wiki-entry-body h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.wiki-entry-body blockquote {
  font-size: 14px;
}
.wiki-entry-body .dict-sp-meta {
  display: none;
}
.wiki-entry-body .dict-sp-meta.dict-sp-sentence-pattern-opening,
.wiki-entry-body .dict-sp-meta.dict-sp-sentence-pattern-closing {
  display: inline;
}
.wiki-entry-body .dict-sp-example:hover .dict-sp-example-source {
	display: none;
}
.wiki-entry-body .dict-sp-example .dict-sp-example-source small {
  display: inline;
}
.wiki-entry-body .dict-sp-example .dict-sp-example-source small:before {
  content: " ";
}
.wiki-entry-body .dict-sp-example .dict-sp-headword-in-example {
  background-color: inherit;
  padding: 0 1px;
  color: Black;
  font-weight: bold;
  text-decoration-style: double;
}
.wiki-entry-body .dict-sp-labeled-note-heading {
/*
  border-bottom: rgba(255, 183, 84, 0.1) 3px solid;
  padding-bottom: 8px;
*/
}
.wiki-entry-body .dict-sp-labeled-note-heading .dict-sp-note-label {
/*
  margin-right: 0.75em;
  padding: 0.2em 0.6em 0.3em;
  font-size: 60%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #f0ad4e;
*/
}
.wiki-entry-body .dict-sp-note-marked-paragraph {
  display: table;
  padding: 5px;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
}
.wiki-entry-body p .dict-sp-note-marked-paragraph{
	margin-right: 0;
	padding: 0;
	display: inline-block;
}
.wiki-entry-body p .dict-sp-note-marked-paragraph:before{
	margin: 0;
}

.wiki-entry-body .dict-sp-example.on{
	position: relative;
}
.wiki-entry-body .dict-sp-example .dict-sp-note-marked-paragraph {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.wiki-entry-body .dict-sp-example .dict-sp-note-marked-paragraph:before{
	margin-right: 0;
}
.wiki-entry-body .dict-sp-example.on .dict-sp-example-sentence-translation{
	padding-right: 40px;
}
.wiki-entry-body .dict-sp-note-marked-paragraph:before{
	width: 35px;
	height: 24px;
	margin-right: 1em;
	content: "";
	background: url(/resources/sp/img/dictionary/icn_memo.png);
	background-size: 35px auto;
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
	vertical-align: middle;
}

/* 例文（英語・和訳）全体の囲い */
blockquote.dict-sp-example {
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
blockquote.dict-sp-example+blockquote.dict-sp-example, 
h6+blockquote.dict-sp-example {
  margin-top: 0;
}

/* 例文（英語）（モックアップで太字にしているところ） */
.dict-sp-example-sentence {
    font-weight: bold;
}

/* 例文和訳 */
.dict-sp-example-sentence-translation{
    font-weight: normal;
	text-decoration: none;
}

/* 例文中のheadword */
mark.dict-sp-headword-in-example{
    font-weight: bold;
    background-color:  transparent !important;
    font-style: normal !important;
}

/* 軽見出し */

.wiki-entry-body h6{
	margin: 0;
	padding: 0;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 10px;
}

.dict-sp-note-marked-paragraph{
	display: none;
}
.dict-sp-meta .dict-sp-note-mark{}

/* ラベル付きヘッダ */
.dict-sp-labeled-note-heading{}
.dict-sp-note-label{}
.dict-sp-meta.dict-sp-note-label-opening{}
.dict-sp-meta.dict-sp-note-label-closing{}





/* 8.31 修正 */
/* 例文（英語）（モックアップで太字にしているところ） */
.dict-sp-example-sentence {
    font-weight: normal;
}
mark.dict-sp-headword-in-example{
}
.wiki-entry-body h2{
}
.dict-sp-meta{
}

.wiki-entry-body {
  font-size: 14px;
  margin-left: 30px;
  clear: both;
}
.wiki-entry-body h1 {
  margin-left: -30px;
}
.wiki-entry-body section > p{
	margin-top: 10px;
}
.wiki-entry-body h1 + p {
  margin-left: -30px;
  margin-top: 0;
}
.wiki-entry-body h1 {
  font-size: 24px;
  margin-top: 20px;
}
.wiki-entry-body h2 {
  font-size: 16px;
  margin-top: 20px;
}
.wiki-entry-body h3 {
}
.wiki-entry-body h4, .wiki-entry-body h5, .wiki-entry-body h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.wiki-entry-body blockquote.on{
	position: relative;
}
.wiki-entry-body h3+.dict-sp-note-marked-paragraph {
	margin-left: 0;
}
.wiki-entry-body blockquote + .dict-sp-note-marked-paragraph {
  margin-top: -15px;
}

.wiki-entry-body h3 .dict-sp-sentence-pattern {
  font-weight: normal;
}
.wiki-entry-body h3 .dict-sp-sentence-pattern strong {
  font-weight: bold;
}
.wiki-entry-body p .dict-sp-meta.dict-sp-translation-opening,
.wiki-entry-body p .dict-sp-meta.dict-sp-translation-closing {
  display: inline; 
}
.wiki-entry-body .dict-sp-meta.dict-sp-note-label-opening,
.wiki-entry-body .dict-sp-meta.dict-sp-note-label-closing{
  display: inline; 
}