@charset "UTF-8";
.titleimg {
	background-image: url(../ui/title_f08.jpg);
	background-repeat: no-repeat;
}

/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 25px;
	width: 5%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(images/cursors/cursor_arrow_left.png), url(images/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 25px;
	width: 5%;
	height: 100%;
	background-image: url(images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(images/cursors/cursor_arrow_right.png), url(images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

/* 科目紹介　*/


#pagewidth #wrapper #main #maincontents .gakkahissshu {
	background-image: url(subject/images/gakkalist_f01.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 6px;
	padding:0 0 0 16px;
}
#pagewidth #wrapper #main #maincontents .gakkasenhitsu {
	background-image: url(subject/images/gakkalist_f02.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 6px;
	padding:0 0 0 16px;

}
#pagewidth #wrapper #main #maincontents .gakkasentaku {
	background-image: url(subject/images/gakkalist_f03.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 6px;
	padding:0 0 0 16px;
}
#pagewidth #wrapper #main #maincontents #course {
	border: 1px solid #CCCCCC;
	width: 520px;
	padding: 0em 1em 1em;
}
#pagewidth #wrapper #main #maincontents #course h4 {
	padding: 0.5em;
	background-color: #E5F3FF;
	border-top: #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
}
#pagewidth #wrapper #main #maincontents #talk dt {
	font-weight: bold;
	color: #003366;
	float: left;
}
#pagewidth #wrapper #main #maincontents #talk dd {
	margin-left: 4.6em;
}
#pagewidth #wrapper #main #maincontents #talk {
	margin-top: 2em;
}


#pagewidth #wrapper #menu #submenu #intermenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#pagewidth #wrapper #menu #submenu #intermenu li a {
	display:block;
	margin:0;
	padding:0px 0 0px 8px;
	background-color: #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #999;
	_width:90%; vertical-align:bottom;
}
#pagewidth #wrapper #menu #submenu #intermenu li a:hover {
	display:block;
	margin:0;
	text-decoration: none;
	background-color: #eee;
}
#pagewidth #wrapper #menu #submenu #intermenu li b {
font-weight:normal;
font-size:0.9em;
}

#pagewidth #wrapper #menu #submenu #intermenu h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-width: 1px;
}
#pagewidth #wrapper #main #maincontents table .torikumi {
	padding-right: 10px;
	vertical-align: top;
	font-size: 0.94em;
}
#pagewidth #wrapper #main #maincontents .tweet td {
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
		vertical-align: top;
	padding:0.5em;
}
#pagewidth #wrapper #main #maincontents .tweet img {
	margin-right:8px;
}
#pagewidth #wrapper #main #maincontents .messebox {
	border: 1px solid #9999FF;
	background-color: #E5E6FF;
	width: 520px;
	padding-left: 10px;
}
#pagewidth #wrapper #main #maincontents .messebox2 {
	border: 1px solid #99CC66;
	background-color: #E5FFE6;
	width: 700px;
	margin:0 auto;
	padding-left: 10px;
}
#pagewidth #wrapper #main #maincontents .messebox3 {
	border: 1px solid #99CC66;
	background-color: #E5FFE6;
	width: 520px;
	padding-left: 10px;
}
#pagewidth #wrapper #main #maincontents .messebox2 h4, #pagewidth #wrapper #main #maincontents .messebox3 h4 {
	color: #336633;
}
#pagewidth #wrapper #main #maincontents .messebox4 {
	border: 1px solid #FF6666;
	background-color: #FFE6E6;
	width: 520px;
	padding-left: 10px;
}
#pagewidth #wrapper #main #maincontents .messebox4 h4 {
	color: #CC3333;
}
#pagewidth #wrapper #main #maincontents .notes {
	font-size: 0.84em;
	margin-bottom:0.6em;
}
#pagewidth #wrapper #main #maincontents .senmonlit dd {
	background-image: url(subject/images/senmon_lit.gif);
	background-repeat: no-repeat;
	padding-left:28px;
	background-position: 8px 2px;
}
#pagewidth #wrapper #main #maincontents #inportantinfo ul{
	height: 130px;
	overflow: auto;
}
#pagewidth #wrapper #menu #submenu #intermenu  {
	margin-bottom:1em;
	font-size:0.9em;
}#pagewidth #wrapper #main #maincontents .senmonlit dt {
	font-weight: bold;
}




/* 学科アイコン　*/

#maincontents .subc {
	background-image: url(subject/images/schooldays_f01.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

#maincontents .sube {
	background-image: url(subject/images/schooldays_f02.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

#maincontents .subp {
	background-image: url(subject/images/schooldays_f03.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

#maincontents .subpp {
	background-image: url(subject/images/schooldays_f04.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

#maincontents .subw {
	background-image: url(subject/images/schooldays_f05.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

#maincontents .subf {
	background-image: url(subject/images/schooldays_f06.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
#maincontents .subw2 {
	background-image: url(subject/images/schooldays_f13.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

#maincontents .subn {
	background-image: url(subject/images/schooldays_f07.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
#maincontents .subm {
	background-image: url(subject/images/schooldays_f12.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

#maincontents .subme {
	background-image: url(subject/images/schooldays_f08.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

#maincontents .subml {
	background-image: url(subject/images/schooldays_f09.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
#maincontents .submf {
	background-image: url(subject/images/schooldays_f10.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
#maincontents .submn {
	background-image: url(subject/images/schooldays_f11.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
#maincontents #subjlist dl {
	margin:0em 0 0.5em 0;
	padding: 0 4px 0 112px;
	height:108px;
}
#maincontents #subjlist dt {
	color:#036;
	margin:6px 0 4px 0em;
	padding:0;
	font-size: 1.2em;
	line-height:200%;
}
#maincontents #subjlist dd {
	border-width:0;
	margin:0;
	padding:0em .5em 0em 0;
	line-height:170%;
}
#maincontents #subjlist dd strong {
	font-weight:700;	font-size:1.1em;
}
#maincontents #subjlist h3 {
	clear:both;
	margin-top:0;
}
#maincontents #subjlist dl.lit{
	border: 1px solid #CCCCFF;
	background-color: #F2F3FF;
}
#maincontents #subjlist dl.life{
	border: 1px solid #99CCCC;
	background-color: #F2FFFF;
}
#maincontents #subjlist dl.nur{
	border: 1px solid #FFCCCC;
	background-color: #FFF3F3;
}
#maincontents #subjlist dl.man{
border: 1px solid #99CCFF;
	background-color: #F2F9FF;
}
#maincontents #subjlist dl.master{
		border: 1px solid #CCCCCC;

}
/*
#maincontents #subjlist dl.lit strong{
	color: #333399;
}
#maincontents #subjlist dl.life strong{
	color: #006666;
}
#maincontents #subjlist dl.nur strong{
	color: #993333;
}
#maincontents #subjlist dl.man strong{
	color: #0033CC;
}
*/





/* 左向き
----------------------------------------------------------- */
div.comment1-1	{
	width: 420px;
	padding: 0 10px;
	margin-bottom: 10px;
	position: relative;
}
div.comment1-1 .commentContents	{
	width: 360px;
	float: right;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 12px 19px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
div.comment1-1 .commentContents	p	{
	margin-bottom: 1.2em;
}
div.comment1-1 p.img	{
	position: absolute;
	left: 0;
	top: 70px;
}
div.comment1-1:after	{ height:0;	visibility: hidden;	content: ".";	display: block;	clear: both; }


/* 左向き
----------------------------------------------------------- */
div.comment1-2	{
	width: 420px;
	padding: 0 10px;
	margin-bottom: 10px;
	position: relative;
}
div.comment1-2 .commentContents	{
	width: 360px;
	float: left;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 12px 19px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
div.comment1-2 .commentContents	p	{
	margin-bottom: 1.2em;
}
div.comment1-2 p.img	{
	position: absolute;
	left: 409px;
	top: 70px;
}
div.comment1-2:after	{ height:0;	visibility: hidden;	content: ".";	display: block;	clear: both; }
#pagewidth #wrapper #main #maincontents #slider1, #pagewidth #wrapper #main #maincontents #slider2 {
	width: 440px;
	list-style-type: none;
	margin:0;
	padding:0;
}
.bx-prev {margin-left:120px;}

