/* iframe ニュース */

.topics {
  padding: 5px 5px 10px;
  /*border-bottom: 1px dotted #666666;*/
}

.title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 3px 5px 2px;
  text-align: left;
  color: #ff32ad;
  border-bottom: 1px solid #ff32ad;
}

.date {
  font-size: 10px;
  text-align: right;
  padding: 3px 0;
}

.photo {
  text-align: center;
  padding: 5px 0 5px;
}

.photo img {
  max-width: 220px;
  height: auto;
  border: 1px solid #cccccc;
}

.topics_body {
  text-align: left;
}

#page_link {
  font-weight: bold;
  color: #ff6c94;
  font-size: 12px;
  text-align: center;
  padding: 10px 0 20px;
}

#page_link span {
  display: inline-block;
  padding: 1px 4px;
  background: #ff6c94;
  border: 1px solid #ff6c94;
  color: #ffffff;
  margin: 0 2px;
}

#page_link a span {
  background: #ffffff;
  color: #333333;
}

#page_link a:hover span {
  color: #ff6c94;
  text-decoration: none;
}

/* CKEditor */

* {
  line-height: 1.4em;
}

/*
h1{
display: block;
font-size: 2em;
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

h2{
display: block;
font-size: 1.5em;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

h3{
display: block;
font-size: 1.17em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

h4{
display: block;
-webkit-margin-before: 1.33em;
-webkit-margin-after: 1.33em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

h5{
display: block;
font-size: 0.83em;
-webkit-margin-before: 1.67em;
-webkit-margin-after: 1.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

h6{
display: block;
font-size: 0.67em;
-webkit-margin-before: 2.33em;
-webkit-margin-after: 2.33em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: normal;
	line-height: 1.2;
	padding: 0;
	border: none;
}
*/

sub {
  vertical-align: sub;
  font-size: smaller;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-tab-size: 4;
  tab-size: 4;
}

pre, xmp, plaintext, listing {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}

p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 1em 0;
}

blockquote {
  font-style: italic;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
  display: block;
  margin-left: 40px;
}

ol, ul, dl {
  /* IE7: reset rtl list margin. (#7334) */
  *margin-right: 0px;
  /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
  margin: 10px 0;
}

ol {
  list-style: decimal !important;
}

ul {
  list-style: disc !important;
}

li {
  margin: 0 40px !important;
}

table {
  display: table;
  border-style: solid;
  border-collapse: separate;
  border-spacing: 1px;
  border-color: gray;
}

td, th {
  padding: 3px;
}

/*

thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}
tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}

tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

th {
text-align: center;
font-weight: bold;
}

*/

sup {
  vertical-align: super;
  font-size: smaller;
}

.textbody {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
  color: #6ba7ff;
}

table.dotted {
  border: 1px dotted #666666;
  border-collapse: collapse;
}

table.dotted th, table.dotted td {
  border: 1px dotted #666666;
  padding: 5px;
}

.nowrap {
  white-space: nowrap;
}