﻿@charset "utf-8";

/* manabipoint CSS */

/* header
-------------------------------  */
body#manabipoint header.manabipoint-header {
	margin: 0 0 5em 0;
	padding: 0;
	clear: both;
	display: block;
}
@media only screen and (max-width: 40.063em) {
	body#manabipoint header.manabipoint-header {
		margin: 0 0 1.85em 0;
		clear: both;
		display: block;
	}
}
body#manabipoint div.pointColumn {
	margin:0 0 5rem 0;
}
dl.getPersons {
	margin:0;
	padding: 0.5em;
	background: #e6e6e6;
}
dl.getPersons dd.YearBlock {
	font-size: 75%;
	font-weight: normal;
	margin: 0;
	padding: 0.5em;
}

dl.getPersons dt.yearTitle {
	background: #fff;
	margin:0;
	padding: 0.5em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color:#ff33bb;
	border: 1px solid #ff33bb;
}
dl.getPersons dt.prize {
	background: #ffe6e6;
	color: #800000;
	margin-top: 1.5em;
	border-left: 5px solid #800000;
	padding: 0.5em;
}
dl.getPersons dd.cardNumber {
	background: #fff;
	font-size: 75%;
	padding: 0.5em 0.5em 0 0.5em;
	margin: 0;
	border-bottom: 1px solid ddd;
}
dl.getPersons dd.getMemberName {
	background: #fff;
	font-size: 112%;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 1.5em;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
dl.getPersons dd.getMemberName:after {
	content: "様";
	font-size: 75%;
	margin-left: 1em;
	color: #737373;
}
dl.getPersons dd.other {
	padding:0.5em ;
	background: #fff;
	text-align: right;
}


/*  tantou 
===================================  */
.testimonial-block-vertical {
	margin: 0 0 3em 0;
}
.testimonial-block-vertical-quote {
  background: rgba(255,199,237,0.2);
  padding: 1rem;
  border-radius: 0;
  margin-bottom: 1.875rem;
  position: relative;
}

.testimonial-block-vertical-quote p {
  margin-bottom: 0;
}

.testimonial-block-vertical-quote::after {
  content: '';
  bottom: -1.25rem;
  left: 2.25rem;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 1.25rem 1.125rem 0 1.125rem;
  border-color: rgba(255,199,237,0.2) transparent transparent transparent;
  position: absolute;
}

.testimonial-block-vertical-person {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.65rem;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial-block-vertical-avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
	border: 1px solid #ffb3d9;
}

.testimonial-block-vertical-name {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 0.65rem;
}

.testimonial-block-vertical-info {
  text-transform: uppercase;
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 0;
  margin-left: 0.65rem;
}

body#manabipoint h2 {
	color: #ff33bb;
	padding:0.5em 0;
}

table.pointTBL {
	margin: 3em 0;
	color: #222;
}
table.pointTBL tr.pointTBL_TR th, 
table.pointTBL tr.pointTBL_TR td {
	background: #ff66cc;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
table.pointTBL th {
	text-align: left;
	line-height: 1.8;
}
table.pointTBL td.pt {
	text-align: right;
}
img.point_image {
	margin-bottom: 2em;
	clear: both;
}

/* callout 
=================================  */
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa; 
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color:#fff3d9; 
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }

  .callout.magenda {
    background-color: #ff0066; 
    color: #fff; }

  .callout.green {
    background-color: #339966; 
    color: #fff; }

  .callout.magenda h3,
  .callout.magenda p,
  .callout.green h3,
  .callout.green p {
	color: #fff;
	border: none;
}
  .callout.magenda h3,
  .callout.green h3 {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.3em;
}
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }
.pointPanel h3{
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.3em;
	color: #ff33bb;
}
body#manabipoint h4 {
	color: #ff33bb;
	border-bottom: 1px solid #ff33bb;
	padding-bottom: 0.2em;
	margin: 1.85em 0 0.5em 0;
}

body#manabipoint ul li strong,
body#manabipoint ol li strong {
	color: #ff33bb;
}
div.whiteYellow {
	background: #ffffcc;
	border: 2px solid #cccc00;
}
div.whiteYellowh4 {
	margin: 0;
	padding: 0;
}

