@charset "UTF-8";

a {
    color: #3b99fc;
}

a:hover {
    text-decoration: none;
}


:link,:visited {
    text-decoration: none;
}

div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}


/* 文字色 <font class="red">任意の文字</font>
----------------------------------------------- */

.red{
color: #ff3361;
font-weight: bold;
}

.blue{
background-color: #aaf0ff;
font-weight: bold;
}




/* おおまかなデザイン ----------------------------------------------------------------- */

body {
margin: 0 auto;
padding: 0;
    text-align: center;
background-color: #f9f9f9;
font: 16px/32px "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


#container-inner {
width: 100%;
margin: 0 auto;
text-align: left;
background-color: #fff;
  margin-bottom: 70px;
}

#content {
background-color: #fff;
margin: 0 auto;
padding: 10px;
}

#content-inner {
width: 100%;
margin: 0 auto;
text-align: left;
background-color: #fff;
padding: 0;
}

#right .sidebar {
display: block;
}

#right .sidebar aside {
background: #fff;
text-align: left;
}

#right .sidemidasi {
padding: 10px;
font-size: 16px;
color: #fff;
line-height: 25px;
  background: #3478FF;
    border-top: 5px solid #0014D4;
  border-bottom: 1px solid #ccc;
}

#right p {
padding: 20px 10px 40px 10px;
font-size: 14px;
line-height: 13px;
}

/* 目次1列 ----------------------------------------------------------------- */

.sidelink1 ul  {
padding: 0;
overflow: hidden;
background-color: #fff;
}

.sidelink1 ul li {
padding: 0;
color: #333;
text-align: left;
list-style-type: none;
background-color: #fff;
border: 1px solid #ccc;
}

.sidelink1 ul li a {
    display: block;
    font-size:12px;
    color: #000;
    padding-left:15px;
    background-color: #fff;
    margin: 0;
    text-decoration: none;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.sidelink1 ul li a:hover {
    color: #000;
    text-decoration: underline;
}


/* 目次2列 ----------------------------------------------------------------- */

.sidelink2 ul  {
padding: 0;
overflow: hidden;
background-color: #fff;
}

.sidelink2 ul li {
padding: 0;
color: #333;
width: 50%;
text-align: left;
float: left;
list-style-type: none;
box-sizing: border-box;
background-color: #fff;
border: 1px solid #ccc;
}

.sidelink2 ul li a {
    display: block;
    font-size:12px;
    color: #000;
    padding-left:15px;
    background-color: #fff;
    margin: 0;
    text-decoration: none;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.sidelink2 ul li a:hover {
    color: #000;
    text-decoration: underline;
}


.dateever {
    font-size: 12px;
	margin-top: .25em;
	margin-bottom: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}
                
                
.dateever a {
  color: #000;
}

/* 目次トップページ ----------------------------------------------------------------- */

.mokuzi_top {
    border: solid 3px #00a516;
    background-color: #f8fff8;
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
}

.mokuzi_top li {
    list-style: none;
}

.mokuzi_top li a {
    color: #ff6200;
    text-decoration: underline;
}

p.mokuzi_title {
    text-align: center;
    font-weight: bold;
}

ul.mokuzi_list {
    font-size: 90%;
    margin: 0px;
    line-height: 2em;
}

ul.mokuzi_list li ul {
    margin: 0 0 0 25px;
}

.con_top p {
    margin: 15px 10px;
}

.con_top h2 {
    font-size: 125%;
    border-bottom: 3px solid #244eff;
    margin: 15px 0px;
}
                

/* 広告の表示・非表示
----------------------------------------------- */


.ads {
display: block;
}

.sp-ads {
display:none;
}


/* コンテンツ内メニュー ----------------------------------------------------------------- */

.main-nav {
  display: -webkit-flex;
  display: flex;
list-style-type: none;
}
.main-nav a {
    margin: 3px;
    font-size: 12px;
    border-radius: 5px;
    background: #60B99A;
    color: #fff;
    display: block;
    padding: 6px;
    text-decoration: none;
}
.main-nav .logo {
  background: #4584b1;
}


/* ヘッダー ----------------------------------------------------------------- */

#header {
margin: 0 auto;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#header-inner {
position: static;
padding: 20px;
height: 1%;
overflow: hidden;
}

#title {
padding: 0px;
margin: 0px;
}

#title img {
      width: 100%;
}

/* ボタンメニュー
----------------------------------------------- */

#botan {
width: auto;
margin: 0;
list-style-type: none;
border-radius: 5px;
clear: both;
}

#botan li {
width: 33%;
float: left;
padding: 0;
margin: 0;
text-align: center;
list-style-type: none;
}

#botan li a {
width: auto;
color: #fff;
font-size: 12px;
margin: 0;
padding: 8px 0;
text-decoration: none;
display: block;
font-weight: bold; 
background-color: #106DFF;
border: solid 1px #FFF;
}




/* メインコンテンツ ----------------------------------------------------------------- */

.alpha {
text-align: left;
margin-bottom: 30px;
}

.alpha table {
margin-bottom: 15px;
width: 100%;
border-collapse: collapse;
}

.alpha th {
background-color: #FF3F3F;
    font-weight: bold;
    color: #FFE400;
    border: 2px solid #1F1F1F;
    padding: 5px;
    text-shadow: 0 2px 0 #000, 2px 0 0 #000, 0 -2px 0 #000, -2px 0 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

.alpha td {
margin: 15px;
border: 2px solid #000;
padding: 5px;
}

.alpha p {
margin-bottom: 20px;
margin-left: 15px;
    margin-right: 15px;
}

.alpha img {
    max-width: 100%;
}

.asset-header{
      padding-top: 15px;
}

.asset-name {
    position:relative;
	padding-left:20px;
padding-bottom: 30px;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

.asset-name:before{
	content:''; 
	height:12px; 
	width:12px; 
	display:block; 
	background:#00A8FF; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:-0px; 
	left:5px;
	transform:rotate(-50deg);
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	-ms-transform:rotate(-50deg);
}

.asset-name:after{
	content:''; 
	height:8px; 
	width:6px; 
	display:block; 
	background:#00A8FF; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:16px; 
	left:2px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-75deg);
}

.asset-name a {
    text-decoration: none;
    margin-bottom: 8px;
	color: #000;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    position: static;
    clear: both;
	margin-bottom: .75em;
	margin: 5px 0;
}

.asset-footer {
    font-size: 11px;
	clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
	border-top: 1px solid #ccc;
	border-top-color: #ddd;
}

.panlist {
display:none;
}

.next {
display: none;
}

/* 目次部分 ----------------------------------------------------------------- */

.mokuzi {
width:100%;
margin-top: 10px;
}

.mokuzi .migi{
padding-left: 0px;
}

.mokuzi .hidari{
padding-left: 0px;
}

.mokuzi ul{
 list-style: none;
margin: 0;
}

.mokuzi li {
list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
}
                             

.mokuzi li a {
position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  background: #fff;
color: #333;
text-decoration: none;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
                                 text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
                             
.mokuzi li a:hover {
border-bottom: 3px solid #000;
}

.mokuzi li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 35px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #ccc;
 }

.mokuzi li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 40px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;              
  }         



/* Footer ----------------------------------------------------------------- */

#footer {
  background-color: #fff;
  clear: both;
  border-top: 1px solid #ccc;
}

#footer-inner {
padding: 20px;
}


.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 90%;
height: 90%;
}

h3 , h4 {
    background-color: #FFD600;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
    border: solid 3px #F00;
    box-shadow: 0 2px 0 #000,
        2px 0 0 #000,
        0 -2px 0 #000,
        -2px 0 0 #000,
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000
        ;
}

.button11 {
	position: relative;
	background-color: #FF0000;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #C33606;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    width: 300px;
    text-align: center;
    display: inline-block;
    margin: 15px;
}
}
.button11:hover {
	top: -4px;
	box-shadow: 0 7px 0 #C33606;
}
.button11:active {
	top: 3px;
	box-shadow: none;
}


/* 画像付きコメントのスタイル ----------------------------------------------------------------- */

.file input{
  display:none;
}
.file img{
  cursor:pointer;
}

/* コメントのナビゲーションスタイル ----------------------------------------------------------------- */

ul#top-comment-nav {
    display: flex;
    list-style-type: none;
margin: 0 auto;
}

#top-comment-nav li {
    margin: 10px;
    border-radius: 5px;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
}

#top-comment-nav li img {
    display: none;
}

#top-comment-nav a {
    border-radius: 5px;
    background: #60B99A;
    color: #fff;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
}

ul#comment-nav {
    display: flex;
    list-style-type: none;
margin: 0 auto;
}

#comment-nav li {
    margin: 10px;
    border-radius: 5px;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
}

#comment-nav li img {
    display: none;
}

#comment-nav a {
    border-radius: 5px;
    background: #60B99A;
    color: #fff;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
}

/* コメントのデザイン ----------------------------------------------------------------- */

.comebox{
border: 1px solid #ccc;
margin-bottom: 15px;
padding: 5px;
}

.comebox input{
width: 100%;
outline: none;
padding: 5px 0;
border: 1px solid #ccc;
}

.comebox .asset-name {
    padding: 10px 10px;
    margin: 5px;
    background: #2650FF;
    border: 1px solid #5D59FF;
    color: #fff;
    font-weight: normal;
}

.comebox .asset-name:before {
    display: none;
}

.comebox .asset-name:after {
    display: none;
}

.comebox textarea{
width: 100%;
height: 150px;
outline: none;
padding: 5px 0;
border: 1px solid #ccc;
overflow: auto;
}

#comments-open-footer {
text-align: center;
}

#comment-preview, #comment-submit {
background: #333;
border: 1px solid #333;
cursor: pointer;
color: #fff;
font-size: 13px;
width: 200px;
height: 37px;
margin: 15px auto 0;
display: block;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.kometop {
     font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 7px 20px;
    margin-bottom: 15px;
    background: #60b99a;
    overflow: hidden;
}

.kometop-right {
    float: right;
    width: 70%;
}

.kometop-left {
    float: left;
    width: 30%;
}
                
                
.kometop a {
     color: #FFFFFF;
    border: #fff 2px solid;
    border-radius: 5px;
    margin: 2px;
    padding: 3px;
}

abbr.published {
    color: #333;
}

font.hensin {
    background: #60b99a;
    padding: 10px;
    border-radius: 10px;
}

font.hensin a {
    color: #FFF;
    font-weight: bold;
}

.komekabu {
    text-align: right;
	padding: 10px;
}



/* タブ切り替え ----------------------------------------------------------------- */

ul#tab {
    font-size: 0;
    box-sizing: border-box;
}

#tab li {
    font-size: 16px;
    width: 50%;
    float: left;
    padding: 10px;
    list-style: none;
    border: 1px solid #ccc;
    display: inline-block;
    box-sizing: border-box;
}

#tab li.select {
    background: #FFA11F;
}

.disnon {
    display: none;
}

.content_wrap {
    clear: left;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 15px;
}

/* 妖怪ウォッチ3独自デザイン ----------------------------------------------------------------- */

/* トップページ最新記事 ----------------------------------------------------------------- */

.samu ul {
    font-size: 0;
}

.samu ul li {
    height: 200px;
    width: 45%;
    list-style-type: none;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 0px;
    box-shadow: 0px 0px 5px #999999;
    border: 4px solid #FFF;
    line-height: 13px;
}

.samu ul li a {
    color: #FFF;
    font-size: 14px;
    display: block;
    padding-top: 135px;
    height: 65px;
    background: rgba(27, 29, 242, 0.5);
    background-clip: content-box;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


@media only screen and (min-width: 500px) {

a {
    color: #3b99fc;
}

a:hover {
    text-decoration: none;
}


:link,:visited {
    text-decoration: none;
}

div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}


/* 文字色 <font class="red">任意の文字</font>
----------------------------------------------- */

.red{
color: #ff3361;
font-weight: bold;
}

.blue{
background-color: #aaf0ff;
font-weight: bold;
}


/* おおまかなデザイン ----------------------------------------------------------------- */

body {
margin: 0 auto;
padding: 0;
    text-align: center;
background-color: #f9f9f9;
font: 16px/32px "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


#container-inner {
width: 1250px;
margin: 0 auto;
text-align: left;
background-color: #fff;
}

#content {
background-color: #fff;
margin: 0 auto;
padding: 0 10px;
}

#content-inner {
float: left;
width: 800px;
margin: 0 auto;
text-align: left;
background-color: #fff;
padding: 20px;
border: 1px solid #ccc;
margin-bottom: 150px;
}

#right {
float: right;
width: 330px;
margin: 0 0 20px 0;
display: block;
line-height: 1.3;
}


.dateever {
    font-size: 14px;
	margin-top: .25em;
	margin-bottom: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}
                
                
.dateever a {
  color: #000;
}


/* コンテンツ内メニュー ----------------------------------------------------------------- */

.main-nav {
  display: -webkit-flex;
  display: flex;
list-style-type: none;
}
.main-nav a {
  margin: 10px;
 font-size: 14px;
  border-radius: 5px;
  background: #60B99A;
  color: #fff;
    display: block;
    padding: 15px;
    text-decoration: none;
}
.main-nav .logo {
  background: #4584b1;
}


/* ボタンメニュー
----------------------------------------------- */

#botan {
width: auto;
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    border-radius: 5px;
    clear: both;
    overflow: hidden;
}

#botan li {
width: 11%;
float: left;
padding: 0;
margin: 0;
text-align: center;
}
#botan li a {
width: auto;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0;
    padding: 12px 0;
    text-decoration: none;
    display: block;
    background-color: #106DFF;
    border: solid 1px #FFF;
}

#botan li a:hover {
color: #ccc;
}


/* 目次部分 ----------------------------------------------------------------- */

.mokuzi {
width:100%;
  margin-top: 10px;
}

.mokuzi .migi{
width:49%;
float: right ;
}

.mokuzi .hidari{
width:49%;
float: left ;
}

.mokuzi ul{
 list-style: none;
margin: 0;
}

.mokuzi li {
list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
}
                            

.mokuzi li a {
position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  background: #fff;
color: #333;
text-decoration: none;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
                                 text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
                             
.mokuzi li a:hover {
border-bottom: 3px solid #000;
}

.mokuzi li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 35px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #ccc;
 }

.mokuzi li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 40px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;              
  }        

/* 目次トップページ ----------------------------------------------------------------- */

.mokuzi_top {
    border: solid 3px #00a516;
    background-color: #f8fff8;
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
}

.mokuzi_top li {
    list-style: none;
}

.mokuzi_top li a {
    color: #ff6200;
    text-decoration: underline;
}

p.mokuzi_title {
    text-align: center;
    font-weight: bold;
}

ul.mokuzi_list {
    font-size: 90%;
    margin: 0px;
    line-height: 2em;
}

ul.mokuzi_list li ul {
    margin: 0 0 0 25px;
}

.con_top p {
    margin: 15px 10px;
}

.con_top h2 {
    font-size: 125%;
    border-bottom: 3px solid #244eff;
    margin: 15px 0px;
}

/* 広告の表示・非表示
----------------------------------------------- */


.ads {
display:none;
}

.sp-ads {
display: block;
}

/* ヘッダー ----------------------------------------------------------------- */

#header {
margin: 0 auto;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

#header-inner {
position: static;
padding: 20px;
height: 1%;
}

#title {
padding: 0px;
margin: 0px;
}

#title img {
     max-width: 1058px;
}

/* メインコンテンツ ----------------------------------------------------------------- */

.alpha {
text-align: left;
margin-bottom: 30px;
}

.alpha table {
margin-bottom: 15px;
width: 100%;
border-collapse: collapse;
}

.alpha th {
background-color: #FF3F3F;
    font-weight: bold;
    color: #FFE400;
    border: 2px solid #1F1F1F;
    padding: 5px;
    text-shadow: 0 2px 0 #000, 2px 0 0 #000, 0 -2px 0 #000, -2px 0 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

.alpha td {
margin: 15px;
border: 2px solid #000;
padding: 5px;
}

.alpha p {
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 50px;
}



.asset-header{
      padding-top: 15px;
}

.asset-name {
    position:relative;
	padding-left:20px;
  padding-bottom: 30px;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}

.asset-name:before{
	content:''; 
	height:12px; 
	width:12px; 
	display:block; 
	background:#00A8FF; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:-0px; 
	left:5px;
	transform:rotate(-50deg);
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	-ms-transform:rotate(-50deg);
}

.asset-name:after{
	content:''; 
	height:8px; 
	width:6px; 
	display:block; 
	background:#00A8FF; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:16px; 
	left:2px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-75deg);
}

.asset-name a {
    text-decoration: none;
    margin-bottom: 8px;
	color: #000;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    position: static;
    clear: both;
	margin-bottom: .75em;
	margin: 5px 0;
}

.asset-footer {
    font-size: 11px;
	clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
	border-top: 1px solid #ccc;
	border-top-color: #ddd;
}

.panlist {
font-size: 14px;
clear: both;
display: block;
text-align: left;
}

.panlist a {
  color: #000;
}

.next {
margin: 25px 10px;
display: block;
font-size: 12px;
}

.next a {
width: 30%;
margin: 5px;
text-align: center;
  color: #000;
}





/* サイドバー ----------------------------------------------------------------- */



#right .sidebar {
display: block;
}

#right .sidebar aside {
background: #fff;
text-align: left;
}

#right .sidemidasi {
padding: 10px;
font-size: 16px;
color: #fff;
line-height: 25px;
    background: #3478FF;
    border-top: 5px solid #0014D4;
  border-bottom: 1px solid #ccc;
}

#right p {
padding: 20px 10px 40px 10px;
font-size: 14px;
line-height: 13px;
}

/* 目次1列 ----------------------------------------------------------------- */

.sidelink1 ul  {
padding: 0;
overflow: hidden;
background-color: #fff;
}

.sidelink1 ul li {
padding: 10px 0;
color: #333;
text-align: left;
list-style-type: none;
background-color: #fff;
border: 1px solid #ccc;
}

.sidelink1 ul li a {
    display: block;
    font-size:12px;
    color: #000;
    padding-left:15px;
    background-color:#fff;
    margin: 0;
    text-decoration: none;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.sidelink1 ul li a:hover {
    color: #000;
    text-decoration: underline;
}


/* 目次2列 ----------------------------------------------------------------- */

.sidelink2 ul  {
padding: 0;
overflow: hidden;
background-color: #fff;
}

.sidelink2 ul li {
padding: 10px 0;
color: #333;
width: 50%;
text-align: left;
float: left;
list-style-type: none;
box-sizing: border-box;
background-color: #fff;
border: 1px solid #ccc;
}

.sidelink2 ul li a {
    display: block;
    font-size:12px;
    color: #000;
    padding-left:15px;
    background-color: #fff;
    margin: 0;
    text-decoration: none;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.sidelink2 ul li a:hover {
    color: #000;
    text-decoration: underline;
}



.ninki ul li {
  height: 200px;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-right: 0px;
  box-shadow: 0px 0px 5px #999999;
  border: 4px solid #FFF;
  line-height: 13px;
}

.ninki ul li a {
  color: #FFF;
  font-size: 14px;
  display: block;
  padding-top: 135px;
  height: 65px;
  background: rgba(27, 29, 242, 0.5);
  background-clip: content-box;
  line-height: 18px;
}

/* Footer ----------------------------------------------------------------- */

#footer {
    background-color: #fff;
                  clear: both;
                  border-top: 1px solid #ccc;
}

#footer-inner {
padding: 20px;
}

.social-button iframe, 
.social-button script, 
.social-butoon img, 
.social-button div {
    vertical-align: top !important;
}

h3 , h4 {
    background-color: #FFD600;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
    border: solid 3px #F00;
    box-shadow: 0 2px 0 #000,
        2px 0 0 #000,
        0 -2px 0 #000,
        -2px 0 0 #000,
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000
        ;
}

/* 画像付きコメントのスタイル ----------------------------------------------------------------- */

.file input{
  display:none;
}
.file img{
  cursor:pointer;
}

/* コメントのナビゲーションスタイル ----------------------------------------------------------------- */

ul#top-comment-nav {
    display: flex;
    list-style-type: none;
margin: 0 auto;
}

#top-comment-nav li {
    margin: 10px;
    border-radius: 5px;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
}

#top-comment-nav li img {
    display: none;
}

#top-comment-nav a {
    border-radius: 5px;
    background: #60B99A;
    color: #fff;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
}

ul#comment-nav {
    display: flex;
    list-style-type: none;
margin: 0 auto;
}

#comment-nav li {
    margin: 10px;
    border-radius: 5px;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
}

#comment-nav li img {
    display: none;
}

#comment-nav a {
    border-radius: 5px;
    background: #60B99A;
    color: #fff;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
}

/* コメントのデザイン ----------------------------------------------------------------- */

.comebox{
border: 1px solid #ccc;
margin-bottom: 15px;
padding: 15px;
}

.comebox .asset-name {
    padding: 10px 10px;
    margin: 5px;
    background: #2650FF;
    border: 1px solid #5D59FF;
    color: #fff;
    font-weight: normal;
}

.comebox .asset-name:before {
    display: none;
}

.comebox .asset-name:after {
    display: none;
}

.kometop {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 7px 20px;
    margin-bottom: 15px;
    background: #60b99a;
    overflow: hidden;
}

.kometop-right {
    float: right;
    width: 85%;
}

.kometop-left {
    float: left;
    width: 15%;
}
                
.kometop a {
       color: #FFFFFF;
    border: #fff 2px solid;
    border-radius: 5px;
    margin: 2px;
    padding: 3px;
}

abbr.published {
    color: #333;
}

font.hensin {
    background: #60b99a;
    padding: 10px;
    border-radius: 10px;
}

font.hensin a {
    color: #FFF;
    font-weight: bold;
}

.komekabu {
    text-align: right;
	padding: 10px;
}

/* タブ切り替え ----------------------------------------------------------------- */

ul#tab {
    font-size: 0;
    box-sizing: border-box;
}


#tab li {
    font-size: 16px;
    width: 50%;
    float: left;
    padding: 10px;
    list-style: none;
    border: 1px solid #ccc;
    display: inline-block;
    box-sizing: border-box;
}

#tab li.select {
    background: #FFA11F;
}

.disnon {
    display: none;
}

.content_wrap {
    clear: left;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 15px;
}

/* 妖怪ウォッチ3独自デザイン ----------------------------------------------------------------- */

/* トップページ最新記事 ----------------------------------------------------------------- */

.samu ul {
    font-size: 0;
}

.samu ul li {
    height: 200px;
    width: 30%;
    list-style-type: none;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 0px;
    box-shadow: 0px 0px 5px #999999;
    border: 4px solid #FFF;
    line-height: 13px;
}

.samu ul li a {
    color: #FFF;
    font-size: 14px;
    display: block;
    padding-top: 135px;
    height: 65px;
    background: rgba(27, 29, 242, 0.5);
    background-clip: content-box;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

}