﻿@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
html,body	{
	padding: 0px;
	margin: 0px;
	height:100%;
}

form {
	display: inline;
}

a	{
	color: #333;
}

ul {
	list-style-type: none;
}

textarea {
	resize: vertical;
}

.require_mark	{
	color: #fd6c8b;
}

.error	{
	color: #fc2757;
}

.frame	{
	padding: 20px;
	background-color: #F8F8F8;
}

.require	{
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #ccc;
}

.scroll	{
	overflow: scroll;
}

.title_bar	{
	min-width: 960px;
	background: #eee;
}

.title_bar_name	{
	width: 200px;
	padding: 15px 20px;
	background: #ddd;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}

.title_bar_btn	{
	padding: 15px 20px;
	border-right: solid 1px #888;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
}

.no_border	{
	padding: 0 !important;
	border-style: none !important;
	box-shadow: none !important;
}


.subtitle {
	height: 25px;
	padding: 5px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	border-left: solid 5px #F27C35;
}

/*------------------------------------------------------------------------------
	ボタン
------------------------------------------------------------------------------*/
.btn_or {
	font-size: 14px;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
 	cursor: pointer;
	text-align: center;
	border: solid 1px #888;
	background-color: white;
}

.btn_or:disabled	{
	background-color: #aaa;
	color: white;
	cursor: auto;
}

.icon_search {
	width: 25px;
	height: 25px;
	background-size: 18px;
	background-color: #2862AE;
	background-image: url(../image/icon_search.png);
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
    vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.icon_search:hover {
	opacity: 0.8;
}
/*------------------------------------------------------------------------------
	main-contents
------------------------------------------------------------------------------*/
.wrapper	{
	min-width: 960px;
	font-size: 12px;
	height: calc(100% - 100px);
}

.column_container	{
	display: -webkit-flex;
	display: flex;
	min-height: 100%;
}

.column_contents	{
	flex: 1;
	order: 2;
}

.column_navi	{
	width: 200px;
	min-height: 100%;
	padding: 20px;
	background: #eee;
	order: 1;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
/*------------------------------------------------------------------------------
	メニュー
------------------------------------------------------------------------------*/
.menu {
	position: relative;
/*	width: 100%;*/
	height: 50px;
	background: #2862AE;
	min-width: 960px;
}

#menu_global.menu	{
	background: #2862AE;
}

#menu_pro.menu	{
	background: #F27C35;
}

.menu > li {
	float: left;
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #2862AE;
	text-align: center;
}

#menu_global.menu > li	{
	background: #2862AE;
}

#menu_pro.menu > li	{
	background: #F27C35;
}

.menu > li.config {
	float: right;
	width: 80px;
}

.menu > li a {
	display: block;
	color: #fff;
}

ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

.menu > li:not(.config):hover {
	background: #4684D5;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu__second-level li a:hover {
	background: #4684D5;
}

.menu > li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #2862AE;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}

#menu_global.menu > li:not(.config):hover {
	background: #4684D5;
}

#menu_global .menu__second-level li a:hover {
	background: #4684D5;
}

#menu_global li.menu__single ul.menu__second-level {
	background: #2862AE;
}

#menu_pro.menu > li:not(.config):hover {
	background: #FF9C61;
}

#menu_pro .menu__second-level li a:hover {
	background: #FF9C61;
}

#menu_pro li.menu__single ul.menu__second-level {
	background: #F27C35;
}

.menu .menu_type {
	color: #FFF;
	border: solid 1px #FFF;
	display: block;
	margin: 5px 0px;
	padding: 5px;
	line-height: 28px;
}

#menu_global.menu .menu_type:hover {
	background: #4684D5;
}

#menu_pro.menu .menu_type:hover {
	background: #FF9C61;
}
/*------------------------------------------------------------------------------
	footer
------------------------------------------------------------------------------*/
.footer	{
	width: 100%;
	padding: 5px 0px 0px 0px;
	border-top: solid 1px #CCCCCC;
	color: #666666;
	text-align: center;
	height: 20px;
	z-index: 120;
	background-color: #FFF;
}
/*------------------------------------------------------------------------------
	private
------------------------------------------------------------------------------*/
.license {
	padding: 20px;
	border: solid 1px #ccc;
	border-radius: 4px;
	cursor: pointer;
}
/*------------------------------------------------------------------------------
	アップロードダイアログ
------------------------------------------------------------------------------*/
.upload_dialog	{
	width: 350px;
	padding: 30px 10px;
	background-color: #FFFFFF;
	border: solid 2px #808080;
	font-size: 12px;
	text-align: center;
	position: absolute;
	display: none;
}

.upload_image	{
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
	border: solid 1px #808080;
}

.upload_image_100	{
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
	border: solid 1px #808080;
}

.upload_image_150	{
	width: 150px;
	height: 150px;
	margin-bottom: 5px;
	border: solid 1px #808080;
}

.upload_image_180	{
	width: 180px;
	height: 180px;
	margin-bottom: 5px;
	border: solid 1px #808080;
}
/*------------------------------------------------------------------------------
	テキストエリア
------------------------------------------------------------------------------*/
.area_text {
	width: 100%;
	/*height: 780px;*/
	height: 100%;
	border: solid 1px #D0D0D0;
	margin: 0px;
	padding: 0px;
}
/*------------------------------------------------------------------------------
	TAB
------------------------------------------------------------------------------*/
ul.tab {
	padding: 0;
	border-bottom: 2px #EEEEEE solid;
}

ul.tab li {
	float: left;
	margin: 0 0 0 0px;
	position: relative;
	bottom: -1px;
	list-style-type: none;
	border: 1px #EEEEEE solid;
	/*border-top: none;*/
	border-left: none;
	border-bottom: 2px #ddd solid;
	background-color: #EEEEEE;
}

ul.tab li:first-child {
	border-left: 1px #EEEEEE solid;
}

ul.tab li.tab_select {
	border-bottom: 2px #333 solid;
/*	font-weight: bold;*/
/*	background-color: #FFF;*/
}

ul.tab li a {
	color: #333;
	display: block;
	text-decoration: none;
	width: 140px;
	padding:10px;
	text-align: center;
	font-size: 13px;
}

ul.tab li.tab_select a {
	color: #333;
}

ul.tab li a.blue {
/*	border-top: 5px #2196f3 solid;*/
/*	border-bottom: 5px #2384dc solid;*/
}

ul.tab li a.red {
/*
	#e95464
	#dd1d25
	#c82c55
	#C9171E
	*/
/*	border-top: 5px #d53834 solid;*/
/*	border-bottom: 5px #dd1d25 solid;*/
}

ul.tab li a.green {
/*	border-top: 5px #8bc34a solid;*/
/*	border-bottom: 5px green solid;*/
}

ul.tab li a.yellow {
/*	border-top: 5px #ffc107 solid;*/
}

ul.tab li a.orange {
/*	border-top: 5px #ff5722 solid;*/
}

ul.tab li a.purple {
/*	border-top: 5px #9c27b0 solid;*/
}

.tab_clear:after {
	content:"";
	display:block;
	overflow:hidden;
}

.tab_clear:after {
	clear:both;
}

.tab_clear {
	/*zoom:1;*/
	transform-origin: 0 0;
	transform: scale(1.0);
}
/*------------------------------------------------------------------------------
	協賛
------------------------------------------------------------------------------*/
div.sponsor	{
	margin-top: 5px;
	padding-right: 20px;
	display: inline-block;
}

div.sponsor	span	{
	cursor: pointer;
}
/*------------------------------------------------------------------------------
	3点リーダー
------------------------------------------------------------------------------*/
.dotted3	{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
