
/*============================================================================

		header

============================================================================*/
#header.page {
	width: 976px;
	margin: 0 auto;
	padding-top: 70px;
}
/* PCロゴ */
#header.page h1{
	float: left;
	padding: 20px 0;
}
/* SPロゴ */
#header.page #sp_slide_nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	background: rgba(255,255,255,.9);
	border-bottom: 2px solid #ddd;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	z-index: 300;
}
#header.page #sp_slide_nav h1{
	padding: 0;
	float: left;
}
#header.page #sp_slide_nav .slide_btn{
	float: right;
}
@media only screen and (max-width: 719px) {
	#header.page {
		margin-top: 42px;
		padding-top: 0;
		width: 100%;
	}
}

/*============================================================================

		noml_nav

============================================================================*/
ul.noml_nav{
	float: right;
	width: 610px;
	padding: 20px 0;
}
ul.noml_nav li{
	display: table;
	float: left;
	margin-left: 10px;
}
ul.noml_nav li:first-child{
	margin-left: 0;
}
ul.noml_nav li a{
	display: table-cell;
	vertical-align: middle;
	width: 141px;
	height: 46px;
	font-size: 110%;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.08em;
	border: 2px solid #ccc;
	color: #c6c6c6;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
ul.noml_nav li a:hover{
	background: #ff5528;
	color: #fff;
	border-color: #ff5528;
}


ul.noml_nav li a span{
	display: block;
	font-size: 80%;
}



/*============================================================================

		entrance

============================================================================*/

#entrance img{
	margin: 10px 0;
}

@media only screen and (max-width: 719px) {
	
}

/*============================================================================

		article

============================================================================*/
#article p{
	line-height: 1.8;
}
#article p h4,
#article p h5{
	margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
	#article .colm-6 img,
	#article .colm-5 img,
	#article .colm-3 img{
		margin: 15px 0;
	}
	#article .map{
		width: 100% !important;
	}
}
#article textarea{
	height:10em;
}
#article .center{
	text-align:center;
}
#article .right{
	text-align:right;
}
#article .error{
	color:#C01415;
}
#article .mt0{
	margin-top:0px !important;
}
#article .width-10{
	width:10%;
}
#article .width-15{
	width:15%;
}
#article .width-20{
	width:20%;
}
#article .width-30{
	width:30%;
}
#article .width-30{
	width:30%;
}
#article .width-40{
	width:40%;
}
#article .width-50{
	width:50%;
}
#article .width-60{
	width:60%;
}
#article .width-70{
	width:70%;
}
#article .width-80{
	width:80%;
}
#article .width-90{
	width:90%;
}
#article .width-100{
	width:100%;
}
#article .error input,#article .error select,#article .error textarea{
	border:1px solid #C01415;
}
#article ul{
	list-style: disc;
	list-style-position: inside;
}
#article ul.link{
	list-style: none;
}
#article ul.link li{
	background: url(../img/article_list_icon_pc.png) no-repeat 0 3px;
	margin: 3px 0;
	padding-left: 23px;
}
#article ul.link li a[href$=".pdf"]
{
	display: inline-block;
	list-style: none;
	background: url(../img/icon_pdf.gif) no-repeat right center;
	padding-right: 21px;
}
#article ul.link li a[href$=".xls"],
#article ul.link li a[href$=".xlsx"]
{
	display: inline-block;
	list-style: none;
	background: url(../img/icon_xls.gif) no-repeat right center;
	padding-right: 21px;
}
#article ul.link li a[href$=".doc"],
#article ul.link li a[href$=".docx"]
{
	display: inline-block;
	list-style: none;
	background: url(../img/icon_doc.gif) no-repeat right center;
	padding-right: 21px;
}
#article ul.link li a[href$=".ppt"],
#article ul.link li a[href$=".pptx"]
{
	display: inline-block;
	list-style: none;
	background: url(../img/icon_ppt.gif) no-repeat right center;
	padding-right: 21px;
}
#article ul.link li a[href$=".gif"],
#article ul.link li a[href$=".png"],
#article ul.link li a[href$=".jpg"],
#article ul.link li a[href$=".jpeg"]
{
	display: inline-block;
	list-style: none;
	background: url(../img/icon_img.gif) no-repeat right center;
	padding-right: 21px;
}
#article ul.link li a[href$=".mp3"]
{
	display: inline-block;
	list-style: none;
	background: url(../img/icon_mp3.png) no-repeat right center;
	padding-right: 21px;
}
#article ol{
	list-style: decimal;
	list-style-position: inside;
}
#article ol li{
	margin: 3px 0;
}
#article .paragraph{
	margin-top: 30px;
}
#article h3{
	font-size: 145%;
	padding-bottom: 10px;
	border-bottom: 1px dashed #a0a0a0;
}
#article h4{
	font-size: 120%;
	padding: 5px;
	background: #f4f4f4;
}
#article h5{
	font-size: 110%;
}
#article table{
	position: relative;
	width: 100%;
	/* max-width: 100%; */
}
#article table td,
#article table th{
	border: solid 1px #c6c6c6;
	padding: 0.5em 1em !important;
	text-align: left;
}
#article table th,
#article table td{
	background: #fff;
}
#article table tr:nth-child(2n) th,
#article table tr:nth-child(2n) td{
	background: #f8f8f8;
}
#article table thead th,
#article table tbody th,
#article table thead td{
	color: #565656;
	background: #e5e5e5 !important;
	font-weight:bold;
}
#article table ul li{
	list-style:none;
}
#article table.form{
	margin-top: -1px;
}

@media only screen and (max-width: 719px) {
	#article table{
		width: 976px;
	}
	#article table.form{
		width: 100%;
		max-width: 100%;
	}
}

/* フォーム用 */
#article table.form th{
	width:30%;
	color: #565656;
	background: #e5e5e5 !important;
}
#article table.form .note01{
	vertical-align: super;
	font-size: 85%;
	color: #ff5528;
}
#article table.form .note02{
	display: inline-block;
	position: relative;
	top: -1px;
	margin-left: 5px;
	padding: 3px 5px 2px;
	line-height: 1em;
	background: #ff5528;
	font-size: 90%;
	color: #fff;
}
#article .gry_ttl{
	position: relative;
	margin: 0 10px 30px;
	padding: 10px 0 8px;
	border: 3px solid #bfbfbf;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #bfbfbf;
}
#article .gry_ttl span{
	position: absolute;
	width: 32px;
	height: 16px;
	bottom: -16px;
	left: 50%;
	margin-left: -16px;
}

#article ul.gallery li{
	float: left;
	width: 12%;
	margin: 0 1%;
	margin-bottom: 2%;
	list-style: none;
}
@media only screen and (max-width: 719px) {
	#article ul.gallery li{
		float: left;
		width: 29%;
		margin: 0 2%;
		margin-bottom: 2%;
	}
	#article .paragraph{
		margin-top: 30px;
	}
}
#article .img_l{
	text-align: left;
}
#article .img_r{
	text-align: right;
}

@media only screen and (max-width: 719px) {
	#article .img_l,
	#article .img_r{
		text-align: center;
	}
}
/*============================================================================

		tab

============================================================================*/

#tabs{
	float: none;
	clear: both;
}
#tabs ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
#tabs li{
	display: inline-block;
	margin-bottom: 10px;
	padding: 15px 5px 8px;
	width: 220px;
}
#tabs li a{
	display: block;
	padding: 15px 0;
	border-bottom: 4px solid #666;
	background-color: #939393;
	color: #fff;
	text-decoration: none;
}
#tabs li.select{background: url(../img/pop_general.png) no-repeat center bottom;}
#tabs li.select a{
	border-bottom: 0;
	background-color: #ff5528;
	margin-bottom: 4px;
}

@media only screen and (max-width: 719px) {
	#tabs ul{
		display: -webkit-box;
		display: -moz-box;
		display: box;
	}
	#tabs ul li{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#tabs ul.colm2 li{width: 50%;}
	#tabs ul.colm3 li{width: 33%;}
	#tabs ul.colm4 li{width: 25%;}
}

/*============================================================================

		blog

============================================================================*/
#article .blog_list{
	list-style:none;
}
#article .blog_list li{
	position: relative;
	float: left;
	width: 468px;
	height: 204px;
	overflow: hidden;
	margin: 0 40px 40px 0;
}
#article .blog_list li:nth-child(2n){
	margin-right: 0;
}
#article .blog_list li:nth-child(2n+1){
	clear: both;
}
#article .blog_list li a .hover_line{
	position: absolute;
	top: 0;
	left: 0;
	width: 458px;
	height: 194px;
	border: 5px solid #0082ce;
}

#article .blog_list li .day{
	top: 10px;
	left: 10px;
	line-height: 1.3;
}

#article .blog_list li .text{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px 0 9px;
	background: #000;
	background: rgba(0,0,0,.75);
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
	color: #fff;
}
#article .blog_list li .text span{
	display: block;
	margin: 0 1em;
}

#article .next_prev{
	text-align: center;
	padding: 20px 0;
}
#article .next_prev li{
	display: inline-block;
	margin: 0 5px;
	font-size: 108%;
	text-align: center;
}
#article .next_prev li a{
	display: block;
	width: 200px;
	padding: 15px 0 14px;
	background: #555 no-repeat;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
#article .next_prev li a:hover{
	padding-left: 10px;
	padding-right: 10px;
}
#article .next_prev li:first-child a{
	background-image: url(../img/blog_arrow_prev.png);
	background-position: 10% 50%;
}
#article .next_prev li:last-child a{
	background-image: url(../img/blog_arrow_next.png);
	background-position: 90% 50%;
}
#article .next_prev li.no_page a{
	background-color: #ddd;
	cursor: default;
}
#article .next_prev li.no_page a:hover{
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (max-width: 719px) {
	#article .blog_list li{
		width: 100%;
		height: auto;
		margin-bottom: 5%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	#article .blog_list li img{
		width: 100%;
	}
	#article .blog_list li .hover_line{
		display: none;
	}
	#article .next_prev{
		display: table;
		width: 100%;
	}
	#article .next_prev li{
		display: table-cell;
		width: 33.33333%;
		margin: 0;
	}
	#article .next_prev li:nth-child(2){
		border-left: 5px solid #fff;
		border-right: 5px solid #fff;
	}
	#article .next_prev li a{
		width: 100%;
	}
	#article .next_prev li a:hover{
		padding-left: 0;
		padding-right: 0;
	}
}

/*============================================================================

		newsinfo

============================================================================*/
#article .newsinfo a,
#article .archive a{
	color: #565656;
	-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
#article .newsinfo a:hover,
#article .archive a:hover{
	color: #ff5528;
}
#article .newsinfo dt,
#article .newsinfo dd{
	float: left;
	margin-bottom: 20px;
	padding: 5px 0;
	line-height: 1;
}
#article .newsinfo dd{
	padding: 6px 0;
}
#article .newsinfo dt{
	clear: both;
	width: 160px;
	margin-right: 20px;
	text-align: center;
	border: 1px solid #ddd;
}
#article .newsinfo dd.text{
	overflow: hidden;
	width: 694px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis; 
}
#article .newsinfo dd.day{
	width: 100px;
	text-align: left;
}
#article .archive{
	width: 840px;
	margin: 0 auto 10px;
	font-size: 94%;
	list-style:none;
}
#article .archive li{
	float: left;
	text-align: center;
	width: 65px;
}
#article .archive li.ttl{
	width: 60px;
	font-weight: bold;
	color: #ff5528;
}
#article .pgr {
	text-align: center;
}
#article .pgr li{
	display: inline-block;
}
#article .pgr li a{
	display: block;
	margin: 0 3px;
	width: 13px;
	height: 13px;
	background: #ddd;
	-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
#article .pgr li a:hover,
#article .pgr li.select a{
	background-color: #ff5528;
}
#article .pgr li img{
	position: relative;
	top: -3px;
	vertical-align: middle;
}
#article .pgr li.arrow a{
	background: none;
}
@media only screen and (max-width: 719px) {
	#article .newsinfo a,
	#article table.archive a,
	#article .newsinfo a:hover,
	#article table.archive a:hover{
		text-decoration: none;
	}
	#article .newsinfo dt,
	#article .newsinfo dd{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	#article .newsinfo dt{
		width: 55%;
		margin: 0 0 10px;
		border-color: #565656;
	}
	#article .newsinfo dd.day{
		width: 45%;
		text-align: right;
		margin: 0 0 10px;
	}
	#article .newsinfo dd.text{
		width: 100%;
		white-space: normal;
		line-height: 1.6;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}
	#article .newsinfo dd.text:last-child{
		margin-bottom: 0;
	}
	
	
	#article .archive {
		width: 100%;
	}
	#article .archive li{
		display: block;
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
		border: 1px solid #ddd;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	#article .archive li a{
		display: block;
		padding: 15px 0;
		text-decoration: none;
	}
	#article .archive li.ttl{
		font-size: 120%;
		width: 100%;
		border: none;
	}
	#article .archive li:nth-child(3n+1){
		margin-right: 0;
	}
}


/*============================================================================

		topics & events

============================================================================*/


#topics .colm-12{
	overflow: hidden;
	height: auto;
}

#topics ul, #event ul{
	/*margin-left: -28px;*/
	width: 1032px;
	overflow: hidden;
	list-style: none;
}

#topics li, #event li{
	position: relative;
	float: left;
	margin: 0 28px 30px 0;
	padding: 0 29px 0 0;
	width: 200px;
	border-right: 1px dashed #e3e3e3;
	text-align: left;
}
/*#topics ul li:first-child, #event li:first-child{border-left: 0 none;}*/
#topics li img, #event li img{
	display: block;
	margin-bottom: 10px;
}
#topics li p, #event li p{
	margin: 10px 0;
	line-height: 1.3;
}
#topics li span, #event li span{
	display: inline-block;
	padding: 1px 9px;
	border: 1px solid #666;
	text-align: center;
}
#topics li a>p>span{
	border:none;
	padding:0px;
	color: #999;
	font-size: 90%;
}
#topics a, #event a{
	display: block;
	position: relative;
	color: #666;
	text-decoration: none;
}
#topics a .hover_line, #event a .hover_line{
	position: absolute;
	left: 0; top: 0;
	width: 192px;
	height: 192px;
	border-width: 4px;
	border-style: solid;
}

@media only screen and (max-width: 719px) {
	#topics ul, #event ul{
		width: auto;
	}
	#topics li, #event li{
		float: none;
		margin: 0 20px 20px;
		padding: 0;
		width: auto;
		min-width: 200px;
		border-right: 0 none;
	}
	/*#topics li span{background: #fff;}*/
	#topics li, #event li{
		float: left;
		margin: 0;
		padding: 0;
		width: auto;
		border-right: 0 none;
	}
	#topics li img, #event li img{
		margin: 10px auto;
	}
	#topics li p, #event li p{
		text-decoration: underline;
	}
	#topics .day, #event .day{
		left: 50%;
		top: 20px;
		margin-left: -85px !important;
	}
	#topics p.day{
		top: 155px;
		margin-left: 40px !important;
	}
	#topics a, #event a{
		margin: 0 10px;
		padding: 10px 20px;
		background: #fafafa;
	}
	#topics a .hover_line, #event a .hover_line{display: none;}
	#topics .bx-wrapper, #event .bx-wrapper{padding-bottom: 20px;}
	
	#topics li p span{
		margin-top: 2px;
	}
	
}


/*============================================================================

		teachers

============================================================================*/
#article .teachers_list{
	list-style:none;
}
#article .teachers_list li{
	width: 468px;
	float: left;
	margin: 0 40px 40px 0;
}
#article .teachers_list li:nth-child(2n){
	margin-right: 0;
}
#article .teachers_list li:nth-child(2n+1){
	clear: both;
}
#article .teachers_list li .img{
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#article .teachers_list li .text{
	float: right;
	width: 353px
}
#article .teachers_list li h4{
	background: none;
	padding: 0;
}
#article .teachers_list li>h4{
	border-bottom: 2px solid #ddd;
	margin: 5px 0;
	padding-bottom: 8px;
}
#article .teachers_list li .subject{
	border: 2px solid #333;
	color: #333;
	line-height: 1;
	margin: 8px 0;
	padding: 4px 0 3px;
	text-align: center;
}
@media only screen and (max-width: 719px) {
	#article .teachers_list li{
		width: 100%;
		margin-bottom: 5%;
	}
	#article .teachers_list li .img,
	#article .teachers_list li .text{
		float: none;
		clear: both;
		width: 100%;
	}
	#article .teachers_list li .img{
		text-align: center;
		margin-bottom: 5%;
	}
	#article .teachers_list li .text{
		margin-bottom: 10px;
	}
	#article .teachers_list li:last-child .text{
		margin-bottom: 0;
	}
}


/*============================================================================

		info

============================================================================*/
#article .info_search{
	background: #f9f7f4;
	padding: 20px;
}
#article .info_search>div{
	float: left;
	width: 651px;
	padding-right: 20px;
}
#article .info_search .fp_blc{
	display: table;
	width: 265px;
	padding-right: 0;
	background-color: #E8E5E2;
}
#article .info_search .ttl{
	font-size: 115%;
	font-weight: bold;
	padding-left: 18px;
	line-height: 1.5;
	background: url(../img/article_list_icon_pc.png) no-repeat 0 4px;
}
#article .info_search .fp_blc span{
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}
#article .info_list li{
	float: left;
	width: 188px;
	margin-left: 9px;
	list-style: none;
	background: #5E5E5E;
}
#article .info_list li:first-child{
	margin-left: 0;
}
#article .info_list li a{
	display: block;
	top: -3px;
	position: relative;
	width: 100%;
	background: #939393 url(../img/info_arrow_pc.png) no-repeat 94% 25px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#article .info_list li a:hover{
	position: relative;
	top: 0;
	border-bottom: none;
}
#article .info_s_txt,
#article .info_s_btn{
	float: left;
	margin: 10px 0;
	padding: 5px 0;
} 
#article .info_s_txt {
	width: 450px;
}
#article .info_s_btn {
	position: relative;
	top: -1px;
	width: 190px;
	margin-left: 5px;
	padding: 6px 0;
	border: none;
	background: #FF5528;
	border-bottom: 3px solid #DD4926;
	color: #fff;
}
#article .info_s_btn:hover{
	border-top: 3px solid #f9f7f4;
	border-bottom: none;
}
@media only screen and (max-width: 719px) {
	#article .info_search>div,
	#article .info_search .fp_blc{
		float: none;
		clear: both;
		width: 100%;
		padding: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	
	#article .info_s_txt,
	#article .info_s_btn{
		display: block;
		width: 100%;
		margin: 10px 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	#article .info_list li{
		margin: 0 0 10px 0;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
}


/*============================================================================

		shisetsu

============================================================================*/

#shisetsu.colm-12{
	margin: 30px 0 30px -22px;
	width: 1008px;
	height: auto;
	overflow: hidden;
}
#shisetsu.colm-12 h3{margin-left: 32px;}
#shisetsu .colm2{
	padding: 30px 0;
}

#shisetsu dl{
	float: left;
	margin: 0 0 32px 32px;
	width: 220px;
}
#shisetsu dt{
	padding: 0 0 10px;
	font-weight: bold;
	font-size: 110%;
}
#shisetsu dt img{
	display: block;
	margin: 0 auto 10px;
}
#shisetsu .colm2 dl{width: 472px;}
#shisetsu .colm2 dt{
	margin-bottom: 10px;
	border-bottom: 1px dashed #a0a0a0;
	font-size: 150%;
}

@media only screen and (max-width: 719px) {
	#shisetsu.colm-12{
		margin: 30px 0;
		width: 100%;
		overflow: visible;
	}
	#shisetsu .colm2{padding: 0;}
	#shisetsu.colm-12 h3{margin-left: 0;}
	#shisetsu.colm-12 dl{
		margin: 20px 0;
		width: auto;
	}
	#shisetsu .colm2 dt{font-size: 110%;}
	#shisetsu dt img{
		width: auto;
		height: auto;
	}
}



/*============================================================================

		opc

============================================================================*/
#article .opc_main_ttl h2{
	margin: 0;
	padding: 0;
	line-height: 0;
}
#article .opc_read{
	background: url(../img/opc/opc_read_pc.png) no-repeat 50% 0;
	padding-top: 10px;
	height: 53px;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	color: #777;
} 
#article .opc_event_on,
#article .opc_event_off{
	position: relative;
}
#article .opc_event_on span{
	display: none;
}
#article .opc_event_off span{
	position: absolute;
	left: 10px;
	width: 976px;
	height: 100%;
	background: url(../img/opc/opc_event_bg.png) repeat 0 0;
	z-index: 150;
}
#article .opc_event_off span b{
	position: absolute;
	font-size: 135%;
	text-align: center;
	width: 100%;
	top: 50%;
	text-align: center;
	margin-top: -30px;
}
#article .opc_schedule,
#article .opc_schedule ul{
	list-style: none;
}
#article .opc_schedule>li{
	float: left;
	width: 196px;
	margin-left: 64px;
}
#article .opc_schedule>li:first-child{
	margin-left: 0;
}
#article .opc_schedule>li>p{
	margin-bottom: 20px;
	height: 203px;
	background: url(../img/opc/opc_category_musicology_bg.png) no-repeat 0 0;
	text-align: center;
}
#article .opc_schedule>li.opc_musicology>p{
	background-image: url(../img/opc/opc_category_musicology_bg.png);
	color: #770011;
}
#article .opc_schedule>li.opc_art>p{
	background-image: url(../img/opc/opc_category_art_bg.png);
	color: #00B5B5;
}
#article .opc_schedule>li.opc_sociology>p{
	background-image: url(../img/opc/opc_category_sociology_bg.png);
	color: #0082CE;
}
#article .opc_schedule>li.opc_childcare>p{
	background-image: url(../img/opc/opc_category_childcare_bg.png);
	color: #FF6D69;
}
#article .opc_schedule>li>p span{
	display: inline-block;
	margin: 35px 0 20px;
	line-height: 1.4;
	font-size: 115%;
	font-weight: bold;
}
#article .opc_schedule>li ul li{
	margin-bottom: 20px;
}
#article .opc_schedule>li ul li>span{
	display: block;
	padding: 30px 10px 35px;
	background: #ddd;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
#article .opc_schedule>li.opc_musicology ul li>span{
	background-color: #9B3737;
}
#article .opc_schedule>li.opc_art ul li>span{
	background-color: #5AD1C8;
}
#article .opc_schedule>li.opc_sociology ul li>span{
	background-color: #4EB4DD;
}
#article .opc_schedule>li.opc_childcare ul li>span{
	background-color: #FF9797;
}
#article .opc_schedule>li ul li>span.off{
	background: #ddd !important;
}

#article .opc_schedule>li ul li>span p{
	font-size: 138%;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.4;
	min-height: 3em;
}
#article .opc_schedule>li ul li>span p span{
	display: block;
	font-size: 128%;
}
#article .opc_schedule>li ul li>span p.end b{
	display: inline-block;
	margin-top: 10px;
	padding: 10px;
	background: #c2c2c2;
	font-size: 73%;
}

#article .opc_schedule>li.opc_musicology ul li>span p.end b{
	background-color: #770011;
}
#article .opc_schedule>li.opc_art ul li>span p.end b{
	background-color: #00B5B5;
}
#article .opc_schedule>li.opc_sociology ul li>span p.end b{
	background-color: #0082CE;
}
#article .opc_schedule>li.opc_childcare ul li>span p.end b{
	background-color: #FF6D69;
}
#article .opc_schedule>li li>span.off p.end b{
	background: #c2c2c2 !important;
}

#article .opc_ad{
	font-size: 92%;
}
#article .opc_btn{
	display: inline-block;
	width: 534px;
	height: 84px;
	background: #dadada;
}
#article .opc_btn img{
	position: relative;
	top: -4px;
}
#article .opc_btn:hover img{
	position: relative;
	top: 0;
}
#article .color_off{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	/*filter: url(grayscale.svg);*/ /* Firefox 4+ */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: progid:DXImageTransform.Microsoft.BasicImage(GrayScale=1);
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

@media only screen and (max-width: 719px) {
	#article .opc_read{
		padding-top: 2px;
		height: 27px;
		background: url(../img/opc/opc_read_sp.png) no-repeat 50% 0;
		background-size: 280px auto;
		font-size: 92%;
	}
	#article .opc_event_off span{
		left: 0;
		width: 100%;
	}
	#article .opc_event_off span b{
		font-size: 96%;
		top: 50%;
		margin-top: -30px;
	}
	#article .opc_schedule>li{
		float: none;
		clear: both;
		width: 100%;
		margin: 0;
	}
	#article .opc_schedule>li>p{
		color: #fff;
		margin: 0;
		height: auto;
		padding: 10px 4% 8px;
		text-align: left;
	}
	#article .opc_schedule>li.opc_musicology>p{
		background: #770011 url(../img/opc/opc_category_arrow.png) no-repeat 96% 50%;
		background-size: 16px auto;
		color: #fff;
	}
	#article .opc_schedule>li.opc_art>p{
		background: #00B5B5 url(../img/opc/opc_category_arrow.png) no-repeat 96% 50%;
		background-size: 16px auto;
		color: #fff;
	}
	#article .opc_schedule>li.opc_sociology>p{
		background: #0082CE url(../img/opc/opc_category_arrow.png) no-repeat 96% 50%;
		background-size: 16px auto;
		color: #fff;
	}
	#article .opc_schedule>li.opc_childcare>p{
		background: #FF6D69 url(../img/opc/opc_category_arrow.png) no-repeat 96% 50%;
		background-size: 16px auto;
		color: #fff;
	}
	#article .opc_schedule>li>p.select{
		background-image: url(../img/opc/opc_category_arrow_select.png);
	}
	
	#article .opc_schedule>li>p span{
		margin: 0;
	}
	#article .opc_schedule>li ul{
		display: none;
	}
	#article .opc_schedule>li ul li{
		margin-bottom: 0;
	}
	#article .opc_schedule>li ul li>span{
		display: table;
		width: 100%;
		padding: 0;
	}
	#article .opc_schedule>li ul li>span p{
		display: table-cell;
		border-bottom: 1px dashed rgba(0,0,0,.2);
		width: 60%;
		padding: 10px;
		vertical-align: middle;
		font-size: 115%;
		text-align: left;
	}
	#article .opc_schedule>li ul li>span p.end{
		width: 40%;
		text-align: right;
	}
	#article .opc_schedule>li ul li>span p.end b{
		margin-top: 0;
		text-align: center;
	}
	#article .opc_btn{
		width: 100%;
		height: auto;
		padding-bottom: 4px;
	}
	#article .opc_btn img{
		top: 0;
	}
	#article .opc_schedule>li ul .opc_btn{
		padding: 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	#article .opc_schedule>li.opc_musicology ul .opc_btn{
		background-color: #9B3737;
	}
	#article .opc_schedule>li.opc_art ul .opc_btn{
		background-color: #5AD1C8;
	}
	#article .opc_schedule>li.opc_sociology ul .opc_btn{
		background-color: #4EB4DD;
	}
	#article .opc_schedule>li.opc_childcare ul .opc_btn{
		background-color: #FF9797;
	}
	#article .opc_schedule>li ul .opc_btn a{
		display: inline;
	}
	#article .opc_ad img{
		margin-top: 20px;
	}

}


/*============================================================================

		circle

============================================================================*/

#circle h3{
	margin-bottom: 20px;
	float: none;
	clear: both;
}
#circle div{
	float: none;
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
	_zoom: 1;
}
#circle img{
	float: left;
}
#circle dl{
	float: right;
	width: 650px;
}
#circle dt{
	margin-bottom: 10px;
	font-size: 130%;
	font-weight: bold;
}
#circle dd a.detail{
	display: block;
	margin: 20px 0;
	padding: 4px 0;
	border: 2px solid #ff5528;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
#circle dd a.detail:hover{
	background: #ff5528;
	color: #fff;
}

@media only screen and (max-width: 719px) {
	#circle div{
		width: 100%;
		overflow: visible;
	}
	#circle img{
		display: block;
		float: none;
		margin: 0 auto 10px;
		width: auto;
		max-width: 100%;
		height: auto;
	}
	#circle dl{
		float: none;
		width: 100%;
	}
}
