@charset "utf-8";

/*------------------------------------------------------------------------------
ニッセン・ジー・イー・クレジット株式会社 - CSS Modules Import
Date: 2014-03-15
Copyright (C) GE Nissen Credit. All Rights Reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

header

---------------------------------------- */
#header {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 12px;
	border-bottom: 3px solid #2e6bb3;
	background: none;
}
#header p.skip {
	height: 0;
	width: 0;
	overflow: hidden;
}
#siteID {
	width: 241px;
	float: left;
	margin-top: 0;
}


/* index
------------------------------- */
.directTtl {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px 0 15px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 40px;
}
.sectionDirect h3 span {
    font-size: 115.4%;
    font-weight: 700;
    padding-left: 20px;
    background: url(../img/icon_circle_01.png) no-repeat 0 center;
    color: #357da0;
}
.directTtl02 {
    font-size: 115.4%;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
	padding: 0 5px;
    margin-bottom: 5px;
    border-left: 5px solid #ff7357;
}
.title06 {
	border: none;
    margin-bottom: 0px;
    background: none;
    padding-left: 0;
}
.PmgL {
	margin-left: 21px; 
}
/* compStep */
ul.compStep {
    padding: 0 25px;
    margin: 10px 0;
}
.compStep li {
	float: left;
	box-sizing:border-box;
}
.compStep li.lastList {
	width:220px;
}
.compStep li img {
	margin-bottom: 10px;
}
.compStep li p {
	padding-left:10px;
}
.inqMethod02 {
    padding: 15px;
    border: solid 5px #e5e5e5;
}

/* 会員規約の同意 */
.listSec > ul {
	width: 394px;
	float: left;
	border-right: solid 2px #e5e5e5;
	margin-bottom: 0;
}
.listSec li {
	margin-bottom: 6px;
    padding-right: 10px;
}
.listSec li a {
	background: url(../img/icon_arrw_02.png) no-repeat 11.5px 0.5em;
    padding-left: 22px;
    display: block;
    text-decoration: none;
}
.listSec li a.active,
.listSec li a:hover {
	background-color: #e5e5e5;
}
.section01 .innersec01 {
	background-color: #fce8e4;
    padding: 20px 36px;
    margin: 25px 90px 0;
}
ul.inlist01 {
	margin: 0 20px;
}
.inlist01 li {
	list-style-type: disc;
}
.listSec .innerContents {
	width: 514px;
	float: right;
	height: 245px;
	overflow: auto;
	padding-right: 10px;
}
.listSec .innerContents h1.title01 {
	font-size: 17px;
	margin-bottom: 10px;
}
.listSec .innerContents h3 {
    margin: 20px 0 0.5em;
    padding-top: 1em;
    font-weight: 700;
    background: url(../img/line_dotted_yoko.png) 0 0 repeat-x;
}
.listSec .innerContents h3.noBdr {
    padding-top: 0;
    background: none;
}
.ver {
	margin-bottom: 5px;
	text-align: right;
}
.link01 a {
	padding-bottom: 5px;
}

/*Tpoint*/
.TpointTtl {
    font-size: 157.2%;
    font-weight: 700;
    background-color: #FFF557;
    text-align: center;
    padding: 15px;
}
.Tpointsec li {
	float: left;
	width: 480px;
	text-align: center;
	padding-top: 20px;
}
.Tpointsec .inttl {
    font-size: 17px;
    font-weight: 700;
}
.TpointBox01 {
	margin-right: 10px;
}



/*footer*/
#ftrNav01 {
	background: none;
}
.ftrWrap01 {
	background-color: #f1f1f1;
	padding: 20px 0;
	border-top: 1px solid #ddd;
}
.ftrWrap03 {
	background-color: #357da0;
	padding: 15px 0;
	font-size: 84.6%;
	color: #fff;
}
#copy {
	margin-top: 0;
}


.tbl01 th,.tbl01 td {
	text-align: left;
}
table {
	word-break: break-all;
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
#header:after,
.listSec:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
#header,
.listSec,
.clearfix {
	*zoom: 1;
}