@charset "utf-8";


/* -- Reset style
-------------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
}
body {
	font: 13px/1 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #000;
	text-align: center;
	letter-spacing: 0;
	background: #FFF;
	min-width: 1200px;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
address, em, s, cite, q, dfn, abbr, time, code, var, samp, kbd, sub, sup, i, mark, ruby {
	font-style: normal;
	font-weight: normal;
} 
fieldset,img {
	border: 0;
	vertical-align: top;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #FF9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #FF9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
select,input,button,textarea,button {
	font: 99% arial,helvetica,clean,sans-serif;
}
pre,code,kbd,samp,tt {
	font-family: monospace;
	line-height: 100%;
}
sup {
	font-size: 75%;
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
ul {
	list-style: none;
}
*::selection {
	background: #F33;
	color: #FFF;
}
*::-moz-selection {
	background: #F33;
	color: #FFF;
}



/* -- for Smartphone
-------------------------------------------------------------------------------- */
body {
	-webkit-text-size-adjust: 100%;
}
.ua-android p,.ua-android li {
   background: url(/high-school/sp/common/img/s.gif) no-repeat;
}



/* -- Link
-------------------------------------------------------------------------------- */
a {
	color: #3baec1;
	text-decoration: none;
	outline: none;
}
a:hover,a:active,a:focus {
	color: #3baec1;
	text-decoration: underline!important;
}
a:hover,
input[type="image"]:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-transition: color 0.5s ease,opacity 0.5s ease;
	-webkit-transition: color 0.5s ease,opacity 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: color 0.5s ease,opacity 0.5s ease;
}



/* -- Common
-------------------------------------------------------------------------------- */
.clr { clear: both; }
.fr { float: right; }
.fl { float: left; }
.ar { text-align: right!important; }
.al { text-align: left!important; }
.ac { text-align: center; }
.redTx{	color:#D50003; } 
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.cf { display: inline-block; }
.cf { display: block; }



/* -- for old IE
-------------------------------------------------------------------------------- */
.ua-ie-8 a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
