@charset "utf-8";

.open_e_area {
	margin: 20px 0px 10px;
}
.open_e_area a {
	display: block;
}
.open_e_area .toggle_e.toggle_menu_e .child {
	display: none;
}
.open_e_area .toggle_e.toggle_menu_e.active .child {
	display: block;
}
.open_e_area .toggle_e.toggle_menu_e .ev_to_box .child {
	display: block;
}
.open_e_area .toggle_e.toggle_menu_e .toggle_title {
	color: #0059b2;
	padding: 10px 0 10px 12px;
	cursor: pointer;
	background: #f8f8f8;
	width:12%;
	float:right;
}
.open_e_area .toggle_e.toggle_menu_e .toggle_title:hover {
	color: #922a40;
	text-decoration: underline;
	background: #eee;
}
.switch .toggle_menu_e .toggle_title:after {
	position: absolute;
	top: 26px;
	right: 10px;
	margin-top: -1.4rem;
	content: '>';
	font-size: 1.4rem;
	font-weight: bold;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
	
}
.switch .toggle_menu_e .toggle_title.active:after {

	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.toggle_menu_e {
	display: block;
	position: relative;
}
.ne_title{
	width:70%;
	float:left;
	font-size:30px;}
.filter_txt{
	background:#f2f2f2;
	padding:5px 10px;
	margin-bottom:5px;
	display:inline-block;}
.all_area_tb_set{
		border-bottom:1px solid #922a40;
		margin-top:10px;
		margin-bottom:20px;
		border-top:1px solid #ccc;
		padding-top:20px;
}
.all_area_tb_set #tab li{
	float:left;
	width:47%;
	margin-left:13px;
	margin-right:13px;
	background:#f2f2f2;
	font-size:20px;
	text-align:center;
	padding:14px 0;
	cursor:pointer;
	font-weight:bold;
}
.all_area_tb_set #tab li.present{
	border:1px solid #922a40;
	border-bottom:1px solid #fff;
	background:#fff;
	margin-bottom:-1px;
}
.all_area_tb_set #tab li.present a{
	color:#922a40;
	text-decoration:none;
}
.all_area_tb_set #tab li a{
	color:#666;
	text-decoration:none;
}
.p_all20 {padding: 20px !important;}
.e_btnlist li{
	float:left;
	margin:10px 10px 10px 0;
	text-align:center;
}
.e_btnlist li a {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 2px solid #ccc;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    min-width: 130px;
    padding: 6px 0px 4px 0px;
    text-transform: uppercase;
}
.e_btnlist li a:hover {
    background: #ccc none repeat scroll 0 0;
    border: 2px solid #ccc;
    color: #666;
    opacity: 1;
    text-decoration: none;
}
.e_btnlist li.active a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #922a40;
    color: #922a40;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    min-width: 130px;
    padding: 6px 0px 4px 0px;
    text-transform: uppercase;
}
.e_btnlist li.active a:hover {
    background: #922a40 none repeat scroll 0 0;
    border: 2px solid #922a40;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
.e_btnlist.flt_rgt li a{
	padding-right:10px;
	padding-left:10px;
}
ul.time_pg{
	margin:14px 0;
	}
ul.time_pg li a{
	border:1px solid #ccc;
	background:#f2f2f2;
	text-align:center;
	vertical-align:middle;
	padding:20px 0 0 0;
	margin-right:10px;
	float:left;
	width:82px;
	height:82px;
	color:#666;
	text-decoration:none;
	}
	ul.time_pg li:first-child a,
	ul.time_pg li:last-child a{
	padding:30px 0 0 0;
	}
	.time_pg li.cent a{
	background:#fff;
		width:200px;
	}
	.time_pg li.tp_l a,.time_pg li.tp_r a{
padding:35px 0 0 0;
	height:45px;
	}
	ul.time_pg li a:hover{
	border:1px solid #ccc;
	background:#fff;
	color:#666;
	}
ul.e_calendar{
 border-left: 1px solid #ccc;
	
	display:inline-block;
	margin-top:20px;
}
ul.e_calendar li{
 border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
 color: #666;
 float: left;
 font-size: 11px;
 min-height: 174px;
 vertical-align: middle;
 width: 14%;
	padding:5px;
	-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
 background: #fff;
position: relative;
}
ul.e_calendar li.t_week{
 min-height: 10px;
	text-align:center;
	background:#eee;
	border-top: 1px solid #ccc;
}
ul.e_calendar .e_c_day{
 font-size: 13px;
	letter-spacing:1px;
	font-weight: bold;
	display:block;
	width:100%;
	padding:2px 0 2px 10px;
}
ul.e_calendar .e_c_tit{
	margin:0 0 0 14px;
	display:inline-block;
	height: 1.5em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position:relative;
	width: 108px;
}
.tab-C .rb_i_user{
    background: url(../images/common/t_ico_user.png) no-repeat 1px 1px / contain;
    padding: 2px 0px 0px 24px;
    display: block;
    margin: 0 0 3px;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    overflow-x: hidden;
}

ul.e_calendar .e_c_tit:before, ul.e_calendar .e_c_tit:after {
	position: absolute;
	background: #fff;
}

/*ul.e_calendar .e_c_tit:before {
	content: "...";
	bottom: 0;
	right: 0;
	padding-left:2px;
}

ul.e_calendar .e_c_tit:after {
	content: "";
	width: 100%;
	height: 100%;
}*/
.ico_e_c_group,
.ico_e_c_uke,
.ico_e_c_man,
.ico_e_c_end,
.ico_e_c_re,
.ico_e_c_mati,
.ico_e_c_live,
.ico_e_c_archive{
	background:#eee;
	border-radius: 4px;
	display: inline-block;
	font-size: 12px;
	height: 18px;
	width:18px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	margin-right:3px;
	margin-bottom:3px;
	position: absolute;
}
.ico_e_c_results,
.ico_e_c_shareholders,
.ico_e_c_ir,
.ico_e_c_line,
.ico_e_c_results_inner,
.ico_e_c_shareholders_inner,
.ico_e_c_ir_inner,
.ico_e_c_line_inner{
	position: relative;
	margin-right: 10px;
}
.ico_e_c_results:before,
.ico_e_c_shareholders:before,
.ico_e_c_ir:before,
.ico_e_c_line:before,
.ico_e_c_results_inner:before,
.ico_e_c_shareholders_inner:before,
.ico_e_c_ir_inner:before,
.ico_e_c_line_inner:before{
	border-radius: 4px;
	display: inline-block;
	height: 19px;
	width:18px;
	text-align: center;
	margin-right: 2px;
}
.ico_e_c_results_inner:before,
.ico_e_c_shareholders_inner:before,
.ico_e_c_ir_inner:before,
.ico_e_c_line_inner:before{
	position: absolute;
	padding-top: 2px;
}
.ico_e_c_uke{
	background:#b1174b;
	color:#fff;
}
.ico_e_c_man{
	background:#eee;
	color:#d80000;
}
.ico_e_c_end{
	background:#eee;
}
.ico_e_c_mati{
	background:#eee;
	color:#d80000;
}
.ico_e_c_re {
    background: #006dd9;
    color: #fff;
}
.ico_e_c_live{
	background:#159240;
	color:#fff;
}
.ico_e_c_archive{
	background:#184998;
	color:#fff;
}
.ico_e_c_results:before,
.ico_e_c_results_inner:before{
	content: "決";
	background:#cc343b;
	color:#fff;
}
.ico_e_c_shareholders:before,
.ico_e_c_shareholders_inner:before{
	content: "総";
	background:#59AE33;
	color:#fff;
}
.ico_e_c_ir:before,
.ico_e_c_ir_inner:before{
	content: "IR";
	background:#CE7AF8;
	color:#fff;
}
.ico_e_c_line:before,
.ico_e_c_line_inner:before{
	content: "説";
	background:#EF8532;
	color:#fff;
}
.e_c_other{
font-size:10px;
}
/*ul.e_calendar .ico_e_c_{
	color:#0059b2;
}*/
.e_c_sp{
	display:none;}
	#event_area_new {
				display: inline-block;
    width: 100%;
				-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				padding-top:20px;
}
#event_area_new .toggle {
    display: none;
}

.event_btn > li {
    width: 15%;
}
.clr_gray{
	color:#aaa;
}
.e_c_time{
	padding-left:0.5em;
	font-size: 12px;
	}
	.btn_search a{
padding:12px 30px 9px 38px;
font-size:14px;
text-transform:uppercase;
cursor:pointer;
display: inline-block;
margin-top:15px;
border:2px solid #999;
background:#999;
color:#fff;
font-weight:bold;
}
.btn_search  a:hover{
background: #ccc;
color:#fff;
border:2px solid #999;
text-decoration:none;
}
ul.e_c_list{
padding: 0 1em;
background: #fff;
/*font-size: 110%;*/
position:relative;
}
ul.e_c_list > li{
border-bottom: 1px solid #c5c5c5;
padding: 0.8em 0;
position: relative;
}
ul.e_c_list > li:last-child{
	border-bottom: none;
}
ul.e_c_list li span{
vertical-align: middle;
}
.ecl_ico{
font-weight: bold;
font-size: 13px;
}
.ecl_code{
padding-right: 20px;
padding-left: 20px;
background: url(../images/common/t_ico_tag.png) no-repeat 0 1px;
}
.ecl_name{
width: 280px;
display: inline-block;
word-wrap: break-word;
padding: 0 10px;
}
.ecl_name:before{
	content: "";
    padding: 1px 8px;
    margin-right: 5px;
    background: url(../images/common/t_ico_user.png) no-repeat 0 1px / contain;
}
.ecl_title{
	width: 24%;
	margin: auto 10px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.ecl_name{
width: 200px;
}
}/**/
.ecl_day{
padding-left: 22px;
background: url(../images/common/t_ico_time.png) no-repeat 0 0;
width: 150px;
display: inline-block;
line-height: 1.2;
}
.l-btn_area{
width: 100%;
display: table;
}
.l-btn_area .ico_img_voice{
width: 45px;
height: 45px;
display: table-cell;
vertical-align: middle;
}
.l-btn_area .ico_img_movie{
width: 45px;
height: 45px;
display: table-cell;
vertical-align: middle;
}
.l-btn_area .ico_img_document{	
width: 45px;	
height: 45px;	
display: table-cell;	
vertical-align: middle;	
}
.ico_img_live{
width: 30px;
height: 30px;
display: table-cell;
vertical-align: middle;
}
.ico_img_archive{
width: 30px;
height: 30px;
display: table-cell;
vertical-align: middle;
}

.ico_img_pdf{
width: 30px;
height: 30px;
display: table-cell;
vertical-align: middle;
}
.l-btn_area .ecl_next{
    width: 60px;
    font-size: 11px;
    display: table-cell;
    padding: inherit;
    vertical-align: middle;
    text-align: center;
    margin: 9px 0;
   /* border: 1px solid #1a4ea5;
	background: #1a4ea5;
	color: #fff !important;*/
}
.btn-square-little-rich {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #1a4ea5;
  border: solid 1px #002a70;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.btn-square-little-rich:hover {
  /*押したとき*/
  border: solid 1px #002a70;
  background: #1154bf;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
	#event_area_new .toggle {
		background: #eee none repeat scroll 0 0;
		display: block;
		width: 100%;
	}
	.spbr{
		display:block;
		padding-top:10px;
	}
	.e_c_sp{
		display:block;}
	.e_c_pc{
		display:none;}
		.e_btnlist li {
		float: none;
		margin: 10px 0 10px 0;
	}
	.e_btnlist li a,.e_btnlist li.active a {
		min-width: 100%;
		padding: 6px 0px 4px 0px;
	}

	.ne_title {
		float: none;
		width: 100%;
	}
	.open_e_area .toggle_e.toggle_menu_e .toggle_title{
		width:98%;
		display:block;
		position:relative;
	}
	.all_area_tb_set #tab li {
		font-size: 16px;
		width: 40%;
	}
	ul.time_pg li a{
		padding:10px 0 0 0;
		margin-right:1%;
		margin-left:1%;
		float:left;
		width:20%;
		height:65px;
		color:#666;
		text-decoration:none;
		
		}
		.time_pg li.cent a{
		background:#fff;
			width:50%;
		}
		.time_pg li.tp_l a,.time_pg li.tp_r a{
		padding:20px 0 0 0;
		height:35px;
		}
		
	ul.e_calendar {
		border-left: 0px solid #ccc;
		display: block;
					margin-top:0;
	}
	ul.e_calendar li{
	border-right: 0px solid #ccc;
		border-bottom: 2px solid #ccc;
	color: #666;
	float: none;
	font-size: 13px;
	min-height: 10px;
	vertical-align: middle;
	width: 100%;
		padding:5px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
	.e_c_day {
		display: block;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		padding: 4px 0 4px 0px;
		text-align:center;
		width: 100%;
		background:#EBECF9;
		border:1px solid #DEDFE8;
		clear:both;
		margin:5px 0;
	}
	.e_c_day_block {
	    position: relative;
		height: 50px;
		margin: 15px 0;
	}
	/* .tab-C .rb_i_user{
		position: absolute;
		bottom: 0;
	} */
	.ico_e_c_group,
	.ico_e_c_uke,
	.ico_e_c_man,
	.ico_e_c_end,
	.ico_e_c_re,
	.ico_e_c_mati,
	.ico_e_c_live,
	.ico_e_c_archive
	{
	height: 18px;
	width:6%;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	margin-right:3px;
	margin-bottom:3px;
	margin-left:3px;
	}
.ico_e_c_results_inner:before,
.ico_e_c_shareholders_inner:before,
.ico_e_c_ir_inner:before,
.ico_e_c_line_inner:before{
	padding-top: 0px;
}
	#event_area_new .switch {
		border-bottom: 1px solid #ddd;
		margin: 20px 0 16px;
	}
	#event_area_new .switch::after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}

	.event_btn > li {
		margin: 0 0.5em 0.6em;
		width: 96%;
	}
	#event_area_new .toggle{
		display:block;
		width:100%;
		background:#eee;
	}
	#event_area_new .child {
		display: none;
	}
	#event_area_new .menu2 {
	border: 1px solid #eee;
		color: #333;
		cursor: pointer;
		display: inline-block;
		font-size: 13px;
		line-height: 1;
		padding: 9px 0;
		text-align: center;
		text-transform: uppercase;
		width: 96%;
		margin: 0 0.5em 0.6em;
	}
	#event_area_new .menu2:after {
		position: absolute;
		right: 5%;
		margin-top: 0;
		content: '>';
		font-size: 14px;
		font-weight: bold;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-moz-transition: all, 0.25s, linear;
		-o-transition: all, 0.25s, linear;
		-webkit-transition: all, 0.25s, linear;
		transition: all, 0.25s, linear;
	}
	
	#event_area_new .menu2.active:after {
		-moz-transform: translate(0, 50%);
		-ms-transform: translate(0, 50%);
		-webkit-transform: translate(0, 50%);
		transform: translate(0, 50%);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#event_area_new .slide_menu ul.inner a {
		background: #f2f2f2 none repeat scroll 0 0;
		border-bottom: 1px solid #ccc;
		color: #333;
		display: block;
		padding: 10px 20px 8px 10px;
		text-decoration: none;
	}
	.e_c_time{
		display:block;
		padding-left:5px;
		font-size: 13px;
		display: block;
		}
	.btn_search a:link,.btn_search a:visited{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	}
	ul.e_calendar .e_c_tit{
	margin-bottom:3px;
    margin-left: 14px;
	display: inline-block;
	height: 1.5em;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	overflow:hidden;
	position:relative;
	width:90%;
	}
	.e_c_other {
    font-size: 12px;
	text-align:right;
}

	ul.e_calendar .e_c_tit:before, ul.e_calendar .e_c_tit:after {
		position: absolute;
		background: #fff;
	}

	ul.e_calendar .e_c_tit:before {
		content: "...";
		bottom: 0;
		right: 0;
		padding-left:2px;
	}

	ul.e_calendar .e_c_tit:after {
		content: "";
		width: 100%;
		height: 100%;
	}
	ul.time_pg li:first-child a, ul.time_pg li:last-child a {
    padding: 20px 0 0 0;
}
.ecl_name {
    padding-right: 0px;
    width: 100%;
    display: inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	margin-top: 0.5em;
}
.ecl_day {
    padding-left: 22px;
    width: 100%;
    display: inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	margin-top: 0.5em;
}
.ecl_ico {
    display: block;
    text-align: left !important;
    padding: 20px 10px 0 !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.e_c_list .ecl_ico::after {
    top: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
/*ul.e_c_list li {
    padding: 1.8em 0;
	position: relative;
    width: 100%;
}*/
ul.e_c_list > li {
    padding: 50px 10px 10px;
    position: relative;
    width: 100%;
    margin: 30px auto;
    border: 1px solid #c5c5c5 !important;
}
ul.e_c_list li.ecl_code {
	margin-right: 5px;
	padding: 0 0 0 20px;
	width: 20%;
}
ul.e_c_list li.ecl_name {
    width: 100%;
    margin: 10px 5px 0 0;
	padding: 0;
}
ul.e_c_list li.ecl_day{
    margin: 10px 0;
    padding: 0 0 0 25px;
    width: 100%;
}
ul.e_c_list li.ecl_title {
    width: 100%;
    padding: 0;
    margin: 10px auto;
    font-size: 16px;
}

.l-btn_area {
    width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	top: 40%;
}
ul li .rb_i_cate{
	height: 55px;
	padding: 5px 0px 10px;
}
ul li .l-btn_area{
	width: auto;
    right: 10px;
    position: absolute;
}
.tab-B ul.e_c_list li > ul li .l-btn_area {
	position: absolute;
    top: 7%;
    right: 10px;
}
.ecl_next{
position: relative;
top: auto;
right: auto;
float: right;
padding-top: 10px;
/*font-size: 13px;*/
}
.ico_img_archive,.ico_img_live{
position: relative;
top: auto;
right: auto;
}


}/**/

ul.time_pg li  a.disable_a:hover {
    background-color: #f2f2f2 !important;
    cursor: not-allowed !important;
}