@charset "UTF-8";
/*!
*/

/* =========================================================
 * ネットワークアイコン
 * @ PAGE
 * ====================================================== */

.computeFlatTypeSection .image_component {
	display: none;
}

/* =========================================================
 * VPN オーバー
 * @ PAGE
 * ====================================================== */

.information_hq {
    width: 100%;
    margin: 10px 0 30px;
    padding: 15px 30px;
    border: #cfcfcf solid 1px;
}

.vpn_boxlink {
	margin:0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.vpn_boxlink a{
	display: inline-block;
	padding: 8px 30px;
	border: 2px solid #004386;
	background: #eaf5fc;
}

.vpn_boxlink a:hover{
	display: inline-block;
	padding: 8px 30px;
	border: 2px solid #518fce;
	background: #ffffff;
}
.vpn_over a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.vpn_textover a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}


/* =========================================================
 * コンタクトボタン　更新版
 * @ contact_bt
 * ====================================================== */

.contact_bt{
	position:fixed;
	right:20px;
	z-index:100;
}
.contact_bt{
	background:#ffd601;
	border:2px solid #004386;
	padding: 12px 20px 12px 20px;
	font-family: FrutigerNeueLTW10-Bold,Frutiger Neue W01 Bd,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3); 
}
.contact_bt a{
	text-decoration:none;
	color:#193477;
	font-size:18px;
	font-weight:bold;
}

.contact_bt a:after {
	content: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/vpnmobile/img/icon_right_arrow.png);
	margin-left: 10px;
}

/* =========================================================
 * ====================================================== */
.contact_bt_top{
	position:relative;
	top:10px !important;
	margin:0px auto;
}
.contact_bt_top{
	background:#ffd601;
	border:2px solid #004386;
	padding: 10px 20px 10px 20px;
	font-family: FrutigerNeueLTW10-Bold,Frutiger Neue W01 Bd,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.contact_bt_top a{
	text-decoration:none;
	color:#193477;
	font-size:16px;
	font-weight:bold;
}

.contact_bt_top a:after {
	content: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/vpnmobile/img/icon_right_arrow.png);
	margin-left: 10px;
}

/* =========================================================
 * ====================================================== */
.contact_bt_foot{
	position:relative;
	top:10px !important;
	margin:0px auto;
}
.contact_bt_foot{
	background:#ffd601;
	border:2px solid #004386;
	padding: 10px 20px 10px 20px;
	font-family: FrutigerNeueLTW10-Bold,Frutiger Neue W01 Bd,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.contact_bt_foot a{
	text-decoration:none;
	color:#193477;
	font-size:16px;
	font-weight:bold;
}

.contact_bt_foot a:after {
	content: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/vpnmobile/img/icon_right_arrow.png);
	margin-left: 10px;
}



@media only screen and (min-width: 0px) and (max-width: 740px) {
	.contact_bt a{
		font-size:16px !important;
	}
	.contact_bt_top a{
		font-size:14px !important;
	}
	.contact_bt_foot a{
		font-size:14px !important;
	}
}



/*---------------------
	tel information foot
---------------------*/
.contact_tel_fq {
	width: 440px;
	margin: 0 auto;
	padding: 15px 30px;
	border: #cfcfcf solid 1px;
}

.contact_tel-head_fq p {
	font-size: 12px;
	margin-bottom: 14px;
}

.contact_tel_inner_fq {
	display: table;
	width: 100%;
}

.contact_tel-num_fq, .contact_tel-hours_fq {
	display: table-cell;
	vertical-align: middle;
}

.contact_tel-num_fq img {
	vertical-align: top;
	margin-top: 8px;
}

.contact_tel-num_fq p {
	display: inline-block;
	margin-left: 5px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -.1rem;
}

.contact_tel-hours_fq {
	display: table-cell;
	vertical-align: middle;
}

.contact_tel-hours_fq p {
	font-size: 12px;
	text-align: right;
}

.contact_tel-hours_fq {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (min-width: 0px) and (max-width: 360px) {
	.contact_tel_fq {
		width: 100%;
		padding: 10px 20px;
	}

	.contact_tel_inner_fq {
		display: block;
	}

	.contact_tel-num_fq,
	.contact_tel-hours_fq {
		display: block;
	}
}

@media only screen and (min-width: 361px) and (max-width: 740px) {
	.contact_tel_hq {
		width: 340px;
	}

	.contact_tel_inner_fq {
		display: block;
	}

	.contact_tel-num_fq,
	.contact_tel-hours_hq {
		display: block;
	}
}

/* =========================================================
	tel information bottom
 * ====================================================== */
/*
.contact_tel_hq {
		width: 630px;
		margin:10px auto;
		padding:0px 30px 10px 30px;
	}
*/

.contact_tel_hq h4 {
    font-size: 18px;
    margin-top: 10px !important;
}
.contact_tel_hq {
    width: 100%;
    margin: 10px 0 30px;
    padding: 10px 20px;
    border: #cfcfcf solid 1px;
}
.contact_tel_hq_bm {
	width: 50% !important;
	margin:30px auto 60px !important;
}


.tabNavigation_contents.grid_cols.grid-8 {
		float: none !important;
}


@media only screen and (min-width: 0px) and (max-width: 740px) {
	.contact_tel_hq_bm {
		width: 100%;
		padding:0px 10px 10px 10px;
	}
	.contact_tel_hq {
		width: 100% !important;
		padding:10px !important;
	}
	.information_hq {
    	padding: 15px 10px;
	}
	.contact_tel_hq h4 {
	    font-size: 18px;
	    margin-top: 10px !important;
	    text-align: center;
	}


	.contact_tel_inner_hq,.contact_tel-hours_hq p {
	    text-align: center;
	}
	.contact_title_hq{
	width: 100%;
	}
	.contact_customer_hq{
	width: 100%;
	}
	.top_info_hq.mt37-_hq{
	margin-top:0px;
	}

}

/* =========================================================
 * このページのトップへ
 * 下マージン調整
 * ====================================================== */

@media only screen and (min-width: 0px) and (max-width: 740px) {
	.sub_backTo-top {
	    width: 100%;
	    text-align: center;
	    margin: 100px auto 100px;
	}
}

/* =========================================================
 * サービス詳細
 * 
 /content/dam/nttcom/hq/jp/business/services/network/vpn/vpn/
 * ====================================================== */
 /*
.parsys .SvceTopSvceOfferedList .servicesOffered_component_title h2{
	font-size: 32px !important;
	background:#ddd;
	vertical-align: top;
	padding-top: 15px !important;
	padding-left: 15px !important;
	height:40px;
}
*/
.servicesOffered_component_title {
/*    width: 157px;
    height: 70px;
	color:#ffffff;
	background:#004386;*/
	display: none;
}
.parsys .SvceTopSvceOfferedList h2 {
/*	font-size: 18px !important;
    font-weight: bold !important;
	color:#ffffff !important;
	padding-left: 0px !important;
	text-align:center !important;
	vertical-align: middle !important;*/
	display: none;
}
.servicesOffered_component_title_bg {
	display: none;
}

.servicesOffered_component_contents {
    display: table;
    margin-top: 20px !important;
}


.servicesOffered_component_contents {
	background:#eee;
	padding-left: 0px !important;
	padding-right: 10px !important;
}
.grid_contents.groupSet .grid_cols {
    display: block;
    float: left;
    padding: 0% !important;;
}

.servicesOffered_component .grid_contents .grid_cols.grid-8 {
    width: 96% !important;
}

.servicesOffered_contents-item .svceTopSvceOfferedListPar .section {
    width: 48%;
}


.servicesOffered_component_contents .TitleHn{
	background:#fff;
    position:relative;
	border:2px solid #004386 !important;
	padding: 6px !important;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.2em;
	width: 100%;

}
.servicesOffered_component_contents .TitleHn h3.t-l{
	padding: 6px 10px 6px 6px !important;
	margin: 0px !important;
    line-height: 1.2em;
	font-size: 21px !important;
}


.servicesOffered_component_contents .TitleHn h3.t-l a{
	text-decoration:none;
	color:#193477;
	font-weight:bold;
}

.servicesOffered_component_contents .TitleHn h3.t-l a:after {
	content: "";
	background-image: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/vpnmobile/img/icon_right_arrow.png);
    position: absolute;
    right: 3%;
    top: 40%;
    width: 0.4rem;
    height: 0.7rem;
}

.servicesOffered_component_contents .TitleHn h3.t-l a{
	display: block;
    width:100%;
    height:100%;
}

.servicesOffered_component_contents.grid_contents.groupSet > div.servicesOffered_contents-item {
	vertical-align: top;
	padding-top:20px !important;
}

/*
.servicesOffered_component_contents .TitleHn:hover{
 	display: block;
    background-color:#ffffff;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
*/

.TitleHn h3 a:hover{
 	display: block;
    background-color:#ffffff !important;
    filter:alpha(opacity=60) !important;
    -moz-opacity: 0.6 !important;
    opacity: 0.6 !important;
}
.TitleHn h3 a:hover :not(.NonLink){
 	display: block;
    background-color:#ffffff;
	filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}


/* =========================================================
 * 関連リソース
 * 
 /content/dam/nttcom/hq/jp/business/services/network/vpn/vpn/
 * ====================================================== */
.related_resources_title {
    margin-top:30px;
}
/*
.related_resource_rightSide {
    padding: 54px 0rem 2rem 1rem;
    vertical-align: top;
}
*/
.parsys h2.t-c {
	font-size: 32px !important;
    font-weight: normal !important;
    color: #000;
    border-bottom: none !important;
    margin-top: 40px !important;
    padding-top: 0 !important;
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
    line-height: 1.3;
	color:#ffffff;
	background:#004386;
}
.parsys h2 a:link,
.parsys h2 a:visited {
	color:#ffffff !important;
}

.parsys h2 a:hover{
  opacity: 0.6 !important;;
  filter: alpha(opacity=60) !important;;
  -ms-filter: "alpha(opacity=60)" !important;;
}


.fl_hq {
    position:relative;
    font-weight: bold;
    font-size: 16px;
    width:400px !important;
	border:2px solid #004386 !important;
	padding: 10px !important;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.2em;
	width: 100%;
}

.fl_hq a:after {
	content: "";
	background-image: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/vpnmobile/img/icon_right_arrow.png);
    position: absolute;
    right: 3%;
    top: 36%;
    width: 0.4rem;
    height: 0.7rem;
}
.fl_hq a{
    width:100%;
    height:100%;
	display: block;
}

.fl_hq:hover{
 	display: block;
    background-color:#ffffff;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/* =========================================================
 * VPN フッタのリンク
 * @ PAGE
 * ====================================================== */
 .parsys .uno-linkpage {
    margin: 120px auto 0;
    border-bottom: 3px solid #004386;
    border-top: 3px solid #004386;
}
.parsys .uno-linkpage h2 {
	font-size: 30px;
    border-bottom: none !important;
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    margin-bottom: 0 !important;
}
.parsys .uno-linkpage h2 a {
    color: #333 !important;
}
.parsys .uno-linkpage h2 a .small {
	font-size: 24px;
	margin-right: 20px;
}
.parsys .uno-linkpage .uno-linkpage-list {
    display: flex;
    padding-bottom: 50px;
}
.parsys .uno-linkpage .uno-linkpage-list > dl {
    width: 33%;
    padding: 5px 10px 5px 48px;
}
.parsys .uno-linkpage .uno-linkpage-list > dl + dl {
    border-left: solid 1px #ccc;
}
.parsys .uno-linkpage .uno-linkpage-list a:hover {
    opacity:  0.7;
}
.parsys .uno-linkpage .uno-linkpage-list dt {
	position: relative;
	margin: 30px 0 0;
    font-weight: bold;
}
.parsys .uno-linkpage .uno-linkpage-list dl dt:first-child {
    margin: 0;
}
.parsys .uno-linkpage .uno-linkpage-list dt:before {
    content: "";
    left: -18px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2F346F;
    border-right: 2px solid #2F346F;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin-top: 3px;
}
.parsys .uno-linkpage .uno-linkpage-list dd {
	position: relative;
	padding: 15px 0 0 1em;
    font-size: 90%;
}
.parsys .uno-linkpage .uno-linkpage-list dd + dd {
    padding: 10px 0 0 1em;
}
.parsys .uno-linkpage .uno-linkpage-list dd:not(.same-category):before {
    content: "・";
    position: absolute;
    left: 0;
}
.parsys .uno-linkpage .uno-linkpage-list dd.same-category {
    padding: 15px 0 0 0;
}
.parsys .uno-linkpage .uno-linkpage-list ul {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin-start: 0px;
    -webkit-margin-start: 0px;
    -webkit-padding-start: 0px;
}
.parsys .uno-linkpage .uno-linkpage-list li {
	position: relative;
	list-style-type: none;
    padding: 0 0 2px 1em;
}
.parsys .uno-linkpage .uno-linkpage-list li + li:before {
    content: "・";
    position: absolute;
    left: 0;
}
.parsys .uno-linkpage .uno-linkpage-list dd.same-category ul li:first-child {
    padding: 0 0 2px 0;
}
.parsys .uno-linkpage .uno-linkpage-list .uno-page-current:before {
	color:#0098D8;
}
.parsys .uno-linkpage .uno-linkpage-list dt.uno-page-current:before {
    border-top: 2px solid #0098D8;
    border-right: 2px solid #0098D8;
}
.parsys .uno-linkpage .uno-linkpage-list .uno-page-current a {
	color:#0098D8;
	font-weight: bold;
}

@media only screen and (min-width: 0px) and (max-width: 740px) {
	.parsys .uno-linkpage {
		text-align: left;
		margin: 60px auto 0;
	}
	.parsys .uno-linkpage h2 {
		font-size: 20px;
		padding-top: 20px !important;
		padding-bottom: 10px !important;
	}
	.parsys .uno-linkpage h2 a .small {
		font-size: 14px;
		margin-right: 0;
	}
	.parsys .uno-linkpage .uno-linkpage-list {
		display: block;
		padding-bottom: 0;
	}
	.parsys .uno-linkpage .uno-linkpage-list > dl {
		width: auto;
		padding: 20px 6.1%;
	}
	.parsys .uno-linkpage .uno-linkpage-list dt {
		margin: 20px 0 0;
	}
	.parsys .uno-linkpage .uno-linkpage-list > dl + dl {
		border-left: none;
		border-top: solid 1px #ccc;
		padding: 20px 6.1%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 740px) {

	/* ==================================================
	 * サービス詳細
	 ===================================================*/

	.servicesOffered_component_contents {
	    background: #eee;
	    padding-top: 0px !important;
	    padding-left: 0px !important;
	    padding-right: 0px !important;
	}
	.servicesOffered_component_title {
	    width: 100% !important;
	    height: auto !important;
		color:#ffffff !important;
		background:#004386 !important;
	}
	.parsys .SvceTopSvceOfferedList h2 {
		padding: 3px !important;
		color:#ffffff !important;
		width: 100% !important;
	}

	.servicesOffered_component .grid_contents .grid_cols.grid-8 {
	    width: 100% !important;
	/*    width: 84%;	*/
	}
	.servicesOffered_contents-item .svceTopSvceOfferedListPar .section {
	    width: 95%;
	    margin-left: 10px !important;
	    margin-right: 10px !important;
	}
	.servicesOffered_component_contents .TitleHn h3.t-l{
		font-size: 18px !important;
	}
	.servicesOffered_component_contents .TitleHn{
		width: 100%;

	}

	/* ==================================================
	 *  関連リソース
	 ===================================================*/
	 .related_resources_title {
	    margin-top: 0px !important;
	}
	.related_resource_rightSide {
	    padding: 0px 0rem 1rem 0rem;
	    vertical-align: top;
	}
	.fl_hq {
	    position:relative;
	    font-size: 16px;
	    width:100% !important;
	}
	.parsys h2.t-c {
	    font-size: 24px !important;
	}
	.related_resources_title-text {
	    display: none;
	}
	.column_component.colnum-2 > .cc-colnum {
    padding: 0 0px 0 0 !important;
}
}

/* =========================================================
 * 離脱率の改善対応
 *	/business/services/network/vpn/vpn/vpn01/vpn01.html
 	/business/services/network/vpn/vpn/vpn01/vpn05.html
 * ====================================================== */


.vpn02_ComparisonTable{
	width:840px;
	margin:0 auto;
	text-align: center;
}

.vpn02_ComparisonTable ul{
	width:840px;
	list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.vpn02_ComparisonTable ul li{
	float: left;
	margin:0 2px 1px 0;
	line-height: 0;
}
.vpn02_ComparisonTable ul li:last-child{
	margin:0 0px 1px 0;
}


.vpn02_ComparisonTable ul:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}


@media only screen and (min-width: 0px) and (max-width: 740px) {
	.vpn02_ComparisonTable{
		max-width:100%;
	}

	.vpn02_ComparisonTable ul{
		width:100%;
	}
	.vpn02_ComparisonTable ul li{
		width:40.4%;
	}
	.vpn02_ComparisonTable ul li:last-child{
		width:40.4% !important;
	}
	.vpn02_ComparisonTable ul li:first-child{
		width:17.6% !important;
	}

/*
	.vpn02_ComparisonTable ul li{
		width:40.833%;
	}
	.vpn02_ComparisonTable ul li:last-child{
		width:40.833% !important;
	}
	.vpn02_ComparisonTable ul li:first-child{
		width:17.857% !important;
	}

*/
}


/* =========================================================
 * ボタン
 * ====================================================== */
 
.link_btn-blue {
display: flex;
background: #eaf5fc;
border: 1px solid #004386;
border-radius: 8px;
box-sizing: border-box;
}
.link_btn-blue a {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
font-size: 16px;
font-weight: bold;
line-height: 20px;
color: #004386;
text-decoration: none;
text-align: center;
}

.link_btn-blue_arrow {
    display: inline-block;
    padding-right: 23px;
    background: url(/content/dam/nttcom/cmn/img/icon_right_arrow.png) no-repeat 100% 50%;
}
.link_btn-blue_blank {
    display: inline-block;
    padding-right: 23px;
    background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/vpnmobile/img/link_btn-blue_blank.png) no-repeat 100% 50%;
}
.link_btn-blue a:hover {
	opacity: 0.7;
}

.link_btn-white {
display: flex;
background: #ffffff;
border: 2px solid #004386;
border-radius: 8px;
box-sizing: border-box;
}
.link_btn-white a {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
font-size: 16px;
font-weight: bold;
line-height: 20px;
color: #004386;
text-decoration: none;
text-align: center;
}

.link_btn-white_arrow {
    display: inline-block;
    padding-right: 23px;
    background: url(/content/dam/nttcom/cmn/img/icon_right_arrow.png) no-repeat 100% 50%;
}
.link_btn-white_blank {
    display: inline-block;
    padding-right: 23px;
    background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/vpnmobile/img/link_btn-blue_blank.png) no-repeat 100% 50%;
}
.link_btn-white a:hover {
	opacity: 0.7;
}
.link_btn-mh40 a {
    min-height: 40px;
}
.link_btn-mh50 a {
    min-height: 50px;
}
.link_btn-mh60 a {
    min-height: 60px;
}

/* =========================================================
 * on_icon
 * ====================================================== */
.service_icon {
	
}
.service_icon > span.icon {
	border-radius: 3px;
	color: #fff;
	background-color: #ef8200;
	font-size: 16px;
	margin: 0;
	padding: 2px;
}
.service_icon span.icon + span.icon {
	margin-left: 5px;
}

/* =========================================================
 * 汎用ブロック
 * 
 * ====================================================== */

.vpn_block_1280 {
    width: 1280px !important;
    margin: 0 auto;
}

.vpn_block_1008 {
	width: 1008px !important;
	margin: 0 auto;
}

.vpn_block_960 {
    width: 960px !important;
    margin: 0 auto;
}
.vpn_block_840 {
    width: 840px !important;
    margin: 0 auto;
}
.vpn_bg_line {
    margin: 0 auto;
    border:1px solid #004387;
    padding:20px;
    background: #f3f8fc;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2); 
}
.vpn_bg_line p {
	font-size: 87%;
}
.vpn_bg_line p b {
	font-size: 110%;
}

.vpn_notice {
    font-size: 0.8em !important;
    line-height:150% !important;
}

.vpn_p5{
	padding:0 5px;
}
.vpn_p10{
	padding:0 10px;
}
.vpn_p15{
	padding:0 15px;
}
.vpn_p20{
	padding:0 20px;
}


@media only screen and (min-width: 0px) and (max-width: 740px) {
	.vpn_block_1280, .vpn_block_1008, .vpn_block_960, .vpn_block_840 {
	    width: 100% !important;
	    margin: 0 auto;
	}
}

/* =========================================================
 * PC/SP 480px
 * ====================================================== */

.display_pc {
	display: inline;
}
.none_display_pc {
	display: none;
}

@media only screen and (min-width: 0px) and (max-width: 480px) {

	.display_pc {
		display:none;
	}
	.none_display_pc {
		display: inline;
	}
}

/* =========================================================
 * FireFox, IE 対応
 * 
 * ====================================================== */

@-moz-document url-prefix() {
	.parsys .uno-linkpage ul {
		margin: 0;
	}
	.vpn02_ComparisonTable ul {
		padding-start: 0px;
		padding-left: 0pt;
		margin: 0;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.parsys .uno-linkpage:not(:target) ul {
		margin: 2px;
	}
	.vpn02_ComparisonTable:not(:target) ul {
		padding-start: 0px;
		padding-left: 0pt;
		margin: 2px;
	}
}