body {
	background: #e6e6e6;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #051438;
}
p {
	margin:0;
	padding: 25px 12%;
}
a {
	-webkit-tap-highlight-color:rgba(255,255,255,0.2);
}
.container {
	margin: 0;
}

/* Header
--------------------------------------------*/

.container header {
	width: 100%;
	position: relative;
	text-align: center;
	background: #FFF;
	color: #051438;
	border-top: 1px solid #e6e6e6;

	transition: background .4s,
				box-shadow .2s;
	z-index: 10000;
}
.active header {
	/* box-shadow */
	box-shadow:0px 6px 20px 0px #e3e3e3;
	-webkit-box-shadow:0px 6px 20px 0px #e3e3e3;
	background: #185ea4;
}

/*
#home.active header { 		background: #2284c8; }
#mileage.active header {	background: #207dc2; }
#ppoint.active header {		background: #1f78bd; }
#scoin.active header {		background: #1d71b6; }
#astore.active header {		background: #1a68ad; }
*/
.container header a.menu {
	padding: 20px;
	display: block;
	color: #073190 !important;
	text-decoration: none;

	transition: color .4s;
}
.active header a.menu {
	color: #FFF !important;
}
.blank {background: #FFF;}

.menu-trigger,
.menu-trigger span {
	/*display: inline-block;*/
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 16px;
	height: 16px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #cccccc;
	border-radius: 2px;
}
.active .menu-trigger span {
	background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
	top: 8px;
}
.menu-trigger span:nth-of-type(2) {
	-webkit-transform: translateY(8px) rotate(90deg);
}
.active .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(0px) rotate(-45deg);
	transform: translateY(0px) rotate(-45deg);
}
.active .menu-trigger span:nth-of-type(2) {
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

/* contents
--------------------------------------------*/
.contents {
	background: #fff;
	display: none;
	overflow: hidden;
}
.contents article {
	padding: 0 0 20px 0;
	margin-top: 50px;
	opacity: 0;
}

.contents article.top {
	padding: 50px 0 35px 0;
}
.contents article.top div.icon {
	margin: auto;
	padding: 0 0 20px 0;
	width: 30%;
}
.contents article.top div.icon img {
	width: 100%;
}

.contents article.howto {}
.contents article.howto div.screen img {
	width: 100%;
}

.contents article .block {
	padding: 25px 0 0 0;
}
.contents article .block h3 {
	/*padding: 0 0 20px 0;*/
	padding: 0 12% 20px 12%;
}
.contents article .block p {
	padding: 0 12% 0.8em 12%;
}


.contents article.listview {
	padding: 0 12% 25px 12%;
	width: 76%;
}
.contents article.listview li {
	border-top: 1px solid #e6e6e6;
}
.contents article.listview li dl {
	display: -webkit-box; /* Safari,Google Chrome用 */
    display: -moz-box; /* Firefox用 */
}
.contents article.listview li dt,
.contents article.listview li dd {
	padding: 27px 0;
}
.contents article.listview li dt {
	width: 35%;
}
.contents article.listview li dd {
	width: 65%;
}
.contents article.listview li dt img {
	width: 100%;
}
.contents article.listview li dd.text {
	width: 100%;
}
.contents article.listview p {
	padding: 0 0 0 15px;
}

.contents article.listview ul.dcard h3 {
	padding: 26px 0 10px 0;
	text-align: center;
}
.contents article.listview ul.dcard h2 {
	padding: 16px 0;
}
.contents article.listview ul.dcard p {
	padding: 0 0 16px 0;
}
.contents article.listview ul.dcard p.note {
	padding: 10px 0 16px 0;
	font-size: 11px;
}
.contents article.listview ul.dcard p.note a:link {
	text-decoration: underline;
}
.contents article.listview ul.dcard p.applepay {
	padding: 26px 0;
	font-size: 11px;
}


/* Decoration
--------------------------------------------*/
.tcenter {	text-align: center;}
.tleft {	text-align: left;}

.f15 {	font-size: 1.1em;}
.f11 {	font-size: 0.85em;}

.b {	font-weight: bold;}