@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	color: #3c3c3c;
	line-height: 1.4;
	word-wrap: break-word;
	width:100%;
	font-size: 12px;
	vertical-align:middle;
}
/*link*/

a:link{color:#3c3c3c;text-decoration:underline;}
a:visited{color:#3c3c3c;text-decoration:underline;}
a:hover{color:#3c3c3c;text-decoration:none;}
a:active{color:#3c3c3c;text-decoration:none;}


img {border: none; width:auto; height: auto; max-width:100%; max-height: 100%;vertical-align:bottom;}

.wrap{
	width:100%;
	text-align:center;
	overflow: hidden;
}
.i-block{
	display:inline-block;
}
.flex-box{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
	box-pack: center;

	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	box-align: center;
}
header .flex-box{
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
}
header{
	width:100%;
	overflow:hidden;
	border-bottom:#e61e0a solid 2px;
}
header .btn-back{
	display:block;
	width:15.6%;
	max-width:100px;
	border-left:#dddddd solid 1px;
}
header .btn-home{
	display:block;
	width:15.6%;
	max-width:100px;
	border-right:#dddddd solid 1px;
}
header h1{
	width:60%;
	text-align:center;
	font-weight:bold;
}
h2.logo{
	text-align:center;
	width:65.65%;
	margin:0 auto;
}
.container{
	width:100%;
	max-width:640px;
	text-align:left;
	margin:0 auto;
	box-sizing:border-box;
	padding:0 10px;
}
.container2{
	width:100%;
	max-width:640px;
	text-align:left;
	margin:0 auto;
	box-sizing:border-box;
	padding:0 0;
}

.ttl-bgc1{
	background-color:#f4f0ea;
	color:#636363;
	padding:5px 0;
	margin-bottom:10px;
}
.t-read{
	line-height:1.6;
}
.t-atten{
	padding:5px 0 0;
}
.t-main{
	color:#aca69f;
}
.t-error{
	padding:5px 0 0;
	color:#b94a48;
	font-weight: bold;
}


input,button,select,textarea{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
}
input[type=text],input[type=email],input[type=password],select,textarea{
	padding:5px;
	width:100%;
	font-weight:normal;
	color:#3c3c3c;
	box-sizing:border-box;
}
select{width:35%;}
.error{
	border:#b94a48 solid 1px;
}
.btn-holder{
	width:100%;
	position:relative;
}
.btn-holder > a > span > img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	max-height: 30px;
}

.w85{
	width:85%;
	margin-left:auto;
	margin-right:auto;
}
.w80{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.w70{
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
.w54{
	width:54%;
	margin-left:auto;
	margin-right:auto;
}
.w50{
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
.w49{
	width:49% !important;
}
.w48{
	width:48%;
	margin-left:auto;
	margin-right:auto;
}
.w45{
	width:45%;
	margin-left:auto;
	margin-right:auto;
}
.w42{
	width:42%;
	margin-left:auto;
	margin-right:auto;
}

.btn-holder.disabled{
	background:url(../gif/btn_base_disable.gif) no-repeat 0 0;
	background-size:contain;
}
.btn-holder.disabled img{
	visibility:hidden;
}

.btn-holder button,
.btn-holder a{
	cursor: pointer;
	-webkit-appearance: none;
	color:#FFF;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:none;
	border:none;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
}
.btn-holder p{
	-webkit-appearance: none;
	color:#FFF;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:none;
	border:none;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
}

.btn-holder.w42.left{
	padding:0 1%;
}
.btn-holder.w42.left > img {
	max-width: 100%;
}
.btn-holder.w54.right{
	padding:0 1%;
}
.btn-holder.w54.right > img {
	max-width: 100%;
}
.btn-holder.w48.left{
	padding:0 1%;
}
.btn-holder.w48.right{
	padding:0 1%;
}

.em1{
	padding-left:1em;
	text-indent:-1em;
}
.bold{font-weight:bold;}
.center{ text-align:center;}

.color-green{ color:#69bfab; }
.color-red{ color:#d72617; }
.color-gray{ color:#928e88; }
.color-gray2{ color:#999999; }
.color-white{ color:#fff; }

.font-09{font-size:9px;}
.font-10{font-size:10px;}
.font-11{font-size:11px;}
.font-12{font-size:12px;}
.font-13{font-size:13px;}
.font-14{font-size:14px;}
.font-16{font-size:16px;}
.font-18{font-size:18px;}
.font-20{font-size:20px;}
.font-22{font-size:22px;}
.font-23{font-size:23px;}
.font-28{font-size:28px;}
.font-34{font-size:34px;}
.indent-1{padding-left: 1em; text-indent:-1em;}

@media screen and (min-width: 640px) {
	.font-09{font-size:13px;}
	.font-10{font-size:14px;}
	.font-11{font-size:15px;}
	.font-12{font-size:16px;}
	.font-13{font-size:18px;}
	.font-14{font-size:20px;}
	.font-16{font-size:22px;}
	.font-18{font-size:24px;}
	.font-20{font-size:26px;}
	.font-22{font-size:28px;}
	.font-23{font-size:29px;}
	.font-28{font-size:34px;}
	.font-34{font-size:40px;}
	.container{ padding:0 20px;}
	.container2{ padding:0 0;}
}
.completepic{
	padding-top:8%;
}

/* .utils
*******************************/

.txt-link-blank{
	display:inline-block;
	background:url(../png/icon_openwindow.png) no-repeat right center;
	background-size:22px auto ;
	padding-right:30px;
}
@media screen and (min-width: 640px) {
	.txt-link-blank{
		background:url(../png/icon_openwindow.png) no-repeat right center;
		background-size:26px auto;
		padding-right:36px;
	}
}


.pb5 { padding-bottom: 5px;}
.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb25 { padding-bottom: 25px;}
.pb30 { padding-bottom: 30px;}
.pb35 { padding-bottom: 35px;}
.pb40 { padding-bottom: 40px;}
.pb45 { padding-bottom: 45px;}
.pb50 { padding-bottom: 50px;}
.pb55 { padding-bottom: 55px;}
.pb80 { padding-bottom: 80px;}
.pb150 { padding-bottom: 150px;}

.pt5 { padding-top: 5px;}
.pt10 { padding-top: 10px;}
.pt15 { padding-top: 15px;}
.pt20 { padding-top: 20px;}
.pt25 { padding-top: 25px;}
.pt30 { padding-top: 30px;}
.pt35 { padding-top: 35px;}
.pt40 { padding-top: 40px;}
.pt45 { padding-top: 45px;}
.pt50 { padding-top: 50px;}
.pt55 { padding-top: 55px;}
.pt80 { padding-top: 80px;}
.pt150 { padding-top: 150px;}

.pl10 { padding-left: 10px;}
.pl15 { padding-left: 15px;}
.pl40 { padding-left: 40px;}

.mb5 { 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;}
.mb55 { margin-bottom: 55px;}
.mb150 { margin-bottom: 150px;}

.mt5 { margin-top: 5px;}
.mt8 { margin-top: 8px;}
.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;}
.mt55 { margin-top: 55px;}
.mt150 { margin-top: 150px;}

.ml5 { margin-left: 5px;}
.ml10 { margin-left: 10px;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
.left {float: left;}
.left > img {max-width: 49%;}
.right {float: right;}
.right > img {max-width: 49%;}
.question,.answer {
	margin: 0 0 0 25px;
	display: inherit;
}
.year-select{ width: 8em; }
.border {
	border-top: 1px dotted #aca69f;
}
.border-around {
	border: 1px solid #b0b0ae;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.block {
	display: block;
}
.disp-none {
	display: none;
}



/* ダイアログ：magnific-popup
***************************************************************/

#dialogWindow {
	text-align: center;
	margin: 0 10px;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#dialogWindow .btn-holder {
	margin: 0 5px;
	z-index: 1;
}
.mfp-close {
	display: none !important;
}
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	/*-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8); */
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	/*-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1); */
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	/*-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8); */

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/* 共通：タイトル・背景
***************************************************************/

.box-bgc1{
	line-height:1.6;
	padding:10px;
	box-sizing:border-box;
	background-color:#f4f0ea;
	color:#636363;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
dl.box-bgc1{
	padding: 20px 20px 10px 20px;
	line-height: 1.4;
}
.box-bgc1 dt{
	float: left;
	width: 35%;
	padding: 0 15px 10px 0;
}
.box-bgc1 dt span{
	float: right;
}
.box-bgc1 dd{
	margin: 0 0 0 41%;
	padding: 0 0 10px 0;
}
.box-bgc2{
	line-height:1.6;
	padding:10px;
	box-sizing:border-box;
	background-color:#f4f0ea;
	color:#3c3c3c;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.box-bgc3{
	padding:20px;
	box-sizing:border-box;
	background-color:#fff;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.box-bgc4{
	line-height:1.6;
	padding:15px 0;
	box-sizing:border-box;
	background-color:#fff;
	color:#3c3c3c;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: left;
}
.box-bgc4 p{
	padding: 0 10px;
}
.box-bgc5{
	line-height:1.6;
	padding:5px 0;
	box-sizing:border-box;
	background-color:#e9e1d5;
	color:#3c3c3c;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #d6ccbe;
	text-align: left;
	font-weight: bold;
}
.box-bgc5 img {
	margin: 0 20px;
	vertical-align: middle;
	max-height: 56px;
}
.box-bgc5 a {
	text-decoration: none;
	display: block;
	outline: none;
}
.box-bgc5 span {
	float: right;
	margin: 12px 0 0 0;
}
.box-bgc5 span img {
	max-height: 8px;
	margin-left:0;
}
.box-stripe {
	background: url(../gif/stripe_back.gif) repeat;
	background-size: 15%;
	padding: 10px 0;
}
.box-stripe h4 {
	text-align: center;
	padding: 0 10px 10px 10px;
}
.ttl-green {
	background: url(../gif/title_back_green.gif) left bottom repeat-x;
	text-align: center;
	background-size:contain;
	padding: 0 0 5px 0;
}
.ttl-green-nodot {
	background: url(../gif/title_back_green_nodot.gif) left bottom repeat-x;
	text-align: center;
	background-size:contain;
	padding: 0 0 5px 0;
}
.ttl-green-nodot2 {
	background: url(../gif/title_back_green_nodot2.gif) left bottom repeat-x;
	text-align: center;
	background-size:contain;
	padding: 0 0 3px 0;
}
.ttl-red {
	background: url(../gif/title_back_red.gif) left bottom repeat-x;
	text-align: center;
	background-size:contain;
	padding: 0 0 5px 0;
}
.ttl-red-nodot {
	background: url(../gif/title_back_red_nodot.gif) left bottom repeat-x;
	text-align: center;
	background-size:contain;
	padding: 0 0 5px 0;
}
.ttl-red-nodot2 {
	background: url(../gif/title_back_red_nodot2.gif) left bottom repeat-x;
	text-align: center;
	background-size:contain;
	padding: 0 0 3px 0;
}
.ttl-orange-nodot2 {
	background: url(../gif/title_back_orange_nodot2.gif) left bottom repeat-x;
	text-align: center;
	background-size:contain;
	padding: 0 0 3px 0;
}
.ttl-blue-nodot2 {
	background: url(../gif/title_back_blue_nodot2.gif) left bottom repeat-x;
	text-align: center;
	background-size:contain;
	padding: 0 0 3px 0;
}

@media screen and (min-width: 480px) {
	.ttl-green,
	.ttl-green-nodot,
	.ttl-red,
	.ttl-red-nodot {
		padding: 0 0 6px 0;
	}
	.ttl-green-nodot2,
	.ttl-red-nodot2,
	.ttl-orange-nodot2,
	.ttl-blue-nodot2 {
		padding: 0 0 4px 0;
	}
}

.ttl-ribbon {
	background: url(../png/icon_ribbon_back.png) left top repeat-x;
	color: #d72617;
	padding: 35px 0 15px 0;
	position: relative;
	text-align: center;
}
.ttl-ribbon > img {
	position: absolute;
	top: 3px;
	left: 43%;
	max-width: 13%;
}
.ttl-ribbon h3 {
	text-align: center;
}

.icon-red{
	background: #d72617;
	border-radius: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	padding: 4px 12px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.icon-green{
	background: #69bfab;
	border-radius: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	padding: 4px 12px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.line-top {
	background: url(../gif/line.gif) left top repeat-x;
}
.line-bottom {
	background: url(../gif/line.gif) left bottom repeat-x;
}

.bgc-beige {
	background: #f8f6f2;
}
.bgc-gray {
	background: #928e88;
}


/* g-menu
***************************************************************/
.g-menu {background-color:#e9e1d5;}
.g-menu li{
	border-top:2px #FFF solid;
	width:50%;
	float:left;
	box-sizing:border-box;
}
.g-menu li a{

	color:#3c3c3c;
	font-weight:bold;
	text-decoration:none;
	border-bottom:#d6ccbe solid 1px;
	background:url(../png/icon_arrow.png) no-repeat 95% center;
	background-size:6px auto;
	text-align:left;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;

	/*
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
	box-pack: center;
	*/

	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	box-align: center;
}
.g-menu li img{display:block; width:28%; max-width:90px;}
.g-menu li a span{display:block; width:65%; box-sizing:border-box; }

.g-menu li:nth-child(odd) {border-right:#fff solid 1px; clear:both;}
.g-menu li:nth-child(even) {border-left:#fff solid 1px;}



/* Mypage
***************************************************************/
.rank-area {
}
.rank-area:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.rank-area .container {
	padding: 0;
}
.back-legend {
	background: url(../gif/rank_back_40.gif) left top repeat-x;
	background-size:contain;
}
.back-star {
	background: url(../gif/rank_back_30.gif) left top repeat-x;
	background-size:contain;
}
.back-pro {
	background: url(../gif/rank_back_20.gif) left top repeat-x;
	background-size:contain;
}
.back-rookie {
	background: url(../gif/rank_back_10.gif) left top repeat-x;
	background-size:contain;
}
.back-logout {
	background: url(../gif/rank_logout_back.gif) left top repeat-x;
	background-size:contain;
}
.rank-area .character {
	float: left;
	width: 45%;
}
.rank-area .plate-area {
	margin: 0 0 0 45%;
	padding: 25px 10px 0 0;
 }
.rank-area .plate {
	text-align: left;
	background-color:rgba(255,255,255,0.8);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 15px 10px;
}
.rank-area .plate .name {
	padding: 0 5px 10px 5px ;
}
.rank-area .plate .name span {
	margin: 0 0 0 0;
	font-weight: bold;
}
.rank-area .plate .point {
	margin: 0 0 10px 0;
	padding: 3px;
}
.rank-area .plate .point span {
	font-weight: bold;
	margin: 0 3px 0 0;
}
.rank-area .plate .point a img {
	margin: 0 0 0 10px;
	vertical-align: top;
	max-height: 30px;
}
.rank-area .plate .point > img {
	margin: 0 10px 0 0;
	vertical-align: top;
	max-height: 30px;
}
.rank-area .plate .visit {
	padding: 0 5px 0 5px;
}
.rank-area .plate .grade {
	padding: 0 5px 0 5px;
}
.rank-area .plate .visit span {
	margin: 0 3px;
	font-weight: bold;
}
.rank-up {
	background: url(../gif/line.gif) left top repeat-x;
	text-align: center;
	margin: 5px 0 0 0;
}
.rank-up p {
	background: url(../gif/line.gif) left bottom repeat-x;
	padding: 10px 0;
}
.rank-up p span {
	margin: 0 5px;
	color:#d72617;
	font-weight: bold;
}
.banner-col02 {
	width: 100%;

	display: -webkit-box;
	display: -webkit-flex;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;

	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;


}
.banner-col02>a{
	width: 48%;
	display: block;
}
#RECEIPT_COOPERATION_ID {
	display: none;
}


/* Prize */
#prizeList {}
#prizeList .prize{
	position: relative;
}
#prizeList .prize img{
	position: absolute;
	bottom: 0;
	right: 5px;
	width: 60px;
}
#prizeList .box-bgc4{
	padding: 10px 0 15px;
}
#prizeList .box-bgc4 h4{
	background: url(../gif/line.gif) left bottom repeat-x;
}
#prizeList .prize-detail li {
	padding: 10px;
}
#prizeList .prize-bottom {
	padding: 0 10px;
}
@media screen and (min-width: 640px) {
	#prizeList .prize img{
		right: 0;
		left: 50%;
		width: 120px;
		margin-left: 180px;
	}
}


.box-present > div {
	max-width: 50%;
}
.box-present a,
.box-present2 a {
	text-decoration: none;
}

h2.present {
	padding: 10px;
	border-bottom: 4px solid #d72617;
}
.present-item {
	float: left;
	margin: 0 0 0 10px;
	max-width: 40%;
}
.present-item2 {
	text-align: center;
	padding: 10px 10px 0 10px;
}
.present-item2 p {
	text-align: left;
	padding:10px 0;
}
.present-detail {
	text-align: left;
	margin: 0 0 10px 45%;
	max-width: 55%;
}
.present-detail2 li {
	padding: 10px;
}
.present-detail2 span > img {
	margin: 0 5px 6px 0;
}
.present-detail img,
.present-detail2 img {
	margin: 0 5px 0 0;
	max-height: 22px;
}
.present-bottom {
	padding: 0 10px;
}
.present-bottom p{
	padding: 0;
}

.table-box {
	text-align: left;
	margin: 20px auto 0 auto;
	width: 100%;
}
.table-box tr th {
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
.table-box tr td {
	padding: 10px;
	vertical-align: top;
}
.table-box tr th.fix-cell1 {
	width: 25%;
	border-right: 1px dotted #fff;
}
.table-box tr th.fix-cell2 {
	width: 25%;
	border-left: 1px dotted #fff;
}
.table-box tr td.fix-cell1 {
	border-right: 1px dotted #aca69f;
	text-align: center;
}
.table-box tr td.fix-cell2 {
	border-left: 1px dotted #aca69f;
	text-align: center;
}
.recommend-block{
	position:relative;
	display:block;
}
.recommend-block .icon-status{
	position:absolute;
	top:17.5%;
	left:10%;
	width:13.06451612903226%;
}
.recommend-block .icon-badge{
	position:absolute;
	top:-4.166666666666667%;
	right:-0.6557377049180328%;
	width:11.12903225806452%;
}
.recommend-block .icon-badge span{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	color:#FFF;
	text-align:center;
	line-height:1;
	margin-top:-0.5em;
}

.member-top li {
	background: url(../gif/line.gif) left bottom repeat-x;
	display: block;
}
.member-top li p,
.member-top li a,
.member-top li div {
	display: inline-block;
	vertical-align: middle;
}
.member-top li.name {
	padding: 10px 1%;
}
.member-top li.name span {
	margin-right: 5px;
}
.member-top li.point {
	padding: 10px 1%;
}
.member-top li.point .img {
	width: 35px;
	margin-right: 5px;
}
.member-top li.letter {
	padding-bottom: 1px;
	text-align: center;
}
#mypageTopUnlogin .box-stripe {
	padding: 10px 0 15px 0;
}
@media screen and (min-width: 640px) {
	.member-top li.point .img {
		width: 45px;
	}
}




/* Intro	color:#3c3c3c;
***************************************************************/
.star-mark li {
	background: url(../png/list_mark.png) left 3px no-repeat;
	padding: 0 0 0 20px;
}
.table-box2 {
	text-align: left;
	margin: 20px auto 0 auto;
	width: 100%;
}
.table-box2 tr th {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
.table-box2 tr th.middle-box {
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
	padding: 10px 0;
}
.table-box2 tr td {
	padding: 10px 5px;
	vertical-align: middle;
	text-align: center;
}
.table-box2 tr td.left-box {
	margin: 0;
	padding: 0;
}
.table-box2 tr td img {
	max-width: 75%;
}
.table-box2 tr.pop td {
	padding: 0;
}
.table-box2 tr.pop td img {
}

.character-img {
	float: right;
	max-width: 25%;
	margin-right: 4%;
}
.character-img2 {
	float: right;
	max-width: 38%;
}
.pop-area {
	margin: 0 30% 0 0;
	background: url(../png/grade_pop.png) right 45% no-repeat;
}
.pop-area2 {
	margin: 0 35.5% 0 0;
	background: url(../png/grade_pop.png) right 45% no-repeat;
}
.pop-area .pop,
.pop-area2 .pop {
	margin: 0 13px 0 0;
	line-height:1.6;
	padding: 10px 3% 10px 4%;
	box-sizing:border-box;
	background-color:#f4f0ea;
	color:#636363;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
@media screen and (min-width: 480px) {
	.table-box2 tr.pop td img {
		max-width: 100%;
	}
}
@media screen and (min-width: 640px) {
	.pop-area2 {
		margin: 0 38% 0 0;
		background: url(../png/grade_pop.png) right 45% no-repeat;
	}
}







/* recommendList;
***************************************************************/
.recommend-list-holder{
	background:url(../gif/bg.gif);
	min-height: 100vh;
}
.recommend-list{
	position:relative;
	overflow:hidden;
}
.recommend-list .list{
	text-align:center;
	position: relative;
	background:url(../gif/bg.gif);
	z-index:10;
}
.recommend-list .list:after{
	content:"";
	height:4px;
	width:100%;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
	background:rgba(0,0,0,0.1);
}
.recommend-list a{
	display:block;
	text-decoration:none;
	margin:0 auto;
	position:relative;
	padding:0;
}
.recommend-list .pic{
	width:62.5%;
	left:18.75%;
	position:absolute;
	top:26%;
	z-index:1;
	box-shadow:rgba(0, 0, 0, 0.1) 1px 2px 0px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 2px 0px 3px;
}
.recommend-list .pic img{
	width:100%;
}
.recommend-list .info{
	background-color:rgba(208,221,222,0.9);
	width:59.375%;
	left:11.09375%;
	bottom:0;
	position:absolute;
	padding:0 0.5em 0.5em 0;
	max-width:380px;
	box-sizing:border-box;
	z-index:5;
	box-shadow:rgba(0, 0, 0, 0.1) 1px 2px 0px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 2px 0px 2px;
}
.recommend-list .info .point{
	width:15.78947368421053%;
	position:absolute;
	left:3%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	max-width:46px;
}
.recommend-list .info .point .t-point{
	color:#FFFFFF;
	position:absolute;
	top:50%;
	margin-top:-0.5em;
	left:0;
	width:100%;
	text-align:center;
	font-size:12px;
	line-height:1;
}
.recommend-list .info .ttl{
	height:2.5em;
	padding:0.5em 0 0 0;
	margin-left:22%;
	box-sizing:border-box;
	line-height:1.2;
	font-size:13px;
}
.recommend-list .info .ttl span{
	display:block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.recommend-list .info .t-date{
	color:#787878;
	padding:0.2em 0 0 0;
	margin-left:22%;
	font-size:10px;
	display:block;
}
.recommend-list .letter.n1{
	position:absolute;
	width:66.40625%;
	top:26%;
	left:16.796875%;
	z-index:2;
	transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
}
.recommend-list .letter.rotate-r{
	transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
}
.recommend-list .letter.n2,
.recommend-list .letter.n3,
.recommend-list .letter.n4{
	position:absolute;
	width:65.625%;
	bottom:0;
	left:17.34375%;
	z-index:2;
	opacity:0;
}
.recommend-list .new .pic{
	z-index:3;
	opacity:0;
	top:10%;
}
.recommend-list .letter.n4{
	z-index:4;
}
.recommend-list .letter.n3{
	display:none;
}
.recommend-list .red .info{
	background-color:rgba(243,224,218,0.9);
}


.recommend-list .info.wide{
	width:90%;
	left:5%;
}
.recommend-list .info.wide .point{
	width:10.41666666666667%;
	left:2.5%;
}
.recommend-list .info.wide .ttl{
	margin-left:14%;
	font-size:13px;
}
.recommend-list .info.wide .t-date{
	margin-left:14%;
}

/* point_notice
***************************************************************/
.list-number{
	margin-left: 25px;
	position:relative;
}
.list-number span{
	position: absolute;
	left: -25px;
}
.list-mark{
	list-style: inside disc;
}
.table-box2 {
	margin: 20px auto 0 auto;
	width: 100%;
}
.table-box2 tr th {
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
.table-box2 tr td {
	padding: 15px 10px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dotted #aca69f;
}
.table-box2 tr th.fix-cell1 {
	width: 25%;
	border-left: 1px solid #fff;
}
.table-box2 tr th.fix-cell2 {
	width: 25%;
	border-left: 1px solid #fff;
}
.table-box2 tr td.fix-cell1 {
	padding: 15px 5px;
	vertical-align: middle;
	text-align: center;
}
.table-box2 tr td.fix-cell2 {
	padding: 15px 5px;
	vertical-align: middle;
	text-align: center;
}
.table-box2 tr td.no-border {
	border: none;
}
.table-box2 tr td.img {
	padding: 0 0 20px 0;
}
.table-box2 tr td.img img {
	width:auto; max-width:100%;
}


.t-right{text-align:right;}
.t-left{text-align:left;}




/* introFriend
************************************/
#friendPoint .invite-id {
	width: 58%;
	text-align: center;
	font-weight: bold;
}
#friendPoint .t-invite {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	height: 100%;
	margin: 0 auto;
	background: url(../gif/friend_gra_01.gif) no-repeat;
	background-size: contain;
	box-sizing: border-box;
}
#friendPoint .t-invite > .invite-id {
	margin: 0 auto;
}
#friendPoint .t-invite > .get-point {
	text-align: left;
	margin: 0 0 0 41%;
}
#friendPoint .t-invite > .get-point span {
	font-weight: bold;
}
#friendPoint .t-invite > .get-point span b {
	color: #d72617;
	font-weight: bold;
	margin-right: 5px;
}
#friendPoint .m-invite {
	position: relative;
}
#friendPoint .m-invite > .invite-id {
	position: absolute;
	left: 32%;
	font-size: 20px;
}
#friendPoint .btn-box {
	margin: 0 5%;
}
#friendPoint .btn-box a{
	cursor: pointer;
	-webkit-appearance: none;
}
#friendPoint .m-invite .btn-box {
	position: absolute;
	top: 53%;
	left: 0;
	width: 90%;
}
#friendPoint .attention {
}
#friendPoint .attention p {
	margin: 0 4%;
}
#friendPoint .m-invite .attention {
	position: absolute;
	top: 76%;
}
#friendPoint .description > ul {
	list-style: disc inside;
}


#pointStart .friend-privilege {
	background:#fff5d8;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 25px 25px;
}
#pointStart .friend-privilege .text {
	line-height: 1.6;
}
#pointStart .friend-privilege .text .font-big {
	font-weight: bold;
	line-height: 1.0;
}
#pointStart .friend-privilege .text .inline {
	display: inline-block;
}

@media screen and (max-width: 320px) {
	#friendPoint .t-invite {
		padding: 16% 0 15.5% 0;
	}
	#friendPoint .t-invite > .invite-id {
		padding: 0 0 16% 0;
		font-size: 18px;
	}
	#friendPoint .m-invite > .invite-id {
		top: 38%;
		font-size: 18px;
	}
	#friendPoint .t-invite > .get-point {
		font-size: 14px;
	}
	#friendPoint .t-invite > .get-point span b {
		font-size: 22px;
	}
}
@media screen and (min-width: 321px) and (max-width: 479px) {
	#friendPoint .t-invite {
		padding: 16% 0 18% 0;
	}
	#friendPoint .t-invite > .invite-id {
		padding: 0 0 16% 0;
		font-size: 16px;
	}
	#friendPoint .m-invite > .invite-id {
		top: 40%;
		font-size: 16px;
	}
	#friendPoint .t-invite > .get-point {
		font-size: 14px;
	}
	#friendPoint .t-invite > .get-point span b {
		font-size: 28px;
	}
}
@media screen and (min-width: 480px) and (max-width: 599px) {
	#friendPoint .t-invite {
		padding: 16% 0 12% 0;
	}
	#friendPoint .t-invite > .invite-id {
		padding: 0 0 16% 0;
		font-size: 26px;
	}
	#friendPoint .m-invite > .invite-id {
		top: 39%;
		font-size: 26px;
	}
	#friendPoint .t-invite > .get-point {
		font-size: 20px;
	}
	#friendPoint .t-invite > .get-point span b {
		font-size: 44px;
	}
}
@media screen and (min-width: 600px) and (max-width: 639px) {
	#friendPoint .t-invite {
		padding: 100px 0 70px 0;
	}
	#friendPoint .t-invite > .invite-id {
		padding: 0 0 90px 0;
		font-size: 32px;
	}
	#friendPoint .m-invite > .invite-id {
		top: 215px;
		font-size: 32px;
	}
	#friendPoint .t-invite > .get-point {
		font-size: 28px;
	}
	#friendPoint .t-invite > .get-point span b {
		font-size: 56px;
	}
}
@media screen and (min-width: 640px) {
	#friendPoint .t-invite {
		padding: 105px 0 70px 0;
	}
	#friendPoint .t-invite > .invite-id {
		padding: 0 0 105px 0;
		font-size: 32px;
	}
	#friendPoint .m-invite > .invite-id {
		top: 215px;
		font-size: 32px;
	}
	#friendPoint .t-invite > .get-point {
		font-size: 28px;
	}
	#friendPoint .t-invite > .get-point span b {
		font-size: 56px;
	}
}




/* memberAgree
************************************/
#memberAgree ul{
	list-style: inside disc;
	margin: 0 3%;
	line-height: 2.0;
}

#memberAgree .color-gray a{ color:#928e88; }




/* 「シュフーポイント」友達招待 会員登録
************************************/
#pointStart .description > ul {
	list-style: disc inside;
}
#pointStart .description ol {
	list-style: decimal inside;
}

.icon-info {
	display: table;
}
.icon-info img {
	width: 4%;
	display: inline-table;
	vertical-align: top;
}
@media screen and (max-width: 639px) {
	.icon-info img {
		vertical-align: middle;
		margin-top: -1%;
	}
}




/* ポイントアップキャンペーン
************************************/

.point-campaign {
	background: url(../gif/campaign_back-2.gif) repeat;
}
.point-campaign .campaign-box {
	background: url(../png/campaign_icon01.png) no-repeat 50% top;
	background-size: contain;
	box-sizing: border-box;
	padding: 10px 5px 5px;
}
.point-campaign .campaign-ttl {
	min-height: 51px;
	box-sizing: border-box;
	padding: 5px 0 10px;
}
.point-campaign .campaign-ttl .ttl {
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.point-campaign .campaign-ttl .read {
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}
.point-campaign .campaign-text-box {
	background:#fff5d8;
	box-sizing: border-box;
	padding: 10px;
}
.point-campaign .campaign-text {
	position: relative;
	width: 100%;
}
.point-campaign .campaign-text img {
	position: absolute;
	top: -2px;
}
.point-campaign .campaign-text p {
	text-align: center;
}
.point-campaign .campaign-text .period {
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
}
.point-campaign .campaign-text .atten {
	text-align: left;
	line-height: 1.6;
	margin-top: 5px;
}




/* ポイント交換完了
************************************/
#presentApplyComplete .description ul {
	list-style: disc inside;
}
#presentApplyComplete .description ol {
	list-style: none inside;
}

#presentApplyComplete .green-code{
	display:block;
	width:100%;
	padding: 15px 20px 20px;
	box-sizing:border-box;
	margin:10px auto;
	background:#69bfab;
	border-radius:4px;
}
#presentApplyComplete .green-code .text-white{
	width:45%;
	text-align:center;
	color:#fff;
	margin:0 auto 10px;
}

#presentApplyComplete .green-code .code-no{
	text-align:center;
	background:#fff;
	padding:15px;
	border-radius:4px;
}

/* MypageTop New(2015.11)
***************************************************************/
.top-tenki {
	background: url(../gif/line.gif) left bottom repeat-x;
	padding: 6px 0;
}
.top-tenki li {
	background: none;
	display: inline-block;
	vertical-align: middle;
}
.top-tenki li.date {
	width: 63.6%;
}
.top-tenki li.date	p {
	display: inline-block;
	vertical-align: middle;
}
.top-tenki li.date .tenki img {
	width: 19.7%;
	display: inline-block;
	vertical-align: middle;
	/*margin-left: 3px;*/
}
.top-tenki li.btn-omikuji{
	width: 35%;
	max-width:199px;
}
.top-tenki li.btn-omikuji a.disable {
	display: block;
	background:url(../png/icon_omikuji_after.png) no-repeat 0 0;
	background-size:contain;
}
.top-tenki li.btn-omikuji a.disable img{
	opacity:0;
}
.link-arrow {
	display: block;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	text-decoration: none !important;
}
.link-arrow span {
	background: url(../png/icon_arrow.png) no-repeat right 50%;
	background-size: 6px;
	padding-right: 15px;
}
.box-present .link-arrow {
	width: 100%;
}

.bottom-menu dt {
	background:#4c4c4c;
	color:#fff;
	line-height:2.2em;
	font-weight:bold;
	text-align: left;
	padding: 0 3%;
}
.bottom-menu dd {
	background: url(../png/icon_arrow.png) no-repeat 97% 50%;
	background-size: 6px;
	border-bottom:#aca69f dotted 1px;
	font-weight:bold;
	text-align: left;
}
.bottom-menu a {
	display:block;
	line-height:3.2em;
	text-decoration: none;
}
.bottom-menu a img {
	width: 29px;
	margin: 1% 1.5% 1% 3%;
	vertical-align: middle;
}
.bottom-menu .last{
	border-bottom:none;
}

#mypageTopUnlogin .merritt1 {
	max-width: 640px;
	background: #fff5d8;
	border-bottom: 1px solid #edddb1;
	margin: 0 auto;
	padding-bottom: 10px;
}
#mypageTopUnlogin .merritt1 .point-present {
	position: relative;
}
#mypageTopUnlogin .merritt1 .point-present .dummy-point {
	position: absolute;
	top: 3%;
	left: 0;
	right: 0;
	margin: auto;
}
#mypageTopUnlogin .merritt1 .point-present .dummy-point span {
	margin: 0 2px;
}
#mypageTopUnlogin .merritt1 .point-present .link {
	position: absolute;
	top: 38%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 11% 0 2%;
}
.box-present2 .item {
}
.box-present2 .item a {
	width: 48%;
	display: inline-block;
}
.box-present2 .link {
	padding: 3% 0;
}
#mypageTop .box-present2 .box-bgc3{
	padding: 10px 20px 5px;
	box-sizing:border-box;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#mypageTopUnlogin .box-present2 {
	position: relative;
}
#mypageTopUnlogin .box-present2 .box-bgc3 {
	padding: 0;
	box-sizing:border-box;
	background: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#mypageTopUnlogin .box-present2 .item {
	width: 80%;
	height: 56%;
	position: absolute;
	top: 3%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#mypageTopUnlogin .box-present2 .item a {
}
#mypageTopUnlogin .box-present2 .link {
	width: 80%;
	position: absolute;
	top: 78%;
	left: 0;
	right: 0;
	margin: 0 auto;
}


@media screen and (min-width: 370px) and (max-width: 499px) {
	#mypageTopUnlogin .merritt1 .point-present .dummy-point {
		top: 6%;
	}
	#mypageTopUnlogin .merritt1 .point-present .link {
		top: 39%;
	}
	#mypageTopUnlogin .box-present2 .link {
		top: 79%;
	}
}
@media screen and (min-width: 500px) and (max-width: 639px) {
	#mypageTopUnlogin .merritt1 .point-present .dummy-point {
		top: 8%;
	}
	#mypageTopUnlogin .merritt1 .point-present .link {
		top: 40%;
	}
	#mypageTopUnlogin .box-present2 .link {
		top: 80%;
	}
}
@media screen and (min-width: 640px) {
	.link-arrow {
		background-size: 12px;
		padding-right: 20px;
	}
	#mypageTopUnlogin .merritt1 .point-present .dummy-point {
		top: 10%;
	}
	#mypageTopUnlogin .merritt1 .point-present .link {
		top: 40%;
	}
	#mypageTopUnlogin .box-present2 .link {
		top: 80%;
	}
	.bottom-menu dd {
		background-size: 12px;
	}
	.bottom-menu a img {
		width: 58px;
	}
}



/* box-banner
***************************************************************/

.box-banner {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 0;
}

.box-banner img {
    width: 100%;
    display: block;
}



/* howto
***************************************************************/

#howto .ttl-bgc1{
	color:#3c3c3c;
	padding: 7px 0;
	margin-bottom: 0;
}
#howto .border {
	border-top: 1px dotted #aca69f;
}
#howto .box-bgc {
	background: #fff5d8;
}
#howto .box-bgc h4,
#howto .box-bgc p {
	padding: 0 10px;
}
#howto .minusmt {
	margin-top: -6px;
}


@media screen and (min-width: 640px) {
	#howto .box-bgc h4,
	#howto .box-bgc p {
		padding: 0 20px;
	}
}




/* おみくじ部分
****************************************************/
.omikuji-modal{
	position: fixed;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	z-index:102;
}
.omikuji-modal .bg{
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index:1;
	opacity:0;
}
.omikuji-modal .btn-close{
	width: 10.9375%;
	position: absolute;
	right: 3.125%;
	top: 2%;
	opacity:0;
	z-index:3;
	background:url(../png/btn_modal_close.png) no-repeat center center;
	background-size:contain;
	text-indent:-9999px;
	overflow:hidden;
}

.omikuji-modal .omikuji-holder{
	position:relative;
	max-width:640px;
	margin: 7% auto 0;
	width: 100%;
	opacity:0;
	height: 1px;
	z-index:2;
}
.omikuji-modal .omikuji-holder .paper{
	position: absolute;
	width: 62.5%;
	height: 100%;
	overflow:hidden;
	top: 0; left: 18.75%;
}
.omikuji-modal .omikuji-holder .paper p{
	position: absolute;
	display:block;
	top: 0;
	width: 100%;
	background-size:contain;
	background-position: 0 0;
}
.omikuji-modal .omikuji-holder .roll{
	position: absolute;
	width: 69.375%;
	bottom: 0;
	left: 15.3125%;
	background:url(../omikuji_roll.html) no-repeat center bottom;
	background-size:100% 100%;
}




/* ツイッター連携
************************************/

#eventList,
#eventDetail,
#eventWish {
	background: #fbfaf8;
}
#eventList .event-area,
#eventDetail .event-area,
#eventWish .event-area {
	padding-bottom: 15px;
}
.event-area ul {
	width: 100%;
	max-width: 640px;
	text-align: left;
	box-sizing: border-box;
	margin: 0 auto;
}
#eventList .event-area ul,
#eventDetail .event-area ul,
#eventWish .event-area ul {
	max-width: 100%;
}
.event-area ul li {
	background: #fff url(../gif/line.gif) left bottom repeat-x;
	display: table;
	width: 100%;
	padding: 5px 10px 11px;
	box-sizing: border-box;
}
#mypageTopUnlogin .event-area ul li {
	padding: 5px 10px 16px;
}
#eventList .event-area ul li,
#eventDetail .event-area ul li {
	padding: 10px 10px 11px;
}
#eventWish .event-area ul li {
	background: url(../gif/line.gif) left bottom repeat-x, #fff url(../gif/line.gif) left top repeat-x;
	margin-top: 15px;
	padding: 10px 10px 11px;
}
#eventWish .event-area ul li:first-child {
	background: #fff url(../gif/line.gif) left bottom repeat-x;
	margin-top: 0;
}

.event-area .event-title {
	display: table;
	padding-bottom: 8px;
}
#eventList .event-area .event-title {
	padding-bottom: 8px;
}
#eventDetail .event-area .event-title,
#eventWish .event-area .event-title {
	padding-bottom: 4px;
}
.event-area .event-title .icon {
	display: table-cell;
	width: 32px;
	vertical-align: top;
}
.event-area .event-title .title {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	position: relative;
	top: -3px;
}
#eventList .event-area .event-title .title {
	display: block;
	padding-left: 0;
	position: inherit;
	top: inherit;
}
#eventDetail .event-area .event-title .title,
#eventWish .event-area .event-title .title {
	display: table-cell;
	padding-left: 0;
	position: inherit;
	top: inherit;
}
.event-area .event-account {
	display: block;
}
.event-area .event-account span {
	display: inline-block;
	color: #928e88;
	font-size: 9px;
}
.event-area .event-account .display-name {
	margin-right: 5px;
	padding-right: 8px;
	border-right: 1px solid #e5e5e4;
}
#eventList .event-area .event-account .display-name,
#eventDetail .event-area .event-account .display-name,
#eventWish .event-area .event-account .display-name {
	color: #787878;
	font-size: 12px;
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#eventList .event-area .event-date {
	font-size: 12px;
	line-height: 1.3;
	margin-top: 5px;
	padding-left: 18px;
	background: url(../png/icon_date.png) no-repeat 0 50%;
	background-size: contain;
}
#eventDetail .event-area .event-date,
#eventWish .event-area .event-date {
	font-size: 12px;
	line-height: 1.3;
	margin-top: 3px;
	padding-left: 18px;
	background: url(../png/icon_date.png) no-repeat 0 50%;
	background-size: contain;
}
#eventDetail .event-area .wish,
#eventWish .event-area .wish {
	display: table-cell;
	width: 45px;
	padding-left: 10px;
	vertical-align: middle;
}
#eventList .event-area .wish img,
#eventDetail .event-area .wish img,
#eventWish .event-area .wish img {
	background: url(../png/btn_wish_off.png) no-repeat;
	background-size: contain;
}
#eventList .event-area .wish.on img,
#eventDetail .event-area .wish.on img,
#eventWish .event-area .wish.on img {
	background: url(../png/btn_wish_on.png) no-repeat;
	background-size: contain;
}

.event-header {
	background: url(../gif/line.gif) left bottom repeat-x;
}
.event-header .event-header-inner {
	display: table;
	width: 100%;
	/*max-width: 640px;*/
	box-sizing: border-box;
	margin: 0 auto;
	padding: 5px 10px 6px;
}
.event-header .event-header-inner .header-text {
	display: table-cell;
	color: #787878;
	font-size: 8px;
	line-height: 1.2;
	text-align: left;
	vertical-align: bottom;
	padding-right: 10px;
}
.event-header .event-header-inner .header-btn {
	display: table-cell;
	width: 115px;
}

#eventList .event-area .event-left {
	display: table-cell;
	vertical-align: top;
}
#eventList .event-area .event-right {
	display: table-cell;
	width: 45px;
	padding-left: 10px;
	vertical-align: middle;
}
#eventDetail .event-area .event-detail,
#eventWish .event-area .event-detail {
	display: table;
	width: 100%;
}
#eventDetail .event-area .tweet-area .twitter-tweet,
#eventWish .event-area .tweet-area .twitter-tweet {
	margin-left: auto !important;
	margin-right: auto !important;
}

@media screen and (min-width: 640px) {
	#eventList .event-area,
	#eventDetail .event-area,
	#eventWish .event-area {
		padding-bottom: 30px;
	}
	.event-area ul li {
		padding: 10px 20px 11px;
	}
	#mypageTopUnlogin .event-area ul li {
		padding: 10px 20px 21px;
	}
	#eventList .event-area ul li,
	#eventDetail .event-area ul li {
		padding: 20px 20px 21px;
	}
	#eventWish .event-area ul li {
		margin-top: 30px;
		padding: 20px 20px 21px;
	}
	.event-area .event-title .title {
		font-size: 28px;
		padding-left: 20px;
	}
	.event-area .event-title .icon {
		width: 64px;
	}
	#eventList .event-area .event-title {
		padding-bottom: 16px;
	}
	.event-area .event-account span {
		font-size: 18px;
	}
	#eventList .event-area .event-account .display-name,
	#eventDetail .event-area .event-account .display-name,
	#eventWish .event-area .event-account .display-name {
		font-size: 24px;
	}
	#eventList .event-area .event-date {
		font-size: 24px;
		margin-top: 10px;
		padding-left: 36px;
	}
	#eventDetail .event-area .event-date,
	#eventWish .event-area .event-date {
		font-size: 24px;
		margin-top: 6px;
		padding-left: 36px;
	}
	#eventDetail .event-area .wish,
	#eventWish .event-area .wish {
		width: 90px;
		padding-left: 20px;
	}

	.event-header .event-header-inner {
		padding: 10px 10px 11px;
	}
	.event-header .event-header-inner .header-text {
		font-size: 16px;
		line-height: 1.2;
		padding-right: 20px;
	}
	.event-header .event-header-inner .header-btn {
		width: 230px;
	}

	#eventList .event-area .event-right {
		width: 90px;
	}
}

/* Q&A
************************************/
#help .section{
	margin-top: 25px;
}
#help .section .q-btn{
	margin: 0;
	padding:10px 0;
	border-bottom: solid 1px #fff;
}
#help .section .q-btn h4 .question{
	width:80%;
}
#help .section .q-btn h4{
	position:relative;
}
#help .section .q-btn h4:after{
	content:"";
	position:absolute;
	background:url(../png/help-open-icon.png) center center no-repeat;
	background-size:18px;
	width:18px;
	height:100%;
	right:10px;
	top:0;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
#help .section .q-btn.active h4:after{
	content:"";
	position:absolute;
	background:url(../png/help-open-icon.png) center center no-repeat;
	background-size:18px;
	width:18px;
	height:100%;
	right:10px;
	top:0px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
#help .section .a-box{
	margin: 10px auto 15px;
	display: none;
}
#help .section .a-box:last-child{
	margin-bottom: 0;
}
#help .section .contact-box{
	margin-top: 15px;
}




/*===============================================================================================================================================*/
/* リニューアル201612～
/*===============================================================================================================================================*/

/* 共通
***************************************************************/

.btn-container {
	width: 100%;
	padding: 10px 3.125% 0;
	box-sizing: border-box;
	border-top: 1px solid #f0f0f0;
}
.btn-container a {
	max-width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
}
.btn-gray {
	display: block;
	background: #929292;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	line-height: 1.0;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.btn-red {
	display: block;
	background: #e61e0a;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	line-height: 1.0;
    border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
}
.btn-other { 
	display: block; 
	background: #fff; 
	text-align: center; 
	color: #3c3c3c; 
	border: 1px solid #A1A1A1; 
	text-decoration: none !important; 
	line-height: 1.0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.btn-white {
	display: block;
	background: #fff;
	text-align: center;
	color: #929292 !important;
	text-decoration: none !important;
	line-height: 1.0;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.btn-share {
	background: #fff;
	color: #3c3c3c;
	font-weight: 900;
	border: 1px solid #A1A1A1;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	border-radius: 99px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6% 0;
}
.btn-share::before {
	display: block;
	content: "";
	width: 22px;
	height: 22px;
	background: url(http://ipqcache2.shufoo.net/site/pnt/img/common/icon_share.svg) no-repeat;
	background-size: 100%;
	margin: -4px 6px 0 0;
}
.text-link {
	display: block;
	background: url(../png/icon_arrow02.png) no-repeat 96.875% 50%;
	background-size: 7px 11px;
	text-align: left;
	text-decoration: none !important;
}

.bg-stripe-dotted {
	background: url(../gif/title_back_dotted.gif) repeat;
	background-size: 4.375%;
}
.bg-gray {
	background: #ebebeb;
}
.bg-pink {
	background: #ffeeee;
}
.bg-gray .ttl,
.bg-pink .ttl {
	padding: 10px 0;
	font-size: 13px;
	line-height: 1.4;
}
@media screen and (min-width: 640px) {

	.btn-container {
		padding: 20px 20px 0;
		border-top: 2px solid #f0f0f0;
	}
	.btn-gray {
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}
	.btn-red {
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}
	.btn-share::before {
		width: 25px;
		height: 25px;
		margin: -6px 10px 0 0;
	}
	.text-link {
		background: url(../png/icon_arrow02.png) no-repeat 96.875% 50%;
		background-size: 14px 22px;
	}
	.bg-gray .ttl,
	.bg-pink .ttl {
		padding: 20px 0;
		font-size: 26px;
	}
}


/* Mypage
***************************************************************/

/* #creative-area は /contents/appli_shufoo/mypage/event/css/style.css　に記述 */

.top-info .info-emergency {
	background: #f0f0f0;
	display: table;
	width: 100%;
	padding: 10px 3.125%;
	box-sizing: border-box;
}
.top-info .info-emergency .icon {
	display: table-cell;
	width: 15px;
	height: 15px;
	vertical-align: top;
	position: relative;
	top: -2px;
}
.top-info .info-emergency .text {
	display: table-cell;
	padding-left: 8px;
	box-sizing: border-box;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}

.top-info .info-ticker {
	background: #f0f0f0;
	display: table;
	width: 100%;
	height: 30px;
	padding: 7px 0 8px 3.125%;
	box-sizing: border-box;
	position: relative;
}
.top-info .info-ticker a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.top-info .info-ticker .icon {
	display: table-cell;
	width: 15px;
	height: 15px;
	padding-right: 8px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.top-info .info-ticker .ticker-wrap {
	display: table-cell;
	overflow: hidden;
}
.top-info .info-ticker .ticker-wrap:before {
	content: "";
	display: block;
	background: url(../png/ticker_mask.png) no-repeat 50% 100%;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 30px;
}
.top-info .info-ticker .ticker-wrap .ticker {
	height: 15px;
}
.top-info .info-ticker .ticker-wrap ul {
	display: table;
	width: 100%;
	text-align: left;
	padding-top: 2px;
}
.top-info .info-ticker .ticker-wrap ul li {
	display: table-cell;
	font-size: 10px;
	padding-right: 15px;
}
.top-info .info-ticker .ticker-wrap ul li .new {
	margin-right: 5px;
	color: #e61e0a;
	font-weight: bold;
}

.mypage-banner-area {
	background: #ebebeb;
	padding: 15px 0;
}
.mypage-banner-area ul {
	display: block;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 1.5625%;
	box-sizing: border-box;
	font-size: 0;
	text-align: left;
}
.mypage-banner-area ul li {
	display: inline-block;
	width: 49.9%;
	padding: 0 1.5625%;
	box-sizing: border-box;
}

.monthly-present-area {
	padding-bottom: 10px;
}
.monthly-present-area dt {
	background: #ffeeee;
	width: 100%;
	padding: 10px 0;
	text-align: left;
}
.monthly-present-area dt .ttl {
	display: block;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 3.125%;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}
.monthly-present-area dd {
	display: table;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 12px 3.125% 20px;
	box-sizing: border-box;
}
.monthly-present-area dd .img {
	display: table-cell;
	width: 50%;
	padding: 0 15px 0 10px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
}
.monthly-present-area dd .detail {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.monthly-present-area dd .detail .product {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
}
.monthly-present-area dd .detail .elected {
	margin: 8px 0;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}
.monthly-present-area dd .detail .elected .selection {
	background: #ebebeb;
	margin-right: 6px;
	padding: 2px 5px;
	font-size: 10px;
	position: relative;
	top: -4px;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.monthly-present-area dd .detail .elected .num {
	margin-right: 3px;
	font-size: 21px;
}
.monthly-present-area dd .detail .apply-now {
	margin-bottom: 5px;
}

.recommended-chirashi {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 20px 0 0;
	box-sizing: border-box;
}
.recommended-chirashi li {
	padding-left: 10px;
	width: 212px !important;
}
.recommended-chirashi li a {
}
.recommended-chirashi .bx-wrapper {
	margin: 0 auto 30px;
}
.recommended-chirashi .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
}
.recommended-chirashi .bx-wrapper .bx-pager,
.recommended-chirashi .bx-wrapper .bx-controls-auto {
	bottom: -25px;
}
.recommended-chirashi .bx-wrapper .bx-pager.bx-default-pager a {
	background: #cdcdcd;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.recommended-chirashi .bx-wrapper .bx-pager.bx-default-pager a:hover,
.recommended-chirashi .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e61e0a;
}

.event-area.mypage {
	padding-bottom: 10px;
}
.event-area.mypage ul {
	width: 100%;
	max-width: 100%;
	text-align: left;
	box-sizing: border-box;
	margin: 0 auto;
}
.event-area.mypage ul li,
#mypageTopUnlogin .event-area.mypage ul li {
	background: none;
	display: table;
	width: 100%;
	padding: 15px 3.125%;
	box-sizing: border-box;
	border-top: 1px solid #f0f0f0;
	position: relative;
}
.event-area.mypage ul li:first-child {
	border-top: none;
}
.event-area.mypage ul li p,
#mypageTopUnlogin .event-area.mypage ul li p,
.event-area.mypage ul li a,
#mypageTopUnlogin .event-area.mypage ul li a {
	max-width: 640px;
	margin: 0 auto;
	box-sizing: border-box;
}
.event-area.mypage ul li .text-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.event-area.mypage .event-title {
	display: table;
	width: 100%;
	padding-bottom: 4px;
}
.event-area.mypage .event-title .icon {
	display: table-cell;
	width: 32px;
	vertical-align: top;
}
.event-area.mypage .event-title .title {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	padding: 0 30px 0 10px;
	box-sizing: border-box;
	position: relative;
	top: -3px;
}
.event-area.mypage .event-account {
	display: block;
	padding-right: 30px;
	box-sizing: border-box;
}
.event-area.mypage .event-account span {
	display: inline-block;
	color: #aaaaaa;
	font-size: 9px;
}
.event-area.mypage .event-account .display-name {
	margin-right: 5px;
	padding-right: 8px;
	border-right: 1px solid #e5e5e4;
}

.bottom-info ul {
	width: 100%;
	margin: 0 auto;
}
.bottom-info ul li {
	padding: 15px 3.125%;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #f0f0f0;
	position: relative;
}
.bottom-info ul li:first-child {
	border-top: none;
}
.bottom-info ul li p,
.bottom-info ul li a {
	max-width: 640px;
	margin: 0 auto;
}
.bottom-info ul li .new {
	color: #e61e0a;
	font-size: 10px;
}
.bottom-info ul li .date {
	font-size: 10px;
}
.bottom-info ul li .text {
	margin-top: 3px;
	padding-right: 30px;
	box-sizing: border-box;
	font-size: 12px;
}
.bottom-info ul li .text-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.link-area + .link-area,
.bottom-info + .link-area {
	border-top: 20px solid #ebebeb;
}
.bottom-info .text-ad {
	display: inline-block;
    margin: 0 auto;
}
.link-area ul {
	width: 100%;
	margin: 0 auto;
}
.link-area ul li {
	font-size: 14px;
	border-top: 1px solid #f0f0f0;
}
.link-area ul li:first-child {
	border-top: none;
}
.link-area ul li a {
	max-width: 640px;
	margin: 0 auto;
	padding: 10px 3.125%;
	box-sizing: border-box;
}
.link-area ul li .icon {
	margin-right: 5px;
}
.link-area ul li .icon img {
	width: 26px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.link-box {
	border-bottom: 20px solid #ebebeb;
}
.link-box ul {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.link-box ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.link-box ul li a {
	display: block;
}
.link-box ul li {
	background: #fff;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	width: 33.125%;
}

/* **** col3 **** */
.link-box ul.col3 li:nth-child(1),
.link-box ul.col3 li:nth-child(2),
.link-box ul.col3 li:nth-child(3){
	border-top: none;
}
.link-box ul.col3 li:nth-child(1),
.link-box ul.col3 li:nth-child(4),
.link-box ul.col3 li:nth-child(7){
	border-left: none;
	clear: both;
}

/* **** col4 **** */
.link-box ul.col4 li{width: 50%;}
.link-box ul.col4 li img{
	width: 66.25%;
}
.link-box ul.col4 li:nth-child(1),
.link-box ul.col4 li:nth-child(2) {
	border-top: none;
}
.link-box ul.col4 li:nth-child(1),
.link-box ul.col4 li:nth-child(3) {
	border-left: none;
	clear: both;
}

/* **** col5 **** */
.link-box ul.col5 li{ width: 33.125%; }
.link-box ul.col5 li:nth-child(4),
.link-box ul.col5 li:nth-child(5){ width: 50%; }

.link-box ul.col5 li:nth-child(4) img,
.link-box ul.col5 li:nth-child(5) img{
	width: 66.25%;
}
.link-box ul.col5 li:nth-child(1),
.link-box ul.col5 li:nth-child(2),
.link-box ul.col5 li:nth-child(3) {
	border-top: none;
}
.link-box ul.col5 li:nth-child(1),
.link-box ul.col5 li:nth-child(4) {
	border-left: none;
	clear: both;
}

/* **** col6 **** */
.link-box ul.col6 li:nth-child(1),
.link-box ul.col6 li:nth-child(2),
.link-box ul.col6 li:nth-child(3){
	border-top: none;
}
.link-box ul.col6 li:nth-child(1),
.link-box ul.col6 li:nth-child(4),
.link-box ul.col6 li:nth-child(7){
	border-left: none;
	clear: both;
}

/*
.link-box.no-coupon ul li:nth-child(4) {
	width: 50%;
	box-sizing: border-box;
}
.link-box.no-coupon ul li:nth-child(5) {
	width: 50%;
	box-sizing: border-box;
	border-right: none;
}
.link-box.no-coupon ul li:nth-child(4) img,
.link-box.no-coupon ul li:nth-child(5) img {
	width: 66.25%;
}
*/

.logout-area {
	padding: 20px 0;
}
.logout-area .btn-logout a {
	background: #fff;
	display: block;
	padding: 15px 3.125%;
	font-size: 14px;
	text-decoration: none;
}
.logout-area .attention {
	margin-top: 20px;
	font-size: 10px;
	line-height: 1.4;
}


/* btn */

.monthly-present-area dd .detail .btn-red {
	padding: 10px;
	font-size: 12px;
}
.monthly-present-area .btn-gray,
.event-area.mypage .btn-gray {
	padding: 10px;
	font-size: 12px;
}


@media screen and (min-width: 640px) {

	.top-info .info-emergency {
		padding: 20px 20px;
		box-sizing: border-box;
	}
	.top-info .info-emergency .icon {
		width: 30px;
		height: 30px;
	}
	.top-info .info-emergency .text {
		padding-left: 16px;
		font-size: 20px;
	}

	.top-info .info-ticker {
		height: 60px;
		padding-left: 20px;
	}
	.top-info .info-ticker .icon,
	.top-info .info-emergency .icon {
		width: 30px;
		height: 30px;
		padding-right: 16px;
	}
	.top-info .info-ticker .ticker-wrap:before {
		width: 110px;
		height: 60px;
	}
	.top-info .info-ticker .ticker-wrap .ticker {
		height: 30px;
	}
	.top-info .info-ticker .ticker-wrap ul {
		padding-top: 7px;
	}
	.top-info .info-ticker .ticker-wrap ul li {
		font-size: 20px;
		padding-right: 30px;
	}
	.top-info .info-ticker .ticker-wrap ul li .new {
		margin-right: 10px;
	}

	.mypage-banner-area {
		padding: 30px 0;
	}
	.mypage-banner-area ul {
		padding: 0 10px;
	}
	.mypage-banner-area ul li {
		padding: 0 10px;
	}

	.monthly-present-area {
		padding-bottom: 20px;
	}
	.monthly-present-area dt {
		padding: 20px 0;
	}
	.monthly-present-area dt .ttl {
		padding: 0 20px;
		font-size: 24px;
	}
	.monthly-present-area dd {
		padding: 24px 20px 40px;
	}
	.monthly-present-area dd:last-child {
		margin: 0 auto 20px;
	}
	.monthly-present-area dd .img {
		padding: 0 30px 0 20px;
	}
	.monthly-present-area dd .detail .product {
		font-size: 20px;
	}
	.monthly-present-area dd .detail .elected {
		margin: 16px 0;
		font-size: 22px;
	}
	.monthly-present-area dd .detail .elected .selection {
		margin-right: 12px;
		padding: 4px 10px;
		font-size: 20px;
		top: -8px;

		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	.monthly-present-area dd .detail .elected .num {
		margin-right: 6px;
		font-size: 42px;
	}
	.monthly-present-area dd .detail .apply-now {
		margin-bottom: 10px;
	}

	.recommended-chirashi {
		max-width: 100%;
		padding: 40px 0 0;
	}
	.recommended-chirashi li {
		padding-left: 20px;
		width: 425px !important;
	}
	.recommended-chirashi .bx-wrapper {
		margin: 0 auto 60px;
	}
	.recommended-chirashi .bx-wrapper .bx-pager,
	.recommended-chirashi .bx-wrapper .bx-controls-auto {
		bottom: -36px;
	}
	.recommended-chirashi .bx-wrapper .bx-pager.bx-default-pager a {
		width: 16px;
		height: 16px;
		margin: 0 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}

	.event-area.mypage {
		padding-bottom: 20px;
	}
	.event-area.mypage ul {
		margin: 0 auto;
	}
	.event-area.mypage ul li,
	#mypageTopUnlogin .event-area.mypage ul li {
		padding: 30px 20px;
		border-top: 2px solid #f0f0f0;
	}
	.event-area.mypage ul li p,
	#mypageTopUnlogin .event-area.mypage ul li p,
	.event-area.mypage ul li a,
	#mypageTopUnlogin .event-area.mypage ul li a {
		padding-left: 20px;
		box-sizing: border-box;
	}
	.event-area.mypage .event-title {
		padding-bottom: 8px;
	}
	.event-area.mypage .event-title .icon {
		width: 64px;
	}
	.event-area.mypage .event-title .title {
		font-size: 28px;
		padding: 0 60px 0 20px;
		top: -6px;
	}
	.event-area.mypage .event-account {
		padding-right: 60px;
	}
	.event-area.mypage .event-account span {
		font-size: 18px;
	}
	.event-area.mypage .event-account .display-name {
		margin-right: 10px;
		padding-right: 16px;
	}

	.bottom-info ul li {
		padding: 30px 20px;
		border-top: 2px solid #f0f0f0;
	}
	.bottom-info ul li .date {
		font-size: 20px;
	}
	.bottom-info ul li .text {
		margin-top: 6px;
		padding-right: 60px;
		font-size: 24px;
	}
	.link-area + .link-area,
	.bottom-info + .link-area {
		border-top: 40px solid #ebebeb;
	}
	.link-area ul li {
		font-size: 28px;
		border-top: 2px solid #f0f0f0;
	}
	.link-area ul li a {
		padding: 20px 20px;
	}
	.link-area ul li .icon {
		margin-right: 10px;
	}
	.link-area ul li .icon img {
		width: 52px;
		top: -2px;
	}

	.link-box {
		border-bottom: 40px solid #ebebeb;
	}
	.link-box ul {
		max-width: 640px;
		border-left: 1px solid #ebebeb;
		border-right: 1px solid #ebebeb;
	}

	
	.bottom-info ul li {
		padding: 30px 20px;
		border-top: 2px solid #f0f0f0;
	}
	.bottom-info ul li p,
	.bottom-info ul li a {
		padding-left: 20px;
		box-sizing: border-box;
	}
	.bottom-info ul li .date {
		font-size: 20px;
	}
	.bottom-info ul li .text {
		margin-top: 6px;
		padding-right: 60px;
		font-size: 24px;
	}

	.logout-area {
		padding: 40px 0;
	}
	.logout-area .btn-logout {
		margin-bottom: 40px;
	}
	.logout-area .btn-logout a {
		padding: 30px 20px;
		font-size: 28px;
	}
	.logout-area .attention {
		font-size: 20px;
	}


	/* btn */

	.monthly-present-area dd .detail .btn-red {
		padding: 20px;
		font-size: 24px;
	}
	.monthly-present-area .btn-gray,
	.event-area.mypage .btn-gray {
		padding: 20px;
		font-size: 24px;
	}


}


/* リサーチ機能 2018.08追加
***************************************************************/

/* マイページ */

.research-box {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 3.125% 10px;
	box-sizing: border-box;
}
.research-box:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.research-box a {
	display: block;
	text-decoration: none;
	position: relative;
}
.research-box .research-box-left {
	float: left;
	width: 50%;
	padding-right: 1.66666666666667%;
	box-sizing: border-box;
}
.research-box .research-box-right {
	float: right;
	width: 50%;
	padding-left: 1.66666666666667%;
	box-sizing: border-box;
}
.research-box .icon-badge-research {
	position: absolute;
}
.research-box .icon-badge-research span {
	width: 100%;
	color: #FFF;
	text-align: center;
	line-height: 1;
	margin-top: -0.5em;
	position: absolute;
	top: 50%;
	left: -5.88235294117647%;
}
.research-box > div > a > .icon-badge-research {
	width: 29.31034482758621%;
	top: 10.90909090909091%;
	left: 5.17241379310345%;
}
.research-box > a > .icon-badge-research {
	width: 14.16666666666667%;
	top: 27.27272727272727%;
	left: 12.5%;
}

/* アンケート一覧 */

#researchList .research-area .research-no-list {
	max-width: 640px;
	margin: 0 auto;
}
#researchList .research-area .research-list {
	border-top: 10px solid #ebebeb;
}
#researchList .research-area .research-list li {
	border-bottom: 1px solid #ebebeb;
	text-align: left;
	position: relative;
}
#researchList .research-area .research-list li.already-read {
	background-color: #dcdcdc;
}
#researchList .research-area .research-list li .research-list-box {
	background: url(../png/icon_unread.png) no-repeat 0 50%, url(../png/arrow.png) no-repeat 100% 50%;
	background-size: 59px 68px, 28px 68px;
	max-width: 640px;
	margin: 0 auto;
	padding: 12px 15px 12px 59px;
	box-sizing: border-box;
}
#researchList .research-area .research-list li.already-read .research-list-box {
	background: url(../png/icon_already_read.png) no-repeat 0 50%, url(../png/arrow.png) no-repeat 100% 50%;
	background-size: 59px 68px, 28px 68px;
}
#researchList .research-area .research-list li .research-title {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
#researchList .research-area .research-list li .research-deadline-point {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 8px;
	padding-right: 13px;
	box-sizing: border-box;
}
#researchList .research-area .research-list li .research-deadline {
	display: table-cell;
	color: #787878;
	font-size: 11px;
	vertical-align: middle;
}
#researchList .research-area .research-list li .research-granting-points {
	display: table-cell;
	background: #cba10e;
	width: 35px;
	height: 17px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#researchList .research-area .research-list li .to-detail {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}

/* アンケート詳細 */

#researchDetail .research-area {
	background: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
}
#researchDetail .research-area .research-shop {
	border-bottom: 1px solid #f0f0f0;
}
#researchDetail .research-area .research-shop .research-shop-name {
	max-width: 640px;
	margin: 0 auto;
	padding: 8px 3.125%;
	box-sizing: border-box;
	font-size: 13px;
	letter-spacing: 0.6px;
	font-weight: bold;
	text-align: left;
}
#researchDetail .research-area .research-detail {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 3.125% 13px;
	box-sizing: border-box;
	text-align: left;
}
#researchDetail .research-area .research-detail .research-deadline-point {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 10px;
}
#researchDetail .research-area .research-detail .research-granting-points {
	display: table-cell;
	background: #cba10e;
	width: 35px;
	height: 17px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#researchDetail .research-area .research-detail .research-deadline {
	display: table-cell;
	padding-left: 7px;
	box-sizing: border-box;
	color: #787878;
	font-size: 11px;
	vertical-align: middle;
}
#researchDetail .research-area .research-detail .research-title {
	margin-top: 11px;
	font-size: 16px;
	font-weight: bold;
}
#researchDetail .research-area .research-detail .research-text {
	margin-top: 5px;
	font-size: 13px;
	letter-spacing: 0.6px;
}
#researchDetail .research-area .research-detail .research-img {
	margin-top: 12px;
	text-align: center;
}
#researchDetail .research-area .research-detail .research-btn {
	display: block;
	margin-top: 10px;
}
#researchDetail .research-area .research-detail .research-attention {
	margin-top: 11px;
	font-size: 13px;
	font-weight: bold;
}
#researchDetail .research-area .research-detail .research-attention-text {
	font-size: 13px;
}


@media screen and (min-width: 640px) {
	
	/* マイページ */

	.research-box {
		padding: 0 20px 20px;
	}
	.research-box .research-box-left {
		padding-right: 10px;
	}
	.research-box .research-box-right {
		padding-left: 10px;
	}
	
	/* アンケート一覧 */
	
	#researchList .research-area .research-list {
		border-top: 20px solid #ebebeb;
	}
	#researchList .research-area .research-list li {
		border-bottom: 2px solid #ebebeb;
	}
	#researchList .research-area .research-list li .research-list-box {
		background: url(../png/icon_unread.png) no-repeat 0 50%, url(../png/arrow.png) no-repeat 100% 50%;
		background-size: 118px 136px, 56px 136px;
		padding: 24px 30px 24px 118px;
	}
	#researchList .research-area .research-list li.already-read .research-list-box {
		background: url(../png/icon_already_read.png) no-repeat 0 50%, url(../png/arrow.png) no-repeat 100% 50%;
		background-size: 118px 136px, 56px 136px;
	}
	#researchList .research-area .research-list li .research-title {
		font-size: 26px;
		letter-spacing: -1px;
	}
	#researchList .research-area .research-list li .research-deadline-point {
		margin-top: 15px;
		padding-right: 26px;
	}
	#researchList .research-area .research-list li .research-deadline {
		font-size: 22px;
	}
	#researchList .research-area .research-list li .research-granting-points {
		width: 70px;
		height: 34px;
		font-size: 20px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}


	/* アンケート詳細 */

	#researchDetail .research-area {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#researchDetail .research-area .research-shop .research-shop-name {
		padding: 15px 20px;
		font-size: 26px;
	}
	#researchDetail .research-area .research-detail {
		padding: 0 20px 26px;
	}
	#researchDetail .research-area .research-detail .research-deadline-point {
		margin-top: 20px;
	}
	#researchDetail .research-area .research-detail .research-granting-points {
		width: 70px;
		height: 34px;
		font-size: 20px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	#researchDetail .research-area .research-detail .research-deadline {
		padding-left: 14px;
		box-sizing: border-box;
		font-size: 22px;
	}
	#researchDetail .research-area .research-detail .research-title {
		margin-top: 22px;
		font-size: 32px;
	}
	#researchDetail .research-area .research-detail .research-text {
		margin-top: 10px;
		font-size: 26px;
	}
	#researchDetail .research-area .research-detail .research-img {
		margin-top: 24px;
	}
	#researchDetail .research-area .research-detail .research-btn {
		margin-top: 20px;
	}
	#researchDetail .research-area .research-detail .research-attention {
		margin-top: 22px;
		font-size: 26px;
	}
	#researchDetail .research-area .research-detail .research-attention-text {
		font-size: 26px;
	}	
}

/* レビューボックス
***************************************************************/
.box-review {
	box-sizing: border-box;
	background-color: #fff;
	color: #3c3c3c;
	border-radius: 8px;
	padding-bottom: 24px;
	box-shadow: 0px 0px 10px rgba(51,51,51,.1);
}
.box-review .review_img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-top: 33.8%;
	border-radius: 8px 8px 0 0;
	background: url(http://ipqcache2.shufoo.net/site/pnt/img/common/img_review_box.svg) no-repeat center;
	background-size: cover;
}
.box-review > h4 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 32px 0;
	letter-spacing: 1px;
}
.box-review > .btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
}
.box-review .review_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 47%;
	height: 88px;
	border: 1px solid #A1A1A1;
	border-radius: 4px;
}
.box-review .review_btn:nth-child(2) {
	border: none;
	background-color: #FCA000;
	color: #fff;
}
.box-review .review_btn img {
	display: block;
}
.box-review .review_btn span {
	display: block;
	font-size: 13px;
	font-weight: 900;
}

/* disabled */
.box-review.disabled {
	background: #EEEEEE;
	color: #BFBFBF;
	box-shadow: none;
}
.box-review.disabled .review_img {
	background: url(http://ipqcache2.shufoo.net/site/pnt/img/common/img_review_box_disable.svg) no-repeat center;
	background-size: cover;
}
.box-review.disabled .review_btn {
	border: none;
	background: #E5E5E5;
}
.box-review.disabled .review_btn:nth-child(2) {
	border: none;
	background: #E5E5E5;
	color: #BFBFBF;
}
.box-review.disabled .icon_review_good path {
	fill: #D1D1D1;
}




/* モーダル
***************************************************************/
.no_scroll {
  overflow: hidden;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,50%);
  padding: 10px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-overlay.active{
	opacity: 1;
	visibility: visible;
}
.modal-box {
	position: relative;
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
	background-color: #fff;
	color: #3c3c3c;
	line-height: 1.6;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(51,51,51,.1);
	padding: 24px;
	margin: 0 auto;
	text-align: center;
}
.modal-box h5 {
	font-weight: 900;
	line-height: 1.5;
	font-size: 18px;
}
.modal-box .btn-red {
	font-weight: 900;
	padding: 6% 0;
	border-radius: 99px;
}
.modal-box .btn-other {
	font-weight: 900;
	padding: 7% 0;
	border-radius: 99px;
}
@media screen and (max-width: 374px) {
	.modal-box h5 {
		font-size: 15px;
	}
}