@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------------------

  00. Clearfix

----------------------------------------------------------------- */

/* ----------------------------------------------------------------

	01. Normalize

----------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

body {
  font-size: 82%;
  line-height: 1.38;
  background-color: #ffffff;
  color: #4e3402;
  font-family:"arial", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

ol, ul, dl {
  list-style: none;
}

img {
  vertical-align: middle;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

legend {
  display: none;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

p {
  margin: 0 0;
  padding: 0;
}

a {
  color: #0055ac;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}

button, input {
  line-height: normal;
}

/* ----------------------------------------------------------------

	02. Layout

----------------------------------------------------------------- */

/* ヘッダー
----------------------------------------------- */
header {
  width: 100%;
  margin-bottom: 5px;
}
header div.inner {
  overflow: hidden;
  padding: 20px 0 12px 0;
  background-image:url(/shared/images/str-header/bg-01.gif);
  background-repeat: repeat-x;
  background-position: 0 100%;
  zoom: 1;
}
header div.logo {
	float: left;
}
header p {
	float: right;
}
header div.logo span.sub {
	margin-left: 18px;
}

div.subhead {
	width: 100%;
	text-align: right;
	line-height: 1.0;
}

/* メインコンテンツ
----------------------------------------------- */

/* Color change for Oct 2015 Campaign */
.cmp1510 .mainArea {
	background: #82da5b;
}

.cmp1510 .titleArea {
	background: #82da5b;
}

.cmp1510 .mainArea .sprite {
	background-image: url(../images/sprite_main_04.png);
}

main {
	width: 100%;
  	background-color: #ffffff;
}

div.inner {
	margin-right: auto;
	margin-left : auto;
	width: 750px;
}

section {
	overflow: hidden;
	text-align: center;
	zoom: 1;
}
section .note {
	text-align:left;
	margin-left: 1.8em;
  	text-indent: -1.2em;
}
section .sprite {
	display: block;
	white-space: nowrap;
	text-indent: 100%;
 	overflow: hidden;
}
section.mainArea {
	overflow: visible;
	border-top: none;
	background: #0ec3e4;
}

/*  看板 */
section.mainArea .sprite2 {
	background-image: url(../images/sprite_main_02.png);
	height:0;
}

section.mainArea .sprite {
	background-image: url(../images/sprite_main_02.png);
	height:0;
}
section.mainArea div.inner {
	overflow: visible;
	height: 382px;
	width: 1100px;
	position:relative;
}


/*  会員ランク看板  */
section.mainArea.rank {
	overflow: visible;
	background: #002e41; /* Old browsers */
	background: -moz-linear-gradient(top,  #002e41 0%, #002e41 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002e41), color-stop(100%,#002e41)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #002e41 0%,#002e41 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #002e41 0%,#002e41 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #002e41 0%,#002e41 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #002e41 0%,#002e41 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e41', endColorstr='#002e41',GradientType=0 ); /* IE6-9 */
	border-top: 6px solid #ffffff;
}
section.mainArea.rank .sprite {
	background-image: url(/lp/campaign/gm/images/sprite_main_rank.png);
}
section.mainArea.rank div.inner {
	overflow: visible;
	height: 284px;
	width: 1100px;
	position:relative;
	background-position: 0 0;
}
section.mainArea.rank h1.camp {
	width: 710px;
	height: 129px;
	position: absolute;
	top: 132px;
	left:193px;
	background-position: 0 130px;
}
section.mainArea.rank p.members {
	width: 536px;
	height: 53px;
	position: absolute;
	top: -5px;
	left: 285px;
	background-position: -150px 280px;
}
section.mainArea.rank p.intro {
	width: 413px;
	height: 65px;
	position: absolute;
	top: 53px;
	left: 344px;
	background-position: -150px 210px;
}
section.mainArea.rank p.no1 {
	width: 111px;
	height: 111px;
	position: absolute;
	top: -5px;
	left: 175px;
	background-position: 410px 285px;
}
section.mainArea.rank p.easy{
	width: 127px;
	height: 127px;
	position: absolute;
	top: 7px;
	left: 798px;
	background-position: 0 280px;
}




/* common style
----------------------------------------------- */
.notes {
	display: inline-block;
	*display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
	letter-spacing: normal;
	text-align: left;
	font-size: 75%;
}
ol.notes li {
	margin-bottom: 5px;
	margin-left: 1.8em;
	text-indent: -1.8em;
}
p.notes {
	margin-left: 1em;
	text-indent: -1em;
}
span.sup {
	font-size: 55%;
}
span.date {
	display: block;
	width: 100%;
	margin-top: 15px;
	text-align: right;
}

/* merit style
----------------------------------------------- */

section.meritArea {
	padding: 20px 0;
	background-color: #ffe3ad;
}
section.meritArea ul {
	overflow: hidden;
	margin-bottom: 15px;
	zoom: 1;
}
section.meritArea h2 {
	margin-bottom: 20px;
}

section.meritArea ul li {
	display: inline-block;
	*display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
	margin-right: 15px;
}

section.meritArea ul li.last {
	margin-right: 0;
}



/* A_patern
----------------------------------------------- */
section.btnArea {
	overflow: hidden;
	padding: 30px 0 25px 0;
	background-color: #ffffff;
	zoom: 1;
}
section.btnArea._bdr {
	border-top:3px solid #9c8d71;
}
section.btnArea div.btn {
	overflow: hidden;
	margin-bottom: 15px;
	background-image: url(/lp/campaign/gm/images/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	zoom: 1;
}
section.btnArea p.notes {
	font-weight: bold;
	color: #4e3402;
}
section.btnArea span.subText {
	display: inline-block;
	padding: 3px 8px;
	margin-bottom: 8px;
	font-size: 100%;
	font-weight: bold;
}
section.btnArea span.mainText {
	display: block;
	font-weight: bold;
	font-size: 175%;
}

section.btnArea div.btn a {
	width: 360px;
	display: inline-block;
	*display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
	vertical-align: top;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	padding: 11px 0;
	cursor: pointer;
}

section.btnArea div.btn .type_a a {
	padding: 11px 110px;
}

section.btnArea div.btn a p {
	width: 315px;
}

section.btnArea div.btn .type_a a p {
	width: 364px;
}

section.btnArea div a:hover {
	text-decoration: none;
}
section.btnArea div.entry a {
	float: left;
	border-bottom: 3px solid #bc7d00;
	background: #fbb523; /* Old browsers */
	background: url(../images/icon-btn-entry.png), -moz-linear-gradient(top,  #fbb523 0%, #faa517 100%); /* FF3.6+ */
	background: url(../images/icon-btn-entry.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbb523), color-stop(100%,#faa517)); /* Chrome,Safari4+ */
	background: url(../images/icon-btn-entry.png), -webkit-linear-gradient(top,  #fbb523 0%,#faa517 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/icon-btn-entry.png), -o-linear-gradient(top,  #fbb523 0%,#faa517 100%); /* Opera 11.10+ */
	background: url(../images/icon-btn-entry.png), -ms-linear-gradient(top,  #fbb523 0%,#faa517 100%); /* IE10+ */
	background: url(../images/icon-btn-entry.png), linear-gradient(to bottom,  #fbb523 0%,#faa517 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb523', endColorstr='#faa517',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: 85% 74%;
}
section.btnArea div.entry a:hover {
	border-bottom: 3px solid #d28c00;
	text-decoration: none;
	background: #fcc034; /* Old browsers */
	background: url(../images/icon-btn-entry.png), -moz-linear-gradient(top,  #fcc034 0%, #fbad1b 100%); /* FF3.6+ */
	background: url(../images/icon-btn-entry.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcc034), color-stop(100%,#fbad1b)); /* Chrome,Safari4+ */
	background: url(../images/icon-btn-entry.png), -webkit-linear-gradient(top,  #fcc034 0%,#fbad1b 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/icon-btn-entry.png), -o-linear-gradient(top,  #fcc034 0%,#fbad1b 100%); /* Opera 11.10+ */
	background: url(../images/icon-btn-entry.png), -ms-linear-gradient(top,  #fcc034 0%,#fbad1b 100%); /* IE10+ */
	background: url(../images/icon-btn-entry.png), linear-gradient(to bottom,  #fcc034 0%,#fbad1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc034', endColorstr='#fbad1b',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: 85% 74%;
}
section.btnArea div.entry a:active {
	background: url(../images/icon-btn-entry.png), #fbb01c;
	background-repeat: no-repeat;
	background-position: 85% 74%;
}
section.btnArea div.open a {
	float: right;
	border-bottom: 3px solid #ab0000;
	background: url(../images/icon-btn-open.png), #d80000; /* Old browsers */
	background: url(../images/icon-btn-open.png), -moz-linear-gradient(top,  #d80000 0%, #da0000 100%); /* FF3.6+ */
	background: url(../images/icon-btn-open.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d80000), color-stop(100%,#da0000)); /* Chrome,Safari4+ */
	background: url(../images/icon-btn-open.png), -webkit-linear-gradient(top,  #d80000 0%,#da0000 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/icon-btn-open.png), -o-linear-gradient(top,  #d80000 0%,#da0000 100%); /* Opera 11.10+ */
	background: url(../images/icon-btn-open.png), -ms-linear-gradient(top,  #d80000 0%,#da0000 100%); /* IE10+ */
	background: url(../images/icon-btn-open.png), linear-gradient(to bottom,  #d80000 0%,#da0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80000', endColorstr='#da0000',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: 88% 74%;
}

section.btnArea div.type_a a {
	background-position: 96% 56%;
}

section.btnArea div.open a:hover {
	border-bottom: 3px solid #b90000;
	text-decoration: none;
	background: url(../images/icon-btn-open.png), #e90000; /* Old browsers */
	background: url(../images/icon-btn-open.png), -moz-linear-gradient(top,  #e90000 0%, #da0000 100%); /* FF3.6+ */
	background: url(../images/icon-btn-open.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e90000), color-stop(100%,#da0000)); /* Chrome,Safari4+ */
	background: url(../images/icon-btn-open.png), -webkit-linear-gradient(top,  #e90000 0%,#da0000 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/icon-btn-open.png), -o-linear-gradient(top,  #e90000 0%,#da0000 100%); /* Opera 11.10+ */
	background: url(../images/icon-btn-open.png), -ms-linear-gradient(top,  #e90000 0%,#da0000 100%); /* IE10+ */
	background: url(../images/icon-btn-open.png), linear-gradient(to bottom,  #e90000 0%,#da0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e90000', endColorstr='#da0000',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: 88% 74%;
}

section.btnArea div.type_a a:hover {
	background-position: 96% 56%;
}

section.btnArea div.type_a a:active {
	background: url(../images/icon-btn-open.png), #d50000;
	background-repeat: no-repeat;
	background-position: 96% 56%;
}

section.btnArea div.type_a a:active {
	background-position: 96% 56%;
}

section.btnArea div.type_a a {
	float: none;
}

section.btnArea div.entry a span.subText {
	background: #4e3402;
	color: #ffffff;
}
section.btnArea div.entry a span.mainText {
	color: #4e3402;
}
section.btnArea div.open a span.subText {
	background: #ffffff;
	color: #d70000;
}

section.btnArea div.type_a a span.subText {
	color: #ffffff;
	font-size: 150%;
	background: none;
}

section.btnArea div.open a span.mainText {
	color: #ffffff;
}


/* B_patern
----------------------------------------------- */
section.btnArea {
	overflow: hidden;
	padding: 30px 0 25px 0;
	background-color: #ffffff;
	zoom: 1;
}
section.btnArea._bdr {
	border-top:3px solid #9c8d71;
}
section.btnArea div.btn {
	overflow: hidden;
	margin-bottom: 15px;
	background-image: url(/lp/campaign/gm/images/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	zoom: 1;
}
section.btnArea p.notes {
	font-weight: bold;
	color: #4e3402;
}
section.btnArea span.subText {
	display: inline-block;
	padding: 3px 8px;
	margin-bottom: 8px;
	font-size: 100%;
	font-weight: bold;
}
section.btnArea span.mainText {
	display: block;
	font-weight: bold;
	font-size: 175%;
}

section.btnArea div.btn a {
	width: 360px;
	display: inline-block;
	*display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
	vertical-align: top;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	padding: 11px 0;
	cursor: pointer;
}

section.btnArea div.btn .type_b a {
	padding: 11px 110px;
}

section.btnArea div.btn a p {
	width: 315px;
}

section.btnArea div.btn .type_b a p {
	width: 364px;
}

section.btnArea div a:hover {
	text-decoration: none;
}
section.btnArea div.entry a {
	float: left;
	border-bottom: 3px solid #bc7d00;
	background: #fbb523; /* Old browsers */
	background: url(../images/icon-btn-entry.png), -moz-linear-gradient(top,  #fbb523 0%, #faa517 100%); /* FF3.6+ */
	background: url(../images/icon-btn-entry.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbb523), color-stop(100%,#faa517)); /* Chrome,Safari4+ */
	background: url(../images/icon-btn-entry.png), -webkit-linear-gradient(top,  #fbb523 0%,#faa517 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/icon-btn-entry.png), -o-linear-gradient(top,  #fbb523 0%,#faa517 100%); /* Opera 11.10+ */
	background: url(../images/icon-btn-entry.png), -ms-linear-gradient(top,  #fbb523 0%,#faa517 100%); /* IE10+ */
	background: url(../images/icon-btn-entry.png), linear-gradient(to bottom,  #fbb523 0%,#faa517 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb523', endColorstr='#faa517',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: 85% 74%;
}
section.btnArea div.entry a:hover {
	border-bottom: 3px solid #d28c00;
	text-decoration: none;
	background: #fcc034; /* Old browsers */
	background: url(../images/icon-btn-entry.png), -moz-linear-gradient(top,  #fcc034 0%, #fbad1b 100%); /* FF3.6+ */
	background: url(../images/icon-btn-entry.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcc034), color-stop(100%,#fbad1b)); /* Chrome,Safari4+ */
	background: url(../images/icon-btn-entry.png), -webkit-linear-gradient(top,  #fcc034 0%,#fbad1b 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/icon-btn-entry.png), -o-linear-gradient(top,  #fcc034 0%,#fbad1b 100%); /* Opera 11.10+ */
	background: url(../images/icon-btn-entry.png), -ms-linear-gradient(top,  #fcc034 0%,#fbad1b 100%); /* IE10+ */
	background: url(../images/icon-btn-entry.png), linear-gradient(to bottom,  #fcc034 0%,#fbad1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc034', endColorstr='#fbad1b',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: 85% 74%;
}
section.btnArea div.entry a:active {
	background: url(../images/icon-btn-entry.png), #fbb01c;
	background-repeat: no-repeat;
	background-position: 85% 74%;
}
section.btnArea div.type_b a {
	border-bottom: 3px solid #bc7d00;
	background: #fbb523; /* Old browsers */
	background: url(../images/icon-btn-entry.png), -moz-linear-gradient(top,  #fbb523 0%, #faa517 100%); /* FF3.6+ */
	background: url(../images/icon-btn-entry.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbb523), color-stop(100%,#faa517)); /* Chrome,Safari4+ */
	background: url(../images/icon-btn-entry.png), -webkit-linear-gradient(top,  #fbb523 0%,#faa517 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/icon-btn-entry.png), -o-linear-gradient(top,  #fbb523 0%,#faa517 100%); /* Opera 11.10+ */
	background: url(../images/icon-btn-entry.png), -ms-linear-gradient(top,  #fbb523 0%,#faa517 100%); /* IE10+ */
	background: url(../images/icon-btn-entry.png), linear-gradient(to bottom,  #fbb523 0%,#faa517 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb523', endColorstr='#faa517',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: 88% 74%;
}

section.btnArea div.type_b a {
	background-position: 96% 56%;
}

section.btnArea div.type_b a:hover {
	border-bottom: 3px solid #d28c00;
	text-decoration: none;
	background: #fcc034; /* Old browsers */
	background: url(../images/icon-btn-entry.png), -moz-linear-gradient(top,  #fcc034 0%, #fbad1b 100%); /* FF3.6+ */
	background: url(../images/icon-btn-entry.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcc034), color-stop(100%,#fbad1b)); /* Chrome,Safari4+ */
	background: url(../images/icon-btn-entry.png), -webkit-linear-gradient(top,  #fcc034 0%,#fbad1b 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/icon-btn-entry.png), -o-linear-gradient(top,  #fcc034 0%,#fbad1b 100%); /* Opera 11.10+ */
	background: url(../images/icon-btn-entry.png), -ms-linear-gradient(top,  #fcc034 0%,#fbad1b 100%); /* IE10+ */
	background: url(../images/icon-btn-entry.png), linear-gradient(to bottom,  #fcc034 0%,#fbad1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc034', endColorstr='#fbad1b',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: 88% 74%;
}

section.btnArea div.type_b a:hover {
	background-position: 96% 56%;
}

section.btnArea div.type_b a:active {
	background: url(../images/icon-btn-entry.png), #fbb01c;
	background-repeat: no-repeat;
	background-position: 96% 56%;
}

section.btnArea div.type_b a:active {
	background-position: 96% 56%;
}

section.btnArea div.type_b a {
	float: none;
}

section.btnArea div.entry a span.subText {
	background: #4e3402;
	color: #ffffff;
}
section.btnArea div.entry a span.mainText {
	color: #4e3402;
}

section.btnArea div.type_b a span.subText {
	color: #4e3402;
	font-size: 150%;
	background: none;
}

section.btnArea div.open a span.mainText {
	color: #ffffff;
}

section.btnArea div.type_b a span.mainText {
	color: #4e3402;
}


/* term
----------------------------------------------- */

section.termArea {
	padding-bottom: 30px;
	background-color: #ffffff;
	color: #4e3402;
}
section.termArea div.term {
	display: inline-block;
	*display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
	padding: 20px 20px 12px;
	border: 1px solid #4e3402;
	text-align: left;
}
section.termArea dl dt {
	display: inline-block;
	*display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
	margin-bottom: 8px;
	width: 10em;
	font-weight: bold;
}
section.termArea p {
	margin-bottom:8px;
}
section.termArea dl dd {
	display: inline-block;
	*display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
}





/* contents
----------------------------------------------- */
/* common style */
section .titleArea {
  overflow: hidden;
  padding: 25px 0 5px 0;
  margin-bottom:35px;
  background-color: #0ec3e4;
  color:#ffffff;
  zoom: 1;
}
section.content {
	padding: 0 0 30px;
}
section.content._adjust20 {
	padding: 0 0 20px;
}
section.odd {
	background-color: #ffffff;
}
section.content h2 {
	margin-bottom: 25px;
}
section.content p.lead {
	font-size: 150%;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

section.content ul.feature {
	display: inline-block;
	*display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
	padding: 18px 25px 0;
	margin: 30px 0 40px;
	border: 5px solid #4e3402;
	font-size: 175%;
	letter-spacing: 2px;
	text-align: left;
}
section.content ul.feature li {
	margin-bottom: 18px;
	padding-left: 38px;
	background-image: url(/lp/campaign/gm/images/icon-check.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
section.content ul.feature li.mul {
	background-position: 0 10px;
}
section.content ul.feature li strong {
	font-size: 185%;
	vertical-align: bottom;
	line-height: 1.0;
}
section.content ul.feature li span.emph {
	font-size: 125%;
	font-weight: bold;
	line-height: 1.0;
}



/* free */
section.content div.logoList ul {
	overflow: hidden;
	margin-bottom: 10px;
	zoom: 1;
}

section.content div.logoList ul li {
	display: inline-block;
	*display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
	margin-right: 10px;
}

/* step */
section.stepArea {
	background-color: #ffffff;
}
section.content ol.step {
	overflow: hidden;
	margin-bottom: 30px;
	zoom: 1;
}
section.content ol.step li {
	display: inline-block;
	*display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
	padding-right: 24px;
	background-image:url(/lp/campaign/gm/images/newlife2015/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: 175px 50%;
}

section.content ol.step li.last {
	padding-right: 0;
}

/* details */
section.detailsArea h2 {
	margin-bottom: 10px;
	padding: 12px 10px;
	border-top: 4px solid #fbb01c;
	background-color: #4e3402;
	color: #ffffff;
	font-size: 115%;
}
section.detailsArea table {
	border: 1px solid #4e3402;
}
section.detailsArea table tr {
	border-bottom: 1px solid #4e3402;
}

section.detailsArea table tr th {
	width: 110px;
	padding: 20px;
	background-color: #f3ede2;
	border-right: 1px solid #4e3402;
	vertical-align: center;
}
section.detailsArea table tr td {
	padding: 20px 20px 5px;
	text-align: left;
}

section.detailsArea p.emph {
	font-weight: bold;
}

section.detailsArea p {
	text-align: left;
}

section.detailsArea table tr td ul,
section.detailsArea table tr td dl,
section.detailsArea table tr td p {
	margin-bottom: 15px;
}
section.detailsArea table tr td ul li {
	text-indent: -1.3em;
	margin-left: 1.3em;
	margin-bottom: 2px;
}
section.detailsArea table tr td dl dt {
	margin-bottom: 2px;
	font-weight: bold;;
}
section.detailsArea table tr td dl dd {
	margin-bottom: 2px;
}



/* フッター
----------------------------------------------- */
footer {
  font-size: 100%;
  padding: 30px 0;
  position: relative;
}
footer div.inner {
	padding-top: 15px;
	border-top: 2px solid #808080;
}
address {
  width: 750px;
  margin: auto;
  font-style: normal;
}
