@charset "utf-8";

/*************************************************************
 *	saisoncard common.css
 ************************************************************/

/**
YUI 3.10.0 (build a03ce0e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}


/* --------------------------------------------------
		base
-------------------------------------------------- */
/* Noto Sans Japanese */
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
//   src: local('Noto Sans CJK JP Regular'),
//        local('Noto Sans JP Regular'),
//        url(../fonts/NotoSansJP-Regular.woff) format('woff'),
//        url(../fonts/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
//   src: local('Noto Sans CJK JP Bold'),
//        local('Noto Sans JP Bold'),
//        url(../fonts/NotoSansJP-Bold.woff) format('woff'),
//        url(../fonts/NotoSansJP-Bold.otf) format('opentype');
}
* {
	margin: 0;
	padding: 0;
}
html {
	font-family: "Inter","Noto Sans JP",sans-serif;
	font-size: 62.5%;
	line-height: 1.65;
	color: #333333;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	overflow-y: scroll;
}
body {
	font-size: 1.6rem;
	min-width: 970px;
	overflow: hidden;
}
a {
	outline: none;
	color: #3366cc;
	text-decoration: underline;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	text-decoration: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}


/* --------------------------------------------------
		module
-------------------------------------------------- */
.m-cfx:after {
	content: "";
	display: table;
	clear: both;
}
.m-inl-blk {
	letter-spacing: -0.4em;
}
.m-inl-blk li {
	display: inline-block;
	letter-spacing: 0;
}
.m-fl {
	float: left;
}
.m-fr {
	float: right;
}
.m-tc {
	text-align: center;
}
.m-tl {
	text-align: left;
}
.m-tr {
	text-align: right;
}
.m-bold {
	font-weight: 700;
}
.m-box {
	position: relative;
}
.m-underline {
	text-decoration: underline;
}
/* color */
.m-block { color: #000000; }
.m-def   { color: #333333; }
.m-red 	 { color: #dd1111; }
.m-blue  { color: #3366cc; }
.m-gray  { color: #777777; }
.m-deepblue { color: #5b6574; }
.m-white { color: #ffffff; }
.m-yellow { color: #fff44d; }
/* font-size */
.font10 { font-size: 1.0rem; }
.font11 { font-size: 1.1rem; }
.font12 { font-size: 1.2rem; }
.font13 { font-size: 1.3rem; }
.font14 { font-size: 1.4rem; }
.font15 { font-size: 1.5rem; }
.font16 { font-size: 1.6rem; }
.font18 { font-size: 1.8rem; }
.font20 { font-size: 2.0rem; }
.font24 { font-size: 2.4rem; }
.font28 { font-size: 2.8rem; }


/* --------------------------------------------------
		parts
-------------------------------------------------- */
.p-cts__inner {
	position: relative;
	width: 930px;
	margin: 0 auto;
}
.p-cts-box {
	margin-top: 60px;
	border-radius: 10px 10px;
	border: 1px solid #d5d9dc;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0 2px 0 rgba(0,0,0,0.25);
	overflow: hidden;
}
.p-cts-box2 {
	margin-top: 0px;
	border-radius: 10px 10px;
	border: 1px solid #d5d9dc;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0 2px 0 rgba(0,0,0,0.25);
	overflow: hidden;
}
.p-cts-box__category {
	padding: 29px 29px;
	font-size: 2.8rem;
	color: #ffffff;
	background-color: #5b6573;
}
.p-cts-box__lead {
	padding: 29px 29px;
	background-color: #f7f9fb;
	border-bottom: 2px solid #ebebeb;
}
.p-cts-box__title {
	padding: 29px 29px;
	font-size: 2.8rem;
	color: #5b6574;
	border-bottom: 2px solid #ebebeb;
}
.p-cts-box__body {
	padding: 29px 29px 34px;
}
.p-h1__title {
	text-align: center;
	font-size: 3.2rem;
	line-height: 1.3;
	color: #5b6574;
}
.p-h1__title span {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.p-link01__button {
	display: block;
	width: 360px;
	margin: 0 auto;
	padding: 14px 0;
	text-align: center;
	text-decoration: none;
	font-size: 2.0rem;
	color: #ffffff;
	border-radius: 32px 32px;
	background: linear-gradient(to top, #335ea8, #3366cc);
	box-shadow: 0 6px 0 rgba(0,0,0,0.1);
}
.p-link01__button:hover {
	background: linear-gradient(to top, #3366cc, #4b7ee3);
}
.p-link01__button span {
	position: relative;
	display: inline-block;
	padding-right: 40px;
}
.p-link01__button span:before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border-radius: 50% 50%;
}
.p-link01__button span:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 3px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #3362b9;
	border-left: 2px solid #3362b9;
	transform: translate(-50%, -50%) rotate(-135deg);
}
.p-link02__button {
}
.p-link02__button:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 10px;
	margin: 0 6px;
	background-image: url(/cardapp3/simple/img/icon_out-464b318cab113bdb5f21587b581a745b.png);
}
.p-link03__button {
	display: table;
	width: 560px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	font-size: 3.2rem;
	line-height: 1.4;
	color: #ffffff;
	border-radius: 60px 60px;
	background: linear-gradient(to top, #335ea8, #3366cc);
	box-shadow: 0 6px 0 rgba(0,0,0,0.1);
}
.p-link03__button > span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.p-link03__button > span > span {
	display: block;
	font-size: 1.6rem;
}
.p-link03__button:hover {
	background: linear-gradient(to top, #3366cc, #4b7ee3);
}
.p-link03__button.green {
	background: linear-gradient(to top, #277151, #2a966a);
}
.p-link03__button.green:hover {
	background: linear-gradient(to top, #2b986b, #3cb586);
}
.p-link04__button {
	display: block;
	width: 420px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.8rem;
	color: #595647;
	padding: 20px 0;
	border-radius: 10px 10px;
	border: 1px solid #c8ced3;
	background: linear-gradient(to top, #f7f7f7, #ffffff);
	box-shadow: 0 6px 0 rgba(0,0,0,0.05);
	text-decoration: none;
}
.p-link04__button:hover {
	opacity: 0.8;
}
.p-link05__button {
	color: #333333;
	text-decoration: none;
}
.p-link05__button:hover {
	text-decoration: underline;
}
.p-link06__button {
	color: #3366cc;
	text-decoration: none;
}
.p-link06__button:hover {
	text-decoration: underline;
}
.p-link07__button {
	display: block;
	width: 420px;
	text-align: center;
	font-size: 1.8rem;
	color: #595647;
	padding: 20px 0;
	border-radius: 10px 10px;
	border: 1px solid #c8ced3;
	background: linear-gradient(to top, #f7f7f7, #ffffff);
	box-shadow: 0 6px 0 rgba(0,0,0,0.05);
	text-decoration: none;
}
.p-link07__button:hover {
	opacity: 0.8;
}
.p-link07__button span {
	display: inline-block;
	padding-left: 30px;
	background-image: url(/cardapp3/simple/img/icon_out-464b318cab113bdb5f21587b581a745b.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.p-link08__button {
	display: table;
	width: 560px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	font-size: 3.2rem;
	line-height: 1.4;
	color: #333333;
	border-radius: 60px 60px;
	background: linear-gradient(to top, #f7f7f7, #ffffff);
	box-shadow: 0 6px 0 rgba(0,0,0,0.1);
}
.p-link08__button > span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.p-link08__button:hover {
	background: linear-gradient(to top, #fcfcfc, #ffffff);
}
.p-link09__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	cursor: pointer;
	letter-spacing: 0;
	width: 70px;
	padding: 11px 0;
	font-size: 2.3rem;
	color: #3366cc;
	border: 1px solid #c8ced3;
	background: linear-gradient(to top, rgba(0,0,0,0.03) 0%, rgba(255,255,255,0.03) 50%), #ffffff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*.p-link09__button:hover {
	background: linear-gradient(to bottom, rgba(0,0,0,0.03) 0%, rgba(255,255,255,0.03) 50%);
}*/
.p-link09__button.disabled {
	cursor: default;
	color: #c8ced3;
	background: linear-gradient(to top, #f2f2f2 0%, #f6f6f6 100%), #ffffff;
}
.p-box-line {
	border: 1px solid #cbd6d9;
	padding: 29px 29px;
	background-color: #f7f9fb;
}
.p-box-line--white {
	border: 1px solid #cbd6d9;
	padding: 29px 29px;
	background-color: #ffffff;
}
[class*="p-box-line"].noline--top {
	border-top: none;
}
.p-box-alert {
	padding: 30px 30px;
	background-color: #fffe84;
	color: #dd1111;
}
.p-box-yellow {
	padding: 20px 30px;
	background-color: #fffe84;
	font-size: 1.4rem;
}
.p-box-yellow--min {
	padding: 12px 30px;
	background-color: #fffe84;
	font-size: 1.4rem;
}
.p-box-gray {
	padding: 30px 30px;
	background-color: #c8ced3;
	border-radius: 10px 10px;
}
.p-box-2line {
	border: 1px solid #dd1111;
	padding: 2px 2px;
}
.p-box-2line__inner {
	border: 1px solid #dd1111;
	padding: 26px 26px;
}
.p-idx-list > li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}
.p-idx-list--dl dd {
	text-indent: -1.0em;
	margin-left: 1.0em;
}


/* --------------------------------------------------
		form
-------------------------------------------------- */
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input::-ms-clear {
	visibility: hidden;
}
input::-ms-reveal {
	visibility: hidden;
}
::-webkit-input-placeholder {
	color: #c4c0b2;
}
::-moz-placeholder {
	color: #c4c0b2;
}
:-ms-input-placeholder {
	color: #c4c0b2;
}
button[type="button"],
button[type="submit"] {
	font-family: 'Noto Sans Japanese', sans-serif;
	cursor: pointer;
}
button[type="button"]:focus,
button[type="submit"]:focus {
	outline: none;
}
button[type="button"].p-link03__button,
button[type="submit"].p-link03__button,
button[type="button"].p-link08__button,
button[type="submit"].p-link08__button {
	display: block;
}
button[type="button"].p-link03__button > span,
button[type="submit"].p-link03__button > span,
button[type="button"].p-link08__button > span,
button[type="submit"].p-link08__button > span {
	display: block;
}
input[type="text"],
input[type="password"] {
	border: 1px solid #c8ced3;
	box-sizing: border-box;
	padding: 16px 18px;
	font-size: 1.8rem;
	border-radius: 10px 10px;
	box-shadow: 0 4px 0 rgba(0,0,0,0.05) inset;
	width: 100%;
}
input[type="text"].nonSelect,
input[type="password"].nonSelect {
	background-color: #fffce5;
	border-color: #d7d5c4;
}
input[type="text"].error,
input[type="password"].error {
	color: #dd1111;
	background-color: #ffe4e4;
	border-color: #dd1111;
}
input[type="text"]:disabled,
input[type="password"]:disabled {
	color: rgb(84,84,84);
	border-color: #c8ced3;
	background-color: #f5f5f5 !important;
}
input[readonly] {
	color: #000000;
	outline: none;
	box-shadow: none;
	border-color: #c8ced3;
	background-color: #f7f9fb;
}
select {
	cursor: pointer;
	border: 1px solid #c8ced3;
	box-sizing: border-box;
	padding: 16px 18px;
	font-size: 1.8rem;
	border-radius: 10px 10px;
	box-shadow: 0 4px 0 rgba(0,0,0,0.05);
	background-image: url(../img/icon_select01-b7bc2bb74d9711c44ad9cacaf4056807.png),
					  linear-gradient(to top, rgba(0,0,0,0.03) 0%, rgba(255,255,255,0.03) 50%);
	background-position: right center;
	background-repeat: no-repeat;
	width: 100%;
}
select::-ms-expand {
    display: none;
}
select.nonSelect {
	border-color: #d7d5c4;
	background-image: url(../img/icon_select02-4cdb3c34a911bd9c7103cd4ef1f986e5.png),
					  linear-gradient(to top, rgba(247,244,217,1) 0%, rgba(255,252,229,1) 50%);
}
select.error {
	color: #dd1111;
	border-color: #dd1111;
	background-image: url(/cardapp3/simple/img/icon_select03-b9b63f05f1f7edc8ff8a98ba7b220321.png),
					  linear-gradient(to top, rgba(255,213,213,1) 0%, rgba(255,228,228,1) 50%);
}
select:disabled {
	cursor: default;
	color: rgb(84,84,84);
	border-color: #c8ced3;
	background-color: #f5f5f5;
	background-image: url(/cardapp3/simple/img/icon_select04-47d03d56b84efe9cf04066cc2b98c6aa.png);
}
/* checkbox radio */
.icheckbox,
.iradio {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	background: url(../img/icon_check.png) no-repeat;
	border: none;
	margin-right: 15px;
}
.icheckbox {
	background-position: 0 0;
}
.icheckbox.nonSelect {
	background-position: -68px 0;
	cursor: default;
}
.icheckbox.checked {
	background-position: -34px 0;
}
.icheckbox.error {
	background-position: -136px 0;
}
.icheckbox.chekedError {
	background-position: -306px 0;
}
.iradio {
	background-position: -170px 0;
}
.iradio.nonSelect {
	background-position: -238px 0;
	cursor: default;
}
.iradio.disabled {
	background-position: -238px 0;
}
.iradio.disabled:not(.checked) {
	opacity: 0.3;
}
.iradio.error {
	background-position: -272px 0;
}
.iradio.checked {
	background-position: -204px 0;
}
/* error */
.error-tips {
	position: absolute;
	z-index: 5;
	top: -12px;
	left: 0;
	width: auto !important;
	margin-top: 0 !important;
	transform: translateY(-100%);
	pointer-events: none;
}
.error-tips .text {
	position: relative;
	color: #ffffff;
	font-size: 1.8rem;
	background-color: rgba(221,17,17,0.85);
	border-radius: 4px 4px 4px 0;
	padding: 12px 20px;
	line-height: 1.2;
}
.error-tips .text:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left-color: rgba(221,17,17,0.85);
}

/* --------------------------------------------------
		header
-------------------------------------------------- */
.header {
	position: relative;
	padding: 30px 0;
}
.header-logo {
	position: relative;
	z-index: 1;
	width: 512px;
	margin: 0 auto;
}
.header-alert {
	padding: 15px 0;
	background-color: #fffe84;
	text-align: center;
	display: none;
}
/* type-card */
.type-card.header {
	padding: 40px 0 0;
	margin-bottom: -30px;
}
.type-card.header:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background-color: #ffffff;
}
.type-card .header-logo {
	width: 690px;
}


/* --------------------------------------------------
		footer
-------------------------------------------------- */
.footer {
	border-top: 1px solid #cbd6d9;
}
.footer-info {
	padding: 50px 0;
	font-size: 1.4rem;
	border-bottom: 1px solid #999999;
}
.footer-info .title {
	color: #5b6574;
	font-weight: 700;
	margin-bottom: 5px;
}
.footer-info .name {
	color: #5b6574;
}
.footer-info .text {
	color: #444444;
	font-size: 1.6rem;
}
.footer-info .text span {
	display: inline-block;
	padding: 0 0.5em;
}
.footer-info .note {
	color: #777777;
	margin-top: 2px;
}
.footer-info .note em {
	font-size: 1.6rem;
	color: #dd1111;
}
.footer-copy {
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-copy .cookie {
	font-size: 1.4rem;
}
.footer-copy .copyright {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
}
.footer-copy .logo {
	line-height: 1.0;
}
.footer-copy .copy {
	color: #777777;
	font-size: 1.0rem;
}
.footer-copy .cookie + .copyright {
	flex: none;
	flex-direction: row-reverse;
}
.footer-copy .cookie + .copyright .logo {
	margin-left: 20px;
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	padding: 40px 0;
}
.visual-cardtype {
	text-align: center;
	color: #3366cc;
	margin-bottom: 30px;
}
.visual-cardtype span {
	display: inline-block;
	border: 1px solid #3366cc;
	border-radius: 10px 10px;
	padding: 11px 25px;
}
.p-step-navi {
	text-align: center;
	font-size: 0;
	letter-spacing: -0.4em;
}
.p-step-navi li {
	position: relative;
	display: inline-block;
	letter-spacing: 0;
	margin: 0 25px;
}
.p-step-navi li:before {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	width: 62px;
	height: 4px;
	background-color: #cbd6d9;
}
.p-step-navi li:last-child:before {
	content: none;
}
.p-step-navi li span {
	display: block;
	width: 12px;
	height: 12px;
	background-color: #cbd6d9;
	border-radius: 50% 50%;
}
.p-step-navi li.active span {
	position: absolute;
	top: -12px;
	left: -12px;
	font-size: 1.6rem;
	color: #ffffff;
	background-color: #5b6574;
	width: 36px;
	height: 36px;
	line-height: 36px;
}
.p-step-navi li.active:before {
	top: calc(50% + 4px);
}


/* --------------------------------------------------
		contents
-------------------------------------------------- */
.contents {
	border-top: 1px solid #cbd6d9;
	padding-bottom: 120px;
	background-color: #eff4f8;
}


/* --------------------------------------------------
		step-list
-------------------------------------------------- */
.step-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.step-list li {
	position: relative;
	width: 185px;
	text-align: center;
	padding: 45px 5px 20px;
	box-sizing: border-box;
	border: 1px solid #cbd6d9;
	border-radius: 10px 10px;
	color: #5b6574;
}
.step-list li:after {
	content: "";
	position: absolute;
	top: calc(50% - 20px);
	right: -55px;
	border: 20px solid transparent;
	border-left-color: #cbd6d9;
}
.step-list li:last-child:after {
	content: none;
}
.step-list li .num {
	position: absolute;
	top: -20px;
	left: calc(50% - 20px);
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.8rem;
	color: #ffffff;
	border-radius: 50% 50%;
	background-color: #3366cc;
}
.step-list li img {
	margin-bottom: 15px;
}
.step-list li .text {
	line-height: 1.4;
}
.step-list li.red {
	color: #dd1111;
	border-color: #dd1111;
}
.step-list li.red .num {
	background-color: #dd1111;
}


/* --------------------------------------------------
		kiyaku-box
-------------------------------------------------- */
.kiyaku-box {
	position: relative;
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	overflow: auto;
	border: 1px solid #cbd6d9;
	-webkit-overflow-scrolling: touch;
}
.kiyaku-box iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}


/* --------------------------------------------------
		error
-------------------------------------------------- */
.error-box {
	border: 2px solid #dd1111;
}
.error-box .p-cts-box__title {
	background-color: #dd1111;
	color: #ffffff;
	padding-left: 85px;
	background-image: url(../img/icon_error.png);
	background-size: 37px auto;
	background-repeat: no-repeat;
	background-position: 29px 50%;
	border-bottom: none;
}


/* --------------------------------------------------
		slidebars
-------------------------------------------------- */
html.id-slider, body.id-slider, [canvas=container], [off-canvas] {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
html.id-slider, body.id-slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
[canvas] {
	z-index: 1;
}
[canvas=container] {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: relative;
	background-color: #ffffff;
	-webkit-overflow-scrolling: touch;
}
[canvas=container]:before, [canvas=container]:after {
	clear: both;
	content: '';
	display: table;
}
[off-canvas] {
	display: none;
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	background-color: #f1f4f5;
	-webkit-overflow-scrolling: touch;
}
[off-canvas*=left] {
	width: 400px;
	height: 100%;
	top: 0;
	left: 0;
}
[off-canvas*=push] {
	z-index: 1;
}
[canvas], [off-canvas] {
	-webkit-transform: translate( 0px, 0px );
	    -ms-transform: translate( 0px, 0px );
	        transform: translate( 0px, 0px );
	-webkit-transition: -webkit-transform 300ms;
	        transition:         transform 300ms;
	-webkit-backface-visibility: hidden;
}
[off-canvas*=shift][off-canvas*=left] {
	-webkit-transform: translate( 50%, 0px );
	        transform: translate( 50%, 0px );
}
.sliderOpen-button {
	position: absolute;
	z-index: 10;
	display: block;
	top: 10px;
	left: 10px;
	width: 70px;
	height: 70px;
	text-indent: -9999px;
	background-image: url(/cardapp3/simple/img/slider/btn_open-fe5a2412f20be54783bcbb10273ce926.png);
}
.sliderOpen-button:hover {
	opacity: 0.7;
}
.sliderOpen-button.off {
	display: none;
}
.sliderClose-button {
	position: absolute;
	z-index: 10;
	display: block;
	top: 10px;
	right: 0;
	width: 70px;
	height: 70px;
	text-indent: -9999px;
	background-image: url(/cardapp3/simple/img/slider/btn_close-4263e0df17152d8e9c6a765b76a87533.png);
}
.sliderClose-button:hover {
	opacity: 0.7;
}
.slider-image {
	padding: 90px 20px;
}
.slider-image img {
	width: 100% !important;
	height: 100% !important;
}


/* --------------------------------------------------
		margin
-------------------------------------------------- */
/* margin-bottom */
.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mb110 { margin-bottom: 110px; }
.mb120 { margin-bottom: 120px; }
.mb130 { margin-bottom: 130px; }
.mb140 { margin-bottom: 140px; }
.mb150 { margin-bottom: 150px; }
.mb160 { margin-bottom: 160px; }
.mb170 { margin-bottom: 170px; }
.mb180 { margin-bottom: 180px; }
.mb190 { margin-bottom: 190px; }
.mb200 { margin-bottom: 200px; }
/* margin-top */
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }
.mt110 { margin-top: 110px; }
.mt120 { margin-top: 120px; }
.mt130 { margin-top: 130px; }
.mt140 { margin-top: 140px; }
.mt150 { margin-top: 150px; }
.mt160 { margin-top: 160px; }
.mt170 { margin-top: 170px; }
.mt180 { margin-top: 180px; }
.mt190 { margin-top: 190px; }
.mt200 { margin-top: 200px; }
/* margin-left */
.ml05 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.ml70 { margin-left: 70px; }
.ml80 { margin-left: 80px; }
.ml90 { margin-left: 90px; }
.ml100 { margin-left: 100px; }
.ml110 { margin-left: 110px; }
.ml120 { margin-left: 120px; }
.ml130 { margin-left: 130px; }
.ml140 { margin-left: 140px; }
.ml150 { margin-left: 150px; }
.ml160 { margin-left: 160px; }
.ml170 { margin-left: 170px; }
.ml180 { margin-left: 180px; }
.ml190 { margin-left: 190px; }
.ml200 { margin-left: 200px; }
/* margin-right */
.mr05 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.mr70 { margin-right: 70px; }
.mr80 { margin-right: 80px; }
.mr90 { margin-right: 90px; }
.mr100 { margin-right: 100px; }
.mr110 { margin-right: 110px; }
.mr120 { margin-right: 120px; }
.mr130 { margin-right: 130px; }
.mr140 { margin-right: 140px; }
.mr150 { margin-right: 150px; }
.mr160 { margin-right: 160px; }
.mr170 { margin-right: 170px; }
.mr180 { margin-right: 180px; }
.mr190 { margin-right: 190px; }
.mr200 { margin-right: 200px; }