@charset "utf-8";
/* 日本語UTF-8 */
/* トップページ用CSS */

/* ヘッダー */

/* メインビジュアル */
#mainvisual .bx-pager{
	position: absolute;
	bottom:10px;
	left:50%;
	margin-left: -50px;
	text-align: center;
	width: 100px;
	height: 1px;
	overflow: visible;
	display: table;
	table-layout: fixed;
}
#mainvisual .bx-pager .bx-pager-item{
	display: table-cell;
	text-align: center;
	margin: 0 6px;
}
#mainvisual .bx-pager .bx-pager-item .bx-pager-link{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	text-indent: 100px;
	white-space: nowrap;
	overflow: hidden;
	background: #ddd;
	outline: none;
}
#mainvisual .bx-pager .bx-pager-item .bx-pager-link:hover{
	background: #999;
}
#mainvisual .bx-pager .bx-pager-item .bx-pager-link.active{
	background: #333;
}
#mainvisual .bx-prev,
#mainvisual .bx-next{
	position: absolute;
	left:20px;
	top:50%;
	width: 35px;
	height: 64px;
	margin-top: -32px;
	display: block;
	background: url(../images/mainvisual/left-b.png) no-repeat;
	text-indent: 200px;
	white-space: nowrap;
	overflow: hidden;
}
#mainvisual .bx-next{
	left:auto;
	right:20px;
	background: url(../images/mainvisual/right-b.png) no-repeat;
}

/* コンテンツ領域 */
#content .container{
/*	width: auto;*/
}
#content .container #main{
/*
	width: auto;
	float: none;
*/
}

#content #main #indexcontent0{
/*	margin: 50px 0;*/
	margin: 0 0 60px;
}
#content #main #indexcontent0 .body p{
	text-align: center;
	line-height: 2.2;
	margin: 0 20px;
}
#content #main #indexcontent0 .body img{
}


/* コンテンツ領域・メイン領域・１段目 */
#content #main #indexcontent1{
/*	padding-top: 60px;*/
/*	width: 1014px;*/
	margin: 0 auto;
}
#content #main #indexcontent1 .heading{
	text-align: center;
/*	margin-bottom: 50px;*/
	background: url(../images/toppage/content1-heading-bg.png) no-repeat center bottom;
	background-size: contain;
	padding-bottom: 25px;

	margin-bottom: 25px;
}
#content #main #indexcontent1 .heading img{
	margin: 3px;
}
#content #main #indexcontent1 .body{
	text-align: center;
}
#content #main #indexcontent1 .body .more{
	clear: both;
	text-align: center;
	padding: 2em 0;
}
#content #main #indexcontent1 .body:after{
	display: block;
	clear: both;
	content: '';
}
#content #main #indexcontent1 .body .item{
/*
	width: 33%;
	max-width: 100%;
*/
	width:310px;
	display: inline-block;
	margin: 0 5px 20px;
/*	float: left;*/
}
#content #main #indexcontent1 .body .item ul{
	font-size: 0.9375em;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	text-align: left;
}
#content #main #indexcontent1 .body .item ul li{
	background: url(../images/toppage/checkmark.png) no-repeat 3px center;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 0px 30px;
	height: 30px
}
#content #main #indexcontent1 .body .item ul li.ml{
	padding-top: 5px;
	height: 40px;
	font-size: 80%;
	line-height: 1.4;
}
#content #main #indexcontent1 .body .item ul li strong{
	font-weight: bold;
	color: #d00;
}

@media screen and (max-width: 1080px){

	#content .container{
		width: auto;
		margin: 0 0;
	}
	#content #main #indexcontent1,
	#content #main #indexcontent1 .heading,
	#content #main #indexcontent1 .body{
		width: auto;
	}
	#content #main #indexcontent1 .heading img{
		max-width: 100%;
		height: auto;
	}
	#content #main #indexcontent1 .body .item{
		float: none;
		width:311px;
		margin: 0 auto 40px;
	}

}

/* コンテンツ領域・メイン領域・２段目 */
#content #main #indexcontent2{
/*
	background: #f5f5f5;
	width: 100%;
*/
}
#content #main #indexcontent2 .heading{
	text-align: center;
	padding: 40px 0;
/*
	background: url(../images/toppage/content2-bg1.jpg) repeat-x;
*/
}

#content #main #indexcontent2 .body{
	padding-bottom: 30px;
}
#content #main #indexcontent2 .body .tab ul{
	text-align: center;
	margin-bottom: 25px;
}
#content #main #indexcontent2 .body .tab ul li{
	display: inline-block;
	text-align: center;
	font-size: 0.8175em;
	padding: 1em 0;
	width: 20%;
	border: 1px solid #000;

	background: #000;
	color: #fff;
	box-shadow:0 0 0 2px #fff inset, 2px 2px 0 2px #ccc;

	cursor: pointer;
	margin-bottom: 5px;
	margin-left: 10px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 580px){
	#content #main #indexcontent2 .body .tab ul li{
		width: 40%;
	}
}

#content #main #indexcontent2 .body .tab ul li.all{
	background:#002F45;
	border-color:#002F45;
}
#content #main #indexcontent2 .body .tab ul li.seminarinfo{
	background:#336699;
	border-color:#336699;
}
#content #main #indexcontent2 .body .tab ul li.seminarreport{
	background:#669933;
	border-color:#669933;
}
#content #main #indexcontent2 .body .tab ul li.news{
	background:#996633;
	border-color:#996633;
}
#content #main #indexcontent2 .body .tab ul li.column{
	background:#993333;
	border-color:#993333;
}

#content #main #indexcontent2 .body .tab ul li.all:hover,
#content #main #indexcontent2 .body .tab ul li.all.active{
/*	box-shadow:0 3px 0 0 #002F45;*/
box-shadow: none;
}
#content #main #indexcontent2 .body .tab ul li.seminarinfo:hover,
#content #main #indexcontent2 .body .tab ul li.seminarinfo.active{
/*	box-shadow:0 3px 0 0 #336699;*/
box-shadow: none;
}
#content #main #indexcontent2 .body .tab ul li.seminarreport:hover,
#content #main #indexcontent2 .body .tab ul li.seminarreport.active{
/*	box-shadow:0 3px 0 0 #669933;*/
box-shadow: none;
}
#content #main #indexcontent2 .body .tab ul li.news:hover,
#content #main #indexcontent2 .body .tab ul li.news.active{
/*	box-shadow:0 3px 0 0 #996633;*/
box-shadow: none;
}
#content #main #indexcontent2 .body .tab ul li.column:hover,
#content #main #indexcontent2 .body .tab ul li.column.active{
/*	box-shadow:0 3px 0 0 #993333;*/
box-shadow: none;
}



/*


#content #main #indexcontent2 .body .items{
	margin: 0 auto;
}

#content #main #indexcontent2 .body .items ul li{
	border-top: 1px solid #ccc;
	padding: 16px 0 11px;
}
#content #main #indexcontent2 .body .items ul li:first-child{
	border-top: none;
}
#content #main #indexcontent2 .body .items ul li a{
	color: inherit;
	text-decoration: inherit;
}

#content #main #indexcontent2 .body .items ul li:after{
	content: '';
	display: block;
	height: 0px;
	-background: #999;
	clear: both;
}
#content #main #indexcontent2 .body .items ul li .thumbnail{
	float: left;
	width: 120px;
}
#content #main #indexcontent2 .body .items ul li .cat{
	float: left;
	width: 140px;
	font-size: 0.75em;
	position: relative;
	top: -5px;
}
#content #main #indexcontent2 .body .items ul li .cat .l{
	display: inline-block;
	padding: 0.5em 0 0.4em 0.5em;
}
#content #main #indexcontent2 .body .items ul li.seminarinfo .cat .l{
	border-left: 3px solid #336699;
}
#content #main #indexcontent2 .body .items ul li.seminarreport .cat .l{
	border-left: 3px solid #669933;
}
#content #main #indexcontent2 .body .items ul li.news .cat .l{
	border-left: 3px solid #996633;
}
#content #main #indexcontent2 .body .items ul li.column .cat .l{
	border-left: 3px solid #993333;
}

#content #main #indexcontent2 .body .items ul li .date{
	float: left;
	width: 120px;
	font-size: 0.75em;
	margin-top: 0.15em;
}
#content #main #indexcontent2 .body .items ul li .title{
	float: left;
	font-size: 0.875em;
}
#content #main #indexcontent2 .body .items ul li a:hover .title{
	text-decoration: underline;
}

@media screen and (max-width: 1080px){

	#content #main #indexcontent2 .body .items{
		width: auto;
		margin: 0 20px;
	}
	#content #main #indexcontent2 .body .items ul li .cat,
	#content #main #indexcontent2 .body .items ul li .date,
	#content #main #indexcontent2 .body .items ul li .title{
		-float: none;
		-width: auto;
	}
	#content #main #indexcontent2 .body .items ul li .cat{
		top: auto;
	}
	#content #main #indexcontent2 .body .items ul li .cat .l{
		padding-top: 0; padding-bottom: 0;
	}
	#content #main #indexcontent2 .body .items ul li .title{
		float: none;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media screen and (max-width: 540px){
	#content #main #indexcontent2 .body .items ul li .title{
		display: block;
		clear: both;
		padding-top: 5px;
		line-height: 1.4;
	}
}

*/







/* コンテンツ領域・メイン領域・３段目 */
#content #main #indexcontent3{
	margin: 4em 0;
}
#content #main #indexcontent3 p{
	text-align: center;
	margin: 1em 0;
}

@media screen and (max-width: 1080px){
	#content #main #indexcontent3{
		margin: 4em 20px;
	}
}

/* コンテンツ領域・サブ領域 */

#content #sub{
	/* トップページでは表示しない */
/*	display: none;*/
}
