@charset "utf-8";
/* CSS Document */

/*
	6px	0.429em	42.9%
	7px	0.500em	50.0%
	8px	0.571em	57.1%
	9px	0.643em	64.3%
	10px	0.714em	71.4%
	11px	0.786em	78.6%
	12px	0.857em	85.7%
	13px	0.929em	92.9%
	14px	1.000em	100.0%
	15px	1.071em	107.1%
	16px	1.143em	114.3%
	17px	1.214em	121.4%
	18px	1.286em	128.6%
	19px	1.357em	135.7%
	20px	1.429em	142.9%
	21px	1.500em	150.0%
	22px	1.571em	157.1%
	23px	1.643em	164.3%
	24px	1.714em	171.4%
	25px	0.786em	178.6%
	26px	0.857em	185.7%
	27px	0.929em	192.9%
	28px	1.000em	200.0%
	29px	1.071em	207.1%
	30px	1.143em	214.3%
	31px	1.214em	221.4%
	32px	1.286em	228.6%
	33px	1.357em	235.7%
	34px	1.429em	242.9%
	35px	1.500em	250.0%
	36px	1.571em	257.1%
	37px	1.643em	264.3%
	38px	1.714em	271.4%
	39px	0.786em	278.6%
	40px	0.857em	285.7%
	41px	0.929em	292.9%
	42px	1.000em	300.0%
	43px	1.071em	307.1%
	44px	1.143em	314.3%
	45px	1.214em	321.4%
	46px	1.286em	328.6%
	47px	1.357em	335.7%
	48px	1.429em	342.9%
	49px	1.500em	350.0%
	50px	1.571em	357.1%
*/


/**
*
*	common properties
*
**/

html {-webkit-text-size-adjust: none;}

body{
	background-color: #fff !important;
	color: #565656;
	margin: 0;
	padding: 0;
}

img, a{
	border: none;
	outline: none;
}

label{
	cursor: pointer;
}

p {
	line-height: 1.6em;
}

.no-scroll {
	overflow: hidden;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

ol, ul{list-style: none;}

a:link,
a:visited{
	color: #1d428a;
	text-decoration: none;
}

a:hover,
a:active{
	color: #007ab8;
}

img {
	vertical-align: bottom;
}

.tac {
	text-align: center;
}

.fcr {
	color: #9f2842;
}

.hidden-elem {
	display: none;
}

.sp-elem {
	display: none;
}

.sp-il-elem {
	display: none;
}

.table {
	display: table;
}

.table-row {
	display: table-row
}

.table-cell {
	display: table-cell;
}

.fwb {
	font-weight: 500;	
}

.ie .fwb {
	font-weight: bold;	
}

.inactive {
	opacity: 0.5;
}


.breadcrumb {
	font-size: 85.7%;
	padding: 20px 0;
}

.breadcrumb li {
	float: left;
	margin-right: 5px;
	line-height: 1.4em;
}

.breadcrumb li:last-of-type {
	color: #007ab8;
}

.breadcrumb a:link,
.breadcrumb a:visited {
	color: #000;
	display: inline-block;
	margin-right: 5px;
}

#_evidon_banner{width:100%!important; margin-left:0!important}

.col-wrapper:after {
	content:"";
	display:block;
	clear:both;
}

.col-wrapper .left {
	float: left;
}

.col-wrapper .right {
	float: right;
}

#wrapper {
	text-align: center;
	/* min-width: 1200px; */
}

a.btn-go-top:link,
a.btn-go-top:visited {
	display: none !important;
	background-color: #6db33f;
	color: #fff;
	display: block;
	position: fixed;
	right: 0;
	bottom: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
}

.event-meta {
	font-size: 85.7%;	
}

.target-category {
	float: left;
	margin-right: 10px;
}

.target-category li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.target-category li a:link,
.target-category li a:visited {
	background-color: #fff;
	border: 1px solid #1d428a;
	border-radius: 3px;
	color: #1d428a;
	display: block;
	padding: 5px 10px;
}

.target-category li a:hover,
.target-category li a:active {
	background-color: #1d428a;
	border-radius: 3px;
	color: #fff;
	display: block;
	padding: 5px 10px;
}

.event-category {
	float: left;
	padding-top: 5px;
	margin-right: 15px;
}

.event-host {
	float: left;
	padding-top: 5px;
}

.event-category dt,
.event-host dt {
	float: left;
}

.event-category dd,
.event-host dd {
	float: left;
	margin-left: 5px;
}

.fit-viewport {
	width: 100%;
	height: auto;
}

/**
*
*	modules
*
**/

main {
	display: block;
}

.re-comtainer {
	background-color: #fff;
}

@media screen and (max-width: 708px) {
	.re-comtainer {
		padding: 0 10px;
	}
}

.hdr-left {
	max-width: none;
}

.hdr-left .hdr-top-logo {
	width: 300px;
}

@media screen and (max-width: 708px) {
	.hdr-left .hdr-top-logo {
		width: 280px;
	}
}

.top-header {
	position: relative;
	padding: 42px 0 36px;
}

.top-header .site-name {
	display: block;
	float: left;
	position: relative;
	top: -3px;
	margin-left: 16px;
	color: #727274;
	font-family: 'metropolislight';
	font-size: 25px;
	font-weight: 600;
}

@media screen and (max-width: 708px) {
	.top-header .site-name {
		margin-left: 10px;
	}
}

@media screen and (max-width: 800px) {
	.footer-links-group .fb-links a, 
	.footer-links-group .ft-links a {
		line-height: 1.5em;
	}

	.footer-links-group .fb-links span {
		display: block;
		line-height: 1.5em;
	}	
}

.top-header .scrapper-redesign-vm-logo {
	float: left;
	background-size: 120px auto;
}

#header {
	background: #0091da url(../img/bg_01.png) no-repeat right top;
	position: fixed;
	z-index: 9000;
	width: 100%;
	height: 60px;	
}

#header #h-group {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;	
	height: 60px;
	/* min-width: 1200px;	 */
}

.top-header {
	margin: 0 auto;
	max-width: 1280px;
}

#header .logo {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 20px;
}

#header .btn-home {
	color: #fff;
	display: inline-block;
	margin-top: 15px;
	right: 140px;
	top: 15px;
}

#header .btn-home .icon {
	padding-right: 10px;
}

#t-group {
	box-sizing: border-box;
	padding-right: 16px;
	padding-left: 16px;
	margin: 0 auto;
	text-align: left;
	max-width: 1280px;
}

#t-group * {
	word-break: break-all;
}

.banners {
	margin-top: 30px;
}

.banners img {
	max-width: 100%;
	height: auto;
	border: 1px solid #b8b8ba;
}

.pager {
	margin: 60px 0 100px 0; 
	text-align: center;
}

.pager ul {
	background-color: #fff;
	display: inline-block;
	padding: 10px 20px;
}

.pager li {
	display: inline-block;
}

.pager a:link,
.pager a:visited {
	color: #4d4d4d;	
	display: inline-block;
	padding: 8px;
}

.pager a:hover,
.pager a:active {
	background-color: #007ab8;
	color: #fff;
}

.pager a.prev {
	margin-right: 10px;
}

.pager a.next {
	margin-left: 10px;
}

.pager a.prev:hover,
.pager a.prev:active,
.pager a.next:hover,
.pager a.next:active {
	background-color: transparent;
	color: #000;
}

.pager span {
	background-color: #1d428a;
	color: #fff;
	display: inline-block;
	padding: 8px;
}

#page-footer {
	margin-top: 80px;
	text-align: left;
}

.footer-links-group a {
  color: #565656;
}


/* 

#footer #f-group {
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	display: inline-block;
	max-width: 400px;
}

#footer .links {
	float: right;
	margin-left: 20px;
	line-height: 1.6em;
}

#footer .links a {
	margin: 0 10px;
	font-size: 85.7%;
}

#footer .sns-links {
	margin-bottom: 30px;
	font-size: 142.9%;	
}

#footer .sns-links .sns-icon {
	margin: 0 10px;
}

#footer #copyright {
	float: left;
	color: #717074;
	font-size: 85.7%;
	padding: 0 0 60px 0;
} */


#trunk {
	min-height: calc(100vh - 320px);
}

/**
*
*	home
*
**/

#home #site-title {
	color: #383838;
	font-size: 214.3%;
	margin: 30px 0 25px 0;
}

#home .search-box {
	background-color: #e8eded;
	padding: 12px;
	margin: 40px 0 20px 0;
	position: relative;
}

#home .search-icon {
	position: absolute;
	left: 20px;
	top: 12px;
}

#home .search-box dl {
	margin-left: 30px;
}

#home .search-box dt {
	float: left;
	padding: 7px 10px 0 30px;
}

#home .search-box dd {
	float: left;
	width: 15%;
}

#home .search-box dd select {
	border: none;
	border-radius: 4px;
	padding: 5px 10px;
	width: 100%;
}

#home .search-box dd.search-by-area {
	width: 140px;
}

#home .no-result {
	background-color: #fff;
	padding: 40px;
}

#home .lead-text {
	font-size: 16px;
	line-height: 22px;
}

#home .event-box {
	background-color: #f7f7f7;
	margin-bottom: 20px;
}

#home .event-box-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;				
	padding: 10px;
	width: 100%;
}

#home .event-box .left {
	padding-right: 10px;
	text-align: center;
	width: 120px;
	vertical-align: top;	
}

#home .event-box .right {
	padding: 0 10px;
	vertical-align: top;
}

#home .event-box .event-date {
	background-color: #007ab8;
	color: #fff;
	margin-bottom: 10px;
}

#home .event-box .event-date .month {
	font-size: 128.6%;
	padding: 10px 0 0 10px;
	text-align: left;
}

#home .event-box .event-date .month span {
	font-size: 133.3%;
}

#home .event-box .event-date .day {
	font-size: 228.6%;
	line-height: 1em;
	margin: 10px 0;
}

#home .event-box .event-date .day span {
	font-size: 150%;
}

#home .event-box .event-date .wday {
	border-top: 1px solid #005c8a;
	font-size: 142.9%;
	line-height: 40px;
	margin-top: 5px;
}

#home .event-box .extension-event-date .date-info {
	padding: 15px 0 5px 0;
}

#home .event-box .extension-event-date .date-info .connector {
	font-size: 128.6%;	
	transform: rotate(90deg);
	margin-bottom: 5px;
}

#home .event-box .extension-event-date .wday .connector {
	font-size: 16px;
}

#home .event-box .extension-event-date .date-info span {
	font-size: 171.4%;
}

#home .event-box .extension-event-date .date-info .fwb {
	font-size: 242.9%;
	padding-right: 3px;
}

#home .event-box .event-area {
	background-color: #1d428a;
	color: #fff;
	font-size: 114.3%;
	line-height: 40px;
}

#home .event-box .event-title {
	font-size: 171.4%;
	line-height: 1.4em;
	margin-top: 8px;
}

#home .event-box .event-subtitle {
	font-size: 128.6%;
	margin: 0 0 10px 0;
}

#home .event-box .event-summary {
	font-size: 16px;
	line-height: 22px;
}


/**
*
*	detail
*
**/

#event-detail .btn-entry {
	cursor: pointer;
	margin-top: -75px;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1000;
}

#event-detail .btn-entry svg {
	width: 50px;
	height: auto;
}

#event-detail .btn-entry:hover svg path {
	fill: #1d428a;
}

#event-detail .btn-entry:hover svg rect {
	fill: #fff;
}

#event-detail .btn-entry:hover svg .base {
	fill: #fff;
	stroke: #1d428a;
}

#event-detail .btn-entry:hover svg .ear {
	fill: #335dae;
}


#event-detail .event-title-box {
	min-height: 280px;
	box-sizing: border-box;
	border: 1px solid #b8b8ba;
	background: #78be20 url(../img/theme_leaf.png) no-repeat right top;
	background-size: auto 100%;
	color: #000;
	margin-bottom: 20px;
	padding: 60px 32% 40px 40px;
}

/* #event-detail.theme-green .event-title-box {
	background: #c2cd23 url(../img/theme_green.png) no-repeat right bottom;
}

#event-detail.theme-light-blue .event-title-box {
	background: #0091da url(../img/theme_light_blue.png) no-repeat right top;
}

#event-detail.theme-white .event-title-box {
	background: #ffffff url(../img/theme_white.png) no-repeat right top;
	color: #0091da;
}

#event-detail.theme-navy .event-title-box {
	background: #184076 url(../img/theme_navy.png) no-repeat right top;
} */


/* #event-detail.theme-leaf .event-title-box {
	background: #fff url(../img/theme_leaf.png) no-repeat right top;
	background-size: auto 100%;
}

#event-detail.theme-ocean .event-title-box {
	background: #fff url(../img/theme_ocean.png) no-repeat right top;
	background-size: auto 100%;
}

#event-detail.theme-white .event-title-box {
	background: #fff url(../img/theme_white.png) no-repeat right top;
	background-size: auto 100%;
	color: #0091da;
}

#event-detail.theme-indigo .event-title-box {
	background: #fff url(../img/theme_indigo.png) no-repeat right top;
	background-size: auto 100%;
} */

#event-detail.theme--aqua-ocean .event-title-box {
	background: #fff url(../img/theme_aqua_ocean.png) no-repeat right top;
	background-size: auto 100%;
}

#event-detail.theme--indigo-ocean .event-title-box {
	background: #fff url(../img/theme_indigo_ocean.png) no-repeat right top;
	background-size: auto 100%;
}

#event-detail.theme--indigo-plum .event-title-box {
	background: #fff url(../img/theme_indigo_plum.png) no-repeat right top;
	background-size: auto 100%;
	color: #0091da;
}

#event-detail.theme--ocean-plum .event-title-box {
	background: #fff url(../img/theme_ocean_plum.png) no-repeat right top;
	background-size: auto 100%;
}


#event-detail .event-title-box .event-title {
	font-size: 257.1%;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 20px;
}

#event-detail .event-title-box .event-subtitle {
	color: #565656;
	font-size: 150.0%;
	font-weight: normal;	
	line-height: 1.4em;
}

#event-detail #contents {
	background-color: #f7f7f7;
	padding: 40px;
}

#event-detail #contents .section {
	margin-bottom: 80px;
}

#event-detail #contents #event-intro-section.section {
	margin-bottom: 60px;
}

#event-detail #contents #event-intro-section .event-meta {
	margin-bottom: 20px;
}

#event-detail #contents #event-intro-section .event-discription {
	font-size: 16px;
	line-height: 22px;
}

#event-detail #contents #event-intro-section .event-discription img {
	max-width: 100% !important;
	height: auto !important;
}

#event-detail #contents #event-intro-section .event-discription p {
	line-height: 1.8em;
	margin-bottom: 1em;
}

#event-detail #contents .section .section-title {
	color: #0091da;
	font-size: 171.4%;
	margin-bottom: 1em;
}

#event-detail #contents #event-date-section .event-venue-box {
	margin-bottom: 50px;
}

#event-detail #contents #event-date-section .event-venue-name {
	color: #4d4d4d;
	font-size: 128.6%;
	margin-bottom: 0.8em;
}

#event-detail #contents #event-date-section .event-venue-name span {
	font-size: 77.8%;
	padding-left :10px;
}

#event-detail #contents #event-date-section .event-dates {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; 
	margin: 0 -10px;
}

#event-detail #contents #event-date-section .event-date {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;			
	float: left;
	padding: 0 10px;
	width: 50%;
	height: 100%;
}

#event-detail #contents #event-date-section .event-date .table {
	border-top: 1px solid #dfdfdf;
	width: 100%;
	height: 100%;
}

#event-detail #contents #event-date-section .event-date:nth-last-of-type(1) .table,
#event-detail #contents #event-date-section .event-date:nth-last-of-type(2) .table {
	border-bottom: 1px solid #dfdfdf;
}

#event-detail #contents #event-date-section .event-date .table-cell {
	padding: 10px 0;
	vertical-align: middle;
}

#event-detail #contents #event-date-section .event-date .event-date-info .cap {
	font-size: 114.3%;
	margin-bottom: 2px;
}

#event-detail #contents #event-date-section .event-date .event-date-info .cap span {
	font-size: 87.5%;
	position: relative;
	left: -0.5em;
}

#event-detail #contents #event-date-section .event-date .event-date-info .date {
	font-size: 200%;
	letter-spacing: -0.08em;
	line-height: 1em;
}

#event-detail #contents #event-date-section .event-date .event-date-info .date span {
	font-size: 63.3%;
	position: relative;
	left: -0.3em;
}

#event-detail #contents #event-date-section .event-date .event-date-info .closing-date {
	font-size: 85.7%;
}

#event-detail #contents #event-date-section .event-date .event-date-entry {
	width: 225px;
	border-radius: 3px;
}

#event-detail #contents #event-date-section .event-date .event-date-entry a:link,
#event-detail #contents #event-date-section .event-date .event-date-entry a:visited {
	background-color: #1d428a;
	color: #fff;
	display: block;
	font-size: 100%;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
}

#event-detail #contents #event-date-section .event-date .event-date-entry a:hover,
#event-detail #contents #event-date-section .event-date .event-date-entry a:active {
	color: #1d428a;
	border-color: #1d428a;
	border-radius: 3px;
	background-color: #fff;
}

#event-detail #contents #event-date-section .event-date .event-date-entry .closed {
	background-color: #717074;
	color: #fff;
	display: block;
	font-size: 100%;
	line-height: 40px;
	text-align: center;
	border: 1px solid #717074;
	border-radius: 3px;
}

#event-detail #contents #outline-section .outline {
	border-top: 1px solid #dfdfdf;
	width: 100%;
	font-size: 114.3%;
}

#event-detail #contents #outline-section .outline th {
	border-bottom: 1px solid #dfdfdf;
	font-weight: 500;	
	padding: 15px 0;
	width: 200px;
}

#event-detail.ie #contents #outline-section .outline th {
	font-weight: bold;
}

#event-detail #contents #outline-section .outline td {
	border-bottom: 1px solid #dfdfdf;
	padding: 15px 0;	
}

#event-detail #contents #outline-section .outline td {
	border-bottom: 1px solid #dfdfdf;
	line-height: 1.8em;
	padding: 15px 0;
}

#event-detail #contents #outline-section .outline .time,
#event-detail #contents #outline-section .outline .venue-name {
	padding-left: 10px;
}

#event-detail #contents #outline-section .outline .list-01 {
	line-height: 1.8em;
}

#event-detail #contents #outline-section .outline .list-02 {
	line-height: 1.8em;
}

#event-detail #contents #outline-section .outline .list-02 li:before {
	content: "・"
}

#event-detail #contents #agenda-section {
	margin-bottom: 120px;
}

#event-detail #contents #agenda-section .agenda-box {
	margin-bottom: 40px;
}

#event-detail #contents #agenda-section .agenda-timeline {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
}

#event-detail #contents #agenda-section .agenda-timeline th {
	background-color: #ddebf7;
	color: #1d428a;
	font-weight: 500;
	padding: 15px;
	width: 170px;
}

#event-detail.ie #contents #agenda-section .agenda-timeline th {
	font-weight: bold;
}

#event-detail #contents #agenda-section .agenda-timeline .venue-name th {
	background-color: #1d428a;
	color: #fff;
	padding: 15px;
}

#event-detail #contents #agenda-section .agenda-timeline td {
	background-color: #fff;
	line-height: 22px;
	padding: 15px;	
}

#event-detail #contents #agenda-section .agenda-timeline .odd th {
	background-color: #d9e1f2;
}

#event-detail #contents #agenda-section .agenda-timeline .odd td {
	background-color: #f0f0f0;
}

#event-detail #contents #agenda-section .agenda-timeline .odd td {
	background-color: #f0f0f0;
}

#event-detail #contents #agenda-section .agenda-timeline .odd td {
	background-color: #f0f0f0;
}

#event-detail #contents #agenda-section .agenda-timeline td b,
#event-detail #contents #agenda-section .agenda-timeline td strong {
	font-weight: 500;
}

#event-detail.ie #contents #agenda-section .agenda-timeline td b,
#event-detail.ie #contents #agenda-section .agenda-timeline td strong {
	font-weight: bold;
}

#event-detail #contents #contact-section .section-title {
	color: #000;
	font-size: 128.6%;
	text-align: center;
}

#event-detail #contents #contact-section .contact-info {
	text-align: center;
}

#event-detail #contents #contact-section .contact-info dt,
#event-detail #contents #contact-section .contact-info dd {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
}

#event-detail #contents #contact-section .reminders {
	font-size: 85.7%;
	line-height: 1.8em;
	margin-top: 80px;
	margin-left: 1em;
}

#event-detail #contents #contact-section .reminders li:before {
	content: "※";
}

#event-detail #contents #contact-section .reminders li {
	text-indent: -1em;
}


/**
*
*	entry form
*
**/


#entry-form #t-group .t-group-inner {
	background-color: #f7f7f7;
	padding: 40px;
}

#entry-form .form-title {
	color: #0091da;
	font-size: 228.6%;
	font-weight: normal;
	line-height: 1.4em;
}

#entry-form .form-table {
	margin-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}

#entry-form .group-title {
	color: #0091da;
	font-size: 128.6%;
	font-weight: normal;
	margin-bottom: 20px;
}

#entry-form .group-title .note {
	color: #9f2842;
	font-size: 77.8%;
	padding-left: 10px;
}

#entry-form .event-info {
	font-size: 142.9%;
	font-weight: normal;
	margin: 20px 0;
}

#entry-form .border {
	background: url(https://www.vmware.com/etc/clientlibs/vmwaredevapp/clientlib-nav-redesign/images/nav-marker.png) repeat-y left top;
	background-size: 100% auto;
	height: 10px;
	margin-bottom: 40px;
}

#entry-form .note {
	color: #9f2842;
	margin-bottom: 10px;
}

#entry-form .required {
	color: #9f2842;
}

#entry-form .example {
	color: #aaa;
	margin-top: 5px;
}

#entry-form .global-error {
	color: #9f2842;
	font-size: 100%;
	margin-bottom: 20px;
}

#entry-form .error {
	color: #9f2842;
	font-size: 85.7%;
	margin-top: 5px;
}

#entry-form dl dt {
	border-top: 1px solid #e6e6e6;
	clear: both;
	float: left;
	line-height: 1.6em;
	padding: 20px 20px 20px 0;
	width: 240px;
}

#entry-form dl dd {
	border-top: 1px solid #e6e6e6;
	float: left;
	line-height: 1.6em;	
	padding: 20px 0;	
	width: 620px;
}

#entry-form dl dt.last {
	clear: both;
	float: none;
	line-height: 1.6em;
	padding-top: 40px;
	text-align: center;
	width: auto;
}

#entry-form dl dd.last {
	border-top: none;
	clear: both;
	float: none;
	padding: 0;
	text-align: center;	
	width: auto;
}

#entry-form dl dd.last ul {
	margin: 0 auto;
}

#entry-form .label-01 {
	display: inline-block;
	min-width: 40px;
}

#entry-form .list {
	display: table;
}

#entry-form .list li {
	display: table-cell;
}

#entry-form .list-01 {
	margin-bottom: 20px;
}

#entry-form .list-01 li.item-01 {
	width: 40px;
}

#entry-form .list-01 li.item-03 {
	padding-left: 30px;
}

#entry-form .list-02 li {
	padding-right: 5px;
}

#entry-form .list-02 li.item-02 {
	padding-right: 10px;
}

#entry-form .list-02 li.item-04 {
	padding-right: 40px;
}

#entry-form .list-02 li .input-radio {
	position: relative;
	top: -2px;
}

#entry-form .list-02 .select {
	width: 250px;
}

#entry-form .company-name .label-01{
	margin-top: 20px;
	line-height: 1.8em;
}

#entry-form .vm_customer {
	display: none;
}

#entry-form .btn-wrapper {
	margin-top: 30px;
	text-align: center;
}

#entry-form .btn-wrapper form {
	display: inline-block;
	margin: 0 10px;
}

#entry-form .btn-submit,
#entry-form #btn_send {
	background-color: #1d428a;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 100%;
	padding: 15px 25px;
	border: 1px solid #fff;
	border-radius: 3px;
}

#entry-form .btn-submit:hover,
#entry-form #btn_send:hover {
	background-color: #fff;
	color: #1d428a;
	font-family: inherit;
	border: 1px solid #1d428a;
	border-radius: 3px;
}

#entry-form .btn-correct {
	background-color: #717074;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;	
	font-family: inherit;	
	font-size: 100%;
	padding: 15px 25px;
	border: 1px solid #717074;
	border-radius: 3px;
}

#entry-form .btn-correct:hover {
	color: #717074;
	border: 1px solid #717074;
	background-color: #fff;
}

#entry-form .input-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;				
	display: inline-block;
	width: 100%;
	padding: 10px 12px;
	line-height: 1.5;
	color: #2e2f33;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d9dadc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-appearance: none;	
}

#entry-form .input-text-01 {
	width: 250px;
}

#entry-form .input-text-02 {
	width: 120px;
}

#entry-form .input-text-03 {
	width: 80px;
}

#entry-form .hyphen {
	padding: 0 5px;
}

#entry-form .select {
	display: block;
	width: 100%;
	padding: 10px 12px;
	line-height: 1.5;
	color: #2e2f33;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d9dadc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#entry-form .reminder {
	margin-top: 1em;
	font-size: 85.7%;
}

#entry-form .thanks-message .text-01 {
	font-size: 150.0%;
	margin-bottom: 20px;
}

#entry-form .submit-notice {
	margin-top: 10px;
	text-align: center;
}


#entry-form .row {
	margin-bottom: 24px;
	line-height: 1.6em;
}

#entry-form .row input[type="checkbox"]{
	position: relative;
	top: -1px;
}

#entry-form .field-group {
	display: flex;
}

#entry-form .row .reminder {
	padding-left: 25px;
}

#entry-form .row .label {
	margin-bottom: 0.5em;
}

#entry-form .input-wrapper {
	padding-right: 5px;
	width: 20px;
}

#entry-form .label-wrapper {
	line-height: 1.6em;
}

#entry-form .form-confirm .row .reminder {
	padding-left: 0;
}


/**
*
*	404 not found.
*
**/

#t-group.not-found {
	background-color: #fff;
	padding: 40px;
	margin: 40px auto 0 auto;
	text-align: left;
	width: 960px;
}

#t-group.not-found .form-title {
	font-size: 150%;
	line-height: 1.6em;
	margin-bottom: 20px;
}


/**
 * 15.1 Mobile Small 620px
 */


@media screen and (max-width: 44.286em) {

	.pc-elem {
		display: none;
	}

	.sp-elem {
		display: block;
	}
	
	.sp-il-elem {
		display: inline;
	}	
	
	.target-category {
		float: none;
	}	
		
	.event-category {
		float: none;
		line-height: 1.6em;
		padding-top: 0;
		margin-left: 0;
	}	

	.event-host {
		float: none;
		line-height: 1.6em;		
		padding-top: 0;
		margin-left: 0;
	}	
	
	.banners img {
		max-width: 100%;
		height: auto;
	}

	.pager {
		margin-bottom: 60px;
	}	
	
	.pager ul {
		padding: 10px;
	}	
	
	.pager a.prev,
	.pager a.next {
		margin: 0;
	}		
	
	#wrapper {
		min-width: 0;
	}	
	
	#header {
		height: 50px;
	}
	
	#header #h-group {
		padding: 0 15px;
		min-width: 0;
		height: 50px;
	}
	
	#header .logo {
		top: 17px;
		left: 15px;
	}			
	
	#header .logo img {
		width: 100px;
		height: auto;
	}	
	
	.top-header {
		padding: 20px 0 17px;
	}

	.top-header .site-name img {
		width: 210px;
		height: auto;
	}			

	#header .btn-home {
		margin-top: 12px;
	}		
	
	#t-group {
		padding: 0 10px;
		width: auto;
	}

	#footer #f-group {
		display: block;
	}

	#footer .links {
		float: none;
		margin-left: 0;
	}

	#footer #copyright {
		float: none;
		color: #717074;
	}
		
	#footer .sns-links {
		display: block;
		margin-bottom: 15px;
		font-size: 142.9%;
	}

	#trunk {
		padding-top: 10px;
	}

	.breadcrumb {
		padding: 0 0 10px 0;
	}

	
	/**
	*
	*	home
	*
	**/	
	
	#footer #copyright {
		padding: 20px 0;
	}
	
	
	#home #site-title {
		font-size: 171.4%;
		margin-top: 20px;
	}		
	
	#home .lead-text {
		font-size: 100%;
	}		
	
	#home .search-box {
		margin: 20px 0;
	}	
	
	#home .search-icon {
		background: url(../img/btn_open_01.png) no-repeat right center;
		background-size: 13px auto;
		position: static;
		padding-bottom:5px;
		width: 100%;
	}	
	
	#home .search-icon.opened {
		background: url(../img/btn_close_01.png) no-repeat right center;
		background-size: 13px auto;
	}		

	#home .search-box dl {
		margin-left: 0;
		display: none;
	}
	
	#home .search-box dt {
		float: none;
		padding: 7px 10px 6px 0;
	}	
	
	#home .search-box dt:first-child {
		padding-top: 15px;
	}	

	#home .search-box dd {
		float: none;
		margin-bottom: 10px;
		width: auto;
	}	
	
	#home .search-box dd.search-by-area {
		width: auto;
	}
	
	#home .no-result {
		background-color: #fff;
		padding: 10px;
	}	
	
	#home .event-box {
		margin-bottom: 10px;
	}	
	
	#home .event-box-inner {
		display: block;
		padding: 10px;
		width: auto;
	}	
	
	#home .event-box .left {
		display: table;
		margin-bottom: 10px;
		width: 100%;
		padding: 0;
	}	
	
	#home .event-box .right {
		display: block;
		padding: 0;
	}		
	
	#home .event-box .event-date {
		text-align: center;
		display: table-cell;
		padding: 8px 10px 2px 10px;
	}	
	
	#home .event-box .event-date .month {
		display: inline;
		padding: 0;
		text-align: left;
	}
	
	#home .event-box .event-date .day {
		display: inline;
		font-size: 100%;
		line-height: 1em;
		margin: 0;
	}	

	#home .event-box .event-date .day span {
		font-size: 171.4%;
	}	
	
	#home .event-box .event-date .wday {
		border: none;
		display: inline;
		font-size: 100%;
		line-height: 40px;
		margin-top: 5px;
	}

	#home .event-box .event-area.sp-elem {
		display: table-cell;
		font-size: 100%;
		line-height: 1em;
		vertical-align: middle;
	}
	
	#home .event-box .event-title {
		font-size: 150%;
		margin-top: 10px;
	}	
	
	#home .event-box .event-subtitle {
		font-size: 114.3%;
	}		

	#home .event-box .extension-event-date .date-info .extension-date {
		display: inline;
	}

	#home .event-box .extension-event-date .date-info .date {
		display: inline;
	}

	#home .event-box .extension-event-date .date-info .connector {
		display: inline;
		transform: rotate(0);
	}

	

	/**
	*
	*	event-detail
	*
	**/	
	
	
	#event-detail .btn-entry svg {
	  width: 40px;
	  height: auto;
	}	
	
	#event-detail .event-title-box {
		padding: 20px 16px 30px 16px;
		min-height: 140px;
	}	

	/* #event-detail.theme-green .event-title-box {
		background: #1d4289 url(../img/theme_green_sp.png) no-repeat left bottom;
		background-size: cover;
		min-height: 0;
		color: #fff;
	}
	
	#event-detail.theme-light-blue .event-title-box {
		background: #0091da url(../img/theme_light_blue_sp.png) repeat-x left bottom;
		background-size: 600px auto;
	}	
	
	#event-detail.theme-white .event-title-box {
		background: #fff url(../img/theme_white_sp.png) repeat-x left bottom;
		background-size: 600px auto;
	}		
	
	#event-detail.theme-navy .event-title-box {
		background: #184076 url(../img/theme_navy_sp.png) repeat-x left bottom;
		background-size: 600px auto;
	}		 */

	#event-detail.theme-leaf .event-title-box {
		/* background: #fff url(../img/theme_leaf_sp.png) no-repeat right top;
		background-size: cover; */
		min-height: 0;
	}
	
	#event-detail.theme-ocean .event-title-box {
		/* background: #fff url(../img/theme_ocean_sp.png) repeat-x right top;
		background-size: cover; */
		min-height: 0;
	}	
	
	#event-detail.theme-white .event-title-box {
		/* background: #fff url(../img/theme_white_sp.png) repeat-x right top;
		background-size: cover; */
		min-height: 0;
	}		
	
	#event-detail.theme-indigo .event-title-box {
		/* background: #fff url(../img/theme_indigo_sp.png) repeat-x right top;
		background-size: cover; */
		min-height: 0;
	}			
	
	#event-detail .target-category {
		margin-bottom: 10px;
	}
	
	#event-detail .event-title-box .event-title {
		font-size: 200%;
		line-height: 1.2em;
		margin-bottom: 5px;
	}	
	
	#event-detail .event-title-box .event-subtitle {
		font-size: 128.6%;
		line-height: 1.4em;
	}

	#event-detail #contents {
		padding: 10px;
	}	

	#event-detail #contents .section {
		margin-bottom: 40px;
	}

	#event-detail #contents #event-intro-section.section {
		margin-bottom: 40px;
	}	
	
	#event-detail #contents #agenda-section {
		margin-bottom: 80px;
	}	
	
	#event-detail #contents #event-date-section .event-venue-name {
		line-height: 1.6em;
		margin-bottom: 2px;
	}
	
	#event-detail #contents #event-date-section .event-date {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;			
		float: none;
		padding: 0 10px;
		width: 100%;
	}
	
	#event-detail #contents #event-date-section .event-date .event-date-entry .closed {
		line-height: 46px;
	}	
	
	#event-detail #contents #event-date-section .event-date .event-date-entry a:link,
	#event-detail #contents #event-date-section .event-date .event-date-entry a:visited {
		line-height: 46px;
	}	

	#event-detail #contents #event-date-section .event-date.box-2 .table {
		border-top: none;
	}

	#event-detail #contents #event-date-section .event-date:nth-last-of-type(2) .table {
		border-bottom: none;
	}

	#event-detail #contents #event-date-section .event-date .event-date-info .date {
		font-size: 150%;
	}
	
	#event-detail #contents #event-date-section .event-date .event-date-entry {
		width: 140px;
	}	
	
	#event-detail #contents #outline-section .outline th {
		width: 80px;
	}	
	
	#event-detail #contents #agenda-section .agenda-timeline .venue-name th {
		display: table-cell;
		line-height: 1.4em;
	}	
	
	#event-detail #contents #agenda-section .agenda-timeline th,
	#event-detail #contents #agenda-section .agenda-timeline td {
		display: block;
		width: auto;
	}		
	
	#event-detail #contents #contact-section .contact-info dt, #event-detail #contents #contact-section .contact-info dd {
		display: block;
		margin-bottom: 10px;
	}	
	
	
	/**
	*
	*	entry form
	*
	**/

	#entry-form #trunk {
		margin: 0 10px;
	}

	#entry-form #t-group .t-group-inner {
		padding: 20px 10px;
	}

	#entry-form .form-title {
		color: #0091da;
		font-size: 171.4%;
		font-weight: normal;
	}

	#entry-form .event-info {
		font-size: 114.3%;
		margin: 10px 0;
	}

	#entry-form .border {
		margin-bottom: 20px;
	}

	#entry-form dl dt {
		float: none;
		padding: 20px 0 10px 0;
		width: auto;
		font-weight: bold;
	}

	#entry-form dl dd {
		border-top: none;
		float: none;
		padding-top: 0;
		width: auto;
	}

	#entry-form .list {
		display: block;
	}

	#entry-form .list li {
		display: block;
	}

	#entry-form .list-01 {
		margin-bottom: 0;
	}

	#entry-form .list-01 li.item-03 {
		padding-top: 10px;
		padding-left: 0;
	}

	#entry-form .list-02 li {
		float: left;
	}
	
	#entry-form .list-02 li.sp-clear {
		clear: both;
	}	

	#entry-form .list-02 li.item-05 {
		padding-top: 10px;
		padding-right: 0;
		float: none;
	}

	#entry-form .list-02 .select {
		width: 100%;
	}

	#entry-form .btn-correct {
		margin-bottom: 20px;
	}

	#entry-form .input-text-01 {
		width: 100%;
	}
	
	#entry-form .input-text-02 {
		width: 70px;
	}

	#entry-form .input-text-03 {
		width: 50px;
	}

	#entry-form .hyphen {
		display: block;
		line-height: 38px;
	}
	

	#entry-form .thanks-message .text-01 {
		font-size: 128.6%;
		margin-bottom: 20px;
	}	

	#entry-form .submit-notice {
		margin-top: 10px;
		font-size: 90.0%;
		text-align: center;
	}

	/**
	*
	*	404 not found.
	*
	**/

	#t-group.not-found {
		padding: 10px;
		margin: 0 10px;
		width: auto;
	}

	#t-group.not-found .form-title {
		font-size: 128.6%;
		line-height: 1.4em;
		margin-bottom: 10px;
	}	
	
}
