<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
	Site Name: 速報！甲子園への道[PC]
	Version: 
	Author: 
*/

/* =============================================
 共通
============================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}
body{
	position: relative;
	color: #333;
	font-size: 0.88rem;
	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

/* -------------------------------------------
 a
------------------------------------------- */
a{
	outline: none;
	color: #0a8736;
	text-decoration: underline;
}
a:hover{
	color: #0a8736;
	text-decoration: none;
}

/* -------------------------------------------
 共通クラス
------------------------------------------- */
.smp{
	display:none !important;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
@media screen and (min-width:641px) {
 .onlyPC {
  display: block;
 }
 .onlySP {
  display: none !important;
 }
}
@media screen and (max-width:640px) {
 .onlyPC {
  display: none !important;
 }
 .onlySP {
  display: none !important;
 }
}</pre></body></html>