@charset "UTF-8";

/* Basic Construction
"base.css"
------------------------------ */
.err {
	color:			red;
}

.clear_both {
	clear:				both;
}

html {
	height:100%;
	background-size:265px;
	background-position: left top;
	background-repeat:repeat-y;
}
html.fullscreen {
	background-image:none;
}
body {
	height:100%;
	overflow:	hidden;
}
body > header {
	display:flex;
	position:relative;
	width:100%;
	height:64px;
	background-color:#001c5c;
}
body > header.disappeared {
	display:none;
}
body > header > div {
	display:flex;
	flex-grow:1;
	background:			#016;
	justify-content:	space-between;
}
input[type='submit'], input[type='button'], input[type='checkbox'], input[type='radio'], input[type='file'], label, select, button {
	cursor:				pointer;
}
img {
	image-rendering:	-webkit-optimize-contrast;
}

input[type=button] {
	padding: 5px;
	background: #fffbf6;
	background: -moz-linear-gradient(top, #fffbf6 0%, #f2ece2 100%);
	background: -webkit-linear-gradient(top, #fffbf6 0%,#f2ece2 100%);
	background: linear-gradient(to bottom, #fffbf6 0%,#f2ece2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf6', endColorstr='#f2ece2',GradientType=0 );
	transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	vertical-align: middle;
	border: solid 1px gray;
}

label {
	white-space:		nowrap;
}

textarea {
	resize:				none;
	padding:			3px;
}

input[type="text"] {
	padding:			3px;
}

.sample {
	color:				graytext;
}
.border {
	border-collapse:	collapse;
}
.border td {
	border:				solid 1px gray;
	padding-left:		2px;
	padding-right:		2px;
}
.border tbody tr:hover {
	background-color:	#FDF9F3!important;
}

#site-id {
	width:				265px;
	min-width:			265px;
	height:				64px;
	background-color:	#016;
	font-size:			3rem;
	color:				#000;
	text-align:			center;
	padding-top:		15px;
}
#main {
	display:flex;
	width:100%;
	height:100%;
	height:calc(100% - 58px);
	min-height:calc(100% - 58px);
}
html.fullscreen #main {
	display:block;
}
#side-contents {
	flex-basis:265px;
	position:relative;
	max-width:265px;
	width:265px;
	height:100%;
	min-height:100%;
	background:#dbdbdb;
	color:#000;
	z-index:7;
}
#side-contents.disappeared {
	display:none;;
}
#main-contents {
	flex-basis:	300px;
	width:		100%;
	flex-grow:	1;
	overflow:	hidden;
}
/* Header
------------------------------ */
#logo-mini {
	display:none;
}
/* Top Navi */
body > header > div nav {
	flex-grow:1;
}
#top-navi {
	display:			flex;
	position:			relative;
	top:				11px;
}

.main-btn {
	background-color:	#4D5994;
	border:				none;
	border-radius:		50%;
	color:				white;
	display:			inline-block;
	font-size:			1.2rem;
	height:				4rem;
	width:				4rem;
	line-height:		1.4rem;
	padding:			4px 6px;
}
.main-btn > div {
	text-align:			center;
}

#top-navi li {
	color:			#fff;
	cursor:			pointer;
	margin-left:	5px;
	position:		relative;
}
#calendar-button .circle, #srchset-button .circle, #srchset-button-easy .circle{
	display:inline-block;
	width:39px;
	height:39px;
	margin-right:5px;
	padding-top:8px;
	border-radius: 50%;
	background:rgba(255, 255, 255, 0.3);
	vertical-align:3px;
}

#menu-button {
	cursor:				pointer;
	display:			none;
}
#top-user-name {
	display:			none;
	height:				37px;
	position:			relative;
}
#top-search {
	display:		inline-block;
	margin:			13px 5px;
	border-radius:	4px;
	white-space:	nowrap;
}
#search-box {
	border: none;
	height: 37px;
	padding: 0 0 0 8px;
	display:			none;
	width:				0;
	border-radius:3px;
	background-size: 21px 21px;
	background-position: left 3px top 55%;
	background-repeat:no-repeat;
	font-size:1.6rem;
	vertical-align: middle;
}
#search-box:focus {
	outline:none;
}
#top-search input[type=submit] {
	background-color:			#fffbf6;
	border-top-right-radius:	3px;
	border-bottom-right-radius:	3px;
	border-bottom:				0;
	border-left:				1px solid #b1a694;
	border-right: 0;
	border-top: none;
	border-right: none;
	cursor: pointer;
	height: 37px;
	margin: 0;
	padding: 0;
	width: 40px;
}
#top-search input[type=submit]:hover {
	opacity: 0.6;
}
#top-ope {
	display:			flex;
	justify-content:	center;
	align-items:		center;
	vertical-align:		top;
}
#search-box2 {
	height: 37px;
	padding: 0 0 0 8px;
	width: 278px;
	border-radius:3px;
	background-image:url("../img/glass_g.svg");
	background-size: 21px 21px;
	background-position: left 3px top 55%;
	background-repeat:no-repeat;
	font-size:1.8rem;
	vertical-align: middle;
}
#search-btn2 {
	background-color:	#fffbf6;
	color:				black;
	padding:			7px 10px;
	text-decoration:	none;
}
#search-btn2, #srch-rst, .data input[type=button] {
	border-radius:		3px;
	border:				1px solid #b1a694;
	cursor:				pointer;
	height:				37px;
	margin:				0;
}
/* Main Contents
------------------------------ */
#core-contents {
	display:inline-block;
	width:100%;
	height:calc(100vh - 64px);
	outline:none;
	overflow-y:scroll;
	padding-bottom:		100px;
	-webkit-overflow-scrolling:touch;
}

#wrap-news-area {
	position:relative;
	width:100%;
	height:100%;
	max-height:840px;
	text-align:center;
}
#wrap-news-area:before {
	display:block;
	content:"";
	padding-top:50%;
}
@-moz-document url-prefix() {/* only firefox */
	#wrap-news-area:before {
		padding-top:60%;
	}
}
.outer-page-button span {
	display:inline-block;
	opacity: 0.3;
	width:30px;
	height:30px;
}

/* Side Contents
------------------------------ */
/* Profile */
#profile {
	width:			265px;
	height:			auto;
	padding:		0 0.2rem;
	background:		#4368c0;
	line-height:	1.3;
	color:			#fff;
}
#profile li {
	text-align:		center;
	overflow:		hidden;
	white-space:	nowrap;
	text-overflow:	ellipsis;
}

#user-name {
	cursor:			pointer;
	font-size:		2rem;
}
#user-name span { 
	display:inline-block;
	letter-spacing:3px;
}
#user-name span:last-child {
	margin-left:2rem;
}
#profile-ope {
	display:		none;
	line-height:	3rem;
}

.gear {
	position:			absolute;
	font-size:			1.2rem;
	right:				6px;
	top:				6px;
	white-space:		nowrap;
	background-color:	#4368C0;
	padding-left:		5px;
}

#wrap-side {
	height:auto;
}

/* Side Navi */
#side-navi {
	position:		relative;
	width:			265px;
	margin:			0 0 1rem;
	padding:		0 1rem;
}
#side-navi li {
	margin-bottom:5px;
}
#side-navi li a {
	display: block;
	padding: 3px;
	text-decoration:none;
	font-size:1.6rem;
}

.side_banner {
	background-color:	white;
	border:				solid 1px #95AADC;
	margin-top:			10px;
}
.side_banner a {
	text-decoration:	none;
	color:				green;
	display:			block;
}
.side_banner img {
	vertical-align:		middle;
}

.svg-symbol {
	position:absolute;
	width:0;
	height:0;
}
.wrap-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	vertical-align: -3px;
}
.svg-color-white {
	fill:#fff;
}
.svg-color-gray {
	fill:#666;
}
#close-menu {
	cursor:pointer;
	display:none;
	position:absolute;
	top:7px;
	right:6px;
	width:50px;
	height:24px;
}
#close-menu .wrap-icon {
	float:right;
	display:block;
	width: 16px;
	height: 16px;
	margin-right: 0px;
}
.column-menu {
	width:248px;
	margin: 0 auto;
	margin-bottom:10px;
}
.column-menu dt {
	background: #5981de;
	margin-bottom: 5px;
	padding: 5px 0 3px;
	text-align: center;
	font-size: 1.3rem;
	color:#fff;
}
.column-menu dd{
	width:244px;
	margin:0 auto;
}
/* Tools */
#tools {
	display:none;
	padding-top:2rem;
}
#tools .column-menu dt {
	font-size: 1.6rem;
}
#marker-type dt:before {
	display:inline-block;
	content:"";
	position:relative;
	top:3px;
	width:15px;
	height:15px;
	background-image:url("../img/pen_thinline.svg");
	background-size:15px 15px;
	background-repeat:no-repeat;
	margin-right:3px;
}
#txt-size dt:before {
	display:inline-block;
	content:"";
	position:relative;
	top:0px;
	width:13px;
	height:13px;
	background-image:url("../img/alphabet.svg");
	background-size:13px 13px;
	background-repeat:no-repeat;
	margin-right:3px;
}
#color-type dt:before {
	display:inline-block;
	content:"";
	position:relative;
	top:1px;
	width:15px;
	height:15px;
	background-image:url("../img/palette.svg");
	background-size:15px 15px;
	background-repeat:no-repeat;
	margin-right:3px;
}
#color-type dd {
	padding-bottom:1.5rem;
	border-bottom:dotted 1px #fff;
}
#tools #operation-button {
	display:flex;
	width:240px;
	margin:auto;
	font-size:1.2rem;
}
#tools ul#operation-button li {
	cursor:pointer;
	flex-basis:60px;
	width:60px;
	text-align:center;
}
#tools dd ul,
#tools ul#operation-button {
	display:flex;
	justify-content:center;
	margin-top:15px;
}
#tools dd ul li,
#tools ul#operation-button li {
	margin:0 2px;
}
.wrap-operation-button {
	display:block;
	width:30px;
	height:30px;
	margin:0px auto 2px;
}
.wrap-operation-button .svg-color {
	fill:#fff;
}
#tools dd .marker-select li > span {
	cursor:			pointer;
	width:30px;
	height:30px;
	display:block;
	border:solid 1px #ddd;
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #eeeeee 99%);
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#eeeeee 99%);
	background: linear-gradient(to bottom, #fcfcfc 0%,#eeeeee 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee',GradientType=0 );
	color:#000;
}
.marker-select .svg-color {
	fill:#000;
}
.marker-select > span > span {
	display:block;
	width:22px;
	height:22px;
	margin:4px 4px 4px 3px;
}
#tools dd .txt-select li span {
	cursor:			pointer;
	width:30px;
	height:30px;
	display:block;
	border:solid 1px #ddd;
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #eeeeee 99%);
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#eeeeee 99%);
	background: linear-gradient(to bottom, #fcfcfc 0%,#eeeeee 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee',GradientType=0 );
	line-height:32px;
	text-indent:1px;
	text-decoration:none;
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	color:#000;
}
.color-select li span {
	cursor:			pointer;
	width:			28px;
	height:			28px;
	display:		block;
	border:			solid 1px #fff;
}
.color-select li#black span {
	background:#000;
}
.color-select li#gray span {
	background:#80807e;
}
.color-select li#red span {
	background:#fe0000;
}
.color-select li#blue span {
	background:#33f;
}
.color-select li#green span {
	background:#00ff01;
}
.color-select li#yellow span {
	background:#ffff01;
}

#share-box {
	color:white;
	cursor: pointer;
	margin-bottom: 10px;
	text-align: center;
}

#side-contents #finished-button {
	cursor:			pointer;
	width: 248px;
	display: block;
	margin: 10px auto 30px;
	padding: 10px 0px 7px;
	border-bottom:solid 2px #152e52;
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #eeeeee 99%);
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#eeeeee 99%);
	background: linear-gradient(to bottom, #fcfcfc 0%,#eeeeee 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee',GradientType=0 );
	text-align: center;
	text-decoration: none;
	color:#000;
}
#side-contents #finished-button:before {
	display:inline-block;
	content:"";
	position:relative;
	top:1px;
	width:14px;
	height:14px;
	background-image:url("../img/close2.svg");
	background-size:14px 14px;
	margin-right:5px;
}
.marker-select li {
	border-bottom-style: solid;
	border-bottom-color: rgba(89, 129, 222, 0);
	border-bottom-width: 4px;
	padding-bottom: 2px;
}
.txt-select li {
	border-bottom-style: solid;
	border-bottom-color: rgba(89, 129, 222, 0);
	border-bottom-width: 4px;
	padding-bottom: 2px;
}
.color-select li {
	border-bottom-style: solid;
	border-bottom-color: rgba(89, 129, 222, 0);
	border-bottom-width: 4px;
	padding-bottom: 2px;
}
.operation-select li {
	border-bottom-style: solid;
	border-bottom-color: rgba(89, 129, 222, 0);
	border-bottom-width: 4px;
	padding-bottom: 2px;
}

#float-button {
	cursor:				pointer;
	color:				white;
	font-weight:		bold;
	position:			fixed;
	margin:				auto;
	right:				18px;
	bottom:				3px;
	z-index:			8;
	white-space:		nowrap;
	display:			table;
}

#float-button > div {
	background-color:	#214DB5;
	display:			table-cell;
	vertical-align:		middle;
}

#float-button > div > div {
	line-height:		1.7rem;
	margin:				0px;
	padding:			0px;
	text-align:			center;
	width:				3.5rem;
}

#float-button > #today > div {
	text-align:			center;
	width:				auto;
}

#zoom-ot-btn, #today {
	border-right:		solid 3px white;
}

#loading {
	position:			absolute;
	top:				50px;
	margin:				auto;
	left:				0px;
	right:				0px;
}

.shimen_label {
	cursor:				default;
	position:			absolute;
	margin:				auto;
	bottom:				3px;
	right:				3px;
	border:				solid 1px black;
	padding:			3px;
	background-color:	window;
	color:				windowtext;
	font-size:			2vw;
}

.del_scrap, .share_scrap {
	cursor:				pointer;
	padding-right:		5px;
	vertical-align:		middle;
	width:				2.5vw;
	min-width:			24px;
}

.cat_menu {
	position:			absolute;
	display:			none;
	left:				15px;
	z-index:			8;
}

#scrap_menu,
#yoku_menu {
	display:			none;
	background-color:	white;
	border:				solid 2px #95AADC;
	position:			absolute;
	padding:			5px;
	z-index:			8;
}

#scrap_menu a,
#yoku_menu a {
	color:				#1b51ce;	
	display:			inline-block;
	text-decoration:	none;
	width:				100%;
	white-space:		nowrap;
	padding:			2px 0;
}

#scrap_menu a:hover,
#yoku_menu a:hover {
	background-color:	#1b51ce;	
	color:				white;
}

#data-submenu {
	display:			none;
	margin-top:			-2rem;
	white-space:		nowrap;
}
#data-submenu a {
	border:				solid 1px #5981DE;
	border-radius:		10px;
	color:				#1b51ce;
	cursor:				pointer;
	display:			inline-block;
	font-size:			1.4rem;
	line-height:		normal;
	padding:			2px 4px;
	margin-top:			0.5rem;
	text-align:			center;
	text-decoration:	none;
	white-space:		nowrap;
	vertical-align:		middle;
}
#data-submenu a:hover {
	background-color:	#5981DE;
	color:				white;
}

.comment {
	font-size:			1.2rem;
	margin-top:			0.5rem;
}
.comment > div {
	display:			table;
}
.comment > div > span {
	display:			table-row;
}
.comment > div > span > span {
	display:			table-cell;
}
.comment > div > span > span:nth-child(1) {
	white-space:		nowrap;
}

#smn_box {
	display:			none;
	padding:			0.1vw;
}

.scrap_index {
	font-size:			1.6rem;
	margin:				0.5rem;
	text-align:			center;
}
.scrap_index a {
	background-color:	#4C70C3;
	color:				white;
	margin:				0 1.5rem;
	padding:			0 0.5rem;
	text-decoration:	none;
}

.a-data_sb,
.a-data_5p,
.a-data_uri {
	cursor:		pointer;
}

#ope {
	white-space:		nowrap;
}
#ope a {
	text-decoration:	none;
}

.ope-btn {
	background-color:	#fffbf6;
	border-radius:		6px;
	color:				black;
	cursor:				pointer;
	font-size:			1.2rem;
	height:				28px;
	padding:			3px 2px;
	text-decoration:	none;
	white-space:		nowrap;
}
.ope-btn img {
	height:				1.6rem;
	margin-right:		2px;
	vertical-align:		bottom;
}

#feat_ttl {
	display:			table-cell;
	vertical-align:		middle;
}
#set_feat {
	display:			table-cell;
	padding-left:		1rem;
	vertical-align:		middle;
}

.close2 {
	border:				solid 1px gray;
	background-color:	window;
	cursor:				pointer;
	padding:			2px;
}

#data-menu-1 {
	margin-top:			1rem;
}
#data-menu-1 .clsTree li[data-level="0"] {
	background-color:	white;
	border-bottom:		solid 1px #f0f0f0;
/*
	color:				white;
*/
	padding-left:		1rem;
}
#data-menu-1 .clsTree li[data-level="0"] a {
	color:				white;
}
#data-menu-1 .clsTree li.clsTreePrt[data-level="0"] {
	background-image:		url("../img/down.png");
	background-repeat:		no-repeat;
	background-position:	right 1rem center;
	background-size:		10px 10px;
}
#data-menu-1 .clsTree li[data-level="1"] {
	background-color:	white;
	border-bottom:		solid 1px #f0f0f0;
	padding-left:		3rem;
	padding-right:		1rem;
}
#data-menu-1 .clsTree li[data-level="1"] a {
	color:				black;
}
#data-menu-1 .clsTree li[data-level="1"] a:before {
	content:			"■";
	color:				#808080;
	font-size:			1rem;
	margin-right:		5px;
	vertical-align:		middle;
}
#data-menu-1 .clsTree li.clsTreePrt[data-level="1"] {
	background-image:		url("../img/down.png");
	background-repeat:		no-repeat;
	background-position:	right 1rem center;
	background-size:		10px 10px;
}
#data-menu-1 .clsTree li[data-level="2"] {
	background-color:	white;
	border-bottom:		solid 1px #f0f0f0;
	padding-left:		5rem;
	padding-right:		1rem;
}
#data-menu-1 .clsTree li[data-level="2"] a {
	color:				black;
}
#data-menu-1 .clsTree li[data-level="2"] a:before {
	content:			">";
	color:				#B8B8B8;
	font-size:			1rem;
	font-weight:		bold;
	margin-right:		5px;
	vertical-align:		middle;
}

#data-menu-2 {
	margin-top:			1rem;
}
#data-menu-2 .clsTree li[data-level="0"] {
	background-color:	#20B588;
	border-bottom:		solid 1px #30C598;
	color:				white;
	padding-left:		1rem;
}
#data-menu-2 .clsTree li[data-level="0"] a {
	color:				white;
}
#data-menu-2 .clsTree li.clsTreePrt[data-level="0"] {
	background-image:		url("../img/down_white.png");
	background-repeat:		no-repeat;
	background-position:	right 1rem center;
	background-size:		10px 10px;
}
#data-menu-2 .clsTree li[data-level="1"] {
	background-color:	white;
	border-bottom:		solid 1px #f0f0f0;
	padding-left:		3rem;
	padding-right:		1rem;
}
#data-menu-2 .clsTree li[data-level="1"] a {
	color:				black;
}
#data-menu-2 .clsTree li[data-level="1"] a:before {
	content:			"■";
	color:				#808080;
	font-size:			1rem;
	margin-right:		5px;
	vertical-align:		middle;
}
#data-menu-2 .clsTree li.clsTreePrt[data-level="1"] {
	background-image:		url("../img/down.png");
	background-repeat:		no-repeat;
	background-position:	right 1rem center;
	background-size:		10px 10px;
}
#data-menu-2 .clsTree li[data-level="2"] {
	background-color:	white;
	border-bottom:		solid 1px #f0f0f0;
	padding-left:		5rem;
	padding-right:		1rem;
}
#data-menu-2 .clsTree li[data-level="2"] a {
	color:				black;
}
#data-menu-2 .clsTree li[data-level="2"] a:before {
	content:			">";
	color:				#B8B8B8;
	font-size:			1rem;
	font-weight:		bold;
	margin-right:		5px;
	vertical-align:		middle;
}

.new {
	background-color:	#FF3C2E;
	color:				white;
	display:			inline-block;
	font-size:			1.2rem;
	font-weight:		bold;
	padding:			0 1rem;
	vertical-align:		middle;
}

.sidebox_title {
	background-color:	#4368c0;
	color:				white;
	padding:			0.5rem 1rem;
	margin-top:			10px;
}

.sidebox_title a {
	color:				#214DB5;
	text-decoration:	none;
}

.pull_mark {
	background-image:		url("../img/down_white.png");
	background-repeat:		no-repeat;
	background-position:	right 1rem center;
	background-size:		10px 10px;
	cursor:					pointer;
}

.br5 {
	border-radius:		5px;
}

.top_blue {
	display:			inline-block;
}
.top_blue:first-letter {
	color:				#4D71C5;
	font-size:			1.8rem;
}

#souba {
	color:				#4368C0;
	font-size:			1.2rem;
	line-height:		1.2rem;
	margin-top:			3px;
	vertical-align:		middle;
	position:			absolute;
}

.dot {
	border-bottom:		dotted 2px gray;
	color:				inherit;
	text-decoration:	none;
}

.cross {
	text-decoration:	none;
}
.cross::before {
	content:			'企';
	vertical-align:		top;
	font-size:			1rem;
	font-weight:		bold;
	margin:				0 4px 0 -4px;
	color:				white;
	border-radius:		3px;
	background-color:	#3EA0F9;
	padding:			0 3px;
}

#tb_kanlist {
	z-index:				1;
	line-height:			12px;
	margin-bottom:			10px;
	padding:				0;
	margin:					0;
	white-space:			nowrap;
}

#tb_kanlist a {
	text-decoration:		none;
}

#tb_kanlist .kan_item {
	display:				inline-block;
	font-size:				12px;
	margin:					3px 0 0 3px;
	position:				relative;
	white-space:			nowrap;
}

#tb_kanlist .kan_item .tb_kan {
	background-color:		#4879E9;
	border:					solid 1px gray;
	border-radius:			5px;
	color:					white;
	font-size:				1.2rem;
	line-height:			2rem;
	margin-left:			10px;
	padding:				0 5px;
	vertical-align:			bottom;
}

#tb_kanlist > .kan_item:hover .kan_item_menu {
	display:				block;
}

.kan_item_menu {
	display:				none;
	background-color:		white;
	position:				absolute;
	white-space:			nowrap;
	padding:				0;
	margin:					0 0 0 10px;
	width:					50px;
	z-index:				2;
}

.kan_item_menu:hover {
	display:				block;
}

.kan_item_menu .smn {
	display:				block;
	color:					black;
	border-left:			solid 1px #598bff;
	border-right:			solid 1px #598bff;
	border-bottom:			solid 1px #598bff;
	padding:				5px 10px;
	text-align:				center;
}

.kan_item_menu .smn:hover {
	background-color:		#99B8FF;
	font-weight:			bold;
}

#tb_kanlist .regular {
	border:					solid 1px gray;
	border-radius:			5px;
	color:					gray;
	font-size:				1.2rem;
	line-height:			2rem;
	margin-left:			10px;
	padding:				0 5px;
	vertical-align:			bottom;
}

#tb_kanlist .published {
	background-color:		#FF3C2E!important;
}

.news_loading {
	background:			url("../img/preloader.gif") no-repeat center center;
	height:				3rem;
}

.fltwnd {
	display:			none;
	font-size:			1.6rem;
	position:			absolute;
	margin:				auto;
	left:				0px;
	right:				0px;
	top:				0px;
	bottom:				0px;
	height:				500px;
	width:				500px;
	z-index:			10;
	background-color:	white;
	border:				solid 2px #4E7ADE;
	padding:			1rem;
}
@media screen and (min-width:1px) and (max-width:500px) {
	.fltwnd {
		top:			50px;
		width:			330px;
	}
}

.inner_box_ttl {
	background-color:	#001166;
	color:				white;
	font-size:			1.8rem;
	height:				3rem;
	line-height:		3rem;
	margin-bottom:		5px;
	text-align:			center;
}

.inner_box {
	font-size:			1.4rem;
	height:				calc(100% - 35px);
	overflow-y:			scroll;
}

.inner_box > table {
	width:				100%;
}

.inner_box table td:nth-child(1) {
	white-space:		nowrap;
	background-color:	#C0CDEA;
	font-weight:		bold;
}
@media screen and (min-width:1px) and (max-width:500px) {
	.inner_box table td:nth-child(1) {
		font-size:		1rem;
	}
	.inner_box table td:nth-child(2) {
		font-size:		1.2rem;
	}
}

.inner_box article > div {
	margin-bottom:		1rem;
}
.inner_box article > div:nth-child(1) {
	background-color:	#C0CDEA;
	padding:			3px;
}
.inner_box article > div:nth-child(1) .title {
	color:				#016;
	font-size:			1.8rem;
	font-weight:		bold;
}
.inner_box article > div:nth-child(1) .date {
	text-align:			right;
}

.srch_dtl {
	background-color:	#ffa;
	margin-right:		1rem;
}

.num_found {
	font-size:			3rem!important;
}
@media screen and (min-width:1px) and (max-width:840px) {
	.num_found {
		font-size:		1.6rem!important;
	}
}
/* ----- end of base.css ----- */

.dl {
	margin-left:		0.5rem;
}

.chirashi2 {
	background-color:	transparent!important;
	border:				none!important;
	color:				blue;
	display:			inline-block;
	line-height:		1.4rem;
	text-align:			center;
	text-decoration:	none;
	vertical-align:		middle;
}
.chirashi2 span {
	border-bottom:		solid 1px blue;
}

#login {
	background-color:	window;
	border:				solid 3px #c6ddf1;
	border-radius:		10px;
	display:			none;
	font-size:			1.4rem;
	height:				auto;
	margin:				auto;
	padding:			1rem;
	position:			absolute;
	text-align:			center;
	top:				5vh;
	bottom:				auto;
	left:				0;
	right:				0;
	white-space:		nowrap;
	width:				444px;
	z-index:			10;
}

#login_title {
	background-color:	#214DB5;
	color:				white;
	margin-bottom:		1rem;
	padding:			2px 5px;
}
#login_title a {
	color:				white;
	text-decoration:	none;
}
#login_title a div:first-child {
	font-size:			1.6rem;
	font-weight:		bold;
}

.agreement {
	font-size:				1.2rem;
	list-style-type:		decimal;
	margin-bottom:			10px;
	text-align:				left;
	white-space:			normal;
	height:					150px;
	overflow-y:				scroll;
	list-style-position:	inside;
	text-indent:			-15px;
	padding:				5px 5px 5px 25px;
	border:					solid 1px gray;
}

#password {
	background-color:	white;
	border:				solid 1px #767676;
	color:				black;
	padding:			0.5rem;
	vertical-align:		middle;
}

#login_btn {
	border:				solid 1px gray;
	border-radius:		3px;
	vertical-align:		middle;
}

#login_err {
	color:				red;
}

.login_wait {
	color:				gray;
	display:			none;
}

#estab {
	background-color:	#20B588;
	border:				none;
	position:			relative;
}
#estab a {
	border-radius:		5px;
}
#estab span {
	color:				#FCE2C4;
	display:			inline-block;
	font-size:			1.4rem;
	left:				0px;
	overflow:			hidden;
	padding:			0 4px;
	position:			absolute;
	text-align:			center;
	text-overflow:		ellipsis;
	top:				20px;
	white-space:		nowrap;
	width:				100%;
}

#whatsnew {
	color:				white;
	padding:			3px 5px;
}

.subcat,
.tag {
	border-radius:		5px;
	color:				black;
	display:			inline-block;
	font-size:			1.2rem;
	margin:				2px 4px;
	padding:			1px 8px;
	text-decoration:	none;
	white-space:		nowrap;
}

.subcat {
	background-color:	#c7ecab;
}

.tag {
	background-color:	#b2edd4;
}

#mitooshi_bar {
	background-color:		white;
	background-image:		url(../img/down.png);
	background-repeat:		no-repeat;
	background-position:	right 1rem center;
	background-size:		10px 10px;
	border-bottom:			solid 1px #95AADC;
	margin-top:				10px;
	height:					31px;
}

#mitooshi .clsTree li[data-level="0"] {
	background-color:	white;
	border-bottom:		solid 1px #95AADC;
	padding-left:		3rem;
}

#mitooshi a {
	color:				black;
}

#mitooshi .clsTree li[data-level="0"] a:before {
	content:			"■";
	color:				#808080;
	font-size:			1rem;
	margin-right:		5px;
	vertical-align:		middle;
}

#yotei_zairyou_bar {
	background-color:		white;
	background-image:		url(../img/down.png);
	background-repeat:		no-repeat;
	background-position:	right 1rem center;
	background-size:		10px 10px;
	border-bottom:			solid 1px #95AADC;
	margin-top:				10px;
	height:					31px;
}

#yotei_zairyou .clsTree li[data-level="0"] {
	background-color:	white;
	border-bottom:		solid 1px #95AADC;
	padding-left:		3rem;
}

#yotei_zairyou a {
	color:				black;
}

#yotei_zairyou .clsTree li[data-level="0"] a:before {
	content:			"■";
	color:				#808080;
	font-size:			1rem;
	margin-right:		5px;
	vertical-align:		middle;
}

.hint {
	cursor:				pointer;
	background:			url("../img/hint.svg") no-repeat;
	display:			inline-block;
	height:				18px;
	width:				18px;
	vertical-align:		middle;
}

.hide {
	display:			none;
}

.rdr_list {
	background-color:	#fffbf6;
	border:				solid 1px gray;
	float:				right;
	font-size:			1.2rem;
	padding:			0 5px;
}

.page-title .rdr_list {
	position:			absolute;
	margin:				auto;
	top:				0;
	bottom:				0;
	right:				0;
	height:				fit-content;
}
@media screen and (min-width:1px) and (max-width:840px) {
	.page-title .rdr_list {
		font-size:		1rem;
		top:			3px;
		bottom:			auto;
	}
}

#rdr_list_trbl {
	width:100%;
}

#rdr_list_trbl tbody {
	overflow-y:		scroll;
	max-height:		300px;
	display:		block;
	border:			solid 1px gray;
}

#rdr_list_trbl tbody tr td:first-child {
	max-width:		220px;
	overflow:		hidden;
	text-overflow:	ellipsis;
	white-space:	nowrap;
}

.free_mark {
	position:			absolute;
	left:				2px;
	top:				1px;
	font-size:			8px;
	font-weight:		bold;
	background-color:	rgba(255, 255, 255, 0.8);
	color:				orange;
	line-height:		normal;
}
.free_mark:after {
	content:			"無料";
}

#hp {
	color:				white;
	font-size:			1.2rem;
	margin:				0 5px 0 10px;
	white-space:		nowrap;
}

.logout {
	position:			absolute;
	left:				15px;
	background-color:	transparent;
	border:				none;
	color:				white;
	padding:			0 2px;
	font-size:			1.2rem;
	cursor:				pointer;
	text-decoration:	none;
}

.login_link {
	text-align:			center;
	margin:				10px 0;
}

.login_link a {
	margin:				0 5px;
}

#youtube {
	margin-top:			10px;
	font-size:			1.6rem;
	font-weight:		bold;
	padding:			3px 10px;
	border-radius:		3px;
}

#youtube_ttl {
	white-space:		nowrap;
	overflow:			hidden;
	text-overflow:		ellipsis;
}

#youtube_url {
	text-decoration:	none;
}

#new_corner {
	color:			#4368C0;
	font-size:		1.6rem;
	line-height:	1.2rem;
	margin-top:		11px;
	word-break:		auto-phrase;
	position:		absolute;
}
