@media screen and (max-width: 640px) {
.pc {
	display:none !important;
}
#schedule section h1 {
	background:url(http://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/icon_schedule.png) 14px center #8dc2d4 no-repeat;
	background-size:22px auto;
	-moz-background-size: 22px auto;
	-webkit-background-size:22px auto;
	-o-background-size:22px auto;
}
/* =index.html
	------------------------------------------------------------------*/
	#schedule #contentsWrap section .contmain {
	margin-bottom:10px;
}
/* =タブ切り替え */
	#schedule #contentsWrap #tab li.select, #schedule #contentsWrap #tab li:hover, #schedule #contentsWrap #tab li:active {
	background: #fff;
	color:#8dc2d4;
}
/* =カレンダー切り替え */
	#schedule #contentsWrap section .switch {
	float: right;
	margin-top: 0px;
}
#schedule #contentsWrap section .switch p {
	display: none;
}
#schedule #contentsWrap section .switch form {
	float: left;
}
#schedule #contentsWrap section h2 {
	font-size: 18px;
	padding: 3px 0 11px 10px;
	color: #888;
	border-bottom: 1px solid #888;
	margin: 0;
}
#schedule section .tabInner dd .opponent, #schedule section .tabInner dd .site, #schedule section .tabInner dd .kickoff {
	margin-right: 10px;
}
#schedule section .tabInner dd .result {
	font-weight: bold;
}
#schedule section .tabInner .caution {
	text-align:right;
	margin: 10px 0 20px;
}
/* =detail.html
	------------------------------------------------------------------*/

#schedule .playOutline {
	padding: 0 10px;
	background:#3492b2;
	margin-bottom: 30px;
}
#schedule .playOutline ul{
	display:table;
	width: 100%;
	
}
#schedule .playOutline li{
	color:#fff;
	font-size:13px;
	line-height: 1.3;
	float: left;
	vertical-align: middle;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	padding: 15px 10px 15px 50px;
	border-top: 1px solid #8DC2D4;
}
#schedule .playOutline li:first-child{
	border-top: none;
}
#schedule .playOutline li.time{
	background: url(../img/schedule/icon_time.png) no-repeat 15px center;
}
#schedule .playOutline li.place{
	background: url(http://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/schedule/icon_place.png) no-repeat 15px center;
}
#schedule .playOutline li.game{
	background: url(http://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/schedule/icon_game.png) no-repeat 15px center;
}

#schedule .playOutline .caution {
	font-size:10px;
	display: block;
}
#schedule .playResult {
	width:100%;
	height:200px;
	background:url(http://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/schedule/bg_result_sp.jpg) no-repeat center;
	position:relative;
	color:#fff;
	font-weight:bold;
}
#schedule .playResult .left {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	text-align:center;
	padding:30px 0 0 0;
	height:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#schedule .playResult .right {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	text-align:center;
	padding:30px 0 0 0;
	height:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
@media screen and (min-width: 420px) {
#schedule .playResult .left {
 padding:20px 0 0 0;
}
#schedule .playResult .right {
 padding:20px 0 0 0;
}
}
#schedule .playResult .left .countryFlag img {
	height:45px;
	width:auto;
}
#schedule .playResult .right .countryFlag img {
	height:45px;
	width:auto;
}

#schedule .playResult .countryName {
	position:absolute;
	width:80%;
	text-align: center;
	top:80px;
	margin:0 auto;
	left:0;
	right:0;
	display: block;
}
#schedule .playResult .countryName span {
	font-size:14px;
	line-height:1.5;
	top:0;
	left:0;
	width: 100%;
	display: block;
	height: 100%;
	vertical-align:middle;
	text-align:center;
	word-break:break-all;
	margin: 0 auto;
}
#schedule .playResult .gameResult {
	font-size:50px;
	/*padding-top: 10px;*/
	position:absolute;
	top:68%;
	left:40%;
	z-index:100;
}
#schedule .playContents {
	clear:both;
	padding: 0 10px 30px;
}
#schedule .playContents p {
	font-size:14px;
	line-height: 1.8;
}

#schedule .commentWrap,
#schedule .commentBar {
	padding:0 10px 20px;
}
#schedule .commentWrap h3,
#schedule .commentBar h3 {
	text-align:center;
	line-height:3;
	background:#8dc2d4;
	height:52px;
	cursor: pointer;
}
#schedule .commentWrap h3 span,
#schedule .commentBar h3 span {
	color:#fff;
	font-size:18px;
	background:url(../img/pulldown_down_sp_ie8.png) no-repeat left;
	padding-left:30px;
}
#schedule .commentWrap h3.active span {
	background:url(../img/pulldown_up_sp_ie8.png) no-repeat left;
}
#schedule .comment {
	box-shadow:inset 0 0 0 1px #dedede;
}
#schedule .comment p {
	text-align:left;
	padding:15px;
	line-height:1.8;
	font-size:14px;
}
#schedule .comment p.signature {
	text-align:right;
	padding-top:0;
}
#schedule .commentWrap p.note {
	font-size: 12px;
	margin-top: 3px;
}
}
@media print, screen and (min-width: 641px) {
.sp {
	display:none !important;
}
#schedule a:hover dl dt {
	color:#000 !important;
}
#schedule section h1 {
	background:url(http://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/icon_schedule.png) 14px center #8dc2d4 no-repeat;
	background-size:32px auto;
	-moz-background-size: 32px auto;
	-webkit-background-size:32px auto;
	-o-background-size:32px auto;
	padding-left:55px;
}
/* =index.html
	------------------------------------------------------------------*/
	#schedule #contentsWrap section .contmain {
	margin-bottom:20px;
}
/* =カレンダー切り替え */
	#schedule #contentsWrap section .switch {
	float: right;
	margin-top: 24px;
}
#schedule #contentsWrap section .switch p {
	float: left;
	margin: 8px 15px 0 0;
}
#schedule #contentsWrap section .switch p a {
	background:url(../img/arrow.png) no-repeat left center;
	display:block;
	padding:0 0 0 15px;
}
#schedule #contentsWrap section .switch form {
	float: left;
}
#schedule #contentsWrap section h2 {
	font-size: 20px;
	padding: 26px 0 10px 10px;
	color: #888;
	border-bottom: 1px solid #888;
	margin: 0 0 10px;
}
/* =表示切り替え */

	#schedule #contentsWrap section .switch ul.disp_type {
	padding:0;
	margin:0 20px 0 0;
	list-style:none;
	float:left;
}
#schedule #contentsWrap section .switch ul.disp_type li {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
#schedule #contentsWrap section .switch ul.disp_type li a {
	width:35px;
	height:34px;
	display:block;
	text-indent:-9999px;
}
#schedule #contentsWrap section .switch ul.disp_type li a#type1 {
	background:url(http://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/schedule/btn_list-tp1_off.gif) 0 0 no-repeat;
}
#schedule #contentsWrap section .switch ul.disp_type li a#type2 {
	background:url(../img/schedule/btn_list-tp2_off.gif) 0 0 no-repeat;
}
#schedule #contentsWrap section .switch ul.disp_type li a#type1:hover {
	background:url(http://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/schedule/btn_list-tp1_on.gif) 0 0 no-repeat;
}
#schedule #contentsWrap section .switch ul.disp_type li a#type2:hover {
	background:url(../img/schedule/btn_list-tp2_on.gif) 0 0 no-repeat;
}
#schedule #contentsWrap section .switch ul.disp_type li.act a#type1 {
	background:url(http://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/schedule/btn_list-tp1_on.gif) 0 0 no-repeat !important;
}
#schedule #contentsWrap section .switch ul.disp_type li.act a#type2 {
	background:url(../img/schedule/btn_list-tp2_on.gif) 0 0 no-repeat !important;
}
#schedule section .tabInner dl dd {
	float: left;
}
#schedule section .tabInner dd .opponent, #schedule section .tabInner dd .site, #schedule section .tabInner dd .kickoff {
	margin-right: 10px;
}
#schedule section .tabInner dd .result {
	font-weight: bold;
}
#schedule section .tabInner .caution {
	text-align:right;
	margin: 20px 0 30px;
}
/* =detail.html
	------------------------------------------------------------------*/
	#schedule #contentsWrap section.detail .contmain {
	font-size: 14px;
	line-height: 1.5;
	background: #fff;
	color: #333333;
	border: 1px #dfdede solid;
	clear:both;
	padding-bottom:25px;
}
#schedule .playOutline {
	padding: 10px;
	background:#3492b2;
}
#schedule .playOutline ul{
	display:table;
	width: 100%;
	
}
#schedule .playOutline li{
	color:#fff;
	font-size:17.5px;
	line-height: 1.3;
	display:table-cell;
	vertical-align: middle;
	width: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	padding: 0 5px 0 60px;
	border-left: 1px solid #8DC2D4;
}
#schedule .playOutline li.time{
	background: url(../img/schedule/icon_time.png) no-repeat 20px center;
}
#schedule .playOutline li.place{
	background: url(http://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/schedule/icon_place.png) no-repeat 20px center;
}
#schedule .playOutline li.game{
	background: url(http://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/schedule/icon_game.png) no-repeat 20px center;
}
#schedule .playOutline li:first-child{
	border-left: 0;
}
#schedule .playOutline li.icon img{
	margin-top: 5px;
}
#schedule .playOutline .caution {
	font-size:12px;
	display: block;
}
#schedule .playResult {
	width:100%;
	position:relative;
	color:#fff;
	font-weight:bold;
	margin-bottom:306px;
}
#schedule .playResult .left {
	position:absolute;
	top:0;
	left:0;
	text-align:left;
}
#schedule .playResult .right {
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}
#schedule .playResult .left .playCountry {
	position:absolute;
	top:60px;
	left:44px;
}
#schedule .playResult .right .playCountry {
	position:absolute;
	top:60px;
	right:44px;
}

#schedule .playResult .countryName {
	width:50%;
	text-align: center;
	margin:55px auto 0;
}
#schedule .playResult .countryName span {
	font-size:27px;
	line-height:1.5;
	/*position:absolute;
	top:10px;
	left:0;*/
	width: 100%;
	display: block;
	height: auto;
	vertical-align:middle;
	text-align:center;
	word-break:break-all;
}
/*#schedule .playResult .countryName span.over10 {
	font-size:35px;
	top:10px;
}
#schedule .playResult .countryName span.over15 {
	font-size:30px;
	top:10px;
}
#schedule .playResult .countryName span.over25 {
	font-size:25px;
	top:10px;
}

#schedule .playResult .countryName span {
	font-size:45px;
	line-height:1.2;
	position:absolute;
	top:25px;
	left:0;
	width: 100%;
	display: block;
	height: 100%;
	vertical-align:middle;
	text-align:center;
	word-break:break-all;
}
#schedule .playResult .countryName span.over10 {
	font-size:35px;
	top:10px;
}
#schedule .playResult .countryName span.over15 {
	font-size:30px;
	top:10px;
}
#schedule .playResult .countryName span.over25 {
	font-size:25px;
	top:10px;
}*/
#schedule .playResult .left .gameResult {
	position:absolute;
	top:135px;
	left:40%;
	font-size:115.5px;
	vertical-align:middle;
}
#schedule .playResult .right .gameResult {
	position:absolute;
	top:135px;
	right:40%;
	font-size:115.5px;
	vertical-align:middle;
}
#schedule .playResult .resultJapan {
	width:518px;
	height:306px;
	background:url(../img/schedule/bg_result_left.png) no-repeat left center;
	background-size:518px auto;
}
#schedule .playResult .resultKorea {
	width:518px;
	height:306px;
	background:url(http://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/schedule/bg_result_right.png) no-repeat right center;
	background-size:518px auto;
}
#schedule .playContents {
	padding: 25px 44px;
}
#schedule .playContents p {
	font-size:14px;
	line-height: 1.8;
}
#schedule .commentWrap,
#schedule .commentBar {
	width:874px;
	margin:0 auto 60px;
}
#schedule .commentWrap h3,
#schedule .commentBar h3 {
	text-align:center;
	line-height:3;
	background:#8dc2d4;
	height:52px;
	cursor: pointer;
}
#schedule .commentWrap h3 span,
#schedule .commentBar h3 span {
	color:#fff;
	font-size:18px;
	background:url(../img/pulldown_down_sp_ie8.png) no-repeat left;
	padding-left:30px;
}
#schedule .commentWrap h3.active span {
	background:url(../img/pulldown_up_sp_ie8.png) no-repeat left;
}
#schedule .comment {
	border:solid 1px #dedede;
}
#schedule .comment p {
	text-align:left;
	padding:25px;
	line-height: 1.8;
}
#schedule .comment p.signature {
	text-align:right;
	padding-top:0;
}
}