html {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
}

.ryo-display-plusn {
	font-family: ryo-display-plusn,serif;
	font-weight: 600;
	font-style: normal;
}
.din-2014 {
	font-family: din-2014,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.source-han-serif-japanese {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;  
}
.mod_1000 {
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1000px;
}
.mod_1280 {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1280px;
}
.comWrap02 {
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1180px;
}
.headerArea .flowbnr01 {
	display: none;
}
.ff_min {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

@media screen and (max-width:640px) {
	.mod_1000 {
		margin: 0 auto;
		padding: 0 20px;
		max-width: 100%;
	}
	.mod_1280 {
		margin: 0 auto;
		padding: 0 20px;
		max-width: 100%;
	}
	.comWrap02 {
		margin: 0 auto;
		padding: 0 20px;
		max-width: 100%;
		width: auto;
	}
}



/* mvArea */
.mvArea {
	width: 100%;
	height: 700px;
	background-position: center;
	position: relative;
}
.mvArea .mod_1280 {
	width: 100%;
	height: 100%;
	max-width: none;
	padding: 0;
}
.mvArea .mv_txt {

}
.mvArea .youtube_wrap {
	pointer-events: none;
	width: 100%;
	min-height: 700px;
	overflow: hidden;
	position: relative;
}
.mvArea .youtube_wrap > iframe {
	width: auto;
	height: auto;
	min-height: 150%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.mvArea .mv_txt .ph {
	width: 820px;
	height: 190px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:  auto;
}
.mvArea .mv_txt .ph img {
	width: 100%;
	height: auto;
}

.mvArea .mv_line_btn .ph {
	width: 174px;
	height: 122px;
	position: absolute;
	right: 0;
	bottom: 40px;
}

.mvArea .mv_line_btn .ph img {
	width: 100%;
	height: auto;
}

.mvArea .mv_scroll {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	margin:  auto;
	text-align: center;
}

.mvArea .mv_scroll > svg {
	width: 60px;
	height: 110px;
}

.mvArea .mv_scroll .st0{fill:#64B0C5;}
.mvArea .mv_scroll .st1{fill:#FFFFFF;}

@media screen and (max-width:640px) {
	.mvArea {
		width: 100%;
		height: 335px;
		z-index: 10;
	}
	.mvArea .youtube_wrap {
		min-height: 335px;
	}
	.mvArea .youtube_wrap iframe {
		height: 335px;
		min-height: 100%;
		min-width: 160%;
		left: 50%;
		margin-left: -80%;
	}
	.mvArea .mod_1280 {
		position: relative;
		box-sizing: border-box;
	}
	.mvArea .mv_txt .ph {
		width: 300px;
		height: 165px;
	}
	.mvArea .mv_scroll {
		bottom: -20px;
		margin:  auto;
	}
	.mvArea .mv_scroll > svg {
		width: 30px;
		height: 55px;
	}
	.mvArea .mv_line_btn {
		margin-top: 37px;
		padding: 0 30px;
		box-sizing: border-box;
	}

	.mvArea .mv_line_btn .ph {
		width: auto;
		height: auto;
		position: inherit;
		right: auto;
		bottom: auto;
	}
}



/* chechArea */
.chechArea {
	padding-top: 80px;
	position: relative;
	padding-bottom: 110px;
}

.chechArea > .mod_1280 {
	position: relative;
	z-index: 10;
}

.chechArea .content .txt {
	font-size: 2rem;
	letter-spacing: .1em;
	line-height: 2.2;
	text-align: center;
	text-shadow: 0px 0px 3px #fff;
	-webkit-text-stroke: 0.2px #FFF;
	text-stroke: 0.2px #FFF;
	font-weight: bold;
}

.chechArea .content .txt:nth-child(n+2) {
	margin-top: 64px;
}

.chechArea .content .ph {
	text-align: center;
	margin-top: 94px;
}

.chechArea .content .ph img {
	vertical-align: bottom;
}

.chechArea .photo {
}

.chechArea .photo li {
	position: absolute;
}

.chechArea .photo li:nth-child(1) {
	top: 100px;
	left: 70px;
}

.chechArea .photo li:nth-child(2) {
	top: 170px;
	right: 70px;
}

.chechArea .photo li:nth-child(3) {
	bottom: 160px;
	left: 230px;
}

.chechArea .photo li:nth-child(4) {
	bottom: 320px;
	left: 70px;
}

.chechArea .photo li:nth-child(5) {
	bottom: 316px;
	right: 120px;
}

.chechArea .photo li:nth-child(6) {
	bottom: 60px;
	right: 160px;
}

.chechArea .photo li img {
	vertical-align: bottom;
}

@media screen and (max-width:640px) {
	.chechArea {
		padding-top: 127px;
		padding-bottom: 50px;
	}

	.chechArea .mod_1280 {
		padding: 0;
	}

	.chechArea .mod_1280 .content {
		margin-top: 20px;
	}

	.chechArea .content .txt {
		font-size: 1.4rem;
		letter-spacing: .05em;
		line-height: 2.14;
		font-feature-settings: "palt";
	}

	.chechArea .content .txt:nth-child(n+2) {
		margin-top: 25px;
	}

	.chechArea .content .ph {
		margin-top: 55px;
	}

	.chechArea .photo li {
		position: relative;
		text-align: center;
	}

	.chechArea .photo li img {
		width: 335px;
	}

	.chechArea .photo li:nth-child(1) {
		top: auto;
		left: auto;
	}

	.chechArea .photo li:nth-child(2) {
		top: auto;
		right: auto;
	}

	.chechArea .photo.sp_only_style {
		padding-top: 42px;
	}
}






.reportArea {
	background-color: #EEF9F7;
	padding-top: 100px;
	padding-bottom: 100px;
}

.reportArea .content > .in {
	position: relative;
	padding-top: 80px;
	padding-bottom: 70px;
}

.reportArea .content > .in:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../img/report_bg.png);
	background-size: cover;
	width: 1000px;
	height: 1700px;
}

.reportArea .title {
	text-align: center;
	position: relative;
}

.reportArea .title img {
	vertical-align: bottom;
	width: auto;
	height: 8rem;
}

.reportArea .txt {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: .05em;
	line-height: 1.89;
	position: relative;
	margin-top: 50px;
}

.reportArea .detail_box {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 45px auto 0;
	justify-content: space-between;
	position: relative;
}

.reportArea .detail_box .detail {
	width: 512px;
}

.reportArea .detail_box .detail:nth-child(n + 3) {
	margin-top: 72px;
}

.reportArea .detail_box .detail .movie {
	cursor: pointer;
}

.reportArea .detail_box .detail .ph {
	width: 100%;
	height: 288px;
	border: 6px solid #FFF;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.reportArea .detail_box .detail .ph:before {
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/report_movie_arrow.png);
	background-size: cover;
	margin: auto;
}

.reportArea .detail_box .detail.new .ph:after {
	content: "";
	width: 82px;
	height: 82px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/report_movie_new.png);
	background-size: cover;
	margin: auto;
}

.reportArea .detail_box .detail .ph > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.reportArea .detail_box .detail .time {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 15px;
}

.reportArea .detail_box .detail .tit {
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: center;
	margin-top: 12px;
	font-weight: bold;
}

@media screen and (max-width:640px) {
	.reportArea {
		background-color: transparent;
		padding-top: 50px;
		padding-bottom: 50px;
		background-image: url(../img/reportarea_bg.jpg);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.reportArea .content > .in {
		padding-top: 0;
		padding-bottom: 0;
	}
	.reportArea .content > .in:before {
		display: none;
	}
	.reportArea .txt {
		font-size: 1.4rem;
		line-height: 2;
		font-feature-settings: "palt";
		margin-top: 30px;
	}
	.reportArea .detail_box .detail {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.reportArea .detail_box .detail .ph {
		width: 148px;
		height: 84px;
		border: 2px solid #FFF;
	}
	.reportArea .detail_box .detail .txt_list {
		width: calc(100% - 158px);
		margin-left: 10px;
	}
	.reportArea .detail_box .detail.new .ph:after {
		width: 25px;
		height: 25px;
	}
	.reportArea .detail_box .detail .ph:before {
		width: 18px;
		height: 18px;
	}
	.reportArea .detail_box .detail .time {
		font-size: 1rem;
		line-height: 1.42;
		margin-top: 0;
		font-feature-settings: "palt";
		text-align: left;
	}
	.reportArea .detail_box .detail .tit {
		font-size: 1.2rem;
		line-height: 1.42;
		font-feature-settings: "palt";
		text-align: left;
		margin-top: 6px;
	}
	.reportArea .detail_box .detail:nth-child(n + 2) {
		margin-top: 28px;
	}
}


/* bgimageArea */
.bgimageArea {
	width: 100%;
	height: 500px;
	position: relative;
}
@media (min-width:641px) {
	.bgimageArea {
		display: flex;
		flex-flow: wrap;
		justify-content: space-around;
		align-items: center;
	}
}

.bgimageArea picture,
.bgimageArea .ph {
	display: block;
}
@media (min-width:641px) {
	.bgimageArea picture,
	.bgimageArea .ph {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.bgimageArea .txt {
	position: relative;
	font-size: 2.8rem;
	line-height: 2;
	letter-spacing: 2px;
	font-feature-settings: "palt";
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px 0px 8px #000;
}

@media screen and (max-width:640px) {
	.bgimageArea {
		width: 100%;
		height: auto;
		background-image: none;
	}
	.bgimageArea picture,
	.bgimageArea .ph {
		width: 100%;
		height: auto;
	}
	.bgimageArea .txt {
		font-size: 1.6rem;
		line-height: 1.88;
		background-color: #333333;
		padding: 20px 0;
	}
}


/* ideaArea */
.ideaArea  {
	padding-top: 140px;
	position: relative;
	padding-bottom: 60px;
}

.ideaArea:before {
	content: "";
	position: absolute;
	top: 300px;
	right: 0;
	width: 1115px;
	height: 860px;
	background-image: url(../img/idea_bg.png);
	background-size: cover;
}

.ideaArea .mod_1280 {
}

.ideaArea .content {
	position: relative;
}

.ideaArea .content .title {
	position: absolute;
}

.ideaArea .content .title img {
	vertical-align: bottom;
}

.ideaArea .content .detail_box {
	
}

.ideaArea .content .detail_box .detail {
	width: 530px;
}

.ideaArea .content .detail_box .detail:nth-child(1) {
	float: right;
}

.ideaArea .content .detail_box .detail:nth-child(2) {
	float: left;
	margin-top: 260px;
}

.ideaArea .content .detail_box .detail:nth-child(3) {
	float: right;
	margin-top: 125px;
}

.ideaArea .content .detail_box .detail .ph {
	position: relative;
}

.ideaArea .content .detail_box .detail .ph:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	box-sizing: border-box;
	border: 1px solid #FFF;
}

.ideaArea .content .detail_box .detail .txt {
	font-size: 1.6rem;
	letter-spacing: .05em;
	text-align: center;
	margin-top: 17px;
}

.ideaArea .second_layout {
	position: relative;
	margin-top: 245px;
}

.ideaArea .second_layout:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: #FBEEE7; 
}

.ideaArea .content .keep_box {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.ideaArea .content .keep_box .left {
	padding-top: 50px;
}

.ideaArea .content .other_box .txt {
	font-size: 1.8rem;
	letter-spacing: .05em;
	text-align: center;
	line-height: 2.3;
	margin-top: 60px;
}

.ideaArea .content .other_box .list {
	max-width: 630px;
	display: flex;
	margin: 40px auto 0;
	justify-content: space-between;
}

.ideaArea .content .other_box .list > dl {
	max-width: 210px;
	text-align: center;
}

.ideaArea .content .other_box .list > dl dt {
	font-size: 1.8rem;
	letter-spacing: .05em;
	text-align: center;
	line-height: 1.75;
}

.ideaArea .content .other_box .ph {
	text-align: center;
	margin-top: 50px;
}

.ideaArea .content .other_box .ph img {
	vertical-align: bottom;
}

@media screen and (max-width:1200px) {
	.ideaArea:before {
		width: 100%;
	}
}

@media screen and (max-width:640px) {

	.ideaArea {
		padding-top: 50px;
	}

	.ideaArea:before {
		top: 205px;
		right: 0;
		width: 315px;
		height: 706px;
		background-image: url(../img/idea_bg_sp.png);
	}

	.ideaArea .content .title {
		position: relative;
	}

	.ideaArea .content .title img {
		width: auto;
		height: 5rem;
	}

	.ideaArea .content .detail_box .detail {
		width: 100%;
	}

	.ideaArea .content .detail_box .detail:nth-child(1) {
		float: none;
	}

	.ideaArea .content .detail_box .detail:nth-child(2) {
		float: none;
		margin-top: 40px;
	}

	.ideaArea .content .detail_box .detail:nth-child(3) {
		float: none;
		margin-top: 40px;
	}

	.ideaArea .content .detail_box {
		margin-top: 44px;
	}

	.ideaArea .content .detail_box .detail .ph {
		width: 100%;
		margin: 0 auto;
	}

	.ideaArea .content .detail_box .detail .ph img {
		width: 100%;
	}

	.ideaArea .content .detail_box .detail .txt {
		font-size: 1.3rem;
		margin-top: 13px;
		line-height: 1.6;
	}

	.ideaArea .content .detail_box .detail .ph:before {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}

	.ideaArea .second_layout {
		margin-top: 64px;
	}

	.ideaArea .second_layout:before {
		width: 100%;
		height: 180px;
	}

	.ideaArea .content .keep_box {
		flex-wrap: wrap;
	}

	.ideaArea .content .keep_box .left {
		padding-top: 40px;
		padding-left: 30px;
		box-sizing: border-box;
	}
	.ideaArea .content .keep_box .left img {
		width: auto;
		height: 4rem;
	}

	.ideaArea .content .keep_box .right {
		padding-left: 30px;
		padding-top: 30px;
		box-sizing: border-box;
	}

	.ideaArea .content .keep_box .right img {
		width: 100%;
	}

	.ideaArea .content .other_box .ph img {
		width: 100%;
	}

	.ideaArea .content .other_box .txt {
		font-size: 1.4rem;
		letter-spacing: .05em;
		text-align: center;
		line-height: 2;
		font-feature-settings: "palt";
		margin-top: 20px;
		text-align: justify;
	}

	.ideaArea .content .other_box .list {
		flex-wrap: wrap;
		margin-top: 25px;
	}

	.ideaArea .content .other_box .list > dl {
		display: flex;
		align-items: center;
		width: 100%;
		max-width: none;
		border-bottom: 1px solid #DCDCDC;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.ideaArea .content .other_box .list > dl:nth-child(1) {
		border-top: 1px solid #DCDCDC;
		padding-top: 10px;
	}

	.ideaArea .content .other_box .list > dl dd {
		width: 60px;
	}

	.ideaArea .content .other_box .list > dl dd img {
		display: block;
		width: 100%;
		height: auto;
	}

	.ideaArea .content .other_box .list > dl dt {
		width: calc(100% - 60px);
		text-align: left;
		font-size: 1.2rem;
		font-feature-settings: "palt";
		margin-left: 25px;
	}

	.ideaArea .content .other_box .ph {
		margin-top: 40px;
	}

}


/* lineArea */
.lineArea {
	background-color: #DEF4E8;
	position: relative;
}

.lineArea:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 583px;
	height: 238px;
	background-image: url(../img/line_bg_flower01.png);
	background-size: cover;
	z-index: 10;
}

.lineArea:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 583px;
	height: 238px;
	background-image: url(../img/line_bg_flower02.png);
	background-size: cover;
}

.lineArea .line_box {
	position: relative;
	padding: 147px 0;
}

.lineArea .line_box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1100px;
	height: 396px;
	background-image: url(../img/line_bg.png);
}

.lineArea .line_box .title {
	text-align: center;
	position: relative;
}

.lineArea .line_box .title img {
	vertical-align: bottom;
}
@media screen and (max-width:640px) {
	.lineArea .line_box .title img {
		width: 100%;
		height: auto;
	}
}

.lineArea .line_box .line_layout {
	display: flex;
	max-width: 1000px;
	margin: 56px auto 0;
	justify-content: space-between;
	position: relative;
}

.lineArea .line_box .line_layout .left .txt {
	font-size: 1.6rem;
	letter-spacing: .05em;
	line-height: 2.25;
	text-align: justify;
	font-feature-settings: "palt";
}









@media screen and (max-width:1200px) {

}
@media screen and (max-width:640px) {

	.lineArea {
		padding-top: 50px;
	}

	.lineArea .mod_1280 {
		z-index: 10;
		position: relative;
	}

	.lineArea:before {
		width: 243px;
		height: 105px;
		background-image: url(../img/line_bg_flower01_sp.png);
		z-index: 10;
	}

	.lineArea:after {
		width: 243px;
		height: 105px;
		background-image: url(../img/line_bg_flower02_sp.png);
	}

	.lineArea .line_box {
		padding: 0 0 50px;
	}

	.lineArea .line_box:before {
		/*
		top: 0;
		left: 0;
		right: auto;
		bottom: auto;
		margin: auto;
		width: 335px;
		height: 576px;
		background-image: url(../img/line_bg_sp.png);
		*/
		display: none;
	}

	.lineArea .line_box .line_layout {
		flex-wrap: wrap;
		margin-top: 16px;
	}

	.lineArea .line_box .line_layout .left .txt {
		font-size: 1.4rem;
		letter-spacing: 0;
		line-height: 2.14;
		padding: 0 30px;
	}

}


.thestyle .mvArea .box {
	background: rgba(0, 55, 104, 0.8);
}
@media screen and (max-width:640px) {
}
/* thestyle-introArea */
.thestyle .introArea {
	background-image: url(../img/introarea_bg.jpg);
	background-size: cover;
}
.thestyle .introArea .content:before {
	content: '';
	width: 78.125%;
	height: 2px;
	background: #BCA475;
	left: 10.375%;
	top: 0;
}
.thestyle .introArea .content .ttl {
	color: #BCA475;
}
.thestyle .introArea .content .light1 {
	background: #F5776E;
}
.thestyle .introArea .content .light2 {
	color: #BCA475;
	background: #F1EBE1;
}
.thestyle .introArea .content .in .left .txt span {
	color: #F5776E;
}
.thestyle .introArea .content .in .left .top span {
	color: #BCA475;
}
.thestyle .introArea .content .in .left .top:after {
	content: '';
	background: #BCA475;
}
.thestyle .introArea .content .in .right .table .last dt {
	background: #BCA475;
}
.thestyle .introArea .content .in .right .table .last dd {
	color: #BCA475;
}
@media screen and (max-width:640px) {
	.thestyle .introArea .content:before {
		content: '';
		width: 58%;
		height: 1px;
		left: 50%;
		transform: translate(-50%,0);
	}
	.thestyle .introArea .content .in .txt span {
		color: #F5776E;
	}
}
/* thestyle-styleArea */
.thestyle .styleArea {
	background-image: url(../img/stylearea_bg.jpg);
	background-size: cover;
}
.thestyle .styleArea .box01 li:nth-child(1) figure {
	background-image: url(../img/style01_01.jpg);
}
.thestyle .styleArea .box01 li:nth-child(2) figure {
	background-image: url(../img/style01_02.jpg);
}
.thestyle .styleArea .box01 li:nth-child(3) figure {
	background-image: url(../img/style01_03.jpg);
}
.thestyle .styleArea .box02 li:nth-child(1) figure {
	background-image: url(../img/style02_01.jpg);
}
.thestyle .styleArea .box02 li:nth-child(2) figure {
	background-image: url(../img/style02_02.jpg);
}
.thestyle .styleArea .box02 li:nth-child(3) figure {
	background-image: url(../img/style02_03.jpg);
}
.thestyle .styleArea .box02 li:nth-child(4) figure {
	background-image: url(../img/style02_04.jpg);
}
.thestyle .styleArea .box li .number:after {
	border-left: 50px solid rgba(110, 200, 226, 0.65);
}
@media screen and (max-width:640px) {
	.thestyle .styleArea {
		background-image: url(../img/introarea_bg.jpg);
		background-size: cover;
	}
	.thestyle .styleArea:before {
		content: '';
		position: absolute;
		background-image: url(../img/style_before_bg.png);
		background-size: cover;
		top: 0;
		left: 0;
		width: 100%;
		height: 150px;
	}
	.thestyle .styleArea .box li .number:after {
		border-left: 60px solid rgba(110, 200, 226, 0.65);
	}
}
/* thestyle-checkArea */
.thestyle .checkArea {
	background-image: url(../img/checkarea_bg.jpg);
	background-size: cover;
}
.thestyle .checkArea .cover {
	background-color: rgba(240, 235, 225, 0.45);
	/* background: rgba(223, 222, 214, 0.42); */
}
.thestyle .checkArea .cover .text .ttl {
	color: #BCA475;
}
.thestyle .checkArea .cover .text .btn {
	background: #F5776E;
}  
@media screen and (max-width:640px) {
	.thestyle .checkArea {
		background-image: url(../img/checkarea_bg_sp.jpg);
		background-size: cover;
	}
	.thestyle .checkArea .cover {
		background-color: rgba(180, 175, 165, 0.30);
	}
}

@media screen and (max-width:640px) {
	.tmp_topicpath ul {
		display: flex;
		flex-wrap: wrap;
	}
	.tmp_topicpath li:nth-child(2):after {
		content: "";
		display: inline-block;
		margin-right: 8px;
		border-top: 1px solid;
		border-right: 1px solid;
		width: 4px;
		height: 4px;
		-webkit-transform: rotate(
		45deg
		);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(
		45deg
		);
		vertical-align: middle;
		position: relative;
		top: -1px;
		margin-left: 10px;
	}
	.tmp_topicpath .titleL {
		margin-left: 0;
		margin-top: 5px;
	}
	.tmp_topicpath .titleL:before {
		display: none;
	}
}