@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/* page title */
/* -------------------------------------------------- */
.pageOnline {
	background: url(../../../img/online-ohaka/online_title_bg.jpg) no-repeat center center / cover;
}

.pageOnlineDetail {
	background: url(../../../img/online-ohaka/online_detail_title_bg.jpg) no-repeat center center / cover;
}

#ready {
	font-size: 1.6rem;
	padding: 10px 20px;
	margin-bottom: 30px;
	border: 1px #a20000 solid;
	color: #a20000;
	text-align: center;
}

/* intro */
/* -------------------------------------------------- */
#intro {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 100px auto 0;
	padding-bottom: 105px;
	height:auto !important;
}

.introCatch {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2.4rem;
	line-height: 1.0;
	letter-spacing: 0.2em;
	color: #333333;
	white-space: pre;
}

.introTxt {
	margin-left: 200px;
	font-size: 1.6rem;
	line-height: 1.7 !important;
	letter-spacing: 0.16em !important;
}

/* function */
/* -------------------------------------------------- */
.functionInner {
	margin-bottom: 140px;
	/* padding: 105px 0 0; */
}

.funcTtl {
	margin-bottom: 50px;
}

/* box */
.functionCont.contRow {
	gap: 30px 2%;
}
/* box */
.functionContBox {
	width: 49%;
	padding: 40px 30px 35px;
	text-align: center;
	border: 1px solid #E1E3DE;
	border-radius: 5px;
}

.functionBoxFigure {
	width: 45%;
	width: 130px;
	margin: 30px auto 30px;
}

.functionBoxFigure.icon1 {
	width: 100px;
}

.functionBoxIcon {
	width: 100%;
}

.functionBoxHead {
	margin-bottom: 20px;
	font-size: 2.0rem;
	line-height: 1.5;
}

.functionBoxHead ._br:before {
	content: '\A';
	white-space: pre;
}

.functionBoxTxt {
	line-height: 1.8;
	text-align: left;
}

/* screen */
/* -------------------------------------------------- */
.screenInner {
	margin-bottom: 100px;
}

.screenContImg {
	width: 100%;
}

.screenContDes {
	padding-left: 8.33%;
}

.screenDesItem {
	margin-bottom: 18px;
}

.screenDesItem:nth-last-of-type(1) {
	margin-bottom: 0;
}

.screenItemNum {
	width: 25px;
	height: 25px;
	padding-top: 3px;
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.0;
	letter-spacing: 0;
	text-align: center;
	color: #FFFFFF;
	background: #3EB134;
	border-radius: 50%;
}

.screenItemTtl {
	width: calc(100% - 25px);
	padding-left: 15px;
	font-size: 2.0rem;
	line-height: 1.3;
}

.screenItemTtl span {
	font-size: 1.4rem;
}

/* detail */
/* -------------------------------------------------- */
.selfIntro {
	margin: 100px 0;
}

.selfIntroLt {
	align-items: flex-start;
	padding-right: 15px;
}

.selfIntroDes {
	padding-left: 15px;
}

.selfIntroFigure {
	width: 42.7%;
	max-width: 250px;
	border-radius: 5px;
	overflow: hidden;
}

.selfIntroFigure img {
	width: 100%;
}

.selfIntroInfo {
	width: calc(100% - 42.7%);
	padding-left: 30px;
}

.selfIntroHead {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E1E3DE;
}

.selfIntroKana {
	margin-bottom: 18px;
	font-size: 1.2rem;
	line-height: 1.0;
	letter-spacing: 0.15em;
}

.selfIntroName {
	font-size: 2.6em;
	line-height: 1.0;
	letter-spacing: 0.15em;
}

.seflIntroKaimyo {
	margin-bottom: 25px;
	font-size: 2.0rem;
	line-height: 1.0;
	color: #000;
}

.selfIntroIn {
	margin-bottom: 35px;
	justify-content: space-between;
}

.selfIntroOld {
	font-size: 1.8rem;
	line-height: 1.0;
}

.selfHistoryItem {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.0;
}

.selfHistoryItem:nth-last-of-type(1) {
	margin-bottom: 0;
}

.selfIntroBtn {
	width: 100%;
	max-width: 310px;
}

.selfDesSymbolArea {
	width: 37.6%;
	padding: 25px 15px;
	text-align: center;
	border: 1px solid #E1E3DE;
	border-radius: 5px;
}

/*.selfDesSymbolArea.hide {
    visibility: hidden;
}*/
.selfDesBook {
	width: 59.3%;
	padding: 0 25px;
	margin-left: 3%;
	align-content: center;
	background: #F2F4EC;
	border-radius: 5px;
}

.selfSymbolFigure {
	margin-bottom: 20px;
}

.selfSymbolFigure img {
	max-width: 100%;
}

.selfDesTxt {
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: left;
}

.selfBookBtn {
	width: 240px;
	margin: 0 auto 20px;
}

.selfBookLink {
	padding: 20px 0 16px;
	display: block;
	background: #3EB134;
	font-size: 2.2rem;
	line-height: 1.0;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #3EB134;
	border-radius: 15px;
	transition: all .3s ease-in-out;
}

.selfBookLink:hover {
	background: #FFFFFF;
	color: #3EB134;
}

.selfBookTxt {
	font-size: 1.2rem;
}

/* ボイスメッセージ、法事のご案内 */
.selfOtherCont {
	margin-bottom: 100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
}

.voiceCol,
.hojiCol {
	width: 100%;
}

.voiceCol {
	margin-right: 3.333%;
}

.selfColHead {
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1.0;
	letter-spacing: 0.15em;
}

.selfColHead:before {
	width: 20px;
	height: 2px;
	margin-right: 15px;
	display: inline-block;
	background: #3EB134;
	content: '';
	vertical-align: 8px;
}

.selfOtherBox {
	padding-right: 60px;
	padding-left: 60px;
	border: 1px solid #E1E3DE;
	border-radius: 5px;
}

.selfVoiceBox {
	align-content: center;
}

.selfHojiBox {
	padding-top: 40px;
	padding-bottom: 40px;
}

.voiceList {
	margin-bottom: 20px;
}

.voiceList:nth-last-of-type(1) {
	margin-bottom: 0;
}

.voiceBtn {
	width: 160px;
	margin-right: 25px;
}

.voiceLink {
	padding: 15px 0;
	display: block;
	font-size: 1.4rem;
	line-height: 1.0;
	text-align: center;
	border: 1px solid #DADADA;
	border-radius: 15px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.voiceLink:after {
	width: 28px;
	height: 18px;
	margin-left: 35px;
	display: inline-block;
	background: url("../../../img/online-ohaka/icon_volume.png") no-repeat 0 0 / 100%;
	content: '';
	vertical-align: -3px;
	transition: all .2s ease-in-out;
}

.voiceTtl {
	width: calc(100% - 185px);
	padding-top: 11px;
	font-size: 1.8rem;
}

.hojiList {
	margin-bottom: 20px;
}

.hojiItem {
	margin-bottom: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.hojiItem:nth-last-of-type(1) {
	margin-bottom: 0;
}

.hojiItem dt {
	width: 120px;
	margin-right: 25px;
	padding: 11px 0;
	background: #EEEEEE;
	font-size: 1.8rem;
	line-height: 1.0;
	text-align: center;
	border-radius: 5px;
}

.hojiItem dd {
	font-size: 1.8rem;
	line-height: 1.0;
}

.hojiBox {
	padding: 25px;
	background: #F2F4EC;
	border-radius: 5px;
}

.hojiBoxHead {
	margin-bottom: 15px;
	padding-bottom: 15px;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #FFFFFF;
}

.hojiHeadTtl {
	font-size: 1.8rem;
	line-height: 1.0;
}

.hojiMapBtn {
	color: #262626;
}

.hojiMapLink {
	font-size: 1.2rem;
	line-height: 1.0;
	color: inherit;
	transition: all .3s ease-in-out;
}

.hojiMapLink:before {
	width: 11px;
	height: 14px;
	margin-right: 5px;
	display: inline-block;
	background: url("../../../img/common/icon_pin.svg") no-repeat 0 0 / 100%;
	content: '';
	vertical-align: -2px;
}

.hojiDesItem {
	margin-bottom: 5px;
	padding-left: 3.5em;
	font-size: 1.4rem;
	line-height: 1.5;
	text-indent: -3.5em;
}

/* 思い出の写真・動画 */
#memories {
	margin-bottom: 100px;
	padding: 100px 0;
}

.secTtlPic {
	margin-bottom: 50px;
}

.sliderWrap {
	width: 100%;
	max-width: 1140px;
	margin: auto;
	position: relative;
}

.mainImage {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 10px;
	position: relative;
	overflow: hidden;
}

.mainImageItem {
	position: relative;
	height: 550px;
}

.mainImageCap {
	width: 100%;
	padding: 13px 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1.5;
	background: rgba(255, 255, 255, 0.8);
}

.mainImageThumbsList {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.mainImageThumbsItem {
	width: 80px !important;
	margin-right: 10px;
	cursor: pointer;
	transition-property: all !important;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.mainImageThumbsItem:nth-last-of-type(1) {
	margin-right: 0 !important;
}

.mainImageFigure img {
	width: 100%;
}

.mainImageThumbsList img {
	width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	width: auto !important;
	height: auto !important;
	outline: none;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black,
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: none !important;
}

.swiper-button-prev:after {
	width: 50px;
	height: 50px;
	display: block;
	content: '' !important;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	transform: rotate(-45deg);
}

.swiper-button-next:after {
	width: 50px;
	height: 50px;
	display: block;
	content: '' !important;
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	transform: rotate(45deg);
}

/*
video {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
*/
.video {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video .bgVideo {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.swiper-container.mainImageThumbs.swiper-container-initialized.swiper-container-horizontal.swiper-container-thumbs {
	display: inline-block;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeIn {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@media all and (-ms-high-contrast: none) {

	.mainImageItem.swiper-slide-prev,
	.mainImageItem.swiper-slide-next {
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	.mainImageItem.swiper-slide-prev,
	.mainImageItem.swiper-slide-next {
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}
}


/* コメント */
#comment {
	margin-bottom: 65px;
}

.commentCol {
	padding-right: 20px;
}

.orderCol {
	padding-left: 20px;
}

.commentBox {
	width: 100% !important;
	height: 400px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #E1E3DE;
	border-radius: 5px;
	overflow-y: scroll;
}

.jspContainer {
	width: 100% !important;
}

.jspPane {
	width: 100% !important;
}

.commentIn {
	padding: 30px 30px 5px;
}

.commentItem {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F1F1F1;
}

.commentItemHead {
	margin-bottom: 15px;
}

.commentDate,
.comentHeadName {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1.0;
	color: #909090;
}

.commentItemTxt {
	font-size: 1.4rem;
}

.boxName {
	width: 350px;
	height: 50px;
	margin-bottom: 10px;
	padding: 0 8px;
	background: #F5F5F5;
	font-size: 1.6rem;
	border: 1px solid #F1F1F1;
	border-radius: 5px;
}

.boxComment {
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
	padding: 8px;
	background: #F5F5F5;
	border: 1px solid #F1F1F1;
	border-radius: 5px;
}

.commentBtn {
	width: 200px;
	margin: auto;
	color: #444444;
}

.commentLink {
	padding: 16px 0;
	display: block;
	font-size: 1.4rem;
	line-height: 1.0;
	text-align: center;
	color: inherit;
	border: 1px solid #DADADA;
	border-radius: 15px;
	transition: all .3s ease-in-out;
}

.orderArea {
	margin-bottom: 50px;
}

.orderBtn {
	width: 48.3%;
	margin-right: 3.4%;
	color: #3EB134;
}

.orderLink {
	padding: 40px 0 35px;
	display: block;
	font-size: 1.9rem;
	text-align: center;
	color: inherit;
	border: 1px solid #3EB134;
	border-radius: 15px;
	transition: all .2s ease-in-out;
}

.orderLink:before {
	width: 75px;
	height: 75px;
	margin: 0 auto 30px;
	display: block;
	content: '';
}

.orderFlwLink:before {
	background: url(../../../img/online-ohaka/icon_flower.png) no-repeat 0 0 / 100%;
}

.orderKmtLink:before {
	background: url("../../../img/online-ohaka/icon_dango.png") no-repeat 0 0 / 100%;
}

.attendanceItem {
	margin-bottom: 25px;
	padding: 0 20px 25px;
	font-size: 1.8rem;
	line-height: 1.0;
	color: #000;
	border-bottom: 1px solid #F1F1F1;
}

/* 質問コーナー */
#free {
	margin-bottom: 80px;
	padding: 80px 0 40px;
	background: #F2F4EC;
}

.freeCol {
	margin-bottom: 40px;
}

.freeColOdd {
	padding-right: 20px;
}

.freeColEven {
	padding-left: 20px;
}

.freeColHead {
	margin-bottom: 10px;
	font-size: 1.8rem;
}

.freeColBox {
	padding: 30px;
	background: #FFFFFF;
	border-radius: 5px;
}

.freeBoxTxt {
	font-size: 1.4rem;
	color: #444444;
}

/* ご家族 */
.familyList {
	margin: 30px 0 20px;
}

.familyBox {
	width: 21%;
	margin: 0 5.3% 50px 0;
}

.familyBoxLink {
	color: #444444;
}

.familyBox:nth-of-type(4n) {
	margin: 0 0 50px;
}

.familyFigure {
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.familyImg {
	width: 100%;
	transition: all .3s ease-in-out;
}

.familyName {
	font-size: 2.2rem;
	line-height: 1.0;
	color: inherit;
}


@media screen and (max-width: 1240px) {
	.functionBoxHead ._br:before {
		content: '';
		white-space: inherit;
	}

	.selfIntroName {
		font-size: 2.4em;
	}
}


@media screen and (max-width: 1140px) {
	.selfOtherBox {
		padding-right: 5%;
		padding-left: 5%;
	}
}


@media screen and (max-width: 1127px) {
	.selfIntroOld {
		margin-bottom: 10px;
	}
}


@media screen and (max-width: 1059px) {
	.mainImageItem {
		height: 51.89vw;
	}
}


@media screen and (min-width: 1025px) {

	.voiceLink:hover {
		background: #DADADA;
	}

	.voiceLink:hover:after {
		background: url("../../../img/online-ohaka/icon_volume_gr.png") no-repeat 0 0 / 100%;
	}

	.hojiMapLink:hover {
		color: #3EB134;
	}

	.hojiMapLink:hover:before {
		background: url("../../../img/common/icon_pin_g.svg") no-repeat 0 0 / 100%;
	}

	.commentLink:hover {
		background: #DADADA;
	}

	.orderLink:hover {
		color: #FFFFFF;
		background: #3EB134;
	}

	.orderFlwLink:hover:before {
		background: url(../../../img/online-ohaka/icon_flower_w.png) no-repeat 0 0 / 100%;
	}

	.orderKmtLink:hover:before {
		background: url("../../../img/online-ohaka/icon_dango_w.png") no-repeat 0 0 / 100%;
	}

	.familyBoxLink:hover .familyImg {
		transform: scale(1.05);
	}

	.mainImageThumbsItem:hover {
		opacity: 0.7;
	}
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* .functionContBox {
		width: 47.5%;
		margin: 0 5% 30px 0;
	}

	.functionContBox:nth-of-type(2n) {
		margin: 0 0 30px 0;
	} */

	.functionInner {
		margin-bottom: 80px;
	}

	.functionBoxFigure {
		margin: 0 auto 40px;
	}

	.functionBoxHead {
		font-size: 1.8rem;
	}

	.functionBoxHead ._br:before {
		content: '\A';
		white-space: pre;
	}

	.screenInner {
		margin-bottom: 80px;
	}

	.screenContFigure {
		max-width: 500px;
		margin: 0 auto 50px;
	}

	.screenContDes {
		padding-left: 0;
	}

	.screenDesItem {
		margin-bottom: 15px;
	}

	.screenItemTtl {
		font-size: 1.8rem;
		line-height: 1.5;
	}



	.selfIntroInfo {
		padding-left: 50px;
	}

	.selfIntroLt {
		margin-bottom: 30px;
		padding-right: 0;
	}

	.selfIntroIn {
		justify-content: flex-start;
	}

	.selfIntroOld {
		margin: 0 30px 0 0;
	}

	.selfIntroBtn {
		margin: 0;
	}

	.selfIntroDes {
		padding-left: 0;
	}

	.selfOtherCont {
		margin-bottom: 80px;
		flex-wrap: wrap;
	}

	.selfOtherBox {
		padding: 40px 5%;
	}

	.selfVoiceBox {
		margin-bottom: 60px;
	}

	.voiceList {
		width: 100%;
	}

	.voiceCol {
		margin-right: 0;
	}

	.commentCol {
		padding-right: 0;
		margin-bottom: 60px;
	}

	.freeColOdd {
		padding-right: 0;
	}

	.freeColEven {
		padding-left: 0;
	}

	.orderCol {
		padding-left: 0;
	}

	input[type="text"] ::-webkit-input-placeholder {
		font-size: 1.0rem;
		line-height: 1.0;
		color: #878787;
	}

	input[type="text"] ::-moz-placeholder {
		font-size: 1.0rem;
		line-height: 1.0;
		color: #878787;
	}

	input[type="text"] :-ms-input-placeholder {
		font-size: 1.0rem;
		line-height: 1.0;
		color: #878787;
	}
}


/* -------------------------------------------------- */
/* TAB(隱ｿ謨ｴ) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.pageOnline {
		background: url(../../../img/online-ohaka/mv_sp.jpg) no-repeat center center / cover;
	}

}

/* -------------------------------------------------- */
/* SP(隱ｿ謨ｴ) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	
	.pageOnline {
		background: url(../../../img/online-ohaka/mv_sp.jpg) no-repeat center center / cover;
	}
	
	#intro {
		margin: 60px auto 0 !important;
		padding-bottom: 80px;
	}

	.introCatch {
		margin-bottom: 30px;
		position: relative;
		top: inherit;
		left: inherit;
		font-size: 2.0rem;
		writing-mode: inherit;
	}

	.introTxt {
		margin-left: 0;
		font-size: 1.6rem;
	}

	/* .functionInner {
		padding: 80px 0 0;
	} */

	.funcTtl {
		margin-bottom: 30px;
	}

	.selfDesTxt {
		font-size: 1.4rem;
	}

	.selfBookTxt {
		font-size: 1.4rem;
	}



	.selfIntroFigure {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 30px;
	}

	.selfIntroInfo {
		width: 100%;
		padding-left: 0;
	}

	.selfIntroBtn {
		margin: auto;
	}

	.selfBookLink {
		font-size: 1.8rem;
	}

	.selfIntroName {
		font-size: 2.2rem;
	}

	.selfIntro {
		margin: 60px 0 80px;
	}

	#memories {
		margin-bottom: 80px;
		padding: 80px 0;
	}

	.swiper-button-next:after {
		width: 30px;
		height: 30px;
	}

	.swiper-button-prev::after {
		width: 30px;
		height: 30px;
	}

	.mainImageCap {
		position: relative;
	}

	.video .bgVideo {
		width: auto;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.selfColHead {
		font-size: 2.0rem;
	}

	.familyBox {
		width: 47%;
	}

	.familyBox:nth-of-type(2n) {
		margin: 0 0 50px;
	}

	.familyName {
		font-size: 2.0rem;
	}
}


@media screen and (max-width: 720px) {
	.functionBoxHead ._br:before {
		content: '';
		white-space: inherit;
	}
}


@media screen and (max-width: 600px) {
	.functionContBox {
		width: 100%;
		/* margin: 0 auto 20px !important; */
		padding: 30px 30px 25px;
		max-width: 500px;
	}

	.functionBoxHead ._br:before {
		content: '\A';
		white-space: pre;
	}

	.functionBoxFigure {
		width: 146px;
		margin: 0 auto 20px;
	}

	.selfDesSymbolArea {
		width: 100%;
		margin-bottom: 20px;
	}

	.selfDesBook {
		width: 100%;
		padding: 30px 15px;
		margin-left: 0;
	}

	.selfOtherBox {
		padding: 30px 5%;
	}

	.voiceBtn {
		width: 110px;
		margin: auto;
	}

	.voiceTtl {
		width: 100%;
	}

	.voiceLink {
		padding: 13px 0;
		font-size: 1.4rem;
	}

	.voiceLink:after {
		margin-left: 5px;
	}

	.voiceTtl {
		font-size: 1.4rem;
		letter-spacing: 0;
	}

	.hojiItem dt {
		font-size: 1.4rem;
	}

	.hojiItem dd {
		font-size: 1.4rem;
	}

	.hojiHeadTtl {
		width: 100%;
		margin-bottom: 5px;
	}

	.mainImageThumbsItem {
		margin-bottom: 5px;
	}

	.orderBtn {
		width: 100%;
		max-width: 280px;
		margin: 0 auto 20px !important;
	}

	.orderLink {
		padding: 30px 0;
	}

	.orderLink:before {
		width: 45px;
		height: 45px;
		margin: 0 20px 0 0;
		display: inline-block;
		vertical-align: -15px;
	}

	.selfColHead {
		letter-spacing: 0;
	}

}


@media screen and (max-width: 479px) {
	.mainImageThumbsItem {
		width: 18.7% !important;
	}
}

.online-ohaka #searchCont{
	margin:100px 0 !important;
}
@media screen and (max-width: 767px) {
	.online-ohaka #searchCont{
		margin:50px 0 80px !important;
	}
}
