﻿@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;
}
/*------------------------------------------------------------------------------
	main-contents
------------------------------------------------------------------------------*/
.wrapper	{
	min-height: 100vh;
	position: relative;
	padding-bottom: 30px;
	box-sizing: border-box;
	font-size: 12px;
}

.contents	{
	width: 1120px;
	margin: 0 auto;
	margin-top: 30px;
/*	margin-bottom: 137px;*/		/*footerの高さ*/	/*default.jsで対応*/
}

.header	{
	width: 1120px;
	margin: 0 auto;
	padding-top: 10px;
}

.footer	{
	width: 100%;
	min-width: 1120px;
	background-color: #4D4D4D;
	color: white;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	font-family: "Roboto", "Noto Sans Japanese";
}

.footer	.info	{
	width: 1120px;
	margin: 0 auto;
	padding: 20px 0;
}

.footer	.credit	{
	padding: 10px 0;
	background-color: #2862AE;
	text-align: center;
}

.footer	a	{
	color: white;
}

.column_container	{
	display: -webkit-flex;
	display: flex;
}

.column_contents	{
	flex: 1;
	order: 1;
}

.column_navi	{
	width: 250px;
	margin: 0 0 0 30px;
	padding: 0;
	order: 2;
}

.column_navi_calendar	{
	width: 460px;
	height: 100%;
	margin: 0 20px 0 0;
	order: 1;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
/*------------------------------------------------------------------------------
	メニュー
------------------------------------------------------------------------------*/
.menu	{
	font-family: "Roboto", "Noto Sans Japanese";
}

.menu	li {
	margin-left: 10px;
	display: inline-block;
	padding: 5px 20px;
	border-bottom: solid 5px #2862AE;
	color: #666;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}
/*------------------------------------------------------------------------------
	ボタン
------------------------------------------------------------------------------*/
.btn_or {
	display: inline-block;
	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;
}
.btn_sm {
	display: inline-block;
	font-size: 12px;
	padding: 5px 10px;
	border: 0;
	border-left: solid 1px white;
 	cursor: pointer;
	text-align: center;
	background-color: #2862AE;
	color: white;
}

.btn_lg {
	width: 250px;
	display: inline-block;
	font-size: 12px;
	padding: 10px 0;
	border: 0;
 	cursor: pointer;
	text-align: center;
	background-color: #2862AE;
	color: white;
}
/*------------------------------------------------------------------------------
	スライドショー
------------------------------------------------------------------------------*/
.slideshow_container	{
	width: 100%;
	min-width: 1120px;
	position: relative;
}

.slideshow_container	li	{
	width: 100%;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slideshow_container	.search	{
	width: 400px;
	position: absolute;
	left: 0;
	right: 0;
	top: 350px;
	z-index: 999;
	margin: auto;
}

.slideshow_container	.search	.word	{
	width: 345px;
	border: 0;
	height: 20px;
	line-height: 20px;
	padding: 4px 6px;
	vertical-align: middle;
}

.slideshow_container	.search	.go	{
	width: 43px;
	height: 28px;
	background-color: #2862AE;
	color: white;
	border: 0;
	cursor: pointer;
}
/*------------------------------------------------------------------------------
	event
------------------------------------------------------------------------------*/
.event {
	width: 100%;
	padding: 10px;
	border-top: solid 3px #2862AE;
	border-bottom: solid 3px #2862AE;
}
.event_title {
/*	width: 100%;*/
	padding: 10px 0;
	background: #F2F2F2;
	border-bottom: solid 3px #2862AE;
}
.event_held {
	padding: 10px;
	background: #2862AE;
	color: white;
}
.sponsor_held {
	padding: 10px;
	background: #f39518;
	color: white;
}
/*------------------------------------------------------------------------------
	協賛
------------------------------------------------------------------------------*/
.sponsors {
	display: inline-block;
	margin: 10px 0 0 10px;
	padding: 0;
}

.sponsors:nth-child(4n+1) {
	margin-left: 0 !important;
}
/*------------------------------------------------------------------------------
	協賛（CPDSセミナー情報ページ）
------------------------------------------------------------------------------*/
.sponsors_cp {
	display: inline-block;
	margin: 10px 0 0 30px;
	padding: 0;
}

.sponsors_cp:nth-child(5n+1) {
	margin-left: 0 !important;
}
/*------------------------------------------------------------------------------
	企業紹介
------------------------------------------------------------------------------*/
.pic {
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 0;
}

.industry_type_icon	{
	color: #888;
	font-size: 14px;
	line-height: 15px;
	vertical-align: top;
	margin-right: 2px;
}

.industry_type_icon.curr	{
	color: #555;
}
.industry_icon	{
	display: inline-block;
	line-height: 1;
	font-size: 12px;
	color: #FFF;
	background-color: #67841f;
	padding: 2px 5px;
	margin: 0 0 0 7px;
	font-family: Verdana;
	font-weight: normal;
}

.industry_icon2	{
	line-height: 1;
	font-size: 12px;
	color: #FFF;
	background-color: #67841f;
	padding: 2px 5px;
	font-family: Verdana;
	font-weight: normal;
}

.bk_logo_gray {
	background-image: url(../image/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.2;
	margin-top: 0px;
	width: 100%;
	height: 250px;
}

/*------------------------------------------------------------------------------
	イベント情報（イベント一覧）
------------------------------------------------------------------------------*/
.ev_title {
  padding: 0.5em;
  color: #494949;
  background: #fbeedf;
  border-left: solid 5px #f3951b;
}
.bg_ev {
	background-color: #fbeedf;
}
.bg_cl {
	background-color: #f3951b;
	padding: 3px 10px;;
	color: #ffffff;
}