/***** CSS変更 *****/
/*** メイン全体の枠の幅を1200pxから1280pxへ変更 ***/
/*** 右メニューをメニューの下へ配置 ***/
/*** 主コンテンツの幅を778pxから1058px、右のマージンを200pxから0pxへ変更 ***/
/*** テーブルの見出しセルの背景色を#333へ変更 ***/
/*** 脚注がすべて同一行で表示されるのを各行に表示されるように変更 ***/

/* メイン全体の枠 */
#container{
    min-width: 1280px;
    _width: 1280px;
}


/* ----- Contents ----- */
/* コンテンツの配置 */

#menubar2{
    float:left;
    clear:both;
}


/* ----- Center ----- */

#contents{
    margin: 0px 0px 0px 200px;
    min-width: 1058px;
}

#wikibody th, #menubar2 th, #menubar th
{
    background:#333;
}


/* ----- Main ----- */

.attach, .footnote{
    float:none;
}



/***** CSS追加 *****/
/*** 解説書に使用 ***/
/* 背景画像 */
#wrapper01 {
	background-image: url(https://w.atwiki.jp/persona1?cmd=upload&act=open&pageid=482&file=PS_emblem.webp);
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: local;
}


/* 段組みレイアウト */
.multi_c2 {
	columns: 2;
}


/* floatプロパティで段組レイアウト作成 */
.f_left{
	float: left;
}

.f_right{
	float: right;
}


/* 文字に影を追加 */
.t_shadow {
	text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.5);
}


/* 字上げ */
.i_up {
	text-indent: -1.0em;
	padding-left: 1.0em;
}


/* 囲み文字 */
.shikaku_b {
	border: solid 1px #000000;
}


/* 長体文字 */
.t_70p {
	transform: scale(0.7, 1);
	transform-origin: top left;
}