@charset "UTF-8";

table {
margin-bottom: 1.5em;
padding: 0;
border: 1px solid #dde4e6;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
th {
background-color: #f0f0f0;
font-weight: bold;
text-align: left;
}
th, td {
padding: 0.5em;
border-right: 1px solid #dde4e6;
border-bottom: 1px solid #dde4e6;
font-size: 11px;
}
span.align-right {
float: right;
}
.error {
font-color: #f00;
font-weight: bold;
}

/*--------------------------
ナビバー
--------------------------*/
#wiki_navi_bar {
list-style-type: none;
width: 100%;
height: 31px;
background: #000;
top: 0;
left: 0;
margin: 0;
position: fixed;
z-index: 9999;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#wiki_navi_bar li{
width: 13%;
position: relative;
text-align: center;
margin: 0;
padding: 0px;
line-height:30px;
}
li.menuBtnSp{
display:none    
}
#wiki_navi_bar li a{
display: block;
color: #fff;
font-size: 14px;
font-weight: bold;
text-decoration: none;
padding: 0px;
width:100%;
box-sizing:border-box;
}
#wiki_navi_bar > li:first-of-type{
width: auto;
}
#wiki_navi_bar > li:first-of-type a{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 6px 0 6px;
height: 30px;
}
#wiki_navi_bar li:hover > a{
background: #333;
color: #fff;
border:0;
}
#wiki_navi_bar > li:hover > a{
border-radius: 3px 3px 0 0;
}
#wiki_navi_bar li ul{
list-style: none;
position: absolute;
top: 30px;
margin: 0;
padding: 0;
border-radius: 0 0 3px 3px;
width:100%;
box-sizing:border-box;
}
#wiki_navi_bar li:last-child ul{
}
#wiki_navi_bar li ul li{
overflow: hidden;
width: 100%;
height: 0;
margin:0;
padding:0;
color: #fff;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
}
#wiki_navi_bar li ul li a{
padding:0 5px;
line-height:40px;
background: #333;
text-align: left;
font-size: 12px;
font-weight: normal;
width:100%;
box-sizing:border-box;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#wiki_navi_bar li ul li a:hover{
background: #747473;
}
#wiki_navi_bar li:hover ul li{
overflow: visible;
height: 38px;
}
#wiki_navi_bar li:hover ul li:first-child{
border-top: 0;
}
#wiki_navi_bar li:hover ul li:last-child{
border-bottom: 0;
}
#wiki_navi_bar li:hover ul li:last-child a{
border-radius: 0 0 5px 5px;
}
#wiki_navi_bar span img{
vertical-align: middle;
width: 20px;
}
.comment-disp{
padding: 10px;
}
.comment-disp label{
margin-top: 0!important;
margin-bottom: 0!important;
}
#wiki_navi_bar .navibar-search{margin-left: auto;margin-right: 10px;width: 20%;max-width: 260px;}
#wiki_navi_bar .navibar-search form{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; 
}
#wiki_navi_bar li[style="float:right;"]{
margin-left: auto;
}
#wiki_navi_bar .navibar-search + li[style="float:right;"]{
margin-left:0;
}
.navibar-search input[type="text"]{
box-sizing: border-box;
width: calc(100% - 25px);
height: 21px;
border:0;
border-radius:3px;
padding:6px;
font-size:12px;
border:1px solid #cacaca ;
}
.navibar-search input[type="submit"]{
box-sizing: border-box;
width: 25px;
height: 21px;
margin-left: -4px;
background-image: url(/img/icon/serch.png);
background-repeat: no-repeat;
background-size: 13px;
background-position: center center;
background-color:#efefef;
border:1px solid #cacaca ;
border-radius:0 3px 3px 0;
}

/*--------------------------
ナビバー(SP)
--------------------------*/
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
#wiki_navi_bar{
list-style-type: none;
width: 100%;
height: 30px;
background: #000;
top: 0;
left: 0;
margin: 0;
position: fixed;
z-index: 9999;
overflow: hidden;
padding:0;
}
#wiki_navi_bar li{
width:auto;
display:inline-block;
text-align: center;
float:none!important;
margin: 0 20px 0;
padding: 0;
list-style:none;
}
#wiki_navi_bar li:nth-of-type(2),#wiki_navi_bar li:nth-of-type(3),#wiki_navi_bar li:nth-of-type(4),#wiki_navi_bar li:nth-of-type(5),#wiki_navi_bar li:nth-of-type(6){
display: none;
}
#wiki_navi_bar li:nth-of-type(7){
display:block!important;
}
#wiki_navi_bar li:last-of-type{
display: block;
}
#wiki_navi_sp #wiki_navi_bar > li:first-of-type a{
height: 30px;
padding: 0px 6px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background:#000;
}
}

/*--------------------------
ドロワー(SP)
--------------------------*/
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
#wiki_navi_bar .menuBtnSp a {
background: #999;
color: #fff;
border-radius: 3px;
padding: 0 5px;
font-size:12px;
font-weight:bold;
}
#wiki_navi_bar .menuBtnSp a:before{
content:'';
display: inline-block;
background: url(/img/icon/sp-top-menu.png) no-repeat 2px /contain;
width:20px;
height:10px;
}
div.drawer-menu {
position: fixed;
display: none;
left: 0;
top: 0;
width: 100%;
height:100%;
z-index: 10000;
overflow: auto;
background-color: rgba(17, 17, 17, 0.7);
}
.drawer-menu-box {
width: 100%;
height:100%;
left: 0;
top: 0;
}
.drawer-menu-box2 {
background-color: #999;
height:100%;
}
.drawer-menu-list {
background-color: #999;
margin:0;
padding:55px 0 0;
}
.submenu-control {
float: right;
color:#dde4e6;
}
.drawer-menu li {
border-bottom: solid 1px #dde4e6;
font-size: 14px;
padding: 15px;
font-weight: bold;
background-color: #f9f9f9;
color: #444;
list-style:none;
}
.drawer-menu-list ul {
display: none;
}
.drawer-menu-list li a{
display: block;
width: 100%;
height: 100%;
padding: 10px;
margin: -9px -9px -9px -11px;
}
.drawer-menu-box2 ul.drawer-menu-level2{
margin:0;
padding: 0;
}
.drawer-menu-box2 ul.drawer-menu-level2 li{
background-color: #fff;
}

.drawer-menu-box2 ul li a{
color: #0c749b;
}

.drawer-menu-box2 ul.drawer-menu-level2 li a {
display: inline-block;
width: 78%;
margin: 0 5px 0 5px;
color: #0c749b;
background-color: #fff;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0;
height: auto;
vertical-align: middle;
}
.drawer-menu-close-button {
position: fixed;
top: 0;
right:0;
font-size: xx-large;
height:60px;
width:100%;
z-index: 1;
}

.drawer-menu-list .drawer-menu-level2,
.drawer-menu-list .drawer-menu-level3 {
margin-left: 30px;
}
.drawer-background-fixed {
position: fixed;
width: 100%;
overflow-y: scroll;
}
.drawer-menu-list  .drawer-menu-level3 li{
border-color:#c2dce6;
}
.drawer-menu-box:after {
content: "×";
font-size: 270%;
position: absolute;
right: 0;
top: 0;
display: block;
width: 46px;
height: 56px;
line-height: 56px;
color: #f0f0f0;
text-align: center;
}
.drawer-menu dm-icon {
width: 32px;
height: 32px;
border-radius: 4px;
}
}


/*--------------------------
archive
--------------------------*/

.archive-title {
padding: 7px;
background-color: #333;
color: #fff;
font-weight: bold;
}
.acMenu dt {
border: 1px solid #004c6b;
border-radius: 4px;
box-shadow: 0 2px #004c6b;
margin: 10px 0;
padding: 5px;
text-align: center;
color: #004c6b;
cursor: pointer;
}
.acMenu dt.active {
background:#004c6b;
color: #fff;
box-shadow: 0 2px #00374d;
}
.acMenu dt + dd {
display: none;
margin: 0;
}
.acMenu td:last-of-type{
text-align:left;
padding-left:10px;
}
th span.sort.asc:before {
margin-left: 1px;
font-weight: bold;
content: "▲";
}
th span.sort.desc:before {
margin-left: 1px;
font-weight: bold;
content: "▼";
}

/*--------------------------
募集＆お知らせ
--------------------------*/

.site_notice {
border: 2px solid #20bfa2;
top: 50px;
right: 30px;
width: 120px;
position: fixed;
background-color: #fff;
border-radius:5px;
padding:5px;
z-index: 1;
}
.site_notice_close{
position:relative;
}
.site_notice_close span{
margin:0;
padding:0;
position:absolute;
display:block;
line-height:normal;
height:25px;
width:25px;
background:#FFF;
border:2px solid #20bfa2;
top:-20px;
right:-20px;
border-radius:5px;
cursor:pointer;
}
.site_notice_close span:after {
font-weight: bold;
content: '×';
display:block;
position:absolute;
font-size:24px;
padding:0;
margin:0;
top:-6px;
left:1px;
line-height:normal;
color:#333;
}
.site_notice_title {
font-weight: bold;
font-size:14px;
margin-bottom:7px;
border-bottom:1px solid #333;
padding-bottom:3px;
text-align:center;
color:#333;
}
.site_notice_message{
font-size:11px;
margin-bottom:5px;
background:#FFF;
padding:5px;
border-radius:5px;
color:#333;
}
.member_recruit {
border: 2px solid #ff6f28;
border-radius:5px;
padding:5px;
top: 50px;
right: 180px;
width: 150px;
position: fixed;
background-color: #ff8300;
z-index: 1;
}
.member_recruit a{
display:block;
text-align:center;
border-radius:3px;
border:1px solid #ff9300;
background:#ff2828;
margin:5px 0 0 0;
padding:2px 0;
color:#FFF;
font-weight:bold;
font-size:12px;
}
.member_recruit a:hover{
opacity:0.8;
}
.member_recruit_close{
position:relative;
}
.member_recruit_close span{
margin:0;
padding:0;
position:absolute;
display:block;
line-height:normal;
height:25px;
width:25px;
background:#FFF;
border:2px solid #ff6f28;
top:-20px;
right:-20px;
border-radius:5px;
cursor:pointer;
color: #333;
}
.member_recruit_close span:after {
font-weight: bold;
content: '×';
display:block;
position:absolute;
font-size:24px;
padding:0;
margin:0;
top:-6px;
left:1px;
line-height:normal;
}
.member_recruit_title {
font-weight: bold;
font-size:14px;
margin-bottom:7px;
border-bottom:1px solid #FFF;
padding-bottom:3px;
text-align:center;
color:#FFF;
}
.member_recruit_message{
font-size:11px;
margin-bottom:5px;
background:#FFF;
padding:5px;
border-radius:5px;
color:#333;
}

/*------------------------------------------------------------
新規記事作成
-------------------------------------------------------------*/

.admin.core-ui .headerInner h1{
box-sizing: border-box;
width: 100%;
max-width: 1250px;
margin: 0 auto;
padding: 20px 20px 10px 20px;
}

div#body-content{
float: none;
}

#body-content #editorBodyContent{
box-sizing:border-box;
padding:20px;
max-width: 1250px;
margin: 0 auto;
float: none;
}

#editorBodyContent #editerMiddleContent{
width: 100%;
}

div#editerTopContent{
width: 100%;
overflow:hidden;
clear:both;
}

#editorBodyContent .blogTitle{
margin-bottom:14px;
}

#editorBodyContent .blogTitle input[name="db_name"]{
	width: 56%;
}

#editerTopContent div.blogTitle > textarea#description{
height:80px;
}

#editerTopContent div.blogTitle .descriptionCount{
box-sizing:border-box;
width:100%;
}

#editerTopContent .blogParmaLink{
margin-bottom:6px;
}

#editerTopContent input#param{
margin-left:4px;
}

#editerTopContent div#rightTab1 .action{background-color:#fff;display: flex;flex-flow: row-reverse;}

#editerTopContent #blogStatus{
border:0; 
}

#editerTopContent a#updateBlog{
width:100px;
margin-left:4px;
}

#editerTopContent input[type="radio"]{
vertical-align: middle;
}

#editorForm #trashBlog{
width: 100px;
margin-left: 4px;
border-radius: 5px;
background:#444;
color:#fff;
line-height: 30px;
text-align: center;
}

#editorForm #restoreFromBackup{
padding:0 10px;
border-radius: 5px;
border:0;
background:#444;
color:#fff;
line-height:30px;
line-height: 30px;
text-align:center;
cursor:pointer;
}

#editorForm #restoreFromBackup:hover{
opacity:0.6;
}

div#rightTab2{
float:right;
}

#editerTopContent div.sortableBox ul.tab div.tabBox{
box-sizing:border-box;
width:100%;
}

#editerTopContent div.sortableBox ul.tab div.tabBox{
box-sizing:border-box;
width:100%;
}

#editerTopContent div.sortableBox ul.tab li{
height:37px;
}

#editerTopContent div.sortableBox ul.tab li a{
box-sizing:border-box;
line-height:30px;
padding: 0;
}

#editerTopContent div.sortableBox ul.tab li:first-child a{
border-right: 1px solid #dedede;
}


#body-content .mce-container-body{
border-right:1px solid rgba(0,0,0,0.2);
}

#body-content .previewBox .previewptag #prevRefresh{
display:inline-block;
padding: 3px 10px;
text-align:center;
margin-left:4px;
background-color: #2ea2cc;
border-radius: 5px;
color:#fff;
margin-left: 4px;
}

#body-content .previewBox .previewptag #prevRefresh:hover{
opacity: 0.7;
}

#body-content div.previewBox div.prevArea{
padding: 12px 0;
}

#editerTopContent .sortableBox.templateStatusBox .tableLine{
	line-height: normal;
	margin-bottom: 0;
}

#editerTopContent .sortableBox.templateStatusBox .tableLine th{
	background-color: #f5f5f5;
	vertical-align:middle;
	padding:8px;
	border:1px solid #ddd;
}

#editerTopContent .sortableBox.templateStatusBox .tableLine td{
	vertical-align:middle;
	padding:8px;
	background-color: #fff;
	border:1px solid #ddd;
}

.admin.core-ui div.previewBox > ul a{
	position: relative;
	bottom: 2px;
}

.admin.core-ui #editerTopContent div.sortableBox a#frequentlyUsed,.admin.core-ui div.sortableBox a#categoryList{
	margin-left: 0;
	border:0;
}

.admin.core-ui #editerTopContent div.sortableBox a#frequentlyUsed.selected,.admin.core-ui div.sortableBox a#categoryList.selected{
	border:1px solid #dedede;
}

#editerTopContent div.sortableBox ul.tab #frequentlyUsedBox label{
	display: inline-block;
	box-sizing:border-box;
	width:50%;
	padding:1px 0 1px 8px;
}

#editerTopContent div.sortableBox ul.tab #categoryListBox label{
	display: inline-block;
	box-sizing:border-box;
	width:50%;
	padding:1px 0 1px 8px;
}

.admin.core-ui div#editerTopContent{
	float:none;
	width:100%;
	overflow: hidden;
	clear: both;
}

.admin.core-ui .blog-edit-left-box{
	float: left;
	width: 71%;
}

#editerTopContent .blog-edit-right-box #rightTab2 {
    float: none;
    width: 100%;
}

.blog-edit-right-box div#rightTab1 > p:first-child, .blog-edit-right-box div#rightTab2 > p:first-child, #body-content .previewBox .previewptag {
    border-left: 0;
}

.admin.core-ui div.sortableBox p span{
	display: none;
}

.admin.core-ui .blog-edit-right-box div#rightTab1{
	height:auto;
	padding-bottom: 10px;
}

#editerTopContent div.sortableBox ul.tab #frequentlyUsedBox label{
	display:block;
	box-sizing:border-box;
	width:100%;
}

#editerTopContent div.sortableBox ul.tab #categoryListBox label{
	display:block;
	width:100%;
}

.admin.core-ui .title_input_title,.admin.core-ui .description_input_title{
	background-color: #e0e0e0;
	padding: 10px;
	    border-bottom: 1px solid #dedede;
    font-weight: bold;
    margin: 15px 0;
}

#editerTopContent div.blogTitle .descriptionCount{
	background:none;
	border:0;
}

#editerTopContent input[type="radio"],.admin.core-ui input[type="radio"]{
visibility: hidden;
position: relative;
}

#editerTopContent input[type="radio"]:checked:before,.admin.core-ui input[type="radio"]:checked:before{
position: absolute;
top: 0;
left: 1px;
right: 0;
bottom: 0;
margin: auto;
content: '';
border-radius: 50%;
width: 11px;
height: 11px;
background: #0c749b;
z-index: 3;
visibility: visible;
}

#editerTopContent input[type="radio"]:after,.admin.core-ui input[type="radio"]:after {
position: absolute;
top: 0;
left: 0px;
right: 0;
bottom: 0;
margin: auto;
width: 15px;
height: 15px;
content: '';
border: 1px solid #999;
border-radius: 50%;
background: #ffffff;
visibility: visible;
z-index: 2;
}


#categoryListBox input[type="checkbox"]{
visibility: hidden;
position: relative;
}

#categoryListBox input[type="checkbox"]:checked:before{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 1px;
margin: auto;
content: '';
width: 13px;
height: 13px;
z-index: 3;
visibility: visible;
background: url(/img/icon/check.png) no-repeat;
background-position: center center;
background-size: contain;
}

#categoryListBox input[type="checkbox"]:after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 15px;
height: 15px;
content: '';
border: 1px solid #999;
background: #ffffff;
visibility: visible;
z-index: 2;
}


@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
#editerTopContent input[type="radio"]:checked:before,.admin.core-ui input[type="radio"]:checked:before{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
content: '';
border-radius: 50%;
width: 11px;
height: 11px;
background: #0c749b;
z-index: 3;
visibility: visible;
}
}

/*------------------------------------------------------------
フロント掲示板
-------------------------------------------------------------*/
.wiki_contents .threadDetail .nameSpan{
margin-right: 4px;
}

.wiki_contents .delete-button{
display: block;
width: 200px;
line-height: 40px;
background: red;
}

.wiki_contents .delete-button{
display: block;
width: 200px;
line-height: 40px;
background: #cecece;
color: #fff;
text-align:center;
margin:0 auto;
box-shadow: none;
}

/*------------------------------------------------------------
スレッド編集
-------------------------------------------------------------*/

.threadedit_box form div{
padding:10px 0;
border-bottom:1px dotted #c1c1c1;
}

.threadedit_box form div label:first-child {
display: inline-block;
width: 86px;
}

.threadedit_box input[type="text"],.threadedit_box textarea{
width: 360px;
}

.threadedit_box form div .lead{
color: #b3b3b3;
}

.threadedit_box form div label[for="thread_control_level"]{
width:auto;
}

.threadedit_box form div .comment_author{
display:inline-block;
}

.threadedit_box form div .comment_author label{
width:auto;
}

.threadedit_box form div .comment_author + p{
display:inline-block;
}

.threadedit_box form > p:last-of-type{
display:inline-block;
width:28%;
}

.threadedit_box form > p:last-of-type a{
display:block;
text-align:center;
line-height:30px;
background:#d8d8d8;
border-radius:5px;
color:#333;
}

.threadedit_box form > p:last-of-type a:hover{
opacity: 0.7;
}

.threadedit_box input[type="submit"]{
width: 70%;
text-align:center;
line-height:30px;
background:#34a3d1;
border-radius:5px;
border:0;
cursor:pointer;
color:#fff;
}

.threadedit_box input[type="submit"]:hover{
opacity: 0.7;
}

.threadedit_box input[type="checkbox"],.threadedit_box input[type="radio"]{
vertical-align: middle;
}

.threadedit_box form > div:last-of-type{
margin-bottom:10px;
}
/*------------------------------------------------------------
フロントスレッド掲示板
-------------------------------------------------------------*/
.thread_list_box{
overflow: hidden;
clear: both;
}
.thread_list_box .newThreadBtn{
display:inline-block;
width:70%;
}
.thread_list_box .newThreadBtn a{
box-shadow:none;
display:inline-block;
border:0;
border-radius:5px;
background:#e60012;
color:#fff;
padding: 5px 0;
cursor: pointer;
text-shadow:none;
}
.thread_list_box .newThreadBtn a:hover{
opacity: 0.7;
}
.thread_list_box .newThreadBtn + p{
display:inline-block;
width: 28.5%;
}
.thread_list_box .newThreadBtn + p a {
box-sizing: border-box;
box-shadow: none;
border-radius: 5px;
text-align: center;
padding: 5px 0;
border: 1px solid #ccc;
background: #f0f0f0;
border-radius: 5px;
cursor: pointer;
text-shadow:none;
}
.thread_list_box .newThreadBtn + p a:hover{
opacity:0.6;
}
.thread_list_box .newThreadBtn + p a img{
display: none;
}
.thread_list_box form{
padding-top:10px;
clear:both;
}
.thread_list_box form p:first-of-type{
display: -webkit-flex;
display: flex;
justify-content:center;
align-items: center;
border-top:1px solid #e2ecef;
padding-top:10px!important;
}
.thread_list_box form p:first-of-type a{
display:block;
border-bottom:0px solid #0c749b;
padding:2px 15px;
line-height:normal;
margin:10px;
}
.thread_list_box form[action$="/entry/threadbbs"] p:first-of-type a:first-of-type{
display:block;
border-bottom:2px solid #0c749b;
padding:3px 15px;
line-height:normal;
margin:10px;
box-sizing:border-box;
}
.thread_list_box form[action$="/entry/threadbbs?order=registered"] p:first-of-type a:last-of-type{
display:block;
border-bottom:2px solid #0c749b;
padding:3px 15px;
line-height:normal;
margin:10px;
box-sizing:border-box;
}

.thread_list_box form p:last-of-type{
display: -webkit-flex;
display: flex;
justify-content:center;
align-items:center;
margin:0!important;
}
.thread_list_box form p:last-of-type a{
width:20%;
margin:0 0px;
line-height:26px!important;
border-bottom:2px solid #6f6f6f;
}
.thread_list_box form p:last-of-type input[type="text"]{
box-sizing: border-box;
width:60%;
padding-left: 10px;
}
.thread_list_box form p:last-of-type input[type="submit"]{
border: 0;
line-height: 26px;
width: 20%;
cursor: pointer;
background: #004c6b;
border-bottom:2px solid #001f2b;
color: #fff;
border-radius: 5px;
margin:0 5px;
}
.thread_list_box form p {
display:flex;
}
.thread_list_box form > p a,.thread_list_box form > p input{
vertical-align: middle;
}
.thread_list_box form > p:first-of-type{
margin-bottom:2px;
}
#mainContents .thread_list_box form > p:first-of-type a{
display: inline-block;
}
#mainContents .thread_list_box form > p:first-of-type a:hover{
opacity: 0.6:;
}
.thread_list_box input[type="text"]{
box-sizing: border-box;
width: 50%;
padding-left: 10px;
}
.thread_list_box input[type="submit"]{
border: 0;
line-height: 29px;
width: 65px;
cursor: pointer;
background: #004c6b;
color: #fff;
border-radius: 5px;
}
.thread_list_box input[type="submit"]:hover{
opacity: 0.7;
}
#mainContents .thread_list_box input[type="submit"] + a{
display: inline-block;
width: 65px;
line-height: 29px;
background: #999;
color: #fff;
text-align:center;
border-radius:5px;
}
.thread_list_box input[type="submit"] + a:hover{
opacity: 0.7;
}
.thread_list_box th,.thread_list_box td{
padding: 5px 0 5px 14px ;
}
.thread_list_box th:not(:first-of-type),.thread_list_box td:not(:first-of-type){
text-align:center;
padding:0;
}
#mainContents .threadName{
color:#004c6b;
}
.thread_list_box p:empty {display: none;}
/*------------------------------------------------------------
スレッド作成
-------------------------------------------------------------*/
.add_box form{
padding:6px;
}
.add_box form div{
margin-bottom: 10px;
border-bottom:1px dotted #aaa;
padding-bottom:10px;
}
.add_box .validation_errors{
border-bottom: 0;
margin:0;
padding: 0;
}
.add_box form div label:first-child{
display:inline-block;
width:90px;
}
.add_box form div:nth-last-of-type(2) label:first-child{
display:inline;
}
.add_box form div .lead{
color:#878787;
}
.add_box form div input{
border:1px solid #a9a9a9;
padding:5px;
border-radius:0;
}
.add_box form div input#show-pass{
margin-right:5px;
vertical-align:middle;
}
.add_box form div input#show-pass + label{
font-size:12px;
vertical-align:middle;
}
.add_box form div input#show-pass + label + p.lead{
display:block;
padding:5px 0 0;
margin:0;
font-size:12px;
}
.add_box form div input#wiki_image{
border:0;
}
.add_box form input[type="text"],.add_box form textarea{
width:70%;
border:1px solid #a9a9a9;
padding:5px;
border-radius:0;
}
.add_box form .comment_author{
display:inline-block;
width:90px;
}
.add_box form .comment_author + p{
display:inline-block;
width: 70%;
}
.add_box form #author{
width:100%;
}
.add_box form input[type="checkbox"],.add_box form input[type="radio"]{
vertical-align:middle;
}
.add_box form input[type="radio"]{
margin:0 5px 0 2px;
}
.add_box form input[type="submit"]{
display:block;
width:90%;
margin:20px auto 10px;
border:0;
border-radius:5px;
background:#e60012;
color:#fff;
padding: 10px 0;
cursor: pointer;
}
.add_box #comment-image-wrapper + div label:last-of-type{
display:inline-block;
margin-left:42px;    
}
.add_box #comment-image-wrapper + div label:last-of-type:before {
content: "\A" ;
white-space: pre ;
}
#mainContents .add_box + a{
display: block;
background:#a4a4a4;
color: #FFF;
border:0px solid #a4a4a4;
margin:0px auto 10px;
width:40%;
position:relative;
border-radius:5px;
padding:5px 0px;
text-align: center;
font-size:12px;
}
#mainContents .add_box + a:before{
content: "<";
font-size: 16px;
position: absolute;
left:7px;
top:0;
bottom:0;
margin:0;
display: block;
color: #FFF;
text-align: center;
}
.add_box form input[type="submit"]:hover,#mainContents .add_box + a:hover{
opacity: 0.6;
color: #FFF;
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
.add_box form div input[type="password"]{
width:70%;
}
.add_box form div input#show-pass{
margin-right:5px;
margin-top:10px;
display:inline-block;
vertical-align:middle;
}
.add_box form div input#show-pass + label{
margin-top:10px;
font-size:12px;
display:inline-block;
vertical-align:middle;
}
.add_box form input[type="submit"]{
display:block;
width:90%;
margin:20px auto 10px;
border:0;
border-radius:5px;
background:#e60012;
color:#fff;
padding: 10px 0;
cursor: pointer;
font-size:12px;
}
.threadedit_box input[type="text"],.threadedit_box textarea{
width: 100%;
}
#mainContents .threadedit_box form > p:last-of-type{
padding:0;
width: 45%;
}
input[type="password"]{
width:35%
}
input[id="show-pass"]{
display:inline-block;
margin:0 4px
}
label[for="show-pass"]{
display:inline-block;
font-size:12px;
}
.threadedit_box input[type="submit"]{
width:45%;
}
}

/*------------------------------------------------------------
新規記事作成、新規DB型テンプレート作成
-------------------------------------------------------------*/

.admin.core-ui .headerInner h1{
box-sizing: border-box;
width: 100%;
max-width: 1250px;
margin: 0 auto;
padding: 20px 20px 10px 20px;
}

div#body-content{
float: none;
}

#body-content #editorBodyContent{
box-sizing:border-box;
padding:20px;
max-width: 1250px;
margin: 0 auto;
float: none;
}

#editorBodyContent #editerMiddleContent{
width: 100%;
}

div#editerTopContent{
width: 100%;
overflow:hidden;
clear:both;
}

#editorBodyContent .blogTitle{
margin-bottom:14px;
}

#editorBodyContent .blogTitle input[name="db_name"]{
	width: 56%;
}

#editerTopContent div.blogTitle > textarea#description{
height:80px;
margin-left: 10px;
}

#editerTopContent div.blogTitle .descriptionCount{
box-sizing:border-box;
width:90%;
margin-left: 10px;
}

#editerTopContent .blogParmaLink{
background:#fff;
margin-bottom:6px;
padding-bottom: 10px;
border: 1px solid #e0e0e0;
box-sizing: border-box;
}

#editerTopContent input#param{
margin-left:4px;
}

#editerTopContent div#rightTab1 li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#editerTopContent div#rightTab1 .action{background-color:#fff;display: flex;flex-flow: row-reverse;}

#editerTopContent #blogStatus{
border:0; 
margin-left: auto;
display:block;
}
#editerTopContent p#blogStatus{
margin:5px 0 0;
padding:0;
}

.admin.core-ui #editerTopContent p#blogStatus label{
margin-top: 0!important;
margin-right: 20px!important;
margin-bottom: 0!important;
margin-left: 0px!important;
}

#editerTopContent a#updateBlog{
width:100px;
margin-left:4px;
}

#editerTopContent input[type="radio"]{
vertical-align: middle;
}

#editorForm #trashBlog{
width:auto!important;
margin: 0px!important;
border-radius: 5px;
background:#FFF;
color:#2ea2cc;
line-height:normal;
text-align: center;
float:none!important;
}

#editorForm #restoreFromBackup{
padding:0 10px;
border-radius: 5px;
border:0;
background:#444;
color:#fff;
line-height:30px;
line-height: 30px;
text-align:center;
cursor:pointer;
}

#editorForm #restoreFromBackup:hover{
opacity:0.6;
}

div#rightTab2{
float:right;
}

#editerTopContent div.sortableBox ul.tab div.tabBox{
box-sizing:border-box;
width:100%;
}

#editerTopContent div.sortableBox ul.tab div.tabBox{
box-sizing:border-box;
width:100%;
}

#editerTopContent div.sortableBox ul.tab li{
height:37px;
}

#editerTopContent div.sortableBox ul.tab li a{
box-sizing:border-box;
line-height:30px;
padding: 0;
}

#editerTopContent div.sortableBox ul.tab li:first-child a{
border-right: 1px solid #dedede;
}


#body-content .mce-container-body{
border-right:1px solid rgba(0,0,0,0.2);
}

#body-content .previewBox .previewptag #prevRefresh{
display:inline-block;
padding: 3px 15px 2px;
text-align:center;
background-color: #999;
border:1px solid #888!important;
border-radius: 0px;
color:#fff;
margin-left: 20px;
font-weight:100;
}

#body-content .previewBox .previewptag #prevRefresh:hover{
opacity: 0.7;
}

#body-content div.previewBox div.prevArea{
padding: 12px 0;
}

#editerTopContent .sortableBox.templateStatusBox .tableLine{
	line-height: normal;
}

#editerTopContent .sortableBox.templateStatusBox .tableLine th{
	background-color: #f5f5f5;
	vertical-align:middle;
	padding:8px;
	border:1px solid #ddd;
}

#editerTopContent .sortableBox.templateStatusBox .tableLine td{
	vertical-align:middle;
	padding:8px;
	background-color: #fff;
	border:1px solid #ddd;
}

.admin.core-ui #editerTopContent div.sortableBox a#frequentlyUsed,.admin.core-ui div.sortableBox a#categoryList{
	margin-left: 0;
	border:0;
}

.admin.core-ui #editerTopContent div.sortableBox a#frequentlyUsed.selected,.admin.core-ui div.sortableBox a#categoryList.selected{
	border:1px solid #dedede;
}

#editerTopContent div.sortableBox ul.tab #frequentlyUsedBox label{
	display: inline-block;
	box-sizing:border-box;
	width:50%;
	padding:1px 0 1px 8px;
}

#editerTopContent div.sortableBox ul.tab #categoryListBox label{
	display: inline-block;
	box-sizing:border-box;
	width:50%;
	padding:1px 0 1px 8px;
}

.admin.core-ui div#editerTopContent{
	float:none;
	width:100%;
	overflow: hidden;
	clear: both;
}

.admin.core-ui .blog-edit-left-box{
	float: left;
	width: 71%;
}

#editerTopContent .blog-edit-right-box{
	float: right;
	width: 27%;
}

.admin.core-ui .blog-edit-right-box div#rightTab1{
	width: 100%;
}

#editerTopContent .blog-edit-right-box #rightTab2 {
    float: none;
    width: 100%;
        height: auto;
}

.blog-edit-right-box div#rightTab1 > p:first-child, .blog-edit-right-box div#rightTab2 > p:first-child, #body-content .previewBox .previewptag {
    border-left: 0;
    background-color: #e0e0e0;
}

.admin.core-ui div.sortableBox p span{
	display: none;
}

.admin.core-ui .blog-edit-right-box div#rightTab1{
	height:auto;
	padding-bottom: 10px;
	margin-top: 0;
}

#editerTopContent div.sortableBox ul.tab #frequentlyUsedBox label{
	display:block;
	box-sizing:border-box;
	width:100%;
}

#editerTopContent div.sortableBox ul.tab #categoryListBox label{
	display:block;
	width:100%;
}

.admin.core-ui .url_input_title{
background-color: #e0e0e0;
padding: 10px;
margin:0;
border-bottom: 1px solid #dedede;
font-weight: bold;
}
.admin.core-ui .title_input_title,.admin.core-ui .description_input_title{
background-color: #e0e0e0;
padding: 10px;
border-bottom: 1px solid #dedede;
font-weight: bold;
}

#editerTopContent div.blogTitle .descriptionCount{
	background:none;
	border:0;
}

.admin.core-ui div.sortableBox ul.tab{
border-bottom: 0;
height: auto;
}

.admin.core-ui #editorBodyContent div.blogTitle{
	margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    border:1px solid #e0e0e0;
    background: #FFF;
}

.admin.core-ui p.title_input_title{
	margin-top: 0;
}

div.previewBox p.previewptag span{
	display: none;
}

#editerTopContent div#rightTab1 > p:first-child, #editerTopContent div#rightTab2 > p:first-child, #body-content .previewBox .previewptag{
	border-left: 0;
}

.admin.core-ui .title_input_title a,.admin.core-ui .title_input_title a img,.description_input_title a,.description_input_title a img{
	vertical-align: middle;
}

.admin.core-ui .title_input_title a,.description_input_title a,.url_input_title a{
	margin-left: 10px;
}

.url_input_title + p{
	margin-left: 10px;
}

.admin.core-ui #editerTopContent .blogTitle > input#title{
	margin-left: 10px;
}

.admin.core-ui .local_rule{
	margin-bottom: 10px;
}

.admin.core-ui div.previewBox > ul li a{
	position: static;
	margin-right: 10px;
}

.admin.core-ui #rightTab3 li label[for="pc"]{
	margin-left: 10px!important;
}

.admin.core-ui .blog-edit-right-box div#rightTab3{
	width: 100%;
	    height: auto;
    margin-top: 0;
    background-color: #fff;
}

.admin.core-ui .blog-edit-right-box div#rightTab3 .action{
	background: #fff;
}

.admin.core-ui .blog-edit-right-box div#rightTab4{
	width: 100%;
	height: auto;
}

.admin.core-ui .blog-edit-right-box div#rightTab3>p:first-child,.admin.core-ui .blog-edit-right-box div#rightTab4>p:first-child{
    background-color: #e0e0e0;}

.admin.core-ui .db_name_tile{
    background-color: #e0e0e0;
    padding: 10px;
    border-bottom: 1px solid #dedede;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}

#editorBodyContent .blogTitle input[name="db_name"]{
	    width: 97%;
	        margin-left: 10px;
	        height: 1.7em;
    font-size: 1.7em;
        margin-bottom: 15px;
}

.admin.core-ui .db_name_tile a{
	vertical-align: middle;
	margin-left: 10px;
}

.admin.core-ui .db_name_tile a img{
	vertical-align: middle;
}

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
#editerTopContent .blogParmaLink input#param{
width: 90%;
margin: 5px 0 10px;
}
}

@-moz-document url-prefix(){
#editerTopContent input[type="radio"], .admin.core-ui input[type="radio"]{
visibility: visible;
}
#categoryListBox input[type="checkbox"]{
visibility: visible;
}
}