@charset "utf-8";
/* ////////////////////////////////////////
PC,SP
//////////////////////////////////////// */
/*抽出ボタン*/
.general-btn a{
	background-color: #003567;
	padding: 10px 0;
	display: block;
}
.children-btn a{
	background-color: #e62263;
	padding: 10px 0;
	display: block;
}
.general-btn span{
 	position: relative;
	padding-left:38px;
}
.general-btn span:before{
    position: absolute;
	background-image:url(../img/exhibition/lecture/icon-general.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 27px;
	height:30px;
	top:50%;
	left:0;
	margin-top:-15px;
}
.children-btn span{
 	position: relative;
	padding-left:34px;
}
.children-btn span:before{
    position: absolute;
	background-image:url(../img/exhibition/lecture/icon-children.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 24px;
	height:28.5px;
	top:50%;
	left:0;
	margin-top:-14.25px;
}
/*カテゴリー選択ボックス*/
.category-btn .select-area {
 position: relative;
	cursor: pointer;
}
.category-btn .select-label {
	 background: #fff;
	border:1px solid #554033;
	 color: #554033;
	 border-radius: 5px;
	 text-align: center;
	 position: relative;
	 padding: 10px 0;
	margin:0;
	cursor: pointer;
}
.category-btn .select-label span{
	position: relative;
	padding-left:26px;
}
.category-btn .select-label span:before{
    position: absolute;
	background-image:url(../img/exhibition/lecture/icon-category.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 20px;
	height:13.5px;
	top:50%;
	left:0;
	margin-top:-6.75px;
}
.category-btn select {
	cursor: pointer;
	 background: #fff;
	border:1px solid #554033;
	opacity: 0;
	 position: absolute;
	 top: 0;
	width:100%;
	height:100%;
	 color: #554033;
	margin:0;
}
.category-btn select:focus {
 opacity: 1;
}
/*講座リスト*/
.licture-list li{
	position: relative;
}
.licture-list li:after{
    position: absolute;
	background-image:url(../img/common/right-icon-pagelink.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 11px;
	height:12px;
	top:50%;
	right:20px;
	margin-top:-6px;
}
.licture-list li a{
	padding:24px;
	display: block;
	border-top:1px solid #c9c9c9;
	transition: 0.8s background;
	padding-right:35px;
}
.licture-list li a:hover{
	background-color: #E3E3E3;
}
.licture-list li:last-child a{
	border-bottom:1px solid #c9c9c9;
}
/*カテゴリーアイコン*/
.category-bg{
	display: inline-block;
	margin-right:10px;
	padding:5px 10px;
	color:#fff;
	line-height: 1em;
}
/* ////////////////////////////////////////
IEのみ
//////////////////////////////////////// */
@media all and (-ms-high-contrast: none)and (min-width:768px){
	.category-bg{
		padding:5px 10px 0 10px;
	}
}
.category-icon{
	width:66px;
	height:66px;
	background-repeat: no-repeat;
	background-size: contain;
}
.category-bg.general{
	background-color: #003567;
}
.category-bg.children{
	background-color: #e62263;
}
.category-bg.ippan{
	background-color: #ae5b96;
}
.category-bg.saturday{
	background-color: #94ae5b;
}
.category-bg.expert{
	background-color: #dd7440;
}
.category-bg.history{
	background-color: #40abdd;
}
.category-bg.exhibition{
	background-color: #dd4040;
}
.category-bg.kodomo-history{
	background-color: #5889ee;
}
.category-bg.summer{
	background-color: #1dbb90;
}
.category-bg.other,.category-bg.other-kodomo{
	background-color: #cdb619;
}
.category-icon.ippan{
	background-image: url(../img/exhibition/lecture/icon-general-lec.png);
}
.category-icon.saturday{
	background-image: url(../img/exhibition/lecture/icon-saturday.png);
}
.category-icon.expert{
	background-image: url(../img/exhibition/lecture/icon-expert.png);
}
.category-icon.history{
	background-image: url(../img/exhibition/lecture/icon-history.png);
}
.category-icon.exhibition{
	background-image: url(../img/exhibition/lecture/icon-exhibition.png);
}
.category-icon.kodomo-history{
	background-image: url(../img/exhibition/lecture/icon-history-child.png);
}
.category-icon.summer{
	background-image: url(../img/exhibition/lecture/icon-summer.png);
}
.category-icon.other,.category-icon.other-kodomo{
	background-image: url(../img/exhibition/lecture/icon-other.png);
}
/*ご案内ボックス*/
.info-box{
	border:1px solid #c9c9c9;
	padding:20px;
	background-image:url(../img/exhibition/lecture/info-base.jpg);
    background-size: 200px auto;
}
.info-box p{
	margin-bottom:0;
}
.info-box p{
	margin-bottom:0;
}
/*PDFリンクの場合はターゲットアイコン入れない*/
p a[href$=".pdf"]:after{
	background-image:none!important;
}
/*/////////////////////////////////////
印刷時　PCのみ
//////////////////////////////////////// */
@media screen and (min-width:768px) , print{
	.general-btn,.children-btn{
		width:32%;
		margin-right:1%;
	}
	.category-btn{
		width:34%;
	}
}

/*/////////////////////////////////////
PCのみ
//////////////////////////////////////// */
@media screen and (min-width:1100px) {
}
/* ////////////////////////////////////////
タブレット
//////////////////////////////////////// */
/*タブレット以下*/
@media screen and (max-width: 1100px){

}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px){
	/*カテゴリーボックス*/
	.category-menu li{
		margin-bottom:10px;
	}
	/*ご案内ボックス*/
	.info-box{
		background-size: 170px auto;
	}
}
@media screen and (min-width: 500px) and (max-width: 767px){
}
@media screen and (min-width: 568px) and (max-width: 600px){
}
/* ////////////////////////////////////////
印刷用
//////////////////////////////////////// */
@media print{
}
