@charset "UTF-8";


/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

共通

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
見出し
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame h2.caption,
#responsiveBaseFrame h1.caption {
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:center center;
	height: 46px;
	margin-bottom: 20px;
}


/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

ヘッダー

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame header {
	border-bottom:1px solid #D9E0E0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#responsiveBaseFrame header section.clearfix {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

	#responsiveBaseFrame header section.clearfix > h2,
	#responsiveBaseFrame header section.clearfix > h2 a {
		display:block;
		text-indent:-9999px;
		background-repeat:no-repeat;
		background-position:0 0;
		width:230px;
		height:54px;
	}

	#responsiveBaseFrame header section.clearfix > h2 {
		float: left;
	}

	#responsiveBaseFrame header section.clearfix > h2 a {
		background-image: url(../../pc_images_v2/pc/header/logo.png);
	}

	#responsiveBaseFrame header section.clearfix > .header_logo,
	#responsiveBaseFrame header section.clearfix > .header_logo a {
		display:block;
		text-indent:-9999px;
		background-repeat:no-repeat;
		background-position:0 0;
		width:230px;
		height:54px;
	}

	#responsiveBaseFrame header section.clearfix > .header_logo {
		float: left;
	}

	#responsiveBaseFrame header section.clearfix > .header_logo a {
		background-image: url(../../pc_images_v2/pc/header/logo.png);
	}

	#responsiveBaseFrame header section.clearfix > nav {
		float: right;
		padding-top: 20px;
		position: relative;
	}

	#responsiveBaseFrame header section.clearfix > nav > ul > li {
		float: left;
		font-size:14px;
	}

	#responsiveBaseFrame header section.clearfix > nav > ul > li,
	#responsiveBaseFrame header section.clearfix > nav > ul > li a {
		display: block;
		background-repeat: no-repeat;
		background-position: 0 0;
		padding-left: 35px;
		height: 25px;
		line-height: 25px;
		overflow:visible;
	}

	#responsiveBaseFrame header section.clearfix > nav > ul > li a {
		position: relative;
		cursor: pointer;
	}

	#responsiveBaseFrame header section.clearfix > nav > ul > li a,
	#responsiveBaseFrame header section.clearfix > nav > ul > li a:link,
	#responsiveBaseFrame header section.clearfix > nav > ul > li a:visited,
	#responsiveBaseFrame header section.clearfix > nav > ul > li a:active {
		text-decoration: none;
	}

	#responsiveBaseFrame header section.clearfix > nav > ul > li a span {
		display: block;
		height: 16px;
		min-width: 6px;
		border-radius: 8px;
		background-color: #EF3581;
		color: #FFFFFF;
		position: absolute;
		left: 10px;
		top: -5px;
		font-size:10px;
		padding-left: 5px;
		padding-right: 5px;
		line-height: 1.7;

		behavior:url(/pc_css_v2/htc/PIE.htc);
	}

	#responsiveBaseFrame header section.clearfix > nav > ul > li.register span {
		float: left;
	}

	#responsiveBaseFrame header section.clearfix > nav > ul > li.login a {
		background-image: url(../../pc_images_v2/pc/header/iconLogin.png);
	}
	#responsiveBaseFrame header section.clearfix > nav > ul > li.register a {
		background-image: url(../../pc_images_v2/pc/header/iconRegister.png);
	}
	#responsiveBaseFrame header section.clearfix > nav > ul > li.infromation a {
		background-image: url(../../pc_images_v2/pc/header/iconInformation.png);
	}
	#responsiveBaseFrame header section.clearfix > nav > ul > li.menu a {
		background-image: url(../../pc_images_v2/pc/header/iconMenu.png);
	}

	#responsiveBaseFrame header section.clearfix > nav > ul > li.register-login {
		line-height: 1em;
		height: auto;
		padding: 0;
	}

	#responsiveBaseFrame header section.clearfix > .register-login-nav {
		padding-top: 10px;
	}


	#responsiveBaseFrame header section.clearfix > nav > ul > li.register-login a {
		display: block;
		font-size: 14px;
		height: 36px;
		line-height: 36px;
		padding-left: 41px;
		background-image: url(../../pc_images_v2/pc/common/icon/avator_circle.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	ドロップダウンメニュー
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
	#responsiveBaseFrame header #dropdownMenu {
		position: absolute;
		background-color: #FFFFFF;
		border:1px solid #d9e0e0;
		z-index:10;
		top: 100%;
		right: 0;
		margin-top: 10px;
		width: 240px;
		display: none;
	}

	#responsiveBaseFrame header #dropdownMenu h2 {
		background-color: #EEF1F1;
		text-align: center;
		font-size:12px;
		border-top:1px solid #d9e0e0;
		padding: 10px;
	}

	#responsiveBaseFrame header #dropdownMenu h2:first-child {
		border-top:none;
	}

	#responsiveBaseFrame header #dropdownMenu li a {
		display: block;
		padding: 10px;
		padding-left: 20px;
		border-top:1px solid #d9e0e0;
		position: relative;
		background-repeat: no-repeat;
		background-position: 10px center;
		background-image: url(../../pc_images_v2/pc/common/arrowGrayRight.png);
	}

	#responsiveBaseFrame header #dropdownMenu li a,
	#responsiveBaseFrame header #dropdownMenu li a:link,
	#responsiveBaseFrame header #dropdownMenu li a:visited,
	#responsiveBaseFrame header #dropdownMenu li a:active {
		text-decoration: none;
	}

	#responsiveBaseFrame header #dropdownMenu:before {
		content:"";
		background-repeat: no-repeat;
	}

	#responsiveBaseFrame header #dropdownMenu p {
		display: none;
	}


/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

コンテンツ

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */

	/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	ページタイトル
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
	#responsiveBaseFrame #pageTitle {
		background-color: #FBFBFB;
		border-bottom:1px solid #D9E0E0;
		margin-bottom: 40px;
	}

	#responsiveBaseFrame #pageTitle h1.caption {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 0;
	}

	#responsiveBaseFrame #pageTitle section {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

	#responsiveBaseFrame #pageTitle .btnBack {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		line-height: 76px;
		border-left:1px solid #D9E0E0;
		border-right:1px solid #D9E0E0;
		background-repeat: no-repeat;
		background-position: 10px center;
		padding-left: 25px;
		padding-right: 10px;
		background-image: url(../../pc_images_v2/pc/common/arrowGrayLeft.png);
		text-decoration: none;
		color: #666666;
	}


	/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	コンテンツレイアウト
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
	#responsiveBaseFrame #areaContents #layoutCntents {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #contents {
		width: 745px;
		float: left;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu {
		width: 180px;
		float: right;
	}


	/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	コンテンツのレイアウト
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
	#responsiveBaseFrame .layoutImage {
		display: table;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#responsiveBaseFrame .layoutImage > section {
		padding-left: 15px;
	}

	#responsiveBaseFrame .layoutImage > figure,
	#responsiveBaseFrame .layoutImage > section,
	#responsiveBaseFrame .layoutImage > .ticket-figure-wrapper {
		display: table-cell;
		vertical-align: top;
	}

	#responsiveBaseFrame .layoutImage > figure {
		width: 108px;
	}

	#responsiveBaseFrame .layoutImage > .ticket-figure-wrapper {
		width: 108px;
		min-height: 108px;
		max-height: 158px;
	}

	#responsiveBaseFrame .layoutImage > .ticket-figure-wrapper > figure {
		width: 108px;
		max-height: 158px;
		overflow: hidden;
	}

	#responsiveBaseFrame .layoutImage ul li {
		display: inline-block;
		background-repeat: no-repeat;
		background-position: 0 center;
		padding-left: 20px;
		margin-right: 10px;
		vertical-align: bottom;
	}

	#responsiveBaseFrame .layoutImage ul li.artist {
		background-image: url(../../pc_images_v2/pc/common/iconArtist.png);
	}
	#responsiveBaseFrame .layoutImage ul li.open {
		background-image: url(../../pc_images_v2/pc/common/iconOpen.png);
	}
	#responsiveBaseFrame .layoutImage ul li.map {
		background-image: url(../../pc_images_v2/pc/common/iconMap.png);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		width: 180px;
	}

	/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	大きいリンクエリアボタン
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
	#responsiveBaseFrame .arrowGreen {
		position: relative;
		padding-right: 40px;
	}

	#responsiveBaseFrame .arrowGreen:before {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-image: url(../../pc_images_v2/pc/common/arrowBigGreenRight.png);
		margin-top: -6px;
		display: block;
		height: 13px;
		width: 9px;
	}


	/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	ボタン
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
	#responsiveBaseFrame #areaContents .button + .button {
		margin-top: 5px;
	}

	#responsiveBaseFrame #areaContents .button a,
	#responsiveBaseFrame #areaContents .button span,
	#responsiveBaseFrame #areaContents .button input {
		background: none;
		border:none;
		display: block;
		background-color: #707070;
		color: #FFFFFF;
		text-decoration: none;
		text-align: center;
		background-repeat: no-repeat;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		transition: 0.3s ease-in-out;
		cursor: pointer;
	}
	#responsiveBaseFrame #areaContents .button a:before,
	#responsiveBaseFrame #areaContents .button span:before,
	#responsiveBaseFrame #areaContents .button input:before {
		content: "";
		position: absolute;
		display: block;
		background-position: right center;
		background-image: url(../../pc_images_v2/pc/common/arrowWhiteRight.png);
		width: 5px;
		height: 7px;
		top: 50%;
		margin-top: -3px;
		right: 5px;
	}
	#responsiveBaseFrame #areaContents .login-button a:before {
		background-image: none;
	}
	#responsiveBaseFrame #areaContents .accordion span:before {
		background-image: url(../../pc_images_v2/pc/common/arrowWhiteBottom.png);
		width: 7px;
		height: 5px;
		margin-top: -2px;
	}
	#responsiveBaseFrame #areaContents .open span:before {
		background-image: url(../../pc_images_v2/pc/common/arrowWhiteTop.png);
		width: 7px;
		height: 5px;
		margin-top: -2px;
	}
	#responsiveBaseFrame #areaContents .button a:hover,
	#responsiveBaseFrame #areaContents .button span:hover,
	#responsiveBaseFrame #areaContents .button input:hover {
		background-color: #8d8d8d;
	}

	/* 大きいボタン */
	#responsiveBaseFrame #areaContents .button.btnList a {
		font-size:14px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#responsiveBaseFrame #areaContents .button.btnList a:before {
		content: "";
		position: absolute;
		display: block;
		background-position: right center;
		background-image: url(../../pc_images_v2/pc/common/arrowBigWhiteRIght.png);
		width: 9px;
		height: 13px;
		top: 50%;
		margin-top: -7px;
		right: 10px;
	}


	/* アコーディオン */
	#responsiveBaseFrame #areaContents .btnAccordion span:before {
		background-image: url(../../pc_images_v2/pc/);
	}


	/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	マイチケット
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
	#responsiveBaseFrame #myTicket {
		margin-bottom: 40px;
	}

	#responsiveBaseFrame #myTicket h2.caption {
		background-image: url(../../pc_images_v2/pc/myticket/captionTicket.png);
	}

	#responsiveBaseFrame #myTicket > ul {
		border-top:1px solid #C9D3D3;
	}

	#responsiveBaseFrame #myTicket > ul > li {
		border:1px solid #C9D3D3;
		border-top:none;
		display: table !important;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 100%;
	}

	#responsiveBaseFrame #myTicket > ul > li .livedata {
		width: 550px;
	}
	#responsiveBaseFrame #myTicket > ul > li .nextstep {
		width: 201px;
	}

	#responsiveBaseFrame #myTicket > ul > li .nextstep,
	#responsiveBaseFrame #myTicket > ul > li .livedata {
		display: table-cell;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

		#responsiveBaseFrame #myTicket > ul > li h3 {
			font-size:14px;
			height: 1.3em;
			overflow: hidden;
			margin-bottom: 8px;
		}

		#responsiveBaseFrame #myTicket > ul > li ul {
			margin-bottom: 10px;
		}

		#responsiveBaseFrame #myTicket > ul > li li {
			display: block;
		}

		#responsiveBaseFrame #myTicket > ul > li li.ticket,
		#responsiveBaseFrame #myTicket > ul > li li.number {
			padding-left: 0px;
		}

		#responsiveBaseFrame #myTicket > ul > li span.status {
			width: 100%;
			border:1px solid #19B5AF;
			color: #19B5AF;
			padding-left: 10px;
			padding-right: 10px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}

	#responsiveBaseFrame #myTicket .nextstep {
		border-left:1px solid #C9D3D3;
		background-color: #F5F5F6;
		padding: 10px;
		vertical-align: middle;
	}

		#responsiveBaseFrame #myTicket .nextstep ul {
			margin-bottom: -8px;
		}

		#responsiveBaseFrame #myTicket .nextstep ul li {
			margin-bottom: 8px;
		}

		#responsiveBaseFrame #myTicket ul.button li.btnDownload {
			width: 100%;
		}
		#responsiveBaseFrame #myTicket ul.button li.btnDownload a:before {
			content: "";
			position: absolute;
			display: block;
			background-position: right center;
			background-image: url(../../pc_images_v2/pc/common/iconDownload.png);
			width: 10px;
			height: 9px;
			top: 50%;
			margin-top: -4px;
			right: 5px;
		}

	#responsiveBaseFrame #myTicket .smartphoneTicket {
		padding: 10px 20px;
		border-top:1px dashed #C9D3D3;
		background-repeat: no-repeat;
		background-position: 20px bottom;
		background-image: url(../../pc_images_v2/pc/myticket/smartphoneTicket.png);
		min-height: 48px;
		padding-left: 143px;
		vertical-align: middle;
		display: table;
	}

	#responsiveBaseFrame #myTicket img.thumb-vertical,
	#responsiveBaseFrame #statusHistory img.thumb-vertical {
		width: 100%;
	}

	#responsiveBaseFrame #myTicket img.thumb-horizontal,
	#responsiveBaseFrame #statusHistory img.thumb-horizontal {
		position: relative;
		height: 108px;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}

	/* 10件ずつ表示 */
	#responsiveBaseFrame #myTicket .moreBtn {
		/*display: none !important;*/
	}



/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

サイドメニュー

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */

	/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	ページ内メニュー
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #pageMenu {
		border:1px solid #9CDFDC;
		margin-bottom: 30px;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #pageMenu li {
		border-top:1px solid #9CDFDC;
	}
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #pageMenu li:first-child {
		border-top: 0px;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #pageMenu li a {
		display: block;
		padding: 8px;
		padding-left: 30px;
		color: #19B5AF;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: 10px center;
		background-image: url(../../pc_images_v2/pc/common/arrowGreenBottom.png);
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #pageMenu li a:hover {
		color: #53c8c3;
	}

	/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	カテゴリーメニュー
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .category-menu {
		border:1px solid #9CDFDC;
		margin-top: 30px;
		text-decoration: none;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .category-menu .title{
		color: #FFF;
		font-size: 14px;
		padding: 13px 0 12px;
		background-color: #00b5af;
		text-align: center;
		-webkit-font-smoothing: antialiased;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .category-menu .list-parent {
		border-top:1px solid #9CDFDC;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .category-menu .list-parent:first-child {
		border-top: 0px;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .category-menu .list-title {
		font-size: 14px;
		display: block;
		padding: 8px;
		padding-left: 10px;
		color: #FFF;
		text-decoration: none;
		position: relative;
		cursor: pointer;
		background-color: #DDF4F3;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .category-menu .list-title a {
        color: #666666;
        text-decoration: none;
    }

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .category-menu .list-child-item {
		font-size: 12px;
		display: block;
		color: #19B5AF;
		text-decoration: none;
		position: relative;
		cursor: pointer;
		border-top:1px solid #9CDFDC;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .category-menu .list-title-button {
	    content: '';
	    background-image: url(../../pc_images_v2/pc/event/arrow/fill_bottom_green.png);
	    position: absolute;
	    right: 5px;
	    margin: auto;
	    width: 20px;
	    height: 20px;
	    top: 0;
	    bottom: 0;
	    background-repeat: no-repeat;
	    background-position: center center;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .category-menu .list-child-item:after {
		content: '';
		background-image: url(../../pc_images_v2/pc/event/arrow/right_green.png);
		position: absolute;
		right: 10px;
		margin: auto;
		width: 6px;
		height: 10px;
		top: 0;
		bottom: 0;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .category-menu .list-child-item a {
		text-decoration: none;
		padding: 8px 25px 8px 10px;
		display: block;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .category-menu .list-child {
		display: block;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .search-section {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #D9E0E0;
		margin-top: 30px;
		padding: 10px;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .search-section {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: none;
		margin-top: 0px;
		padding: 10px;
		width: 100%;
	}
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .search-section *{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .search-section .search-keyword-box {
		padding: 3px;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .search-section .search-keyword-box {
		float: left;
		width: 120px;
		border: none;
		-webkit-appearance: none;
		appearance: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .search-section .btn-search {
		float: left;
		width: 36px;
		height: 25px;
		padding: 0;
		display: block;
		background-color: #19B5AF;
		background-image: url(../../pc_images_v2/pc/event/icon/search.png);
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: 13px;
		background-size: 13px;
		border: none;
		-webkit-appearance: none;
		appearance: none;
	}
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .search-section .search-basic-outer {
		border: 1px solid #D9E0E0;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .search-section .link-button {
		font-size: 10px;
		padding: 2px 23px 2px 10px;
		position: relative;
		background-color: #19b5af;
		display: block;
		text-decoration: none;
		color: #fff;
		margin-top: 10px;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .search-section .link-button:after {
		content: ' ';
		position: absolute;
		width: 8px;
		height: 8px;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		background-image: url(../../pc_images_v2/pc/event/arrow/right_small_white.png);
		background-repeat: no-repeat;
	}



	/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	チケットを購入される方
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu {
		border:1px solid #D9E0E0;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu h2 {
		display:block;
		text-indent:-9999px;
		background-repeat:no-repeat;
		background-position:center center;
		height:33px;
		padding-top: 13px;
		padding-bottom: 13px;
		background-image:url(../../pc_images_v2/pc/sidemenu/captionLogin.png);
		background-color: #EEF1F1;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu > section {
		padding: 14px;
		border-top:1px solid #D9E0E0;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu > section input,
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu > section label,
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu > section .button {
		margin-top: 8px;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu > section input.placeholder {
		color: #AAAAAA;
	}
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu > section input {
		color: #333333;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu > section .button input,
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu > section .button a {
		display: block;
		color: #FFFFFF;
		text-decoration: none;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu > section .button input[type="submit"] {
		padding: 8px\9; /* IE8 以下 */
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu > section label {
		display: block;
	}
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu > section input:first-child,
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu > section .button:first-child {
		margin-top: 0;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu > section .button input {
		width: 100%;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu h3 {
		padding: 8px 0;
		font-size:12px;
		font-weight: normal;
		text-align: center;
		border-top:1px solid #D9E0E0;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu li a {
		text-align: left;
		background-position: 3px center;
		padding-left: 30px;
		letter-spacing: -0.2px;
		color: #FFFFFF;
		text-decoration: none;
	}
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu li a:before {
		background: none;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu li.btnFacebook a {
		background-image: url(../../pc_images_v2/pc/sidemenu/iconFacebook.png);
		background-color: #3A5897;
	}
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu li.btnTwitter a {
		background-image: url(../../pc_images_v2/pc/sidemenu/iconTwitter.png);
		background-color: #2FA6DF;
	}
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu li.btnMixi a {
		background-image: url(../../pc_images_v2/pc/sidemenu/iconMixi.png);
		background-color: #D1AD5A;
	}
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu li.btnYahoo a {
		background-image: url(../../pc_images_v2/pc/sidemenu/iconYahoo.png);
		background-color: #EA395F;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu li.btnFacebook a:hover {
		background-color: #768bb4;
	}
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu li.btnTwitter a:hover {
		background-color: #73c1e6;
	}
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu li.btnMixi a:hover {
		background-color: #ddc48f;
	}
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu li.btnYahoo a:hover {
		background-color: #ed7790;
	}

	/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	マイページメニュー
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #mypageMenu section h2 {
		display:block;
		text-indent:-9999px;
		background-repeat:no-repeat;
		background-position:center center;
		height:33px;
		padding-top: 13px;
		padding-bottom: 13px;
		background-image:url(../../pc_images_v2/pc/sidemenu/captionMypage.png);
		background-color: #EEF1F1;
		border-bottom:1px solid #D9E0E0;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #mypageMenu section p {
		text-align: center;
		padding: 5px 10px;
		color: #238E9A;
		border-bottom:1px solid #D9E0E0;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #mypageMenu section li {
		border-bottom:1px solid #D9E0E0;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #mypageMenu section li a {
		display: block;
		padding: 10px;
		position: relative;
		background-repeat: no-repeat;
		background-position: 10px center;
		text-decoration: none;
	}
	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #mypageMenu section.mainMenu li a {
		padding: 15px 10px 15px 40px;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #mypageMenu section li a span,
	#responsiveBaseFrame header #dropdownMenu li a span {
		display: block;
		height: 16px;
		min-width: 6px;
		border-radius: 8px;
		background-color: #EF3581;
		color: #FFFFFF;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -8px;
		font-size:10px;
		padding-left: 5px;
		padding-right: 5px;

		behavior:url(/pc_css_v2/htc/PIE.htc);
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #mypageMenu section {
		border:1px solid #D9E0E0;
		margin-bottom: 10px;
		border-bottom:none;
	}

		#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #mypageMenu section li.btn01 a {
			background-image: url(../../pc_images_v2/pc/sidemenu/iconTicket.png);
		}
		#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #mypageMenu section li.btn02 a {
			background-image: url(../../pc_images_v2/pc/sidemenu/iconNews.png);
		}
		#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #mypageMenu section li.btn03 a {
			background-image: url(../../pc_images_v2/pc/sidemenu/iconStatus.png);
		}
		#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #mypageMenu section li.btn04 a {
			background-image: url(../../pc_images_v2/pc/sidemenu/iconBookmark.png);
		}


	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #mypageMenu section.subMenu li a {
		background-image: url(../../pc_images_v2/pc/common/arrowGrayRight.png);
		padding-left: 20px;
		color: #666666;
	}

	#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #mypageMenu section.subMenu li a:hover {
		color: #878787;
	}


/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

パンくずリスト

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame #areaContents #breadcrumbList {
	border-top:1px solid #D9E0E0;
	border-bottom:1px solid #D9E0E0;
	margin-top: 60px;
}

#responsiveBaseFrame #areaContents #breadcrumbList ul {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #D9E0E0;
}
#responsiveBaseFrame #areaContents #breadcrumbList ul:first-child {
	border-top: none;
}

#responsiveBaseFrame #areaContents #breadcrumbList ul li {
	float: left;
	display: inline-block;
	background-repeat: no-repeat;
	background-position:0;
	background-image: url(../../pc_images_v2/pc/common/breadcrumbList.png);
	height: 46px;
	line-height: 46px;
	padding-left: 30px;
	margin-right: 10px;
}

#responsiveBaseFrame #areaContents #breadcrumbList ul li:first-child {
	background: none;
	padding-left: 0;
}






/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

フッターエリア

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame .news-sns-area {
	background-color: #dde1e1;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
}

#responsiveBaseFrame .news-sns-area .inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#responsiveBaseFrame .news-sns-area .news-area {
	float: left;
	margin-right: 55px;
	min-height: 275px;
	position: relative;
	width: 635px;
}
#responsiveBaseFrame .news-sns-area .news-area h2 {
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	background-image: url(../../pc_images_v2/pc/footer/captionNotice.png);
	border-bottom: 2px solid #eef1f1;
	padding-bottom: 15px;
	height: 30px;
}
#responsiveBaseFrame .news-sns-area .news-area .item-list {
	margin-top: 15px;
	padding-bottom: 30px;
}
#responsiveBaseFrame .news-sns-area .news-area .item-list li {
	background-color: transparent;
	box-shadow: none;
	margin-bottom: 15px;
}
#responsiveBaseFrame .news-sns-area .news-area .item-list li > a {
	background-color: transparent;
	border: medium none;
	display: inline;
	margin-left: 0;
	padding: 0;
	transition-duration: 0.2s;
	transition-property: background-color;
	text-decoration: none;
}
#responsiveBaseFrame .news-sns-area .news-area .item-list li > a p {
	transition-duration: 0.2s;
	transition-property: color;
	font-size:16px;
}
#responsiveBaseFrame .news-sns-area .button a {
	font-size:16px;
	text-align: left !important;
	padding-left: 10px;
}

#responsiveBaseFrame .news-sns-area .news-area .item-list li > a p.font-bold {
	font-weight: bold;
}
#responsiveBaseFrame .news-sns-area .news-area .item-list li > a:hover {
	background-color: #c6caca;
	display: block;
}
#responsiveBaseFrame .news-sns-area .news-area .item-list p {
	color: #666;
	margin: 0;
}
#responsiveBaseFrame .news-sns-area .news-area .creation-date {
	margin-bottom: 10px;
}
#responsiveBaseFrame .news-sns-area .news-area .item-list p.creation-date {
	color: #333;
}
#responsiveBaseFrame #areaContents .news-sns-area .news-area .link-label {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 230px;
	text-align: left;
	padding-left: 10px;
}
#responsiveBaseFrame .news-sns-area section.sns-area {
	float: left;
	width: auto;
}

#responsiveBaseFrame section.sns-area {
	position: relative;
}

#responsiveBaseFrame section.sns-area h2 {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../pc_images_v2/pc/footer/captionExperience.png);
	height: 63px;
	text-indent: -9999px;
	margin-bottom: 21px;
	position: static;
	width: 290px;
}
#responsiveBaseFrame .sns-area .qr-block {
	float: left;
}
#responsiveBaseFrame .qr-block {
	background-color: #eef1f1;
	padding-top: 22px;
	width: 220px;
}
#responsiveBaseFrame .qr-block .qr-code {
	display: block;
	margin-bottom: 22px;
	margin-left: auto;
	margin-right: auto;
}
#responsiveBaseFrame .sns-area .sns-block {
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
#responsiveBaseFrame .sns-block li a {
	background-position: 0 0;
	display: block;
	height: 45px;
	margin-top: 12px;
	transition-duration: 0.2s;
	transition-property: background-image;
	width: 45px;
	text-indent: -9999px;
}
#responsiveBaseFrame .sns-block li:first-child a {
	margin-top: 0;
}
#responsiveBaseFrame .sns-block li a:hover {
	background-position: 0 bottom;
}
#responsiveBaseFrame .sns-block .twitter a {
	background-image: url(../../pc_images_v2/pc/common/iconTwitter.png);
}
#responsiveBaseFrame .sns-block .facebook a {
	background-image: url(../../pc_images_v2/pc/common/iconFacebook.png);
}
#responsiveBaseFrame .sns-block .mixi a {
	background-image: url(../../pc_images_v2/pc/common/iconMixi.png);
}
#responsiveBaseFrame .sns-block .line a {
	background-image: url(../../pc_images_v2/pc/common/iconLine.png);
}
#responsiveBaseFrame .sns-block .mail a {
	background-image: url(../../pc_images_v2/pc/common/iconMail.png);
}
#responsiveBaseFrame .bookmark-event-area {
	background-color: #19b5af;
}
#responsiveBaseFrame .myticket-area {
	background-color: #eef1f1;
}
#responsiveBaseFrame .bookmark-event-list > li {
	float: left;
	margin-bottom: 35px;
	margin-left: 55px;
	width: 460px;
}
#responsiveBaseFrame .myticket-area .bookmark-event-list a:hover figure {
	background-color: #dfe2e3;
}
#responsiveBaseFrame .bookmark-event-area .bookmark-event-list a:hover figure {
	background-color: #17aaa5;
}
#responsiveBaseFrame .bookmark-event-list a:hover .arrow-area {
	opacity: 1;
}
#responsiveBaseFrame .myticket-area .arrow-area {
	background-color: #32b5c4;
}
#responsiveBaseFrame .bookmark-event-area .arrow-area {
	background-color: #fff;
}
#responsiveBaseFrame .bookmark-event-list > li:first-child {
	margin-left: 0;
}
#responsiveBaseFrame .bookmark-event-list img {
	float: left;
}
#responsiveBaseFrame .bookmark-event-list figure {
	transition-duration: 0.2s;
	transition-property: background-color;
}
#responsiveBaseFrame .bookmark-event-list figcaption {
	float: left;
	padding-left: 20px;
	width: 290px;
}
#responsiveBaseFrame .bookmark-event-list figcaption {
	float: left;
	height: 150px;
	padding-left: 20px;
	padding-right: 10px;
	width: 260px;
}
#responsiveBaseFrame .bookmark-event-list figcaption li {
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 260px;
}
#responsiveBaseFrame .myticket-area .bookmark-event-list figcaption li {
	color: #666;
}
#responsiveBaseFrame .bookmark-event-area .bookmark-event-list figcaption li {
	color: #e6e6e6;
}
#responsiveBaseFrame .bookmark-event-list .icon-min {
	margin-right: 6px;
}
#responsiveBaseFrame .bookmark-event-list h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
	min-height: 56px;
	word-wrap: break-word;
}
#responsiveBaseFrame .bookmark-event-area .bookmark-event-list h2 {
	color: #bee2d6;
}
#responsiveBaseFrame .myticket-area .bookmark-event-list h2 {
	color: #249da5;
}
#responsiveBaseFrame .bookmark-event-list .arrow-area {
	float: left;
	height: 150px;
	opacity: 0;
	position: relative;
	transition-duration: 0.2s;
	transition-property: opacity;
	width: 20px;
}
#responsiveBaseFrame .bookmark-event-list .arrow-area:after {
	content: " ";
	display: block;
	height: 9px;
	left: 7px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 6px;
}
#responsiveBaseFrame .myticket-area .bookmark-event-list .arrow-area:after {
	background-image: url("../../pc_images/top/icon_arrow_min_right.png");
}
#responsiveBaseFrame .bookmark-event-area .bookmark-event-list .arrow-area:after {
	background-image: url("../../pc_images/top/icon_arrow_min_right_green.png");
}
#responsiveBaseFrame .bookmark-event .link-label {
	float: right;
	width: 290px;
}
#responsiveBaseFrame .finished-event-list li {
	background-color: #fff;
	background-image: url("../../pc_images/dot_01.gif");
	background-position: 470px top;
	background-repeat: repeat-y;
	border-color: #fff #a8a8a8 #a8a8a8 #fff;
	border-style: solid;
	border-width: 1px;
	display: block;
	float: left;
	height: 100px;
	margin: 0 0 19px;
	position: relative;
	width: 490px;
}
#responsiveBaseFrame .finished-event-list li a {
	background-image: url("../../pc_images/icon_arrow_01.png");
	background-position: 477px center;
	background-repeat: no-repeat;
	color: #000;
	cursor: pointer;
	display: block;
	height: auto;
	min-height: 100px;
}
#responsiveBaseFrame .finished-event-list li:first-child {
	float: left;
	margin: 0 10px 0 0;
}
* + html #responsiveBaseFrame .finished-event-list li {
	margin: 19px 0 0;
}
* + html #responsiveBaseFrame .finished-event-list li:first-child {
	margin: 19px 15px 0 0;
}
* + html #responsiveBaseFrame .finished-event-list {
	margin: -19px 0 10px;
}
#responsiveBaseFrame .finished-event-list figure {
	height: auto;
	min-height: 100px;
}
#responsiveBaseFrame .finished-event-list figure img {
	border-left: 1px solid #fff;
	border-right: 1px solid #a8a8a8;
	float: left;
	height: 100px;
	width: 100px;
}
#responsiveBaseFrame .finished-event-list figcaption {
	display: block;
	float: left;
	height: auto;
	min-height: 99px;
	width: 369px;
}
#responsiveBaseFrame .finished-event-list figcaption > div {
	width: 100%;
}
#responsiveBaseFrame .finished-event-list figcaption > div .title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
	padding: 8px 4px 2px 10px;
	width: 352px;
	word-break: break-all;
}
#responsiveBaseFrame .finished-event-list figcaption > div .date-place {
	height: auto;
	margin: 0;
	min-height: 27px;
	overflow: hidden;
	padding: 6px 4px 2px 10px;
	white-space: pre;
	width: 352px;
}
#responsiveBaseFrame .finished-event-list figcaption > div .date-place .date {
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 175px;
}
#responsiveBaseFrame .finished-event-list figcaption > div .date-place .place {
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 165px;
}
#responsiveBaseFrame .finished-event-list figcaption > div .artist {
	background: none repeat scroll 0 0 #f3f3f3;
	display: block;
	font-weight: bold;
	height: auto;
	margin-right: 1px;
	min-height: 19px;
	overflow: hidden;
	padding: 6px 4px 0 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 352px;
}

#responsiveBaseFrame footer .inner {
	padding-top: 60px;
	padding-bottom: 60px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#responsiveBaseFrame footer nav ul {
	margin: auto;
	width: 1000px;
}
#responsiveBaseFrame footer nav ul li {
	background-image: url("../../pc_images/bg_footer_nav.gif");
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
	font-size: 11px;
	text-align: center;
	width: 200px;
}
#responsiveBaseFrame footer nav ul li:first-child a {
	background-image: url("../../pc_images/bg_footer_nav.gif");
	background-position: left center;
	background-repeat: no-repeat;
}
#responsiveBaseFrame footer nav ul li a {
	display: block;
	padding: 10px 0;
}

#responsiveBaseFrame footer nav ul li a,
#responsiveBaseFrame footer nav ul li a:link,
#responsiveBaseFrame footer nav ul li a:visited,
#responsiveBaseFrame footer nav ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#responsiveBaseFrame footer nav > a {
	display: none;
}

#responsiveBaseFrame footer .copyright {
	clear: both;
}
#responsiveBaseFrame footer .copyright p {
	display: block;
	margin: auto;
	text-align: center;
	width: 1000px;
}
#responsiveBaseFrame footer {
	background-color: #868686;
	background-image: none;
	color: #fff;
	margin-top: 0;
	min-width: 1000px;
	padding: 0;
	width: 100%;
}
#responsiveBaseFrame footer nav {
	border: medium none;
	margin-bottom: 50px;
	padding-bottom: 0;
}
#responsiveBaseFrame footer nav ul {
	width: auto;
}
#responsiveBaseFrame footer .copyright p {
	color: #e6e6e6;
	line-height: 19px;
	text-align: left;
}
#responsiveBaseFrame footer .copyright small {
	font-size: 13px;
}
#responsiveBaseFrame footer nav ul li {
	background-image: none;
	border-bottom: 1px solid #989898;
	color: #fff;
	font-size: 13px;
	margin-left: 30px;
	text-align: left;
	width: auto;
}
#responsiveBaseFrame footer nav ul li:first-child {
	margin-left: 0;
}
#responsiveBaseFrame footer nav ul li a {
	padding: 0 0 1px;
}
#responsiveBaseFrame footer nav ul li:first-child a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#responsiveBaseFrame .keyvisual {
	background-color: #19b5af;
	margin-bottom: 0;
	width: 100%;
}
#responsiveBaseFrame .keyvisual.white {
	background-color: #fff;
}
#responsiveBaseFrame .keyvisual .outer {
}
#responsiveBaseFrame .keyvisual .inner {
	height: 400px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#responsiveBaseFrame .keyvisual .b-center {
	display: block;
	margin: 0 auto;
}
#responsiveBaseFrame .keyvisual .b-center img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#responsiveBaseFrame .keyvisual .s-left {
	float: left;
	margin-top: 10px;
}
#responsiveBaseFrame .keyvisual .s-right {
	float: right;
	margin-top: 10px;
}
#responsiveBaseFrame .keyvisual.carousel .arrow-left {
	bottom: 7px;
	display: block;
	left: 0;
	position: absolute;
}
#responsiveBaseFrame .keyvisual.carousel .arrow-right {
	bottom: 7px;
	display: block;
	position: absolute;
	right: 0;
}
#responsiveBaseFrame .keyvisual.carousel .glide-nav {
	bottom: 5px;
}
#responsiveBaseFrame .keyvisual.carousel .glide-nav-item {
	background: none repeat scroll 0 0 #fff;
}
#responsiveBaseFrame .keyvisual.carousel .glide-nav-item:hover {
	background: none repeat scroll 0 0 #999;
}
#responsiveBaseFrame .keyvisual.carousel .glide-nav-item-current {
	background: none repeat scroll 0 0 #999;
}
#responsiveBaseFrame .banner-area.bottom-banner-area {
	margin: 20px auto 0;
}
#responsiveBaseFrame .banner-area.bottom-banner-area ul li {
	margin: 0 0 0 13px;
}
#responsiveBaseFrame .banner-area.bottom-banner-area ul li:first-child {
	margin-left: 0;
}

#responsiveBaseFrame .icon-copyright {
    font-family: 'Times New Roman','Times';
}

#responsiveBaseFrame footer.footer-center nav .links {
	width: 616px;
    text-align: center;
}
#responsiveBaseFrame footer.footer-center .copyright p {
	text-align: center;
}

/* 注目ワード */
#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .search-section .search-option-area {
    margin-top: 8px;
}
#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .search-section .search-option-area p {
    text-align:left;
}
#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .search-section .search-option-area a {
    margin: 0px 9px 0px 0px;
}
#prepareRegist {
    margin-bottom: 30px;
}
#prepareRegist p {
    color: #E25454;
    text-align: center;
    font-size: 12px;
}
#prepareRegist a {
    color: #FFF!important;
    display: inline-block;
    width: 215px;
    height: 29px;
    line-height: 34px;
    padding: 5px;
    margin-top: 0px;
    color: #fff;
    font-size: 18px;
    background: #e94d67;
    border-bottom: 2px solid #d52e43;
    border-radius: 2px;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}
