<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#contents_wrap {
    font-size: 14px;
    line-height: 1.4;
}
#contents_wrap a {
	color: #073e65;
}
#contents_wrap a:hover {
	color: #5299cb;
}
/*----------------------------------------------------
  レイアウト
----------------------------------------------------*/
#main{
	margin:30px auto 8px;
	width:1000px;
}
#article{
	width:690px;
	float:left;
}
#r_nav{
	width:270px;
	float:right;
}
/*----------------------------------------------------
  TOPページ
----------------------------------------------------*/

/*search_section*/
.search_section{
	margin: 0 0 40px;
	border-top: solid 1px #d4d4d4;
	border-bottom: solid 1px #d4d4d4;
}
.search_area{
	display: table;
	width: 100%;
	background: #e3e3e3;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.search_area p {
	float:left;
    background: url("//www.smbc-card.com/common/faq/imgs/ico_lens.png") no-repeat left 5px;
    padding: 10px 0 5px 33px;
	color: #004a3c;
	font-weight: bold;
	word-break:keep-all;
}
.search_area dl {
	float:right;
}
.search_area dl dt,
.search_area dl dd {
	display: table-cell;
	vertical-align: middle;
}
.search_area dl dt input {
	background: #fff;
	width: 660px;
	border: solid 2px #c8c8c8;
	padding: 6px 10px;
}
.search_area dl dd {
	padding: 0 0 0 20px;
}
.search_area dl dd input {
	background: #fb8a1e;
	padding: 7px 30px;
	border: none;
	cursor: pointer;
	font-weight:bold;
	color:#FFFFFF;
}
.keyword_area{
	border-top: solid 1px #FFFFFF;
	background: #f7f7f7;
	padding: 11px 20px 9px;
}
.keyword_area ul{
	margin: 0 0 0 -22px;
}
.keyword_area ul li{
	float: left;
	padding: 0 0 0 22px;
	font-size: 107%;
	line-height: 1.8em;
}
.keyword_area ul li a{
	color:#0000ff !important;
	text-decoration:underline;
}
.keyword_area ul li a:hover{
	color:#fb8a1e !important;
}


/*faq_section*/
.faq_section {
	margin: 0 0 40px;
}
.faq_section .link_area{
	margin: 20px 0 0;
}
.faq_section ul{
	width: 459px;
	float: left;
	padding: 10px 20px 0;
}
.faq_section ul + ul{
	border-left: solid 1px #dddddd;
}
.faq_section ul li {
	margin: 0 0 8px;
}

/*trouble_section*/
.trouble_section {
	margin: 0 0 40px;
}
.trouble_section ul {
	margin: 30px 0 40px;
	border-top: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	background-color:#e9e8e8;
}
.trouble_section ul li {
	float: left;
	width: 332px;
	border-left: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}
.trouble_section ul li.no_boder {
	border-bottom: none;
}
.trouble_section ul li.last {
	border-bottom: none;
	border-right: solid 1px #dddddd;
}
.trouble_section ul li a {
	display: block;
	height: 100%;
	padding: 37px 0 35px 99px;
	font-size: 114%;
	font-weight: bold;
}


.trouble_section ul li #inaccessibility {
    background: url("//www.smbc-card.com/common/faq/imgs/ico_inaccessibility.png") no-repeat 15px 23px;
}
.trouble_section ul li #inaccessibility:hover {
    background: url("//www.smbc-card.com/common/faq/imgs/ico_inaccessibility.png") no-repeat 15px 23px #f7f7f7;
}
.trouble_section ul li #loss {
    background: url("//www.smbc-card.com/common/faq/imgs/ico_loss.png") no-repeat 18px 23px;
}
.trouble_section ul li #loss:hover {
    background: url("//www.smbc-card.com/common/faq/imgs/ico_loss.png") no-repeat 18px 23px #f7f7f7;
}
.trouble_section ul li #payment {
    background: url("//www.smbc-card.com/common/faq/imgs/ico_payment.png") no-repeat 13px 21px;
}
.trouble_section ul li #payment:hover {
    background: url("//www.smbc-card.com/common/faq/imgs/ico_payment.png") no-repeat 13px 21px #f7f7f7;
}
.trouble_section ul li #mailing {
    background: url("//www.smbc-card.com/common/faq/imgs/ico_mailing.png") no-repeat 18px 21px;
}
.trouble_section ul li #mailing:hover {
    background: url("//www.smbc-card.com/common/faq/imgs/ico_mailing.png") no-repeat 18px 21px #f7f7f7;
}
.trouble_section ul li #sales {
    background: url("//www.smbc-card.com/common/faq/imgs/ico_sales.png") no-repeat 27px 21px;
}
.trouble_section ul li #sales:hover {
    background: url("//www.smbc-card.com/common/faq/imgs/ico_sales.png") no-repeat 27px 21px #f7f7f7;
}


.trouble_section dl {
	width: 320px;
	float: left;
}
.trouble_section dl + dl {
	margin: 0 0 0 20px;
}
.trouble_section dl ul {
	border: none;
	margin: 0;
	padding: 20px 20px 13px 20px;
	background-color:#FFFFFF;
}
.trouble_section dl ul li {
	float: none;
	width: auto;
	border: none;
	padding: 0 0 0 16px;
	margin: 0 0 7px;
}
.trouble_section dl ul li:last-child {
}
.trouble_section dl li a {
	padding: 0;
	font-weight: normal;
}
.trouble_section dl {
	border-top: solid 5px #004a3c;
}
.trouble_section dl dt {
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	font-weight: bold;
	display: table;
	width: 100%;
	height: 62px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.trouble_section dl dt span {
	width: 224px;
	display: table-cell;
	vertical-align: middle;
	padding:5px 0 0px 20px;
	font-size: 114%;
	background-color:#f7f7f7;
}
.trouble_section dl dt span span {
	display: inline;
	padding: 0;
}
.trouble_section dl dt a,
.trouble_section dl dt span span {
	font-weight: normal;
}.trouble_section dl dt span span {
	font-size: 75%;
}
.trouble_section dl dt a {
    background: url("//www.smbc-card.com/common/faq/imgs/ico_arrow_blue_right.png") no-repeat scroll 85% 50% #e9e8e8;
    border-left: 1px solid #dddddd;
    font-weight: bold;
    padding: 14px 27px 12px 16px;
	display: table-cell;
	vertical-align: middle;
}

.trouble_section dl dt a:hover{
	background: url("//www.smbc-card.com/common/faq/imgs/ico_arrow_lightblue_right.png") no-repeat 85% 50% #eeeeee;
	text-decoration:none;
}
.trouble_section dl dd {
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}
.trouble_section dl dd ul li a {
	font-size: 100%;
}
.trouble_section dl dd ul li a:hover{
	text-decoration:underline;
}

/*card_section*/
.card_section {
	margin: 0 0 40px;
}
.card_section div {
	margin: 30px 0 0;
}
.card_section ul li{
	float: left;
	width: 320px;
	margin: 0 0 20px 20px;
	display: table;
}
.card_section ul li.first {
	margin: 0;
}
.card_section ul li a{
	display: block;
	padding: 22px 0px 18px 15px;
	border: solid 1px #d2d2d2;
	font-size: 114%;
}
.card_section ul li a.line02{
	padding: 10px 0px 6px 15px;
}

.card_section ul li span{
	display: block;
	float: left;
	font-weight: bold;
}

.card_section ul li span + span{
	float: right;
	font-size: 87%;
	width:97px;
	text-align:center;
	color: #888888;
}
.card_section ul li a.line02 span{
	min-height:33px;
}
.card_section ul li a.line02 span + span{
	margin-top:13px;
}
.card_section ul li a:hover span{
	text-decoration: underline;
}
.card_section ul li a:hover span + span{
	text-decoration:none;
}
.card_section ul li #use{
    background: url("//www.smbc-card.com/common/faq/imgs/ico_use.png") no-repeat 168px 50%;
}
.card_section ul li #admin{
    background: url("//www.smbc-card.com/common/faq/imgs/ico_admin.png") no-repeat 190px 50%;
}
.card_section ul li #addcard{
    background: url("//www.smbc-card.com/common/faq/imgs/ico_addcard.png") no-repeat 170px 50%;
}
.card_section ul li #security{
    background: url("//www.smbc-card.com/common/faq/imgs/ico_security.png") no-repeat 198px 50%;
}
.card_section ul li #charge{
    background: url("//www.smbc-card.com/common/faq/imgs/ico_charge.png") no-repeat 170px 50%;
}
.card_section ul li #cardtype{
    background: url("//www.smbc-card.com/common/faq/imgs/ico_cardtype.png") no-repeat 196px 50%;
}


/*service_section*/
.service_section {
	margin: 0 0 20px 0;
}
.service_section div {
	margin: 30px 0 0 -20px;
}
.service_section dl {
	width: 320px;
	float: left;
	margin: 0 0 20px 20px;
	border: solid 1px #d2d2d2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.service_section dl dt a {
    background: url("//www.smbc-card.com/common/faq/imgs/bg_service.png") no-repeat left top;
    display: block;
    height: 40px;
    padding: 22px 0 0 15px
}
.service_section dl dt a.line02{
	height: 52px;
    padding: 10px 0 0 15px
}

.service_section dl dt a:hover {
    background: url("//www.smbc-card.com/common/faq/imgs/bg_service_hover.png") no-repeat left top;
}
.service_section dl dt a span {
	float: left;
	font-size: 114%;
	font-weight: bold;
}
.service_section dl dt a:hover span{
	text-decoration:underline;
}
.service_section dl dt a span + span {
	float: right;
	width: 97px;
	text-align: center;
	font-size: 100%;
	color: #888888;
}
.service_section dl dt a.line02 span + span {
	margin:12px 0 0;
}
.service_section dl dt a:hover span + span{
	text-decoration:none;
}
.service_section dl dd {
	padding: 17px 20px 16px;
	border-top: solid 1px #d2d2d2;
	min-height: 60px;
}

/*other_section*/
.other_section ul {
	margin: 30px 0 0 -20px;
}
.other_section ul li {
	float: left;
	border: solid 1px #dddddd;
	width: 235px;
	margin: 0 0 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.other_section ul li a {
	display: block;
    background: url("//www.smbc-card.com/common/faq/imgs/ico_blank.png") no-repeat 196px 50% #e9e8e8;
    font-weight: bold;
}
.other_section ul li a span {
	display: table-cell;
	height: 62px;
	padding: 0 15px;
	vertical-align: middle;
	background: #f7f7f7;
	border-right: solid 1px #dddddd;
	width: 140px;
}
.other_section ul li a:hover {
    background: url("//www.smbc-card.com/common/faq/imgs/ico_blank.png") no-repeat 196px 50% #f7f7f7;
    text-decoration: none;
}
.other_section ul li a:hover span {
	background: #fff;
	text-decoration:underline;
}


/*----------------------------------------------------
  カテゴリページ
----------------------------------------------------*/
/* カテゴリ名リンクリスト */
#article .cate_link{
	margin:20px 0 0;
	border-top:1px solid #dddddd;
	background-color:#f7f7f7;
	padding:10px 10px 0;
}
#article .cate_link li{
	float:left;
	margin:0 10px 10px 0;
}
#article .cate_link li a{
	display:block;
	background-color:#aaaaaa;
	padding:7px 10px 5px;
	color:#FFFFFF;
	font-weight:bold;
}
#article .cate_link li a:hover,
#article .cate_link li a.active{
	text-decoration:none;
	background-color:#004a3c;
}
/* カテゴリページ リンクリスト */
#article .cate_link_list_wrap{
	margin:40px 0;
	padding:0 20px;
}
#article .cate_link_list_wrap .link_list li{
	margin:0 0 14px;	
}

/*----------------------------------------------------
  検索結果ページ
----------------------------------------------------*/
/* 検索結果リンクリスト */
.search_result_section{
	margin:40px 0;
	background: url("//www.smbc-card.com/common/faq/imgs/bg_dot_border.png") repeat-x top left;
}
.search_result_section.notfound{
	background:none;
	padding:0 40px 20px;
}
.search_result_section dl{
	padding:16px 0 9px;
	background: url("//www.smbc-card.com/common/faq/imgs/bg_dot_border.png") repeat-x bottom left;	
}
.search_result_section dl dt{
	padding-left:36px;
	background: url("//www.smbc-card.com/common/faq/imgs/ico_arrow_blue_right.png") no-repeat scroll 20px 2px;
	font-size:114.3%;
	font-weight:bold;
	margin-bottom:5px;
}
.search_result_section dl dt strong,
.search_result_section dl dd strong{
	font-weight:bold;
	color:#960202;
}
.search_result_section dl dt a:hover strong{
	color:#5299cb;
}
.search_result_section dl dd{
	padding-left:36px;
	color:#666666;
}

/*----------------------------------------------------
	詳細ページ
----------------------------------------------------*/
#article h2.q_title{
	width: 100%;
	min-height: 48px;
	font-size: 128.6%;
	font-weight: bold;
}
#article h2.q_title .question_head{
	display:table-cell;
	width: 48px;
	padding: 11px 0 0;
	text-align:center;
	background: #004a3c;
	color: #ffffff;
	vertical-align:top;
}
#article h2 .question_head + span{
	width: 602px;
	display:table-cell;
	padding:11px 19px 10px 20px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #f7f7f7;
}
#article .article_inner{
	margin: 28px 0 0;
	padding: 0 20px 0;
	font-size: 114.3%;
}
#article .article_inner a{
	text-decoration:underline;
}
#article .article_inner .note{
	font-size: 87.5%;
}
#article .article_inner p + p{
	margin: 12px 0 0;
}
#article .note.red{
	color: #aa0101;
}
#article .evaluation_section{
	margin: 35px 0 0;
}
#article .evaluation_section .evaluation_inner{
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 10px 0 0;
	background: #f7f7f7;	
}
#article .evaluation_section .evaluation_inner h3{
	text-align:center;
	color: #004a3c;
	font-weight:bold;
}
#article .evaluation_section .evaluation_inner ul{
	padding: 7px 20px 10px;
}
#article .evaluation_section .evaluation_inner ul li{
	float: left;
	width: 145px;
	margin: 0 0 0 20px;
	border: 1px solid #e5e5e5;
}
#article .evaluation_section .evaluation_inner ul li:first-child{
	margin: 0;
}
#article .evaluation_section .evaluation_inner ul li:first-child,
#article .evaluation_section .evaluation_inner ul li:last-child{
	width: 146px;
}
#article .evaluation_section .evaluation_inner ul li a{
	display: block;
	min-height: 40px;
	padding: 60px 5px 5px;
	text-align: center;
}
#article .evaluation_section .evaluation_inner ul li a:hover{
	text-decoration: none;
	color: #fc8e1f;
}
#article .evaluation_section .evaluation_inner ul li#evaluation01 a{
	background: url(//www.smbc-card.com/common/faq/imgs/ico_evaluation_01.png) no-repeat 50% 10px #ffffff;
}
#article .evaluation_section .evaluation_inner ul li#evaluation02 a{
	background: url(//www.smbc-card.com/common/faq/imgs/ico_evaluation_02.png) no-repeat 50% 10px #ffffff;
}
#article .evaluation_section .evaluation_inner ul li#evaluation03 a{
	background: url(//www.smbc-card.com/common/faq/imgs/ico_evaluation_03.png) no-repeat 50% 10px #ffffff;
}
#article .evaluation_section .evaluation_inner ul li#evaluation04 a{
	background: url(//www.smbc-card.com/common/faq/imgs/ico_evaluation_04.png) no-repeat 50% 10px #ffffff;
}
#article .evaluation_section .evaluation_inner ul li#evaluation01 a:hover{
	background: url(//www.smbc-card.com/common/faq/imgs/ico_evaluation_01_on.png) no-repeat 50% 10px #ffffff;
}
#article .evaluation_section .evaluation_inner ul li#evaluation02 a:hover{
	background: url(//www.smbc-card.com/common/faq/imgs/ico_evaluation_02_on.png) no-repeat 50% 10px #ffffff;
}
#article .evaluation_section .evaluation_inner ul li#evaluation03 a:hover{
	background: url(//www.smbc-card.com/common/faq/imgs/ico_evaluation_03_on.png) no-repeat 50% 10px #ffffff;
}
#article .evaluation_section .evaluation_inner ul li#evaluation04 a:hover{
	background: url(//www.smbc-card.com/common/faq/imgs/ico_evaluation_04_on.png) no-repeat 50% 10px #ffffff;
}
#article .evaluation_section &gt; div{
	border-bottom: 1px solid #d4d4d4;
	padding: 15px 20px 11px;
	background: #f7f7f7;
	font-size: 87.5%;
	line-height: 1.42;
	margin-bottom:20px;
}
#article .evaluation_section &gt; div p{
	float: left;
	font-weight: bold;
}
#article .evaluation_section &gt; div p + p{
	float: right;
}
#article .connection_faq_section{
	margin: 40px 0 0;
	border-top: 5px solid #004a3c;
}
#article .connection_faq_section dl{
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	padding: 0 0 18px;
}
#article .connection_faq_section dl dt{
	border-bottom: 1px solid #dddddd;
	padding: 12px 15px 11px;
	font-size: 114.3%;
	font-weight: bold;
	background: #f7f7f7;
}
#article .connection_faq_section dl dd{
	margin: 18px 0 0;
	padding: 0 19px 0 36px;
	background: url(//www.smbc-card.com/common/faq/imgs/ico_arrow_blue_right.png) no-repeat scroll 20px 2px;
}
#article .connection_faq_section dl dd + dd{
	margin: 13px 0 0;
}

/*----------------------------------------------------
  共通パーツ
----------------------------------------------------*/
/* h2見出し */
.cmn_h2 {
	border-left:4px solid #004a3c;
	background-color:#f7f7f7;
	font-weight:bold;
	font-size:129%;
}
.cmn_h2 span{
	display:block;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
.cmn_h2 span span{
	display:block;
	padding:11px 0 10px 20px;
	border:none;
	float:left;
}
.cmn_h2 span a{
	display:block;
	background: url("//www.smbc-card.com/common/faq/imgs/ico_arrow_blue_right.png") no-repeat 85% 50% #e9e8e8;
	padding:14px 27px 13px 16px;
	float:right;
	border-left:1px solid #dddddd;
	font-size:77.8%;
}
.cmn_h2 span a:hover{
	background: url("//www.smbc-card.com/common/faq/imgs/ico_arrow_lightblue_right.png") no-repeat 85% 50% #eeeeee;
	text-decoration:none;
}

/*王冠*/
.cmn_h2.crown{
	background: url("//www.smbc-card.com/common/faq/imgs/ico_crown.png") no-repeat 20px 50% #f7f7f7;
}
.cmn_h2.crown span{
	padding-left:29px;
	
}

/*リンクリスト*/
.link_list li {
	background: url("//www.smbc-card.com/common/faq/imgs/ico_arrow_blue_right.png") no-repeat left 3px #fff;
	padding: 0 0 0 16px;
}
.link_list a {
/*	display: block;*/
}

/* 右ナビ */
#r_nav ul.cate_nav li div{
	margin:0 0 2px;
}
/* 右ナビ　カテゴリー 第1階層 */
#r_nav ul.cate_nav li div a{
	display:block;
	color:#FFFFFF;
	background-color:#999999;
	font-weight:bold;
	padding:14px 15px 9px;
	font-size:114.3%;
}
#r_nav ul.cate_nav li div a:hover,
#r_nav ul.cate_nav li div a.active{
	background-color:#004a3c;
	color:#FFFFFF;
	text-decoration:none;
}
/* 右ナビ　カテゴリー 第2階層 */
#r_nav ul.cate_nav li ul li{
	margin:0 0 2px;
}
#r_nav ul.cate_nav li ul li a{
	display:block;
	padding:8px 10px 6px 26px;
	background: url("//www.smbc-card.com/common/faq/imgs/ico_arrow_blue_right.png") no-repeat 10px 50% #eeeeee;
}
#r_nav ul.cate_nav li ul li a:hover,
#r_nav ul.cate_nav li ul li a.active{
	background: url("//www.smbc-card.com/common/faq/imgs/ico_arrow_green_left.png") no-repeat 10px 50% #e1e1e1;
	font-weight:bold;
	color:#004a3c;
	text-decoration:none;
}

/* 右ナビ　ユーザー */
#r_nav ul.user_nav{
	background-color:#eeeeee;
	margin:20px 0 0;
	padding:10px;
}
#r_nav ul.user_nav li a{
	display:block;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	background-color:#FFFFFF;
	padding:12px 15px 12px;
	font-weight:bold;
	background: url("//www.smbc-card.com/common/faq/imgs/ico_corner_arrow.png") no-repeat 237px 4px #FFFFFF;
}
#r_nav ul.user_nav li a:hover{
	text-decoration:none;
	background: url("//www.smbc-card.com/common/faq/imgs/ico_corner_arrow.png") no-repeat 237px 4px #f9f9f9;
}
#r_nav ul.user_nav li a span{
	font-size:85.7%;
}
#r_nav ul.user_nav li:first-child{
	border-top:1px solid #e5e5e5;
}
/* 右ナビ　その他 */
#r_nav dl.other_nav{
	margin:20px 0 0;
	border-left:1px solid #dddddd;
}
#r_nav dl.other_nav dt{
	background-color:#e9e8e8;
	padding:15px 20px 12px;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	font-weight:bold;
	font-size:114.3%;
}
#r_nav dl.other_nav dd{
	width:50%;
	float:left;
}
#r_nav dl.other_nav dd a{
	display:block;
	padding:12px 20px 9px;
	background: url("//www.smbc-card.com/common/faq/imgs/ico_blank.png") no-repeat 101px 50% #f7f7f7;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
#r_nav dl.other_nav dd a:hover{
	text-decoration:none;
	background: url("//www.smbc-card.com/common/faq/imgs/ico_blank.png") no-repeat 101px 50% #FFFFFF;
}

/* ページネーション */
#article .pagenation_section{
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	padding:13px 10px 9px 20px;
}
#article .pagenation_section .title_area{
	display:table-cell;
	width:250px;
	vertical-align:middle;
}
#article .pagenation_section .title_area h3{
	font-weight:bold;
	color:#004a3c;
	margin:0 0 5px;
	font-size:114.3%;
}
#article .pagenation_section .title_area p{
	color:#888888;
	font-weight:bold;
}
#article .pagenation_section .nav_area{
	display:table-cell;
	width:410px;
	text-align:right;
	vertical-align:middle;
}
#article .pagenation_section .nav_area ul li{
	display:inline-block;
	padding:6px 8px;
}
#article .pagenation_section .nav_area ul li.active{
	background: url("//www.smbc-card.com/common/faq/imgs/ico_arrow_gray_up_small.png") no-repeat bottom center;
}
#article .pagenation_section .nav_area ul li.active span{
	font-weight:bold;
	color:#888888;
}
#article .pagenation_section .nav_area ul li.before{
	padding-left:15px;
	padding-right:26px;
	background: url("//www.smbc-card.com/common/faq/imgs/ico_arrow_blue_left.png") no-repeat left 45%;
}
#article .pagenation_section .nav_area ul li.next{
	padding-left:26px;
	padding-right:15px;
	background: url("//www.smbc-card.com/common/faq/imgs/ico_arrow_blue_right.png") no-repeat right 45%;
}
#article .pagenation_section .nav_area ul li.before.no_active,
#article .pagenation_section .nav_area ul li.next.no_active{
	background:none;
	color:#888888;
}
#article .pagenation_section .nav_area ul li span{
	vertical-align:top;
}

/* お問い合わせ */
.inquiry_section{
	background-color:#efefef;
	padding:18px 20px 20px;
	margin:40px 0 0;
}
.inquiry_section p{
	font-weight:bold;
	text-align:center;
	color:#004a3c;
	font-size:114.3%;
	margin:0 0 9px;
}
.inquiry_section .btn{
	text-align:center;
}
.inquiry_section .btn a{
	text-align:center;
	display:inline-block;
	 width: 274px;
	background: #c4e23f;
	/* Old browsers */
	background: -moz-linear-gradient(top, #c4e23f 0%, #bbdd21 2%, #9acd06 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4e23f), color-stop(2%, #bbdd21), color-stop(100%, #9acd06));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c4e23f 0%, #bbdd21 2%, #9acd06 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c4e23f 0%, #bbdd21 2%, #9acd06 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c4e23f 0%, #bbdd21 2%, #9acd06 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #c4e23f 0%, #bbdd21 2%, #9acd06 100%);
	/* W3C */
	box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.3) inset;
	-o-box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.3) inset;
	-ms-box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.3) inset;
    border-top: 1px solid #c8d97c;
    color: #003e28 !important;
    font-size: 110%;
    font-weight: 700;
    margin: 0 auto;
    padding: 20px 2% 18px;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.3s ease-out 0.1s;
}
.inquiry_section .btn a:hover{
	opacity:0.6;
}

/* お問い合わせ ボタン for IE8 */
html&gt;/**/body .inquiry_section .btn a{
    background-color /*\**/: #bbdd21\9;
    color /*\**/: #668b7e !important\9;
    border-bottom /*\**/: 1px solid #79ac02\9;
    border-right /*\**/: 1px solid #79ac02\9;
    color /*\**/: #003e28 !important\9;
}
html&gt;/**/body .inquiry_section .btn a:hover{
    background-color /*\**/: #cae570\9;
    color /*\**/: #668b7e !important\9;
}

/*ぱんくず*/
#breadcrumb_section{
	clear:both;
	margin:60px 0 0;
	background-color:#f7f7f7;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
#breadcrumb_section .inner{
	width:1000px;
	margin:0 auto;
	border-right:1px solid #dddddd;
}
#breadcrumb_section .inner ul{
	padding:13px 0 8px;
	display:table-cell;
	width:844px;
	border-right:1px solid #dddddd;
}
#breadcrumb_section .inner ul li{
	float:left;
	background: url("//www.smbc-card.com/common/faq/imgs/ico_arrow_gray_narrow.png") no-repeat 0px 2px;
	padding:0 19px 5px 19px;
}
#breadcrumb_section .inner ul li span{
	font-weight:bold;
}
#breadcrumb_section .inner ul li:first-child{
	background: url("//www.smbc-card.com/common/faq/imgs/ico_home.png") no-repeat left 3px;
	padding-left:27px;
}
#breadcrumb_section .inner .pagetop_btn{
	display:table-cell;
	width:116px;
	padding-left:39px;
	font-weight:bold;
	background: url("//www.smbc-card.com/common/faq/imgs/ico_arrow_blue_top.png") no-repeat 15px 50% #e9e8e8;
	vertical-align:middle;
}
#breadcrumb_section .inner .pagetop_btn:hover{
	text-decoration:none;
	background: url("//www.smbc-card.com/common/faq/imgs/ico_arrow_lightblue_top.png") no-repeat 15px 50% #eeeeee;
}

/*----------------------------------------------------
  問題解決モーダル用
----------------------------------------------------*/
#i_wrap {
  padding: 10px;
}
#i_wrap h1{
	font-size: 150%;
	font-weight: bold;
}
#i_wrap p {
	margin: 10px 0 0;
	line-height: 1.4;
	font-size: 114.3%;
}
#i_wrap &gt; p{
	margin-top:40px;
}
#i_wrap h1 + p{
	margin-top:10px;
}
#i_wrap .inquiry_section {
	margin: 20px 0 0;
}
#i_wrap .inquiry_section .btn + .btn {
	margin: 20px 0 0;
}
#i_wrap .solutionBlock p{
	float:left;
	margin:10px 0 0 10px;
}
#i_wrap .solutionBlock p + p{
	padding:90px 0 0;
	margin:10px 0 0 0;
}


/*----------------------------------------------------
  clearfix
----------------------------------------------------*/

.cmn_h2 span:after,
.search_area:after,
.search_area dl:after,
.keyword_area ul:after,
.faq_section :after,
.trouble_section:after,
#main:after,
#r_nav dl.other_nav:after,
.trouble_section ul:after,
.cate_link:after,
.card_section ul li a:after,
.card_section:after,
.service_section:after,
.other_section ul:after,
#article h2:after,
#article .evaluation_section &gt; div:after,
#article .evaluation_section .evaluation_inner ul:after,
#i_wrap .solutionBlock:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}
.cmn_h2 span,
.search_area,
.search_area dl,
.keyword_area ul,
.faq_section,
.trouble_section,
#main,
#r_nav dl.other_nav,
.trouble_section ul,
.cate_link,
.card_section ul li a,
.card_section:after,
.service_section,
.other_section ul,
#article h2,
#article .evaluation_section &gt; div,
#article .evaluation_section .evaluation_inner ul,
#i_wrap .solutionBlock { zoom: 1 }</pre></body></html>