@media screen and (max-width: 1024px) {
	section#second .inner h2#partyTtl {
		margin: auto auto 15px auto;
		padding-bottom: 10px;
		font-size: 2.0rem;
		line-height: 2.6rem;
	}
	section#second .inner .en {
		font-family: 'Droid Serif', serif;
		font-weight: normal;
		font-style: italic;
		font-size: 1.0rem;
		display: block;
		margin: 15px auto 5px auto;
	}
	section#second .inner .timeandCharge {
		display: block;
		font-size: 0.8rem;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	section#second .inner article#partyInfo {
		border-bottom: none;
	}
	section#second .inner article#partyInfo img {
		width: 100%;
		height: auto;
	}
	section#second .inner article#partyInfo #actInfo {
		clear: both;
		padding: 0px;
		text-align: center;
		margin-top: 20px;
	}
	section#second .inner article#partyInfo #actInfo #act {
		margin: 0;
		font-size: 1.0rem;
	}
	section#second .inner article#partyInfo #actInfo #extra {
		font-family: "Yu Gothic", YuGothic, sans-serif;
		text-align: left;
		clear: both;
	}
	section#second .inner a.back {
		float: left;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		border: 1px solid #000;
		background: #000;
		color: #FFF;
		padding: 5px 30px;
		font-weight: normal;
		font-size: 0.7rem;
		letter-spacing: 0.1rem;
		display: block;
		transition: background-color 0.5s;
		margin: 0px auto auto auto;
	}
	section#second .inner a.back i {
		font-size: 0.6rem;
	}
	section#second .inner a.back:hover {
		border: 1px solid #CCC;
		background: #FFF;
		color: #000;
	}
	section#second .inner #share {
		float: right;
		font-size: 0.9rem;
		margin-top: 10px;
	}
	section#second .inner #share ul {
		float: right;
		margin: auto auto auto 20px;
	}
	section#second .inner #share ul li {
		float: left;
		font-size: 1.1rem;
	}
	section#second .inner #share ul li:first-child:after {
		content: "|";
		font-weight: normal;
		margin: auto 10px;
	}
	section#second .inner article {
		overflow: hidden;
		margin: 10px 5px auto 5px;
		width: 100%;
		border-bottom: 1px solid #000;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	section#second .inner article .ttl {
		overflow: hidden;
		float: left;
		padding-right: 10px;
		margin: auto auto 15px auto;
	}
	section#second .inner article .ttl .month {
		font-family: 'Droid Serif', serif;
		font-weight: normal;
		font-style: italic;
		font-size: 0.7rem;
		display: block;
		width: 100%;
	}
	section#second .inner article .ttl .date {
		font-size: 2rem;
		display: block;
		width: 100%;
		margin: 0px auto;
	}
	section#second .inner article .ttl .dayoftheWeek {
		font-family: 'Droid Serif', serif;
		font-weight: normal;
		font-style: italic;
		font-size: 0.8rem;
		display: block;
		width: 100%;
		margin: auto auto 0px auto;
	}
	section#second .inner article .ttl hr {
		display: none;
	}
	section#second .inner article .ttl a img {
		border-radius: 100px;
		height: 40px;
		width: 40px;
	}
	section#second .inner article .information {
		float: left;
		width: 86%;
		text-align: left;
		padding-left: 15px;
		display: block;
		overflow: hidden;
		margin: auto auto 10px auto;
		border-left: 1px solid #000;
	}
	section#second .inner article .information .pcThumb {
		display: none;
	}
	section#second .inner article .information a {
		float: left;
		margin: 5px 10px auto auto;
	}
	section#second .inner article .information a img {
		border-radius: 100px;
		height: 40px;
		width: 40px;
	}
	section#second .inner article .information h3 {
		float: left;
		font-size: 1.0rem;
		line-height: 1.4rem;
		margin-top: -15px;
		margin-bottom: 0px;
		display: block;
		text-align: left;
		letter-spacing: 0.05rem;
	}
	section#second .inner article .information .time {
		clear: both;
		margin-top: 5px;
		font-size: 0.7rem;
		font-weight: normal;
		width: 100%;
		display: block;
	}
	section#second .inner article .information p {
		clear: both;
		margin: 0;
		font-size: 0.8rem;
		line-height: 1.2rem;
		overflow: hidden;
	}
	.extraImg {
		width: 100%;
	}
	.clear {
		clear: both;
	}
	section#second .inner article a.chkMore {
		clear: both;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		border: 1px solid #000;
		background: #000;
		color: #FFF;
		padding: 5px 20px;
		font-weight: normal;
		font-size: 0.7rem;
		letter-spacing: 0.1rem;
		width: 100%;
		display: block;
		transition: background-color 0.5s;
	}
	section#second .inner article a.chkMore i {
		font-size: 0.6rem;
	}
	section#second .inner article a.chkMore:hover {
		border: 1px solid #CCC;
		background: #FFF;
		color: #000;
	}
	section#second .inner article:last-child {
		border-bottom: none;
		margin-bottom: 0px;
	}
}

@media screen and (min-width: 1024px) {
	.extraImg {
		width: 250px!important;
	}
	.clear {
		clear: both;
	}
	section#second .inner h2#partyTtl {
		margin: 20px auto 25px auto;
		padding: 10px;
		line-height: 3rem;
		letter-spacing: 0.05em;
	}
	section#second .inner .en {
		font-family: 'Droid Serif', serif;
		font-weight: normal;
		font-style: italic;
		font-size: 1.0rem;
		display: block;
		margin: 15px auto 5px auto;
	}
	section#second .inner .timeandCharge {
		display: block;
		font-size: 0.9rem;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	section#second .inner article#partyInfo {
		border-bottom: none;
		margin: 20px auto 50px auto;
	}
	section#second .inner article#partyInfo img {
		float: left;
		display: block;
		width: 435px;
		height: auto;
	}
	section#second .inner article#partyInfo #actInfo {
		padding: 0px;
		float: right;
		width: 515px;
		text-align: left;
	}
	section#second .inner article#partyInfo #actInfo p {
		margin: 0px;
	}
	section#second .inner article#partyInfo #actInfo #act {
		margin: 0;
		font-size: 1.0rem;
	}
	section#second .inner article#partyInfo #actInfo #extra {
		font-family: "Yu Gothic", YuGothic, sans-serif;
		margin-top: 20px;
		clear: both;
	}
	section#second .inner a.back {
		float: left;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		border: 1px solid #000;
		background: #000;
		color: #FFF;
		padding: 5px 20px;
		font-weight: normal;
		font-size: 0.7rem;
		letter-spacing: 0.1rem;
		width: 18%;
		display: block;
		transition: background-color 0.5s;
		margin: 0 px auto auto auto;
	}
	section#second .inner a.back i {
		font-size: 0.6rem;
	}
	section#second .inner a.back:hover {
		border: 1px solid #CCC;
		background: #FFF;
		color: #000;
	}
	section#second .inner #share {
		float: right;
		font-size: 0.9rem;
	}
	section#second .inner #share ul {
		float: right;
		margin: auto auto auto 20px;
	}
	section#second .inner #share ul li {
		float: left;
		font-size: 1.1rem;
	}
	section#second .inner #share ul li:first-child:after {
		content: "|";
		font-weight: normal;
		margin: auto 10px;
	}
	section#second .inner article {
		overflow: hidden;
		margin: 10px 5px auto 5px;
		width: 100%;
		border-bottom: 1px solid #000;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	section#second .inner article .ttl {
		float: left;
		margin: auto 30px auto auto;
		width: 70px;
	}
	section#second .inner article .ttl .month {
		font-family: 'Droid Serif', serif;
		font-weight: normal;
		font-style: italic;
		font-size: 0.8rem;
		display: block;
		width: 100%;
	}
	section#second .inner article .ttl .date {
		font-size: 3rem;
		display: block;
		width: 100%;
		margin: 10px auto;
	}
	section#second .inner article .ttl .dayoftheWeek {
		font-family: 'Droid Serif', serif;
		font-weight: normal;
		font-style: italic;
		font-size: 0.9rem;
		display: block;
		width: 100%;
		margin: auto auto 10px auto;
	}
	section#second .inner article .ttl hr {
		display: none;
	}
	section#second .inner article .ttl .spThumb {
		display: none;
	}
	section#second .inner article .information {
		float: left;
		width: 70%;
		text-align: left;
		border-left: 1px solid #000;
		padding-left: 30px;
		display: block;
	}
	section#second .inner article .information a {
		float: left;
		margin: auto 20px auto auto;
	}
	section#second .inner article .information a img {
		border-radius: 100px;
		height: 80px;
		width: 80px;
	}
	section#second .inner article .information h3 {
		font-size: 1.2rem;
		line-height: 1.4rem;
		letter-spacing: 0.05em;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 100px;
		display: block;
		width: 70%;
		text-align: left;
		overflow: hidden;
	}
	section#second .inner article .information .time {
		margin-top: 5px;
		font-size: 0.7rem;
		font-weight: normal;
		width: 100%;
		margin-left: 100px;
		display: block;
	}
	section#second .inner article .information p {
		padding-left: 100px;
		margin: 0px;
	}
	section#second .inner article a.chkMore {
		float: right;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		border: 1px solid #000;
		background: #000;
		color: #FFF;
		padding: 5px 20px;
		font-weight: normal;
		font-size: 0.7rem;
		letter-spacing: 0.1rem;
		width: 18%;
		display: block;
		transition: background-color 0.5s;
		margin: 25px auto auto auto;
	}
	section#second .inner article a.chkMore i {
		font-size: 0.6rem;
	}
	section#second .inner article a.chkMore:hover {
		border: 1px solid #CCC;
		background: #FFF;
		color: #000;
	}
	section#second .inner article:last-child {
		border-bottom: none;
	}
}

/*# sourceMappingURL=schedule.css.map */
