@charset "utf-8";

/**--------------------
 * toppage
 *--------------------*/



#global_navi {
	background-image: none;
}

h1#page_title {
	display: none;
}

#contents_top {
	clear:both;
	width:1002px;
	margin:8px auto 0 auto;
}
#top_contents a {
	text-decoration: none;
}

#top_list li {
	width: 495px;
	height: 243px;
	float: left;
	margin: 0 2px;
	border: solid 1px #cecece;
}

#top_list img.img-top-msg01 {
	margin: 10px 94px 10px 167px;
}

#top_list img.img-top-msg02 {
	margin: 10px 58px 10px 125px;
}

#top_list img.img-top-arrow {
	margin: 11px 23px;
}

#contents_main .div-eyecatch {
	background-color: #e9eef4;
	width: 100%;
	height: 320px;
}

#contents_main .div-eyecatch ul {
	margin: 0 auto;
	width: 1002px;
}

#contents_news {
	width: 1002px;
	margin:0 auto;
}
#contents_news #div_news_list p a img {
	float: right;
}


#contents_button {
	margin: 50px auto;
	width: 1002px;
}
#contents_button a{
	color: #333333;
}
#contents_button a:hover{
    text-decoration:none;
	color: #aaaaaa;
}

#contents_button ul {
	margin: 0 10px;
}

#contents_button li {
	float: left;
	height: 225px;
	width: 223px;
	margin: 0 10px;
	border: solid 1px #cecece;
}
#contents_button li span{
	display: block;
	text-align: center;
	width: 223px;
	font-size: 0.8em;
}
#contents_button li span.top-link-contents-title{
	margin: 15px 0;
	font-weight: bold;
	font-size: 1.2em;
}

.flex-direction-nav a {
	opacity: 1;
	display: block;
	width: 50px;
	height: 320px;
	margin: -20px 0 0;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
}
.flexslider {
	-webkit-box-shadow: 0 0px 0px #000;
	-moz-box-shadow: 0 0px 0px #000;
	-o-box-shadow: 0 0px 0px #000;
	box-shadow: 0 0px 0px #000;
}

.flexslider .flex-prev {
	left: 82px;
	top: 20px;
	background: url(/tokyocampus/img/img_top_eyecatch_arrow01_no.gif) no-repeat;
}
.flexslider .flex-next {
	right: 82px;
	top: 20px;
	background: url(/tokyocampus/img/img_top_eyecatch_arrow02_no.gif) no-repeat;
}
.flexslider:hover .flex-prev {
	left: 82px;
	opacity: 1;
	background: url(/tokyocampus/img/img_top_eyecatch_arrow01_on.gif) no-repeat;
}
.flexslider:hover .flex-next {
	right: 82px;
	opacity: 1;
	background: url(/tokyocampus/img/img_top_eyecatch_arrow02_on.gif) no-repeat;
}
.flex-direction-nav a:before {
	content: '';
}
.flex-direction-nav a.flex-next:before {
	content: '';
}
.flex-control-nav {
	bottom: -25px;
}
.flex-control-paging li a:hover {
	background: #cfd6e0;
}
.flex-control-paging li a.flex-active {
	background: #aa0000;
	cursor: default;
}
