::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

body {
	background-color: #fff;
	margin: 40px;
	font: 13px/20px normal Helvetica, Arial, sans-serif;
	color: #4F5155;
}

#main-wrap {
	float: right;
	width: 100%;
}

#sidebar {
	float: left;
	clear: left;
	text-align: left;
	min-height: 100px;
	min-width: 150px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 25px;
	position: relative;
}

#list {
	width: 820px;
	margin-top: 25px;
	margin-left: 15px;
	float: left;
}

ul.category-list li{
	list-style-type: none;
}

li.level0 {
	margin-left: -30px;
	margin-bottom: 3px;
}
li.level1 {
	margin-left: -15px;
	margin-bottom: 3px;
}
li.level2 {
	margin-left: 0px;
	margin-bottom: 3px;
}
li.level3 {
	margin-left: 15px;
	margin-bottom: 3px;
}


a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

th a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#container h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}
#container h2 {
	color: #444;
	height: 27px;
	font-size: 14px;
	font-weight: normal;
}

code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#body{
	margin: 0 15px 0 15px;
}

p.footer{
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #D0D0D0;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
}

#container{
	margin: 10px;
	border: 1px solid #D0D0D0;
	-webkit-box-shadow: 0 0 8px #D0D0D0;
}

span.sub_info {
	font-size: 86%;
	color: #555555;
}

p.none {
	color: #bbbbbb;
}

.right {
	float: right;
	text-align: right;
	font-size: 12px;
}
.clear {
	clear: both;
	padding: 3px;
}

li.select a{
	font-weight: bold;
	background-color: #FFEFD5;
}


.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}


/* 記事入力ページ（ブロック形式 部分）20160601追記  */
.cms_input_block {
	background: #ffffcc;
	margin-right: 15px;
	margin-left: 15px;
}
.mb0 {
	margin-bottom: 0 !important;
}

/* ブロックを挿入ボタン */
.form-group.block_insert_btn,
.form-group.insert_btn_group {
	padding: 0;
}
.form-group.block_insert_btn input[type="button"],
.form-group.insert_btn_group input[type="button"] {
	background: #cbe4f1;
	width: 90%;
	padding: 0.6em;
	border-color: #bcdceb;
	color: #808080;
	font-size: 14px;
	margin: 0 5%;
	transition: width ease 0.5s, margin ease 0.5s, color ease 0.5s;
}
.form-group.block_insert_btn input[type="button"]:hover,
.form-group.insert_btn_group input[type="button"]:hover {
	background: #fff;
	border-color: #ddd;
	color: #333;
	width: 100%;
	margin: 0 0;
}
.form-group.insert_btn_group {
	position: relative;
	height: 40px;
}
.form-group.insert_btn_group .col-sm-12 {
	width: 470px;
	position: absolute;
	left: 0;
	transition: width ease 0.5s, color ease 0.5s, opacity ease 0.5s;
}
.form-group.insert_btn_group .col-sm-12 + .col-sm-12 {
	width: 200px;
	position: absolute;
	left: auto;
	right: 0;
}
.form-group.insert_btn_group .col-sm-12:hover {
	width: 100%;
}
.form-group.insert_btn_group .col-sm-12:hover + .col-sm-12 {
	opacity: 0;
	z-index: -1;
}
.form-group.insert_btn_group .col-sm-12 input[type="button"] {
	width: 100%;
	margin: 0;
}

/* ブロックを削除ボタン */
.form-group.block_delete_btn {
	padding: 0;
	margin-top: -15px;
}
.form-group.block_delete_btn label.col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.block_delete_btn input[type="button"] {
	background-color: #f2f2f2;
	width: 100%;
	padding: 0.8em;
	border: none;
	border-bottom: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	transition: background-color ease 0.5s, color ease 0.5s;
}
.block_delete_btn input[type="button"]:hover {
	background-color: #f6cccb;
	color: #444;
}

/* 画像挿入エリア */
.image_box,
.file_box {
	background: rgb(240, 240, 238);
	border: 1px solid #ddd;
	padding: 10px;
}
.image_unit,
.file_unit {
	background: #fff;
	padding: 12px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #ddd;
}
.file_unit {
	padding-bottom: 32px;
}
.image_unit::after,
.file_unit::after {
	content: "";
	display: table;
	clear: both;
}
.image_unit .unit_col_01,
.file_unit .unit_col_01 {
	width: 200px;
	float: left;
}
.image_unit dl.unit_col_02,
.file_unit dl.unit_col_02 {
	width: 260px;
	height: 148px;
	float: right;
	margin: 0;
}
.image_unit dl.unit_col_02 dt,
.file_unit dl.unit_col_02 dt {
	width: 50px;
	margin: 0.8em 10px 0 0;
	float: left;
	font-size: 84%;
	line-height: 1.2;
}
.file_unit dl.unit_col_02 dt {
	margin-top: 0.2em;
}
.image_unit dl.unit_col_02 dd,
.file_unit dl.unit_col_02 dd {
	width: 200px;
	margin: 0 0 10px 60px;
}
.image_unit .unit_col_03,
.file_unit .unit_col_03 {
	position: absolute;
	bottom: 10px;
	right: 10px;
	vertical-align: bottom;
}

/* レイアウト */
.ico_layout_img {
	display: table;
	margin: 0;
	padding: 0;
}
.ico_layout_img li {
	display: table-cell;
	vertical-align: middle;
}
.ico_layout_img li:first-of-type {
	padding-left: 0;
}
.ico_layout_img input[type="radio"] {
	display: none;
}
.ico_layout_img label {
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	width: 73px;
	height: 74px;
	cursor: pointer;
	outline: none;
	z-index: 1;
}
.ico_layout_img label span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 6px;
	z-index: 0;
	background-image: url(../images/ico_layout_01.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.ico_layout_img label.ico_layout_01 span {
	background-image: url(../images/ico_layout_01.png);
}
.ico_layout_img label.ico_layout_02 span {
	background-image: url(../images/ico_layout_02.png);
}
.ico_layout_img label.ico_layout_03 span {
	background-image: url(../images/ico_layout_03.png);
}
.ico_layout_img label.ico_layout_04 span {
	background-image: url(../images/ico_layout_04.png);
}
.ico_layout_img label.ico_layout_05 span {
	background-image: url(../images/ico_layout_05.png);
}
.ico_layout_img label.ico_layout_06 span {
	background-image: url(../images/ico_layout_06.png);
}
.ico_layout_img label.ico_layout_07 span {
	background-image: url(../images/ico_layout_07.png);
}
.ico_layout_img label:hover span {
	background-color: rgba(252, 237, 114, .5);
}
.ico_layout_img input[type="radio"]:checked + span,
.ico_layout_img input[type="radio"]:active + span {
	background-color: rgba(252, 237, 114, 1);
}

/* 画面右固定 プレビューボタン */
.window_fix_btn {
	position: fixed;
	right: 40px;
	bottom: 16%;
	padding: 10px;
	border-radius: 4px;
	background: #f2f9fc;
	-moz-box-shadow: 0px 0px 5px 0px rgba(182, 201, 211, 0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(182, 201, 211, 0.2);
	-ms-box-shadow: 0px 0px 5px 0px rgba(182, 201, 211, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(182, 201, 211, 0.2);
	border: 1px solid #cfe6f2;
}
.window_fix_btn input {
	display: block;
}
.window_fix_btn .txt {
	text-align: center;
	font-size: 90%;
	margin: 0 0 5px;
	color: #7ca5bb;
}
.window_fix_btn input.w100p {
	width: 100%;
}
.window_fix_btn .pageTopWrap {
	padding: 5px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
}
.window_fix_btn input.pageTop {
	margin-top: 5px;
	font-size: 96%;
	background: #f5f5f5;
	border-color: #d1d1d1;
}
.window_fix_btn input.pageTop:hover {
	background: #e3e3e3;
}

/* カテゴリ */
.checkbox_group_wrap {
	background: rgb(240, 240, 238);
	padding: 15px;
	border-radius: 4px;
	border:1px solid #ddd;
}
.checkbox_group_wrap .checkbox_group {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 3px 10px 10px;
	margin: 0 0 5px;
}
.checkbox_group_wrap .checkbox_group:last-child {
	margin-bottom: 0;
}
.sub_group {
	border-top: 1px solid #ddd;
	padding: 7px 20px;
	margin: 10px 0 0;
}
.sub_group .checkbox-inline + .checkbox-inline {
	margin-left: 0;
}
.sub_group .checkbox-inline {
	margin-right: 10px;
}
