.info_view h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.two_column_view {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.left_view {
	display: table-cell;
	background: #FFF;
	padding-left:
}
.right_view {
	display: table-cell;
	background: #F3F3F3;
	width:200px;
	padding: 20px 30px;
	vertical-align: top;
}
.right_view h3{
	font-size: 1.2em;
}
.right_view a {
	padding: 20px 0px;
	text-align: center;
	display: block;
	width: 200px;
	float: left;
}
@media only screen and (max-width: 920px) {
	:nth-of-type(3n+4) {
		clear:both;
	}
}
@media only screen and (min-width: 921px) and (max-width: 1000px){
	:nth-of-type(4n+5) {
		clear:both;
	}
}
.right_view a img {
	padding: 0px 0px 10px;
}
.right_view a h4{
	line-height: 1.6em;
	font-size: 1.4em;
	font-weight: 200;
}
.right_view a p {
	opacity: .5;
	font-size: .9em;
	text-align: center;
}
@media only screen and (max-width: 1000px) {
	.left_view {
		display: block;
		padding:30px 30px
	}
	.right_view {
		display: block;
		width: auto;
		padding:30px 30px
	}
}
@media only screen and (min-width: 1001px) and (max-width: 1400px) {
	.left_view { padding:60px 60px }
}
@media only screen and (min-width: 1401px) {
	.left_view { padding:60px 100px }
}

.eventsResultsList {
	width: 100%;
	font-size: 1.1em;
	padding-bottom: 20px;
}
.eventsResultsList h2 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 2em;
}
.eventsResultsList .table {
	display: table;
	width: 100%;
}
.eventsResultsList .tr {
	display: table-row;
	text-decoration: none;
	color: #0C1313;
}
.eventsResultsList .td,
.eventsResultsList .th {
	display: table-cell;
	text-decoration: none;
	border-bottom: solid 1px #E7E7E7;
	vertical-align: middle;
}
.eventsResultsList .th {
	font-weight: bold;
}
.eventsResultsList .td{
	padding: 25px 0;
}
.eventsResultsList .th {
	padding: 15px 0;
}
.eventsResultsList .date {
	width:14%;
	padding-right: 1%;
}
.eventsResultsList .title {
	width:23%;
	padding-right: 1%;
}
.eventsResultsList .category {
	width:14%;
	padding-right: 1%;
}
.eventsResultsList .adress {
/*	width:20%;
	padding-right: 1%;
*//*151222*/
	/*151222 >>>>*/
	width:40%;
	padding-right: 10%;
	background-image: url("/global/images/icon_arrow_big.png");
	background-position: 90% center;
	background-repeat: no-repeat;
	/*151222 <<<< */
}
.eventsResultsList .hours {
	width:20%;
	padding-right: 5%;
	background-image: url("/global/images/icon_arrow_big.png");
	background-position: 90% center;
	background-repeat: no-repeat;
}
.eventsResultsList a{
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	-ms-transition-property: background-color;
	transition-property: background-color;
}
.eventsResultsList a:hover{
	background:#f3f3f3;
}
.eventSearchForm select,
.eventSearchForm button {
	background: #FFFFFF;
	border: none;
	border-radius: 6px;
	padding: 4px 45px 4px 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 40px;
	outline: 0;
	font-size: 1.3em;
	cursor: pointer;
	color: #3F4345;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*Firefox用*/
	text-indent: .01px;
	text-overflow: "";
}
select::-ms-expand {
	display: none;
}
.eventSearchForm select {
	background:url("../../images/icon_arrow_down.png") right 15px top 50% no-repeat;
	background:#FFF url("../../images/icon_arrow_down.png") right 15px top 50% no-repeat;
	border:solid 1px #E3E3E3;
	box-shadow: 0px 0px 4px #E3E3E3;
	font-size: 1.1em;
}
.eventSearchForm button {
	color: #FFF;
	padding: 4px 20px 4px;
	background: #3D3E3F;
	background: -moz-linear-gradient(top,#3d3e3f 0%,#0f1416 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3D3E3F),color-stop(100%,#0F1416));
	background: -webkit-linear-gradient(top,#3D3E3F 0%,#0F1416 100%);
	background: -o-linear-gradient(top,#3d3e3f 0%,#0f1416 100%);
	background: -ms-linear-gradient(top,#3d3e3f 0%,#0f1416 100%);
	background: linear-gradient(to bottom,#3D3E3F 0%,#0F1416 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3e3f', endColorstr='#0f1416',GradientType=0 );
}
:root .eventSearchForm select {
	padding: 4px 15px 4px 20px\0/;
	background-image:none\0/;
}
.eventSearchForm .dummyIcon1,
.eventSearchForm .dummyIcon2,
.eventSearchForm .dummyIcon3,
.eventSearchForm .dummyIcon4 {
	display: none;
}


.mainImg{
	margin-bottom:40px;
}
.mainImg img{
	display:block;
	/*
	width: 100%;
	*/
	max-width: 100%;/*add*/
	margin: auto;/*add*/
}
.eventInfos dl{
	border-bottom:solid 1px #d9d9d9;
	width:100%;
	margin:0;
}
.eventInfos dl:last-child{
	border-bottom:none;
}
.eventInfos dl:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
.eventInfos dt, .eventInfos dd{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	margin:0;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
}
.eventInfos dl dt{
	width:20%;
	font-size:120%;
	padding-left:10px;
	font-weight:bold;

	word-break: normal;
	word-wrap: break-word;

}
.eventInfos dl dd{
	width:80%;
	font-size:100%;
	padding-left:30px;
	word-break: normal;
	word-wrap: break-word;
}
.eventInfos dl.double dd{
	width:40%;
}
.eventInfos #map-canvas{
	height:200px;
}


/* ---- 2016.03.18_ueno */
.eventsResultsList h2 {
	margin: 20px 0;
	font-size: 1.82em;
}
.eventsResultsList .td {
	vertical-align: top;
	padding: 25px 0;
}
.eventsResultsList .table .tr:last-child .td {
	border-bottom: none;
}
.eventsResultsList .table {
	margin-bottom: 30px;
}
.eventsResultsList .date {
	width: 10%;
	padding-right: 4%;
	padding-left: 2%;
	font-size: 1.14em;
}
.eventsResultsList .pic {
	width: 20%;
}
.eventsResultsList .pic_outer {
	background: #F2F2F2;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.eventsResultsList .pic_outer img {
	max-width: 100%;
	max-height: 200px;
	min-height: 124px;
	height: auto;
	padding: 4% 0;
	/*padding: 30% 0;*/
}
.eventsResultsList .detail {
	width: 53%;
	padding-right: 7%;
	padding-left: 4%;
	background-image: url("/global/images/icon_arrow_big.png");
	background-position: 96% center;
	background-repeat: no-repeat;
	list-style: none;
}
.eventsResultsList .detail li.ttl {
	font-size: 1.43em;
	line-height: 1.4em;
	padding-bottom: 10px;
}
.eventsResultsList .detail li.venue {
	font-size: 0.93em;
	line-height: 2.0em;
	padding-bottom: 10px;
}
.eventsResultsList .detail li.txt {
	font-size: 0.93em;
	line-height: 2.0em;
	color: #626567;
}
#btn_more {
	width: 100%;
	background: rgba(63, 67, 69, 1.0);
	border: 1px solid #2F3334;
	padding: 12px 0;
	margin: 80px 0;
	color: #FFF;
	font-size: 1.14em;
	text-align: center;
	border-radius: 6px;
}
#btn_more:hover {
	background: rgba(63, 67, 69, 0.5);
	border: 1px solid #999;
}
a.no_line {
	text-decoration: none;
}

/*@media only screen and (min-width: 1401px){}*/
	.header_view {
		height: 100px;
/*
		padding: 40px 100px 0;
*/
		padding: 40px 60px 0;
	}

	}
#icon_return {	/*他と合わせるならば不要*/
	width: 30px;
}
#btn_back_list {	/*他と合わせるならば不要*/
	font-size: 16px;
	font-weight: 200;
	padding-right: 20px;
}
.info_view2 {
	position: relative;
	background: #FFF;
	width: 100%;
	padding: 60px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
h2 {
	line-height: 1.3em;
}
h4 {
	line-height: 1.2em;
	font-size: 1.54em;
	padding: 0 0 5px;
}
.left_view {
	padding: 0 !important;
}
.mainImg {
	margin-bottom: 0;
	/*height: 400px;
	overflow: hidden;*/
}
@media only screen and (max-width: 1000px) {
	.info_view2 {padding: 60px 30px}
	.eventInfos {padding: 30px 30px;}
	.eventInfos p {margin-bottom: 30px;}
}
@media only screen and (min-width: 1001px) and (max-width: 1400px) {
	.info_view2 {padding: 60px 60px}
	.eventInfos {padding: 60px 80px;}
	.eventInfos p {margin-bottom: 60px;}
}
@media only screen and (min-width: 1401px) {
	.info_view2 {padding: 60px 100px}
	.eventInfos {padding: 60px 100px;}
	.eventInfos p {margin-bottom: 60px;}
}
.eventInfos a {
	color: #1785B2;
}
.eventInfos p {
	font-size: 1.15em;
	line-height: 2.0em;
}
.eventInfos p.media {
	text-align: center;
	margin-bottom: 0;
}
.eventInfos.formedia {
	padding-top: 0;
}
.eventInfos p.typeB {
	width: 50%;
	float: left;
	margin-bottom: 0;
}
.eventInfos p.typeB_right {
	width: 45%;
	padding-left: 5%;
	float: left;
	margin-bottom: 0;
}
.eventInfos p.typeB img,
.eventInfos p.typeB_right img {
	width: 100%;
}
.eventInfos p.full_width {
	width: 100%;
	padding-left: 0;
}
.eventInfos p.full_width img {
	width: 80%;
	padding: 0 10%;
}
.eventInfos p.ttl {
	line-height: 1.0em;
	font-size: 2.0em;
	font-weight: 200;
	margin-bottom: 20px;
}
.eventInfos dl {
	border-bottom: solid 1px #E5E5E5;
}
.eventInfos dl dt {
	line-height: 2.0;
	padding: 25px 0;
}
.eventInfos dl dd {
	line-height: 2.0em;
	padding: 25px 0 25px 30px;
}
.eventInfos dl dd p {
	font-size: 1em;
}
.eventInfos #map-canvas{
	height: 300px;
}
.eventInfos dl.double dd {
	width: 80%;
}
.eventInfos dl.double dd div {
	margin-bottom: 0;
	float: left;
}
.eventInfos dl.double dd div#map-canvas {
	float: none;
}
.eventInfos dl.double dd div p {
	margin-bottom: 10px;
	font-size: 1.15em;
}
.eventInfos dl.double dd div.pic {
	width: 30%;
}
.eventInfos dl.double dd div.pic img {
	width: 100%;
}
.eventInfos dl.double dd div.prof {
	width: 65%;
	padding-left: 5%;
}
.eventInfos dl.double dd hr {
	margin: 25px 0;
}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid #E5E5E5;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.evtRelatedContentsRow {
	margin-top: 1em;
	width: 80%;
}


/* -- */
.eventInfos dl.double dd div.pic.evtplayer {
	width: 30%;
	float: right;
	padding: 0 0 5% 5%;
}
.eventInfos dl.double dd div.prof.evtplayer {
	width: auto;
	padding-left: 0;
}
.eventInfos dl.double dd div.evtplayer {
	margin-bottom: 0;
	float: none;
}
.eventInfos dl.double dd div p.evtplayer {
	margin-bottom: 10px;
	font-size: 1.15em;
}
.eventInfos dl.double dd div p.evtplayertext {
	margin-bottom: 15px;
	font-size: 100%;
}
.eventInfos dl.double dd div p.evtplayertextempty {
	margin-bottom: 15px;
	line-height: 0;
}
.eventInfos dl.double dd hr.evtplayer {
	margin: 0 0 25px 0;
}
.eventInfos dl.double dd hr.evtplayer {
	margin: 0 0 25px 0;
}
.eventsResultsList .note {
	font-weight: 200;
	font-size: 1.5em;
	padding: 0 0 100px;
}





