@charset "UTF-8";

#topcontrol {
  z-index: 500;
  width: 30px;
  height: 30px;
  background: url(https://tickety-prod-content-232183780327.s3.ap-northeast-1.amazonaws.com/ec/public/assets/img/pageTop.png) no-repeat center;
}
/* ページTOPへボタン */
/* 
#topcontrol {
  z-index: 500;
  width: 30px;
  height: 30px;
  background: url(/assets/img/pageTop.png) no-repeat center;
}
*/
.p-header__heading .p-searches .t-sell{
	font-size: .85rem;
	font-weight: normal;
	text-align: center;
}
@media (max-width: 1199.98px){
	.p-header__nav .p-menu__content .p-searches .p-search--buy{
		margin-bottom: 0;
	}
.p-header__nav .p-menu__content .p-searches .t-sell{
    margin-right: 0;
	font-size: .85rem;
	font-weight: normal;
	color: #333;
	text-align: right;
	margin-bottom: 20px;
}
}

.p-header__heading {
    padding: 0 0 15px;
}
@media (max-width: 1199.98px){
.p-header__heading {
    padding: 90px 0 10px 0;
}
}

.p-main{
	padding-top: 200px;
}
@media (max-width: 1199.98px){
.p-main {
    padding-top: 0;
}
}

.p-section--contents .p-tab__item form h3{
	font-size: 1.125rem;
	font-weight: normal;
	color: #666;
	text-align: center;
	margin-top: 5px;
}
@media (max-width: 1199.98px){
.p-section--contents .p-tab__item form h3{
    margin-right: 0;
	font-size: .9375rem;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}
}

.front .p-header__heading .p-heading {
    font-size: 1.125rem;
    font-weight: normal;
    width: 40%;
    margin-right: 15px;
	padding-top: 10px;
}
@media (max-width: 1199.98px){
.front .p-header__heading .p-heading {
    font-size: .875rem;
    width: 100%;
    margin-right: 0;
	padding-top: 0px;
}
}
.front .p-header__heading .p-heading span {
    font-size: .9375rem;
    display: block;
    margin-top: 3px;
}
@media (max-width: 1199.98px){
.front .p-header__heading .p-heading span {
    font-size: .6875rem;
}
}





