@charset "utf-8";
/**
 * コンテンツ
 *
 * baserCMS :  Based Website Development Project <https://basercms.net>
 * Copyright (c) baserCMS Users Community <https://basercms.net/community/>
 *
 * @copyright       Copyright (c) baserCMS Users Community
 * @link			https://basercms.net baserCMS Project
 * @since           baserCMS v 2.0.0
 * @license         https://basercms.net/license/index.html
 */


/* ==================================================================== */
/*    ContentsBody
/* ==================================================================== */

#ContentsBody li img,
#ContentsBody p img {
	vertical-align:middle;
}
.contents-body ul{
	/*margin-bottom:20px;*/
}
.contents-body li {
	padding: 0 20px;
	margin:5px 0;
	background: url(../../img/admin/blt_list_2.png) no-repeat left 2px;
	padding-left:15px;
	line-height: 1.8em;
}
.bt-content li {
	padding: 0 20px;
	margin:5px 0;
	background: url(../../img/admin/blt_list_2.png) no-repeat left 2px;
	padding-left:15px;
}
.bt-content li .example-box {
	border:3px solid #DDD;
	padding:15px;
	margin-top:10px;
	margin-bottom: 10px;

}

/* Crumb
----------------------------------------------- */
#Crumb{
	color: #CCC;
	vertical-align: middle;
	background-color: #333;
	padding: 8px 10px 7px;
	vertical-align:middle;
	font-size:11px;
	line-height:15px;
}
#Crumb  a{
	color: #BBB;
	text-decoration: none;
	vertical-align:baseline;
}
#Crumb a:hover{
	color: #EEE;
}
#Crumb strong {
	color:#FFF;
}

/* ContentsMenu
----------------------------------------------- */
#ContentsMenu{
	float: right;
	padding: 15px 0;
}
#ContentsMenu ul{
	float: left;
}
#ContentsMenu ul li{
	float: left;
	margin-left: 10px;
	padding:0;
	background: none;
	font-weight:bold
}
#ContentsMenu ul li a:hover{
	text-decoration: none;
}
#ContentsMenu ul li img {
	margin-right:5px;
	vertical-align: text-bottom;
}

/* Help,Search,Limit共通設定
----------------------------------------------- */
#Help .head, #Search .head, #Limit .head{
	padding: 0;
	margin: 0;
}
#Help .head, #Search .head {
	color:#690;
}
#Help .head img, #Search .head img{
	vertical-align: text-bottom;
	margin-right:5px;
}
#Help .body, #Search .body, #Limit .body{
	margin: 10px auto;
	text-align: center;
	vertical-align: middle;
}
#Help .button, #Search .button, #Limit .button{
	text-align: center;
}
#Help .close, #Search .close, #Limit .close{
	float: right;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#Help h2, #Search h2, #Limit h2{
	padding-left:0;
	border: none;
}

/* Help
----------------------------------------------- */

#Help{
	display: none;
	border: 5px solid #669900;
	padding: 10px 20px;
	margin: 0 0 20px;
	background-color:#FFF;
}
#Help .body {
	text-align: left;
}
#Help .example-box {
	padding:15px;
	border:3px solid #DDD;
	margin-bottom: 20px;
	color:#000;
}
#Help .example-box .head{
	font-weight: bold;
}
#Help li{
	padding: 0 20px;
	margin:5px 0;
	background: url(../../img/admin/blt_list_2.png) no-repeat left 1px;
	padding-left:15px;
}

/* Search
----------------------------------------------- */

#Search{
	display: none;
	border: 5px solid #669900;
	padding: 10px 20px;
	margin: 0 0 20px;
	background-color:#FFF;
}
#Search span {
	white-space:nowrap;
}
#Search .button a {
    font-size: 1em;
    margin: 3px 2px;
    padding: 3px 1px;
}

/* SubMenu
----------------------------------------------- */

#SubMenu{
	margin: 0 0 20px;
}
table.sub-menu{
	margin: 0;
	width:100%;
}
#SubMenu .sub-menu th{
	text-align: left;
	background-color:#EFEFEF;
	padding: 10px 10px;
	font-weight: bold;
	border: 1px solid #DDD;
	white-space:nowrap;
	width:20%;
}
#SubMenu .sub-menu td{
	background-color: #FFF;
	padding: 10px 10px;
	border: 1px solid #DDD;
}
.sub-menu li{
	float: left;
	list-style: none;
	background: url(../../img/admin/blt_list_2.png) no-repeat left center;
	padding: 0 20px 0 10px;
	margin: 1px 0;
	color: #669900;
}
.sub-menu a{
	color:#535A62;
}
.sub-menu a:hover{
	color:#AAA;
	text-decoration:none;
}

/* pagination
----------------------------------------------- */
.pagination {
	margin-bottom:20px;
}
.pagination {
    padding-right: 10px;
    text-align: right;
	line-height: 18px;
}
.pagination .page-result{
	margin: 5px 5px 0;
	float:right;
}
.pagination .page-numbers {
	float:left;
}
.pagination span span a {
    border: 1px solid #9C0;
    margin: 0 2px 4px;
    text-decoration: none;
	display:block;
	float:left;
}
.pagination span span a:hover {
    background-color: #8DC71C;
    color: #FFFFFF;
}
.pagination .current {
	background-color: #E2E2E2;
	font-weight:bold;
	border:1px solid #E2E2E2;
    margin: 0 2px 4px;
	display:block;
	float:left;
}
.pagination .next, .pagination .prev {
    margin: 0 2px 4px;
    text-decoration: none;
    border: 1px solid #9C0;
	float:left;
}
.pagination .next:hover, .pagination .prev:hover {
    background-color: #8DC71C;
	color:#fff;
}
.pagination span span a,
.pagination .disabled,
.pagination .current{
    padding: 3px 9px;
}
.pagination .next a, .pagination .prev a{
	text-decoration: none;
	display:block;
	padding: 3px 9px;
}
.pagination .next a:hover, .pagination .prev a:hover{
	color:#FFF;
}
.pagination .disabled,
.pagination .disabled:hover{
	background-color: #FFF;
    border: 1px solid #DFDFDF;
    margin: 0 2px;
	display:block;
	float:left;
	color:#DFDFDF;
}

/* list-num
----------------------------------------------- */
.list-num{
	margin: 5px 0;
	float: right;
}
.list-num strong{
	float:left;
	padding: 0 10px;
	font-weight:bold;
	font-size:12px;
	display: block;
}
.list-num p{
	float:left;
	font-size:12px;
	padding-right:5px;
}
.list-num .current {
	background-color: #E2E2E2;
	padding:2px 5px;
}

/* list-table
----------------------------------------------- */
.contents-body .list-table{
	border: 1px solid #DDD;
	border-collapse: collapse;
	margin-bottom:15px;
	width:100%;
}
.contents-body .list-table th{
	vertical-align:middle;
	text-align: left;
	/*background-image: url(../../img/admin/bg_list.png);*/
	background-repeat: repeat-y;
	background-color: #EFEFEF;
	padding:10px 10px;
	border: 1px solid #DDD;
	white-space: nowrap;
	color:#535A62;
}
.contents-body .list-table th a{
	text-decoration:none;
	white-space: nowrap;
}
.contents-body .list-table th a:hover{
	color:#9C0;
}
.contents-body .list-table th img,
.contents-body .list-table td img{
	vertical-align:middle;
}
.contents-body .list-table th a {
	line-height: 20px;
	color:#9C0!important;
}
.contents-body .list-table td{
	padding: 10px 10px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px dotted #DDD;
	border-bottom: 1px dotted #DDD;
}
.contents-body .list-table td.eye_catch img {
	max-width: 100px;
}
.contents-body .list-table td a{
	color:#333;
	text-decoration:underline;
}
.contents-body .list-table td a:hover{
	text-decoration:none;
}
.contents-body .list-table tr.odd{
	background-color: #FFF;
}
.contents-body .list-table tr.even{
	background-color:#FAFAFA;
}
.contents-body .list-table tr.disablerow {
	background-color:#CCC;
}
.contents-body .list-table tr.currentrow {
	background-color:#3392e3;
	color:#fff;
}
.contents-body .list-table tr.currentrow td small {
	color:#FFF;
}
.contents-body .list-table tr.activerow{
	background-color:#C30;
	color:#fff;
}
.contents-body .list-table tr.activerow a{
	color:#fff;
}
.contents-body .list-table tr.hoverrow{
	background-color:#ffffde;
	color:#333;
}
.contents-body .list-table tr.hoverrow a{
	color:#333;
}
.contents-body .list-table tr.selectedrow{
	background-color:#2F6FAB;
	color:#fff;
}
.contents-body .list-table tr.selectedrow small,
.contents-body .list-table tr.selectedrow a{
	color:#fff;
}
.list-table .no-data {
	padding:20px 0;
	text-align: center;
}
.contents-body .list-table .tag {
	border:1px solid #CCC;
	font-weight: normal;
	padding:2px 3px;
	font-size: 10px;
	background-color: #FFF;
	vertical-align:baseline;
	margin-left:3px;
	margin-right:1px;
	color:#333;
    white-space: nowrap;
}
.list-tool {
	white-space:nowrap;
}

.row-tools{
	white-space:nowrap;
}
.row-tools img{
	vertical-align: middle;
}
.list-tool input,
.list-tool select {
	font-size: 12px;
}
.list-tool button {
	padding:0px 7px;
	cursor: pointer;
}
.list-tool img {
	margin-right:5px;
	vertical-align: text-bottom!important;
}
.list-tool a {
	color: #9C0!important;
	font-weight:bold;
}
.list-tool a:hover {
	color: #9C0!important;
}
/* form-table
----------------------------------------------- */

.contents-body .form-table{
	border: 1px solid #DDD;
	border-collapse: collapse;
	margin-bottom:30px;
	width:100%;
}
.contents-body .form-table th{
	vertical-align:middle;
	text-align: left;
	background-repeat: repeat-x;
	background-color: #EFEFEF;
	padding:10px 10px;
	white-space: nowrap;
	width:20%;
	border: 1px solid #DDD;
}
.contents-body .form-table th a{
	text-decoration:none;
	white-space: nowrap;
}
.contents-body .form-table th a:hover{
	color:#9C0;
}
.contents-body .form-table th img {
	vertical-align:middle;
}
.contents-body .form-table th a {
	line-height: 20px;
}
.contents-body .form-table td{
	padding: 10px 10px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px dotted #DDD;
	border-bottom: 1px dotted #DDD;
	vertical-align: middle;
	background-color:#FFF;
}
.contents-body .form-table td textarea {
	width: 86%;
}
.contents-body .form-table input.full-width {
	width:86%;
}
.contents-body .form-table td img {
	vertical-align: baseline;
	max-width: 100%;
}
.contents-body .form-table .checkbox {
	float:left;
}
.contents-body .form-table .error-message,
.list-table .error-message{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.annotation-text {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.annotation-text small {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #C30;
	color:#C30;
	padding:2px 5px;
	white-space: nowrap;
	border:1px solid #C30;
	background: #FFF;
}
.contents-body .form-table input.active,
.contents-body .form-table textarea.active,
.contents-body .form-table select.active {
	background-color:#ffffde;
}
.contents-body .form-table button {
	padding:0px 7px;
	cursor: pointer;
}

.contents-body .form-table th {
    font-size: 13px;
}

    /* edit form
    ----------------------------------------------- */
.editor-area {
	text-align: center;
}

/* button
----------------------------------------------- */

.submit .button,
.ui-widget-content .button{
	display: inline-block;
	color:#535A62;
	border:1px solid #CCC;
	cursor:pointer;
	text-shadow:rgba(255,255,255,0.4) 1px 1px 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-o-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	background:#F3F3F3;
	background:-moz-linear-gradient(top,#FFF,#F3F3F3);
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(100%,#F3F3F3));
	background:-o-linear-gradient(top,#FFF,#F3F3F3);
	margin:10px;
	padding:3px 40px;
	font-weight: bold;
	font-size: 1.2em;
	white-space: nowrap;
	line-height: 24px;
}
.submit .button:hover,
.ui-widget-content .button:hover{
	border:1px solid #CCC;
	text-decoration:none;
	background:#f4f4f4;
	background:-moz-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(100%,#dfdfdf));
	background:-o-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
}
.submit .button:active,
.ui-widget-content .button:active{
	border:1px solid #CCC;text-decoration:none;
	background:#cdcdcd;
	background:-moz-linear-gradient(top,#cdcdcd,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#cdcdcd),color-stop(100%,#eee));
	background:-o-linear-gradient(top,#cdcdcd,#eee 100%);
}
.submit .button[disabled],
.ui-widget-content .button[disabled]{
	opacity:.5
}
.submit a.button,
.ui-widget-content a.button{
	padding-top:5px;
	padding-bottom:5.5px;
}
*:first-child+html .submit a.button,
.ui-widget-content a.button{
	position:absolute;
	top:1px;
	padding-top:3px;
	padding-bottom:3px;
}
.button-small{
	text-decoration: none!important;
	display:inline-block;
	padding:4px 10px 4px;
	margin-bottom:0;
	font-size:13px;
	line-height:18px;
	color:#333!important;
	text-align:center;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align:middle;
	cursor:pointer;
	background-color:#f5f5f5;
	background-image:-ms-linear-gradient(top, #fff, #e6e6e6);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image:-webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image:-o-linear-gradient(top, #fff, #e6e6e6);
	background-image:linear-gradient(top, #fff, #e6e6e6);
	background-image:-moz-linear-gradient(top, #fff, #e6e6e6);
	background-repeat:repeat-x;
	border:1px solid #ccc;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color:#b3b3b3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border-color:#ccc;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.button-small:hover{
	background-color:#e6e6e6;
	color:#333;
	text-decoration:none;
	background-color:#e6e6e6;
	background-position:0 -15px;
	-webkit-transition:background-position .1s linear;
	-moz-transition:background-position .1s linear;
	-ms-transition:background-position .1s linear;
	-o-transition:background-position .1s linear;
	transition:background-position .1s linear;
}
/* waiting-box
----------------------------------------------- */

.waiting-box {
	background-color: #FFF;
    position: fixed;
    text-align: center;
    z-index: 10000;
	width:100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	padding-top:200px;
	display: none;
}
.waiting-box div{
    background-color: #CCC;
    border: 5px solid #999;
    font-size: x-small;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
    height:40px;
    width: 240px;
	font-size: 10px;
	font-weight: bold;
    font-family: "Open Sans",sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック";
}
.waiting-box img {
	margin-bottom: 10px;
}

/* em-box
----------------------------------------------- */

.em-box {
	border:5px solid #DDD;
	padding:15px;
	color:#535A62;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 24px;
}
.em-box strong{
	color:#FF3300;
}
.em-box a{
	color:#690;
}
.em-box a:hover{
	color:#9C0;
	text-decoration: none;
}

/* tree empty
----------------------------------------------- */
.tree-empty {
	border:1px solid #DDD;
	padding:15px;
	color:#535A62;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 24px;
}

/* ToTop
----------------------------------------------- */

#ToTop {
	text-align: right;
	padding-right:20px;
	padding-bottom:15px;
}
#ToTop a {
    border: 1px solid #9C0;
    padding: 4px 10px;
    text-decoration: none;
	font-size: 10px;
	color:#9C0;
}
#ToTop a:hover {
    background-color: #8DC71C;
    color: #FFF;
}

/* ListTable
----------------------------------------------- */

#ListTable th img {
	margin-right:5px;
	vertical-align: text-bottom;
	width:auto;
}

/* flashMessage
----------------------------------------------- */

#authMessage,
#flashMessage,
#AlertMessage,
#BcSystemMessage,
#UpdateMessage {
	padding:10px 10px 10px 36px;
	margin:0 0 20px 0;
	font-size:16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-weight:bold;
}
#BcMessageBox {
	display:none;
}
#MessageBox .message,
#MessageBox .notice-message,
#BcMessageBox .notice-message{
	color:#5C8A01;
	background: #EBF5E1 url(../../img/admin/icn_info.png) no-repeat 10px 13px;
}
#MessageBox .alert-message,
#authMessage,
#AlertMessage,
#BcMessageBox .alert-message,
#UpdateMessage {
	color:#F23561;
	background: #F7E9EC url(../../img/admin/warning.png) no-repeat 10px 13px;
}
#Login #flashMessage {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
#Login #MessageBox .notice-message{
	border:5px solid #5C8A01;
	background-color: transparent;
}
#Login #MessageBox .alert-message{
	border:5px solid #F23561;
	background-color: transparent;
}
.no-data {
	padding:10px 10px 10px 10px;
	color:#999;
	font-weight:bold;
}
.size-counter {
	font-size: 20px;
	font-weight: bold;
	color:#CCC;
	padding:0 5px;
	vertical-align: bottom;
}
.size-counter small{
	font-size: 10px;
	color:#CCC;
}

/* phpinfo
----------------------------------------------- */

.phpinfo {
	border:1px solid #DDD;
}

/* ui
----------------------------------------------- */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}

/* ui-dialog
----------------------------------------------- */

.ui-dialog label {
	font-weight: bold;
}
.ui-dialog label.error, .error-message {
	background-color:#E02;
	color:#FFF;
	font-size: 12px;
	padding:3px 8px;
	margin-left:5px;
	display:inline;
	white-space: nowrap;
}
.ui-dialog .ui-button-text {
	font-weight: bold;
}
.ui-dialog .required {
	color:#333;
}
.ui-dialog label.error{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ui-dialog .ui-dialog-titlebar {
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	border:none;
	background-color: #333;
	font-size: 11px;
	color:#FFF;
}
.ui-widget-header {
border: none;
background: #888;
}
.ui-dialog-titlebar-close {
	display:none;
}
.ui-dialog dl {
	margin:5px;
}
.ui-dialog dt {
	padding:0;
}
.ui-dialog dd {
	padding:0 0 10px 0;
	margin-bottom: 10px;
}
.ui-dialog dd {
	border-bottom: 1px dotted #CCC;
}
.ui-widget-content {
	color:#535A62!important;
}
.ui-dialog dt label {
	color:#690!important;
	font-size: 14px;
}
.ui-dialog input[type=radio] {
	margin-right:7px;
}
.ui-dialog {
	padding:0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 1px 10px;
}
.ui-dialog .ui-state-default {
	background: none;
	border:1px solid #CCC;
	cursor:pointer;
	text-shadow:rgba(255,255,255,0.4) 1px 1px 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-o-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	background:#F3F3F3;
	background:-moz-linear-gradient(top,#FFF,#F3F3F3);
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(100%,#F3F3F3));
	background:-o-linear-gradient(top,#FFF,#F3F3F3);
}
/* Credit
----------------------------------------------- */

#Credit {
	background-color: #000;
	position:absolute;
	top: 0;
	height:100%;
	width:100%;
	z-index: 9999;

	opacity: 0.85;
	filter: alpha(opacity=85); /* IE lt 8 */
	-ms-filter: "alpha(opacity=85)"; /* IE 8 */
	-khtml-opacity: .85; /* Safari 1.x */
	-moz-opacity: 0.85;

	color:#FFF;
    font-family: "Open Sans",sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック";
	text-align: center;
	display: none;
}
#CreditInner {
    position: relative;
	overflow: hidden;
	height:100%;
}
#CreditScroller {
	padding:40px;
	position:relative;
	margin:0 auto;
	display: none;
}
#CreditScroller h1{
	font-size:40px;
	margin-bottom:80px;
	font-weight: bold;
}
#CreditScroller h2{
	font-size:30px;
	font-weight: bold;
	xmargin-top:20px;
	margin-bottom: 40px;
}
#CreditScroller ul{
	margin-bottom: 20px;
	font-size:16px;
}
#CreditScroller ul li {
	line-height: 30px;
}
#CreditScroller ul li a{
	color:#FFF;
}
#CreditScroller .section {
	margin-bottom: 80px;
}
#CreditScrollerInner {
	width:600px;
	margin: 0 auto;
}

/* panel-box
----------------------------------------------- */

.panel-box {
	border:5px solid #DDD;
	padding:10px 20px;
	margin:20px 0;
}
.panel-box li .date {
	/*font-weight: bold;*/
}

/* ==================================================================== */
/*    Login
/* ==================================================================== */


#Login {
	position: absolute;
	/* height:100%; */
	width:100%;
	z-index: 10000;
	margin-top:31px;
}
#LoginInner {
	margin:119px auto auto 50px;
	color:#333;
	padding:50px 50px 94px 50px;
	width:460px;
}
#Login input[type=text],#Login input[type=password] {
	font-size:18px;
}
.login-input {
	margin-bottom: 5px;
	margin-right:3px;
}
.login-input input::placeholder {
	color: #ccc;
}
.login-input input::-ms-input-placeholder {
	color: #ccc;
}
.login-input input:-ms-input-placeholder {
	color: #ccc;
}
#LoginInner .logo {
	margin-bottom: 20px;
}
#LoginInner h1 {
	font-size:20px;
	font-weight: bold;
	margin-bottom:20px;
}
#Login .submit {
	text-align: left;
}
#Login .submit input[type=submit] {
	margin: 4px 2px;
	padding:3px 10px 4px;
}
#Login .login-etc a {
	color:#999;
}
#Login input[type=text], #Login input[type=password] {
	width:170px;
	height: 26px;
}

/* WidgetSetting
----------------------------------------------- */

#WidgetSetting{
	margin-top:20px;
}
#WidgetSetting .ui-widget-content{
	cursor:move;
	margin:10px auto 5px;
	border:0;
	border-right:1px solid #DDD;
	border-left:1px solid #DDD;
	border-bottom:1px solid #EDEDED;
	padding:0;
}
#WidgetSetting .ui-widget-content .head{
	cursor:move;
	margin:10px auto 5px;
	font-weight: bold;
	color:#535A62;
	font-size:14px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #EDEDED;
	background:#F3F3F3;
	background:-moz-linear-gradient(top,#FFF,#F3F3F3);
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(100%,#F3F3F3));
	background:-o-linear-gradient(top,#FFF,#F3F3F3);
}
#WidgetSetting .ui-widget-content .head:hover{
	background:#f4f4f4;
	background:-moz-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(100%,#dfdfdf));
	background:-o-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
}
#WidgetSetting .ui-widget-content .head:active{
	background:#cdcdcd;
	background:-moz-linear-gradient(top,#cdcdcd,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#cdcdcd),color-stop(100%,#eee));
	background:-o-linear-gradient(top,#cdcdcd,#eee 100%);
}
#WidgetSetting .ui-draggable-dragging {
	/*width:100%;*/
}
#WidgetSetting .ui-widget-content .head{
	height:24px;
	padding:3px 10px;
	font-weight: bold;
	margin:0
}
#WidgetSetting .setting .head{
	color:#999;
}
#WidgetSetting .setting .del{
	float:right;
	height:24px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	border-left:1px solid #DFDFDF;
	padding:3px 0;
	width:40px;
}
#WidgetSetting .ui-widget-content .action{
	padding:3px 0;
	float:right;
	height:24px;
	font-weight: bold;
	width:40px;
	cursor: pointer;
	text-align: center;
	border-left:1px solid #DFDFDF;
}
#WidgetSetting .ui-widget-content .content{
	padding:3px 10px 10px 10px;
	clear:both;
	display: none;
}
#WidgetSetting .ui-widget-content .content p{
	margin:0!important;
}
#WidgetSetting #Source .description{
	margin:0 12px 20px;
}
#WidgetSetting #SourceOuter,
#WidgetSetting #TargetOuter {
	width:50%;
	float:left;
}
#WidgetSetting #Source {
	border: 5px solid #DDD;
	padding:20px;
	margin:10px;
	/*-webkit-border-radius: 10px;*/
	/*-moz-border-radius: 10px;*/
	/*border-radius: 10px;*/
}
#WidgetSetting #Target {
	min-height:210px;
	border: 5px solid #DDD;
	padding:20px;
	margin:10px;
}
#WidgetSetting #Target .enabled .head{
	color:#535A62;
}
#WidgetSetting .topDrop {
	background-color: #efefef;
}
#WidgetSetting .template {
	display: none;
}
#WidgetSetting .placeholder {
	height:26px;
	background: none;
	border: 1px solid #FFFF00;
	background-color: #FFFFFF;
}
#WidgetSetting #WidgetAreaUpdateTitleForm{
	display: inline;
}
#WidgetSetting #Target .setting textarea {
	width:98%;
	height:310px;
}
#WidgetSetting #Source h3 {
	border:none;
	border-bottom: 3px solid #535A62;
	padding-left:0;
	color:#535A62;
}
#ListAjaxLoader{
	display:none;
	vertical-align:bottom;
	padding:6px;
}

/* ==================================================================== */
/*    Pages
/* ==================================================================== */

/* list-table
----------------------------------------------- */
.list-table .page-status {
	text-align:center;
}

/* TreeList
----------------------------------------------- */
#PageTreeList {
	padding:20px 20px;
	border:1px solid #CCC;
	margin-top:25px;
}
#TreeList {
	font-size:14px;
}
#TreeList a {
	color:#535A62;
}
#TreeList a:hover {
	color:#AAA;
	text-decoration: none;
}
#cboxContent button {
	border:none;
}
.filetree span.folder,
.filetree span.file {
	padding: 1px 0 1px 18px!important;
	display: block;
	line-height:1em;
	margin-bottom: 10px;
}


/* ==================================================================== */
/*    Installations
/* ==================================================================== */
#Installations li.check {
	color:#CCC;
}
#Installations li.failed {
	border-left:5px solid #E02;
	color:#F03;
}
#Installations .check-result{
	font-size:24px;
	font-weight: bold;
	margin-top:10px;
	margin-bottom: 10px;
	line-height: 30px;
}
#Installations .check-result small{
	font-size: 14px;
	line-height: 30px;
	font-weight: normal!important;
}
#Installations input[type=text],
#Installations input[type=password],
#Installations textarea{
	font-size: 18px;
	border:1px solid #CCC;
	padding:3px 5px;
}
#Installations select {
	font-size: 18px;
	border:1px solid #CCC;
}
#Installations .panel-box {
	margin:0 auto 20px auto;
}
#Installations .panel-box ul li {
	margin-bottom: 10px;
	border-left:5px solid #DFDFDF;
	padding:3px 10px;
	background: none;
}
#Installations .step-1 {
	height:300px;
	background: url(../../img/admin/bg_install.png) no-repeat right bottom #fff;
}


/* ==================================================================== */
/*    Updaters
/* ==================================================================== */

#AdminUpdaters .contents-body .version{
	font-size: 14px;
}
#AdminUpdaters .contents-body .version strong {
	font-size: 20px;
}

.contents-body .btn-slide-form{
	border:1px solid #CCC;
	text-align: center;
	margin-left:auto;
	margin-right:0;
	padding:0!important;
	/*position: absolute;*/
	margin-top:-61px;
	width:140px;
	font-size:14px;
}
.btn-slide-form a{
	color:#535A62;
	display: block;
	padding:5px 30px;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-o-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	background:#F3F3F3;
	background:-moz-linear-gradient(top,#FFF,#F3F3F3);
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(100%,#F3F3F3));
	background:-o-linear-gradient(top,#FFF,#F3F3F3);
}
.btn-slide-form a:hover{
	background:#f4f4f4;
	background:-moz-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(100%,#dfdfdf));
	background:-o-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
	text-decoration: none;
}
.btn-slide-form a:active{
	background:#cdcdcd;
	background:-moz-linear-gradient(top,#cdcdcd,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#cdcdcd),color-stop(100%,#eee));
	background:-o-linear-gradient(top,#cdcdcd,#eee 100%);
}

/* ==================================================================== */
/*    Dashboard
/* ==================================================================== */

#AdminDashboard .pagination .next,
#AdminDashboard .pagination .prev{
    padding: 0;
}
#AdminDashboard .pagination .next a,
#AdminDashboard .pagination .prev a{
    padding: 1px 6px;
}
#AdminDashboard .pagination span span a,
#AdminDashboard .pagination .disabled,
#AdminDashboard .pagination .current{
    padding: 1px 6px;
}
#AdminDashboard .panel-box {
	margin:10px;
    height:300px;
    overflow: scroll;
}
#AdminDashboard .panel-box li{
	margin-bottom: 5px;
	border-left:5px solid #DDD;
	padding:3px 10px;
	background: none;
}

/* ==================================================================== */
/*    Themes
/* ==================================================================== */
.list-panel li{
	padding:15px;
	margin:12px;
	background: none;
	background-color:#efefef;
	width:244px;
	float:left;
	height:340px;
}
.list-panel .row-tools {
	text-align: center;
	margin-top:5px;
	margin-bottom: 5px;
	border:3px solid #ccc;
	padding:3px;
}
.list-panel .theme-screenshot {
	border:1px solid #e2e2e2;
}
.list-panel .theme-screenshot img {
	width:242px;
}
.list-panel .theme-version,
.list-panel .theme-author {
	margin-bottom: 3px;
}
.list-panel .theme-author a {
	color: #000;
	text-decoration: underline;
}
.list-panel .theme-author a:hover {
	text-decoration: none;
}
.list-panel li {
	position: relative;
}
.list-panel .error-message {
	margin:0;
	white-space:normal;
	display: block;
	line-height: 16px;
	top:44px;
	position: absolute;
	padding:7px;
	width:230px;
}
.list-panel .no-data {
	float:none;
	width:auto;
	margin:0;
	text-align: center;
	height: auto;
}
#CurrentTheme {
	border:5px solid #e2e2e2;
	padding:20px;
	margin-bottom: 20px;
}
#CurrentTheme .theme-screenshot {
	border:1px solid #e2e2e2;
	margin-bottom: 10px;
}
#CurrentTheme .theme-screenshot img {
	width:298px;
}
#CurrentTheme .row-tools {
	text-align: center;
	margin-top:5px;
	margin-bottom: 5px;
	border:3px solid #ccc;
	padding:3px;
}
#CurrentTheme .theme-info {
	float:left;
	width:240px;
	background-color:#efefef;
	padding:20px;
	margin-right:50px;
}

#CurrentTheme .current-theme-left {
	width:300px;
	margin-right:20px;
	float:left;
}
#CurrentTheme .theme-description {
	line-height: 1.6em;
	clear:right;
}
.theme-popup-contents {
	padding:20px 20px 30px 20px;
}
.theme-popup-contents .theme-screenshot {
	border:1px solid #e2e2e2;
	float:left;
	margin-right:20px;
}
.theme-popup-contents .theme-screenshot img {
	width:298px;
}
.theme-popup-contents .theme-description {
	padding-top:10px;
	margin-top:10px;
}
#CurrentTheme {
	position: relative;
}
.current-theme-left .error-message {
	margin:0;
	white-space:normal;
	display: block;
	line-height: 16px;
	top:56px;
	position: absolute;
	padding:7px;
	width:286px;
}
.ui-widget-content {
    border: 1px solid #DDD;
}
#PageTreeList {
	padding:20px 20px;
	border:1px solid #CCC;
	margin-top:25px;
}
.ui-widget-header {
	background:#EFEFEF;
}
.ui-tabs .ui-tabs-nav li {
	font-weight: bold;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #535A62;
}
#TreeList a {
	color:#535A62;
}
#TreeList a:hover {
	color:#AAA;
	text-decoration: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color:#535A62;
}
#ContentsFormTabs {
    margin-bottom:20px;
}
#ContentsFormTabs .ui-tabs-panel{
    padding:1em;
}
#ContentsFormTabs table {
    margin-bottom:0;
}


/* ==================================================================== */
/*    Contents
/* ==================================================================== */

#AdminContents #ViewSetting button {
    vertical-align: top;
}
#ContentsTreeList li {
    margin: 0;
    padding: 0;
}
.ui-widget-content {
	border:1px solid #DDD;
}
#ContentsTreeList li ul {
	margin-left:26px;
}
.contents-body li.jstree-closed {
	/*background-color:#F9F9F9;*/
}
.jstree-proton .jstree-anchor {
	margin: 0!important;
}
.vakata-context,
.vakata-context ul {
	background-color: #FFF;
	font-size: 14px;
}
.vakata-context li {
	/*padding:0px 10px;*/
}
.vakata-context li > a {
	padding-top: 3px;
	padding-bottom: 3px;
}
.vakata-context li > a .vakata-contextmenu-sep {
	border-left: none !important;
	background: none;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
	margin: 0;
}
#ContentsTreeList {
	border:1px solid #DDD;
}
#ContentsTreeList li .alias {
	display:block;
	width:32px;
	height: 32px;
	background:url("../../img/admin/icon_alias_layerd.png");
	position: absolute;
	top:0;
}
#DataList td .alias {
    display:block;
    width:32px;
    height: 32px;
    background:url("../../img/admin/icon_alias_layerd.png");
    position: relative;
    top:-32px;
}
ul.jstree-contextmenu li .icon-alias-layerd {
	display:block;
	width:32px;
	height: 32px;
	background:url("../../img/admin/icon_alias_layerd.png");
	position: absolute;
	margin-top:-32px;
}
ul.jstree-contextmenu li .icon-add-layerd {
	display:block;
	width:32px;
	height: 32px;
	background:url("../../img/admin/icon_add_layerd.png");
	position: absolute;
	margin-top:-32px;
}
#ContentsTreeList li .function {
	display:inline-block;
	width:32px;
	height: 32px;
	background:url("../../img/admin/icon_function.png");
	position: absolute;
    cursor: pointer;
}
#ContentsTreeList li .content-name{
    position: relative;
    padding-left:5px;
    padding-right:5px;
    color:#AAA;
    font-size:8px;
}
#ContentsTreeList li .jstree-clicked + .content-name {
    color:#fff;
}
#ContentsTreeList li .jstree-hovered + .content-name {
    color:#fff;
}
div.jstree-unpublish-odd{
    background-color: #BBB;
}
div.jstree-unpublish-even{
    background-color: #CBCBCB;
}
div.jstree-publish-odd{
    background-color: #FFF;
}
div.jstree-publish-even{
    background-color: #F2F2F2;
}
#RelatedContentsSetting .icon-add-layerd {
	display:inline-block;
	width:32px;
	height: 32px;
	background:url("../../img/admin/icon_add_layerd.png");
	position: absolute;
	margin-left:-32px;
}
#ContentsFormTabs {
	display:none;
}


/* ==================================================================== */
/*    CkEditor
/* ==================================================================== */

.cke_chrome {
	border:1px solid #DDD!important;
	box-shadow:none!important;
}
.cke_top, .cke_bottom {
	background: #EFEFEF!important;
	background-image: linear-gradient(to bottom,#EFEFEF,#EEE)!important;
}

/* ==================================================================== */
/*    Etc
/* ==================================================================== */

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color:#535A62;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color:#535A62;
}
.helptext {
	display:none;
}
.bt-content {
    line-height:1.5em;
    color:#690;
}
.bt-content p{
    margin-bottom:10px;
}
.eyecatch-list li {
	float:left;
	list-style-type: none;
	background: none;
}
.eyecatch-list li img{
	margin-bottom:10px;
}
.eyecatch-list li p{
	text-align: center;
}
#BasicSetting .url,
#BlogPostForm .url {
	font-weight:bold;
	font-size:14px;
    word-break: break-all;
}
#BasicSetting .url a {
	color:#9C0;
	padding-left:5px;
	padding-right:5px;
}
#BasicSetting .parents-disable {
	font-weight:bold;
	font-size:14px;
	color: #F00;
}
#SectionLangAccessType label, #SectionDeviceAccessType label {
    white-space: nowrap;
}


/* context-menu
----------------------------------------------- */

.context-menu-icon-edit:before,
.context-menu-icon-delete:before{
    content:""!important;
}
.context-menu-icon-edit {
    background: url(../../img/admin/icn_tool_edit.png) no-repeat left top;
}
.context-menu-icon-delete {
    background: url(../../img/admin/icn_tool_delete.png) no-repeat left top;
}
.context-menu-item {
    font-size:14px;
    line-height: 2.4em;
    padding: 0 2em 0 2.4em;
    height:2.4em;
    text-shadow: 1px 1px 0 #fff;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.context-menu-item span{
    display:block;
    padding-left:0.5em;
    border-left:1px solid #FFF;
}
.context-menu-hover {
    background-color:#efeff7!important;
    box-shadow: 0 0 2px #0a6aa1;
    color:#000!important;
}
.context-menu-list {
    padding:2px;
    border-radius: 0;
    background: #f5f5f5;
}

.required label {
	color: #535A62;
	font-size:13px;
}
.required input[type=file] {
    color: #535A62;
    font-size:13px;
}
.required figcaption {
    color: #535A62;
    font-size:13px;
}

.submit .button.dlbutton {
	display: inline-block;
	margin-top: 2px;
	padding: 6px 16px 6px 12px;
	background: #2196f3;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	text-decoration: none;
	transition: background 0.2s;
	font-size: 0.98em;
}
.submit .button.dlbutton:hover {
	background: #156fc2;
	color: #fff;
}