/* テーブル 縞模様 */
.zeb table tr:nth-of-type(2n+1) {background-color: #F5FFFA;}
.zeb2 table tr:nth-of-type(2n)  {background-color: #F5FFFA;}

.zeb_check tr:nth-child(odd) td:nth-child(even) {background: #F5FFFA;}
.zeb_check tr:nth-child(even) td:nth-child(odd) {background: #F5FFFA;}

/* サーヴァント個別ページ メニュー部分 */
.srv_menu {float:left; padding:10px 5px 10px 0px; width:180px;}
.srv_menu ul ul ul{display: none;}

/* メニュー告知部分 */
div.inSession {background-color: #FFFFDB; padding:5px 0;}

/* スクロール */
div.scroll{overflow-y:scroll; height: 15em; border: 1px solid #999;}

/* スクロール Pコメントフォーム */
div.pcm_scroll > .plugin_pcomment > form > ul{
	overflow-y:scroll;
	min-height:30em;
	height: 60vh;
	border: 1px solid #999;
	font-size:13px;
}

/* コメントフォーム カーソルオン 背景色 */
form.plugin_pcomment_form > ul > li:hover{background-color:#F0F0F0}

/* コメントフォーム 表示件数調整 */
form.plugin_pcomment_form > ul > li:nth-last-of-type(n+8) {display:none;}
div#pcm_display_args {display:none;}

/* 画像下の余白消し */
img.atwiki_plugin_ref { vertical-align: bottom; }

/*sortabletable.js*/
.sortabletable thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.sortabletable option {
font-weight: 400;
font-size: 0.8em;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.sortabletable tbody > tr:nth-of-type(odd) { background: ghostwhite; }
.sortabletable del {
  display: none;
}
.sortabletable .option { display:none; }
.sortabletable-header {
  padding: 0 20px 0 4px;
  cursor: pointer;
  background: url("/common/_img/bg.gif") no-repeat center right;
}
.sortabletable-asc {
  background-image: url("/common/_img/asc.gif");
}
.sortabletable-desc {
  background-image: url("/common/_img/desc.gif");
}
 /*filterabletable.js*/
 .filter-box {
 width: 100%;
 height: 1.5em;
 margin: 0;
 box-sizing: border-box;
 }

