/* ----------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------- */

#header { border-bottom: 0; }

#header #header-wrap {
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #C7114D;
	-webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	transition: height .4s ease, background-color .4s ease, opacity .3s ease;
}

#header.full-header:not(.border-full-header):not(.sticky-header) #header-wrap { border-bottom: 0; }

#header.full-header.border-full-header #header-wrap { border-bottom-color: rgba(0,0,0,0.05) !important; }

.dark #header.full-header.border-full-header #header-wrap,
#header.dark.full-header.border-full-header #header-wrap { border-bottom-color: rgba(255,255,255,0.15) !important; }

#header.transparent-header:not(.sticky-header) #header-wrap { background-color: transparent; }

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
	top: -70px;
	margin-bottom: -70px;
}


#header.full-header #logo { border-right: 0; }

#header.full-header #primary-menu > ul {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

#header.show-on-sticky #header-wrap {
	opacity: 0;
	pointer-events: none;
}

#header.show-on-sticky.sticky-header #header-wrap {
	opacity: 1;
	pointer-events: auto;
}

#header,
#header-wrap,
#logo img {
	height: 70px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}


/* Sticky Header
---------------------------------------------------------------------------- */

#header.sticky-header #header-wrap,
#header.full-header.border-full-header.sticky-header #header-wrap {
	box-shadow: none;
	-webkit-backface-visibility: hidden;
	background-color: #C7114D;
}


/* Side Header
---------------------------------------------------------------------------- */

@media (min-width: 992px) {

	.side-header #header #header-wrap { position: relative; }

	.side-header #header,
	.side-header #header-wrap { height: 100%; }

	.side-header #header-wrap { width: 300px !important; }

	.side-header #logo,
	.side-header #logo img,
	.side-header #primary-menu:not(.style-2),
	.side-header #primary-menu:not(.style-2) > ul { height: auto; }

}


/* Primary Menu
---------------------------------------------------------------------------- */

#primary-menu ul li > a {
    text-transform:none;
	color: #333;
 }

#primary-menu ul li a {
	padding: 24px 15px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px;
	color: #FFF;
}

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { color: #FFF4BD; }

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
	border-top: 2px solid #C7114D;
}

#primary-menu ul ul:not(.mega-menu-column) a:hover,
#primary-menu ul li .mega-menu-content a:hover {
	color: #C7114D;
}


#primary-menu > ul > li.sub-menu > a > div { }

/* Side Panel
---------------------------------------------------------------------------- */

body.side-push-panel.stretched #header .container { right: 0; }

body.side-push-panel.side-panel-open.stretched #header .container { right: 300px; }

body.side-panel-left.side-push-panel.stretched #header .container {
	left: 0;
	right: auto;
}

body.side-panel-left.side-push-panel.side-panel-open.stretched #header .container { left: 300px; }

#side-panel-trigger {
	margin-top: 25px;
	margin-bottom: 25px;
}


/* ----------------------------------------------------------------------------
	Page Section
---------------------------------------------------------------------------- */

.page-section { padding: 120px 0; }


/* ----------------------------------------------------------------------------
	Buttons
---------------------------------------------------------------------------- */

.button.button-border {
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 13px;
}

.button.button-border.button-large {
	font-size: 15px;
}

.button.button-border.button-light {
	border-color: #004097;
	color: #FFF;
}

.button.button-border.button-light:hover {
	background-color: #004097;
	color: #FFF;
	text-shadow: none;
}


/* More Link
---------------------------------------------------------------------------- */

.more-link {
	font-weight: 400;
	border-bottom-width: 1px;
	font-style: normal;
}

.more-link i.icon-angle-right {
	position: relative;
	top: 2px;
	margin-left: 3px;
}


.link-border {
	font-weight: 600;
	border-bottom: 3px solid #1ABC9C;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.link-border:hover { border-color: #FFF; }



/* Page Menu - Dots Style
-----------------------------------------------------------------*/

#page-menu.dots-menu nav ul li { margin: 15px 6px; }

#page-menu.dots-menu nav li a { background-color: rgba(0,0,0,0.3); }

#page-menu.dots-menu nav li a:hover,
#page-menu.dots-menu nav li.current a { background-color: rgba(0,0,0,0.65) !important; }

#page-menu.dots-menu nav li .dots-menu-caption {
	background-color: #EEE !important;
	color: #333;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 400;
}

#page-menu.dots-menu nav li .dots-menu-caption:after { border-left: 6px solid #EEE !important; }


/* ----------------------------------------------------------------------------
	Footer Widgets
---------------------------------------------------------------------------- */
.inquiry-box {
	background-color: #efeedf;
	padding: 2% 0;

}

.button.button-xlarge {
    font-size: 18px;
    height: 52px;
    letter-spacing: 2px;
    line-height: 52px;
    padding: 0 105px;
}

.inquiry-box .inquiry-box_clr {
    color: #333;
}

.inquiry-box .inquiry-box_clr .inquiry_head_t{
	font-size: 25px;
	margin: 25px 0;
}

.inquiry-box .inquiry_tel{
	margin-top: 15px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 30px;
}

.inquiry-box i.icon-phone-sign{
	font-size: 30px;
}

#footer {
    background-color: rgba(0,0,0,0.1);
    border-top: 0;
	color: #000;
}

#copyrights{
    background-color:#FFF;
	color: #000;
	padding-bottom: 5px;
}

.copyright-links a{
	color: #000;
}


#footer .widget { padding: 30px 0; }

#footer .widget > h4 {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}



#footer .widget ul.footer-site-links li {
	margin: 5px 0;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 300;
}


#footer .widget .form-control { text-align: center; }

.widget p.lead {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.6;
}


/* ----------------------------------------------------------------------------
	Services Grid
---------------------------------------------------------------------------- */

.grid-border { overflow: hidden; }

.grid-border [class^=col-]:before,
.grid-border [class^=col-]:after {
	content: '';
	position: absolute;
}

.grid-border [class^=col-]:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid rgba(0,0,0,0.05);
}

.grid-border [class^=col-]:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}


.dark .grid-border [class^=col-]:before,
.dark .grid-border [class^=col-]:after { border-color: rgba(255,255,255,0.05); }




/* Hero Video Play Event
---------------------------------------------------------------------------- */

.slider-caption h2 {
	font-size: 85px;
	letter-spacing: 0px;
	margin-bottom: 25px;
	color: #FFF !important;
}

.slider-caption div {
	font-weight: 400;
	text-transform: lowercase;
	font-size: 26px;
	line-height: 1.5;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
}


/* ----------------------------------------------------------------------------
	Dark
---------------------------------------------------------------------------- */


.dark #header.sticky-header #header-wrap,
#header.sticky-header.dark #header-wrap { border-bottom-color: rgba(255,255,255,0.1) !important; }


/* ----------------------------------------------------------------------------
	Responsive
---------------------------------------------------------------------------- */


@media (max-width: 991px) {

	#logo { height: 70px !important; }

	#header { min-height: 70px; }

	#header.transparent-header:not(.sticky-header) #header-wrap {
		background-color: #C7114D;
		border-bottom: 1px solid #C7114D;
	}
	
	#header.transparent-header, #header.semi-transparent{
		border: none;
	}

	#header.transparent-header.dark:not(.sticky-header) #header-wrap {
		background-color: #333;
		border-bottom-color: rgba(255,255,255,0.1) !important;
	}

	#header.transparent-header:not(.hidden) + #slider,
	#header.transparent-header:not(.hidden) + #page-title.page-title-parallax,
	#header.transparent-header:not(.hidden) + #google-map,
	#slider + #header.transparent-header:not(.hidden) {
		top: 0;
		margin-bottom: 0;
	}

	#primary-menu-trigger { top: 10px !important; }

	#side-panel-trigger {
		margin: 25px 0 !important;
		right: 15px !important;
	}

	.dark #header.transparent-header #header-wrap,
	.dark #header.semi-transparent #header-wrap,
	#header.dark.transparent-header #header-wrap,
	#header.dark.semi-transparent #header-wrap {
		background-color: #333;
		border-bottom-color: rgba(255,255,255,0.1);
	}

	.dark.overlay-menu #primary-menu:not(.not-dark) ul,
	.overlay-menu #primary-menu.dark ul { background-color: transparent; }

.slider-caption h2 {
	font-size: 70px;
	letter-spacing: 0px;
	margin-bottom: 25px;
	color: #FFF !important;
}

.slider-caption div {
	font-weight: 400;
	text-transform: lowercase;
	font-size: 26px;
	line-height: 1.5;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
}

}








/* カスタマイズ用  */
::selection {
	background: #37629F;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #37629F; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #37629F; /* Safari */
	color: #FFF;
	text-shadow: none;
}

.font-body { font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif !important; }
.font-primary { font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif !important; }


.section{
	background:none;
}

#slider {
	background-repeat: no-repeat;
	background-color: #FFF;
}

.emphasis-title{
	text-align:center;
	margin-top:50px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-section { padding: 30px 0;}

*,h1, h2, h3, h4, h5, h6{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",'YuGothic','Yu Gothic',"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.toggle.toggle-border .togglet, .toggle.toggle-border .toggleta{
	line-height:1.3;
	padding:15px;
}

.emphasis-title p.readtxt{
font-size: 20px; text-align: left; padding:0 10%; margin-top: -30px; color: #FFF;
}


#content h2{
position: relative;
padding: 2%;
margin-top: 80px;
color: #333;
font-size: 66px;
letter-spacing: 5px;
}

h2.swip_fntchg1{
	font-size: 50px;
}

#content h2.chgtxt1{
	color:#FFF;
	letter-spacing: 15px;
	background: #c7114d;
}

#content h2.imgicon{
	position: relative;
}

#content h2.imgicon::before {
	content: '';
	display: inline-block;
	background-image: url(../images/left_leeficon.png);
	width: 50px;
	height: 50px;
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

#content h2.imgicon::after {
	content: '';
	display: inline-block;
	background-image: url(../images/right_leeficon.png);
	width: 50px;
	height: 50px;
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.iconcrown1::before {
	content: '';
	display: inline-block;
	background-image: url(../images/crown1.png);
	width: 70px;
	height: 70px;
	margin-right: 10px;
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.iconcrown2::before {
	content: '';
	display: inline-block;
	background-image: url(../images/crown2.png);
	width: 70px;
	height: 70px;
	margin-right: 10px;
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

#content .l1_sub-t2{
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 80px;
}

#content .l1_sub-t3{
	font-size: 40px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 20px;
}

#content .l1_sub-t4{
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 50px;
}

#content .l1_sub-t5{
	font-size: 20px;
	line-height: 1.3;
}

#content .l1_sub-t6{
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
}

#content .l1_sub-t7{
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 20px;
}

#content .l1_sub-t8{
	font-size: 60px;
	font-weight: bold;
	text-align: left;
}

#content .l1_sub-t9{
	font-size: 35px;
	font-weight: bold;
	text-align: left;
}

p.read_t{
	font-size:16px;
	line-height:1.5 !important;
}

h3.sub-title{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 10px;
	margin-bottom: 15px;
}

.read{
	font-size:22px;
	text-align: justify;
}

.entry_txt{
	color: #c7114d;
	font-size: 20px;
	margin-top: 15px;
	font-weight: bold;
	/*text-shadow: 1px 2px 2px #333;*/
}

.live_txt{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 25px;
}

.flow_pc{
	display:block;
}

.flow_sp{
	display:none;
}

.flow_head span{
	color:#E4007F;
	font-weight:bold;
}

#copyrights {
	padding: 20px 0;
	background-color: #FFF;
	font-size: 14px;
	line-height: 1.5;
	color:#333;
}

#copyrights .col_half:last-child {
	display:block;
}

#copyrights .col_last {
	margin-right: 0 !important;
	clear: right;
	text-align: right !important;
}

.button{
	padding: 20px 100px;
	font-size: 23px;
	height: auto;
	background-color:#c7114d;
}
.button.button-rounded{
	border-radius: 50px;
}

.button:hover {
	background-color: #E32969;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-border{
	font-size: 16px;
	font-weight: bold;
}

.button.button-border.button-light {
	padding: 10px 150px;
	font-size: 20px;
	border: 2px solid #FFF;

}

.mark_line{
	background: linear-gradient(transparent 92%, #FFFFA6  30%);
}

.button.button-xlarge {
    font-size: 18px;
    height: 52px;
    letter-spacing: 2px;
    line-height: 52px;
    padding: 0 105px;
}

#content p.sub_txt1{
	font-size: 19px;
	font-weight: bold;
	color:#01419A;
	margin-bottom: 0;
	padding: 0;
}

#content p.sub_txt1-1{
	font-size: 16px;
	line-height: 1.3;
	margin-top: 10px;
}

.dmtop_link{
	text-align: center;
	margin: 50px 0;
}

.dmtop_link a{
	color: #fff;
	background-color: #333;
	display: inline-block;
	padding: 13px 30px;
	margin: 15px;
	font-size: 14px;
	border-radius: 20px;
	text-decoration: none;
	font-weight: bold;
}

.dmtop_link a:hover{
	background-color: #000;
}

.floating-banner {
	position: fixed;
	z-index: 99999;
	bottom: 10px;
 	right: 0;
 	left: 0;
 	margin: 0 auto;
}

.floating-banner:hover {
	opacity: .8;
}
.sp {
	display: none;
}

.line-bdr{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.event_details{
	text-align: justify;
	margin-bottom: 30px;
}

.event_details dl{
	font-size: 20px;
	clear: both;
	margin: 0% 0 5% 5%;
	padding: 0;
}

.event_details dt{
	float: left;
	padding: 1% 2%;
	margin-right: 3%;
	background-color: #C7114D;
	color: #FFF;
}

.event_details dd{
	float: left;
	font-size: 30px;
	font-weight: bold;
}

.event_details dd.chgtxt1{
	font-size: 80px;
	letter-spacing: 5px;
	color: #C7114D;
}

.resultbox{
	margin: 30px auto;
	padding: 0 2%;
}

.result-title{
	margin-top: -25px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.7);
	color: #FFF;
}




@media (max-width: 1198px) {
#content h2.chgtxt1{
	color:#FFF;
	letter-spacing: 10px;
	background: #c7114d;
}
}

@media (max-width: 992px) {
#primary-menu ul li a {
	color: #333;
}

#primary-menu ul li a:hover {
	color: #C7114D;
}
	

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { color: #C7114D; font-weight: bold; }

#primary-menu ul li ul li:hover > a,
#primary-menu ul li ul li.current > a { color: #C7114D; font-weight: bold; }	

.emphasis-title{
	text-align:center;
	margin-top:50px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.line-bdr{
	border-left: none;
	border-right: none;
}


}


@media (max-width: 767px) {
.slider-caption h2 {
	font-size: 28px !important;
	letter-spacing: 0px;
	margin-bottom: 10px !important;
	color: #FFF !important;
}

.slider-caption div {
	font-size: 16px;
}

#content h2.chgtxt1{
	color:#FFF;
	letter-spacing: 10px;
	background: #c7114d;
}

.event_details dl{
	font-size: 16px;
	clear: both;
	margin: 0% 0 5% 5%;
	padding: 0;
}

.event_details dt{
	float: none;
	display: inline-block;
	padding: 1% 2%;
	margin-right: 0%;
	margin-bottom: 2%;
	background-color: #C7114D;
	color: #FFF;
}

.event_details dd{
	float: none;
	font-size: 20px;
	font-weight: bold;
}

.event_details dd.chgtxt1{
	margin-top: 15px;
	font-size: 33px;
	letter-spacing: 0px;
	color: #C7114D;
}

.bottommargin{
	margin-bottom:30px !important;
}	

.emphasis-title{
	margin-bottom:60px !important;
}

.leftmargin-sm{
	margin-left:0 !important;
}

.emphasis-title h1{
	font-size:20px;
}

#content h2{
	font-size:28px;
	margin-top: 5px;
}

.emphasis-title h3{
	font-size:22px !important;
	line-height:1.3;
	margin-top:10px;
	margin-bottom:10px;
}

.page-section{
	padding:25px 0 10px !important;
}

.flow_pc{
	display:none;
}

.flow_sp{
	display:block;
}

.button{
	padding: 0px 6%;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
}
	
.button.button-border.button-light {
	padding: 0px 50px;
	font-size: 14px;
}
	
.line, .double-line{
	margin: 20px 0;
	}

#copyrights,
#copyrights a{
	font-size:11px;
	text-align:center;
}

#copyrights .f_icon{
	width:70%;
	margin:0 auto;
	text-align:center !important;	
}

#copyrights .col_last {
	margin-right: 0 !important;
	clear:none !important;
	text-align: center !important;
}

}

@media (max-width: 479px) {
.topmargin-lg { margin-top: 40px !important; }

#header,
#header-wrap,
#logo img {
	height: 60px;
}

#content h2.chgtxt1{
	color:#FFF;
	letter-spacing: 10px;
	background: #c7114d;
	font-size: 20px;
}

.emphasis-title{
	text-align:center;
	margin-top:0px;
	padding-top: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.emphasis-title .l1logo{
	width: 100%;
	margin-bottom: 0px;
}
	
.emphasis-title .l1_sub-t{
	display: inline-block;
	margin-bottom: 50px;
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	text-shadow: none;
}

.container,
#header.full-header .container,
.container-fullwidth { width: 100% !important; }

#content h2{
position: relative;
padding: 2%;
margin-top: 10px;
color: #333;
font-size: 30px;
letter-spacing: 5px;
}

h2.swip_fntchg1{
	font-size: 20px !important;
}

#content .l1_sub-t2{
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: bold;
	margin-bottom: 35px;
}

#content .l1_sub-t3{
	font-size: 22px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}

#content .l1_sub-t4{
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 0;
}

#content .l1_sub-t5{
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	font-size: 16px;
}

#content .l1_sub-t6{
	color: #FFF;
	font-size: 16px;
	text-align :justify;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}

.emphasis-title h1{
	font-size:28px  !important;
	text-align: left;
	font-weight: bold;
	line-height: 1.2;
	padding:0  !important;
	margin-bottom: 15px  !important;
	text-shadow: 1px 1px 2px #333;
}

.emphasis-title h1 span{
	display: block;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 10px;
}
	
.emphasis-title p.readtxt{
	font-size: 16px;
	text-align: justify;
	padding:0  !important;
	margin-top: 0px;
	color: #333;
	font-weight: bold;
}
	
h3.sub-title{
	font-size: 25px;
	font-weight: bold;
	margin: 15px 0;
}
	
.entry_txt{
	color: #c7114d;
	font-size: 20px;
	margin-top: 15px;
	font-weight: bold;
	/*text-shadow: 1px 2px 2px #333;*/
}

.live_txt{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: -25px;
}
.col_one_third{margin:0 0 5px 0  !important;
}

.row{
	margin: 0 auto;
	text-align: center;
}	

.enq-box{
	border: 3px solid #CCC;
	padding: 20px;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

#content p.sub_txt1{
	font-size: 16px;
	font-weight: bold;
	color:#01419A;
	margin-bottom: 0;
	padding: 0;
}

#content p.sub_txt1-1{
	font-size: 14px;
	line-height: 1.3;
	margin-top: 10px;
	text-align: left;
}

.bottommargin-lg{
	margin-bottom: 20px !important;
}
	
#section-s1 h3{
	font-size: 18px;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.3;
}	
	
#section-summary_1 .topmargin-sm{
	margin-top: 0 !important;
}

.sp {
	margin: 0 auto;
	display: inline-block;
    }

.line-bdr{
	border-left: none;
	border-right: none;
}

.event_details{
	margin-bottom: 0px;
}
	
.event_details dl{
	font-size: 16px;
	clear: both;
	margin: 0% 0 5% 5%;
	padding: 0;
}

.event_details dt{
	float: none;
	display: inline-block;
	padding: 1% 2%;
	margin-right: 0%;
	margin-bottom: 2%;
	background-color: #C7114D;
	color: #FFF;
}

.event_details dd{
	float: none;
	font-size: 20px;
	font-weight: bold;
}

.event_details dd.chgtxt1{
	margin-top: 15px;
	font-size: 33px;
	letter-spacing: 0px;
	color: #C7114D;
}

.read{
	font-size:18px;
	text-align: justify;
}
	
}

