/*----------------------------------------------------------------------------
******************************************************************************
base
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== base === */
body { background: url(../images/body-bg.jpg); }
/* ==== layout === */
.layout {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
/* ==== header === */
.hd-bg {
	background: url(../images/hd-bg.png) repeat-x;
	border-bottom: 1px solid #E3E3E3;
}
.hd-con {
	height: 110px;
	position: relative;
	padding-top: 20px;
}
.hd-nav-con {
	display: inline-block;
	position: absolute;
	top: -3px;
	right: 0;
}
.hd-nav-con li {
	background: url(../images/icon-triangle.png) no-repeat left center;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
}
.hd-nav-con li a {
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
}
.hd-nav-con li a:hover { text-decoration: underline; }
.hd-logo-con { display: inline-block; }
/* ==== global nav === */
.gnav-bg { background: url(../images/gnav-bg.png) repeat-x; position: relative; z-index: 10; }
.gnav-con { }
.gnav-con li { float: left; }
/* ==== content === */
.con-con { padding: 20px 0 30px; }
.content { word-wrap: break-word; }
/* a */
.content a img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* dl */
.content dl {
	margin-bottom: 20px;
	margin-top: 20px;
}
.content dl dt, .content dl dt {
	margin-bottom: 10px;
	margin-top: 10px;
}
/* h */
.content h1, .title1 {
	border-top: 5px solid #2C4679;
	color: #2C4679;
	font-size: 1.6em;
	line-height:1.3em;
	margin-bottom: 20px;
	padding-top: 16px;
}
.content h2 {
	border-radius: 5px;
	border: 1px solid #ccc;
	border-bottom: 3px solid #2C4679;
	font-size: 1rem;
	margin-bottom: 15px;
	margin-top: 20px;
	padding: 7px 10px;
}
.content h3 {
	color: #2C4679;
	margin-bottom: 15px;
	margin-top: 20px;
}
.content h4 {
	margin-bottom: 10px;
	margin-top: 20px;
}
/* hr */
.content hr {
	border: none;
	border-top: 1px dotted rgba(0, 0, 0, 1);
}
/* iframe */
.content iframe { max-width: 100%; }
/* img */
.content img {
	max-width: 100%;
	height: auto;
}
/* ol */
.content ol {
	margin-bottom: 20px;
	margin-left: 1.5em;
	margin-top: 20px;
}
.content ol li { margin-left: 5px; margin-bottom: 10px; }
/* p */
.content p { margin-bottom: 10px; }
/* ul */
.content ul {
	list-style-type: disc;
	margin-bottom: 20px;
	margin-left: 1.5em;
	margin-top: 20px;
}
.content ul li { margin-left: 5px; margin-bottom: 10px;}
/* table */
.content table {
	margin-bottom: 10px;
	margin-top: 10px;
}
.main-con {
	float: right;
	width: 720px;
}
.main-con-wide { }
.sub-con{
	float: left;
	width: 240px;
}
.sub-nav-con.archive{
	margin-top: 20px;
}
.sub-nav-title{
	font-size: 0.9rem;
	font-weight: normal;
	margin-bottom: 10px;
}
.sub-nav-list li{
	margin-bottom: 1px;
}
.sub-nav-list a{
	background-color: #E8EEF9;
	display: block;
	font-size:0.9em;
	line-height: 1.4em;
	padding: 10px;
	text-decoration: none;
}
.sub-nav-list a:hover{
	background-color: #DBE3F4;
	text-decoration: underline;
}
/* ==== footer === */
.ft-bg { background: url(../images/ft-bg.png) repeat-x; }
.ft-con {
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}
.ft-con .copyright { font-size: 0.7rem; }
/* ==== pagetop === */
.pagetop {
	bottom: 30px;
	display: table;
	height: 5em;
	position: fixed;
	right: 30px;
	width: 5em;
	z-index: 100;
}
.pagetop span {
	background-color: #415F93;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #FFF;
	cursor: pointer;
	display: table-cell;
	font-size: 0.5em;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	vertical-align: middle;
}
.pagetop span:hover {
	filter: alpha(opacity=80);/*IE*/
	opacity: 0.8;
}
/*----------------------------------------------------------------------------
******************************************************************************
original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Home === */
.home h1.style1{
	margin-bottom: 5px;
}
.home-slide-con { margin-bottom: 30px; position: relative; z-index: 0; }
.home-nav-sec { margin-bottom: 30px; }
.home-nav-con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-nav-con .card {
	background-color: #FFF;
	border-radius: 5px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.2);
	width: calc((100% - 60px) / 4 );
	padding: 10px 10px 15px;
	margin-bottom: 20px;
}
.home-nav-con .card .thum {
	border-radius: 5px 5px 0 0;
	height: 190px;
	overflow: hidden;
	margin: -10px;
	margin-bottom: 10px;
	position: relative;
}
.home-nav-con .card .thum img {
	height: 100%;
	min-width: auto;
}
.home-nav-con .card .title {
	background-color: rgba(65, 95, 147, 1.0);
	bottom: 0;
	color: #FFF;
	margin: -10px -10px 10px;
	padding: 5px 10px;
}
.home-nav-con .card .context {
	border-bottom: 1px solid #CCC;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 10px;
	margin-bottom: 10px;
}
.home-nav-con .card .links {
	font-size: 1.3em;
	display: block;
	text-align: center;
	text-decoration: none;
}
.home-nav-con .card .links:hover { text-decoration: underline; }
.home-nav-con > .context {
	/** width: 734px; **/
	/** 変更 **/
	width: 100%;
	padding-right: 10px;
	margin-bottom: 10px;
}
.home-news-con{
	/** height: 170px; **/
	/** 変更 **/
	height: 450px;
	overflow: auto;
}
.home-news-title-link{
	float: right;
	font-size: 0.8rem;
	padding: 0 0.8rem;
}
.news-time {
	background: url(../images/icon-circle.png) no-repeat left center;
	display: inline-block;
	float: left;
	font-size: 0.8em;
	padding-left: 15px;
}
.news-title {
	border-bottom: 1px dotted #333;
	padding: 0 0 8px 130px;
	margin-bottom: 10px;
}
.news-sec .news-title:nth-last-of-type(1), .topics-sec .news-title:nth-last-of-type(1) {
 margin-bottom: 0;
}
	
/* ==== Other === */
.table-B .name{
	width: 13%;
}
.table-B .teacher{
	width: 13%;
}
.table-B .date2{
	width: 8%;
}
.table-B .kinde2{
	width: 10%;
}
.table-B .name2{
	width: 10%;
}
.table-B .teacher2{
	width: 11%;
}
/*----------------------------------------------------------------------------
******************************************************************************
responsive
******************************************************************************
----------------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
/* ==== pagetop === */
.pagetop {
bottom: 10px;
height: 50px;
right: 10px;
width: 50px;
}
.contents {
 width: 100%;
 margin: auto;
 padding: 30px;
}
.content {
 line-height: 26px;
}
/* h */
.content h1 {
}
.content h2 {
}
.content h3 {
}
.content h4 {
}
/* ol,ul */
.content ul {
 list-style-type: disc;
}
.content ol li, .content ul li {
 line-height: 22px;
}
/* table */
.content table {
 line-height: 22px;
}
/* dl */
.content dl {
 line-height: 22px;
}
/* img */
.content img {
 max-width: 100%;
 height: auto;
}
}
@media screen and (max-width: 480px) {
/* ==== pagetop === */
.pagetop {
height: 40px;
width: 40px;
}
}
