﻿@charset "utf-8";

/* * * * * * * * * * * * * * * * * * *
 * RESET BROWSER'S DEFAULT STYLES
 * * * * * * * * * * * * * * * * * * */

body, div, p,  ul, ol, li, dl, dt, dd, h1, h2, h3 ,h4 ,h5, h6,
table, th ,td, img, form {
	margin: 0;
	padding: 0;
}
ul, ol	{ list-style: none; }
img		{ border: 0; vertical-align: middle; }

/* * * * * * * * * * * * * * * * * * *
 * INITIAL STYLES
 * * * * * * * * * * * * * * * * * * */

input,
select	{ vertical-align: middle; }

/* define block for html5 new tags */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

a,
input,
textarea,
label,
select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* * * * * * * * * * * * * * * * * * *
 * FONT STYLES
 * * * * * * * * * * * * * * * * * * */
html {
	-moz-text-size-adjust: auto;
	-ms-text-size-adjust: auto;
	text-size-adjust: auto;
	font-size: 16px;
	color: #333333;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.5;
}
html, input, textarea, select {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
/* * * * * * * * * * * * * * * * * * *
 * ANCHOR STYLES
 * * * * * * * * * * * * * * * * * * */

/* NORMAL */
a, a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* * * * * * * * * * * * * * * * * * *
 * GENERAL CLASSES
 * * * * * * * * * * * * * * * * * * */

/* width */
.wa			{ width: auto; }
.w0			{ width: 0; }
.wq			{ width: 25%; }
.w33per		{ width: 33.333%; }
.wh			{ width: 50%; _width: 49.9%; }
.w3q		{ width: 75%; }
.wf			{ width: 100%; }

.mt10		{ margin-top: 10px; }
.mt20		{ margin-top: 20px; }
.mb10		{ margin-bottom: 10px; }

.pl20		{ padding-left: 20px; }

/* float */
.fl			{ float: left; }
.fr			{ float: right; }

/* clearfix */
.cf:after	{ content: ""; display: block; height: 0; clear: both; }
.cf			{ zoom: 1; }

/* position */
.pr			{ position: relative; *zoom: 1; }
.pa			{ position: absolute; }
.pf			{ position: fixed; }
.ps			{ position: static; }

/* overflow */
.ofh		{ overflow: hidden; }

/* display */
.db			{ display: block; }

/* text-align */
.tac		{ text-align: center;}


/* * * * * * * * * * * * * * * * * * *
 * STRUCTURE & SKIN STYLES
 * * * * * * * * * * * * * * * * * * */
.wrapper {
	overflow-x: hidden;
}
.scroller {
	height: 100%;
}
.main {
	position: relative;
	width: 100%;
}

.indexPage > li > a {
	display: block;
	padding: 10px;
	font-size: 20px;
	color: #333333;
	border-bottom: 1px solid #DDDDDD;
}

/* HEADER */
.globalHeader {
	width: 100%;
	height: 45px;
	background: #FFFFFF;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	z-index: 100;
}
.headerInner {
	/*height: 100%;*/
	width: 320px;
	margin: 0 auto;
}
.btnShowSideMenu {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 24px;
}
.btnShowSideMenu > img {
	position: relative;
	width:24px;
	z-index: 100;
}
.pageHeading {
	text-align: center;
	position: relative;
}
.pageHeading::after {
	content: "";
	display: block;
	position: absolute;
	top: 42px;
	width: 100%;
	height: 1px;
	/*background: #9e9e9e;*/
}
.pageTitle img {
	/*width: 150px;*/
	height: 25px;
	vertical-align: middle;
	margin-top: -10px;
}
.reloadHeading {
	text-align: right;
	position: relative;
	right: 15px;
}

.reloadBarcode > img {
	vertical-align: middle;
	margin-top: -80px;
}
/* MAINCONTENTS */
.mainContents {
	padding-bottom: 15px;
}
.introdactionApp {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
.appText{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.appBtnArea {
	display: table;
	position: relative;
	width: 100%;
}
.appBtn {
	display: table-cell;
	padding-left: 40px;
	height: 44px;
	vertical-align: middle;
	border-radius: 8px;
	background: #ffa269; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa269 0%, #f87c30 55%, #fb6f1a 56%, #f97524 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa269), color-stop(55%,#f87c30), color-stop(56%,#fb6f1a), color-stop(100%,#f97524)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa269 0%,#f87c30 55%,#fb6f1a 56%,#f97524 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa269 0%,#f87c30 55%,#fb6f1a 56%,#f97524 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa269 0%,#f87c30 55%,#fb6f1a 56%,#f97524 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffa269 0%,#f87c30 55%,#fb6f1a 56%,#f97524 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa269', endColorstr='#fb6f1a',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0px 3px 1px 0 #fda977, 0px 0px 2px 0 #c0c0c0;
	text-align: center;
	font-weight: bold;
}
.appBtn::before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 28px;
	margin-top: -14px;
	/* TODO: 本番に置かれていなく崩れがないため未使用と思われる、確認後削除 */
	background: url("http://airwait.jp/img/icn_airwallet_white.png") no-repeat;
	background-size: 30px 28px;
}
.appBtn::after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 50px;
	width: 1px;
	height: 44px;
	background: #ededed;
}
/* FOOTER */
.globalFooter {
	border-top: 2px solid #9e9e9e;
}
.footerLinkArea {
	width: 95%;
	height: 1.5em;
	list-style: none;
	margin: 5px auto 0;
}
.footerLink {
	height: 100%;
	width: 280px;
	margin: 0 auto;
}
.footerLink li {
	display: block;
	float: left;
	text-align: right;
	color: #435B67;
}
.footerLink li:after {
	content: '|';
	color: #888888;
}
.footerLink li:last-child {
	margin-right: 0;
}
.footerLink li:last-child:after {
	content: '';
}
.footerLink a,
.footerLink a:hover {
	color: #435B67;
	font-size: 12px;
}
.copyright {
	width: 100%;
	margin: 5px auto 0;
}
.copyright a {
	margin-top: 5px;
}
.copyright a,
.copyrightInner a {
	display: block;
	font-size: 10px;
	font-family: 'メイリオ';
	font-weight: bold;
	color: #435B67 !important;
	text-align: center;
}

.copyright a img {
	display: block;
	margin: 0 auto;
}

/* SIDEMENU */
.sidr{
	display: block !important;
	position: absolute;
	top: 0;
	right: 100%;
	width: 60% !important;
	overflow: hidden;
	background: #353942;
}
.sidr > ul {
	display:block;
	margin: 0 0 15px;
	padding: 0;
}
.sidr > ul > li:not(.settingTitle) {
	display: block;
	margin: 0;
	height: 48px;
	line-height: 48px;
	border-bottom: 2px solid #31353e;
}
.sidr > ul > li:nth-of-type(4) {
	border-bottom: none;
}
.sidr > ul > li > a,
.settingTitle {
	padding: 0 15px;
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #c4c7ce;
}
.sidr > ul > li > a:hover {
	background: #31353e;
	-webkit-box-shadow: inset 0 0 5px 5px rgba(42,44,49,0.7);
	-moz-box-shadow: inset 0 0 5px 5px rgba(42,44,49,0.7);
	box-shadow: inset 0 0 5px 5px rgba(42,44,49,0.7);
}
.settingTitle {
	height: 36px;
	line-height: 36px;
	background: #2a2c31;
}
