@charset "utf-8";
/*======================================== */
/*【OUTLINE】
/* UCカードオフィシャルサイト
/* スマートフォンサイト共通
/*======================================== */

@import url(/spn/wr_css/spn_reset.css);



html,
body {
 -webkit-text-size-adjust: none;
}

body {
 font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-size:18px ;
  background:none;
  width:100%;
  padding-top:0 !important;
}

#header_new2008,
#left_navi_new2008,
.bread_link,
#footer_new2008{
display:none;
}

#contena_box_new2008{
width:100%;
}


#main_contents_new2008{
width:100%;
overflow:hidden;
clear:both;
}

/* PC用リンク指定
----------------------------- */
.pcLink{
display:none
}
.spLink{
display:inline
}

/*要素を消す*/

.spnClear{
display:none !important;
}

/*要素をスマホだけ表示させる*/
.pcClear{
display:inline !important;
}



/* スマートフォン用ヘッダー
======================================== */

#spHeader {
	margin-bottom:5px;
	position: relative;
}
#spHeader #hdLogo img {
zoom:49%;
}
#contena_box_new2008 > #spHeader #hdLogo img ,
#spTop #spHeader #hdLogo img {
zoom:normal !important;
height:40px;
width:auto;
}
#spHeader .faqLink {
    margin: 10px -43px 0 0;
}
#spHeader .faqLink a {
    color: #0f218b;
    text-decoration: underline;
    font-size:14px;
    line-height:1.4;
    word-wrap: break-word;
}
#spHeader #hdLogo {
 padding-top:3px;
  padding:6px 0 6px 10px;
 background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(1, #21008F),
	color-stop(0.18, #0E0066)
);
}
#contena_box_new2008 > #spHeader #hdLogo ,
#spTop #spHeader #hdLogo {
  padding:15px 0 15px 10px;
}


#spHeader #spnHdbtn img{
/*zoom:50%;*/
 width:100%;
 max-width:288px;
 height:auto
}

#spHeader #spnHdbtn {
 width:95%;
 margin:13px auto 0;
/* height:40px;*/
 overflow:hidden;
}

#spHeader #spnHdbtn li {
 float:left;
 width:49%;
 text-align:center;
}

#spHeader #spnHdbtn li:nth-of-type(2) {
 float:right;
 width:49%;
 text-align:center;
 margin-left:2%
}


body#spTop #spnHdbtn{
display:none;
}

/* 20160802追記 */

#spHeader .search {
	position: absolute;
	top: 12px;
	right: 12px;
}

#spHeader .search .searchInput {
	position: absolute;
	top: 45px;
	right: -6px;
	width: 240px;
	padding: 10px 53px 10px 10px;
	border: 2px solid #0f218b;
	background-color: #fff;
	z-index: 1000;
	display: none;
}

#spHeader .search .searchInput .textbox {
	display: inline-block;
	vertical-align: top;
	width: 227px;
	height: 33px;
	border: 1px solid #aaa;
	padding: 5px 8px;
	box-sizing: border-box;
	outline: none;
}

#spHeader .search .searchInput .submit {
	vertical-align: top;
	width: 22px;
	height: 23px;
	background-color: #0f218b;
	padding: 5px;
}


#spHeader .search .searchInput #SS_searchForm {
	border: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}
#spHeader .search .searchInput #SS_searchForm #SS_searchQuery {
	width: 207px !important;
	height: 33px !important;
	padding: 5px 8px !important;
	font-size: 14px !important;
	border: 1px solid #aaa !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	color: #666666;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}
#spHeader .search .searchInput .submit {
	padding: 5px 5px 5px 6px !important;
	width: 22px !important;
	height: 23px !important;
	background-color: #0f218b !important;
	box-shadow: none !important;
	box-sizing: content-box !important;
	border-radius: 0 !important;
}

#SS_searchForm{
	border-radius: 3px;
	background-color: #b6b8c2;
	margin-bottom: 2em;
	padding: 10px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	width:auto;
}
#SS_searchQuery{
	width: 88%;
	padding-left: 0.5em;
	font-size: 16px;
	border-width: 1px;
	border-color: rgb(246, 246, 246);
	border-style: solid;
	border-radius: 2px;
	background-color: #FFFFFF;
	height: 30px;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}
#SS_searchSubmit{
	border: none;
	padding: 0;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	width: 10%;
	background-position: center center;
	border-radius: 3px;
	background-color: #3f4ea3;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
	height: 30px;
	color: #FFFFFF;
	font-size: 18px;
	float: right;
	background-repeat: no-repeat;
	background-size: 17px auto;
	outline: none;
	box-sizing: border-box;
}
#spHeader .search .searchInput .closeBtn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 33px;
	height: 33px;
	border-radius: 3px;
	background-color: #666;
}

#spHeader .search .searchInput .closeBtn:before,
#spHeader .search .searchInput .closeBtn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 26px;
	height: 2px;
	margin: auto;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#spHeader .search .searchInput .closeBtn:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



/* スマートフォン用フッター
======================================== */

#spFooter {
padding-top:2px;
}

footer h3 {
	padding-left:5px;
	font-size:13px;
	padding:3px 0 3px 10px;;
	font-weight:bold;
	background:none;
	margin-left:0;
	margin-right:0;
	border-top: none;
	border-bottom: none;
	margin-bottom:10px;
	color:#fff;
}

/* フッターナビゲーション【1】
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#spFooter ul#ftNavA {
 padding:15px 10px 0 10px;
 border-top: dotted 1px #a5c0cd;
 border-bottom: dotted 1px #a5c0cd;
 margin-top:1px;
}

#spFooter ul#ftNavA:after {
 display: block;
 clear: both;
 height: 0;
 line-height: 0;
 overflow: hidden;
 visibility: hidden;
 content: ".";
}

#spFooter ul#ftNavA li {
 background:url(/spn/wr_css/wr_img/spn_common/spn_listmark01.gif) left 0.5em no-repeat;
 padding-left:8px;
 font-size:12px;
 margin-bottom:23px;
 width:45%;
 float:left;
}

#spFooter ul#ftNavA li.form_in {
 clear:both;
 background:none;
 padding-left:0;
 margin-bottom:0;
 width:100%;
}
#SS_searchForm{
border-radius: 3px;
background-color: #b6b8c2;
margin-bottom: 2em;
padding: 10px;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
width:auto;
}
#SS_searchQuery{
width: 88%;
padding-left: 0.5em;
font-size: 16px;
border-width: 1px;
border-color: rgb(246, 246, 246);
border-style: solid;
border-radius: 2px;
background-color: #FFFFFF;
height: 30px;
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-sizing: border-box;
}
/*#SS_searchSubmit{
border: none;
padding: 0;
text-indent: 200%;
white-space: nowrap;
overflow: hidden;
width: 10%;
background-position: center center;
border-radius: 3px;
background-color: #3f4ea3;
box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
height: 30px;
color: #FFFFFF;
font-size: 18px;
float: right;
background-image: url(/spn/wr_css/wr_img/spn_common/icn_seek.png);
background-repeat: no-repeat;
background-size: 17px auto;
outline: none;
box-sizing: border-box;
}*/
#SS_searchSubmit{
padding: 5px 5px 5px 6px !important;
width: 22px !important;
height: 23px !important;
background-color: #0f218b !important;
box-shadow: none !important;
box-sizing: content-box !important;
border-radius: 0 !important;
background-image: url(/spn/wr_css/wr_img/spn_common/icn_seek.png);
background-repeat: no-repeat;
background-size: 22px auto;
}
#spFooter li a {
 color:#333;
}

/* フッターナビゲーション【2】
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#spFooter ul#ftNavB {
clear:both;
 padding:15px 10px 0 10px !important;
 border-bottom: dotted 1px #a5c0cd;
 margin-top:1px;
}

#spFooter ul#ftNavB li {
 background:url(/spn/wr_css/wr_img/spn_common/spn_listmark01.gif) left 0.5em no-repeat;
 padding-left:8px;
 font-size:12px;
 margin-bottom:23px;
}
#spFooter ul#ftNavB li.form_in {
 background:none !important;
 padding-left:0 !important;
}

/* フッターbnr
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
footer .footerBnrs img {
	height: auto!important;
}

/* PC用サイトボタン
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#spFooter #ftBtn {
 text-align:center !important;
 margin-bottom:13px;
 margin-top:13px;
}

#spFooter #ftBtn img{
zoom:50%;
}


/* 動作確認文言
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#spFooter #ftCheck{
 font-size:9px !important;
 line-height:1.2em;
 padding:0 10px;
 margin-bottom:1em;
}
#spFooter #ftCheck .note {
 font-size:9px !important;
 text-indent:-1em;
 padding:0 0 0 1em;
}


/* コピーライト
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#spFooter address {
 color:#fff;
 display:block;
 font-size:11px;
 padding:10px 0 10px 10px;
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(1, #21008F),
	color-stop(0.18, #0E0066)
);
}

/* コンテンツ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1 {
 clear:both;
 color:#fff;
 font-size:16px;
 line-height:1em;
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #0E0066),
	color-stop(0.5, #0E0066),
	color-stop(0.52, #0d1e82)
); 
 position:relative;
 padding:10px 13px 10px 8px;
 border-top: double 3px #fff;
 margin:10px 0 8px 0;
 font-weight:bold;
 z-index:1;
}

h2,
h2.show {
 float:none !important;
 margin-left:-10px;
 margin-right:-10px;
 position:relative;
 clear:both !important;
 color:#000;
 min-height:20px;
 font-size:13px !important;
 line-height:2em;
 padding:1px 20px 0 0;
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #EBE8EB),
	color-stop(0.5, #EBEBEB),
	color-stop(0.52, #f8f7f7)
);
 font-weight:bold;
 border-top:solid 1px #d0d0d0;
 border-bottom:solid 1px #d0d0d0;
 margin-bottom:10px;
 z-index:50
}

h2 span{
border-left:solid 4px #0e1f84;
/* padding-left:; */
padding:2px 0 2px 5px;
}

.section h2 {
padding-left:9px;
}

h3 {
 padding-left:5px;
 font-size:13px;
 padding:3px 0 3px 10px;;
 font-weight:bold;
 background:#eff8fe;
 margin-left:-10px;
 margin-right:-10px;
 border-top: solid 1px #e2e2e2;
 border-bottom: dotted 1px #e2e2e2;
 margin-bottom:10px;
 color:#2a2a2a;
}

/* 20131015追記 */

h2.spnBgnone{
	background-image:none !important;
	border:none !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding:0px !important;
	position: static !important;
	line-height:1.4em !important;
	font-size:15px !important;
	font-weight:bold;
}

h2.spnBgnone span{
	border:none !important;
	padding:0px !important;
}

h3.spnBgnone {
 padding-left:0px !important;
 font-size:15px !important;
 padding:0px !important;
 font-weight:bold;
 background:none !important;
 margin-left:0px !important;
 margin-right:0px !important;
 border-top: solid 0px !important;
 border-bottom: dotted 0px !important;
 margin-bottom:10px !important;
 color:#000 !important;
}
/* ^^（セクション要素）
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.spnSection {
 line-height:1.4em;
 padding:0 10px 20px 10px;
 clear:both;
 position:relative;
 padding-bottom:0;
 float:none !important;
 font-size:13px;
 clear:both;
 margin-bottom:20px;
}

.spnSection img img {
 display:block;
 margin: 0 auto 1em auto;
}

.spnSection .text {
 margin-bottom:1em;
}

.spnP-el01{
position:relative;
min-height:50px;
padding-left:95px;
margin-top:-59px;
margin-bottom:10px;
padding-bottom:10px;
font-size:12px;
}

.spnMarginTo-0 {
 margin-top:0px !important;
}

.spnMarginTo-5 {
 margin-top:5px !important;
}

.spnMarginTo-10 {
 margin-top:10px !important;
}

.spnMarginTo-20 {
 margin-top:20px !important;
}

.spnMarginTo-50 {
 margin-top:50px !important;
}

.spnMarginBo-0 {
margin-bottom:0px !important;
}

.spnMarginBo-5 {
margin-bottom:10px !important;
}

.spnMarginBo-10 {
margin-bottom:10px !important;
}

.spnMarginBo-20 {
margin-bottom:20px !important;
}

.spnPaddingTo-0 {
 padding-top:0px !important;
}

.spnPaddingTo-5 {
 padding-top:5px !important;
}

.spnPaddingTo-10 {
 padding-top:10px !important;
}

.spnPaddingTo-20 {
 padding-top:20px !important;
}

.spnPaddingBo-0 {
padding-bottom:0px !important;
}

.spnPaddingBo-5 {
padding-bottom:10px !important;
}

.spnPaddingBo-10 {
padding-bottom:10px !important;
}

.spnPaddingBo-20 {
padding-bottom:20px !important;
}

.spnClearBoth{
clear:both;
}

.spnBorder{
 clear:both;
 border-top:solid 1px #e2e2e2;
 margin-left:-10px;
 margin-right:-10px;
 padding:10px;
}

.spnTextIndent{
	text-indent:-1em;
	padding:0 0 0 1em;
 display:block;
}

.spnblock {
display:block !important;
}

.spnblockCenter {
 margin:0 auto !important;
}

.spnAlignCenter {
 text-align:center!important;
}

.spnimg{
	width: 100%;
	height: auto;
}

/* h2-ボックス用
----------------------------- */

.box,
.boxOpen {
 margin-top:-1px;
}

.box .boxTtl,
.boxOpen .boxTtl,
.contents_detail h2 {
 width:100%;
 color:#323232;
 height:38px;
 background-image: 
 url(/spn/wr_css/wr_img/spn_common/spn_mark01.png),
 -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.35, #EEF3F9),
	color-stop(0.68, #FAFCFD),
	color-stop(0.84, #FAFCFD)
);
 background-position:right center !important;
 background-repeat:no-repeat !important;
 border-top:solid 1px #e0e0e0;
 margin:0 -10px 0 -10px;
 padding:4px 27px 4px 0px;
 border-bottom:solid 1px #d9e4f0;
 font-weight:bold;
 clear:both;
 float:none;
}

.boxInner{
padding-top:15px;
padding-bottom:20px;
}

.boxOpen .boxTtl{
 background-image: 
url(/spn/wr_css/wr_img/spn_common/spn_mark02.png),
 -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.35, #EEF3F9),
	color-stop(0.68, #FAFCFD),
	color-stop(0.84, #FAFCFD) 
)!important;
}

.box .boxTtl span,
.boxOpen .boxTtl span,
.contents_detail h2 span,
.contents_detail h2.active span {
 line-height:1.2em;
 padding-right:25px;
 display:block;
 margin-top:-1em;
 display:table-cell;
 height:38px;
 padding-left:10px;
 vertical-align:middle;
 border:none;
}

/* --アクティブ時-- */

.sectActive {
 padding-bottom:0 !important;
}

.sectActive .boxTtl,
.contents_detail h2.active{
 background-image: 
url(/spn/wr_css/wr_img/spn_common/spn_mark02.png),
 -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.35, #EEF3F9),
	color-stop(0.68, #FAFCFD),
	color-stop(0.84, #FAFCFD)
 ) !important;
 border-bottom:solid 1px #ececec;
 margin-bottom:0;
}

.boxOpen .titleActive{
background-image: 
url(/spn/wr_css/wr_img/spn_common/spn_mark01.png),
 -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.35, #EEF3F9),
	color-stop(0.68, #FAFCFD),
	color-stop(0.84, #FAFCFD)
 ) !important;
}

/* 20131015追記 */
.spnBox{
	border: solid 1px #d0d0d0;
	margin-bottom: 5px;
	padding: 12px;
	
}

/* サービス一覧
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.service_list_img_01{
margin-left:15px;
margin-bottom:10px;
}

.service_list_img_02{
margin-left:15px;
margin-bottom:10px;
}

.service_list_img_04{
margin-left:15px;
margin-bottom:10px;
}

.service_list_img_05{
margin-left:5px;
margin-bottom:10px;
}

.service_list_img_07{
margin-left:20px;
margin-bottom:0;
}

.service_list_img_08{
margin-left:8px;
}

.service_list_img_09{
margin-left:8px;
}

.service_list_img_10{
margin-left:30px;
}

.service_list_img_11{
margin-left:15px;
}

.service_list_img_12{
margin-left:25px;
margin-bottom:0px;
margin-top:0;
}

#main_contents_new2008 .service_box li {
background:url("/spn/wr_css/wr_img/spn_common/list_mkr2_02.gif") no-repeat scroll 10px 6px transparent;
color:#3C3C3C;
display:block;
font-weight:bold;
line-height:1.4em;
margin:0 0 5px -10px;
padding-left:20px;
width:185px;
}

#main_contents_new2008 .service_box p {
background:url("/spn/wr_css/wr_img/spn_common/list_mkr4_03.gif") no-repeat scroll 0 11px transparent;
clear:both;
color:#3C3C3C;
line-height:1.4em;
padding:7px 0 0 10px;
}

.arwlink{
margin-top:8px;
font-size:12px;
}

.arwlinkN{
background-image:url("/spn/wr_css/wr_img/spn_common/left_navi_arrow.gif") !important;
background-position:left 3px !important;
background-repeat:no-repeat !important;
color:#407CBA !important;
text-decoration:underline !important;
padding-left:10px;
display:block;
font-weight:normal;
margin-top:5px;
 margin-left:-1em;

}

.arwlink a{
background-image:url("/spn/wr_css/wr_img/spn_common/left_navi_arrow.gif") !important;
background-position:left 3px !important;
background-repeat:no-repeat !important;
color:#407CBA !important;
text-decoration:underline !important;
padding:0 0 0 10px !important;
}

.arwlinkN a{
color:#407CBA !important;
text-decoration:underline !important;
}

.widebox_innner p {
color:#3C3C3C;
font-weight:bold;
}

/* 開閉式-記事
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.contents_detail dl {
 margin:0 -20px 0;
 border-top:  solid 1px #e0e0e0;
}

.contents_detail dl dt {
 margin-top:10px;
 width:128px;
 padding:0 20px 0 20px;
}

.contents_detail dl dd {
 margin-top:5px;
 padding:0 15px 0 20px;
 border-bottom:  solid 1px #e0e0e0;
 padding-bottom:10px;
}

.contents_detail dl dd strong {
 color:#FF0000;
}

.contents_detail dl a {
color:#0050A3;
text-decoration:none;
}

/* リンクボタン
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.linkBtn {
 margin-top:-8px;
}

ul.linkBtn li a{
background-image: 
 url(/spn/wr_css/wr_img/spn_common/spn_top_arrow01_01.png),
-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4faff), color-stop(53%,#edf7ff), color-stop(53%,#e5edff), color-stop(100%,#cae7ff));
background-position:right center !important;
background-repeat:no-repeat !important;
display:block;
border-top:solid 1px #e1f2ff;
border-bottom:solid 1px #a6cfef;
padding:12px 25px 12px 10px;
text-decoration:none;
color:#263279;
font-size:14px;
font-weight:bold;
}

ul.linkBtn li a span {
 display: table-cell;
 vertical-align: middle;
}

ul.linkBtn li a p {
 display: table-cell;
 vertical-align: middle;
 padding-right:8px;
}

ul.linkBtn li a p img {
 float:left;
 zoom:50%;
 display: inline;
 margin:2px 0 0 0;
}


/* アットユーネット
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.atu_login{
	background-color:#F1F9FA;
	padding:15px 0 0 0;
	margin-right:0px !important;
	text-align:center !important;
}

.atu_login .td_login{
	font-weight:bold !important;
}

.table_login,.table_login2{
	width:100% !important;
}

.table_login td img,.table_login2 td img{
	margin:0 auto !important;
}


/* 汎用クラス
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.spnAlignC{
text-align:center
}

.section{
overflow:hidden;
}

.pcClearLink{
float:right;
margin-bottom:20px;
}

.spnFontB{
font-weight:bold !important;
}

.spnFontN{
font-weight:normal !important;
}

.spnColorR{
color:#e5004f !important;
}

.spnFloatR{
	float:right;
}

.spnFloatL{
	float:left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* PCページリンク用アイコン */
span.iconPC{
background:url(/spn/wr_css/wr_img/spn_common/icon_pc.png) right center no-repeat;
padding-right:14px;
display:inline !important;
text-decoration:inherit;
}

span.iconPC2{
background:url(/spn/wr_css/wr_img/spn_common/icon_pc.png) right center no-repeat;
padding-left:0px !important;
padding-right:14px;
display:inline !important;
text-decoration:inherit;
}

/* PCページリンク用注意文 */
div.spnCaption{
font-size:14px;
line-height:17px;
display:block;
margin:0 10px 10px;
padding:5px;
border-radius:3px;
-webkit-border-radius:3px;
background-color:#f0f0f0;
color:#333;
}

/* PC・SP切替用 */
.spIn{
	display:block !important;
}
.spOut{
	display:none !important;
}

/* fontsize（フォントサイズ）
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fsS,
.fsS li {
 font-size:12px !important;
}

.fsM,
.fsM li {
 font-size:13px !important;
}

.fsL,
.fsL li {
 font-size:15px !important;
}

/* float
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.floatL {
 display:block;
}

.floatR {
 display:block;
}

/* ftext-align
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.alignC {
 text-align:center;
}

.alignL {
 text-align:left;
}

.alignR {
 text-align:right;
}

/* blocK-center
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.blockCenter {
 margin:0 auto;
}

/* em/b
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

em {
 color:#ff0000 !important;
}

b {
 font-weight:bold;
}

.maintenance_pop_menu {
display:none !important	;
margin:0;
height:0;
}


/* 電番強調赤字
----------------------------- */
span.foneNumR {
    font-size: 150%;
    font-weight: bold;
    color: #e5004f;
}

/*/cs/用フッター*/
footer.csNewfooter {
	background-color: #fff;
	color: #fff;
	padding: 30px 0 13px;
}
footer.csNewfooter .contents {
	background-color: #0f1350;
	color: #fff;
	padding: 20px 0 13px;
}
footer.csNewfooter .inner {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
footer.csNewfooter .contents ul {
	font-size: 0px;
	padding: 0;
}
footer.csNewfooter .contents ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	list-style-type: none;
	margin-bottom: 18px;
}
footer.csNewfooter .contents ul li a {
	color: #fff !important;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	letter-spacing: 0.05em;
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	line-height:1.2;
}
footer.csNewfooter .contents ul li a:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
footer.csNewfooter .contents ul li:nth-child(3) a:before{
    top: -16px;
}
footer.csNewfooter .contents ul li a:before {
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer.csNewfooter .contents ul li a:hover {
	text-decoration: underline;
}
footer.csNewfooter .about .inner .copyrightarea {
	margin: 17px 10px 13px 10px;
}
footer.csNewfooter .about .inner .logo {
	float: left;
}
footer.csNewfooter .about .inner .logo span {
    clear: both;
    display: block;
    padding-top: 10px;
}
footer.csNewfooter .about .inner .logo span a:hover {
    text-decoration: underline !important;
}
footer.csNewfooter .about .inner .logo span a {
    font-size: 10px;
    color: #666 !important;
    text-decoration: none !important;
}
footer.csNewfooter .about .inner .logo span .linkIcon {
    position: relative;
}
footer.csNewfooter .about .inner .logo span .linkIcon::after {
    border-top: 1px solid #666;
    border-right: 1px solid #666;
}
footer.csNewfooter .about .inner .logo span .linkIcon::after {
	content:"";
	display: block;
	width:5px;
	height:5px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top:50%;
	right:-10px;
	margin-top:-3px;
}
footer.csNewfooter .about .inner .copyright {
	float: right;
	margin: 10px 0 20px;
}
footer.csNewfooter .about .inner .copyright a {
	width: 23%;
	float: right;
	color: #666 !important;
    text-decoration: none;
    font-family: sans-serif !important;
}
footer.csNewfooter .about .inner .copyright a img {
	width: 100%;
}
footer.csNewfooter .about .inner .copyright address {
	width: 70%;
	float: right;
    padding: 25px 20px 0 0;
    line-height: 1.5em;
    font-style: normal;
	font-size: 12px;
	color: #666 !important;
}
footer.csNewfooter .about .inner ul {
	font-size: 0;
	border-top: 1px solid #d4d4d4;
	padding: 20px 0;
	margin-top: 13px;
}
footer.csNewfooter .about .inner ul li {
	border-left: 0;
	font-size: 12px;
    display: inline-block;
	padding: 0px 30px 0 0;
    margin-bottom: 13px;
}
footer.csNewfooter .about .inner ul li:first-child {
    border-left: 0;
}
footer.csNewfooter .about .inner ul li a {
	color: #666 !important;
    text-decoration: none;
    font-family: sans-serif !important;
}
footer.csNewfooter .about .inner ul li a:hover {
	text-decoration: underline;
}
footer.csNewfooter .clearfix {
    zoom: 100%;
    clear: both;
    display: flow-root;
}
footer.csNewfooter ul li a.pcSite::after {
    content: "";
    position: absolute;
    display: block;
    background: url('/assets/img/common/icon_pcSite_white.png') no-repeat 50% 50%;
    background-size: 13px;
    width: 13px;
    height: 10px;
    top: 2px;
    right: -20px;
  }
footer.csNewfooter br{
	display:block;
}
/*/cs/用フッター*/