<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  @charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Selif+JP:wght@300;400;500;600;700&amp;display=swap');

body,html {
	width:100%;
	min-width: 1025px;
	margin:0;
	padding:0;
}

a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/*�إå��`*/
#header {
	display:block;
	height:45px;
	margin:0;
	padding:0 0 3px 0 ;
	width:100%;
	background:#fff;
}

.header-inner {
	width:1024px;
	height:45px;
	margin:auto;
	position:relative;
}

.header-inner h1 {
	margin:0;
	padding:6px 0 0 0;
}

#header .header-inner ul.global-header {
	position:absolute;
	top:-7px;
	right:222px;
	width:614px;
	text-align:right;
	margin: 16px 0;
	padding-right:34px;
	font-size: 14px;
	letter-spacing:-0.4em;
}

/*���Z*/
#header .header-inner ul.global-header li {
	display:inline-block;
	letter-spacing:normal;
	list-style:none;
	height:20px;
	line-height:20px;
	margin-left:30px;
	font-size:80%;
	font-weight:500;
}

#header .header-inner ul.global-header li:first-child {
	background:url(/products/bousen/images/icon_map.png) no-repeat center left;
	padding-left:25px;	
}

#header .header-inner ul.global-header li:nth-of-type(2) {
	background:url(/products/bousen/images/icon_sitemap.png) no-repeat center left;
	padding-left:25px;letter-spacing:-2px;
}

#header .header-inner ul.global-header li:nth-of-type(3) {
	background:url(/products/bousen/images/icon_language.png) no-repeat center left;
	padding-left:25px;
}

#header .header-inner ul.global-header li a:link{
	color:#333;
	text-decoration: none;
	position: relative;
}

#header .header-inner ul.global-header li a:visited{
	color:#333;
	text-decoration: none;
}

#header .header-inner ul.global-header li a:hover{
	color:#005DAD;
	text-decoration: none;
}

#header .header-inner ul.global-header li a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0%;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color:#005DAD;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#header .header-inner ul.global-header li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

/*���Z�x�kli*/
#header .header-inner ul.global-header li.gheader-lng {
	position:relative;
}

/*���`�륪�`�Щ`�r���ꥢ*/		
#header .header-inner ul.global-header li.gheader-lng span {
	box-sizing:border-box;
	height:0;
	opacity:0;
	overflow: hidden;
	position:absolute;
	left:-11.5px;
	top:0px;
	left:-20px;
	width:140px;
	background-repeat:no-repeat;
	z-index:3000;
	margin:20px 0 0 0;
	-webkit-transition:opacity 0.8s ease-out;	
}

#header .header-inner ul.global-header li.gheader-lng:hover span {
	height:38px;
	opacity:1;
	overflow: visible;
}

/*���������ީ`��*/
#header .header-inner ul.global-header li.gheader-lng .child-mark {
	width:100%;
	font-size:100%;
	color:#00429a;
	line-height:13px;
	height:13px;
	position:absolute;
	z-index:3002;
	text-align:center;
	top:2px;
}

#header .header-inner ul.global-header li.gheader-lng .child-mark img {
	margin-top:4px;
	margin-right:58.5px;
}

/*�����åѩ`*/
#header .header-inner ul.global-header li.gheader-lng span .child-wrap {
	position:absolute;
	top:13px;
	z-index:3001;
}

/*����*/
#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul {
	box-sizing:border-box;
	width:140px;
	padding:0px;
	margin:0px;
	line-height:0px;
	border-top:1px solid #00429a;
	border-left:1px solid #00429a;
	border-right:1px solid #00429a;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li {
	box-sizing:border-box;
	width:100%;
	padding:0px;
	margin:0px;
	background-image:none;
	background-color:#ffffff;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity:0.9;
	border-bottom:1px solid #00429a;
	font-size:100%;
	line-height:200%;
	height:30px;
	text-align:center;
	letter-spacing:1px;
}

/*���`�륪�`�Щ`�r*/
#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul:hover {
	border-color:#00429a;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity:1.0;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li:hover {
	background-color:#00429a;
	color:#ffffff;
	border-color:#00429a;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity:1.0;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a:link {
	box-sizing:border-box;
	display:block;
	padding-top: 5px;
	width:100%;
	height:100%;
	color:#333;
	text-decoration: none;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a:visited{
	color:#333;
	text-decoration: none;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a:hover{
	color:#fff;
	text-decoration: none;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0%;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color:#fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}	

/*�ʥӥ��ꥢ�`*/
/*----------- �����`�Х�ʥ� -----------*/
#global-nv-wrap {
	display: block;
	margin-top: 5px;
	height: 72px;
	background:#fff;
}

#global-nv {
	width:100%;
}

#global-nv.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	background: #fff;
	height: 40px;
}

#global-nv ul.global-nv-inner {
	width:1024px;
	margin:0px auto 0 auto;
	padding:0px;
	height:34px;
	letter-spacing:-0.4em;
	clear:both;
}

#global-nv ul.global-nv-inner&gt;li {
	display:block;
	list-style:none;
	letter-spacing:normal;
	float:left;
	width:145px;
	height:37px;
	text-align:center;
	font-size:90%;
	font-weight:400;
	background-position:1px 40px;
	cursor:pointer;
	-webkit-transition:background-position 0.3s linear,font-weight 0.3s linear;
	-ms-transition:background-position 0.3s linear,font-weight 0.3s linear;
	transition:background-position 0.3s linear,font-weight 0.3s linear;
}

#global-nv ul.global-nv-inner&gt;li:nth-of-type(5) {
	width:148px;
}

#global-nv ul.global-nv-inner&gt;li:nth-of-type(6) {
	width:148px;
}

#global-nv ul.global-nv-inner&gt;li:nth-of-type(7) {
	width:148px;
}


#global-nv ul.global-nv-inner&gt;li:hover,
#global-nv ul.global-nv-inner&gt;li.here {
	background: url(/products/bousen/images/global_nv_bg.png) no-repeat;
	background-position:1px 0px;
	color:#fff;
	font-weight:400;
}

#global-nv ul.global-nv-inner&gt;li:hover a,
#global-nv ul.global-nv-inner&gt;li.here a {
	color:#fff;
}

#global-nv ul.global-nv-inner&gt;li &gt; a {
	box-sizing: border-box;
	display:block;
	text-decoration:none;
	line-height:30px;
	height:30px;
	width:100%;
	color:#333333;
	border-left:#ccc solid 1px;
	magin-top:3px;
	position:relative;
	-webkit-transition:color 0.5s linear;
}

a.icon-newwindow:after {
	content: url(/products/bousen/img/icon-newwindow.png);
	display: inline-block;
	margin: 0 .5em;
}

#global-nv ul.global-nv-inner&gt;li:nth-of-type(3) a {
	letter-spacing:-1px;
}

#global-nv ul.global-nv-inner&gt;li:nth-of-type(5) a {
	letter-spacing:-0.01em;
}

#global-nv ul.global-nv-inner&gt;li:nth-of-type(6) a{
	letter-spacing: normal;
}

#global-nv ul.global-nv-inner&gt;li:nth-of-type(6) a span {
	padding-right:12px;
	background:url(/products/bousen/images/icon_blank.png) no-repeat right top;
}

#global-nv ul.global-nv-inner&gt;li:nth-of-type(6):hover span {
	background-position:right -37px;
}

#global-nv ul.global-nv-inner&gt;li:nth-of-type(7) a{
	background:url(/products/bousen/images/li_barright30.png) no-repeat right top;
}

#global-nv ul.global-nv-inner&gt;li&gt;a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0px;
	width:99.5%;
	height: 3px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color:#00BFFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#global-nv ul.global-nv-inner&gt;li:hover&gt;a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

/**���֥ʥ�**/
.select {
}

.fixed {
	position: fixed;
}

/*�ڤ���Ӥ�����*/
#global-nv ul.global-nv-inner&gt;li .child {
	background:url(/products/bousen/images/sub_nv_bg01.png);
	width:100%;
	top:85px;
	left:0px;
	position: absolute;
	height:0px;
	overflow: hidden;
	display:none;
	z-index:9000;
	clear:both;
	float:left;
	border-bottom:3px #00429A solid;
	-webkit-transition:height 0.3s linear,opacity 0.3s linear;
}

#global-nv.fixed ul.global-nv-inner&gt;li .child {
	top:37px;
}

/*�ڤ����˥�`���ꥢ*/
.child-wrap ul,
.child-wrap li{list-style:none; margin:0; padding:0; text-align:left;}
.child-wrap li a{text-decoration:none;}
	
#global-nv ul.global-nv-inner&gt;li .child-wrap{
	width:1024px;
	margin:0 auto;
	padding:0;
	background:#9A3638;
	position:relative;
}

.child-wrap .child-1,
.child-wrap .child-2,
.child-wrap .child-3,
.child-wrap .child-4{
	float:left;
	position:relative;
}

.child-wrap .child-2,
.child-wrap .child-3,
.child-wrap .child-4{
	background: rgba(0,45,110,0.70);
	height:227px;
	/*margin-top:3px;*/
}	

.child a{color:#fff;}
.child a:visited{color:#fff;}


/*sub��˥�`�ǥ�����*/
.child-wrap .child-2 p,
.child-wrap .child-3 p{
	display: inline-block;
	width:96%;
	float:left;
	margin:0;
	padding:0 2% 5px 2% ;
	text-align:left;
	font-size:110%;
	color: #fff;
}	

.child-wrap hr{
	background: #fff;
	display: block;
	height: 1px;
	width:100%;
	border-style: none;
	clear: both;
}

.child-wrap .child-1{width:224px;}
.child-wrap .child-1 ul li{
	background:url(/products/bousen/img/header/subnav_arrow01.png) no-repeat 5% center;
	width:80%;
	padding:5% 2% 5% 20%;
	margin:6px 2.5%;
	box-sizing: border-box;
}

.child-wrap .child-1 ul li:nth-of-type(4){line-height:120%;}

.child-wrap .child-1 ul li:hover{
	background:url(/products/bousen/img/header/subnav_arrow01.png) no-repeat 5% center rgba(0,35,90,0.8);
	border-radius:60px;
}

/*sub��˥�`�ǥ�����--��Ʒ?��Ҫ��Ұ*/
.child-wrap * {box-sizing: border-box;}
.child-wrap .child-2,
.child-wrap .child-3,
.child-wrap .child-4{border-left:1px solid rgba(255,255,255,0.70);}
.child-wrap .child-2,
.child-wrap .child-3{width:379px; padding:10px;}
.child-wrap .child-4{width:758px; padding:10px;}
.child-wrap .child-2 .left,
.child-wrap .child-3 .left{float:left; padding-left:3%; width:46%;}
.child-wrap .child-4 .left{float:left; padding-left:3%; width:33%;}
.child-wrap .child-2 .right,
.child-wrap .child-3 .right{float:right;padding-right:3%; width:46%;}
.child-wrap .child-4 .right{float:right;padding-right:3%; width:33%;}
.child-wrap .child-2 ul li a,
.child-wrap .child-3 ul li a{
	border:1px solid #fff;
	border-radius:30px;
	float:left;
	clear:both;
	/*font-size:90%;
	font-size:110%;*/
	line-height:180%;
	/*font-weight:100;*/
	width:70%;
	height:25px;
	margin:2% auto;
	padding:0 0 0 14%;
	background:url(/products/bousen/img/header/subnav_arrow02.png) no-repeat 10px center;
}
.child-wrap .child-4 ul li a{
	border:1px solid #fff;
	border-radius:30px;
	float:left;
	clear:both;
	/*font-size:90%;
	font-size:110%;*/
	line-height:180%;
	/*font-weight:100;*/
	width:70%;
	height:25px;
	margin:2% auto;
	padding:0 0 0 10%;
	background:url(/products/bousen/img/header/subnav_arrow02.png) no-repeat 10px center;
}
.child-wrap .child-2 ul li a:hover,
.child-wrap .child-3 ul li a:hover,
.child-wrap .child-4 ul li a:hover{background:url(/products/bousen/img/header/subnav_arrow02.png) no-repeat 10px center #104F9E;}

/*local��˥�`���ꥢ*/
#local-menu {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 100px;
}
#local-menu.index-local-menu{
	height: 400px;
}

#local-menu-inner {
	position: absolute;
	bottom: 0;
}

/*�ѥ󤯤�*/
.crumb {
	background:url(/products/bousen/images/crumb_bg.png);
	height:25px;
	width:1024px;
	margin:0 auto 404px;
	font-size:70%;
	font-weight:200;
}

.crumb ul,
.crumb li,
.crumb ul span {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	color:#fff;
}

.crumb ul {
	margin-left:16px;
}

.crumb li:after {
	margin: 0 5px;
	content: "&gt;";
}

.crumb li:last-child:after {
	content: "";
}

.crumb li a {
	text-decoration:none;
	color:#26C9FF;
}

.crumb li a:hover{
	color:#FF8000;
	text-decoration:none;
}

/*local��˥�`*/
.local_nv {
	width:100%;
	height:35px;
	display:block;
	border-top: 3px #00429A solid;
	background:url(/products/bousen/images/local_nv_bg01.png);
}

.local_nv ul,
.local_nv li {
	margin:0;
	padding:0;
	height:35px;
	list-style:none;
}

.local_nv ul {
	width:1024px;
	margin:auto;
}

.local_nv li {
	float:left;
	font-weight:200;
	font-size:95%;
	line-height:170%;
	text-align:center;
	width:146px;
}

.local_nv li a {
	color:#fff;
	text-decoration:none;
	display:block;
	height:28px;
	width:100%;
	margin-top:4px;
	border-left:1px solid rgba(0,41,98,0.70);
}

.local_nv li.on,
.local_nv li:hover {
	background: url(/products/bousen/images/local_nv_bg02.png);
}

.local_nv li:nth-of-type(1) a {
	border:none;
}

/*----------- �ᥤ�� -----------*/
#main-wrap {
	width:100%;
	position:relative;
	z-index:1000;
}

/*----------- �ᥤ���� -----------*/
#main-wrap .main-img {
	position:absolute;
	z-index: -1;
	overflow:hidden;
	width:100%;
	height:556px;
	margin:0px auto;
	font-size:1px;
	line-height:100%;
}

#main-wrap #main-img-wrap.fixed {
	top: 72px;
}

#main-wrap .main-img li {
	display:inline-block;
	width:100%;
	height:100%;
	font-size:1px;
	line-height:100%;
	list-style:none;
}

#main-wrap .main-img li img {
	width:100%;
	height:auto;
}

.content_bg{
position: absolute;
width:100%;
height: 500px;
}
.content_bg img{
	width:100%;
	height:100%;
  object-fit: cover;
}


/*----------- ������� -----------*/
#news {
	/*position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -512px;*/
}

.news-wrap {
	width:1024px;
	height:32px;
	overflow:hidden;
	position:relative;
	margin: 0 auto 10px;
	background-color:#ffffff;
	z-index:8000;
}

/*@-moz-document url-prefix() {
	.news-wrap{	clear: both;
}*/
.news-wrap h2 {
	display:block;
	float:left;
	width:64px;
	margin:0px;
	padding:0px 18px 0px 18px;
	line-height:0px;
	height:32px;
	background-color:#00429a;
}

.news-wrap h2 img {
	vertical-align:top;
	padding:8px 0px 0px 0px;
	margin:0px;
}

.news-wrap #news-control {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 99px;
	font-size:0px;
	line-height:0px;
	z-index:8001;
}

.news-wrap #news-control li {
	list-style:none;
	display:inline-block;
}

.news-wrap #news-control li#news-play {
	border-left:1px solid #ccc;
}

.news-wrap #news-control li#news-prev {
	border-left:1px solid #ccc;
}

.news-wrap #news-control li#news-next {
	border-left:1px solid #ccc;
}

.news-wrap .news-txt {
	width:924px;
	line-height: 32px;
	overflow: hidden;
	position: absolute;
	text-indent: 0;
	top: 0;
	left:100px;
}

.news-wrap .news-txt &gt; div {
	margin: 0 !important;
}

.news-wrap #news-txt-inner {
	padding: 0 !important;
}

.news-wrap #news-txt-inner li {
	display:block;
	width:824px;		
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#333;
}

.news-wrap #news-txt-inner li span {
	padding-left:24px;
}

.news-wrap #news-txt-inner li span span.day-b {
	display:inline;
	padding-left:0px;
	font-weight:bold;
}

.news-wrap #news-txt-inner li span a:link,
.news-wrap #news-txt-inner li span a:visited,
.news-wrap #news-txt-inner li span a:hover {
	text-decoration:none;
	color:#333;
}

/*���`���륵�֥ʥ�*/
#local_sub-wrap {
	overflow: hidden;
	margin:0;
	padding: 10px 0 0 0;
	width:100%;
	background:rgba(255,255,255,0.70);
	background: #fff;
}

#local_sub-wrap ul {
	width:100%;
	clear:both;
	padding:0;
	margin:0 0 30px 0;
	display: flex;
	gap: 2px;
	flex-wrap: wrap;
}

#local_sub-wrap li {
	width: calc((100% - 8px) / 5);
	min-height:35px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:80%;
	font-weight:200;
  background-color: #168dbb;
}


#local_sub-wrap li:hover,
#local_sub-wrap li.on {
	background: linear-gradient(to bottom,  #01172e 0%,#024c7c 100%);
}

#local_sub-wrap li a {
	color:#fff;
	text-decoration:none;
	width:100%;
	height:100%;
	padding: 5px 5px 5px 15px;
	position: relative;
	display: flex;
	align-items: center;
}

#local_sub-wrap li a:before{
	content: "";
	display: block;
	height: calc(100% - 10px);
	width: 3px;
	background-color: #00429a;
	position: absolute;
	left: 6px;
	top: 5px;
}

#local_sub-wrap li a:hover::before,
#local_sub-wrap li.on a::before {
	background-color: #319bc3;
}

/* ����ƥ�� */
#main-wrap #contents {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	background:rgba(255,255,255,0.70) ;
/*	padding-top:10px;
	padding-bottom:10px;*/
	padding-top: 0;
	padding-bottom: 0;
	
}
#main-wrap #contents .contents-inner {
	position: relative;
/*	width: 1004px;*/
	max-width: 1024px;
	margin: 0 auto;
	background: #fff;
	/*background: rgba(255,255,255,0.70);*/
	padding-bottom: 30px;
	padding:0 20px 30px;
}

#main-wrap #contents .contents-inner section {
	padding: 20px 0;
	padding-bottom:30px;
}


/* �u Ʒ?�� ;������ƥ�� */
#main-wrap #contents_products {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	background: rgba(255,255,255,0.70);
	padding-top:0px;
	
}
#main-wrap #contents_products .contents-inner {
	position: relative;
	width: 1004px;
	margin: 0 auto;
	background: #fff;
	/*background: rgba(255,255,255,0.70);*/
}

#main-wrap #contents_products .contents-inner section {
	padding: 20px 0;
	padding-bottom:30px;
}


/*�եå��`*/
#page-top {
	display: none;
	position: fixed;
	z-index: 100000;
	bottom: 38px;
	right: 50%;
	margin-right: -600px;
	width: 80px;
	height: 80px;
	text-align: center;
	background: url(/products/bousen/images/common/topbtn.png) no-repeat;
	background-size: 80px 160px;
	background-position: 0 0;
}
#page-top:hover {
	background-position: 0 -80px;
}

#page-top a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#page-top img {
	display: block;
	margin: 0px auto;
}

footer {
	position: relative;
	z-index: 10000;
	margin-top: 200px;
	padding: 50px 0 20px;
	font-size: 12px;
	background-color: #eee;
}

footer .block-footer {
	margin: 0 auto;
	width: 1024px;
}

footer .block-footer .container {
	overflow: hidden;
	padding: 15px;
}

footer .block-footer .nav {
	overflow: hidden;
	float: left;
	/*width: 562px;*/
}

footer .block-footer .nav li {
	float: left;
}

footer .block-footer .nav &gt; li &gt; a {
	position: relative;
	display: block;
	padding: 0 15px;
	color: #5c5c5c;
	text-decoration: none;
}

footer .block-footer .module-copyright {
	float: right;
	color: #23429a;
}
.modal_dialog {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10010;
	display: none;
}

.info_popup {
	width: 700px;
	height: 521px;
	background-color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	margin: auto auto;
	position: relative;
	top: 25%;
}

.info_popup .close_button {
	width: 60px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
}

.info_popup .close_button:hover {
	cursor: pointer;
}

.info_popup .close_button img {
	width: 60px;
	height: 32px;
	border: 0;
}

.info_popup .popup_header {
	padding: 21px 17px;
}

.info_popup .popup_header div {
	display: inline;
}

.info_popup .popup_title {
	height: 51px;
	line-height: 51px;
	font-size: 40px;
	padding-left: 13px;
}

.info_popup .popup_content {
	box-sizing: border-box;
	padding: 2px 25px;
	width: 100%;
	height: 300px;
	text-align: justify;
	vertical-align: bottom;
	background-position: 98% bottom;
	background-repeat: no-repeat;
}

.info_popup .popup_content_text {
	box-sizing: border-box;
	float: left;
}
.info_popup img{
	padding:0 !important;
}

/**
2017.08 ׷��
***/
.gsc-search-box tr td{
	padding:0;
}
.bousen-feature{
	display: block;
/*	width: 924px;*/
	width: 100%;
	margin: 0 auto;
	clear: both;
}

.bousen-feature-a00 h3 {
	text-align: center;
	font-size: 50px;
	margin-top: 30px;
}

.bousen-feature-a00 p{
	text-align: center;
	color: #838383;
	padding: 30px 0;
	border-top: 8px solid #D3C7A9;
	margin-top: 50px;
}

.bousen-feature p,
.bousen-inquiry p {
	line-height: 1.8em;
}

.box_left image,
.box_right image{
	margin:0 0 10px 0;
}

.box_left strong span{
	color:#2786B0;
}

.box_left p{
	padding:0 0 0 16px;
}

.box_right strong span{
	color:#2786B0;
}

.box_right p{
	padding:0 0 0 16px;
}

.flex_box{
	display:flex;
	gap: 20px;
}

.flex_box .box_left{
/*	margin:0 30px 0 100px;*/
width: calc((100% - 20px) / 2);
}

.flex_box .box_left img{
	width:100%;
	height: auto;
}

.flex_box .box_right{
/*	margin:0 100px 0 30px;*/
width: calc((100% - 20px) / 2);
}

.flex_box .box_right img{
	width:100%;
	height: auto;
}

.flex_box .box_left h5 {
	background: #51a877;
	color: #fff;
	padding: 5px 0 5px 25px;
	margin-bottom: 0;
	/*width:350px;*/
	width: 100%;
}

.flex_box .box_right h5 {
	background: #e6401c;
	color: #fff;
	padding: 5px 0 5px 25px;
	margin-bottom: 0;
	/*width:350px;*/
	width: 100%;
}

.bousen-section h3 {
/*	margin: 1em 2em 1em;*/
	margin: 1em 0 1em;
	height: 30px;
	font-size: 26px;
	line-height: 1.2em;
	border-left: 6px solid #2786B0;
	color: #2786B0;
	padding-left: 25px;
}

.bousen-left-txt{
/*	margin:0 100px 0 100px;*/
	margin:0;
	padding-left: 30px;
	font-size:0.9em;
	width: calc((100% - 60px) / 2);
}

.bousen-right-img{
	margin:0;
	display: flex;
	gap: 40px;
	justify-content: center;
	width: calc((100% - 40px) / 2);
}

.bousen-topics {
	width: 965px;
	margin: 0 auto;
}
.bousen-topics h4 {
	border-left: 6px solid #1855A4;
}

.bousen-feature h4,
.bousen-topics h4 {
	display: block;
	width: 899px;
	height: 30px;
	font-size: 26px;
	line-height: 1.2em;
	border-left: 6px solid #1855A4;
	padding-left: 25px;
	margin: 50px 0 28px 0;
}

.link {
	display: table;
/*	width: 924px;*/
	width: 100%;
	margin: 0 auto;
}

.link ul li {
	list-style-image: url(/products/bousen/img/list_style_marker_02.png);
	font-size: 14pt;
	line-height: 2em;
	margin-left: 2%;
	border-bottom: 1px dotted gray;
	list-style-position: outside;
	width: 99%;
	padding-bottom: 5px;
	padding-top: 5px;
	float:left;
}

.link-a ul li span {
	margin: 0 40px 0 0;
	border-right: 1px solid gray;
	padding-right: 50px;
	float:left;
}

.link-a ul li a {
	color: #1855A4;
}

.link ul li a {
	color: #1855A4;
	text-decoration: none;
}

.link ul li a:hover{
	text-decoration:underline;
}

a.link_clear_a {
	float: left;
	display: block;
	width: 720px;
}

#li_kankyo {
	list-style: none;
	background: url(/products/bousen/img/list_style_marker_02.png) no-repeat;
	background-position: 0px 50%;
	position: relative;
	top: 20px;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 0 0 -28px;
	padding: 0;
}




/***
2018.04 ׷�� 
***/
/***/
h2.bousen-title-main{
	border-left: 6px solid #2786B0!important;
	padding-left: 10px;
/*h2.bousen-title-main	margin-left: 25px;*/
	color: #2786B0;
	font-size: 30px;
}

.bousen-title-sub{
	margin:30px 0 40px 25px !important;
	color: #757575;
}

#contents *{
box-sizing: border-box;
}

#contents article {
	line-height: 1;
}

.bousen-title-middle-top {
	font-size: 14px;
	position: relative;
	bottom: 5px;
	padding: 0px 20px 3px 20px;
	color: white;
	background-color: #2786B0;
}

.bousen-commentary {
	display: block;
	position: relative;
	background-color: #edeeee;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 0 40px 30px;
	padding: 18px 30px 25px 30px;
	font-weight:normal;
}

/***
			table
****/
table.tbl_varieties {
	width:100%;
}

table.tbl_varieties th,
table.tbl_varieties td {
	border: 1px solid #d4d4d4;
	padding: 5px 10px;
	vertical-align: middle;
	font-size: 14px;
  line-height: 1.5em;
	text-align:center;
}

table.tbl_varieties th {
	background: #5bc4eb;
	text-align: center;
}

table.tbl_varieties tr:nth-child(2n) {
	background: #f1f9fd;
}

table.tbl_varieties td span{
	color:#666;
	display:block;
	margin-left:1em;
}

table.tbl_varieties tr td:nth-child(1) {
	width: 14%;
}

table.tbl_varieties tr td:nth-child(2) {
	width: 14%;
}

table.tbl_varieties tr td:nth-child(3) {
	width: 14%;
}
/* 2018.04 edit */
table.text-align-left tr td:nth-child(1) {
	text-align:center!important;
}

/* 2018.04 edit */
table.text-align-left tr td:nth-child(3) {
	text-align:center!important;
}

table.tbl_varietie td span {
	font-size: 13px;
	color: #666;
	display: block;
	margin-left: 1em;
}

table.tbl_varietie table {
	font-size: 10px;
	margin-bottom: 10px;
	text-align: center;
}

table.tbl_varietie table th,
table.tbl_varietie table td {
	font-size: 10px;
}

table.tbl_varietie table tr {
	background: #fff !important;
}

sup{
font-size: 80%;
vertical-align: top;
position: relative;
top: -0.1em;
}
sub{
font-size: 80%;
vertical-align: bottom;
position: relative;
top: 0.1em;
}

.tbl_r_and_d {
width: 100%;
}
.tbl_r_and_d tr td {
	text-align: left;
}

.tbl_r_and_d tr td:nth-child(1) {
	background: #fff;
	/*text-align: center;*/
	width: 150px;
}

.tbl_r_and_d tr td:nth-child(2) {
	width: 300px;
}

.tbl_r_and_d td.td_tac {
	text-align: center;
}

.tbl_r_and_d td.bg_blue {
	background: #f1f9fd !important;
}

.bousen-tb-box{
	padding:0 50px;
}

.bousen-h5 {
	font-size: 18px;
	color: white;
	background: #2786B0;
	padding: 5px 0 5px 15px;
	margin:30px 0 20px;
}

.bousen-sub-txt{
	margin:0 0 40px;
}


.catalog_btn{
	background-image:url(/products/bousen/img/btn_techno.png);
	width:250px;
	height:40px;
	float:right;
	margin-right:55px;
	}
	
.catalog_btn:hover{
	background-position:bottom;
}

.catalog_btn_02{
	background-image:url(/products/bousen/img/btn_techno_02.png);
	width:210px;
	height:40px;
	float:right;
	margin-right:55px;
	}
	
.catalog_btn_02:hover{
	background-position:bottom;
}


/*----------------------
		use
-----------------------*/
.car_parts .attention{
	position: absolute;
	font-size: 13px;
	width: 230px;
	height: auto;
	padding: 0 0 0 30px;
	bottom: 0;
	right: 50px;
	background: url("/products/bousen/use/images/info.png") no-repeat left top;
}

.car_parts {
	padding:0;
	margin-bottom:80px;
	position: relative;
}
.car_parts .car_parts_inner{
margin: 0 auto;
width: 645px;
	position: relative;
}

.tooltip {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
}

.over01 {
	top: 170px;
	left: 130px;
}
.over02 {
	top: 100px;
	left: 290px;
}
.over03 {
	top: 150px;
	left: 490px;
}
.over04 {
	top: 250px;
	left: 160px;
}
.over05 {
	top: 270px;
	left: 270px;
}
.over06 {
	top: 120px;
	left: 180px;
}

div .tooltip:hover {
	/* background: #ffffff; */ 
	/* IE6���¤Ǳ�Ҫ */
	text-decoration: none;
}

div .tooltip img:hover {
	opacity: 1;
}

div .tooltip span {
	display: none;
	padding: 8px;
	font-size: 12px;
	margin-left: 8px;
	line-height: 1.6;
}
div .tooltip:hover span{
	display: inline;
	position: absolute;
	/* a.tooltip span��ָ������ȡ�IE6���¤�span���I��ǥޥ��������ꤷ�Ƥ��ޤ� */
}

div .tooltip.over01:hover span{
	left: -230px;
	top: -205px;
	z-index: 100;
}

div .tooltip.over02:hover span{
	left: -128px;
	top: -170px;
	z-index: 100;
}

div .tooltip.over03:hover span{
	left: -150px;
	top: -197px;
	z-index: 100;
}

div .tooltip.over04:hover span{
	left: -210px;
	top: -190px;
	z-index: 100;
}

div .tooltip.over05:hover span{
	left: -175px;
	top: -255px;
	z-index: 100;
}

div .tooltip.over06:hover span{
	left: -155px;
	top: -210px;
	z-index: 100;
}

.field {
	position: relative;
	margin-bottom: 30px;
	text-align:center;
}

.field h4 {
	position: absolute;
	top: 25px;
	left: 200px;
}

h4 {
	font-size: 22px;
	border-left: 10px solid #00a3e1;
	padding: 0 0 0 15px;
	margin-bottom: 5px;
	line-height: 28px;
	letter-spacing: 0;
}

.select_td {
	background-color: white!important;
	border-color: white!important;
	color: black!important;
}

.select_a {
	color: black!important;
}

.select_span {
	border-bottom: 3px solid skyblue!important;
}

table.product-main-contents-manu {
	width: 100%;
}

table.product-main-contents-manu td{
	padding:0;
}

table.product-main-contents-manu td {
	width: 33.33%;
	text-align: center;
	background-color: darkgray;
	border-top: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

table.product-main-contents-manu td a {
	width: 100%;
	height: 100%;
	padding: 10px 0;
	display: inline-block;
	text-decoration: none;
	color: white;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

table.product-main-contents-manu td a span {
	border-bottom: none;
}

table.product-main-contents-manu td:hover,
table.product-main-contents-manu td:hover a {
	background-color: white;
	border-color: white;
	color: black;
}

table.product-main-contents-manu td:hover span {
	border-bottom: 3px solid skyblue;
}

.base .btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.base {
	position: relative;
	margin-bottom: 20px;
	width:720px;
	margin:40px auto;
}
.base .baseVisual {
	position: relative;
	margin-bottom: 10px;
}
.base img:hover{
	opacity:1;
}
.base .baseVisual+strong span{
  color: #2786B0;
}

.base-title-kurasiki,
.base-title-sendai{
position: absolute;
top: 24px;
left: 0;
z-index: 10;
width: 500px;
padding: 10px 24px;
background: linear-gradient(to right,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 75%,rgba(125,185,232,0) 100%);

}
.base-title-kurasiki span,
.base-title-sendai span{
font-size: 22px;
line-height: 22px;
padding-left: 20px;
}

.base-title-kurasiki span::before,
.base-title-sendai span::before{
display: inline-block;
content: "";
width: 8px;
height: 23px;
position: absolute;
left:24px;
top: 50%;
transform: translateY(-50%);
}
.base-title-kurasiki span::before{
background-color: #74AD26;
}
.base-title-sendai span::before{
background-color: #E7501C;
}



#local_sub-wrap ul.local_sub_standard{
gap: 40px;
}

#local_sub-wrap li.standard-tab{
	width: calc((100% - 40px) / 2);
	cursor:pointer;
}

.table_left.kurashiki {
	float: left;
	width: 30%;
}

.table_right.kurashiki {
	float: right;
	width: 68%;
}


.wrap_sendai .table_left {
	float: left;
}

.table_left.sendai {
	width: 40%;
	float: left;
}

.wrap_sendai .table_right {
	float: right;

}

.table_right.sendai {
	width: 58%;
	float: right;
}

.width-set{
	width:900px;
	margin:0 auto;
}

.cb {
	clear: both;
}

table.table01{
	width:100%;
}

table th {
	background: #5bc4eb;
	text-align: center;
}

table th, table td {
	border: 1px solid #d4d4d4;
	padding: 5px 10px;
	vertical-align: middle;
	font-size: 14px;
}

.table01 img {
	width: 150px;
	height: auto;
}

.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}

.mt10 {
	margin-top: 10px;
}

.table01,
.table02,
.table03,
.table04,
.table05,
.table06,
.table07,
.table08,
.table09 {
	text-align: center;
}

.table01 {
	width: 100%;
	height: auto;
}

.table01 img {
	width: 150px;
	height: auto;
}

.table02 {
	width: 100%;
	height: auto;
}

.table03 {
	width: 100%;
	height: auto;
}

.table04 {
	width: 100%;
	height: auto;
}

.table04 img {
	width: 200px;
	height: auto;
}

.table05 {
	width: 100%;
}

.table05 img {
	width: 200px;
	height: auto;
}

.table06 {
	width: 100%;
	height: auto;
	word-break:break-all;
}

.table06 img {
	width: 150px;
	height: auto;
}

.table07 {
	margin-bottom: 0;
	width:100%;
}

.table08 {
	width: 280px;
	*width: 32px;
}

.table08 img{
	width: 210px;
	height: auto;
	padding: 50px 0;
}

.table09 {
	width: 500px;
	*width: 62px;
}

.table09 img{
	width: 180px;
	height: auto;
	margin: 0 15px;
}

.products_wrap {
	background: #5bc4eb;
	padding: 20px;
	font-size: 13px;
}

.products_wrap h5 {
	font-size: 20px;
}

.products_wrap dl {
	float: left;
	margin-right: 45px;
	line-height:1.6;
	width:29%;
}

.widthfix dl{
	margin-left: 17px;
	margin-right: 0 !important;
	width:47% !important;
}

.products_wrap dl dd{
	height:50px;
}

.products_wrap dl.last {
	margin-right: 0px;
}

.products_wrap dl img{
	width:100%;
	background: #fff;
	padding: 5px;
}
.clearfix {
	min-height: 1px;
}

.wrap_sendai table.tbl_varieties tr:nth-child(2n) {
	background: #F2F2F2;
}

.wrap_sendai table.tbl_varieties tr td{
	width: 14%;text-align: center;
}

table.tbl_varieties tr td:nth-child(1) {
	width: 14%;text-align: center;
}

.wrap_sendai table th {
	background: #3C5982;
	text-align: center;
	color:#FFF;
}

.wrap_sendai table th,
.wrap_sendai table td {
	border: 1px solid #d4d4d4;
	padding: 5px 10px;
	vertical-align: middle;
	font-size: 14px;
}

.wrap_sendai .products_wrap {
	background: #3C5982;
	clear: both;
	color:#FFF;
}

.wrap_sendai .products_wrap img {
	width: 340px;
	height: auto;
	background: #fff;
	padding: 5px;
}

.ml60{
	margin-left:60px;
}

.float_r {
	text-align:right;
}

h2.bousen-title-main,
h2.bousen-title-main-tu,
.bousen-feature h4,
.bousen-title-subtitle,
.bousen-title-main,
.bousen-title-smull,
.bousen-title-smull-tu {
	border-left: 6px solid #2786B0!important;
	padding-left: 10px;
/*	margin-left: 25px;*/
	color: #2786B0;
	line-height:1;
}

.ft50{
	font-size:50px!important;
}

.bousen-title-main,
.bousen-title-main-gazo,
.bousen-title-main-tu,
.bousen-title-sub,
.bousen-title-smull,
.bousen-title-smull-tu {
	width: 984px;
	margin: 0 auto;
	margin-bottom: 32px;
	font-size: 29px;
}

.bousen-topics {
	width: 965px;
	margin: 0 auto;
}

.bousen-topics h4 {
	border-left: 6px solid #1855A4;
}

.bousen-feature h4,
.bousen-topics h4 {
	display: block;
/*	width: 899px;*/
	width: 100%;
	height: 30px;
	font-size: 26px;
	line-height: 1.2em;
	padding-left: 25px;
	margin: 50px 0 28px 0;
}

.bousen-inquiry{
	margin:0;
}

.bousen-inquiry h4 {
	display: block;
	width: 965px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 14px;
	font-size: 26px;
	color: black;
	border-left: 6px solid #1855A4;
	line-height: 1.2em;
	padding-left: 25px;
}

.bousen-inquiry table {
	width: 925px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.bousen-inquiry th {
	width: 20px;
	color: #2786B0;
}

.bousen-inquiry .branch {
/*	width: 250px;*/
	width: 320px;
}

.bousen-inquiry .branch-gizyutu{
	width: 460px;
}

.bousen-inquiry th,
.bousen-inquiry td {
	text-align: left;
	vertical-align: top;
	height: 30px;
	font-size: 16px;
	padding-top: 10px;
	border-bottom: 1px dotted gray;
	background:#fff;
	border-top:0;
	border-left:0;
	border-right:0;
}

.bousen-products-inquiry-box{
padding: 20px;
/*border: 3px solid #2786B0;*/
background-color: #f2f2f2;
border-radius: 10px;
margin-bottom: 40px;
position: relative;
}

.bousen-products-inquiry-box h4{
padding-left: 0;
border: none;
margin-bottom: 30px;
/*color: #00a3e1;*/
color: #FFF;
background-color: #2786B0;
width: fit-content;
margin-left: -20px;
padding: 7px 26px 9px 20px;
border-radius: 0 4px 4px 0;
}

.bousen-inquiry-list-text{
margin-bottom: 15px;
}
.bousen-inquiry-list{
display: flex;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
margin-bottom: 30px;
background-color: #FFF;
}
.bousen-inquiry-list+.bousen-inquiry-list{
border-top: none;
}
.bousen-inquiry-list dt{
background-image: url(/products/bousen/img/list_style_marker_01.png);
background-position: left 10px center;
background-repeat: no-repeat;
padding: 0 20px 0 35px;
margin: 20px 0;
}
.bousen-inquiry-list dd{
padding: 0 0 0 30px;
border-left: 1px solid #cccccc;
margin: 20px 0;
flex-shrink: 0;
}
.bousen-inquiry-list dd.telNum{
font-weight: bold;
font-size: 18px;
}
.bousen-products-inquiry-box .btn-contact.btn-default{
padding: 6px 9px;
font-size: 16px;
}
.bousen-products-inquiry-box .btn-contact:hover,
.bousen-products-inquiry-box .btn-contact.focus {

background-color: #2786B0;
}





.mail-box{
	width:100%;
	text-align:center;
	border:1px solid #ccc;
	padding:40px 0;
}

.mail_btn {
	padding:10px 30px 10px 30px;
	font-size: 20px;
	background-color: #00429A;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	margin: 0 60px;
}
/****
2018.04 ׷��
****/

.bousen-feature .bousen-column-box{
display: flex;
gap: 20px;
margin-bottom:50px;
}

.bousen-feature .half-box { margin: 0; padding: 0; width: calc((100% - 20px) / 2);}
/*.bousen-feature .first-half-box { margin-right: 20px;}*/
.bousen-feature .half-box ul { margin-bottom: 25px; }
.bousen-feature .half-box h5 { width: auto; }
.bousen-feature .quarter_box{width:305px; display:inline-block;}
.bousen-feature .three-quarter_box{width:565px; display:inline-block;vertical-align:top;margin-right:27px;}

.bousen-feature .one_third_box{
width: calc((100% - 40px) / 3);
}

.bousen-feature .three-quarter_box h4{margin-top:0;}
.bousen-feature .three-quarter_box h5{width:auto;}
.bousen-feature .quarter_box h5{width:auto;}

.bousen-feature h5 {
    display: block;
    width: 100%;
    margin-bottom: 25px;
/*    margin-top: 20px;*/
    font-size: 17px;
    line-height: 1.6em;
    font-weight: normal;
    border: none;
    color: white;
    background: #2786B0;
    padding: 4px 0 6px 15px;
	text-align:center;
}
.bousen-feature ul{
	margin-left:30px;
}
.bousen-feature ul li {
    list-style-image: url(/products/bousen/img/list_style_marker_01.png);
    margin-left: 17px;
    font-size: 12pt;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.bousen-feature ul li&gt;ul{
	margin-top:5px;
}
.bousen-feature ul li&gt;ol {
    margin-bottom: 10px;
}
.bousen-feature ul li&gt;ul&gt;li {
	list-style: none;
    margin: 5px 0 0 -20px;
}
.bousen-feature ul li&gt;ol&gt;li {
    list-style-image: none;
    margin: 0 0 0 30px;
}
.bousen-feature ul li&gt;ol{margin-bottom:10px;}
.bousen-feature ul ol&gt;li {
    list-style-image: none;
    list-style-type:decimal;
}
img.center_img {
    margin: 0 auto 20px auto;
    display: block;
}
.catalog_btn{
	background-image:url(/products/bousen/img/btn_techno.png);
	width:250px;
	height:40px;
	float:right;
	margin-right:55px;
}
.catalog_btn:hover{
	background-position:bottom;
}
caption{
	margin-bottom:15px;
}
.center_caption {
text-align: center;
margin-bottom:15px;
}

/*�ܥ���*/
.btn-contact {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-decoration: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-contact:hover, .btn-contact:focus, .btn-contact.focus {
    color: #fff;
    text-decoration: none;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open &gt; .dropdown-toggle.btn-default {
    background-color: #e6e6e6;
    border-color: #adadad;
}


/* slide */

.main-img li{
position: relative;
}
.slide-title-wrap{
width: 1000px;
position: absolute;
top: 50px;
left: 50%;
transform: translateX(-50%);
z-index: 100;
text-align: left;
}
#main-wrap .main-img li img.slide-sub-img{
position: absolute;
left: 50%;
top: 10%;
transform: translateX(-50%);
width: auto;
height: 350px;
}
.silde-title{
font-family: 'Noto Serif JP', sans-serif;
font-size: 60px;
font-weight: 600;
line-height: 1.6em;
color: #FFF;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}

.subEng{
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 1.6em;
color: #FFF;
padding-left: 30px;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
.slide-title-text{
font-size: 18px;
line-height: 1.6em;
color: #FFF;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}</pre></body></html>