#header{position: relative;}

#header .bx-wrapper{height: auto;}

#header .centering{

}


h1{
	z-index: 9999;
}

h2{
	display: block;
	position: relative;
	margin: 0 20px 20px;
	padding: 0;
}
h2 a{
	display: block;
	position: absolute;
	right: 0; bottom: 0;
	width: 128px;
	height: 30px;
	background: url(../img/top/more.png) no-repeat left center;
	text-indent: 999px;
	overflow: hidden;
}
h2 img{
	width: 100%;
	height: auto;
}

select{
	margin: 10px 5%;
	padding: 10px 60px 10px 10px;
	width: 90%;
	max-height: 60px;
	border: 3px solid #828282;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: url(../img/top/select_arrow.png) no-repeat center right #fff;
	color: #828282;
	font-size: 120%;
	text-align: center;
	text-indent: .01px; /*Firefox用*/
	text-overflow: ""; /*Firefox用*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select:after{content: url(../img/top/select_pop.png);}
select:focus{outline: none;}
option{text-align: left;}

#head_slider li{
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#head_slider_selector li.general{display: none;}
#head_slider li img{
	width: 100%;
	height: auto;
}
#head_slider li a{
}

#head_slider_selector{
	display: table;
	width: 100%;
}
#head_slider_selector li{
	display: table-cell;
	position: relative;
	width: 25%;
	overflow: hidden;
}
#head_slider_selector li a{
	display: block;
	height: 2em;
	background: #e8e8e8;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	text-indent: -9999px;
	vertical-align: middle;
	overflow: hidden;
}
#head_slider_selector li a.active{
	background: #efff00;
	color: #6f6f6f;
}


#main_contents{
	margin: 0;
	padding: 30px 0 0;
}
#main_contents .sub_ttl{padding: 0 20px;}

#main_contents a{
	color: #666;
	text-decoration: none;
}

#topics, #news, #event{
	margin: 0 auto 40px;
	padding: 0 0 20px;
	border-bottom: 3px double #e3e3e3;
}
#topics, #news, #event{
	max-width: 100%;
	overflow: hidden;
}

p.day{
	left: 15px;
	text-align: center !important;
}

#event p.day{
	left: 100%;
	top: 105px;
}


#topics .bx-viewport,
#event .bx-viewport{overflow: visible !important;}


#topics .bx-wrapper{
	padding-bottom: 35px !important;
}
#topics .bx-wrapper .bx-pager{
	bottom: 5px;
}
#topics .bx-wrapper .bx-pager.bx-default-pager a,
#pickup .bx-wrapper .bx-pager.bx-default-pager a{
	background: #999;
	padding: 0;
	margin: 0 5px;
}
#topics .bx-wrapper .bx-pager.bx-default-pager a:hover,
#topics .bx-wrapper .bx-pager.bx-default-pager a.active,
#pickup .bx-wrapper .bx-pager.bx-default-pager a:hover,
#pickup .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #ff5729;
}
.musicology #topics .bx-wrapper .bx-pager.bx-default-pager a:hover,
.musicology #topics .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #770011;
}
.art #topics .bx-wrapper .bx-pager.bx-default-pager a:hover,
.art #topics .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #00b4b4;
}
.sociology #topics .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sociology #topics .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #0082ce;
}
.childcare #topics .bx-wrapper .bx-pager.bx-default-pager a:hover,
.childcare #topics .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #ff5729;
}

#topics ul, #event ul{list-style: none;}
#topics li, #event li{
	padding: 0;
	max-width: 320px;
	text-align: left;
}
#topics li img, #event li img{
	display: block;
	margin: 0 auto 10px;
}
#topics li span+p{margin: 10px 0;}
#topics li a>span{
	display: inline-block;
	padding: 1px 9px;
	border: 1px solid #666;
	text-align: center;
}
#topics ul li a>p>span {
	color: #999;
	font-size: 90%;
	border:none;
	padding:0px;
}

#event{
	position: relative;
	float: none;
	clear: both;
}

#event ul{overflow: hidden;}
/*{padding: 0 10px;}*/
#event ul li:first-child{border-left: 0 none;}
#event ul li img+p{
	padding: 10px 0;
	text-align: left;
}


#news .tabs li{
	padding: 6px 10px 6px 0;
	font-size: 10pt;
}
#news .tabs li.select{}
#news .tabs li.select a{color: #ff734d;}
#news ul{}
#news ul li{
	padding: 10px;
	border-bottom: 1px dashed #828282;
}
#news ul li a{
	color: #1c1c1c;
	text-decoration: none;
}
#news ul li span{
	margin-left: 1em;
	color: #999;
	font-size: 90%;
}



#pickup{
	padding: 40px 50px;
	height: auto;
	background: url(../img/top/pickup_bg_sp.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#pickup .bx-wrapper{
	width: 100%;
	max-width: none !important;
}
#pickup .bx-viewport{
	margin: 0 auto;
	max-width: 420px;
}
#pickup .bx-wrapper .bx-controls-direction{
	position: absolute;
	left: 0; top: 50%;
	width: 100%;
}
#pickup .bx-wrapper .bx-controls-direction a{
	top: 50%;
	margin-top: -25px;
	width: 45px;
	height: 50px;
}
#pickup .bx-wrapper .bx-prev{
	left: -50px;
	background: url(../img/top/controls_pickup.png) no-repeat left top;
}
#pickup .bx-wrapper .bx-next{
	right: -50px;
	background: url(../img/top/controls_pickup.png) no-repeat right top;
}
#pickup .bx-wrapper .bx-prev:hover{background-position: left bottom;}
#pickup .bx-wrapper .bx-next:hover{background-position: right bottom;}

#pickup a{
	display: table-rows;
	max-width: 200px;
}
#pickup a img{
	float: none;
	clear: both;
	margin-bottom: 20px;
}
#pickup a strong{
	display: table-cell;
	position: relative;
	padding: 5px;
	width: 200px;
	height: 50px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	color: #555;
	opacity: 0.75;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}
#pickup a strong:before{
	content: " ";
	margin-left: -8px;
	width: 16px;
	height: 16px;
	background: #fff;
	display: block;
	position: absolute;
	left: 50%; top: -8px;
	text-indent: 100%;
	overflow: hidden;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.more{
	float: none;
	clear: both;
	display: block;
	margin: 20px;
	padding: 10px;
	border: 3px solid #e8e8e8;
	text-align: center;
	font-weight: bold;
}

.select_pop{
	position: relative;
	top: -13px; left: -18px;
	margin: 0 5% 20px;
	width: 90%;
	height: 20px;
	background: url(../img/top/select_pop.png) no-repeat center top;
	-webkit-background-size: 36px 18px;
	-moz-background-size: 36px 18px;
	background-size: 36px 18px;
}

#foot_nav, #links,{
	margin: 0 auto;
	padding: 30px 0;
}
#foot_nav{
	padding: 5%;
	text-align: center;
}
#links{
	padding: 5% 5% 0;
	text-align: center;
}
#related_links{
	padding: 0 5% 5%;
	text-align: center;
}
#links a,
#related_links a{
	display: inline-block;
	width: 46%;
	margin: 2%;
}
#related_links a:last-child{
	padding: 4% 0;
}
#links a img,
#related_links a img{
	max-width: 100%;
	height: auto;
}

#foot_nav li{
	display: inline-block;
	width: 30%;
	text-align: center;
}
#foot_nav a:hover img, #links a:hover img{
	-webkit-filter: grayscale(0%);
	filter: none;
}


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

		各学科トップ

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

#lead{
	margin: 0 20px 30px;
}
#lead strong{
	display: block;
	float: none;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.3;
	letter-spacing: 1px;
}
#lead p{
	word-break: break-all;
}


@media only screen and (max-width: 719px){
	#header ul.sub_nav{display: block !important;}
}