@charset "Shift_JIS";
html {
	position: relative;
}

html,body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #fce8e6;
}

#lower .btn02 {
	width: 92%;
	margin: 1em 4%;
	padding: 0;
	background: transparent;
	font-weight: bold;
}
main[role="main"]  {
	margin-bottom: 20px;
}
footer {
	position: static;
	bottom: 0;
	width: 100%;
}

main[role="main"] .card_select_area section > h1 {
	padding: 1em 4%;
	background: -moz-linear-gradient(top,  rgba(255,248,234,1) 0%, rgba(249,236,209,1) 50%, rgba(235,221,195,1) 51%, rgba(233,212,171,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,248,234,1)), color-stop(50%,rgba(249,236,209,1)), color-stop(51%,rgba(235,221,195,1)), color-stop(100%,rgba(233,212,171,1)));
	background: -webkit-linear-gradient(top,  rgba(255,248,234,1) 0%,rgba(249,236,209,1) 50%,rgba(235,221,195,1) 51%,rgba(233,212,171,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,248,234,1) 0%,rgba(249,236,209,1) 50%,rgba(235,221,195,1) 51%,rgba(233,212,171,1) 100%);
	text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	-mox-text-shadow: 1px 1px 0 #fff;
}
main[role="main"]  .card_select_area section > h1 strong {
	display: block;
	font-size: 1.667em;
}

#lower .card_list ul li a {
	display: block;
	position: relative;
	padding: 4%;
	font-size: 0.833em;
}
#lower .card_list ul li a img {
	vertical-align: middle;
}
#lower .card_list ul li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	width: 1.7em;
	height: 1.7em;
	margin-top: -0.85em;
	background: #605f5f url(/smp/gecard/otomate/application/img/ico_arrow.png) center center no-repeat;
	background-size: 0.7em 0.9em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
}
#lower .card_list ul li:nth-child(odd) a {
	background: #fff;
}
#lower .card_list ul li:nth-child(even) a {
	background: #feefef;
}


#lower .card_list ul li a > * {
	display: inline-block;
	vertical-align: middle;
}

#lower .card_list ul li a > p {
	margin-left: 2%;
}




/*login*/
main[role="main"] .member_select_area section h1 strong {
	display: block;
	margin: 0.929em 0;
	text-align: center;
	font-size: 1.167em ;
	font-weight: bold;
}
main[role="main"] .member_select_area section > div {
	background: #fff;
	margin: 0 4%;
	padding: 4%;
}
main[role="main"] .member_select_area section > div h2 {
	margin-bottom: 0.667em;
}
main[role="main"] .member_select_area section > div ul > li {
	margin-bottom: 2.250em;
}
main[role="main"] .member_select_area section > div ul > li a {
	display: block;
	position: relative;
	width: 100%;
	padding: 1em;
	background: #ff959c;
	font-weight: bold;
	font-size: 1.083em;
	border: 1px solid #555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	-mox-text-shadow: 1px 1px 0 #fff;
	box-shadow:rgb(255, 255, 255) 0px -1px 1px 0px inset;
	-webkit-box-shadow:rgb(255, 255, 255) 0px -1px 1px 0px inset;
	-moz-box-shadow:rgb(255, 255, 255) 0px -1px 1px 0px inset;
}
main[role="main"] .member_select_area section > div ul > li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	width: 1.7em;
	height: 1.7em;
	margin-top: -0.85em;
	background: #333 url(/smp/gecard/otomate/application/img/ico_arrow.png) center center no-repeat;
	background-size: 0.7em 0.9em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
}

#lower main[role="main"] .member_select_area .btn02 {
	width: 84%;
	margin-left: auto;
	margin-right: auto;
}


