/*ロゴ画像を変更したい場合は、以下のURLをロゴのURLに書き換えてください。*/

#atwiki-jp-bg1 {
	background:transparent url(https://w.atwiki.jp/common/_img/skin/035col3/logo_atwiki.gif) no-repeat scroll 0%;
	padding-left: 130px;
	height: 100px;
}
#header a#atwiki-jp-bg1 {
	height:100px;
	width:100px;
}

/*ads*/

.gafc_on{
	background-color:#FEFF8F;
}
.gafc_domain{
	color:green;
}

/* ページ下部の編集メニューを表示したい場合はユーザCSSに以下の１行を追加してください。
 #toolbar{display:block;}
*/

body {
	background:#fff;
	color:#000;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	
	-webkit-text-size-adjust: 100%;
}
body {
	line-height:1.5;
}

a:link{
	color:#1e90ff;		/*  */
	text-decoration: underline;
}
a:visited{
	color:#4b0082;		/*  */
	text-decoration: underline;
}
a:hover, a:active{
	color:#ff8c00;		/*  */
	text-decoration: none;
}


.box:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
.box{
	zoom:100%;
}

/**/

#header{
   	padding-top: 10px;
	margin:0px 25px 15px 25px;
	border-bottom:3px solid #4682b4;	/*  */
	height:110px;
}

#header a#atwiki-jp-bg1 {
	display:block;
	float:left;
	margin:20px 25px 20px 5px;
}

#header h1,
#header h2{
	border-width: 0px;
	margin:0;
	padding:0;
	line-height:1;
	background-color:#FFF;
}

#header h1{
	padding-top:14px;
	padding-bottom:6px;
}

#header h2{
	padding-top:14px;
	padding-bottom:6px;
}

#header h1 a{
	color:#4682b4;	/**/
	font-size:40px;
	text-decoration:none;
	line-height:1;
}

#header h2 a{
	color:#333;
	font-size:15px;
	text-decoration:none;
	line-height:1;
}

#container {
	min-width: 1100px;
	_width:1100px;
	text-align:left;
}

#wrapper {
}

#footer,
#toolbar {
	width:100%;
	clear:left;
}

#toolbar{
	display:none;
}

#contents {
	margin-right:10px;
	margin-left:214px;
	_margin-left:225px;
	border:2px dotted #4682b4;	/**/
	padding:10px;
	overflow:hidden;
	min-width: 800px;
}

#menubar {
	padding:0 2px;
	margin:0px;
	width:210px;
	float:left;
	overflow:hidden;
}

#menubar2 {
	width:165px;
	float:left;
	overflow:hidden;
	/* border:2px dotted #FFA500; */
}

#menubar_inner,
#menubar_inner2{
	padding:0px;
}

.menu fieldset{
	width:180px;
	overflow:hidden;
}

.menu select{
	max-width:180px;
}
.menu input{
	max-width:180px;
}
.menu textarea{
	max-width:180px;
	background:#fff;
}

#footer_inner{
	padding:10px 25px;
}
#toolbar_inner{
	padding:10px 25px 0 25px;
}


/* General Rules */


p,
dl,
multicol{
	display: block;
	margin: 0.6em 0;
}
dd{
	display: block;
	margin-left: 20px;
}
dt{
	font-weight:bold;
}

address{
	display: block;
	font-style: italic;
}
center{
	display: block;
	text-align: center;
}
h1{
	color: #191970;
	font-size:150%;
	font-weight:bold;
	margin: 13px 0;
	padding: 0 0px;
}
h2{
	color: #191970;
	font-size: 130%;
	font-weight:bold;
	background-color:#DDEEFF;
	margin: 23px 0px 3px 0px;
	padding: .4em 0em .4em .5em;
}
h3{
	color: #191970;
	font-size:125%;
	border-bottom:3px solid #DDEEFF;
	border-top:1px solid #DDEEFF;
	border-left:10px solid #DDEEFF;
	border-right:5px solid #DDEEFF;
	background-color:#FFFFFF;
	margin: 13px 0px 3px 0px;
	padding: .3em 0em .3em .2em;
}
h4{
	color: #191970;
	font-size:115%;
	border-left:16px solid #DDEEFF;
	margin: 3px 0px 3px 0px;
	padding: .3em 0em .3em .4em;
}
h5{
	color: #191970;
	font-size:110%;
	font-weight:bold;
	margin: 0px 0px 3px 0px;
}
h6{
	color: #191970;
	margin: 0px 0px 3px 0px;
	font-size:100%;
	font-weight:bold;
}
div#wikibody h2:nth-child(1){
	margin-top: 3px;
}
h2 + h3{
	margin-top: 3px;
}

xmp,
pre,
plaintext{
	display: block;
	font-family: fixed;
	margin: 1em 0;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; 		/* Opera 4-6 */
	white-space: -o-pre-wrap; 	/* Opera 7 */
	white-space: pre-wrap;			/* CSS3 */
	word-wrap: break-word;			/* IE 5.5+ */
}

table{
	display: table;
	border-spacing: 2px;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
	-moz-box-sizing: border-box;
	text-indent: 0;
	border:1px solid #aaa;
}

caption{
	display: table-caption;
	text-align: center;
}

tr{
	display: table-row;
	vertical-align: inherit;
}
col{
	display: table-column;
}
colgroup{
	display: table-column-group;
}
tbody{
	display: table-row-group;
	vertical-align: middle;
}
thead{
	display: table-header-group;
	vertical-align: middle;
}

tfoot{
	display: table-footer-group;
	vertical-align: middle;
}
table > tr{
	vertical-align: middle;
}
td{
	display: table-cell;
	vertical-align: inherit;
	text-align: inherit;
	padding: 3px;
	border:1px solid #999;
}
th{
	display: table-cell;
	vertical-align: inherit;
	font-weight: bold;
	padding: 3px;
	border:1px solid #999;
}
q:before{
	content: open-quote;
}
q:after{
	content: close-quote;
}

b,
strong{
	font-weight: bolder;
}

i,
cite,
em,
var,
dfn{
	font-style: italic;
}

u,
ins{
	text-decoration: underline;
}

s,
strike,
del{
	text-decoration: line-through;
}

sub{
	vertical-align: sub;
	font-size: smaller;
	line-height: normal;
}

sup{
	vertical-align: super;
	font-size: smaller;
	line-height: normal;
}

nobr{
	white-space: nowrap;
}

ul{
	display: block;
	list-style-type: disc;
	margin: 0em 0;
	padding-left: 25px;
}

ol{
	display: block;
	list-style-type: decimal;
	margin: 0em 0;
	padding-left: 25px;
}

li{
	display: list-item;
}

 ul ul,
 ul ol,
 ul dl,
 ol ul,
 ol ol,
 ol dl,
 dl ul,
 dl ol,
 dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

 ol ul,
 ul ul{
	list-style-type: circle;
}

 ol ol ul,
 ol ul ul,
 ul ol ul,
 ul ul ul{
	list-style-type: square;
}

hr{
	display: block;
	height: 1px;
	border: 1px 0;
	margin: 0.5em auto 0.5em auto;
}

/**/

ul {
	list-style-image: url(https://cdn9.atwikiimg.com/f_go/pub/menu_arrow03.gif);
}

pre{
	background:#AEA;
	padding:10px;
	color:#000;
}

blockquote{
	display:inline-block;
	background: #fff;
	min-width: 800px;
	padding: 10px 15px 10px 40px;
	margin: 0 0 15px 0;
	position: relative;
	
	/*Borders - (Optional)*/
	border-left: 15px solid #1060B0;
	border-right: 2px solid #1060B0;
	
	/*Box Shadow - (Optional)*/
	-moz-box-shadow: 2px 2px 10px #ccc;
	-webkit-box-shadow: 2px 2px 10px #ccc;
	box-shadow: 2px 2px 10px #ccc;
}
blockquote::before{
	content: "\201C"; /*Unicode for Left Double Quote*/
	
	/*Font*/
	font-family: Georgia, serif;
	font-size: 40px;
	font-weight: bold;
	color: #999;
	
	/*Positioning*/
	position: absolute;
	left: 10px;
	top:0px;
}

/* テーブル 縞模様 */
.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; }