@charset "utf-8";

/* ======================================================
 header
====================================================== */
#globalHeader{
	border-bottom: 1px solid #dbdbdb;
}
#header{
	width: 960px;
	margin: 0 auto;
	padding: 10px 15px 10px 5px;
}
#siteLogo{
	float: left;
}
#homeLink{
	float: right;
	padding-top: 10px;
}
@media screen and (max-width: 767px) {
#header{
	width: 100%;
	padding: 10px 15px 10px 10px;
}
}
/* ======================================================
 mainArea
====================================================== */
#mainArea{
	width: 960px;
	margin: 0 auto 40px;
	padding: 10px 0 0 0;
}
#mainArea > h1{
	width: 897px;
	text-align: center;
	background-image: url(/calendar/jx_common/images/com_il01.png), url(/calendar/jx_common/images/com_il02.png);
	background-repeat: no-repeat;
	background-position: 0 50%, 100% 50%;
	margin: 0 auto;
}
#mainArea > h1 .lead{
	padding-top: 10px;
	font-weight: bold;
	font-size: 1.985rem;
	color: #555555;
	text-align: center;
}
#mainArea > h1 .lead .blue{
	color: #2a70c7;
}
#mainArea > h1 .lead .green{
	color: #219e1e;
}
#snsBox{
	text-align: right;
	margin-bottom: 10px;
}
.fb-like{
	padding: 0;
	margin: 0;
	vertical-align: top !important;
}
@media screen and (max-width: 767px) {
#mainArea{
	width: 100%;
	margin-bottom: 15px;
	padding: 5px 3% 0;
}
#mainArea > h1{
	width: 100%;
	padding: 0 50px;
	background-size: auto 80%;
}
#mainArea > h1 .lead{
	padding-top: 5px;
	font-size: 1.2rem;
}
.fb_iframe_widget_fluid{
	display: inline-block !important;
}


}

/* ======================================================
 firstArea
====================================================== */
#calendarBtn{
	position: fixed;
	top: 350px;
	right: 15%;
	z-index: 10000;
}
#calendarBtn.hide{
	display: none;
}

/* monthLink
------------------------------------------------------ */
.monthLink{
	width: 100%;
	height: 72px;
	background-color: #3a3a3a;
	color: #fff;
	margin: 0 0 50px 0;
}
.monthLink > .inner{
	width: 960px;
	margin: 0 auto;
	display: table;
	height: 72px;
}
.monthLink > .inner .prev,
.monthLink > .inner .next{
	display: table-cell;
	vertical-align: middle;
	width: 88px;
}
.monthLink > .inner .prev a,
.monthLink > .inner .next a{
	padding: 4px;
	display: block;
	color: #fff;
	font-weight: bold;
	background: #9d9d9d url(/calendar/jx_common/images/com_ic01.png) no-repeat 15px 50%;
	font-size: 1.8rem;
	border-bottom: 2px solid #6b6b6b;
	/* transition */
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.monthLink > .inner .prev a:hover,
.monthLink > .inner .next a:hover{
	text-decoration: none;
	background-color: #ec6826;
}
.monthLink > .inner .next a{
		background: #9d9d9d url(/calendar/jx_common/images/com_ic02.png) no-repeat 62px 50%;
}
.monthLink > .inner .prev a > p,
.monthLink > .inner .next a > p{
	padding: 20px 0 0 20px;
	border: 1px dashed #fff;
	width: 78px;
	height: 62px;
	line-height: 1;
	text-align:center;
}
.monthLink > .inner .next a > p{
	padding: 18px 15px 0 0;
}
.monthLink > .inner .prev a > p >span,
.monthLink > .inner .next a > p >span{
	font-size: 2.1rem;
}
.monthLink > .inner > h2{
	width: 788px;
	display: table-cell;
	vertical-align: middle !important;
	text-align: center;
	font-size:3rem;
	font-weight: bold;
	font-style: italic;
}
.monthLink > .inner > h2 > span{
	font-size: 3.3rem;
}
.monthLink > .inner > h2 > em{
	font-size: 4.6rem;
	font-style: italic;
}
@media all and (-ms-high-contrast:none){
.monthLink{
		line-height: 1;
}
.monthLink > .inner > h2{
	padding: 10px 0 0 0;
}
.monthLink > .inner > h2 > span{
	font-size: 3rem;
}
.monthLink > .inner > h2 > em{
	font-size: 3.8rem;
	font-style: italic;
}

.monthLink > .inner .next a > p{
	padding: 20px 20px 0 0;
}

}
@media screen and (max-width: 767px) {
#calendarBtn{
	position: fixed;
	right: 0;
	top: auto;
	bottom: 150px;
	z-index: 999;
	width: 70px;
}
.monthLink{
	margin-bottom: 15px;
	height: auto;
}
.monthLink > .inner{
	width: 100%;
	height: auto;
}
.monthLink > .inner .prev,
.monthLink > .inner .next{
	width: 70px;
}
.monthLink > .inner .prev a,
.monthLink > .inner .next a{
	padding: 2px;
	background: #9d9d9d url(/calendar/jx_common/images/com_ic01.png) no-repeat 10px 50%;
	font-size: 1.4rem;
}
.monthLink > .inner .next a{
		background: #9d9d9d url(/calendar/jx_common/images/com_ic02.png) no-repeat 50px 50%;
}
.monthLink > .inner .prev a > p,
.monthLink > .inner .next a > p{
	padding: 15px 0 0 15px;	
	width: 66px;
	height: 50px;
}
.monthLink > .inner .next a > p{
	padding: 15px 10px 0 0;
}
.monthLink > .inner .prev a > p >span,
.monthLink > .inner .next a > p >span{
	font-size: 1.8rem;
}
.monthLink > .inner > h2{
	width: auto;
	font-size: 1.6rem;
}
.monthLink > .inner > h2 > span{
	font-size: 2.2rem;
}
.monthLink > .inner > h2 > em{
	font-size: 3rem;
}

}

/* columnBlock
------------------------------------------------------ */
.columnBlock{
	width: 960px;
	margin: 0 auto 30px;
}
/* firstBox */
.firstBox{
	margin-bottom: 60px;
}
.firstBox a{
	display: block;
	color: #fff;
	/* transition */
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.firstBox a:hover{
	text-decoration: none;
	opacity: 0.75;

}
.firstBox .ph{
		overflow: hidden;
}
.firstBox .ph img{
		-moz-transition: -moz-transform 0.2s linear;
		-webkit-transition: -webkit-transform 0.2s linear;
		-o-transition: -o-transform 0.2s linear;
		-ms-transition: -ms-transform 0.2s linear;
		transition: transform 0.2s linear;
}
.firstBox .ph img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}

.firstBox .txtLink{
	width: 100%;
	display: table;
	background: #000 url(/calendar/jx_common/images/com_ic03.png) no-repeat 98% 50%;
}
.firstBox a[target="_blank"] .txtLink {
	background: #000 url(/calendar/jx_common/images/com_ic04.png) no-repeat 98% 50%;
}

.firstBox .noLink {
	background: #000;
}

.firstBox .icon01{
	width: 90px;
	display: table-cell;
	vertical-align: middle;	
}
.firstBox .txtBox{
	padding: 0 0 0 20px;
	display: table-cell;
	vertical-align: middle;
}
.firstBox .iconBox{
	letter-spacing: -0.4em;
	margin-bottom: 4px;
}
.firstBox .iconBox > li{
	display: inline-block;
	letter-spacing: normal;
}
.firstBox .iconBox .icon02{
	padding: 2px 5px;
	background: #fff;
	color: #e75c08;
	font-weight: bold;
	font-size: 1.2rem;
}
.firstBox .iconBox .icon03{
	padding: 2px 7px;
	background: #f06d1d;
	color: #fff;
	font-size: 1.2rem;
}
.firstBox .txtBox .txt{
	width: 810px;
	font-weight: bold;
	font-size: 1.7rem;
		white-space: nowrap;
		overflow: hidden; 
		text-overflow: ellipsis; 
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;	
	color: #fff;
}
.firstBox .txtBox .txt .data{
	margin-right: 10px;
	font-size: 1.3rem;
}

.firstBox .noicon{
	padding: 15px 0 12px 15px;
}

.firstBox .noicon .txtBox{
	padding:0px;
}

.firstBox .video-wrapper {
     margin: 0 auto;
     max-width: 100%;
     width: 960px;
}

.firstBox .video-container {
     height: 0px;
     overflow: hidden;
     padding-bottom: 56.25%;
     padding-top: 30px;
     position: relative;
}

.firstBox .video-container iframe {
     height: 100%;
     left: 0px;
     position: absolute;
     top: 0px;
     width: 100%;
}


@media screen and (max-width: 767px) {
.columnBlock{
	width: 100%;
}
.firstBox{
	margin-bottom: 30px;
}
.firstBox .icon01{
	width: 90px;
}
.firstBox .icon01 img{
	width: 90px;
	height: auto;
	max-width: 90px;
}
.firstBox .txtBox{
	box-sizing: border-box;
	padding: 5px 30px 5px 8px;
}
.firstBox .iconBox{
	margin-bottom: 2px;
}
.firstBox .iconBox .icon02{
	font-size: 1rem;
}
.firstBox .iconBox .icon03{
	font-size: 1rem;
}
.firstBox .txtBox .txt{
	font-size: 1.4rem;
	width: auto;
}
.firstBox .txtBox .txt .data{
	margin-right: 5px;
	font-size: 1rem;
}
}
/* columBox */
.columBox .box{
	float: left;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.columBox .box:nth-child(odd){
	margin-right: 20px;
}
.columBox .box .icon{
	position: absolute;
	top: -10px;
	z-index: 999;
}
.columBox .box a{
	display: block;
	/* transition */
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.columBox .box a:hover{
	opacity: 0.75;
}
.columBox .box .ph{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.columBox .box .ph img{
		-moz-transition: -moz-transform 0.2s linear;
		-webkit-transition: -webkit-transform 0.2s linear;
		-o-transition: -o-transform 0.2s linear;
		-ms-transition: -ms-transform 0.2s linear;
		transition: transform 0.2s linear;
}
.columBox .box .ph img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}
.columBox .box .innerTxt{
	padding: 15px 0 12px 15px;
	position: absolute;
	bottom: 0;
	z-index:999;
	background: rgba(0,0,0,0.8);
	width: 100%;
	color: #FFFFFF;
}
.columBox .box a .innerTxt{
	padding: 15px 0 12px 15px;
	position: absolute;
	bottom: 0;
	z-index:999;
	background: rgba(0,0,0,0.8) url(/calendar/jx_common/images/com_ic03.png) no-repeat 98% 50%;
	width: 100%;
}
/*
.columBox .box .innerTxt{
	padding: 15px 0 12px 15px;
	position: absolute;
	bottom: 0;
	z-index:999;
	background: rgba(0,0,0,0.8) url(/calendar/jx_common/images/com_ic03.png) no-repeat 98% 50%;
	width: 100%;
}*/
.columBox .box a[target="_blank"] .innerTxt{
	background: rgba(0,0,0,0.8) url(/calendar/jx_common/images/com_ic04.png) no-repeat 98% 50%;
}
.columBox .box .iconBox{
	margin-bottom: 5px;
	letter-spacing: -0.4em;
}
.columBox .box .iconBox > li{
	display: inline-block;
	letter-spacing: normal;
}
.columBox .box .iconBox .icon02{
	padding: 2px 5px;
	background: #fff;
	color: #e75c08;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.2;
}
.columBox .box .iconBox .icon03{
	padding: 2px 7px;
	background: #f06d1d;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
}
.columBox .box .txt{
	font-weight: bold;
	font-size: 1.7rem;
}
.columBox .box.b01 .txt,
.columBox .box.b02 .txt {
		white-space: nowrap;
		overflow: hidden; 
		text-overflow: ellipsis; 
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
}
.columBox .box.b01 .txt{
		width: 310px; 
}
.columBox .box.b02 .txt{
		width: 550px; 
}
.columBox .box .txt .data{
	margin-right: 8px;
	font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
.columBox{
	width: 100%;
	padding: 0 3%;
}
.columBox .box{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.columBox .box:nth-child(2n+1) {
	margin-right: 0;
}
.columBox .box .ph{
	height: 150px;
	overflow: hidden;
}
.columBox .box .ph img{
	width: 100%;
}
.columBox .box .innerTxt{
	padding: 10px;
}
.columBox .box01 .innerTxt{
		bottom: -15px;
}
.columBox .box .iconBox{
	margin-bottom: 2px;
}
.columBox .box .iconBox .icon02{
	font-size: 1rem;
}
.columBox .box .iconBox .icon03{
	font-size: 1rem;
}
.columBox .box .txt{
	font-size: 1.4rem;
}
.columBox .box.b01 .txt,
.columBox .box.b02 .txt{
	font-size: 1.4rem;
	width: 95%; 
}
.columBox .box .txt .data{
	margin-right: 5px;
	font-size: 1rem;
}
}

/* ======================================================
 secondArea
====================================================== */
/* calendarBlock
------------------------------------------------------ */
.calendarBlock{
	width: 960px;
	margin: 0 auto 60px;
}
.calendarBlock > h3{
	margin: 0 0 40px 0;
	padding: 0 0 2px 48px;
	font-size: 3.8rem;
	font-weight: bold;
	background: url(/calendar/jx_common/images/com_ic08.png) no-repeat 0 0.3em;
	border-bottom: 4px solid #f15e09;
}
/* calendarTablePC */
.calendarTablePC table{
	width: 100%;
}
.calendarTablePC table th{
	padding: 5px;
	border: 1px solid #c6c6c6;
	text-align: center;
	vertical-align: middle;	
	font-size: 1.4rem;
}
.calendarTablePC table th > span{
	font-size: 1.3rem;
}
.calendarTablePC table thead th{
	padding: 10px 8px;
	background: #f3f3f3;
	font-weight: bold;
}
.calendarTablePC table thead th.tb01{
	background: #42a440;
	color: #fff;
}
.calendarTablePC table thead th.tb02{
	background: #4080cf;
	color: #fff;
}
.calendarTablePC table thead th.tb03{
	background: #ef6050;
	color: #fff;
}
.calendarTablePC table td{
	border: 1px solid #c6c6c6;
	padding-bottom: 8px;
}
.calendarTablePC table td.tb01{
	background: #f3fde8;
}
.calendarTablePC table td.tb02{
	background: #f1f6fd;
}
.calendarTablePC table td.tb03{
	background: #fef5f4;
}
.calendarTablePC table th.sat{
	color: #1d71d9;
}
.calendarTablePC table th.sun,
.calendarTablePC table th.holiday{
	color: #e45a4b;
}
.calendarTablePC .iconBox{
	border-top: 1px dashed #c6c6c6;
	padding: 8px 8px 0;
	margin: 8px 0 5px;
	letter-spacing: -0.4em;
}
.calendarTablePC table td .iconBox:first-child{
	border: none;
	margin-top: 0;
}
.calendarTablePC table td a{
	display: inline-block;
	padding: 0 8px;
}
.calendarTablePC table a[target="_blank"]:after{
	margin-left: 5px;
	content:url(/calendar/jx_common/images/com_ic07.gif);
}
.calendarTablePC .iconBox > li{
	display: inline-block;
	letter-spacing: normal;
}
.calendarTablePC .iconBox .icon02{
	padding: 3px 5px;
	background: #f06d1d;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.2;
}
.calendarTablePC .iconBox .icon03{
	padding: 2px 6px;
	background: #fff;
	color: #f06d1d;
	border: 1px solid #f06d1d;
	font-size: 1.2rem;
	line-height: 1.2;
}
/* calendarTableSP */
.calendarTableTab{
	letter-spacing: -0.4em;
	margin-bottom: 15px;
	display: table;
	width: 100%;
}
.calendarTableTab li{
	position: relative;
	width: 33.3%;
	padding: 8px 0;
	display: table-cell;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.calendarTableTab li:first-child{
	color: #42a440;
	border-top: 1px solid #42a440;
	border-left: 1px solid #42a440;
	border-bottom: 1px solid #42a440;
}
.calendarTableTab li:nth-child(2){
	color: #4080cf;
	border: 1px solid #4080cf;
}
.calendarTableTab li:last-child{
	color: #ef6050;
	border-top: 1px solid #ef6050;
	border-right: 1px solid #ef6050;
	border-bottom: 1px solid #ef6050;
}
.calendarTableTab li:first-child.select{
	color: #fff;
	background: #42a440;
}
.calendarTableTab li:first-child.select:before{
	content: "";
	border: 9px solid transparent;
	border-top: 9px solid #42a440;
	position: absolute;
	right: 38%;
	bottom: -18px;
}
.calendarTableTab.under li:first-child.select:after{
	content: "";
	border: 9px solid transparent;
	border-bottom: 9px solid #42a440;
	position: absolute;
	right: 38%;
	top: -18px;
}
.calendarTableTab li:nth-child(2).select{
	color: #fff;
	background: #4080cf;
}
.calendarTableTab li:nth-child(2).select:before{
	content: "";
	border: 9px solid transparent;
	border-top: 9px solid #4080cf;
	position: absolute;
	right: 38%;
	bottom: -18px;
}
.calendarTableTab.under  li:nth-child(2).select:after{
	content: "";
	border: 9px solid transparent;
	border-bottom: 9px solid #4080cf;
	position: absolute;
	right: 38%;
	top: -18px;
}
.calendarTableTab li:last-child.select{
	color: #fff;
	background: #ef6050;
}
.calendarTableTab li:last-child.select:before{
	content: "";
	border: 9px solid transparent;
	border-top: 9px solid #ef6050;
	position: absolute;
	right: 38%;
	bottom: -18px;
}
.calendarTableTab.under li:last-child.select:after{
	content: "";
	border: 9px solid transparent;
	border-bottom: 9px solid #ef6050;
	position: absolute;
	right: 38%;
	top: -18px;
}

.calendarTableTab.under li:first-child.select:before,
.calendarTableTab.under li:nth-child(2).select:before,
.calendarTableTab.under  li:last-child.select:before{
	border: none;
}

/* calendarTableBox */
.calendarTableBox .hide{
	display: none;
}
.calendarTableBox{
	margin-bottom: 20px;
}
.calendarTableSP table{
	width: 100%;
}
.calendarTableSP table th{
	padding: 6px 8px;
	border: 1px solid #c6c6c6;
	text-align: center;
	vertical-align: middle;	
	font-size: 1.4rem;
}
.calendarTableSP table th > span{
	font-size: 1.2rem;
}
.calendarTableSP table thead th{
	padding: 10px 8px;
	background: #f3f3f3;
	font-weight: bold;
}
.calendarTableSP table td{
	border: 1px solid #c6c6c6;
}
.calendarTableSP .tb01 table td{
	background: #f3fde8;
}
.calendarTableSP .tb02 table td{
	background: #f1f6fd;
}
.calendarTableSP .tb03 table td{
	background: #fef5f4;
}
.calendarTableSP table th.sat{
	color: #1d71d9;
}
.calendarTableSP table th.holiday,
.calendarTableSP table th.sun{
	color: #e45a4b;
}
.calendarTableSP table td .section01{
	border-top: 1px dashed #c6c6c6;
}
.calendarTableSP .section01:first-child{
	border: none;
}
.calendarTableSP table td .section01 a{
	display: block;
	padding: 8px 25px 8px 8px;
	background: url(/calendar/jx_common/images/com_ic05.png) no-repeat 97% 50%;
	border-top: 1px dashed #c6c6c6;
}
.calendarTableSP table td .section01 a:first-child{
	border: none;
}

.calendarTableSP table td .section01 a[target="_blank"]{
	background: url(/calendar/jx_common/images/com_ic06.png) no-repeat 97% 50%;
}
.calendarTableSP .iconBox{
	margin-bottom: 5px;
	letter-spacing: -0.4em;
}
.calendarTableSP .iconBox > li{
	display: inline-block;
	letter-spacing: normal;
}
.calendarTableSP .iconBox .icon02{
	padding: 2px 5px;
	background: #f06d1d;
	color: #fff;
	font-weight: bold;
	font-size: 1.1rem;
}
.calendarTableSP .iconBox .icon03{
	padding: 1px 7px;
	background: #fff;
	color: #f06d1d;
	border: 1px solid #f06d1d;
	font-weight: bold;
	font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
.calendarBlock{
	width: 100%;
	padding: 0 3%;
	margin-bottom: 20px;
}
.calendarBlock > h3{
	margin-bottom: 15px;
	padding: 4px 0 2px 38px;
	font-size: 2.8rem;
	background-size: 28px auto;
	background-position: 0.2em 50%;
}
}
.calendarBlock .textNotes {
	margin: 5px;
	color: #555555;
	font-size: 1.2rem;
}
/* ======================================================
 footer
====================================================== */
#subfoot{
	background: #e7e7e7;
}
#subfoot .inner{
	width: 960px;
	margin: 0 auto 14px;
	padding: 12px 0 6px;
}
#subfoot .inner ul{
	float: left;
	margin-left:10px;
}
#subfoot .inner li{
	margin-right: 10px;
	display: inline-block;
}
#subfoot .inner li a{
	padding-right: 10px;
	border-right: 1px solid #999999;
	vertical-align: top;
	line-height: 1;
	font-size: 80%;
}
#subfoot .inner li:last-child a{
	border: none;
}
#subfoot .inner ul li a:hover{
	color: #089f87;
	text-decoration: none;
}
#subfoot .inner ul li.onetrust_cookieset a{
	cursor:pointer;
}
#subfoot .inner #pagetop{
	float: right;
	margin-right: 10px;
}
#footer{
	width: 960px;
	margin: 14px auto 13px;
	padding: 0 10px;
}
#footer > h1{
	float: left;
	width: 136px;
	padding: 0 20px 0 0;
	margin-top: 25px;
}
#footer .groupLink {
	float: left;
	border-left: 1px solid #CCCCCC;
	padding: 2px 0;
	width: 804px;
}
#footer .groupLink ul li{
	float: left;
	margin-left:15px;
	font-size:0;
}
#footer .groupLink ul li a {
	padding-left: 17px;
	background: url(/calendar/jx_common/images/com_ic12.gif) no-repeat 0 3px;
	display: block;
}
#footer .groupLink .group02,
#footer .groupLink .group03{
	margin-top: 9px;
}

#copy{
	border-top: 1px solid #cccccc;
}
#copy > p{
	width: 960px;
	margin: 0 auto;
	padding: 10px 10px;
	text-align: right;
	font-size: 0.9rem;
	color: #666666;
}
@media screen and (max-width: 767px) {
#footer{
	display: none;
}
#subfoot .inner{
	width:100%;
}
#subfoot .inner ul{
	text-align:center;
	float:none;
}	
#copy > p{
	width: 100%;
	text-align: center;
}

}
	
/* ======================================================
 OTHER
====================================================== */
/* Clearfix
------------------------------------------------------ */
#header:after,
.columBox:after,
#subfoot .inner:after,
#footer:after,
#footer .group01:after,
#footer .group02:after{
	content: "";
	display: block;
	clear: both;
}
#header,
.columBox,
#subfoot .inner,
#footer,
#footer .group01:after,
#footer .group02:after{
	zoom: 1;
}
@media screen and (max-width: 767px) {
	#subfoot .inner{
		clear:none;
	 }
}
