@charset "utf-8";


/*--------------------

	  style

--------------------*/


/* top */

.fb_cont{
		margin: 0 auto;
}

.fb_cont .fb-page{
	width: 100%;
	margin: 0 auto;
    padding-left: 60px;
		padding-bottom: 40px;
		background: url(../images/fb_cont_bg.png) no-repeat right top / auto ;
}

.ranking{

}
.ranking > h3{
	position: relative;
	margin-bottom: 20px;
	padding: 10px;
	background: #6f2e6f;
	background-image: linear-gradient(#5f2b5d,#70346e,#5f2b5d);
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	    z-index: 3;
}
.ranking > h3:after{
	content:"";
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 15px solid #5f2b5d;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.ranking > h3.best3_ttl{
	background-image: url(../images/best3_ttl.png),linear-gradient(#5f2b5d,#70346e,#5f2b5d);
}
.ranking > h3.best3_ttl:after{
		border-top: 15px solid #311532;
}

.rankCont {
	margin-bottom: 20px;
}

#content .rankCont > h1,
#content .rankCont > h2,
#content .rankCont > h3{
	position: relative;
	background: #6f2e6f;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
	z-index: 4;
}
#content .rankCont > h1 img,
#content .rankCont > h2 img,
#content .rankCont > h3 img{
	vertical-align: bottom;
	padding-right: 10px;
}
#content .rankCont > h1 span,
#content .rankCont > h2 span,
#content .rankCont > h3 span{
	padding-bottom: 10px;
}

#content #rank01.rankCont h1:before{
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	display: inline-block;
	margin: auto;
	width: 82px;
	height: 82px;
	background: url(../images/rank01_img.png) no-repeat center / auto;
}
@media (max-width: 767px){
	#content #rank01.rankCont h1:before{
		left: 5px;
		width: 42px;
    height: 42px;
    background: url(../images/rank01_img.png) no-repeat center / contain;
	}
}
#content #rank02.rankCont h2:before{
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	display: inline-block;
	margin: auto;
	width: 82px;
	height: 82px;
	background: url(../images/rank02_img.png) no-repeat center / auto;
}
@media (max-width: 767px){
	#content #rank02.rankCont h2:before{
		left: 5px;
		width: 42px;
    height: 42px;
    background: url(../images/rank02_img.png) no-repeat center / contain;
	}
}
#content #rank03.rankCont h2:before{
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	display: inline-block;
	margin: auto;
	width: 82px;
	height: 82px;
	background: url(../images/rank03_img.png) no-repeat center / auto;
}
@media (max-width: 767px){
	#content #rank03.rankCont h2:before{
		left: 5px;
		width: 42px;
    height: 42px;
    background: url(../images/rank03_img.png) no-repeat center / contain;
	}
}

#content .rankCont .image{
	margin: 0 10px 10px;
	text-align: center;
	max-height: 500px;
	overflow: hidden;
}

/* #content .rankCont .text{
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 15px;
}

#content .rankCont .text .fl{
	padding-right: 20px;
	padding-bottom: 10px;
	    max-width: 100%;
}
#content .rankCont .text span.big{
	font-size: 42px;
	line-height: 1;
	display: inline-block;
	padding-bottom: 10px;
}
#content .rankCont .text span.big:first-of-type{
	font-size: 60px;
}
#content #rank01.rankCont .text span.big{
	font-size: 44px;
}
#content #rank01.rankCont .text span.big:first-of-type{
	font-size: 70px;
} */

#content .rankCont .koma_txt li:nth-of-type(1){
	background: url(../images/frz_comment_bg.png) no-repeat center top / auto;
}
#content .rankCont .koma_txt li:nth-of-type(1) p{
	font-size: 24px;
	height: 220px;
	padding: 20px 320px 120px 30px;
}
#content .rankCont .koma_txt li:nth-of-type(2){
	height: 304px;
	margin: -70px 0 30px;
	padding: 90px 0 0;
	background-image: url(../images/kenja_chara_man.png),url(../images/kenja_comment_bg.png);
	background-repeat: no-repeat;
	background-position: left 30px top 30px,left 8px top;
	-webkit-background-size: auto;
	background-size: auto;
}
#content #rank01.rankCont .koma_txt li:nth-of-type(2){
	height: 374px;
	background-image: url(../images/kenja_chara_man.png),url(../images/kenja_comment_bg_rank1.png);
}
}


#content #rank02.rankCont .koma_txt li:nth-of-type(2){
	background-image: url(../images/kenja_chara_woman.png),url(../images/kenja_comment_bg.png);
	background-position: left 70px top 30px,left 8px top;
}
#content .rankCont .koma_txt li:nth-of-type(2) p{
	position: relative;
	margin: 0px 30px 0 320px;
  padding: 30px;
	font-size: 20px;
	border: 2px solid #000;
	background: #fff;
}
#content .rankCont .koma_txt li:nth-of-type(2) p:before{
	content: "";
	position: absolute;
	top: 20px;
	left: -30px;
	display: block;
	border-right:30px solid #000;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	width: 0;
	height: 0;
}
#content .rankCont .koma_txt li:nth-of-type(2) p:after{
	content: "";
	position: absolute;
	top: 20px;
	left: -25px;
	display: block;
	border-right:30px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	width: 0;
	height: 0;
}
#content .rankCont.rankContSub .koma_txt{
	margin: 20px 10px 30px;
	padding: 30px 0;
	background-image:  url(../images/kenja_chara_man.png),linear-gradient(#fff,#959595);
	background-repeat: no-repeat,repeat;
	background-position: left 30px top 30px,left top;
	-webkit-background-size: auto;
	background-size: auto;
	border: 2px solid #000;
}
#content #rank04.rankCont.rankContSub .koma_txt{
	background-image: url(../images/kenja_chara_woman.png),linear-gradient(#fff,#959595);
	background-position: left 70px top 30px,left top;
}
#content .rankCont.rankContSub .koma_txt p{
	position: relative;
	margin: 0px 30px 0 320px;
  padding: 30px;
	font-size: 20px;
	border: 2px solid #000;
	background: #fff;
}
#content .rankCont.rankContSub .koma_txt p:before{
	content: "";
	position: absolute;
	top: 20px;
	left: -30px;
	display: block;
	border-right:30px solid #000;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	width: 0;
	height: 0;
}
#content .rankCont.rankContSub .koma_txt p:after{
	content: "";
	position: absolute;
	top: 20px;
	left: -25px;
	display: block;
	border-right:30px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	width: 0;
	height: 0;
}


#content .rankCont table{
	width: calc(100% - 25px);
	margin: 0 10px 15px;
	border-spacing: 0;
}


#content .rankCont table.pc{
		display:table !important;
}
#content .rankCont table.sp{
	display: none !important;
}
#content .rankCont th{
	background: #d2d2d2;
	border-top: 1px solid #a4a2a4;
	border-left: 1px solid #a4a2a4;
	padding: 5px;
	text-align: center;
	font-size: 20px;
}
#content .rankCont thead th:last-of-type{
	border-right: 1px solid #a4a2a4;
}

#content .rankCont td{
	background: #fff;
	border-top: 1px solid #a4a2a4;
	border-bottom: 1px solid #a4a2a4;
	border-left: 1px solid #a4a2a4;
	padding: 5px;
	text-align: center;
	font-size: 20px;
}
#content .rankCont tbody td:last-of-type{
	border-right: 1px solid #a4a2a4;
}
#content #rank01.rankCont th{
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
#content #rank01.rankCont thead th:last-of-type{
	border-right: 1px solid #e5e5e5;
}

#content #rank01.rankCont td{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
#content #rank01.rankCont tbody td:last-of-type{
	border-right: 1px solid #e5e5e5;
}

#content .rankCont .btn{
	position: relative;
	display: block;
	margin: 50px 0;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}
#content .rankCont .btn:before,
#content .rankCont .btn:after{
	content:"";
	position: absolute;
	display: block;
	background: transparent no-repeat center / auto;
	opacity: 0;

}
#content .rankCont .btn:hover:before,
#content .rankCont .btn:hover:after{
	opacity: 1.0;
}

#content .rankCont .btn:before{
	top: 0px;
	right: 100px;
	background-image: url(../images/btn_deco_freeza.png);
	width: 180px;
	height: 260px;
	z-index: 3;
	transition: all 0.2s;
}

#content .rankCont .btn:hover:before{
	top: -50px;
}

#content .rankCont .btn:after{
	top: 20px;
	right: 0;
	background-image: url(../images/btn_deco_fukidashi.png);
	width: 180px;
	height: 108px;
	z-index: 3;
	-webkit-animation: tada 1s ease-in infinite;
  animation: tada 1s ease-in infinite;
	transition: all 0.5s;
}

#content .rankCont .btn:hover:after{
	top: -30px;
}

#content .rankCont .btn .pc,
#content .rankCont .btn .sp{
	margin: 0 auto;
	-webkit-animation: anim 3s ease-in infinite;
  animation: anim 3s ease-in infinite;
	z-index: 1;
	opacity: 1;
}
#content .rankCont .btn .pc{
	display: block;
}
@media (max-width: 767px){
	#content .rankCont .btn .pc{
		display: none;
	}
	#content .rankCont .btn .sp{
		display: block;
	}
	#content .rankCont .btn:before,
	#content .rankCont .btn:after{
		opacity: 1;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#content .rankCont .btn:before{
		top: -40px;
    right: 0;
		width: 90px;
		height: 130px;
	}
	#content .rankCont .btn:after{
		top: -40px;
    right: 70px;
		width: 90px;
		height: 54px;
		background-image: url(../images/sp_btn_deco_fukidashi.png);
	}
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


.anim {
  -webkit-animation: anim 3s ease-in infinite;
  animation: anim 3s ease-in infinite;
}

@-webkit-keyframes anim {
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9) translate(0px, 20px);
    transform: scale(1.1, 0.9) translate(0px, 20px);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85% {
    -webkit-transform: scale(0.9, 1.2) translate(0px, -7px);
    transform: scale(0.9, 1.2) translate(0px, -7px);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(0.95, 1.1) translate(0px, -3px);
    transform: scale(0.95, 1.1) translate(0px, -3px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes anim {
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9) translate(0px, 20px);
    transform: scale(1.1, 0.9) translate(0px, 20px);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85% {
    -webkit-transform: scale(0.9, 1.2) translate(0px, -7px);
    transform: scale(0.9, 1.2) translate(0px, -7px);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(0.95, 1.1) translate(0px, -3px);
    transform: scale(0.95, 1.1) translate(0px, -3px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.articleList{
	padding-top: 20px;
	border: 1px solid #6f2e6f;
}

.articleList > li+li {
	border-top: 1px dotted #eee;
	padding-top: 20px;
}

.articleList > li {
	margin-bottom: 20px;
	padding: 0 20px 20px;
}

.articleList > li h3 {
	padding: 10px 0px 10px 10px;
	font-size: 21px;
	font-weight: bold;
}
.articleList > li h3 a{
	text-decoration: none;
}

.articleList > li div.image {
	position: relative;
	float: left;
	text-align: center;
	width: 240px;
}

.articleList > li div.image a{
	position: relative;
	width: 240px;
	min-height : 180px;
}

.articleList > li div.image img {
	max-width: 100%;
	height: auto;
	border: 1px solid #eee;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.articleList > li div.image .nophoto img {
	max-width: 80%;
}

.articleList > li .fr {
	width: 360px;
}

.articleList > li .fr ul li {
	float:right;
	margin-left: 5px;
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.articleList > li .text {
	background: #fcecf3;
	height: 115px;
	padding: 15px 10px 10px 10px;
	margin-bottom: 10px;
	line-height: 1.6;
}

.articleList > li .text a.more-link {
	display: none;
}

.articleList > li .date {
	padding: 0 10px;
	font-size: 15px;
}

.articleList > li .moreBtn {
	float: right;
	padding: 5px 0;
	border: 1px solid #8d5d8b;
	background: #8d5d8b;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s;
}

.articleList > li .moreBtn:hover {

	background: #fff;
}

.articleList > li .moreBtn a{
	padding: 5px 10px 5px 40px;
	text-decoration: none;
	color: #fff;
}
.articleList > li .moreBtn:hover a{
	color: #8d5d8b;
}

.articleList > li .moreBtn a:after{
	content:">";
	display: inline-block;
	padding-left: 30px;
	color: #fff;
	transition: all 0.3s;
}

.articleList > li .moreBtn:hover a:after{
	color: #8d5d8b;
}

.articleList.articleListTop{
	padding-top: 0;
	border: 0;
	font-size: 0;
}

.articleList.articleListTop > li{
	display: inline-block;
	width: 32%;
	padding: 0;
	vertical-align: top;
}
.articleList.articleListTop > li:nth-of-type(3n+2){
	margin: 0 2% 20px;
}

.articleList.articleListTop > li .image{
	width: 100%;
	float: none;
}

.articleList.articleListTop > li .image a{
	width: 100%;
	min-height: 150px;
}

.articleList.articleListTop > li .image a h3{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: calc(100% - 20px);
	height: 50px;
	padding: 40px 10px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	vertical-align: bottom;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.articleList.articleListTop > li .text{
	height: auto;
	background: #fff;
	padding: 10px 0 0;
	font-size: 14px;
}

.btn_articlelist a{
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	color: #666;
	font-size: 18px;
	text-indent: -2px;
	letter-spacing: 2px;
	transition: all .3s;
}

.btn_articlelist a:hover{
	color: #7d4f6e;
	background: #fcecf3;
	border-color: #7d4f6e;
}


.single-post .contentWrap{
	padding: 20px;
	border: 1px solid #6f2e6f;
}

.single-post .contentWrap .image {
	position: relative;
	text-align: center;
	width: 100%;
	min-height : 240px;
	margin-bottom: 20px;
}

.single-post .contentWrap .image a{
	position: relative;
	width: 240px;
}

.single-post .contentWrap .image img {
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.single-post .contentWrap .image .nophoto{
	min-height : 240px;
}
.single-post .contentWrap .image .nophoto img {
	max-width: 50%;
}


.nophoto {
	display: block;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	background: #efefef;
	text-align: center;
	line-height: 180px;
	color: #999;
	text-decoration: none;
}

.nophoto img{
	max-width: 80%;
}

.ctgyIcon .label {
	height: 32px;
	display: inline-block;
	text-indent: -9999px;
	padding: 0 15px;
}
.ctgyIcon{text-align: left;}
.ctgyIcon li {
	display: inline-block;
	padding-right: 10px;
	margin-bottom: 5px;
}
.ctgyIcon .label {
	padding: 0 10px;
	border-radius: 5px;
	box-sizing: border-box;
	text-indent: 0;
	text-align: center;
	line-height: 32px;
	text-decoration: none;
	background: #f49a1f;
	color: #fff;
	border: 1px solid #f49a1f;
}

.ctgyIcon .label-uncategorized {
	background: #fff;
	border: 1px solid #eee;
	color: #666;
}

.ctgyIcon a.label-pr {
	background: #7d4f6e;
	color: #fff;
	border: 1px solid #7d4f6e;
}



.txtCont {
	font-size: 16px;
}

.txtCont p {
	margin-bottom: 20px;
}

.txtCont h1 {
	font-size: 36px;
	font-weight: bold;
	padding: 10px 0 10px 20px;
	margin-bottom: 20px;
	border-left: 3px solid #6f2e6f;
	border-bottom: 1px solid #6f2e6f;
	line-height: 1.2;
}

.txtCont h2 {
	font-size: 32px;
	font-weight: bold;
	padding: 10px 0 10px 20px;
	margin-bottom: 10px;
	border-left: 3px solid #6f2e6f;
	border-bottom: 1px solid #6f2e6f;
	line-height: 1.2;
}

.txtCont h3 {
	font-size: 28px;
	font-weight: bold;
	padding: 10px 0 10px 20px;
	margin-bottom: 10px;
	border-left: 3px solid #6f2e6f;
	border-bottom: 1px solid #6f2e6f;
	line-height: 1.2;
}

.txtCont h4 {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0 10px 20px;
	margin-bottom: 10px;
	border-left: 3px solid #6f2e6f;
	border-bottom: 1px solid #6f2e6f;
	line-height: 1.2;
}

.txtCont h5 {
	color: #6f2e6f;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.txtCont h6 {
	color: #6f2e6f;
	font-weight: bold;
	margin-bottom: 20px;
}

.txtCont ul,
.txtCont ol {
	margin-bottom: 20px;
}


.txtCont ul li{

}


.txtCont ul li:before{
	content:"●";
	display: inline-block;
	margin-right: 10px;
	color: #6f2e6f;
	font-size: 10px;
	vertical-align: text-top;
}
.txtCont ol{
	counter-reset: olNum;
}

.txtCont ol li{
	counter-increment: olNum;
		text-indent: -1em;
padding-left: 2em;
}
.txtCont ol li div{
	text-indent: 0;
}
.txtCont ol li:before{
	content:counter(olNum)".";
	display: inline-block;
	margin-right: 10px;
	color: #6f2e6f;
}

.txtCont blockquote {
	position: relative;
	border: 1px solid #6f2e6f;
	background: #fcecf3;
	padding: 20px 40px;
	margin-bottom: 20px;
}

.txtCont blockquote:before,
.txtCont blockquote:after{
	content:"''";
	display: inline-block;
	position: absolute;
	color: #7d4f6e;
	font-size: 36px;
	line-height: 0;
}

.txtCont blockquote:before{
	top: 25px;
	left: 10px;
}

.txtCont blockquote:after{
	bottom: 5px;
	right: 10px;
}

.txtCont img.aligncenter {
	display: block;
	margin: 0 auto;
}

.txtCont img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
.singleHead{
	padding-top: 20px;
}

.txtCont img.aligncenter {
	display: block;
	margin: 0 auto;
}

.txtCont img.alignright {
	display: block;
	margin: 0 0 0 auto;
}

.pager {
	padding: 20px 0;
	margin: 0 -20px;
}

.pager.single div.fl,
.pager.single div.fr {

}

.pager.single div.fl a,
.pager.single div.fr a {
	padding: 20px 30px;
	background: #7d4f6e;
	text-align: center;
	color: #fff;
	text-decoration: none;
}


.searchResult {
	padding: 10px 20px;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #999;
	margin-bottom: 20px;
	display: inline-block;
}

.page-header .page-title {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 30px;
}

.searchForm {
	text-align: center;
	margin: 30px auto;
	width: 400px;
}

.otherPage .txtCont table {
	border-top: 1px solid #707070;
	border-right: 1px solid #707070;
	width: 100%;
	margin-bottom: 40px;
}

.otherPage .txtCont table th,
.otherPage .txtCont table td {
	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 20px;
	    word-break: break-all;
}

.otherPage .txtCont table th {
	background: #e2d6e2;
	border-bottom: 1px solid #707070;
}

.otherPage .txtCont h2 {
	position: relative;
	margin-bottom: 40px;
	padding: 10px;
	background: #6f2e6f;
	color: #fff;
	font-size: 20px;
}

.otherPage .txtCont h2:after{
	content:"";
	position: absolute;
	bottom: -15px;
	left: 50px;
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid #6f2e6f;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

.otherPage .txtCont h3 {
	padding: 10px 0;
	border-left: 0;
	border-bottom: 1px dashed #6f2e6f;
	font-size: 20px;
}

.otherPage .txtCont p {
	margin-bottom: 40px;
}
.otherPage .txtCont .mb20 {
	margin-bottom: 20px;
}
.otherPage .txtCont ul {
	margin-bottom: 40px;
}

.otherPage .txtCont ol li {
	margin-bottom: 20px;
}

.wpcf7-submit{
	background: #6f2e6f;
	color: #fff;
	display: block;
	margin: 0 auto;
	border-radius: 2px;
	border: 0;
	font-size: 16px;
	padding: 5px 40px;
	box-shadow: none;

}

.wpcf7-text{
	width: calc(100% - 10px);
	margin-top: 10px;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
}

.wpcf7-textarea{
	width: calc(100% - 10px);
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
}
.wpcf7-form p{
	margin-bottom: 20px;
}

#map {
	margin: 0 auto 30px auto;
}
