@charset "UTF-8";

/* enサイトの幅指定解消 */
@media screen and (min-width: 641px){
	#tmpl_main{
		width: auto!important;
	}
}

/* includeStyleCMS.cssとのスタイル衝突の解消 */
.lm-content-header{
	line-height: normal;
	font-family:'';
	-webkit-font-smoothing: auto;
}
a.lm-content-header__breadcrumbs-link{
	text-decoration: underline;
	color: #656565;
}
a.lm-content-header__container-lang-link{
	color: #0000ee;
}
a.lm-header-nav__link{
	text-decoration: none;
	color: #656565;
}
.lm-content-header__floating h1{
	color: #000;
}

/* 調整スタイル */

.m-banner--col2 img,
.m-banner--col3 img,
.m-banner--col4 img{
	width: 100%;
	height: auto;
}

.u-after-clear::after{content: none;}
.u-text-left{text-align: left;}
.u-text-center{text-align: center;}
.u-text-right{text-align: right;}

/* 改行の解除 */
.lm-content-header__breadcrumbs-list br{
display: none;
}