﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 160%;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	/*text-align: center;*/
	background: #fff;
	overflow-y: scroll;
	/*藤谷仕様*/background-image:url(../img/header/header_bg_lace.svg);		
	/*藤谷仕様*/background-position:center-top;
	/*藤谷仕様*/background-repeat:repeat-x;
	
}
*html body {overflow-y: auto;} /* IE6 */
*:first-child+html body {overflow-y: auto;} /* IE7 */

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

h1 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
h2 {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
}

#container {
	width: 100%;
	text-align: center;
	padding-top:80px;
}

/* .listCover
------------------------- */
.listCover {
	margin: 0 auto;
	text-align: center;
}

/* .listItem
------------------------- */
.listCover .listItem {
	padding: 10px 0;
	padding-left: 20px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}
.listCover .listItem img {
	width: 200px;
}
.listCover .active {
	background: url(../img/teacher/activeArrow.gif) no-repeat bottom center;
}
.listCover .listItem .selfRep {
	display: none;
}

/* .expandField
-------------------------*/
.expandField {
	padding: 10px 0;
	width: 100%;
	text-align: left;
	
	background: #643327;
	float: left;
	position: relative;
	overflow: hidden;
	margin-left:13px;	/*藤谷仕様*/
	font-size:16px;	/*藤谷仕様*/
	font-family: "メイリオ";/*藤谷仕様*/
}
.expandField .btnClose {
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/teacher/btnClose.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .btnPrev {
	top: 200px;
	left: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/teacher/btnPrev.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .btnNext {
	top: 200px;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/teacher/btnNext.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .selfRepInner {
	padding: 20px 20px;
	text-align: center;
	position: relative;
}
.expandField .selfRepInner .secLeft,
.expandField .selfRepInner .secRight {
	width: 50%;
	float: left;
}
.expandField .selfRepInner .secLeft {
	text-align: center;
}
.expandField .selfRepInner .secRight {
	text-align: left;
	color: #fff;
}
 
/* ===========================================
	SizeAdjustment

@media screen and (max-width: 600px) {
	.expandField .selfRepInner .secLeft img {
		width: 80%;
	}
}
@media screen and (max-width: 480px) {
	.expandField .selfRepInner .secLeft {
		display: none;
	}
	.expandField .selfRepInner .secRight {
		width: 100%;
		float: none;
	}
}
===========================================137-152から動かした */
/* =======================================
	ClearFix

.listCover:before,
.listCover:after,
.expandField .selfRepInner:before,
.expandField .selfRepInner:after {
	content: " ";
	display: table;
}
.listCover:after,
.expandField .selfRepInner:after {clear: both;}
.listCover,
.expandField .selfRepInner {*zoom: 1;}
=======================================155から動かした */