@charset "utf-8";

/*-------------------------------------

　ファイナルファンタジー XIV: 新生エオルゼア 推奨パソコン

---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/

.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 970px;
	margin: 30px auto;
	color: #FFF;
	line-height: 1.6em;
	font-size: 14px;
	background-color:#000;
}

h2 {
	background: none;
	font-size: 14px;
	color: #FFF;
	border-left: solid 4px #FFF;
	margin: 0 0 20px 0;
	padding: 4px 8px;
	font-weight:normal;
}

/*-------------------------------------
　見出し設定
---------------------------------------*/

/*-- h3、h4は依頼内容に合わせて変更してください --*/
h3 {
    border-bottom: 1px solid #000000;
    border-left: 4px solid #036EFF;
    font-size: 115%;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 4px;
}

h4 {
	padding:8px 0 8px 5px;
	border-left:4px #FFF solid;
	border-bottom:1px #FFF solid;
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
	color:#FFF;
}

/*-- タイトル画像部分 --*/
.title_cts {
    /*height:517px;*/
    margin-bottom:22px;
}
/*.title_cts p {
	padding:415px 0 0 30px;
	width:900px;
}*/

/*-------------------------------------
　バナーの下にテキストを設置する場合は
　sectionBox_b を使ってください
　通常はsectionBoxを使用
---------------------------------------*/
.sectionBox {
	margin-bottom:50px;
}
.sectionBox_b {
	background-color:#1E1E1E;
	border:1px solid #9d9d9d;
	margin-bottom:10px;
	padding:30px;
}

/*-------------------------------------
　見出しバナー設定
---------------------------------------*/
.head01 {
	background:#000 url(/5info/img/lp_ffxiv/bg_head01.jpg) no-repeat top;
	height:65px;
	margin-bottom:22px;
}
.head01 p {
	font-size:22px;
	font-weight:bold;
	padding:23px 0 0 50px;
}
.head02 {
	background:#000 url(/5info/img/lp_ffxiv/bg_head02.jpg) no-repeat top;
	height:45px;
	margin-bottom:15px;
}

.head02 p {
	font-size:18px;
	font-weight:bold;
	padding:11px 0 0 15px;
}
.head03 {
	background:#000 url(/5info/img/lp_ffxiv/bg_head03.jpg) no-repeat top;
	height:45px;
	margin-bottom:15px;
}
.head03 p {
	font-size:18px;
	font-weight:bold;
	padding:11px 0 0 42px;
}
/*-------------------------------------
　プロモーションサイトバナー設定
---------------------------------------*/
.inv{
	text-align:center;
	margin:30px 0 0;
}
.inv p.url{
	display:block;
	margin-top:20px;
}

/*-------------------------------------
　モデル設定
---------------------------------------*/
.model_cts {
    height:230px;
	margin-bottom: 5px;
}
.pcBanner a {
    display: block;
    text-decoration: none;
}
/* モデル名 */
.modeName {
	font-weight: bold;
	padding: 1px 0 0 25px;
}
/* スペック表記 */
.modelSepc {
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding: 112px 0 0 22px;
}
/* 価格表記位置 */
.model_cts .price {
	padding: 11px 0 0 22px;
}
/* 価格表記 */
.model_cts .pr {
	color: #F00;
	font-size: 39px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}
/* 円のサイズ */
.kara {
	color:#F00;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
/* (+税)～のサイズ */
.tax {
	color:#F00;
	font-weight: bold;
	font-size: 50%;
	text-decoration: none;
}


/*-------------------------------------
　ページトップへ追随設定
---------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}
/*-------------------------------------
　ml：　margin-left
　mr：　margin-right
　mb：　margin-bottom
　mt：　margin-top
---------------------------------------*/
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.ml22 {
	margin-left:22px;
}

.saleTxt{
	margin-top:-8px;
	margin-bottom:12px;
	font-weight:bold;
	font-size:16px;
	color:#28D3FF;
}

.list_box {
	/*border-top:solid 1px #333;*/
	/*margin-bottom: 20px;*/
	padding:10px;
}

.list_box img {
	/*position: absolute;*/
	margin-bottom: 10px;
}

.list_box p {
	margin-bottom:8px;
}

.img_l {
	float:left;

}

.img_r {
	float:right;
	width:500px;

}
.img_r2 {
	float:right;

}

.section {
	margin-bottom: 10px;
}



/*-------------------------------------
コンテンツ
-------------------------------------*/





#ctsMenu {
	margin:10px 0;
}

#ctsMenu table {
	margin-bottom:30px;
	border:1px #FFF solid;
}

#ctsMenu table td {
	background: #515151; /* Old browsers */
	background: -moz-linear-gradient(top,  #515151 1%, #252525 49%, #141414 51%, #141414 100%, #141414 100%, #1b1b1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#515151), color-stop(49%,#252525), color-stop(51%,#141414), color-stop(100%,#141414), color-stop(100%,#141414), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #515151 1%,#252525 49%,#141414 51%,#141414 100%,#141414 100%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #515151 1%,#252525 49%,#141414 51%,#141414 100%,#141414 100%,#1b1b1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #515151 1%,#252525 49%,#141414 51%,#141414 100%,#141414 100%,#1b1b1b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #515151 1%,#252525 49%,#141414 51%,#141414 100%,#141414 100%,#1b1b1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
	text-align:center;
	padding:12px 4px;
	height:24px;
	margin-bottom:30px;
	border-left:1px #FFF dashed;
}
#ctsMenu table td.bdrNone {
	border:none;
}

#ctsMenu table td p{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin:0 4px;
	line-height:130%;
	
}

#ctsMenu table td a {
	color:#FFF;
}



.mds_hr {
	color:#CCC;
	margin:-3px 0 10px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.mds_line {
	padding-bottom:16px;
}
.contents_wrap {
	padding-top:10px;
	margin-bottom:20px;
}
.contents_wrap h3 {
	padding:10px 0 6px 6px;
	color: #F5E9A0;
}
.text_box_01 {
	width:560px;
	padding:6px 10px 0 20px;
}

.text_box_02 {
	width:560px;
	padding:6px 10px 0 0;
}
.pc_wrap {
	padding:10px 0;
}

.pc_contents {
	float:left;
	width:450px;
}

.pc_mds_sub_text {
	font-size:22px;
	font-weight:bold;
	padding:8px 0 0 4px;
}

/* pcの枠 */

.pc_box_top {
width:454px;
height:15px;
background:url(/5info/img/lp_ffxiv/box_top.jpg) no-repeat 0 0;
}

.pc_box {
width:418px;
background:url(/5info/img/lp_ffxiv/box_mid.jpg) repeat-y 0 0;
padding:0 20px;
}

.pc_box_bottom {
width:454px;
height:12px;
background:url(/5info/img/lp_ffxiv/box_bottom.jpg) no-repeat 0 0;
}


/* ベンチマークスコアまわり */

.score_wrap p {
	text-align:center;
}
.score {
	float:left;
	background:#FFC;
	width:198px;
	height:74px;
	padding:4px;
	
	background-color:#008493;
	background: -moz-linear-gradient(top, #008493, #015A5C);
    background: -webkit-gradient(linear, left top, left bottom, from(#008493), to(#015A5C));
	background: -webkit-linear-gradient(top, #008493 0%, #CB034F 100%); 
	background: -webkit-gradient(linear, left top, left bottom, from(#008493), to(#015A5C));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#008493',EndColorStr='#015A5C'); 
}
.quality {
	float:right;
	background:#CCC;
	width:198px;
	height:74px;
	padding:4px;
	
	background-color:#0075A3;
	background: -moz-linear-gradient(top, #0075A3, #034266);
    background: -webkit-gradient(linear, left top, left bottom, from(#0075A3), to(#034266));
	background: -webkit-linear-gradient(top, #0075A3 0%, #034266 100%); 
	background: -webkit-gradient(linear, left top, left bottom, from(#0075A3), to(#034266));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#0075A3',EndColorStr='#034266'); 
}

.score_emphasis {
	font-size:38px;
	
	padding:6px 0;
	color:#FFF;
	font-weight:bold;
	line-height: 100%;
	
}
.quality_emphasis {
	font-size:30px;
	
	padding:10px 0 6px 0;
	color:#FFF;
	font-weight:bold;
	line-height: 100%;
}

.pc_detail_wrap {
	float:left;
	width:166px;
	padding-top: 6px;
}

.pc_detail_gb {
	font-size:18px;
	padding:4px 0;
}

.pc_detail_wrap_emphasis {
	font-size:22px;
	font-weight:bold;
	line-height:110%;
}

.pc_detail_name {
	font-size:20px;
	font-weight:bold;
	line-height:110%;
	width: 175px;
	padding-top:26px;
}
.pc_detail_01 {
	padding:0 2px 12px 2px;
	border-bottom:1px solid #CCC;
}
.pc_detail_02 {
}
.pc_detail_cpu {
	padding:6px 0;
	font-size:15px;
	color:#F5E9A0;
	line-height:1.2em;
}
.pc_detail_os {
	padding:14px 0 4px;
	font-size:15px;
	color:#F5E9A0;
	line-height:1.2em;
}
.pc_price_wrap {
	float:left;
	padding-bottom:5px;
	width:418px;
	height:45px;
}
span.pc_price {
	float:left;
	font-size:34px;
	line-height:100%;
	padding:8px 4px 0 0;
	font-weight:bold;
}
.pc_tax {
	float:left;
}
.btn_buy {
	float:left;
	/*padding-top:10px;*/
	margin-bottom:5px;
}
.pc_img_wrap {
	float:right;
	padding-top:10px;
}
.caption { float:right; margin-bottom:20px;}


/*-------------------------------------
計測スコアとプレイの目安について以下
-------------------------------------*/


#benchBox {
    border: 1px solid #999999;
    margin: 10px 0 30px;
    padding: 10px;
}

.tblCts {
	margin-top:20px;
}

.tblCts .tblTit {
	font-size:18px;
	font-weight:bold;
	margin-bottom:4px;
}
.tblCts table {
	border-collapse:collapse;
	border:1px #666 solid;
}
.tblCts table th {
	text-align:left;
	padding:4px;
	border:1px #666 solid;
	vertical-align:top;
	background-color:#D9E8FF;
	font-weight:bold;
	color:#111;
}


.tblCts table th.bgGray {
	background-color:#DDDDDD;
}

.tblCts table td {
	text-align:left;
	padding:4px;
	border:1px #666 solid;
	vertical-align:top;
	background-color:#FFF;
	color:#111;
}

.tblLink {
	font-size:100%;
	text-align:right;
	margin:4px 0 10px 0;
}


#aboutFF14,.ctsTit {
	font-size:22px;
	color: #F5E9A0;
    padding: 10px 0 6px 6px;
	font-weight:bold;
}

#aboutBox {
	margin:10px 0 30px 0;
	padding: 10px;
}

#aboutBox .aboutTit {
	font-size:18px;
	font-weight:bold;
	margin-bottom:4px;
}
#aboutBox p.imgSS {
	margin-bottom:10px;
}

dl {
	margin-top:10px;
}

dl dt{
	font-weight:bold;
}
dl dd{
	margin-left:1em;
}





.list_box .jaccsRight {
	float:right;
	width:350px;
	/*text-align:right;*/
}

.imgSS img {
	margin-left:10px;
}

/*パーツ*/

.osusumeBox {
	margin-bottom:30px;
}

.osusumectsBox_tit {
	padding: 4px;
	margin-bottom: 5px;
	background: -moz-linear-gradient(top, #00ABCE, #03928F);
	background: -webkit-gradient(linear, left top, left bottom, from(#00ABCE), to(#03928F));
	background: -webkit-linear-gradient(top, #00ABCE 0%, #03928F 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00ABCE), to(#03928F));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#00ABCE',EndColorStr='#03928F'); 
	background-color: #007AE0;
	margin-top: 10px;
	margin-right: 35px;
	font-weight: bold;
}

.ctsBox_parts {
	width:274px;
	/*width:280px;*/
	padding:4px;
	border:1px #999 solid;
	float:left;
	background-color:#FFF;
	height: 180px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.ctsBox_parts .ctsBox_tit {
	padding:4px;
	margin-bottom:1px;
	background: -moz-linear-gradient(top, #00ABCE, #03928F);
    background: -webkit-gradient(linear, left top, left bottom, from(#00ABCE), to(#03928F));
	background: -webkit-linear-gradient(top, #00ABCE 0%, #03928F 100%); 
	background: -webkit-gradient(linear, left top, left bottom, from(#00ABCE), to(#03928F));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#00ABCE',EndColorStr='#03928F'); 
	background-color:#007AE0;
}
.ctsBox_parts .ctsBox_tit p {
	color:#FFF;
	font-weight:bold;
}

.ctsBox_parts .ctsBox_detail {
	padding:4px;
}
.supply_text , .supply_text a .ctsBox_parts .ctsBox_detail dl {
	color:#111;
	margin-top:4px;
	font-weight:bold;
	text-decoration:none;
}
.supply_text a {
	text-decoration:none;
}	
.ctsBox_parts .ctsBox_detail dl dt a, .ctsBox_parts .ctsBox_detail dl dt a span {
	color:#333;
}

.ctsBox_detail span
{
	font-weight:bold;
}
.supply_price , .supply_price a {
	color:#F00;
	display:block;
}
.supply_name , .supply_name a {
	color:#333;
	word-break: break-all;
}

.ctsBox_parts .ctsBox_detail dl dd {
	color:#F00;
	font-weight:bold;
	margin-left:0;
}
.ctsBox_parts .ctsBox_detail p.name {
	color:#333;
	font-size:18px;
	font-weight:bold;
	margin-top: 30px;
}
.ctsBox_parts .ctsBox_detail p.img,  .ctsBox_parts .ctsBox_detail p.img2 {
	float:right;
	margin-top: 0;
}







.ctsBox_parts .ctsBox_txt {
	padding:4px;
}
.ctsBox_parts .ctsBox_txt p {
	font-size:13px;
	line-height:130%;
}
.ctsBox_parts .ctsBox_txt p.catch {
	font-size:15px;
	font-weight:bold;
	margin-bottom:4px;
}



.btnBox {
	padding:8px;
	float:left;
}

.btnBox_others {
	width:272px;
	padding:5px 8px;
	border:2px #FFF solid;
	margin:8px 4px;
	float:left;
	background: -moz-linear-gradient(top, #033, #069);
    background: -webkit-gradient(linear, left top, left bottom, from(#033), to(#069));
	background-color:#033;
}
.btnBox_others p {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}



/*その他のおすすめモデル*/
.section_m img {
	margin-bottom: 20px;
}
.lMargin {
	margin-left: 15px;
}
.sMargin {
	margin-left: 12px;
}

.recText_left, .recText_right, .recText_left_narrow, .recText_center, .recText_right_narrow {
	text-align:center;
	font-size:17px;
	margin-top:4px;
	font-weight:bold;
}

.recText_left {
	width:440px;
	float:left;
}
.recText_right {
	width:440px;
	float:right;
}
.recText_left_narrow {
	width:290px;
	float:left;
}
.recText_center {
	width:290px;
	float:left;
	margin-left:18px;
}
.recText_right_narrow {
	width:290px;
	float:right;
}




.bench_left {
	float:left;
}
.bencht_right {
	/*float:right;*/
	margin-left:11px
}


.bench_left_narrow {
	float:left;
}
.bench_center {
	float:left;
	margin-left:12px;
}
.bench_right_narrow {
	float:right;
	margin-right: 6px;
}

/*---------------------------
　141113追加分
---------------------------*/
.camp_wrap p,
.camp_wrap dl {
	margin-bottom:1.5em;
}
.textDeco01 {
	font-size:15px;
	font-weight:bold;
}
.mb10 {
	margin-bottom:10px;
}
/*-------------------------------------
　モデル設定141113追加分
---------------------------------------*/
.model_cts {
    height:230px;
    margin-bottom:5px;
}
.pcBanner {
	margin-bottom:20px;
}
.pcBanner a {
    display: block;
    text-decoration: none;
}
/* モデル名 */
.modeName {
	font-weight: bold;
	padding: 1px 0 0 25px;
}
/* スペック表記 */
.modelSepc {
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding: 112px 0 0 22px;
}
/* 価格表記位置 */
.model_cts .price {
	padding: 11px 0 0 22px;
}
/* 価格表記 */
.model_cts .pr {
	color: #F00;
	font-size: 39px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}
/* 円のサイズ */
.kara {
	color:#F00;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
/* (+税)～のサイズ */
.tax {
	color:#F00;
	font-weight: bold;
	font-size: 50%;
	text-decoration: none;
}
/*---------------------------
　ここまで
---------------------------*/
.pageLink {
    clear: both;
    padding: 20px 0;
    text-align: right;
}
.pageLink a {
    background: url("/5img/iconArrowDBlue2.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #FFFFFF;
	padding-left: 14px;
}

.pagetop {
	display: none;
}

/*---------------------------
　ページTOPへ
---------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

/*---------------------------
　clearfix 
---------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*---------------------------------
　スマホ対応
-----------------------------------*/

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
#Header {
	min-width: 320px;
}
#Header .inner {
	height: 40px;
	width: 100%;
}
#Header .logo {
	position: static;
}
#Header .logo img {
	height: auto;
	width: 50%;
}
#Header h1,
#Header ul.navi,
#Header .keyword,
#Header .btn,
#Globalnavi,
#headsearchBox,
.leadSection,
.leadSectionInner,
.breadCrumb {
	display: none !important;
}

/*-------------------------------------
　メイン
---------------------------------------*/
	
body {
	min-width: 320px!important;
    width: 100%!important;
}
#container, #wrapper {
	width:100% !important;
}
h2 { border-left: none;}
#lp_page {
    width: 96%;
    padding: 0 2%;
}
div#lp_page img {
    width: 100%;
	height: auto;
}
p.h1_game {
    display: none;
}
#note {
    width: 100%;
}
.head01 p {
    font-size: 1.3rem;
    padding: 23px 0 0 0;
    text-align: center;
}
.model_cts {
    background: url(/5info/img/lp_ffxiv_hw/ffxiv_hw_pc_970_230_zg2.jpg) no-repeat 0 60px !important;
    background-size: contain !important;
}
.modelSepc {
    color: #fff;
    padding: 113px 0 2vw;
}
.modeName {
    font-weight: bold;
    font-size: 5vw;
    line-height: 6vw;
    padding: 1px 0 0 0;
    color: #fff;
}
.model_cts {
    height: auto;
    margin-bottom: 10vw;
}
.model_cts .price {
    padding: 11px 0 1rem;
}
.txt tr {
    display:block;
    margin-bottom: 10px;
  }
  .txt th {
    display:block;
    width: 100%;
  }
.txt td {
    display: list-item;
    list-style-type: none;
    width: 100%;
    border: none;
}
.txt img {
	margin: 0 auto 10px !important;
}
.section {
    margin-left: 0 !important;
}
	.osusumectsBox_tit {
    margin-right: 0;
}
.ctsBox_parts .ctsBox_detail {
    padding: 0;
}
.ctsBox_parts {
    width: 97%;
    float: none;
    height: auto;
    margin-right: 0;
    margin-left: 0;
}
.ctsBox_parts .ctsBox_detail p.img, .ctsBox_parts .ctsBox_detail p.img2 {
    float: none;
}
.img2 img {
    width: 50% !important;
    height: auto !important;
}
.img2 {
    text-align: center;
}
	.sectionBox_b {
    padding: 10px;
}
.ss_list td:nth-child(odd) {
    margin-right: 2%;
}
.ss_list td {
    float: left;
    width: 49%;
}
div#head_navi_menu_g {
    display: none;
}
	
/*-------------------------------------
　フッター周り
---------------------------------------*/
#pagetop {
	bottom: 10px;
	right: 10px;
}

.footerTagline {
	margin-bottom: 4px;
	padding: 0% 2%;
	text-align: left;
	font-size: 90%;
	line-height: 140%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerLinks {
	display: none;
}

.footerTagline,
#footer,
#footerNav2,
#footerLinks #footerLinks_Nav,
#footerLinks #footerLinks_NavParts,
#footerCopy,
#footerCopy p.copyright {
	width: 100%;
	min-width: 100%;
}

#footer {
	padding: 9px 0px 7px 0px;
}

#footerLinks ul {
	float: none;
}

#footerCopy p.copyright a {
	display: block;
	margin-bottom: 7px;
}

#footerLinks ul {
	margin: 12px 0px 0px 5px;
}

#footerLinks ul li {
	display: inline-table;
	width: 45%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerLinks ul li.catName,
#footerLinks ul li.noLink {
		width: 90%;
}

#footerNav2 ul {
	margin: 0% 4%;
}

#footerNav2 li {
	display: inline-table;
	width: 49%;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	border-left: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerNav2 li:first-of-type {
	margin-bottom: 9px !important;
}

#splink_footer {
	display: none !important;
}

#footerCopy p.copyright {
	text-align: center;
	font-size: 80%;
}
}

@media screen and (max-width:413px){
	table {
		margin: 0 auto;
	}
	table.ss_list td {
    float: none;
    width: 100%;
}
}