@charset "utf-8";

/* ============================================================
 Reset css
============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0 0 10px 0;
	overflow: scroll;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}

/* ============================================================
 Header Area
============================================================ */
/* gpc */

div#headergpc {
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(../images/header_bg_gpc.png);
	background-size: auto 43px;
	/* Android 2.1 support */
	-webkit-background-size: auto 43px;
	margin-bottom: 10px;
}

div#headergpc img {
	max-height:43px;
}

div#headergpc div.title {
	float: left;
}

div#headergpc div.logo {
	float: right;
}

/* gpcplus */

div#headergpcplus {
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(../images/header_bg_gpc_plus.png);
	background-size: auto 43px;
	/* Android 2.1 support */
	-webkit-background-size: auto 43px;
	margin-bottom: 10px;
}

div#headergpcplus img {
	max-height: 43px;
}

div#headergpcplus div.title {
	float: left;
}

div#headergpcplus div.logo {
	float: right;
}

/* ============================================================
 Main Menu Point Area
============================================================ */
div#point {
	padding: 0px 4px 0px 4px;
}

div#point table {
	width: 100%;
}

div#point table td.lt {
	background-image: url(../images/point_lt.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 7px;
	width: 8px;
}

div#point table td.tbg {
	background-image: url(../images/point_tbg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#point table td.rt {
	background-image: url(../images/point_rt.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 7px;
}

div#point table div.contents {
	background-color: #ededed;
	border-left: #9A9A9A 2px solid;
	border-right: #9A9A9A 2px solid;
}

div#point table td.pointtitle {
	text-align:left;
}

div#point table img.titleimg {
	float:left;
	max-height:21px;
}

div#point table td div.pointtext {
	display: block;
	float: right;
	letter-spacing: -1px;
	font-size: 32px;
	color: #000;
	width: 100%;
	text-align: right;
}

div#point table td div.pointtext img {
	max-height: 15px;
}

div#point table td.pointdetail {
	padding: 2px 5px 0px 0px;
	vertical-align: middle;
	width: 72px;
}

div#point table td.pointdetail img {
	max-height: 42px;
}

div#point table td.ld {
	width:	8px;
}

div#point table td.dbg {
	background-image: url(../images/point_dbg.png);
	background-repeat: repeat-x;
}

div#point table td.rd {
	width: 7px;
}

/* ============================================================
 Menu Common Settings Area
============================================================ */
div#menu {
	margin: 0px;
	padding: 0px 2px;
}

div#menu a {
	text-decoration: none;
}

div#menu hr {
	border: 1px #CCC solid;
}

div#menu table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div#menu table td.menuheader {
	height: 48px;
	width: 20px;
}

div#menu table td.menuheader img {
	max-height: 48px;
}

div#menu table td.bg {
	background-image: url(../images/menu_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: auto 48px;
	/* Android 2.1 support */
	-webkit-background-size: auto 48px;
	border: none;
}

div#menu table td.lbutton {
	vertical-align: bottom;
	padding-bottom: 4px;
	width: 68px;
}

div#menu table td.lbutton img{
	max-height: 35px;
}

div#menu table td.rbutton {
	vertical-align: bottom;
	padding-bottom: 4px;
	text-align: right;
	width: 68px;
}

div#menu table td.rbutton img {
	max-height: 35px;
}

div#menu table td.title {
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-top: 6px;
}

div#menu table td.ntitle {
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
}

span#tel {
	color: #1111cc;
	text-decoration:underline;
}

/* ============================================================
 Menu Main Page Settings Area
============================================================ */
div#menu div.contents {
	padding: 1px 3px 1px 3px;
	border-left: #999 1px solid;
	border-right: #999 1px solid;
	border-bottom:	#999 1px solid;
}

div#menu div.contents ul li.menutop {
	height: 48px;
	background-color: #f30;
	background-image: url(../images/menutop_arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 50px;
	/* Android 2.1 support */
	-webkit-background-size: auto 50px;
	color: #fff;
	margin-bottom: 1px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #900;
	padding-bottom: 8px;
}

div#menu div.contents ul li.menutop p {
	padding-top: 18px;
	padding-left: 6px;
}

div#menu div.contents ul li.menu {
	height: 38px;
	background-image: url(../images/menu_subtitle_bg.png);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 18px;
	margin-bottom: 1px;
	font-weight: bold;
	text-shadow: 1px 1px 1px black;
	padding-top: 5px;
}

div#menu div.contents ul li.menu p {
	padding-top: 6px;
	padding-left: 6px;
}

div#menu div.contents ul li.submenu {
	height: 44px;
	background-image: url(../images/submenu_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 14px;
	/* Android 2.1 support */
	-webkit-background-size: auto 14px;
	border-bottom: #999 1px solid;
	margin-bottom: 1px;
}

div#menu div.contents ul li.submenu p {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 12px 0 0 10px;
}

div#menu div.contents ul li.last {
	border-bottom: none;
}

/* ============================================================
 Menu Point Detail Page Settings Area
============================================================ */
/* point detail */

div#detail table {
	margin-bottom: 1px;
}

div#menu div.contentsdetail {
	padding: 0px 3px 1px 3px;
	border-left: #999 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}

div#menu div.contentsdetail ul li.pointmenu {
	height: 38px;
	background-color: #1E90FF;
	color: #fff;
	margin-bottom: 1px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 1px black;
	padding-top: 5px;
}

div#menu div.contentsdetail ul li.pointmenu p {
	padding-top: 6px;
	padding-left: 6px;
}

div#menu div.contentsdetail ul li.pointsubmenu {
	min-height: 100%;
	padding-bottom: 8px;
	color: #333;
	border-bottom: #999 1px solid;
	margin-bottom: 1px;
	padding: 5px 20px 10px 0;
	clear: right;
}

div#menu div.contentsdetail ul li.pointsubmenu p.title {
	padding-top: 4px;
	padding-left: 8px;
	font-size: 22px;
	color: #4169e1;
	font-weight: bold;
	height: 22px;
}

div#menu div.contentsdetail ul li.pointsubmenu p.point {
	padding-top: 5px;
	padding-left: 8px;
	font-size: 22px;
	text-align: right;
}

div#menu div.contentsdetail ul li.pointsubmenu p.limit {
	padding-top: 10px;
	padding-left: 8px;
	height: 20px;
}

div#menu div.contentsdetail ul li.pointsubmenu p.point span {
	font-size: 18px;
	margin-left: 3px;
}

div#menu div.contentsdetail ul li.pointsubmenu p.limit span.limitstr {
	font-size: 20px;
	color: #4169e1;
}

div#menu div.contentsdetail ul li.pointsubmenu p.limit span.limitdate {
	font-size: 18px;
	float: right;
}

div#menu div.contentsdetail ul li.pointsubmenu p.limit span.limitdatered {
	font-size: 18px;
	float: right;
	color: red;
}

div#menu div.contentsdetail ul li.pointtotal {
	color: #333;
	border-bottom: #999 1px solid;
	margin-bottom: 1px;
	padding: 5px 20px 10px 0;
}

div#menu div.contentsdetail ul li.pointtotal p.title {
	padding-top: 4px;
	padding-left: 8px;
	font-size: 22px;
	color: #4169e1;
	font-weight: bold;
	height: 22px;
}

div#menu div.contentsdetail ul li.pointtotal p.point {
	padding-top: 8px;
	padding-left: 8px;
	font-size: 22px;
	text-align: right;
}

div#menu div.contentsdetail ul li.pointtotal p.point span{
	font-size: 18px;
	margin-left: 3px;
}

/* point history */

div#menu div.contentsdetail ul li.historymsg {
	height:				80px;
	color:				#333;
	border-bottom:		#999 1px solid;
	margin-bottom:		1px;
	padding-right:		30px;
}

div#menu div.contentsdetail ul li.historymsg p {
	padding-top:	20px;
	padding-left:	8px;
	font-size:		20px;
	text-align:		center;
}

div#menu div.contentsdetail ul li.odd {
	min-height: 100%;
	background: url(../images/submenu_arrow.png) no-repeat right;
	background-color: #E8F6FA;
	color: #333;
	border-bottom: #999 1px solid;
	margin-bottom: 1px;
	padding-right: 30px;
	padding-bottom: 10px;
}

div#menu div.contentsdetail ul li.even {
	min-height: 100%;
	background: url(../images/submenu_arrow.png) no-repeat right;
	background-position: right;
	background-repeat: no-repeat;
	color: #333;
	border-bottom: #999 1px solid;
	margin-bottom: 1px;
	padding-right: 30px;
	padding-bottom: 10px;
}

div#menu div.contentsdetail ul li.historysubmenu p.date {
	padding-top: 4px;
	padding-left: 8px;
	font-size: 18px;
	color: #4169e1;
	height: 18px;
}

div#menu div.contentsdetail ul li.historysubmenu p.point {
	padding-top: 8px;
	padding-left: 8px;
	font-size: 22px;
	text-align: right;
}

div#menu div.contentsdetail ul li.historysubmenu p.status {
	padding-top: 8px;
	padding-left: 8px;
	font-size: 18px;
	word-break: break-all;
}

div#menu div.contentsdetail ul li.historysubmenu p.point span{
	padding-left: 3px;
	font-size: 18px;
}

div#menu div.contentsdetail ul li.historysubmenu p.limit span{
	padding-left: 3px;
	font-size: 18px;
}

div#menu div.contentsdetail ul li.historydetail {
	min-height: 100%;
	color: #333;
	border-bottom: #999 1px solid;
	margin-bottom: 1px;
	padding-right: 18px;
	padding-bottom: 15px;
}

div#menu div.contentsdetail ul li.historydetail p.title {
	padding-top: 4px;
	padding-left: 8px;
	font-size: 18px;
	color: #4169e1;
}

div#menu div.contentsdetail ul li.historydetail p.status {
	padding-top: 9px;
	padding-left: 8px;
	font-size: 18px;
	font-weight: bold;
	word-break: break-all;
}

div#menu div.contentsdetail ul li.historydetail p.location {
	padding-top: 9px;
	padding-left: 8px;
	font-size: 18px;
	font-weight: bold;
	word-break: break-all;
}

div#menu div.contentsdetail ul li.historydetail p.note {
	padding-top: 9px;
	padding-left: 8px;
	font-size: 18px;
	font-weight: bold;
	word-break: break-all;
}

div#menu div.contentsdetail ul li.historydetailpoint {
	height: 75px;
	color: #333;
	border-bottom: #999 1px solid;
	margin-bottom: 1px;
	padding-right: 15px;
}
div#menu div.contentsdetail ul li.historydetailpoint p.point {
	padding-top: 3px;
	padding-left: 8px;
	text-align: right;
	clear: right;
}

div#menu div.contentsdetail ul li.historydetailpoint p.point span.pointuse {
	margin-top: 6px;
	font-size: 18px;
	float: left;
	color: #4169e1;
}

div#menu div.contentsdetail ul li.historydetailpoint p.point span.pointget {
	margin-top: 6px;
	font-size: 18px;
	float: left;
	color: #4169e1;
}

div#menu div.contentsdetail ul li.historydetailpoint p.point span.pointdata {
	margin-top: 6px;
	font-size: 20px;
	float: right;
}

div#menu div.contentsdetail ul li.last {
	border-bottom: none;
}

/* ============================================================
 Menu Delete Complete Page Settings Area
============================================================ */

div#link {
	padding: 10px 5px 0 0;
	font-size: 18px;
	text-align: center;
}

div#link a{
	color: #1111cc;
	text-decoration: underline;
}

/* ============================================================
 Menu GPC Check Page Settings Area
============================================================ */
div#description {
	padding-left: 10px;
	padding-right: 10px;
}

div#description div.element {
	width: 100%;
	display: block;

}
div#description div.element p {
	margin-top: 5px;
	font-size: 20px;
}

/* ============================================================
 Menu-Box Common Settings Area
============================================================ */
div#menu div.menu-box {
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	padding: 15px 10px;
	margin-bottom: 20px;
	line-height: 1.4;
}

div#menu div.menu-box p {
	font-size: 18px;
}

div#menu p.issue-txt {
	padding: 10px 0 0 0;
	font-size: 20px;
}

div#menu div.menu-box p.submsg {
	font-size: 16px;
	color:  #4169e1;
}

div#menu div.menu-box p.submsg-afp {
	font-size: 16px;
	font-weight: bold;
	color:  #4169e1;
}

/* ============================================================
 Menu-Box Start Page Settings Area
============================================================ */
div#menu div.menu-box p.title {
	font-size: 20px;
	text-align: center;
}

div#menu div.menu-box p.subtitle {
	font-size: 18px;
}

div#menu div.menu-box span.emphasis {
	font-size: 20px;
	color: #1111cc;
}

div#supported-version p {
	text-align: center;
	font-size: 16px;
}

div#tos {
	padding-top: 10px;
	font-size: 12px;
	padding: 20px 15px;
}


/* ============================================================
 Menu-Box Edy Page Settings Area
============================================================ */
div#menu div.menu-box p.edy {
	text-align: center;
	font-size: 20px;
}

div#menu div.menu-box img.edylogo {
    display:block;
    margin: 0 auto;
	text-align: center;
	margin-bottom:	5px;
}

div#edybanner {
	text-align: center;
	margin: 0px auto;
	width: 275px;
	margin-bottom: 10px;
	display: block;
	color:  #4169e1;
	border: #4169e1 2px solid;
	font-weight: bold;
	text-decoration: none;
	font-size: 22px;
	border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	padding: 4px;
}

/* ============================================================
 Menu-Box GPCNumber Page Settings Area
============================================================ */
div#menu div.menu-box div.gpcnumber {
	padding: 0px 2px 1px 2px;
}

div#menu div.menu-box div.gpcnumber ul li.title {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 26px;
	color: #4169e1;
	font-weight: bold;
	text-align: center;
}

div#menu div.menu-box div.gpcnumber ul li.number {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 8px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

div#menu div.menu-box div.gpcnumber ul li.msg {
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

/* ============================================================
 Menu-Box Rule Page Settings Area
============================================================ */
div#menu div.menu-box ul.mainmsg {
	margin: 0 0 0 40px;
	padding: 10px 0 0 0;
	font-size: 20px;
}

div#menu div.menu-box ul.mainmsg li {
	padding: 0 0 30px 0;
	list-style: decimal;
}

/* ============================================================
 Menu-Box Help Page Settings Area
============================================================ */
div#menu div.menu-box ul.helpmsg {
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	font-size: 20px;
}

div#menu div.menu-box ul.helpmsg li {
	padding: 0 0 15px 0;
	list-style: none;
}

div#menu div.menu-box ul.helpmsg li a {
	color: #1111cc;
	text-decoration: underline;
}

/* ============================================================
 Menu-Box Issue Select Page Settings Area
============================================================ */
div#menu div.menu-box ul.issueSelectTxt {
	margin: 0 0 0 30px;
	padding: 10px 0 0 0;
	font-size: 20px;
}

div#menu div.menu-box ul.issueSelectTxt li {
	padding: 0 0 30px 0;
	list-style: none;
	text-indent: -30px;
}

/* ============================================================
 Footer Area
============================================================ */
div#footer {
	padding-top: 20px;
	font-size: 12px;
	text-align: center;
}

/* ============================================================
 Form Settings Area
============================================================ */
div#button {
	text-align: center;
}

div#button div.element {
	margin: 0px auto;
	width: 275px;
	margin-bottom: 10px;
}

div#button div.element a {
	display: block;
	color: #fff;
	font-weight: bold;
	border: #122DA6 1px solid;
	text-decoration: none;
	font-size: 24px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	padding: 10px;
	background: -moz-linear-gradient(center top, #6297D9 0%,#0056B5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6297D9),color-stop(1, #0056B5));
}

div#button div.element input.inputbutton {
	display: block;
	color: #fff;
	font-weight: bold;
	border: #122DA6 1px solid;
	text-decoration: none;
	font-size: 24px;
	width: 275px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	padding: 10px;
	background: -moz-linear-gradient(center top, #6297D9 0%,#0056B5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6297D9),color-stop(1, #0056B5));
}

div#menu div.textarea p {
	margin-top: 15px;
	font-size: 16px;
	height: 20px;
}

div#menu div.textarea input.inputtext {
	display: block;
	border: #122DA6 1px solid;
	text-decoration: none;
	font-size: 26px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	width: 100%;
}

div#menu div.birthday {
	background: #FFF;
	margin-top: 5px !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div#menu div.birthday div.selectarea select {
	border: #122DA6 1px solid;
	text-decoration: none;
	font-size: 26px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	width: 100%;
	background: #FFF;
}

div#menu div.birthday div.selectarea {
	box-sizing: border-box;
}

div#menu div.birthday div.selectarea select.year{
	width: 85px;
}

div#menu div.birthday div.selectarea select.month{
	width: 65px;
}

div#menu div.birthday div.selectarea select.day{
	width: 65px;
}

div#menu div.textarea div.gpccheck {
	text-align: center;
}

div#menu div.textarea div.gpccheck input.gpcnumber {
	text-align: center;
	border: #122DA6 1px solid;
	text-decoration: none;
	font-size: 26px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

/* ============================================================
 Animation Settings Area
============================================================ */
/* animation commom settings */
#normal {
	display:none;
}

#err {
	display:none;
}

#ic {
	display:none;
}

#ec {
	display:none;
}

#gpc {
	display:none;
}

#store {
	display:none;
}

#processing {
	display:none;
}

#edycancelchk {
	display:none;
}

#jsvalid {
	display:none;
}

/* point detail page */
#detail {
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	width: 100%;
}

#historydetail {
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	display: none;
	margin-left: 105%;
	width: 100%;
}

div#menu div.historydetaillist {
	-moz-transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
	display: none;
}
