CSSバックアップ
/* ヘッダー */
.wiki-icon {
margin: 0 160px;
width: auto;
}
.wiki-contents .wiki-head__contents {
margin: 0 160px;
width: auto;
}
.wiki-contents .wiki-head__menu {
margin: 0 160px;
width: auto;
}
.wiki-contents .breadcrumb {
margin: 10px 160px;
width: auto;
}
/* コンテンツフレーム */
.wiki-contents .layout {
margin: 0 160px;
padding: 0;
width: auto;
}
.wiki-contents .layout .main {
float: right;
width: 74%;
}
.wiki-contents .layout .menu-column {
float: none;
margin: 0;
width: 24%;
}
.wiki-contents .layout .other {
float: left;
margin: 20px 0;
width: 24%;
}
/* 左部メニュー */
.wiki-contents .layout .menu-column .menu__wrap .mu__list li {
overflow: hidden;
padding-top: 6px;
padding-bottom: 4px;
white-space: nowrap;
}
.wiki-contents .layout .other > div {
max-width: 100%!important;
overflow-x: hidden;
}
.wiki-contents .layout .other .wiki-search {
width: auto;
}
.wiki-contents .layout .other .wiki-search input[type=text] {
width: 80%;
}
.wiki-contents .layout .other #slide-activity {
margin-bottom: 10px;
overflow: hidden;
width: auto;
}
/* 追従メニュー */
.go_to_page_top, .fixed_comment {
left: auto;
margin: 0 20px 0 0;
right: 0;
}
/* 広告 */
.wiki-contents .jack__left {
left: 0;
margin: 0;
right: auto;
}
.wiki-contents .jack__right {
left: auto;
margin: 0;
right: 0;
}
/* 際限無く大きくなるべきではないものを抑え込む */
.main .markup__twitter {
max-width: 640px;
}
.main .markup__youtube {
max-width: 640px;
padding-bottom: 0;
height: auto;
aspect-ratio: 16 / 9;
}