/* フォントスタイル */
/* 大きさを決める */
html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body {
	font-size: 12px;
	font-size: 1.2rem;/* sets the default sizing to make sure nothing is actually 10px */
}
/* bodyにフォントスタイル適用 あと色々適用しておく */
body {
	font-family: 'Avenir Next', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, Osaka, sans-serif;
	line-height: 120%
}
/* clearfix */

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*　aのスタイルは link-visited-hover-active の順で　*/
a:link {
	color: navy;
	text-decoration: none
}
a:visited {
	color: gray;
	text-decoration: none
}
a:hover {
	color: navy;
	text-decoration: underline
}
a:active {
	color: red;
	text-decoration: underline
}

img {
	border: none; /* 画像にリンクがあってもborder:0 */
}

/* レイアウトしていく */

#pageWrap {
	width: 100%;
	text-align: center;
}
#pageWrap #pageTop {
	width: 100%;
	text-align: center;
	margin: 12px auto 0 auto;
}
#pageWrap #pageMid {
	width: 730px;
	text-align: left;
	margin: 12px auto 0 auto;
}
#pageWrap #pagebtm {
	width: 100%;
	text-align: center;
	margin: 12px 0;
}


/* pageTop のスタイル */

#pageTop table {
	width:730px;
	margin:0 auto;
}
#pageTop table td {
	font-weight: bold;
	padding:2px;
}
#pageTop table td#title_black {
	color: #000;
	font-size: 14px;
	line-height: 150%;
	text-align:left;
	background-color: #FFF;
}
#pageTop table td#school_name_black {
	color: #000;
	text-align:right;
	background-color: #FFF;
}
#pageTop table td#school_name_white {
	color: #FFF;
	text-align:right;
	background-color: #999;
}


/* pageMid のスタイル */
.inpage_link ul {
	margin-bottom:24px;
}
.inpage_link ul li {
	display:block;
	float:left;
	width:100px;
	text-align:center;
	margin-right:5px;
}
.inpage_link ul li.last {
	margin-right:0;
}
#pageMid h2 {
	font-size:14px;
	font-weight:bold;
	background:#66CC66;
	margin-bottom:16px;
	padding:6px 8px;
}
#pageMid .ichiran {
	width:730px;
}
#pageMid .ichiran table {
	width:728px;
	border-top:#666 1px solid;
	border-right:#666 1px solid;
	margin-bottom:14px;
}
#pageMid .ichiran table td {
	text-align:center;
	vertical-align:middle;
	padding:2px;
	border-left:#666 1px solid;
	border-bottom:#666 1px solid;
}




/* idのスタイル */

/* index.cssから移植 */
#ichiran {
	width: 750px;
	margin: 1em auto;
}



 /* 課題一覧ページの、旧#mondai */
/* net.cssのもの 課題ページ用 */
#mondai {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}
#mondai table td.content_td {
	text-align: center;
}
#sakurei {
	width: 500px;
	margin: 0 auto;
	page-break-before: always; /* page-break-beforeで印刷時に強制改ページ */
}
#sakurei_black {
	color: #000;
	font-weight: bold;
	background-color: #ccc;
	padding: 2px;
	text-align: center;
}
/* classのスタイル */

/* index.cssから移植 */

.kadai_table {
	width: 650px;
	background-color: #999;
	color: #000;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.class_table {
	width: 650px;
	color: #000;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.in_table {
	line-height: 130%;
	width: 100px;
	padding: 2px 2px 2px 2px;
	background-color: #FFF;
	border: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
}
.classname_td {
	width: 210px;
	padding: 4px 4px 4px 4px;
	background-color: #CCC;
	margin-left: auto;
	margin-right: auto;
}
.arrow_td {
	width: 36px;
	padding: 4px 4px 4px 4px;
	background-color: #CCC;
}
.week_td {
	width: 18px;
	padding: 2px 2px 2px 2px;
	background-color: #fff;
	text-align: center;
}
.mon2wed_td {
	width: 196px;
	padding: 4px 4px 4px 4px;
	background-color: #fff;
	text-align: center;
}
.kadai_td {
	padding: 2px 2px 2px 2px;
	background-color: #fff;
	text-align: center;
}
.kadaikiso_td {
	width: 316px;
	padding: 2px 2px 2px 2px;
	background-color: #fff;
	text-align: center;
}
.movie_td {
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
}
.movie_td a img {
	border: none;
}
.gray666 {
	color: #666;
}
/* net.cssのもの 課題ページ用 */

.content_td {
	color: #000;
	font-size: 12px;
	line-height: 150%;
	width: 100px;
	vertical-align: middle;
	text-align: center;
	background-color: #FFF;
	padding: 4px
}
.sakurei_td {
	text-align: center;
	width: 50%;
	padding: 2px 2px 2px 2px;
}
.kaisetsu_td {
	color: #000;
	font-size: 12px;
	line-height: 150%;
	width: 100px;
	vertical-align: top;
	text-align: center;
	background-color: #FFF;
	padding: 4px
}








/* 印刷するとき */
@media print {
#douga {
	display: none;
} /* 印刷時は動画部分を含めない */
}
