@charset "utf-8";
/****************************************

          Setting

*****************************************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.8;
  vertical-align: baseline;
  font-size: 14px;
}

/** body **/
html {
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  min-width: 1060px;
  height: 100%;
  background-color: #f7f7f7;
  color: #333333;
  text-align: left;
  /*FireFox*/
  letter-spacing: 0px;
  line-height: 18px;
  margin-top: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

::selection, ::-moz-selection {
  background: #222222;
  color: #ffffff;
  text-shadow: none;
}

/**link**/
a {
  color: #000000;
  overflow: hidden;
  /*Mac IE*/
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/*FireFox*/
a:hover {
  text-decoration: underline;
}

/**img**/
img {
  border: 0;
  vertical-align: top;
}

a img {
  border: none;
}

/**clear**/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

/**frame**/
.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

/**list**/
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

/**table**/
table {
  border-collapse: collapse;
}

/**hr**/
hr {
  display: none;
}

/**th**/
fieldset {
  border: none;
}

legend {
  display: none;
}

/**invisible**/
.invisible {
  text-indent: -9999px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.wrapper {
  width: 1060px;
  margin: 0 auto;
  overflow: hidden;
}

.ad {
  display: table;
  margin: 16px auto;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}
.ad .ad-left,
.ad .ad-right {
  width: 50%;
  display: table-cell;
  margin: 0 auto;
  box-sizing: border-box;
}
/*
.ad-lr {
  margin: 0 auto;
  width: 100%;
}
*/
.ad-left {
  padding: 0 22px 0 6px;
}
.ad-right {
  padding: 0 6px 0 0;
}
.f-ad {
  margin-top: 16px;
  text-align: center;
}

/********** Header **********/
#header {
  width: 100%;
  background-color: #f7f7f7;
}
#header .top-img {
  background-image: url("http://kaigai-matome.net/wp-content/themes/kaigaimatome/img/header_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}
#header #logo {
  width: 231px;
  height: 38px;
  float: left;
}
#header #search-form {
  width: 238px;
  height: 26px;
  margin-top: 8px;
  border: 1px solid #eeeeee;
  float: right;
}
#header #search-form .text input {
  width: 212px;
  height: 26px;
  float: left;
}
#header #search-form .btn input {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: transparent url(../img/btn_search.png) no-repeat 3px 4px;
  float: right;
}
header#header {
  background: #009CC6;
  background: -ms-linear-gradient(top, #00B0E0 0%, #009CC6 100%);
  background: -moz-linear-gradient(top center, #00B0E0 100%, #009CC6 100%);
  background: -webkit-gradient(linear, center top, center bottom, from(#00B0E0), to(#009CC6));
  background: linear-gradient(top center, #00B0E0 100%, #009CC6 100%);
  width: 100%;
  min-width: 1060px;
}
a.header {
  width: 1060px;
  margin: 0 auto;
  display: block;
}
a.header:hover {
  background: #009CC6;
}
.header h1.header-title {
  display: inline-block;
  padding: 16px 0px 4px 8px;
}
.header img.header-background {
  float: right;
}

nav#global-nav {
}
nav#global-nav ul li {
  display: block;
  float: left;
}
nav#global-nav ul li a {
  color: #fff;
  display: block;
  padding: 8px 10px 5px 5px;
}
nav#global-nav ul li a span.fa-stack {
  margin-right: 4px;
}
nav#global-nav ul li a:hover {
  background: #009CC6;
  text-decoration: none;
}
/*
nav#global-nav ul li a:hover i {
  color: #fff;
}
*/
 /********** Global-Nav **********/
#global-nav {
  width: 100%;
/*  height: 45px;
  line-height: 42px;
*/
  background-color: #00B0E0;
}
#global-nav ul {
  width: 1060px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
/*  padding-top: 5px; */
}
/*
#global-nav ul li {
  display: inline;
  margin-right: 10px;
}
#global-nav ul li:first-child {
  margin: 10px;
}
#global-nav ul a {
  color: #666666;
  line-height: 42px;
  margin-right: 10px;
}
#global-nav ul a:hover {
  opacity: 0.7;
}
#global-nav ul a:active {
  opacity: 1.0;
}
*/
/********** Pankuzu **********/
#pankuzu {
  width: 100%;
  height: 42px;
  line-height: 42px;
}
#pankuzu ul {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#pankuzu ul li {
  display: inline;
  margin: 0 5px;
}
#pankuzu ul li:first-child {
  margin: 0;
}
#pankuzu ul a {
  color: #666666;
  line-height: 42px;
  margin: 0 5px;
}
#pankuzu ul a:hover {
  color: #00B0E0;
}

/********** Contents **********/
#contents {
  width: 1060px;
  margin: 0 auto 0 auto;
}


/********** Feed **********/
#header-feed {
  width: 1058px;
  height: 418px;
  position: relative;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}

#pickup-feed {
  width: 732px;
  height: 376px;
  margin-top: 16px;
  border: 4px solid #eeeeee;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
#pickup-feed iframe {
  position: absolute;
  top: 0;
  left: -1058px;
}

#footer-feed {
  width: 732px;
  height: 376px;
  margin-top: 16px;
  border: 4px solid #eeeeee;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
#footer-feed iframe {
  position: absolute;
  top: 0;
  left: -1794px;
}
#a-pickup-feed {
  width: 738px;
  margin-top: 40px;
}
#a-pickup-feed div {
  height: 430px;
  position: relative;
  overflow: hidden;
}
#a-pickup-feed div iframe {
  position: absolute;
  top: 0;
  left: -2524px;
}

#feedList {
  width: 3262px;
  background-color: #ffffff;
}
#feedList .blogroll-category-name {
  display: none;
}
#feedList .top {
  width: 527px;
  height: 420px;
  float: left;
  overflow-y: scroll;
  overflow-x: hidden;
}
#feedList .top li {
  height: 41px;
  border-bottom: 1px solid #eeeeee;
}
#feedList .top li a {
  width: 501px;
  height: 41px;
  line-height: 42px;
  padding-left: 26px;
  font-size: 93%;
  font-weight: bold;
  color: #333333;
  background: url(../img/icon_style01.png) no-repeat 8px center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#feedList .top li a:hover {
  color: #00252f;
  background-color: #e0f8ff;
}
#feedList #f-top-right {
  margin-left: 4px;
}
#feedList #f-pickup {
  width: 732px;
  height: 366px;
  float: left;
  overflow-y: scroll;
  overflow-x: hidden;
}
#feedList #f-pickup li {
  height: 46px;
  border-bottom: 1px solid #eeeeee;
}
#feedList #f-pickup li a {
  width: 656px;
  height: 46px;
  line-height: 46px;
  padding-left: 80px;
  font-size: 115%;
  font-weight: bold;
  color: #333333;
  background: url(../img/icon_pickup.png) no-repeat 5px center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#feedList #f-pickup li a:hover {
  color: #00B0E0;
}
#feedList #f-footer {
  width: 732px;
  height: 366px;
  float: left;
  overflow-y: scroll;
  overflow-x: hidden;
}
#feedList #f-footer li {
  height: 46px;
  border-bottom: 1px solid #eeeeee;
}
#feedList #f-footer li a {
  width: 696px;
  height: 46px;
  line-height: 46px;
  padding-left: 36px;
  font-size: 115%;
  font-weight: bold;
  color: #333333;
  background: url(../img/icon_style01.png) no-repeat 10px center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#feedList #f-footer li a:hover {
  color: #00B0E0;
}
#feedList #f-article {
  width: 738px;
  height: 430px;
  float: left;
  overflow-y: scroll;
  overflow-x: hidden;
}
#feedList #f-article li {
  height: 42px;
  border-bottom: 1px solid #eeeeee;
}
#feedList #f-article li a {
  width: 696px;
  height: 42px;
  line-height: 42px;
  padding-left: 36px;
  font-size: 115%;
  font-weight: bold;
  color: #333333;
  background: url(../img/icon_style01.png) no-repeat 10px center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#feedList #f-article li a:hover {
  color: #00B0E0;
}

.article-feed {
  width: 732px;
  height: auto;
}
.article-feed li {
  height: 36px;
}
.article-feed li a {
  width: 677px;
  height: 36px;
  line-height: 36px;
  padding: 0 15px 0 40px;
  font-size: 115%;
  font-weight: bold;
  color: #333333;
  background: url(../img/icon_style01.png) no-repeat 15px center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-feed li a:hover {
  color: #00B0E0;
}

.introduction {
  height: 36px;
  display: block;
}
.introduction a {
  width: 677px;
  height: 36px;
  line-height: 36px;
  padding: 0 15px 0 40px;
  font-size: 115%;
  font-weight: bold;
  color: #333333;
  background: url(../img/icon_style01.png) no-repeat 15px center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.introduction a:hover {
  color: #00B0E0;
}
.introduction + br {
  display: none;
}

/********** Main **********/
#main-column {
  width: 740px;
  height: auto;
  margin-top: 16px;
  float: right;
}
#main-column h2 {
/*
width: 720px;
*/
height: 40px;
  line-height: 40px;
  margin-top: 16px;
  padding-left: 15px;
  font-size: 129%;
  border-left: 15px solid #00B0E0;
}
#main-column div.ad.exter-article {
  padding: 0 6px;
}
article {
  width: 738px;
  height: auto;
  margin-top: 16px;
  padding-bottom: 30px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  border-radius: 8px;
}
article h1 {
  border-left: 15px solid #00B0E0;
  border-bottom: 1px solid #00B0E0;
  padding: 18px 15px;
/*
  background: -moz-linear-gradient(top center, #00B0E0 100%, #009CC6 100%);
  background: -webkit-gradient(linear, center top, center bottom, from(#00B0E0), to(#009CC6));
  background: linear-gradient(top center, #00B0E0 100%, #009CC6 100%);
  border-left: 8px solid #F9F97D;
  border-bottom: none;
  color: #fff;

  border-left: 8px solid #00B0E0;
  color: #00B0E0;
*/
  color: #00B0E0;
  border-left: 12px solid #F9F97D;
  border-bottom: none;
  padding: 0 15px 0 15px;
  margin: 18px 15px;
}
/*
article h1:first-letter {
  font-size: 55px;
  color: #F9F97D;
  float: left;
  line-height: 1.2em;
  margin-right: 4px;
}
*/
article h1 a {
  line-height: 1.5;
  font-size: 158%;
/*
  color: #0F2F38;
*/
  color: #00B0E0;
}
article h1 a:hover {
  color: #009CC6;
}
article h3 {
/*
width: 686px;
*/
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 129%;
  color: #00B0E0;
  border-left: 15px solid #00B0E0;
  border-bottom: 1px solid #00B0E0;

}
article header .meta {
  width: 708px;
  height: 40px;
  padding: 0 15px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
article header .meta .tc {
  height: 40px;
  line-height: 40px;
  float: left;
}
article header .meta time {
  line-height: 40px;
  font-size: 93%;
  font-weight: bold;
  color: #888888;
}
article header .meta a {
  line-height: 40px;
  margin: 0 4px;
}
article header .meta .comment {
  width: 40px;
  margin-left: 20px;
  padding-left: 22px;
  float: left;
  background: url(../img/icon_cm.png) no-repeat 0 10px;
}
article header .meta .tag {
  max-width: 250px;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  padding-left: 22px;
  float: left;
  background: url(../img/icon_tag.png) no-repeat 0 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
article header .meta .tag li {
  display: inline;
}
article .social {
  width: 723px;
  margin: 10px 15px 10px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
}
article .social li {
  margin-left: 10px;
  float: right;
}
article .social .fb {
  width: 120px;
}
article .social .twitter {
  width: 65px;
}
article .social .hatebu {
  width: 50px;
}
.article-description {
  border:1px solid #000;
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 10px;
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  line-height:1.5;
}

article .article-body img:first-child {
  margin: 0 20px;
}
article .article-body span b {
  width: 708px;
  margin: 0 15px 20px 15px;
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
  display: block;
}
article .article-body .res_body span b {
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  display: inline;
}
article .article-body .res_quote .res_img {
  max-width: 100%;
}
article .res_content {
  width: 708px;
  padding: 0 15px;
}
article .t_b, article .t_h {
  padding: 0 15px;
}
article .t_h {
  margin-top: 80px;
}
article .res_body {
  line-height: 1.8;
  margin-top: 5px;
  font-weight: bold;
  padding: 0 20px;
}
article .res_body span {
  line-height: 1.8;
}
.res_aa {
  overflow-x:auto !important;
  font-family:"ＭＳ Ｐゴシック", "Mona", "mona-gothic-jisx0208.1990-0", sans-serif !important;
  font-size:16px !important;
  font-weight:normal !important;
  line-height:18px !important;
  word-wrap:normal !important;
  white-space:nowrap !important;
  word-break:keep-all !important;
}
article .res_img {
  width: 660px;
  height: auto;
  padding:16px 0;
  text-align: center;
  background-color: #ffffff;
}
article .res_body .res_img img {
  margin: 0;
  max-width: 100%;
}
article .img_quote {
  display: none;
}
article hr {
  display: none;
}
article .more-link {
  width: 640px;
  height: 42px;
  line-height: 42px;
  margin-left: 49px;
  text-align: center;
  font-size: 115%;
  font-weight: bold;
  color: #ffffff;
  background: #00B0E0 url(../img/arrow_more.png) no-repeat 612px center;
  display: block;
  border-radius: 8px;
}
article .more-link:hover {
  text-decoration: none;
  background-color: #00B0E0;
  background-color: #009CC6;
}

#page h4 {
  margin-top: 30px;
  font-size: 129%;
  padding: 0 15px;
  border-left: 2px solid #00B0E0;
}
#page p {
  margin-top: 16px;
  padding: 0 15px;
}
#page .f-social {
  margin-top: 40px;
}

.article-ad {
  width: 630px;
  height: 250px;
  margin: 0 0 20px 20px;
  overflow: hidden;
}
.article-ad .left {
  width: 300px;
  float: left;
}
.article-ad .right {
  width: 300px;
  margin-left: 10px;
  float: left;
}

.original_thread {
  margin: 40px 15px 40px 0;
  text-align: right;
  font-size:12px;
}

.f-social {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 10px 0;
}
.f-social ul {
  margin: 10px 10px 0 0;
}
.f-social li {
  margin-left: 10px;
  float: right;
}
.f-social .fb {
  width: 100px;
}
.f-social .twitter {
  width: 90px;
}
.f-social .hatebu {
  width: 50px;
}

#list-table {
  width: 700px;
  margin: 0 20px;
}
#list-table th {
  padding: 8px 10px;
  font-weight: bold;
  border: 1px solid #eeeeee;
}
#list-table td {
  padding: 8px 10px;
  border: 1px solid #eeeeee;
}

#cat-post {
  margin: 40px 0 24px 0;
}
#cat-post li {
  height: 42px;
  border-bottom: 1px solid #eeeeee;
}
#cat-post li a {
  width: 677px;
  height: 42px;
  line-height: 42px;
  padding: 0 15px 0 40px;
  font-size: 115%;
  font-weight: bold;
  color: #333333;
  background: url(../img/icon_style01.png) no-repeat 15px center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cat-post li a:hover {
  color: #00B0E0;
}

#comment {
  margin-top: 40px;
}
#comment ul {
  margin: 0 15px;
}
#comment ul li {
  margin-top: 20px;
  line-height: 1.2;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
#comment ul li:first-child {
  border-top: none;
}
#comment .font-l-30 p {
  font-size: 22px;
  color: #ff0000;
}
#comment .font-l-20 p {
  font-size: 22px;
  color: #0000ff;
}
#comment .font-l-10 p {
  font-size: 20px;
  color: #800080;
}
#comment .font-bold p {
  font-weight: bold;
}

.vote-meter {
  height: 15px;  /* Can be anything */
  position: relative;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 10px;
  box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}
div.up-meter, div.down-meter {
  display: block;
  height: 13px;
  box-shadow:
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
  float: right;
  margin: 10px 0 0 0;
}
div.up-meter {
  background: #5fa4d9;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
div.down-meter {
  background: #d95f74;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-right: 10px;
}
div.vote-count {
  float: right;
  margin: 5px 10px;
}
#comment p.meta {
  font-weight: bold;
  font-size: 100%;
  color: black;
}

#comment .vote-button {
  text-align:right;
  float: right;
  width: 100px;
}
#comment .vote-button span.disable {
  opacity: 0.8;
}
#comment .vote-button span {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 2px 10px 2px 10px;
}
#comment .vote-button span:hover {
  cursor:pointer;
}
#comment .vote-button span.up {
  background: #5fa4d9;
}
#comment .vote-button span.down {
  background: #d95f74;
}
#comment .meta {
  font-weight: bold;
}
#comment p {
  word-wrap: break-word;
}
#comment .meta .name {
  color: #008000;
}
#comment .text {
  margin-top: 5px;
  line-height: 1.2;
}
#comment .form {
  width: 708px;
  margin-top: 36px;
  padding: 30px 15px 0 15px;
  border-top: 1px solid #eeeeee;
}
#comment .none {
  margin: 10px 0 0 20px;
}
#comment input[type="text"] {
  width: 298px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #dddddd;
}
#comment textarea {
  width: 498px;
  height: 194px;
  margin-top: 10px;
  border: 1px solid #dddddd;
  resize: vertical;
}
#comment input[type="submit"] {
  width: 170px;
  height: 36px;
  line-height: 36px;
  margin-top: 10px;
  color: #ffffff;
  background-color: #414141;
  display: block;
  cursor: pointer;
}
#comment input[type="submit"]:hover {
  background-color: #00B0E0;
}
#relatedpost,
#popularpost {
  background: #fff;
  padding: 16px 0;
  margin: 16px 0;
  border-radius: 8px;
}
#relatedpost h2,
#popularpost h2 {
  border-left: 15px solid #00B0E0;
  border-bottom: 1px solid #00B0E0;
  color: #00B0E0;
  margin: 0 0 20px 0;
}
#relatedpost .box, #popularpost .box {
  width: 738px;
  height: auto;
  margin-top: 8px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}
#relatedpost li, #popularpost li {
  height: 42px;
  border-top: 1px solid #eeeeee;
  position: relative;
}
#relatedpost li:first-child, #popularpost li:first-child {
  border: none;
}
#relatedpost li a {
  width: 677px;
  height: 42px;
  line-height: 43px;
  padding: 0 15px 0 40px;
  font-size: 115%;
  font-weight: bold;
  color: #333333;
  background: url(../img/icon_style01.png) no-repeat 15px center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#relatedpost li a:hover {
  color: #00B0E0;
}
#popularpost li a {
  width: 677px;
  height: 42px;
  line-height: 43px;
  padding: 0 15px 0 40px;
  font-size: 115%;
  font-weight: bold;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#popularpost li a:hover {
  color: #00B0E0;
}
#popularpost span {
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #00B0E0;
  position: absolute;
  z-index: 10;
  border-radius: 10px;
  top: 11px;
  left: 10px;
}

#popularpost img {
  display: none;
}

.wp-pagenavi {
  height: 60px;
  text-align: center;
}
.wp-pagenavi .current {
  font-weight: bold;
}
.wp-pagenavi span {
  line-height: 60px;
  margin: 0 6px;
  padding: 2px 10px;
  font-size: 115%;
}
.wp-pagenavi a {
  line-height: 60px;
  margin: 0 6px;
  padding: 5px 8px;
  font-size: 115%;
  color: #333333;
}
.wp-pagenavi a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #0F2F38;
  border-radius: 14px;
}

.post-nav {
  width: 740px;
  height: 60px;
  overflow: hidden;
  color: #00B0E0;
}
.post-nav .prev {
  width: 370px;
  height: 60px;
  float: left;
}
.post-nav .prev a {
  width: 350px;
  padding-left: 20px;
  font-size: 115%;
  line-height: 60px;
  display: block;
  background: url(../img/arrow_left.png) no-repeat 5px center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-nav .next {
  width: 370px;
  height: 60px;
  float: right;
}
.post-nav .next a {
  width: 350px;
  padding-right: 20px;
  font-size: 115%;
  line-height: 60px;
  text-align: right;
  display: block;
  background: url(../img/arrow_right.png) no-repeat 357px center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/********** Sub **********/
#sub-column {
  width: 300px;
  height: auto;
  margin-top: 16px;
  float: left;
  position: relative;
  z-index: 4;
}
#sub-column div.ad {
  padding: 0;
}
#sub-column .recent li {
  line-height: 1.4;
  border-bottom: 1px solid #eeeeee;
}
#sub-column .recent li a {
  width: 280px;
  height: auto;
  padding: 10px;
  line-height: 1.4;
  font-size: 93%;
  font-weight:bold;
  color: #333333;
  background: url(../img/icon_style02.png) no-repeat 0 16px;
  display: block;
}
#sub-column .recent li a:hover {
  text-decoration: none;
  color: #00B0E0;
  background-color: #e0f8ff;
}
#sub-column .hatebu li {
  width: 280px;
  height: 45px;
  line-height: 1.4;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  background: url(../img/icon_style02.png) no-repeat 0 16px;
}
#sub-column .hatebu li a {
  line-height: 1.4;
  font-size: 93%;
  color: #333333;
}
#sub-column .hatebu li a:hover {
  color: #00B0E0;
}
#sub-column .hatebu li .hatena-bookmark-count a {
  font-size: 12px;
  color: #ff0000;
  background-color: #ffcccc;
  position: absolute;
  bottom: 16px;
  right: 0;
}
#sub-column .category li {
  line-height: 1.4;
  border-bottom: 1px solid #eeeeee;
}
#sub-column .category li a {
  width: 280px;
  height: auto;
  padding: 10px;
  line-height: 1.4;
  font-size: 93%;
  color: #333333;
  display: block;
}
#sub-column .category li a:hover {
  text-decoration: none;
  color: #00B0E0;
  background-color: #e0f8ff;
}
#sub-column .tagcloud {
  overflow: hidden;
}
#sub-column .tagcloud ul {
  width: 300px;
  margin-top: 8px;
}
#sub-column .tagcloud li {
  float: left;
  margin: 0 4px 4px 0;
  white-space: nowrap;
}
#sub-column .tagcloud li a {
  width: inherit;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  display: block;
  color: #333333;
  background-color: #ffffff;
  border-radius: 14px;
}
#sub-column .tagcloud li a:hover {
  text-decoration: none;
  color: #00B0E0;
  background-color: #ffefe0;
}
#sub-column .word-list table {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}
#sub-column .word-list table th {
  padding: 6px 0;
  text-align: center;
  font-weight: bold;
  font-size: 115%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
#sub-column .word-list table td {
  padding: 6px 10px;
  font-size: 115%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
#sub-column .word-list table .word {
  width: 80px;
  padding: 6px 0;
  text-align: center;
}
#sub-column .word-list .btn {
  width: 280px;
  height: 36px;
  line-height: 36px;
  margin: 8px auto 0 auto;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background-color: #4c4c4c;
  display: block;
}
#sub-column .word-list .btn:hover {
  text-decoration: none;
  background-color: #00B0E0;
}
#sub-column .archive select {
  width: 280px;
  height: 36px;
  margin: 8px 0 0 10px;
  border: 1px solid #dddddd;
}
#sub-column .hatena-bookmark-widget-title, #sub-column .hatena-bookmark-widget-footer {
  display: none;
}

#sub-column .ranking .box {
  margin-top: 8px;
}

#sub-column .ranking table {
  width: 100%;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}

/*
#sub-column .ranking th {
  padding: 2px 5px;
  width: 40px;
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

#sub-column .ranking td {
  padding: 2px 5px;
  font-size: 12px;
  border-bottom: 1px solid #eeeeee;
}

#sub-column .ranking td a {
  color: #666666;
}

#sub-column .ranking td a:hover {
  color: #00B0E0;
}
*/

#sub-column .ranking li {
  line-height: 1.4;
  border-bottom: 1px solid #eeeeee;
}
#sub-column .ranking li a {
  width: 280px;
  height: auto;
  padding: 10px;
  line-height: 1.4;
  font-size: 93%;
  color: #333333;
  display: block;
}
#sub-column .ranking li a:hover {
  text-decoration: none;
  color: #00B0E0;
  background-color: #e0f8ff;
}

.s-section h3 {
  width: 290px;
  height: 38px;
  line-height: 38px;
  margin-top: 16px;
  padding-left: 10px;
  font-size: 129%;
  border-bottom: 4px solid #00B0E0;
}
.pickup-ad {
/*  position: fixed; */
  top: 0;
}
.pickup-ad .box {
  width: 298px;
  height: auto;
  margin-top: 8px;
  padding: 8px 0;
  text-align: center;
/*
  border: 1px solid #eeeeee;
  background-color: #ffffff;
*/
}
.follow {
  position: fixed;
  top: 0;
}
.static {
  position: absolute;
}

/********** Footer **********/
#footer {
  width: 100%;
  height: 70px;
  margin-top: 30px;
  padding-top: 30px;
  background-color: #00B0E0;
  text-align: center;
}
#footer small {
  height: 40px;
  line-height: 40px;
  font-size: 115%;
  color: #fff;
}
#footer .gotop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 93%;
  color: #ffffff;
  background-color: #0F2F38;
  display: block;
  border-radius: 20px;
  float: right;
}
#footer .gotop:hover {
  text-decoration: none;
  background-color: #0F2F38;
  opacity: 0.7;
}

/* nicovideo */
embed[src*="nicovideo.jp"] {
  width: 485px;
  height: 385px;
}
/********* added by alice in 2014/09/28 ここから ********/
/***** 【オススメ】 *****/
div.article-body div.res-quote {  /*レス間*/
  padding: 1em 40px 1em 34px;
  width: 668px;
}
div.article-body div.res_body div.res-quote {  /* レス中 */
  padding: 1em 0px 1em 0;
  width: 668px;
}
div.res-quote dl {
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  font-weight: bold;
}
div.res-quote dt {
  font-weight: bold;
  float: left;
  padding-left: 14px;
  background: url(../../img/icon_style01.png) no-repeat 0px center;
}
div.res-quote dd {
  margin: 0 0 0.8em 20px;
}
div.res-quote dd a {
  color: #00B0E0;
}

div.res-quote dd a:link {

}
div.res-quote dd a:visited {

}
div.res-quote dd a:hover {

}
div.res-quote dd a:active {
}

/******** ここまで ********/

/******** added by alice in 2014/11/06 ここから ********/
div.forSP {
  display: none;
}
/******** ここまで ********/

/******** added by alice in 2014/11/10 ここから ********/
div.reciprocalLink {
/*  display: none; 公開時にスタイル削除 */
}
div.reciprocalLink .box {
  margin-top: 8px;
}
div.reciprocalLink ul {
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 0;
}
div.reciprocalLink ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 2px 5px 2px 12px;
  margin: 0;
}
div.reciprocalLink ul li:last-child {
  border-bottom: none;
}
div.reciprocalLink ul li a:link,
div.reciprocalLink ul li a:visited {
  color: #666666;
  text-decoration: none;
}
div.reciprocalLink ul li a:hover,
div.reciprocalLink ul li a:active {
  color: #00B0E0;
  background-color: #e0f8ff;
  text-decoration: underline;
}
/******** ここまで ********/

/******** added by alice in 2014/11/18 ここから ********/
#sub-column .commented {
/*  display: none; */
}
#sub-column .commented li {
  line-height: 1.4;
  font-weight:bold;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  background: #ffffff;
  padding: 6px 6px 6px 36px;
}
#sub-column .commented li a {
  color: #333333;
}
#sub-column .commented li a:hover {
  text-decoration: none;
  color: #00B0E0;
/*  background-color: #ffefe0; */
  text-decoration: underline;
}
#sub-column .commented li .ranking {
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  position: absolute;
  z-index: 10;
  border-radius: 10px;
  top: 6px;
  left: 10px;
}
#sub-column .commented li .wpp-comments {
  background: url(../img/icon_cm.png) no-repeat 0 0;
  padding-left: 22px;
}
/******** ここまで ********/

/******** added by alice in 2014/12/18 ********/
.notfound #search-form-notfound {
  width: 700px;
  height: 26px;
  margin-top: 8px;
  border: 1px solid #eeeeee;
  margin: 10px 20px 10px 20px;
}
.notfound #search-form-notfound .text input {
  width: 664px;
  height: 26px;
  float: left;
}
.notfound  #search-form-notfound .btn input {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: transparent url(../img/btn_search.png) no-repeat 3px 4px;
  float: right;
}
.notfound p {
  margin: 0 20px;
}
/******** ここまで ********/
.only-sp {
  display:none;
}
.only-pc a.toTop {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 21px;
  background: #00B0E0 url(../img/logo-background.png) bottom;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}
.only-pc a.toTop:hover {
  text-decoration: none;
  background: #009CC6 url(../img/logo-background.png) bottom;
}
.only-pc a.toTop span {
  display: inline-block;
  font-size: smaller;
}
.only-pc a.toTop img {
  margin: 16px auto;
  display: block;
}

/**** youtubeEmbed // ****/
.youtube {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
  margin: 16px auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**** // youtubeEmbed ****/

/**** twitterEmbed // ****/
.twitterEmbed {
  width: 500px;
  margin: 0 auto 20px auto;
}
/**** // twitterEmbed ****/

/**** facebookEmbed // ****/
.facebookEmbed {
  width: 500px;
  margin: 0 auto 20px auto;
}
/**** // facebookEmbed ****/

/**** imgur // ****/
.imgurEmbed {
  width: 500px;
  margin: 0 auto 20px auto;
}
/**** // imgurEmbed ****/

/**** a8 // ****/
/* web用素材 */
div.a8 {
  margin: 16px auto;
  padding: 0 16px;
}
div.a8 table {
  width: 100% !important;
  box-sizing: border-box;
}
div.a8 table td {
  box-sizing: border-box;
  vertical-align: middle !important;
}
div.a8 table td:first-child {
  width: 60% !important;
}
div.a8 table td:last-child {
  width: 40% !important;
}
div.a8 table a {
  display: block;
  margin: 0 auto;
}
div.a8 table a img {
  display: block;
  margin: 0 auto !important;
}
div.a8 table p a {
  font-size: 21px !important;
  color: #00B0E0;
  font-weight: bold;
  line-height: 1.25;
}
div.a8 table p {
  font-size: 16px;
}
div.a8 table p span {
  font-color: #000;
  font-size: 11px;
}

/* mail */
div.a8-mail {
  margin: 16px auto;
  padding: 0 35px;
  color: #00B0E0;
  font-size: 16px;
}


/**** // a8 ****/


/* logly広告部分 // */
div.ad.logly {
  box-sizing: border-box;
  width: 100% !important;
  border: 1px solid #eee;
  padding: 0;
}
div.ad.logly h3 {
}
div.ad.logly div#logly-lift-widget {
  width: auto !important;
  margin-top: 4px;
}
div.ad.logly div#logly-lift-widget div.logly-lift-ad {
  width: 100%;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  padding: 0 8px;
}
div.ad.logly div#logly-lift-widget div.logly-lift-ad:last-child {
  border-bottom: none;
}
div.ad.logly div#logly-lift-widget div.logly-lift-ad-image {
  padding-right: 21px;
}
div.ad.logly div#logly-lift-widget div.logly-lift-ad-image a:hover {
  opacity: 0.8;
}
div.ad.logly div#logly-lift-widget div.logly-lift-ad-inner {
  margin-bottom: 4px;
}
div.ad.logly div#logly-lift-widget div.logly-lift-ad-title a {
  font-size: 21px !important;
}
div.ad.logly div#logly-lift-widget div.logly-lift-ad-title {
  line-height: 1.5 !important;
}
div.ad.logly div#logly-lift-widget div.logly-lift-ad-title a:hover {
  color: #00B0E0;
}
div.ad.logly div#logly-lift-widget div.logly-lift-ad-content-title {
}
div.ad.logly div#logly-lift-widget div.logly-lift-ad-disclosure {
  left: 0 !important;
}
/* // logly広告部分 */

/* 逆アクセスランキング */
.access_ranking table tr td {
  padding-left:10px;
}

.i2i-pc {
  float:left;
  margin-right: 10px;
}
.i2i-sp {
  float:left;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
/* //逆アクセスランキング */



/* //20151125 osusume */

div.osusume {
   background: #ffffff ;
    padding: 10px;
}
div.osusume li a {
   font-size: 16px;
    font-weight: bold;
}
div.osusume li.red a {
   color: red;
}


/* アニメモ型アイキャッチ＋タイトル */
article.list {
  width: auto;
  padding: 16px;
  box-sizing: border-box;
  margin-top: 8px;
}
article.list div.post-thumb {
}
article.list div.post-thumb img {
  float: left;
  width: 240px;
  width: 200px;
}
article.list h1 {
  width: 405px;
  width: 445px;
  float: left;
  margin: 0 0 0 16px;
}
article.list div.meta {
  float: left;
  padding: 4px 0 4px 0;
  margin: 16px 0 0 16px;
  border-top: 1px solid #ddd;
  width: 450px;
  width: 490px;
  height: 16px;
  height: 20px;
  height: 25px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}
article.list i {
  margin-right: 4px;
  color: #009CC6;
  font-size: 14px;
}
article.list div.meta div.tc {
  display: inline-block;
}
article.list div.meta div.tc a {
  margin: 0 4px;
}
article.list div.meta div.tc,
article.list div.meta div.tc time,
article.list div.meta div.tc a,
article.list div.meta div.comment a {
  font-size: 12px;
}
article.list div.meta div.comment {
  display: inline-block;
}
article.list div.social {
  float: left;
  width: 450px;
  margin: 0 0 0 16px;
}
article.list div.social ul li {
  float: left;
  margin: 0 8px 0 0;
  padding: 0 8px 0px 0;
  height: 20px;
}
article.list div.social ul li.fb {
  width: 90px;
}


/* single テスト 12/12から12/15まで */

.ranking-table {
  margin-top: 8px;
  padding: 0 8px;
}
.ranking-table table {
  width: 100%;
  border: 1px solid #ddd;
}
.ranking-table th {
  width: 40px;
  padding: 6px 8px;
  font-size: 108%;
  border: 1px solid #ddd;
  text-align: center;
}
.ranking-table td {
  padding: 6px 8px;
  font-size: 108%;
  border: 1px solid #ddd;
}
.ranking-table a:hover {
  color: #00549f;
}
ul.latestPosts li a {
  width: 696px;
  height: 42px;
  line-height: 42px;
  padding-left: 36px;
  font-size: 115%;
  font-weight: bold;
  color: #333333;
  background: url(../img/icon_style01.png) no-repeat 10px center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.oshirase ul {
  background: #fff;
}
div.oshirase ul li {
  height: auto;
  line-height: 1.6;
}

div.oshirase ul li a {
  padding-left: 36px;
    font-size: 115%;
    font-weight: bold;
    color: #333333;
    background: url(../img/icon_style01.png) no-repeat 10px 12px;
    display: block;
}
div.oshirase div.res_content {
  margin: 8px 16px 0 16px;
}
div.oshirase div.res_content h3 {
  width: 290px;
  height: 38px;
  line-height: 38px;
  margin-top: 16px;
  padding-left: 10px;
  font-size: 129%;
  border-bottom: 4px solid #00B0E0;
}
div.oshirase div.res_content div.res_body {
  padding: 8px 0 0 0;
}
div.oshirase div.a8 {
  margin: 16px auto;
}
div.oshirase div.a8 table {
  width: 100% !important;
  box-sizing: border-box;
  background: #fff;
}
div.oshirase div.a8 table td {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
div.oshirase div.a8 table a {
  display: block;
  margin: 0 auto;
}
div.oshirase div.a8 table a img {
  display: block;
  margin: 0 auto;
}
div.oshirase div.a8 table p a {
  font-size: 18px !important;
  color: #00B0E0;
  font-weight: bold;
  line-height: 1.25;
}
div.oshirase div.a8-mail {
  margin: 16px 0;
}
div.oshirase div.a8-mail a {
  color: #00B0E0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.25;
}


/*      追尾サイド広告
****************************************/
.left-fixed-ad {
  position: fixed;
  left: 50%;
  margin-left: -700px;
  margin-top: -120px;
}
.right-fixed-ad {
  position: fixed;
  left: 50%;
  margin-left: 540px;
  margin-top: -120px;
}

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 6px 10px;
  margin: 6px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi span.current {
  font-weight: bold;
}
