@charset "utf-8";

/* Reset
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

a:focus {
	outline: none;
}


/* Web fonts
--------------------------------------------------------------*/
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
with any questions regarding Web Fonts:  http://www.linotype.com
*/
@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=e0d01164-8953-43c1-9542-c7261b4c57c5&fontids=1560401");
@font-face {
font-family:"Meiryo W53 Regular";
src:url("/renewal/common/fonts/1560401/180a7431-d53a-4a41-84ff-ce326c50c6c7.eot?#iefix");
src:url("/renewal/common/fonts/1560401/180a7431-d53a-4a41-84ff-ce326c50c6c7.eot?#iefix") format("eot"),url("/renewal/common/fonts/1560401/f366083b-2d95-4d12-8179-9f8aa05f0108.woff2") format("woff2"),url("/renewal/common/fonts/1560401/e5bf1b19-d38a-4291-a4e9-0814df8032fc.woff") format("woff"),url("/renewal/common/fonts/1560401/58ba3aeb-9ed9-4a40-b0ae-f44d0ebb6d8a.ttf") format("truetype"),url("/renewal/common/fonts/1560401/41aec641-c312-46d0-aaec-ab44c6e0ee89.svg#41aec641-c312-46d0-aaec-ab44c6e0ee89") format("svg");
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=b193f8e5-08f3-42c3-a9be-8097ec198e7d");
@font-face{
font-family:"HelveticaNeueW01-55Roma";
src:url("/renewal/common/fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
src:url("/renewal/common/fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"),url("/renewal/common/fonts/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2") format("woff2"),url("/renewal/common/fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"),url("/renewal/common/fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"),url("/renewal/common/fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg");
}


/* Basic
--------------------------------------------------------------*/

body {
	position: relative;
	font-size: 1.5em;
	/*font-size: 1.6rem;*/
	height: 100%;
	line-height: 1.5;
	color: #242424;
	font-family: "HelveticaNeueW01-55Roma", 'Helvetica', "Meiryo W53 Regular", Meiryo, メイリオ, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.wrap {
	position: relative;
	max-width: 1920px;
	min-width: 980px;
	margin: 0 auto;
}

.contentWrap {
	padding-top: 95px;
	padding-bottom: 110px;
	background: #f7f7f7;
}

.mainVisual {
	display: table;
	width: 100%;
}

.mainVisual >.main {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.content {
	width: 916px;
	max-width: 1856px;
	min-width: 916px;
	margin: 0 auto;
}

.inner {
	display: table;
}

.inner >li {
	display: table-cell;
	vertical-align: middle;
}

.inner >li:last-child:after {
	content: none !important;
}


/* Link
--------------------------------------------------------------*/

a {
	color: #242424;
	text-decoration: none;
}

.subNav a {
	color: #fff;
	font-weight: bold;
}

.subNav a:hover,
a:hover {
	color: #005BAC;
	text-decoration: none;
}


/* Header
--------------------------------------------------------------*/

.header {
	position: absolute;
	z-index: 9999;
	top: 0;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	min-width: 980px;
}

.logo {
	float: left;
	margin-left: 23px;
}

.headerDetail {
	float: right;
	margin-top: 39px;
}

.search {
	float: left;
	border-bottom: 1px solid #4c4c4c;
	padding-bottom: 3px;
	_margin-right: 54px;
	margin-right: 34px;
}

.search form {
	width: 160px;
}

.search input[type=text] {
	border: none;
	width: 136px;
	font-size: 1.6rem;
}

.search input {
	padding: 0;
	box-sizing: content-box;
}

.search #search-btn {
	vertical-align: middle;
}

.lang {
	float: left;
	margin-right: 35px;
}

.lang > .inner >li a {
	padding-bottom: 5px;
}

.lang > .inner >li:after {
	content: "/";
	padding: 0 4px;
}

.lang > .inner >li.active a {
	color: #005bac;
	border-bottom: 2px solid #005bac;
}

.lang > .inner >li.active a:hover {
	border-bottom: none;
}

.spHeader {
	display: none;
}


/* Nav
--------------------------------------------------------------*/

.mainNav {
	float: left;
	_margin-right: 50px;
	margin-right: 30px;
}

.mainNav > .inner > li {
	float: left;
	padding: 0 0 33px;
}

.mainNav > .inner >li:after {
	content: "｜";
}

.mainNav > .inner >li:nth-child(4):after {
	content: none;
}

.mainNav > .inner >li a {
	padding: 0 22px 0;
}

.mainNav > .inner >li:last-child {
	padding-left: 20px;
	_padding-left: 40px;
}

.mainNav > .inner >li:last-child a {
	padding: 5px 30px 4px;
	vertical-align: baseline;
}

.mainNav > .inner >li:last-child a:hover {
	color: #fff;
	background: #000;
}

.subNav {
	position: absolute;
	top: 94px;
	overflow-x: hidden;
	width: 100%;
	left: 50%;
	margin-left: -50%;
	font-size: 1.4rem;
	background: #000;
	clear: both;
	display: none;
}

.navActive {
	background: url(/renewal/common/img/tri_bg.gif) no-repeat center bottom;
}
.subNav > .inner {
	width: 890px;
	margin: 0 auto;
	padding: 14px 0 13px;
}
.subNav > .nav03{
	width: 230px;
}
.subNav > .inner >li {
	padding-right: 28px;
}
.subNav > .inner >li a{
	padding: 17px 0 15px;
	display: block;
}
.subNav > .inner >li:last-child {
	padding-right: 0;
}


/* breadcrumb
--------------------------------------------------------------*/

.breadcrumb {
	padding: 32px 0 16px 30px;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 90px;
}

.breadcrumb > .inner >li:after {
	content: "/";
	padding: 0 4px;
}

.breadcrumb > .inner >li {
	color: #999;
	display: inline-block;
}


/* Footer
--------------------------------------------------------------*/

footer {}

.footerNav {
	background: #f7f7f7;
	border-top: 1px solid #c7c7c7;
}

.footerNav > .inner {
	_width: 416px;
	_width: 816px;
	margin: 0 auto;
	padding: 76px 0 23px;
}

.footerNav > .inner >li:after {
	content: "｜";
}

.footerNav > .inner >li a {
	padding: 0 8px;
}

.footerNav > .sns {
	padding: 0 0 23px !important;
}

.footerNav > .sns img {
	width: auto !important;
	height: 16px !important;
}

.copy {
	font-size: 1.2rem;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px 0 11px;
}

small {
	font-weight: bold;
}


/* Go to the top of pages
--------------------------------------------------------------*/
.gotop {
	width: 48px;
	height: 48px;
	background: #000;
	opacity: 0.8;
	position: fixed;
	bottom: 45px;
	right: 0;
	display: none;
	cursor: pointer;
}
.triangl {
	width: 0;
	height: 0;
	margin: 10px 18px;
	border-bottom: 8px solid #fff;
	border-right: 6.5px solid transparent;
	border-top: 8px solid transparent;
	border-left: 6.5px solid transparent;
	display: block;
}


/* font size
--------------------------------------------------------------*/

.ttl {
	font-size: 1.8rem;
}

.big_ttl {
	font-size: 2rem;
	position: relative;
}

/*.big_ttl:after {
	content: "";
	position: absolute;
	bottom: -21px;
	left: 50%;
	width: 48px;
	margin-left: -24px;
	border-bottom: 2px solid #005bac;
}*/

.main {
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	height: 274px;
}

.big_main {
	font-size: 4.8rem;
}

.small_data {
	font-size: 2rem;
}

.btn {
	font-size: 2.4em;
}

.font10 {
	font-size: 1.0rem;
}


/*10px*/

.font11 {
	font-size: 1.1rem;
}


/*11px*/

.font12 {
	font-size: 1.2rem;
}


/*12px*/

.font13 {
	font-size: 1.3rem;
}


/*13px*/

.font14 {
	font-size: 1.4rem;
}


/*14px*/

.font15 {
	font-size: 1.5rem;
}


/*15px*/

.font16 {
	font-size: 1.6rem;
}


/*16px*/

.font17 {
	font-size: 1.7rem;
}


/*17px*/

.font18 {
	font-size: 1.8rem;
}


/*18px*/

.font19 {
	font-size: 1.9rem;
}


/*19px*/

.font20 {
	font-size: 2.0rem;
}


/*20px*/

.font21 {
	font-size: 2.1rem;
}


/*21px*/


/* font-color
--------------------------------------------------------------*/

.gray_txt {
	color: #4c4c4c;
}

.blue_txt {
	color: #005bac;
}

.red_txt {
	color: #bf2626;
}

.active_txt {
	color: #999999;
}


/* btn_layout
--------------------------------------------------------------*/

.black_btn {
	background: #242424;
	color: #fff;
}

.white_btn {
	border: 1px solid #242424;
	box-sizing: border-box;
}

.thebox_btn {
	border: 1px solid #242424;
	box-sizing: border-box;
}


/* icon_layout
--------------------------------------------------------------*/

.prev_arrow:before {
	content: "→";
}

.next_arrow:after {
	content: "→";
}


/* txt
--------------------------------------------------------------*/

.lineH1 {
	line-height: 1;
}

.fontBold {
	font-weight: bold;
}

.txtCenter {
	text-align: center;
}

.txtRight {
	text-align: right;
}

.txtLeft {
	text-align: left;
}


/* display
--------------------------------------------------------------*/

.disNone {
	display: none;
}

.disBlock {
	display: block;
}

.disInline {
	display: inline;
}


/* margin padding
--------------------------------------------------------------*/

.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mt0 {
	margin-top: 0;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.mr0 {
	margin-right: 0;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.mr40 {
	margin-right: 40px;
}

.mr45 {
	margin-right: 45px;
}

.mr50 {
	margin-right: 50px;
}

.mr55 {
	margin-right: 55px;
}

.ml0 {
	margin-left: 0;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

.ml55 {
	margin-left: 55px;
}

.pb0 {
	padding-bottom: 0;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb35 {
	padding-bottom: 35px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb45 {
	padding-bottom: 45px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb55 {
	padding-bottom: 55px;
}

.pt0 {
	padding-top: 0;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt35 {
	padding-top: 35px;
}

.pt40 {
	padding-top: 40px;
}

.pt45 {
	padding-top: 45px;
}

.pt50 {
	padding-top: 50px;
}

.pt55 {
	padding-top: 55px;
}

.pr0 {
	padding-right: 0;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr25 {
	padding-right: 25px;
}

.pr30 {
	padding-right: 30px;
}

.pr35 {
	padding-right: 35px;
}

.pr40 {
	padding-right: 40px;
}

.pr45 {
	padding-right: 45px;
}

.pr50 {
	padding-right: 50px;
}

.pr55 {
	padding-right: 55px;
}

.pl0 {
	padding-left: 0;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pl35 {
	padding-left: 35px;
}

.pl40 {
	padding-left: 40px;
}

.pl45 {
	padding-left: 45px;
}

.pl50 {
	padding-left: 50px;
}

.pl55 {
	padding-left: 55px;
}


/* content
--------------------------------------------------------------*/

.contIn {
	padding: 0 10px;
}


/* toggleCont
--------------------------------------------------------------*/

.toggleCont {
	display: none;
}


/* class
--------------------------------------------------------------*/


/* clearfix
--------------------------------------------------------------*/

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
}


/* MacIE \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* zoom hover
    --------------------------------------------------------------*/

.imgZoom {
	overflow: hidden;
}

.imgZoom .zoomInner {
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	width: 100%;
}
a:hover .imgZoom .zoomInner {
	/*transform: scale(1.16, 1.16);
	-webkit-transform: scale(1.16, 1.16);*/
	opacity: 0.7;
}


/* end MacIE */

@media screen and (max-width: 768px) {
	body {
		font-size: 1.2rem;
		overflow-x: hidden;
	}
	img {
		width: 100%;
		height: auto;
		line-height: 1;
	}
	.wrap {
		position: relative;
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.contentWrap {
		padding-top: 48px;
		background: #f7f7f7;
		padding-bottom: 84.5px;
	}
	.flexWrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.content {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	/* Header
    --------------------------------------------------------------*/
	.header {
		width: 100%;
		min-width: 100%;
		min-width: 100%;
		height: 48px;
	}
	.headerDetail {
		display: none;
	}
	.logo {
		width: 48px;
	}
	.spHeader {
		display: block;
	}
	.menu_btn {
		vertical-align: middle;
		width: 20px;
		height: 14px;
		float: right;
		margin: 17px 16px 17px 0;
		cursor: pointer;
		background: url(/renewal/common/img/humberger_btn.png) center center /contain no-repeat;
		text-indent: 9999px;
	}
	.views {
		background: url(/renewal/common/img/close_btn.png) center center /contain no-repeat;
	}
	.search {
		position: relative;
		float: right;
		margin-top: 12px;
		margin-right: 17px;
	}
	.search form {
		display: none;
	}
	.second_btn {
		width: 19px;
	}
	.first_btn {
		cursor: pointer;
		top: 3px;
		right: 2px;
		position: absolute;
		width: 19px;
	}
	/* Nav
    --------------------------------------------------------------*/
	.sp_mainNav {
		display: none;
		font-size: 1.5rem;
		position: absolute;
		top: 48px;
		width: 100%;
		background: #d1d1d1;
		text-align: center;
	}
	.sp_mainNav > ul {
		padding: 10px 0;
	}
	.sp_mainNav li {
		padding: 11px 0;
	}
	.sp_mainNav li a {
		display: block;
	}
	.sp_mainNav ul.inner {
		width: 58px;
		margin: 0 auto;
	}
	.sp_mainNav ul.inner li {
		padding: 0;
	}
	.lang {
		float: none;
		margin-right: 0;
	}
	.lang > .inner >li a {
		padding-bottom: 0px;
	}
	.lang > .inner >li:first-child a {
		float: left;
	}
	.lang > .inner >li:after {
		float: left;
		content: "/";
		padding: 0 4px;
	}
	.lang > .inner >li.active a {
		color: #005bac;
		border-bottom: 2px solid #005bac;
	}
	.sp_subNav {
		-webkit-transition-property: left;
		-webkit-transition-duration: 0.5s;
		-webkit-transition-timing-function: easeInQuart;
		transition-property: left;
		transition-duration: 0.5s;
		transition-timing-function: easeInQuart;
		font-size: 1.5rem;
		position: absolute;
		top: 48px;
		left: -100%;
		padding: 23px 0 11px;
		width: 100%;
		background: #005bac;
		text-align: center;
	}
	.sp_subNav li {
		padding: 12px 0;
	}
	.sp_subNav a {
		color: #fff;
		display: block;
	}
	.sp_subNav_ttl {
		font-size: 1.8rem;
		position: relative;
		margin-bottom: 14px;
	}
	.back_arrow {
		position: absolute;
		z-index: 9999;
		cursor: pointer;
		bottom: 0;
		left: 30px;
		color: #fff;
		font-size: 1.8rem;
	}
	.sp_subNav_ttl:after {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 50%;
		width: 160px;
		margin-left: -80px;
		border-bottom: 1px solid #fff;
		opacity: 0.3;
	}
	.move {
		left: 0;
	}
	/* breadcrumb
    --------------------------------------------------------------*/
	.breadcrumb {
		background: #efefef;
		border-top: 1px solid #c7c7c7;
		border-bottom: 0;
		padding: 10px 0 10px 16px;
		margin-bottom: 0;
		font-size: 1rem;
	}
	/* Footer
    --------------------------------------------------------------*/
	.footerNav {
		height: 135px;
		_height: 67.5px;
	}
	.footerNav > .inner {
		padding-top: 32px;
		padding-bottom: 0;
		width: auto;
	}
	.footerNav > .inner >li a {
		padding: 0 3px;
	}
	.footerNav > .sns {
		padding: 23px 0 23px !important;
	}
	.copy {
		font-size: 1rem;
		height: 24px;
		padding: 7px 0;
	}
	/* font size
    --------------------------------------------------------------*/
	.ttl {
		font-size: 1.5rem;
	}
	.big_ttl {
		font-size: 1.8rem;
	}
	.main {
		font-size: 2.1rem;
		height: 120px;
	}
	.big_main {
		font-size: 2.4rem;
	}
	.small_data {
		font-size: 2rem;
	}
	.btn {
		font-size: 1.5em;
	}
	/* zoom hover
    --------------------------------------------------------------*/
	.imgZoom .zoomInner {
		transition: none;
	}
	a:hover .imgZoom .zoomInner {
		transform: none;
		-webkit-transform: none;
		opacity: 1;
	}
	a:hover .txtArea {
		background: none;
	}
}



.en-ver .footerNav{
	text-align: center !important;
}
.en-ver .footerNav > .inner {
	width: auto !important;
	/*width: 372px !important;*/
	display: inline-block !important;
	margin: 0 auto !important;
}
.en-ver .subNav > .inner {
	width: 836px !important;
}
.en-ver .mainNav > .inner >li:last-child {
	margin: 0 !important;
}
.en-ver .mainNav > .inner >li:last-child a {
	padding: 0 20px !important;
}
.btnArea .hoverBtn a{
	display: block;
}

@media screen and (max-width: 768px) {
.btnArea ul{
	display: block !important;
}
}

.en-ver .mainNav > .inner >li:last-child {
	padding-left: 0px;
	margin-left: 50px;
}

.en-ver .mainNav > .inner >li:last-child a {
	padding: 0;
}

.en-ver .mainNav > .inner >li:last-child a:hover {
	color: #005BAC;
	background: transparent;
	text-decoration: none;
}
