@charset "utf-8";


html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select,button{*font-size:100%}
button{cursor: pointer}
legend{color:#000}

tr.hidden{display:none}

/* formalize.css */
input:focus,input[type="text"]:focus,button:focus,a.button:focus,select:focus,textarea:focus{-webkit-box-shadow:#9fbeff 0 0 5px 0;-moz-box-shadow:#9fbeff 0 0 5px 0;box-shadow:#9fbeff 0 0 5px 0;border-color:#98b9ff;z-index:1}
input[type="file"]:focus,input[type="file"]:active,input[type="radio"]:focus,input[type="radio"]:active,input[type="checkbox"]:focus,input[type="checkbox"]:active{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
button,a.button,input[type="reset"],input[type="submit"]{-webkit-appearance:none;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;background:#ddd url('../images/button.png?1298351022') repeat-x;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#fff),color-stop(100%,#ddd));background-image:-webkit-linear-gradient(#fff,#ddd);background-image:-moz-linear-gradient(#fff,#ddd);background-image:-o-linear-gradient(#fff,#ddd);background-image:linear-gradient(#fff,#ddd);border:1px solid;border-color:#ddd #bbb #999;cursor:pointer;color:#333;display:inline-block;font-size:13px;font-family:Arial,"Liberation Sans",FreeSans,sans-serif;line-height:1;outline:0;overflow:visible;margin:0;padding:5px 10px;height:25px;text-shadow:white 0 1px 1px;text-decoration:none;vertical-align:top;width:auto;*padding-top:2px;*padding-bottom:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;boz-sizing:border-box}
button:hover,a.button:hover,input[type="reset"]:hover,input[type="submit"]:hover{background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#fff),color-stop(1px,#eee),color-stop(100%,#ccc));background-image:-webkit-linear-gradient(#fff,#eee 1px,#ccc);background-image:-moz-linear-gradient(#fff,#eee 1px,#ccc);background-image:-o-linear-gradient(#fff,#eee 1px,#ccc);background-image:linear-gradient(#fff,#eee 1px,#ccc);text-decoration:none}
button:active,a.button:active,input[type="reset"]:active,input[type="submit"]:active{background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#ddd),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#ddd,#eee);background-image:-moz-linear-gradient(#ddd,#eee);background-image:-o-linear-gradient(#ddd,#eee);background-image:linear-gradient(#ddd,#eee);-webkit-box-shadow:inset rgba(0,0,0,0.25) 0 1px 2px 0;-moz-box-shadow:inset rgba(0,0,0,0.25) 0 1px 2px 0;box-shadow:inset rgba(0,0,0,0.25) 0 1px 2px 0;border-color:#999 #bbb #ddd}
button{*padding-top:1px;*padding-bottom:1px}
textarea,select,input[type="text"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;-webkit-appearance:none;background-color:white;border:1px solid;border-color:#848484 #c1c1c1 #e1e1e1;color:black;outline:0;margin:0;padding:2px 3px;text-align:left;font-size:14px;font-family:Arial,"Liberation Sans",FreeSans,sans-serif;height:1.8em;vertical-align:top;*padding-top:2px;*padding-bottom:1px;*height:auto}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#888}
input:-moz-placeholder,textarea:-moz-placeholder{color:#888}
input.placeholder_text,textarea.placeholder_text{color:#888}
textarea{height:auto}
@media(-webkit-min-device-pixel-ratio:0){select[size],select[multiple],select[multiple][size]{background-image:none;padding-right:3px}
select,select[size="0"],select[size="1"]{background-image:url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);background-repeat:no-repeat;background-position:right center;padding-right:20px}
}
textarea{min-height:40px;overflow:auto;resize:vertical;width:100%}
.placeholder_text{color:#888}


/*---------------
 リセット関連
---------------*/
body {
  padding:10px 0 0;
  min-width:990px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/bg.png) 0 0 repeat-x;
  color: #c34e4e;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Meiryo UI', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height:1;
}

a {
  outline:none;
  color:#04c;
  text-decoration:none;
}

.left {
  text-align:left;
}
.right {
  text-align:right;
}
.center {
  text-align:center;
}
.none {
  display:none;
}

.clearfix {
  /zoom:1;
}
.clearfix:after {
  content:'';
  display:block;
  clear:both;
  height:0;
}
.clear {
  clear:both;
}
.main-section {
  margin:0 0 10px;
}
.hr {
  margin:0 0 10px;
  border-top: dotted 1px #eccbcc;
}

#gnav, #header, #contents {
  margin:0 auto;
  max-width:1400px;
  min-width:908px;
  padding:0 15px;
}
body.eid369 #gnav,
body.eid369 #header,
body.eid369 #contents {
  min-width:1100px;
}
#contents {
  margin-bottom:20px;
}
#main {
  display:inline;
  float:left;
  width:100%;
}
#main-inner {
  margin-left:180px;
}
#sub {
  display:inline;
  float:left;
  margin-left:-100%;
  width:160px;
}

/*---------------
 Gナビ関連
---------------*/
#gnav li {
  display:inline;
  margin-right:5px;
}
#gnav img {
  height:28px;
  width:111px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/20121105074746bdc.png) no-repeat;
}
#gnav-all a:hover img{background-position:0 -28px}
#gnav-all a.active img{background-position:0 -56px}
#gnav-ota img{background-position:-111px 0}
#gnav-ota a:hover img{background-position:-111px -28px}
#gnav-ota a.active img{background-position:-111px -56px}
#gnav-resu img{background-position:-222px 0}
#gnav-resu a:hover img{background-position:-222px -28px}
#gnav-resu a.active img{background-position:-222px -56px}
#gnav-yaku img{background-position:-555px 0}
#gnav-yaku a:hover img{background-position:-555px -28px}
#gnav-yaku a.active img{background-position:-555px -56px}
#gnav-ero img {background-position: -777px 0}
#gnav-ero a:hover img {background-position: -777px -28px}
#gnav-ero a.active img {background-position: -777px -56px}

/*---------------
 ヘッダー関連
---------------*/
#header {
  padding-top:15px;
  padding-bottom:26px;
}
#header h1 img {
  float:left;
  height: 27px;
  width: 167px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/logo.png) 0 0 no-repeat;
}
#header p img {
  display:inline;
  float:left;
  margin:12px 0 0 15px;
  height:15px;
  width: 291px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/subtitle.png) 0 0 no-repeat;
}
#header-social-buttons {
  float:right;
  padding:7px 0 0;
}
#header-social-buttons .sep {
  display:inline-block;
  margin:0 10px;
  height:21px;
  border-right: dotted 1px #beb2ad;
}

/*---------------
 お知らせ関連
---------------*/
#oshirase {
  position:relative;
  margin:0 0 10px;
  padding:7px 15px 7px 113px;
  border: solid 1px #ebcacb;
  background: #FCF7F6 url(//blog-imgs-54.fc2.com/n/e/w/newero1/oshirase_03_20121024100730.png) 0 0 no-repeat;
  font-size:13px;
}
#oshirase p {
  font-size:13px;
  line-height:1.4;
}
#oshirase a {
  color: inherit;
  text-decoration: underline;
}
#oshirase a:hover {
  text-decoration: none;
}

/*---------------
 ○○でにゅーやくを見る
---------------*/
.share-box {
  margin:0 0 10px;
}
.share-twitter, .share-facebook {
  float:left;
  height:79px;
  width:49.5%;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/twfbbg.png) 0 1px repeat-x;
}
.share-facebook {
  float:right;
}
.share-twitter-inner, .share-facebook-inner {
  height:77px;
  border: solid 1px #ebcacb;
}
.share-twitter-inner {
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/twbg.png) right 7px no-repeat;
}
.share-facebook-inner {
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/fbbg.png) right 7px no-repeat;
}
.share-twitter h2, .share-facebook h2 {
  margin:11px 0 4px;
}
.share-twitter h2 img {
  height:30px;
  width:215px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/tw.png) 0 0 no-repeat;
}
.share-facebook h2 img {
  height: 30px;
  width: 233px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/fb.png) 0 0 no-repeat;
}

/*---------------
 ページタイトル
---------------*/
.page-title {
  margin-bottom:10px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/page-title-bg.png) 0 -35px repeat-x;
}
.page-title-inner {
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/page-title-bg.png) 0 0 no-repeat;
}
.page-title h2 {
  overflow:hidden;
  position:relative;
  padding:0 15px 0 39px;
  height:35px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/page-title-bg.png) right -70px no-repeat;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  line-height:35px;
}
.page-title-tag img {
  position:absolute;
  top:10px;
  left:16px;
  height:15px;
  width:15px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/tag_03.png) 0 0 no-repeat;
}

/*---------------
 ヘッドライン
---------------*/
.table-entries {
  clear:both;
  table-layout: fixed;
  margin:0 0 10px;
  border: solid 1px #ebcacb;
  width: 100%;
  font-size:14px;
  line-height:1.3;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  ::i-block-chrome,.table-entries {
    table-layout: auto; /* Safari only override */
  }
}
.table-entries tr {
  border-top: dotted 1px #ebcacb;
}
.table-entries tr:first-child {
  border: 0;
}
.table-entries tr,
body .table-entries tr.even {
  background:#fff;
}
.table-entries tr:nth-child(2n),
body .table-entries tr.odd {
  background:#fcf7f6;
}
.table-entries tr:hover {
  background-color: #FEFFEF;
}
.table-entries td {
  overflow: hidden;
  padding: 0 12px;
  border-left: dotted 1px #ebcacb;
  color:#666;
  /* color: #8d796d; (茶色) */
  vertical-align: middle;
  white-space:nowrap;
  text-overflow: ellipsis;
}
.table-entries td:first-child {
  border: 0;
}
.table-entries td.link {
  padding: 0;
}
.table-entries td.link a {
  display:block;
  overflow: hidden;
  padding:0 12px;
  height: 36px;
  color: #3f70b2;
  line-height: 36px;
  white-space:nowrap;
  text-overflow: ellipsis;
}
.table-entries td.link a:visited {
  color: #83aad8;
}
.table-entries td.link a:hover {
  color: #3f70b2;
  text-decoration:underline;
}

#pickupnews td.date { width: 45px; }
#pickupnews td.site { width: 125px; }
#headline td.date { width: 85px; }
#headline td.site { width: 125px; }

td.title .clickmeter {
  display: none;
  margin-right: 10px;
  height:7px;
  width: 30px;
  background: #fff;
  border:solid 1px;
  border-color:#bbb #EEEEEE #EEEEEE #BBBBBB;
  vertical-align: middle;
}
td.title .clickmeter span {
  display: inline-block;
  height: 7px;
  background: #FFD6D7;
}
td.title .clickmeter.c50 span {
}
td.title .clickmeter.c100 span {
}
tr.cm-visible .clickmeter {
  display: inline-block;
}

#pickupnews td.title a {
  position: relative;
  padding-left: 45px;
  background-position:15px center;
  background-repeat:no-repeat;
}
#pickupnews tr.c1 td.title a {
  background-image: url(//blog-imgs-54.fc2.com/n/e/w/newero1/heart_03.gif);
}
#pickupnews tr.c2 td.title a {
  background-image: url(//blog-imgs-54.fc2.com/n/e/w/newero1/heart_06.gif);
}
#pickupnews .title_link_a {
  color: #f66;
  font-weight:bold;
}

/*---------------
 ページャー
---------------*/
.pager {
  margin:0 0 10px;
  text-align:right;
}
.pager li {
  display:inline;
}
.pager-next img {
  margin-left:10px;
  height:35px;
  width:111px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/pager.png) no-repeat;
}
.pager-next a:hover img {
  background-position:0 -35px;
}
.pager-prev img {
  height:35px;
  width:111px;
  background:url(//blog-imgs-54.fc2.com/n/e/w/newero1/pager.png) 0 -70px no-repeat;
}
.pager-prev a:hover img {
  background-position:0 -105px;
}

/*---------------
 日付別ニュース・アクセスランキング
---------------*/
#entries-container.pull-left {
  float: left;
  margin-right: -190px;
  width: 100%;
}
#entries-container.pull-left .page-title,
#entries-container.pull-left #placeholder {
  margin-right: 200px;
}
#ranking-container {
  display: none;
}
#ranking-container.visible {
  display: block;
  float: left;
  width: 190px;
}
#ranking-container td.rank {
  width: 18px;
  text-align: center;
}

/*---------------
 ブログロール
---------------*/
#blogroll {
  position:relative;
  overflow:hidden;
  margin:0 0 10px;
  padding-right:310px;
  height:250px;
}
#blogroll-ad {
  position:absolute;
  top:0;
  right:0;
}
.blogroll-title {
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/blogroll-bg.png) 0 -29px repeat-x;
}
.blogroll-title-inner {
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/blogroll-bg.png) 0 0 no-repeat;
}
.blogroll-title h2 {
  overflow:hidden;
  position:relative;
  padding:0 15px 0 39px;
  height:29px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/blogroll-bg.png) right -58px no-repeat;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  line-height:29px;
}
.blogroll-title img {
  position:absolute;
  top:7px;
  left:16px;
  height:15px;
  width:15px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/flag_03.png) 0 0 no-repeat;
}

#blogroll .blogroll-channel {
  overflow-x:hidden;
  overflow-y:scroll;
  padding:0 15px;
  border: solid 1px #ebcacb;
  height:249px;
  font-size:12px;
}
#blogroll .blogroll-list {
  border-bottom: dotted 1px #eccbcc;
}
#blogroll .blogroll-link {
  overflow:hidden;
  display:block;
  padding-left:13px;
  height:27px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/arrow_03.png) 0 center no-repeat;
  color: #c34e4e;
  line-height:27px;
  white-space:nowrap;
}
#blogroll .blogroll-link:visited {
  color: #e4b1b1;
}
#blogroll .blogroll-link:hover {
  text-decoration:underline;
}
#blogroll .blogroll-ad-img {
  padding:20px 0 0;
}
#blogroll .blogroll-ad-default {
  padding:0 0 20px;
}
#blogroll .blogroll-ad-default a {
  color:#aaa;
}

/*---------------
 並び替えボタン
---------------*/
#sort-tool {
  float: left;
  margin:0 0 10px;
}
#sort-tool span {
  cursor:pointer;
  float:left;
  display:inline;
  overflow:hidden;
  margin-right:5px;
  height:26px;
  width:117px;
  background: url(//blog-imgs-58.fc2.com/n/e/w/newero1/pinkicon.png) 0 0 no-repeat;
  text-indent:-999em;
}
#sort-tool .c0 {
  background-position:0 -52px;
}
#sort-tool .c0:hover {
  background-position:0 -26px;
}
#sort-tool .c0:active, #sort-tool .c0.active {
  cursor:default;
  background-position:0 0;
}
#sort-tool .c1 {
  background-position:-117px -52px;
}
#sort-tool .c1:hover {
  background-position:-117px -26px;
}
#sort-tool .c1:active, #sort-tool .c1.active {
  cursor:default;
  background-position:-117px 0;
}
#sort-tool .c2 {
  background-position:-234px -52px;
}
#sort-tool .c2:hover {
  background-position:-234px -26px;
}
#sort-tool .c2:active, #sort-tool .c2.active {
  cursor:default;
  background-position:-234px 0;
}

/*---------------
 記事件数
---------------*/
#entries-stats {
  float: left;
  margin:0 0 10px;
  font-size: 14px;
  line-height: 26px;
}
#noentries {
  clear:both;
}
#noentries strong {
  font-weight: bold;
}

/*---------------
 検索フォーム
---------------*/
#searchform {
  float: left;
  overflow:hidden;
  margin:0 0 10px;
  height: 26px;
  color: #666;
  font-size:14px;
  line-height: 26px;
}
#searchform input {
  padding-right: 5px;
  padding-left: 5px;
  width:280px;
}

/*---------------
 クリック数メーター
---------------*/
#click-meter {
  float: right;
  overflow:hidden;
  margin:0 0 10px;
  height: 26px;
  color: #666;
  font-size:14px;
  line-height: 26px;
}
#click-meter select {
  vertical-align: top;
}


/*---------------
 ピックアップニュース
---------------*/
div#pickupnews {
  clear: both;
}
body.old-style div#pickupnews {
  border-top: 1px solid #ebcacb;
}
body.eid382 div#pickupnews {
  border: 0;
}
#pickupnews img, #pickupnews br {
  display:none;
}
.pickuplink {
  border-right:solid 1px #ebcacb;
  border-left:solid 1px #ebcacb;
  border-bottom:dotted 1px #ebcacb;
}
.pickuplink.last-child {
  border-bottom:0;
}
.pickuplink a {
  overflow:hidden;
  display:block;
  padding:0 10px 0 45px;
  height:36px;
  background-position:15px center;
  background-repeat:no-repeat;
  line-height:36px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.pickuplink.odd a {
  background-color: #FCF7F6;
}
.pickuplink.odd a:hover,
.pickuplink.even a:hover{
  background-color: #FEFFEF;
}
.pickuplink a .linktitle {
  color: #3f70b2;
  font-size:14px;
}
.pickuplink a:visited .linktitle {
  color: #83aad8;
}
.pickuplink.title_link a .linktitle,
.pickuplink.title_link a:hover .linktitle{
  color:#f66;
  font-weight:bold;
}
.pickuplink a:hover .linktitle {
  color: #3f70b2;
  text-decoration:underline;
}
.pickuplink a .linksite {
  margin-left:10px;
  color: #8d796d;
  font-size:10px;
}
.pickuplink a:visited .linksite {
  color: #b5a6a1;
}
.pickuplink[data-title="動画・画像"] a {
  background-image: url(//blog-imgs-54.fc2.com/n/e/w/newero1/heart_03.gif);
}
.pickuplink[data-title="同人・ゲーム"] a {
  background-image: url(//blog-imgs-54.fc2.com/n/e/w/newero1/heart_06.gif);
}

/*---------------
 もっと見る
---------------*/
.article-foot {
  margin:0 0 10px;
  text-align:center;
}
body.old-style .article-foot {
  padding:10px 0 0;
  border-top: solid 1px #ebcacb;
}
.article-foot .readmore img {
  height:35px;
  width:253px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/readmore.png) 0 0 no-repeat;
}
.article-foot .readmore a:hover img {
  background-position:0 -35px;
}

/*---------------
 アバウト
---------------*/
body.eid1 #sort-tool,
body.eid2 #sort-tool,
body.eid382 #sort-tool {
  display: none;
}

#about {
  margin-bottom: 10px;
  border: solid 1px #ebcacb;
  border-top-width:0;
  padding:20px;
  background:#fff;
  color:#444;
  font-size:15px;
}
#about a:hover {
  text-decoration:underline;
}
#placeholder #about {
  border-top-width: 1px;
}
#about h3 {
  padding:6px;
  border-bottom: solid 1px #ebcacb;
  background: #fbf5f4;
  color:#444;
  font-weight:bold;
}
#about br {
  display: inline;
}
#about ul {
  margin:10px 0 15px 22px;
  line-height:1.2;
  list-style:disc outside;
}
#about ul ul {
  margin:10px 0 10px 1em;
  list-style: square outside;
}
#about ol {
  margin:10px 0 15px 8px;
  line-height:1.2;
  list-style:decimal-leading-zero inside;
}
#about li {
  margin:0 0 10px;
}
#about img {
  display:inline;
}
#about .pagetop {
  text-align:right;
  margin:0 0 20px;
}
#about-oshirase {
  margin:0 0 25px;
  padding:10px 20px;
  background:#FFFDDE;
  font-size:18px;
  font-weight:bold;
  line-height:1.6;
}
#about-faq {
  margin:0 0 25px;
  border:solid 1px #ebcacb;
}
#about-faq h3 {
  padding: 5px 10px;
  font-size:115%;
  line-height:1.42;
}
#about-faq ul {
  margin: 5px 10px 12px;
  list-style:inside decimal-leading-zero;
}
#about-faq ul li {
  margin:0;
  padding:5px;
  border-bottom: #ccc dashed 1px;
}
#out_in table {
  margin:10px 0 15px 0;
  font-size: 14px;
}
#out_in th, #out_in td {
  padding: 5px 8px;
  border: solid 1px #ddd;
  line-height: 1.4;
  vertical-align: top;
}
#out_in th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: left;
}

#rranking table {
  width: 100%;
}
#rranking tr:nth-child(2n+1) {
  background:#eee;
}
#rranking th {
  text-align:center;
}
#rranking th, #rranking td {
  padding: 3px;
  border: solid 1px #ccc;
  color: #666;
  font-size: 11px;
}

/*---------------
 タブ
---------------*/
.tabbernav {margin:14px 0 -1px !important;padding:0 5px;display:block}
.tabbernav li {display:inline;list-style:none;margin:0 0 0 2px}
.tabbernav a {display:inline-block;padding:6px 10px 5px;border:solid 1px #EBCACB;border-bottom:#fff;background:#fcf7f6;line-height:1;text-decoration:none}
.tabbernav a, .tabbernav a.active:hover {color:#C16669;font-weight:bold}
.tabbernav a:hover {background:#FFFBF2;color:#B1373B}
.tabbernav a.active {background-color:#FFF;border-bottom:1px solid #FFF}
.tabber > div {display:none;border:1px solid #EBCACB;padding:20px}
.tabber > div.show {display:block}

/*---------------
 固定リンクツール
---------------*/
#permalink-tabs {
  margin-bottom: 10px;
  min-width: 728px;
  font-size: 14px;
}
#permalink-tabs br {
  display:inline;
}
#permalink-tabs form {
  padding:10px;
  border:solid 1px #E6DFDF;
  background:#fcf7f6;
}
#permalink-tabs table {
  table-layout: fixed;
  margin: 10px 0 0;
  border-collapse: collapse;
  width: 100%;
}
#permalink-tabs td {
  padding: 10px;
  border: solid 1px #E6DFDF;
  color: #555;
}
#permalink-tabs td a {
  color: #4070B0;
}
#permalink-tabs td a:hover {
  color:#4070b0;
  text-decoration:underline;
}
#permalink-tabs td.rank {
  text-align: center;
}
#permalink-tabs td.title {
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#permalink-tabs td.title a {
  padding: 0;
}
#permalink-tabs td.site {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#permalink-tabs td.click,
#permalink-tabs td.input {
  padding:4px 10px;
  background: #fcf7f6;
}
#permalink-tabs .clickmeter {
  display: inline-block;
  margin-right: 10px;
  height:7px;
  width: 100%;
  background: #fff;
  border:solid 1px;
  border-color:#bbb #EEEEEE #EEEEEE #BBBBBB;
  text-align: left;
}
#permalink-tabs .clickmeter span {
  display: inline-block;
  height: 7px;
  background: #FFD6D7;
}

#permalink-tabs td.input {
  text-align: right;
}
#permalink-tabs td.input span {
  display: inline-block;
  margin-left: 10px;
  border:1px solid;
  border-color:#B8B8B8 #DDDDDD #EBEBEB;
  background: #eee;
  vertical-align:middle;
}
#permalink-tabs td.input em {
  display: inline-block;
  padding:0 6px;
  color: #666;
  font-size:10px;
}
#permalink-tabs td input {
  border:0;
  width: 230px;
  color: #666;
  vertical-align: middle;
}
#permalink-tabs img {
  display: inline-block;
}

/*---------------
 サイドメニュー
---------------*/
#sub-nav {
  margin:0 0 10px;
  border-top:dotted 1px #eccbcc;
}
#sub-nav li {
  border-bottom:dotted 1px #eccbcc;
}
#sub-nav a {
  display:block;
  padding:10px 10px 10px 20px;
  background: url(//blog-imgs-54.fc2.com/n/e/w/newero1/sub-arrow_03.png) 2px 10px no-repeat;
  color: #c24d4d;
  font-size:12px;
  font-weight:bold;
}
#sub-nav a:hover {
  text-decoration:underline;
}

/*---------------
 サイド広告
---------------*/
#sub-ad {
}
.sub-ad-title {
  margin:0 0 5px;
  font-size:10px;
}
#sub-ad-fixed {
  margin-top: 10px;
}
#sub-ad-fixed-inner {
}
.sub-ad-fixed {
  position:fixed;
  top:10px;
  left:50%;
}

/*---------------
 フッター
---------------*/
#footer {
  border-top: solid 1px #ebcacb;
  background: #FCF7F6;
  padding:30px 0;
  font-size:12px;
  text-align:center;
}
#footer p {
  margin:0 0 8px;
  color: #c24f52;
}
#footer #copyright {
  margin:0 0 24px;
  color: #dea1a3;
}
#footer a {
  color: #c24f52;
}


/*---------------
 スマートフォン版に移動
---------------*/
#change_mobile {
  position: relative;
  left: 0;
  padding: 18px;
  width: 100%;
  height: auto !important;
  margin: -10px 0 10px;
  background: #edeff2 !important;
  box-sizing: border-box;
  z-index: 2147483647;
}
#change_mobile_body {
  padding: 0 !important;
}
#change_mobile_body a {
  background: #647088;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 2vh;
  text-align: center;
  text-decoration: none;
}
#change_mobile_body a:after {
  content: 'スマートフォン版へ'
}
#change_mobile_body img {
  display: none;
}