@charset "utf-8";

/*------------------------------------------------------------------------------
ニッセン・ジー・イー・クレジット株式会社 - CSS Modules Import
Date: 2014-03-25
Copyright (C) GE Nissen Credit. All Rights Reserved.
------------------------------------------------------------------------------*/

/*基本*/
div,p,span,img{
	margin: 0;
	padding: 0;
}

.destrict_wrap{ margin-bottom: 20px; }
.center_x{
	margin: 0 auto;
	text-align: center;
}

/*TOP部　画像*/
.top_img{
	float: left;
	margin: 0 20px;
}

/*「キャンペーン参加の基本手順」部*/
.procedure_top{
	font-size: 120%;
	font-weight: bold;
}
.procedure_wrap{
	width: 200px;
	float: left;
}
.procedure_txt{
	text-align: left;
	font-size: 110%;
	line-height: 1.2;
	margin: 20px auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box; /* 過去の WebKit ベースブラウザ向け */
	-moz-box-sizing: border-box; /* 過去の (Firefox <29) Gecko ベースブラウザ向け */
	box-sizing: border-box;
}
.procedure_txt a{
	text-decoration: none;
	color: #0070C0;
}
.procedure_step{
	width: 60px;
	margin: 82px auto;
	text-align: center;
	float: left;
}

/* step
------------------------------- */
.step_wrap{
	width: 720px;
	padding: 20px 50px;
	text-align: center;
	border: none;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	-webkit-box-sizing: border-box; /* 過去の WebKit ベースブラウザ向け */
	-moz-box-sizing: border-box; /* 過去の (Firefox <29) Gecko ベースブラウザ向け */
	box-sizing: border-box;
}
.step_txt{
	font-size: 120%;
	text-align: left;
	line-height: 1.5;
}
.step_ttl{
	text-align: left;
	font-weight: bold;
	font-size: 120%;
}





/* ----------------------------------------

clearfix (必要なければ消す)

---------------------------------------- */

/* Modern Browsers
------------------------------- */

.xxx:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}

/* Legacy IE
------------------------------- */

.xxx {
  *zoom: 1;
}
