/* CSS Document */

/**
 * member
*/

.conversionBtn .conversionBtnLogin a {
	width: 50%;
}

@media screen and (max-width: 479px) {
	
.conversionBtn .conversionBtnLogin a { width: 80%; }
	
}

iframe{
	width:550px;
/*	height:480px;*/
	height:630px;
	margin:0 auto 20px;
}

.memberIframeWrap{
	text-align:center;
}

a.button {
    background: url(/images/bg_button_a.gif") no-repeat scroll right top transparent;
    color: #fff;
    display: block;
    float: left;
    font: bold 12px arial,sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-align: center;
    text-decoration: none;
    width: 175px;
}
html > body a.button {
    width: 158px;
}
a.button:hover {
    text-decoration: none;
}
a.button span {
    background: url(/images/bg_button_span.gif") no-repeat scroll 0 0 transparent;
    color: #fff;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:hover {
    background-position: right bottom;
    color: #fff;
    outline: medium none;
}
a.button:hover span {
    background-position: left bottom;
    padding: 6px 0 4px 18px;
}
#member_navi {
    clear: both;
    height: 34px;
    padding: 5px 0 0 3px;
	margin:0 auto;
		width:550px;
}
a.toplink {
    background: url(/images/bg_button_top_a.gif") no-repeat scroll right top transparent;
}
a.toplink span {
    background: url(/images/bg_button_top_span.gif") no-repeat scroll 0 0 transparent;
}



/**
 * member stuts logout
*/
.modalLoginAncWrap{
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	margin:30px auto 20px;
}

.memTitle{
	color:#3361ad;
	padding:0 10px;
	font-size:1.6rem;
	margin:20px 0 30px;
}

#memLoginFormWrap{
	text-align:center;
	padding:0 10px;
}

#memLoginForm{
	text-align:left;
	padding:15px 0 0;
	max-width:400px;
	margin:0 auto;
	background:#dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#memLoginForm div{
	font-weight:bold;
	font-size:1.2rem;
	padding-left:6px;
	margin-top:-26px;
}

#memLoginForm span{
	float:left;
	width:29%;
	display:block;
	margin:2%;
	font-size:1.2rem;
}


#memLoginForm input{
	width:90%;
}

.memLoginSubmit{
	padding-top:12px;
}

#memLoginForm .memLoginSubmit input{
	width:100%;
}

.memExplain dt, .memExplain dd{
	float:left;
	margin:0;
	padding:0;
	text-align:left;
}

.memExplain dt{
	width:20%;
	clear:left;
	text-align:center;
	height:80px;
	margin-top:20px;
}

.memExplain dd{
	 width:75%;
	 font-weight:bold;
	 line-height:1.8rem;
	 padding:10px 0;
	 margin-top:20px;
}

.memExplain dt span{
	width:48px;
	height:32px;
	padding-top:16px;
	margin:auto;
	color:#fff;
	font-weight:bold;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display:block;
	text-align:center;
	/*box-shadow:#ffffff 0px 0px 0px 2px inset;
	-webkit-box-shadow:#ffffff 0px 0px 0px 2px inset;
	-moz-box-shadow:#ffffff 0px 0px 0px 2px inset;*/
}

@media screen and (min-width:480px){
.memExplain dt span{
	width:80px;
	height:50px;
	padding-top:30px;
	font-size:1.8rem;
}
}
.memExIn01 span{
	background:#d53735;
	border:1px solid #d53735;
}

.memExIn02 span{
	background:#d53735;
	border:1px solid #d53735;
}

.memExIn03 span{
	background:#d53735;
	border:1px solid #d53735;
}

.memExIn04 span{
	background:#d53735;
	border:1px solid #d53735;
}

.memExTit01 span{
	color:#d53735;
}

.memExTit02 span{
	color:#d53735;
}

.memExTit03 span{
	color:#d53735;
}

.memExTit04 span{
	color:#d53735;
}

.memExplain .memExDet{
	font-weight:normal;
	border-top:1px dashed #333;
	margin-top:0px;
}

.memPoint{
	margin: 5%;
	padding:20px 0 10px;
	background: #f9fbff;
	background: -moz-linear-gradient(top,  #f9fbff 0%, #ddeaff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fbff), color-stop(100%,#ddeaff));
	background: -webkit-linear-gradient(top,  #f9fbff 0%,#ddeaff 100%);
	background: -o-linear-gradient(top,  #f9fbff 0%,#ddeaff 100%);
	background: -ms-linear-gradient(top,  #f9fbff 0%,#ddeaff 100%);
	background: linear-gradient(to bottom,  #f9fbff 0%,#ddeaff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fbff', endColorstr='#ddeaff',GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 3px 0px ;
	text-shadow: 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
}

.memPoint dt, .memPoint dd{
	margin: 0;
	padding: 5px 0;
	float:left;
	font-size:1.6rem;
	font-weight:bold;
}

.memPoint dt{
	text-align:right;
	margin-right:2%;
	width:40%;
}

.memPoint dt span{
	color:#f00;
}

.memPointAttention {
	width: 100%;
}

.memPointAttention ul {
	width: 90%;
	padding:20px 0;
	font-size:1.0rem;
	font-weight:normal;
	text-shadow:none;
	margin: 0 auto !important;
}

.memPointAttention ul li {
	line-height: 1.4rem;
}

.memAfter50{
	text-align:center;
	font-size:1.8rem;
	margin:30px auto;
}

.memAfter50 span{
	color:#f00;
	font-size:2.0rem;
}

.memPlatinum{
	text-align:center;
	margin:20px 5% 40px;
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e5e5e5',GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow:rgba(51, 51, 51, 0.5) 0px 0px 0px 1px;
	-webkit-box-shadow:rgba(51, 51, 51, 0.5) 0px 0px 0px 1px;
	-moz-box-shadow:rgba(51, 51, 51, 0.5) 0px 0px 0px 1px;
	padding:10px;
}

.memPlatinum p{
	text-align:left;
	color:#d62654;
	text-shadow: 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
	font-size:1.2rem;
	padding:5px;
}

.memToS{
	padding:10px;
	text-align: left;
}

.memToS li{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:10px;
	line-height:1.6rem;
}

/* 会員ログインボタン */
.conversionBtnLoginWrap li{
	margin: 0 auto 0 auto;
	text-align:center;
	box-sizing:border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* 会員ログインボタン */
.conversionBtnLoginWrap li a{
	display:inline-block;
	box-sizing: border-box;
	padding: 2.2em 0;
	box-sizing:border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight:bold;
	font-size:1.3em;
	color:#ffffff;
	/*border:2px solid #e1e1e1;*/
	width: 100%;
}

/* 会員ログインボタン */
@media screen and (max-width:479px){
	.conversionBtnLoginWrap li a{
		font-size:1.2rem;
		padding: 2em 0;
	}
}

/* 会員ログインボタン */
.conversionBtnLogin a{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f02945;
	background: -moz-linear-gradient(top,  #ff0024 0%, #f02945 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0024), color-stop(100%,#f02945));
	background: -webkit-linear-gradient(top,  #ff0024 0%,#f02945 100%);
	background: -o-linear-gradient(top,  #ff0024 0%,#f02945 100%);
	background: -ms-linear-gradient(top,  #ff0024 0%,#f02945 100%);
	background: linear-gradient(to bottom,  #ff0024 0%,#f02945 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0024', endColorstr='#f02945',GradientType=0 );
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	border:1px solid #f02945;
}


.loginBox {
	box-sizing: border-box;
    color: #333;
    font-size: 1.2rem;
    white-space: nowrap;
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-content: stretch;
	align-items: center;
    position: relative;
	text-align: center;
    margin: 0 0 30px 0;
	
}
.loginBox.logoutMode {
vertical-align: middle;
}


#member #contWrap .loginBox {
	text-align: center;
	margin: 0 0 300px 0 !important;
}

.loginBox input[type="submit"]{
	font-size: 12px;
}

.aboutMbr {
	width: 98%;
	line-height: 2.2rem;
	margin: 0 auto 10px auto;
}

#contWrap .loginBox form {
	width: 98%;
	margin: 0 auto;
}

#contWrap .loginBox form, #contWrap .loginBox form span {
	background: none !important;
	padding: 0;
}

.loginAlert {
	text-align: center;
	margin: 0 0 20px 0;
	color: #e02d8f;
}

.telBtn a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f02945;
	background: -moz-linear-gradient(top,  #ff0024 0%, #f02945 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0024), color-stop(100%,#f02945));
	background: -webkit-linear-gradient(top,  #ff0024 0%,#f02945 100%);
	background: -o-linear-gradient(top,  #ff0024 0%,#f02945 100%);
	background: -ms-linear-gradient(top,  #ff0024 0%,#f02945 100%);
	background: linear-gradient(to bottom,  #ff0024 0%,#f02945 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0024', endColorstr='#f02945',GradientType=0 );
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	border:1px solid #f02945;

	display: block;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.8rem;
	width: 40%;
	min-height: 44px;
	line-height: 2.2rem;
	vertical-align: middle;
	text-indent: 0;
	padding: 7px 0 5px 0;
}

@media screen and (max-width: 480px) {
	.telBtn a { width: 70%; }
}

.telBtn a i {
	padding: 0 5px 0 0;
	display: inline-block;
}

.telBtn span {
	font-size: 1.2rem;
	font-weight: normal;
	display: block;
	
}

.memExDet ul li {
	padding: 0 0 5px 0;
	padding-left: 1rem;
	text-indent: -1rem;
	list-style: disc;
	list-style-position: inside;
}
.smalltxt{
	font-size: 12px;
}

/*ポイント移行*/
.pointTransferWrap {
    margin-top: 2%;
}

.pointTransferWrap .pointTransferTitle{
	font-weight: bold;
	color: #d53735;
}

.pointTransferWrap .pointTransferBox{
	font-weight: bold;
    background: #fff9c9;
    padding: 3%;
    border-radius: 8px;
    border: 3px solid #f36ac2;
    margin-bottom: 2%;
}

