@charset "utf-8";


/* base
==================================== */
body { font-family: sans-serif; }
img { max-width: 100%; }
.sp { display: block; }
.pc { display: none; }
/* btn
----------------------------------- */
.btn a { width: auto; border-radius: 4px; margin: 0 auto; }

/* main */
.btn .main {
	width: 90%;
	font-size: 18px;
	padding: 16px 0;
}
/* sub */
.btn .sub { 
	width: 90%;
	padding: 12px 0;;
	font-size: 16px;
}
.btn .sub:after{margin-top: -14px;}

/* layout
==================================== */

/* footer
--------------------------------- */
footer { }
footer .supportList { width: auto; padding: 10px; margin: 0; }
footer li {
	display: block;
	margin: 0 0 5px;
}
footer li a {
	display: block;
	background: #cecece;
	font-size: 11px;
	padding: 13px;
}
footer li a:hover	{ color: #eee; text-decoration: underline; }
footer li:before	{ content: none; }
footer .txt {
	font-size: 11px;
	text-align: left;
	padding: 0 10px;
}
footer .copyright {
	clear: left;
	width: auto;
	font-size: 10px;
	padding: 20px 0;
}
footer .copyright br { display: block; }


/* base
----------------------------------- */
section:nth-child(odd){ background: #eeefef; }
section .inner		{ width: auto; padding: 35px 4%; }
section .sectionTit	{ font-family: sans-serif; font-size: 18px; }

/* keyVisual
----------------------------------- */
#keyVisual h1		{ height: auto; border: none; }
#keyVisual h1 a		{ height: auto; }
#keyVisual h1 img	{ display: block; }
#top #keyVisual h1	{ height: auto; }


/* about
----------------------------------- */
#about .inner	{ padding: 0 4% ; }
#about .sectionTit { margin: 0 0 15px; }
#about .box		{
/*	border: none;
	padding: 0;
*/
	background: #fff;
	margin: 0 0 20px;
}
#about .box .txt {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	margin: 0 0 20px;
}
#about .box .txt br { display: none; }
#about .box .lead {
	color: #0093C7;
	font-family: sans-serif;
	font-size: 16px;
	text-align:left;
	line-height: 1.4;
	margin: 0 0 15px;
}
#about .ph{
	width:100%;
	float:none;
	margin: 0 0 10px;
}
#about .ph img{
	width:80%;
}
#about .mainLead{
	font-size:18px;
	margin:0 0 25px;
    padding: 25px 0 0;
}
#about .mainLead br.sp{
	display:block;
}
#about .comingsoon{
	width:100%;
	margin: 15px auto 20px ;
}
#about .area{
	margin-bottom:10px;
}
#about .attentionList{
	margin:10px 0;
}
#about .attentionList li{
	font-size:14px;
	margin-bottom:10px;
}
#about .attentionList li:last-child{
	margin-bottom:0;
}
#about .area .txt{
	margin-bottom:20px;
}
#about .dottList{
	width:100%;
	margin:20px 0 0;
	padding:0;
    font-size: 14px;
	background: #fff;
}
#about .area.notes{
	padding:15px 10px;
}
#about .area.notes .title{
	font-size:14px;
	text-align:left;
	margin: 0 0 10px;
}
#about .caution{
	margin:0;
    padding: 20px;
    border: 2px dotted #e60012;
}
#about .caution .lead{
	font-size:14px;
	text-align:left;
}
#about .caution .lead span{
	font-size:16px;
}
/* point */
#about .point {
/*	background: #fff;
	border: 2px solid #ccc;
	padding: 5px 10px 10px 10px;
*/
	margin: 0 0 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#about .pointList		{ padding: 0; margin: 0; }
#about .pointList li	{ border: none; padding: 10px 0 5px 15px; }
#about .pointList li:last-child { border: none; }
#about .pointList .tit	{ font-size: 13px; margin: 0 0 5px; }
#about .pointList .tit:before { color: #00A9E6; }
#about .pointList .txt	{ font-size: 10px; line-height: 1.3; margin: 4px 0 0; }
#about .pointList .txt a{ display: inline-block; font-size: 11px; padding-top: 5px; }
#about .pointList .txt.price { text-indent: -4em; padding: 0 0 0 3.5em; }

/* step
----------------------------------- */
#step .inner		{ width: auto; background: #fff; padding: 30px 0 0; }
#step .sectionTit	{ margin: 0; }
#step .stepList		{ padding: 20px 4%; }
#step .stepList.sell{ background: none; margin: 0; }
#step .stepList.buy	{ background: #fff; margin: 0; }

#step .stepList:before {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid;
	padding: 0 0 10px;
	margin: 0 0 10px;
}


#step .stepList li	{
	width: auto;
	clear: left;
	float: none;
	background: none;
	padding: 0;
	margin: 0 0 10px;
}
#step .stepList li:after {
	content:"\f078";
	color: #aaa;
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
	text-align: center;
	clear: both;
}
#step .stepList li:last-child::after { content: none; }
#step .stepList .ph		{ width: 100px; float: left; line-height: 0; margin: 0 10px 5px 0; }
#step .stepList .tit	{ font-size: 14px; text-align: left; }
#step .stepList .txt	{ font-size: 12px; line-height: 1.4; padding: 0 0 0 110px; }

#step .btn		{ padding-bottom: 30px; }
#step .btn.buy	{ background: #fff; }
#step li .box{
    padding: 0;
	background:none;
}

/* guide
----------------------------------- */
#guide .inner { padding-top: 20px; }
#guide .sectionTit .sub { font-size: 13px; }
#guide .guideList { margin: 0; }
#guide .guideList,
#guide .guideList th,
#guide .guideList td {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#guide .guideList th {
	background: #f0f0f0;
	font-size: 1.3rem;
	border: none;
	padding: 10px;
}
#guide .guideList th.listTit { font-size: 16px; }
#guide .guideList th br { display: none; }
#guide .guideList td {
	font-size: 12px;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 10px 15px;
}
#guide .dottList li{
	font-size: 12px;
line-height: 1.5;
}
#guide .guideList .card { width: 47px; }
#guide .guideList .sppay { width: 164px; }
#guide .guideList .ex {
	background: #f7f7f7;
	padding: 10px;
	margin: 10px 0 0;
}



/* schedule
----------------------------------- */
#schedule .inner { width: auto; }

/* start */
#schedule .start th { wfont-size: 14px; }
#schedule .start td { font-size: 14px; padding: 10px; }

/*scheduleList */
#schedule .scheduleList,
#schedule .scheduleList tbody,
#schedule .scheduleList tr,
#schedule .scheduleList th,
#schedule .scheduleList td {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#schedule .scheduleList .head,
#schedule .scheduleList .subHead { display: none; }

#schedule .scheduleList { background: #fff; }
#schedule .scheduleList th,
#schedule .scheduleList td {
	font-size: 12px;
	border: none;
}
#schedule .scheduleList tr:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#schedule .scheduleList .date,
#schedule .scheduleList .area,
#schedule .scheduleList .venue {
	width: auto;
	background: #f7f7f7;
	font-weight: bold;
}
#schedule .scheduleList .out,
#schedule .scheduleList .send,
#schedule .scheduleList .bid,
#schedule .scheduleList .pay {
	width: auto;
	font-size: 1.2rem;
	text-align: left;
	padding: 10px;
}
#schedule .scheduleList .date,
#schedule .scheduleList .out{ padding: 8px 10px 0; }
#schedule .scheduleList .send,
#schedule .scheduleList .pay { padding: 0 10px 8px; }
#schedule .scheduleList .venue{padding: 0 0 8px;}
#schedule .scheduleList .area{float:left; padding: 0 5px 8px 10px;}
#schedule .scheduleList .send,
#schedule .scheduleList .bid { border-bottom: 1px solid #ccc; }

#schedule .scheduleList .out:after,
#schedule .scheduleList .send:after,
#schedule .scheduleList .bid:after,
#schedule .scheduleList .pay:after { color: #c00; padding-left: 5px; }

#schedule .scheduleList .out:before	{ content: '紙チケット出品締切：'; }
#schedule .scheduleList .out:after	{ content: '11:59まで'; }
#schedule .scheduleList .send:before{ content: '電子チケット出品締切：'; }
#schedule .scheduleList .send:after	{ content: '11:59まで'; }
#schedule .scheduleList .bid:before	{ content: '申込締切：'; }
#schedule .scheduleList .bid:after	{ content: '23:59まで'; }
#schedule .scheduleList .pay:before	{ content: '入金締切：'; }
#schedule .scheduleList .pay:after	{ content: '14:00まで'; }

#sell #schedule .scheduleList .buy,
#buy #schedule .scheduleList .sell { display: none; }
#schedule .scheduleList.headFix tbody{padding-top:0;}
#schedule .scheduleList tbody tr:first-child td.date,
#schedule .scheduleList tbody tr:last-child td.sell.send,
#schedule .scheduleList tbody tr:last-child td.bid{
	border-radius:3px!important;
}

/* trade end */
#schedule .scheduleList .end .out,
#schedule .scheduleList .end .send,
#schedule .scheduleList .end .bid { display: none; }
#schedule .scheduleList .end .venue { border-bottom: 1px solid #ccc; }
#schedule .scheduleList .end .venue::after { font-weight: normal }

/* entry
----------------------------------- */
#entry .inner {
	width: auto;
}
#entry .id_link .tit{
	font-size:1.3rem;
}
.itemCount {
	width: auto;
	font-family: sans-serif;
/*	background: #fff;
	border: 3px solid #ccc;
	border-radius: 10px; */
	padding: 10px;
	margin: 0 0 20px;
	box-shadow: none;
}
.itemCount dt {
	width: auto;
	float: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 5px;
}
.itemCount .sub {
	display: block;
	color: #666;
	font-size: 11px;
	font-weight: normal;
}
.itemCount dd {
	width: auto;
	float: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	border-color: #ccc;
	padding: 0;
}
.itemCount dd .count {
	font-size: 40px;
}
itemCount dd:last-child { border: none; }
#entry {
	background: #fff;
}
#entry .inner	{ padding: 0 4% 40px; }
#top #entry .inner	{ padding: 0 4% 30px; }
#entry .lead	{ font-size: 18px; }
#entry .btn { margin: 10px 0 0; }

#top #entry .btnList li,
#top #entry .btnList li:nth-child(2) {
	width: auto;
	float: none;
}

/* receive
----------------------------------- */
#receive .bxslider{
	margin:20px 0;
}
#receive .bx-wrapper .bx-next{
	right:-10px;
}
#receive .bx-wrapper .bx-prev{
	left:-10px;
}
#receive .bxslider img{
	width:150px;
}
#receive .bxslider .android img,
#receive .bxslider .iphone img{
	width:230px;
	margin:40px auto;
}
#receive .bxslider div.slide{
	padding: 30px 0 50px 0;
	background:#f8f8f8;
}

section#receive .inner{
	background:#fff
}
#receive .bxslider p.txt .subTxt{
	top:48px;
}
#step .stepList a {
	padding:6px 5%;
}
#step .stepList a .fa{
	top:8px;
}

/* faq
----------------------------------- */
#faq .inner			{ width: auto; background: #eeefef; padding: 30px 4%; }
#faq .sectionTit	{ font-size: 18px; padding: 0; }
#faq .sell,
#faq .buy			{ width: auto; float: none; }
#faq .listTit		{ font-size: 16px; text-align: center; padding: 0 0 10px; }
#faq .sell .listTit	{ color: #019E40; border-color: #019E40; }
#faq .buy .listTit	{ color: #FD8102; border-color: #FD8102; }
#faq .faqList 		{ margin: 0 0 30px; }
#faq .faqList dt	{ padding: 10px 30px 10px 40px; }
#faq .faqList dd div {
	background-position: 10px 10px; 
	line-height: 1.5;
	padding: 10px 10px 10px 40px;
	position: relative;
}
#faq .faqList dt,
#faq .faqList dd div {
	background-position: 15px 13px; 
	-moz-background-size: auto 15px;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
}

#sell #faq .sell,
#buy #faq .buy{
	width:100%;
}


/* footerNav
-------------------------- */


.footerNav { border-top:solid 1px #DDD; }
.footerNav li{
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #DDD;
/*	background: #F5F5F5 url(/img/sp/common/ico_arrow.png) no-repeat right center; */
}
.footerNav li a{
	display:block;
	font-size:13px;
	text-decoration: none;
	color:#666;
	padding:13px;
}
.footerNav li input{
	background:transparent;
	border:none;
	width:100%;
	text-align:left;
	display:block;
	cursor:pointer;
	color:#666;
	padding:13px;
}
.footerNav li form{ border:none; padding:0; margin:0; }
.footerNav li:before a{
	font-weight: normal;
	content: '\f3c9';
	font-family: 'WebHostingHub-Glyphs';
	font-size: 0.9em;
	padding: 0 3px;
}

footer {
	width:100%;
	color:#999;
	text-align:center;
	padding:6px 0;
	margin:0;
}
footer p {
	margin-bottom: 10px;
}


