@charset "UTF-8";

@import url("https://www.nissan.co.jp/COMMON/WEBFONTS/ShinGoPro-Light/woff/ShinGoPro-Light.css");
@import url("https://www.nissan.co.jp/COMMON/WEBFONTS/ShinGoPro-Bold/woff/ShinGoPro-Bold.css");
@import url("https://www.nissan.co.jp/COMMON/WEBFONTS/ShinGoPro-Regular/woff/ShinGoPro-Regular.css");

#mainContents:after,
.clearfix:after{
	content : " ";
	display : block ;
	height : 0 ; 
	visibility : hidden ;
	clear : both ;
}
body #mainContents{
	font-family: ShinGoPro-Regular,sans-serif;
	font-size: 20px;
	color: #494949;
}
body #mainContents br{
	font-size: 0;
}
body #mainContents ul,
body #mainContents ol,
body #mainContents figure{
	margin: 0;
	padding: 0;
}
body #mainContents ul li,
body #mainContents ol li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body #mainContents p,
body #mainContents li,
body #mainContents dt,
body #mainContents dd,
body #mainContents th,
body #mainContents td{
	margin: 0;
	line-height : 140% ;
}
body #mainContents h1,
body #mainContents h2,
body #mainContents h3,
body #mainContents h4{
	margin: 0;
	line-height : 120% ;
}
body #mainContents img{
	vertical-align: bottom;
}
body #mainContents a{
	color: #c3092f;
	text-decoration: underline;
	transition-duration: 0.3s ;
}

body #mainContents a:focus,
body #mainContents input:focus{
	outline: none;
}

body #mainContents a,
body #mainContents button,
body #mainContents input[type=submit],
body #mainContents input[type=button]{
	text-decoration : none ;
	transition-duration : 0.3s ;
}
body #mainContents a:hover,
body #mainContents button:hover,
body #mainContents input[type=submit]:hover,
body #mainContents input[type=button]:hover{
	opacity: 0.5;
}

body #mainContents h1,
body #mainContents h2,
body #mainContents h3,
body #mainContents h4{
	line-height: 140%;
	font-weight: normal;
}
body #mainContents p,
body #mainContents li,
body #mainContents dt,
body #mainContents dd,
body #mainContents th,
body #mainContents td{
	line-height: 180%;
}
body #mainContents strong,
body #mainContents b{
	font-weight: normal;
}

body #mainContents .effect{
	transition-duration : 1s ;
	-webkit-transition : all 1s ease 0s ;
	-moz-transition : all 1s ease 0s ;
	-o-transition : all 1s ease 0s ;
	opacity: 0;
}
body #mainContents .effect.effectout{
	opacity: 1;
}
/******************************************************************************
	common
******************************************************************************/
body #mainContents section{
	box-sizing: border-box;
	position: relative;
	max-width: 1300px;
	min-width: 980px;
	margin: 0 auto;
	background: #000;
	color: #fff;
}
body #mainContents section ul.attention li{
	font-size: 14px;
	color: #666;
}
body #mainContents .regist{
	margin: 60px 0;
}
body #mainContents .regist ul{
	display: flex;
	justify-content: center;
	width: 440px;
	margin: 0 auto 15px;
}
body #mainContents .regist ul li{
	position: relative;
	width: 440px;
}
body #mainContents .regist ul li p.text{
	margin: 0 0 10px;
	font-size: 22px;
	letter-spacing: 0.1em;
}
body #mainContents .regist ul li p.btn{
	width: 440px;
}
body #mainContents .regist ul li p.btn a{
	display: block;
	background: #c3092f url("../img/ico_arrow_white_12x18.png") right 30px center no-repeat;
	border-radius: 10px;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	box-shadow: 0 6px 0 0 rgba(0,0,0,0.1);
}
body #mainContents .regist p.period{
	text-align: center;
	font-size: 20px;
}
/******************************************************************************
	.header
******************************************************************************/
body #mainContents section.header{
	position: relative;
	padding: 0 0 120px;
	background: #000;
}
body #mainContents section.header #mainSlider{
	width: 100%;
}
body #mainContents section.header #mainSlider .item,
body #mainContents section.header #mainSlider img{
	width: 100%; 
}
body #mainContents section.header #mainSlider button.slick-arrow{
	position: absolute;
	top: min(813px,calc(66.6923vw - 54px));
	left: auto;
	right: 40px;
	width: 30px;
	height: 54px;
	background: url("../img/ico_mainslider_next.png") center center no-repeat;
	z-index: 1010;
	transform:translate(0,0);
}
body #mainContents section.header #mainSlider button.slick-prev{
	right: 190px;
	background-image: url("../img/ico_mainslider_prev.png");
}
body #mainContents section.header #mainSlider button.slick-arrow:before{
	display: none;
}
body #mainContents section.header p.number{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: min(813px,calc(66.6923vw - 54px));
	right: 70px;
	width: 120px;
	height: 54px;
	z-index: 1011;
}
body #mainContents section.header p.number span.slash{
	margin: 0 5px;
}
body #mainContents section.header h1{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	height: 400px;
	margin: -400px 0 0;
	padding: 0 40px;
	background: url("../img/bg_main.png") center bottom no-repeat;
	background-size: cover;
	z-index: 1009;
	font-size: 48px;
	font-family: ShinGoPro-Bold,sans-serif;
	line-height: 100%;
}
body #mainContents section.header h1 span{
	line-height: 48px;
}
body #mainContents section.header h1 > span{
	position: relative;
	margin: 20px 0 0;
	padding: 0 0 12px;
}
body #mainContents section.header h1 > span:after{
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: #fff 4px solid;
}
body #mainContents section.header h1 > span{
	position: relative;
	margin: 20px 0 0;
	padding: 0 0 12px;
}
body #mainContents section.header h1 span.subtitle{
	margin: 0;
	padding: 0 12px;
	background: #fff;
	color: #000;
	font-size: 20px;
	line-height: 150%;
}
body #mainContents section.header h1 span.wrap{
	display: flex;
}
body #mainContents section.header .regist{
	margin-bottom: 0;
}
/******************************************************************************
	.about
******************************************************************************/
body #mainContents section.about{
	padding: 215px 40px 180px;
	background: #d9dde5;
	background-image: url("../img/bg_about_title.png"),url("../img/bg_about.png");
	background-position: center 124px,center center;
	background-repeat: no-repeat,no-repeat;
	background-size: auto auto,cover;
}
body #mainContents section.about h2{
	margin: 0 0 50px;
	text-align: center;
	color: #000;
	font-family: ShinGoPro-Bold,sans-serif;
	font-size: 62px;
	letter-spacing: 0.1em;
}
body #mainContents section.about .category,
body #mainContents section.about .present{
	box-sizing: border-box;
	position: relative;
	max-width: 1170px;
	padding: 20px 40px;
	margin: 0 auto;
	background: #fff;
	color: #000;
}
body #mainContents section.about .category{
	margin-bottom: 60px;
}
body #mainContents section.about .category .deco,
body #mainContents section.about .present .deco{
	position: absolute;
	left: 20px;
	top: -20px;
	width: calc(100% - 40px);
	height: 20px;
	background: #fff;
}
body #mainContents section.about .category .deco.bottom,
body #mainContents section.about .present .deco.bottom{
	top: auto;
	bottom: -20px;
}
body #mainContents section.about .category .deco.top:before,
body #mainContents section.about .present .deco.top:before{
	content: " ";
	position: absolute;
	display: inline-block;
	top: 0;
	left: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #fff transparent;
}
body #mainContents section.about .category .deco.top:after,
body #mainContents section.about .present .deco.top:after{
	content: " ";
	position: absolute;
	display: inline-block;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #fff;
}
body #mainContents section.about .category .deco.bottom:before,
body #mainContents section.about .present .deco.bottom:before{
	content: " ";
	position: absolute;
	display: inline-block;
	top: 0;
	left: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #fff transparent transparent;
}
body #mainContents section.about .category .deco.bottom:after,
body #mainContents section.about .present .deco.bottom:after{
	content: " ";
	position: absolute;
	display: inline-block;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #fff transparent transparent transparent;
}
body #mainContents section.about .category h3{
	margin: 0 0 20px;
	font-family: ShinGoPro-Bold,sans-serif;
	font-size: 32px;
	color: #c3092f;
	text-align: center;
	letter-spacing: 0.05em;
}
body #mainContents section.about .category ul{
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}
body #mainContents section.about .category ul li{
	box-sizing: border-box;
	max-width: 350px;
	width: calc(calc(100% - 40px) / 3);
	padding: 0 40px 25px;
	background: #000;
	color: #fff;
	text-align: center;
}
body #mainContents section.about .category ul li figure{
	margin: 0 -40px 25px;
}
body #mainContents section.about .category ul li figure img{
	width: 100%;
}
body #mainContents section.about .category ul li .header{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 52px;
	padding: 0 30px;
	margin: 0 0 20px;
	background: transparent;
	background-image: url("../img/ico_category_l.png"),url("../img/ico_category_r.png");
	background-position: left center,right center;
	background-repeat: no-repeat,no-repeat;
	background-size: auto 52px,auto 52px;
}
body #mainContents section.about .category ul li .header h4{
	line-height: 100%;
	margin: 0 0 8px;
	font-size: 20px;
	font-family: ShinGoPro-Bold,sans-serif;
	letter-spacing: 0.1em;
}
body #mainContents section.about .category ul li .header p{
	line-height: 100%;
	font-size: 10px;
	letter-spacing: 0.1em;
}
body #mainContents section.about .category ul li > p{
	color: #ccc;
	font-size: 14px;
}
body #mainContents section.about .category ul li > p u{
	position: relative;
	font-family: ShinGoPro-Bold,sans-serif;
	text-decoration: none;
}
body #mainContents section.about .category ul li > p u:after{
	content: " ";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	border-bottom: #ccc 2px solid;
}
body #mainContents section.about .category ul li > p strong{
	font-family: ShinGoPro-Bold,sans-serif;
}
body #mainContents section.about .category > p{
	text-align: center;
	font-size: 24px;
}
body #mainContents section.about .category > p strong{
	color: #c3092f;
}
body #mainContents section.about .category > p sup{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
}
body #mainContents section.about .present{
	display: flex;
	justify-content: center;
	align-items: center;
}
body #mainContents section.about .present figure{
	order: 2;
}
body #mainContents section.about .present .text{
	order: 1;
	margin: 0 20px 0 0;
}
body #mainContents section.about .present .text h3{
	margin: 10px 0 5px;
	font-size: 30px;
	font-family: ShinGoPro-Bold,sans-serif;
}
body #mainContents section.about .present .text h3 strong{
	font-size: 42px;
	font-family: ShinGoPro-Bold,sans-serif;
}
body #mainContents section.about .present .text p.subtitle{
	display: inline-block;
	padding: 0 0 7px;
	border-bottom: #c3092f 4px solid;
	color: #c3092f;
	font-family: ShinGoPro-Bold,sans-serif;
	line-height: 100%;
}
body #mainContents section.about .present .text p.number{
	position: relative;
	display: inline-block;
	padding: 5px 20px 0 35px;
	margin: 0 0 0 12px;
	background: #c3092f;
	color: #fff;
	font-family: ShinGoPro-Bold,sans-serif;
	font-style: italic;
	font-size: 30px;
	line-height: 55px;
}
body #mainContents section.about .present .text p.number:before{
	content: " ";
	position: absolute;
	display: inline-block;
	left: -12px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 60px 12px;
	border-color: transparent transparent #c3092f transparent;
}
body #mainContents section.about .present .text p.number:after{
	content: " ";
	position: absolute;
	display: inline-block;
	right: -12px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 12px 0 0;
	border-color: #c3092f transparent transparent transparent;
}
body #mainContents section.about .present .text p.number strong{
	position: absolute;
	left: 8px;
	top: 0;
	font-size: 45px;
}
body #mainContents section.about .present .text ul.attention{
	margin: 0 0 10px;
}
body #mainContents section.about .present .text ul.attention li{
	color: #c3092f;
	font-family: ShinGoPro-Bold,sans-serif;
	font-size: 14px;
}
/******************************************************************************
	.lineup
******************************************************************************/
body #mainContents section.lineup{
	padding: 215px 40px 30px;
	background: #000 url("../img/bg_lineup.png") center top no-repeat;
	text-align: center;
}
body #mainContents section.lineup h2{
	margin: 0 0 30px;
	font-family: ShinGoPro-Bold,sans-serif;
	font-size: 62px;
	letter-spacing: 0.1em;
}
body #mainContents section.lineup > p{
	display: inline-block;
	margin: 0 0 60px;
	padding: 0 0 0 80px;
	text-align: left;
	background: url("../img/ico_tap.png") left center no-repeat;
}
body #mainContents section.lineup ul.list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1170px;
	margin: 0 auto;
}
body #mainContents section.lineup ul.list li{
	box-sizing: border-box;
	position: relative;
	max-width: 285px;
	width: calc(calc(100% - 30px) / 4);
	margin: 0 0 25px;
	padding: 0 15px 80px;
	background: #1e1e1e;
	color: #fff;
}
body #mainContents section.lineup ul.list li figure{
	margin: 0 -15px 15px;
}
body #mainContents section.lineup ul.list li figure img{
	width: 100%;
}
body #mainContents section.lineup ul.list li h3{
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 180%;
}
body #mainContents section.lineup ul.list li p{
	font-size: 10px;
	color: #999;
}
body #mainContents section.lineup ul.list li p.label{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 6px;
	top: -6px;
	width: 36px;
	height: 36px;
	background: #c3092f;
	font-size: 20px;
	color: #fff;
}
body #mainContents section.lineup ul.list li p.label:after{
	content: " ";
	display: inline-block;
	position: absolute;
	right: -6px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 0 6px;
	border-color: transparent transparent transparent #c3092f;
}
body #mainContents section.lineup ul.list li p.btn,
body #mainContents section.lineup ul.list li p.movie{
	position: absolute;
	left: 15px;
	bottom: 20px;
	width: calc(50% - 20px);
	font-size: 14px;
}
body #mainContents section.lineup ul.list li p.movie{
	left: auto;
	right: 15px;
}
body #mainContents section.lineup ul.list li p.btn a,
body #mainContents section.lineup ul.list li p.movie a{
	display: block;
	padding-right: 15px;
	background: #fff url("../img/ico_arrow_black_8x11.png") right 10px center no-repeat;
	color: #000;
	line-height: 40px;
}
body #mainContents section.lineup .regist{
	margin-bottom: 0;
}
body #mainContents section.lineup ul.list li.dummy{
	opacity: 0;
}
/******************************************************************************
	.movie
******************************************************************************/
body #mainContents section.movie{
	padding: 90px 40px 220px;
	background: #000 url("../img/bg_movie.jpg") center bottom no-repeat;
	text-align: center;
}
body #mainContents section.movie.detail{
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: 0;
	padding-top: 120px;
	padding-bottom: 60px;
	background: transparent;
}
body #mainContents section.movie .movie{
	max-width: 1000px;
	margin: 0 auto 30px;
	aspect-ratio: 16 / 9;
}
body #mainContents section.movie .movie iframe{
	width: 100%;
	height: 100%;
}
body #mainContents section.movie p{
	font-size: 24px;
}
body #mainContents section.movie h2{
	font-size: 48px;
}
body #mainContents section.movie h2 + p{
	font-size: 20px;
}
/******************************************************************************
	.bnr
******************************************************************************/
body #mainContents section.bnr{
	padding: 120px 40px 120px;
	background: #000;
	text-align: center;
}
body #mainContents section.bnr h2{
	margin: 10px 0 30px;
	font-size: 32px;
}
/******************************************************************************
	.detailKV
******************************************************************************/
body #mainContents figure.detailKV{
	max-width: 1300px;
	min-width: 980px;
	margin: 0 auto;
}
body #mainContents figure.detailKV img{
	width: 100%;
}
/******************************************************************************
	.custom
******************************************************************************/
body #mainContents section.custom{
	padding: 180px 40px 0;
	background: url("../img/bg_custom.png") center top no-repeat;
}
body #mainContents section.custom h1{
	font-size: 54px;
	font-family: ShinGoPro-Bold,sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
}
body #mainContents section.custom p{
	text-align: center;
}
body #mainContents section.custom p sup{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
}
body #mainContents section.custom ul.attention li{
	text-align: center;
	color: #fff;
}
body #mainContents section.custom p.customized{
	margin: 10px 0 20px;
	font-size: 14px;
	color: #999;
}
body #mainContents section.custom section.point{
	max-width: 1000px;
	margin: 100px auto 0;
	background: transparent;
}
body #mainContents section.custom section.point h2{
	position: relative;
	margin: 0 0 60px;
	text-align: center;
	color: #fff;
	font-size: 46px;
	font-style: italic;
	font-family: ShinGoPro-Bold,sans-serif;
	line-height: 100%;
}
body #mainContents section.custom section.point h2:before,
body #mainContents section.custom section.point h2:after{
	content: " ";
	position: absolute;
	width: calc(50% - 200px);
	left: 0;
	bottom: 13px;
	border-bottom: #fff 4px dashed;
}
body #mainContents section.custom section.point h2:after{
	left: auto;
	right: 0;
}
body #mainContents section.custom section.point h2 span{
	position: relative;
	display: inline-block;
	width: 330px;
	padding: 0 0 5px;
	z-index: 2;
}
body #mainContents section.custom section.point h2 span.line{
	position: absolute;
	left: calc(50% - 165px);
	bottom: 0;
	width: 330px;
	height: 30px;
	padding: 0;
	background: #c3092f;
	transform: skewX(-15deg);
	z-index: 1;
}
body #mainContents section.custom section.point h2 span strong{
	font-size: 64px;
}
body #mainContents section.custom section.point figure{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 0 30px;
}
body #mainContents section.custom section.point figure figcaption{
	display: block;
	margin: 0 0 15px;
	font-family: ShinGoPro-Bold,sans-serif;
	line-height: 140%;
}
body #mainContents section.custom section.point figure figcaption span{
	font-size: 16px;
}
body #mainContents section.custom section.point .figWrap{
	display: flex;
	justify-content: space-between;
}
body #mainContents section.custom section.point .figWrap.line2 figcaption{
	min-height: 56px;
}
body #mainContents section.custom section.point p{
	font-size: 16px;
	color: #ccc;
	text-align: left;
}
body #mainContents section.custom section.point figure.hasTop{
	margin-top: 100px;
}
body #mainContents section.custom section.point ul.attention{
	margin: 10px 0 0;
}
body #mainContents section.custom section.point ul.attention li{
	text-align: left;
	color: #ccc;
	font-size: 12px;
}
/******************************************************************************
	.other
******************************************************************************/
body #mainContents section.other{
	padding: 120px 0;
	background: url("../img/bg_other.jpg") center top no-repeat;
	background-size: cover;
}
body #mainContents section.other h2{
	padding: 0 40px;
	margin: 0 0 40px;
	text-align: center;
}
body #mainContents section.other #detailSlider{
	margin-bottom: 130px;
}
body #mainContents section.other #detailSlider .item{
	margin: 0 10px;
}
body #mainContents section.other p.btn{
	width: 440px;
	margin: 0 auto;
}
body #mainContents section.other p.btn a{
	display: block;
	background: #c3092f url("../img/ico_back_white_12x18.png") 30px center no-repeat;
	border-radius: 10px;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	box-shadow: 0 6px 0 0 rgba(0,0,0,0.1);
}

body #mainContents section.other .slick-dots{
	bottom: -55px;
	font-size: 0;
}
body #mainContents section.other .slick-dots li{
	width: 10px;
	height: 10px;
	margin: 0 3px;
}
body #mainContents section.other .slick-dots li button{
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 5px;
}
body #mainContents section.other .slick-dots li button:before{
	display: none;
}
body #mainContents section.other .slick-dots li.slick-active button{
	background: #c3092f;
}
body #mainContents section.other .slick-arrow{
	top: auto;
	bottom: -60px;
	cursor: pointer;
	transform: translate(0,0);
	z-index: 999;
}
body #mainContents section.other .slick-arrow.slick-prev{
	left: calc(50% - 190px);
	background: url("../img/ico_detailslider_prev.png") center center no-repeat;
}
body #mainContents section.other .slick-arrow.slick-next{
	right: calc(50% - 190px);
	background: url("../img/ico_detailslider_next.png") center center no-repeat;
}
body #mainContents section.other .slick-arrow:before{
	display: none;
}
/******************************************************************************
	#addLink
******************************************************************************/
body #addLink{
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 30px;
	background: #1a1a1a;
	text-align: center;
	font-size: 16px;
}
body #addLink p{
	margin: 0;
}
body #addLink a{
	padding: 0 24px 0 0;
	background: url("../img/ico_addlink.png") right center no-repeat;
	color: #fff;
	text-decoration: none;
}
/******************************************************************************
	.result
******************************************************************************/
body #mainContents section.result{
	padding: 60px 0;
	background: #240301 url("../img/bg_result.jpg") center top no-repeat;
}
body #mainContents section.result h2{
	margin: 0 0 30px;
	text-align: center;
}
body #mainContents section.result .inner{
	display: flex;
	justify-content: space-between;
	width: 1170px;
	margin: 0 auto 60px;
}
body #mainContents section.result .inner div{
	width: 360px;
}
body #mainContents section.result .inner div h3{
	margin: 0 0 20px;
	text-align: center;
}
body #mainContents section.result .inner div ol li{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 90px;
	margin: 0 0 10px;
	padding: 0 20px 0 84px;
	background: #000 url("../img/ico_crown01.png") left 18px center no-repeat;
	background-size: 50px auto;
	border: #c9b187 2px solid;
	border-radius: 15px;
	color: #c9b187;
}
body #mainContents section.result .inner div ol li:nth-of-type(2){
	background-image: url("../img/ico_crown02.png");
	border-color: #8e939f;
	color: #8e939f;
}
body #mainContents section.result .inner div ol li:nth-of-type(3){
	margin: 0;
	background-image: url("../img/ico_crown03.png");
	border-color: #a06f5f;
	color: #a06f5f;
}
body #mainContents section.result .inner div ol li h4{
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 140%;
}
body #mainContents section.result .inner div ol li p{
	font-size: 10px;
	line-height: 140%;
}
body #mainContents section.result > p{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
