@charset "utf-8";

.mb0{margin-bottom:0!important;}
hr {
    display: block;
    border: none;
    height: 15px;
    margin: 0;
    box-sizing: border-box;
}

/*PCSP共通設定*/
.disnone{display:none;}
#wrapper {line-height: 1.6;}
section {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	background:#FFF;
	color:#222;
}
.f-deepred{color:#cc0d21;}
.tc_20208c{color:#20208c;}
button{
	appearance: none;
	-webkit-appearance: none;/*Google Chrome/Safari対応*/
	-moz-appearance: none;/*Firefox対応*/
	-o-appearance: none;/*Opera対応*/
}
button.slide.trank,
button.slide.plain{border-left: 20px solid #20208c;}

/*759px以下(SP)*/
@media screen and (max-width: 759.9px) {
/* CSS */
main img {
	width: 100%;
	height: auto;
}
#dirPathBlock{
	font-size:10px;
	margin: 5px 5px 20px;
}
h1 {
	line-height: 1.4;
	font-size: 18px;
	color: #20208c;
	position: relative;
	display: flex;
	align-items: center;
}
h1:before{
	content: "";
	display: block;
	background: #F5F5F5 url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_kokunai.gif) no-repeat;
	background-size: 90%;
	background-position: center;
	width: 48px;
	height: 48px;
	border-radius: 32px;
	position: absolute;
	top: auto;
	left: auto;
}
h1 span{
	padding-left: 58px;
	display: inline-block;
}
h2 {
	font-size: 16px;
    color: #FFF;
    background: #20208c;
    text-align: center;
    padding: 10px 0 14px;
}
#howto h3,
#procedure h3 {
    width: 120px;
	background: #EFF5FF;
    text-align: center;
    border-radius: 25px;
    margin: 5% auto;
    padding: 5px 0;
    font-weight: bold;
}
section {font-size: 16px;}
.inner{
	width: 94%;
    margin: 0 3% 25px;
    box-sizing: border-box;
    position: relative;
}
.inner p{
	font-size: 14px;
	margin: 15px 0;
}

/*important*/
#important-notices li {
    padding: 5px 0;
    border-top: 1px dotted #222;
	list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
	font-size: 14px;
}
#important-notices li:first-child {border-top: none;}
#important-notices li:last-child {margin-bottom: 15px;}

/*nav*/
main article nav {
	width: 100%;
	margin: 0 auto 20px;
}
main article nav ul {display:flex;}
main article nav li {
	width: 32.33333%;
	text-align: center;
	border-right: 1px dotted #222;
	margin: 0.5%;
	box-sizing: border-box;
	position: relative;
}
main article nav li:last-child {border-right: none;}
main article nav li a {
	width: 100%;
	display: block;
	line-height: 1.5;
	font-size: 12px;
	color: #222!important;
	padding: 8px 0;
}
main article nav li a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}
main article nav li a:after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	border-bottom: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg);
	position: absolute;
    bottom: -5px;
    left: 46%;
    right: 0;
}

/*slide_toggle_box*/
.slide_toggle_box{padding: 10px;}
.slide_toggle_box p {
    font-size: 14px;
    margin: 0 0 15px;
}

/*----------
button
----------*/
.button_wrap{display: flex;}
button.button01 {
	width: 72%;
    margin: 0 auto 2%;
    display: block;
    position: relative;
}
button.button02 {
    width: 48%;
    margin: 0 1% 2%;
    display: block;
    position: relative;
}
button.button01 a,
button.button02 a {
    height: 40px;
    display: grid;
    border: 1px solid #20208c;
    color: #20208c;
    padding: 5px 0 8px;
    position: relative;
    transition: 0.2s;
    align-items: center;
}
button.button01:after,
button.button02:after {
	content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #20208c;
    position: absolute;
    top: 38%;
    right: 3%;
}

/*button_pink*/
button.button_pink {
    width: 94%;
    margin: 0 auto 15px;
    display: block;
    position: relative;
}
button.button_pink a {
	display: block;
    width: 100%!important;
    padding: 14px 0 17px;
    font-size: 14px;
    color: #fff;
    background-color: #e61b61;
    border-radius: 6px;
    box-shadow: 0 2px 0 #d6d6d6;
    box-sizing: border-box;
    transition: opacity 0.3s ease-out;
    cursor: pointer;
}
button.button_pink a:after {
	width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(//www.nta.co.jp/shared2015/common/images/im_arrow.png) no-repeat;
    position: absolute;
	top: 40%;
	right: 3%;
}
button.button_pink a.anker_link:after{
	transform: rotate(90deg);
	top: 45%;
}

/*slide 1階層*/
button.slide{
	width: 100%;
	display: block;
    border: 1px solid #A0A0A0;
    color: #20208c;
    margin-bottom: 15px;
    padding: 14px 0 15px 5px;
    transition: 0.2s;
    align-items: center;
	position: relative;
}
button.slide b{color: #20208c;}
button.slide span{color: #222;}
button.slide:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 3%;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    display: grid;
    align-items: center;
    transition-duration: 0.2s;
}
button.slide.active:after {content: "－";}

/*slide 2階層*/
.slide_toggle_box .slide_toggle_box{padding:0;}
.slide_toggle_box .case_icon{
	font-size: 24px;
    margin-right: 10px;
    color: #A0A0A0;
}
.slide_toggle_box button.slide.active .case_icon{color: #FFF;}
.slide_toggle_box button.slide{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
    display: flex;
    padding: 14px 50px 15px 5px;
}
.slide_toggle_box button.slide.active{
	background: #20208c;
    color: #FFF;
	border: 1px solid #20208c;
}
.slide_toggle_box button.slide:after {
	content: "＋";
    position: absolute;
    top: calc(50% + -14px);
    right: 3%;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    display: grid;
    align-items: center;
    transition-duration: 0.2s;
    width: 28px;
    height: 28px;
    background: #FFF;
    border: 1px solid #20208c;
    box-sizing: border-box;
}
.slide_toggle_box  button.slide.active:after {
	content: "－";
	color: #20208c;
}

/*slide 3階層*/
.slide_toggle_box .slide_toggle_box .slide_toggle_box{padding: 0;}
.slide_toggle_box.last_box p{
	border: 3px solid #20208c;
	padding: 10px;
}
.slide_toggle_box .slide_toggle_box p b{
    text-align: center;
    width: 100%;
    display: inline-block;
	margin-bottom: 15px;
}
.slide_toggle_box .slide_toggle_box p a{
	display: block;
    text-align: center;
    width: 50%;
}
.slide_toggle_box .slide_toggle_box p strong{
	font-size: 16px;
	text-align: center;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    color: #20208c;
	margin-bottom: 15px;
}
.slide_toggle_box .slide_toggle_box .step_icon{
	width: 120px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: auto;
    border: 1px solid #222;
    border-radius: 25px;
}

/*2並び*/
.slide_toggle_box .side_by_side > div{margin-bottom: 15px;}

/*common_information*/
.common_information{
	border: 3px solid #cc0d21;
	margin-bottom: 25px;
    padding: 10px;
}
.common_information b{
	width: 100%;
    display: inline-block;
    text-align: center;
}

/*procedure*/
#procedure button.slide2{
	width: 100%;
    height: 55px;
    display: grid;
    padding: 5px 0 8px 5px;
    transition: 0.2s;
    align-items: center;
    position: relative;
    background: #EFF5FF;
	font-weight: bold;
	color: #222;
}
#procedure button.slide2:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 3%;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    display: grid;
    align-items: center;
    transition-duration: 0.2s;
}
#procedure button.slide2.active:after {content: "－";}
#procedure .slide_toggle_box2{
	background: #eff5ff;
	padding: 10px 0;
}
#procedure .slide_toggle_box2 p{
	background: #fff;
    margin: 0 10px;
    padding: 10px;
}

/*qa*/
#qanda_box .qanda_box_wrap{margin-bottom:15px;}
#qanda_box dl {
	padding: 12px;
	background: #fff;
	position: relative;
	border-bottom: 1px dotted #aaa;
}

#qanda_box dt {
	font-size: 14px;
    padding: 0 40px;
    word-break: break-all;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#qanda_box dt:before,
#qanda_box dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
	line-height: 1.6;
}
#qanda_box dd:before {content: "A";}
#qanda_box dt h3{font-weight:bold;}
#qanda_box dd {
	position: relative;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 40px 10px 40px;
	word-break: break-all;
}
#qanda_box dl:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
#qanda_box dl.faqopen:after {content: "－";}
#qanda_box dl:hover{
	opacity:0.9;
	transition-duration: 0.2s;
}

/*ancer*/
#anchorLinkBlock {
	width: 96%;
	margin:15px 2% 0;
	display: block;
	font-size:10px;
}

/*add*/
.side_by_side #morepattern_box,
.side_by_side #morepattern_box .slide_toggle_box.morepattern{
	border: 3px solid #20208c;
	margin-bottom: 15px;
    padding: 5px;
}
#morepattern_box .slide{margin-bottom:10px!important}
#morepattern_box .slide.active{margin-bottom:0!important}
.side_by_side #morepattern_cl{margin-top: 25px;}
.side_by_side #morepattern_box p:not(#morepattern_cl) b{margin-bottom:0!important}

/*nav*/
#guidance ul {
	width: 100%;
	margin: 50px auto;
	box-sizing:border-box;
	display:flex;
	flex-wrap: wrap;
}
#guidance li {
	width: 96%;
	margin: 0 2% 15px;
}
#guidance .jrset{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_jr.gif) no-repeat;
	background-size: 60px;
	background-position: 10px center;
}
#guidance .airset{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_kokunai.gif) no-repeat;
	background-size: 60px;
    background-position: 10px center;
}
#guidance .yado{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_yado.gif) no-repeat;
	background-size: 60px;
    background-position: 10px center;
}
#guidance .bus{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_bus.gif) no-repeat;
	background-size: 60px;
    background-position: 10px center;
}
#guidance li a {
	width: 100%;
    display: block;
    text-align: center;
    box-shadow: 0px 1px 5px #555;
    border-radius: 10px;
    color: #222 !important;
	font-size: 14px;
    box-sizing: border-box;
    padding: 15px 0 15px 15px;
}

}

/*760px以上(PC)*/
@media screen and (min-width: 760px),print {
/* CSS */
#dirPathBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto 20px;
	padding:0 5px;
	box-sizing:border-box;
	display: block;
	font-size:13px;
}
h1 {
	width: fit-content;
	font-size: 24px;
	margin: auto;
	padding: 0 0 15px;
	color: #20208c;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
}
h1:before{
	content: "";
	display: block;
	background: #F5F5F5 url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_kokunai.gif) no-repeat;
	background-size: 90%;
	background-position: center;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	position: absolute;
	top: auto;
	left: -80px;
}
h1 span{display: inline-block;}
h2 {
	font-size: 24px;
    color: #FFF;
    background: #20208c;
    text-align: center;
    padding: 10px 0 13px;
}
#howto h3,
#procedure h3 {
    width: 150px;
	background: #EFF5FF;
    text-align: center;
    border-radius: 25px;
    margin: 5% auto;
    padding: 5px 0;
	font-size: 20px;
    font-weight: bold;
}
section {font-size: 18px;}
.inner{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto 50px;
	padding:0 10px;
	box-sizing:border-box;
	display: block;
	position:relative;
}
.inner p{
	font-size: 16px;
	margin: 10px 0 28px;
}
p.tx_C_title{text-align: center;}

/*important*/
#important-notices li {
	padding: 10px 0;
    border-top: 1px dotted #222;
	list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
	font-size: 16px;
}
#important-notices li:first-child {border-top: none;}
#important-notices li:last-child {margin-bottom: 25px;}

/*nav*/
main article nav {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto 20px;
	box-sizing:border-box;
}
main article nav ul {display:flex;}
main article nav li {
	width: 32.33333%;
	text-align: center;
	border-right: 1px dashed #222;
	margin: 0.5%;
	box-sizing: border-box;
}
main article nav li:last-child {border-right: none;}
main article nav li a {
	width: 100%;
	display: block;
	line-height: 1.2;
	font-size: 16px;
	color: #222!important;
	padding: 8px 0;
	position: relative;
}
main article nav li a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}
main article nav li a:after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	border-bottom: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg);
	position: absolute;
	bottom: -10px;
	left: 48%;
	right: 0;
}

/*slide_toggle_box*/
/*.slide_toggle_box{padding: 0 20px 20px;}*/
.slide_toggle_box p {
    font-size: 16px;
    margin: 0 0 25px;
}

/*----------
button
----------*/
.button_wrap{display: flex;}
button.button01 {
	width: 72%;
    margin: 0 auto 2%;
    display: block;
    position: relative;
}
button.button02 {
    width: 48%;
    margin: 0 1% 2%;
    display: block;
    position: relative;
}
button.button01:after,
button.button02:after {
	content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #20208c;
    position: absolute;
    top: 38%;
    right: 3%;
}
button.button01 a,
button.button02 a {
    height: 40px;
    display: grid;
    border: 1px solid #20208c;
    color: #20208c;
    padding: 5px 0 8px;
    position: relative;
    transition: 0.2s;
    align-items: center;
}

/*button_pink*/
button.button_pink {
    width: 90%;
    margin: 0 auto 25px;
    display: block;
    position: relative;
}
button.button_pink a {
	display: block;
    width: 100%!important;
    padding: 14px 0 17px;
    font-size: 16px;
    color: #fff;
    background-color: #e61b61;
    border-radius: 6px;
    box-shadow: 0 2px 0 #d6d6d6;
    box-sizing: border-box;
    transition: opacity 0.3s ease-out;
    cursor: pointer;
}
button.button_pink a:after {
	width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(//www.nta.co.jp/shared2015/common/images/im_arrow.png) no-repeat;
    position: absolute;
	top: 45%;
	right: 3%;
}
button.button_pink a.anker_link:after{
	transform: rotate(90deg);
	top: 45%;
	right: 5%;
}

/*slide 1階層*/
button.slide{
	width: 100%;
    display: block;
    border: 1px solid #A0A0A0;
    color: #20208c;
    margin-bottom: 25px;
    padding: 14px 0 15px 5px;
    transition: 0.2s;
    align-items: center;
	position: relative;
}
button.slide b{color: #20208c;}
button.slide span{color: #222;}
button.slide:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 3%;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    display: grid;
    align-items: center;
    transition-duration: 0.2s;
}
button.slide.active:after {content: "－";}

/*slide 2階層*/
/*.slide_toggle_box .slide_toggle_box{padding:0 10px;}*/
.slide_toggle_box .case_icon{
	font-size: 28px;
    text-align: center;
    margin-right: 10px;
    padding: 8px 0 2px;
    color: #A0A0A0;
    line-height: 1.2;
}
.slide_toggle_box button.slide.active .case_icon{color: #FFF;}
.slide_toggle_box button.slide{
	font-weight: normal;
    display: flex;
	padding: 8px 50px 10px 5px;
	text-align: left;
}
.slide_toggle_box button.slide.active{
	background: #20208c;
    color: #FFF;
	border: 1px solid #20208c;
}
.slide_toggle_box button.slide:after {
	content: "＋";
    position: absolute;
    top: calc(50% + -14px);
    right: 3%;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    display: grid;
    align-items: center;
    transition-duration: 0.2s;
    width: 28px;
    height: 28px;
    background: #FFF;
    border: 1px solid #20208c;
    box-sizing: border-box;
}
.slide_toggle_box  button.slide.active:after {
	content: "－";
	color: #20208c;
}

/*slide 3階層*/
.slide_toggle_box .slide_toggle_box .slide_toggle_box{padding: 0;}
.slide_toggle_box.last_box p{
	border: 3px solid #20208c;
	padding: 20px;
}
.slide_toggle_box .slide_toggle_box p b{
    width: 100%;
	font-size: 18px;
    text-align: center;
    display: inline-block;
	margin-bottom: 25px;
}
.slide_toggle_box .slide_toggle_box p a{
    width: 50%;
	display: block;
    text-align: center;
	font-size: 18px;
}
.slide_toggle_box .slide_toggle_box p strong{
	font-size: 18px;
	text-align: center;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    color: #20208c;
	margin-bottom: 25px;
}
.slide_toggle_box .slide_toggle_box .step_icon{
	width: 120px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: auto;
    border: 1px solid #222;
    border-radius: 25px;
}

/*2並び*/
.slide_toggle_box .side_by_side{
	display: flex;
    margin: 0 0 25px;
}
.slide_toggle_box .side_by_side > div{
	width: 48%;
    margin: 0 1%;
}

/*common_information*/
.common_information{
	border: 3px solid #cc0d21;
	margin-bottom:50px;
    padding: 20px;
}
.common_information b{
	width: 100%;
    display: inline-block;
    text-align: center;
}

/*procedure*/
#procedure button.slide2{
	width: 100%;
    height: 55px;
    display: grid;
    padding: 5px 0 8px 5px;
    transition: 0.2s;
    align-items: center;
    position: relative;
    background: #EFF5FF;
	font-weight: bold;
	color: #222;
}
#procedure button.slide2:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 3%;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    display: grid;
    align-items: center;
    transition-duration: 0.2s;
}
#procedure button.slide2.active:after {content: "－";}
#procedure .slide_toggle_box2{
	background: #eff5ff;
	padding: 20px 0;
}
#procedure .slide_toggle_box2 p{
	background: #fff;
    margin: 0 20px;
    padding: 20px;
}

/*qa*/
#qanda_box .qanda_box_wrap{margin-bottom:25px;}
#qanda_box dl {
	padding: 15px;
    background: #fff;
    position: relative;
    border-bottom: 1px dotted #aaa;
}

#qanda_box dt {
	font-size: 16px;
    padding: 0 40px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#qanda_box dt:before,
#qanda_box dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
}
#qanda_box dd:before {content: "A";}
#qanda_box dt h3{font-weight:bold;}
#qanda_box dd {
	position: relative;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 10px 40px 10px 40px;
}
#qanda_box dl:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
	background: #FFF;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
#qanda_box dl.faqopen:after {content: "－";}
#qanda_box dl:hover{
	opacity:0.9;
	transition-duration: 0.2s;
}

/*ancer*/
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 20px auto;
	padding:0 5px;
	box-sizing:border-box;
	display: block;
}

/*add*/
.side_by_side #morepattern_cl{margin-top: 25px;}
.side_by_side #morepattern_box p{margin-bottom:0!important}
.side_by_side #morepattern_box p:not(#morepattern_cl) b{margin-bottom:10px!important}
.side_by_side #morepattern_box,
.side_by_side #morepattern_box .slide_toggle_box.morepattern{
	border: 3px solid #20208c;
	margin-bottom: 15px;
    padding: 15px;
}
#morepattern_box .slide{margin-bottom:10px!important}
#morepattern_box .slide.active{margin-bottom:0!important}

/*nav*/
#guidance ul {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 50px auto;
	box-sizing:border-box;
	display:flex;
}
#guidance li {
	width: 96%;
    margin: 0 2%;
}
#guidance .jrset{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_jr.gif) no-repeat;
    background-size: 25%;
    background-position: 10px center;
}
#guidance .airset{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_kokunai.gif) no-repeat;
    background-size: 25%;
    background-position: 10px center;
}
#guidance .yado{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_yado.gif) no-repeat;
    background-size: 25%;
    background-position: 10px center;
}
#guidance .bus{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_bus.gif) no-repeat;
    background-size: 25%;
    background-position: 10px center;
}
#guidance li a {
	width: 100%;
    display: block;
    text-align: center;
    box-shadow: 0px 1px 5px #555;
    border-radius: 10px;
    color: #222 !important;
	font-size: 15px;
    box-sizing: border-box;
    padding: 25px 0 25px 50px;
}
#guidance li:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}

}