@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.backimg {
	text-indent: -9999px;
	overflow: hidden;
}

a img {
	border: none;
}

a.backroll {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

@media only screen and (min-width: 737px) {
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../images/top/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../images/top/next.jpg) no-repeat left center;}


#header .header_top {
	width: 1000px;
}

#header .header_top h1 {
	float: left;
	width: 315px;
	height: 80px;
	background: url(../images/common/header_logo.png) no-repeat;
	margin-top:0px;
	background-size: cover;
	margin-bottom:15px;
}
#header .header_top ul.sub_menu {
	float: right;
	width: 400px;
	height: 50px;
	list-style: none;
	margin-top: 20px;
	display:none;
}

#header .header_top ul.sub_menu li {
	
	height: 50px;
	float: right;
	margin-left:5px;
}

#header .header_top ul.sub_menu li.siryou {width:160px;background:url(../images/common/sub_siryou_r.png) no-repeat;}
#header .header_top ul.sub_menu li.siryou a {background:url(../images/common/sub_siryou.png) no-repeat;}
#header .header_top ul.sub_menu li.siryou a:hover {background:none;}

#header .header_top ul.sub_menu li.opencampus {width:230px;background:url(../images/common/sub_opencampus_r.png) no-repeat;}
#header .header_top ul.sub_menu li.opencampus a {background:url(../images/common/sub_opencampus.png) no-repeat;}
#header .header_top ul.sub_menu li.opencampus a:hover {background:none;}

#header .global_menu ul {
	list-style: none;
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	float: left;
	padding-top:3px;
	padding-bottom:0px;
	
}

#header .global_menu ul li {

}
	
#header .global_menu ul li.global_01 a {width: 183px;background:url(../images/common/global_menu_01.png) no-repeat;}
#header .global_menu ul li.global_01 a:hover {background:url(../images/common/global_menu_01_r.png) no-repeat;}

#header .global_menu ul li.global_02 a {width: 186px;background:url(../images/common/global_menu_02.png) no-repeat;}
#header .global_menu ul li.global_02 a:hover {background:url(../images/common/global_menu_02_r.png) no-repeat;}

#header .global_menu ul li.global_03 a {width: 145px;background:url(../images/common/global_menu_03.png) no-repeat;}
#header .global_menu ul li.global_03 a:hover {background:url(../images/common/global_menu_03_r.png) no-repeat;}

#header .global_menu ul li.global_04 a {width: 138px;background:url(../images/common/global_menu_04.png) no-repeat;}
#header .global_menu ul li.global_04 a:hover {background:url(../images/common/global_menu_04_r.png) no-repeat;}

#header .global_menu ul li.global_05 a {width: 161px;background:url(../images/common/global_menu_05.png) no-repeat;}
#header .global_menu ul li.global_05 a:hover {background:url(../images/common/global_menu_05_r.png) no-repeat;}

#header .global_menu ul li.global_06 a {width: 187px;background:url(../images/common/global_menu_06.png) no-repeat;}
#header .global_menu ul li.global_06 a:hover {background:url(../images/common/global_menu_06_r.png) no-repeat;}



#container {
	width: 1000px;
	margin: 0 auto;
	font-size: 80%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	color: #383c3c;/*トップページ文字*/

}

#container .contents_side .topics_box {
	width: 760px;
	padding-left:2px;
}

#container .contents_side .topics_box a {
	color: #F30;
	text-decoration: none;
}

#container .contents_side .topics_box a:hover {
	color: #F93;
	text-decoration: none;
}


#footer .block{
	width:1000px;
	height: 220px;
	margin: 0 auto;
}

#footer .block h3.footer_logo {
	margin-top:0px;
	width:280px;
	height:180px;
	background: url(../images/common/footer_name.png)  no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	background-size: cover;
}

#footer .block p.copyright {
	font-size:65%;
	float:right;
	color:#42210B;
	margin-top:50px;
}

#footer .block .contents {
	width:650px;
	float:right;
	margin-top:-150px;
}

#footer .block .contents ul.site_contents {
	list-style: none;
	text-align: left;
	font-size: 76%;
	height:100px;
	float:left;
	padding-left:10px;
}

#footer .block .contents ul.site_contents li {
	padding-left:8px;
	letter-spacing: 0.1px;
	text-indent: 10px;
	line-height:19px;
	color:#777;
}

#footer .block .contents ul li a {
	text-decoration: none;
	color:#42210B;
}

#footer .block .contents ul li a:hover {
	text-decoration: underline;
	color: #ffd8b2;
}

#footer .block .contents nav{
	text-indent: -9999px;
	overflow: hidden;
	height:0;
}

}

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

.wideslider {
	display:none;
}

#header .header_top {
	width: 100%;
	float:left;
}

#header .header_top h1 {
	width: 80%;
	height:0;
	padding-bottom:15%;
	background: url(../images/common/header_logo.png) no-repeat;
	background-size: cover;
	margin:0px auto;
	background-position:center;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
}
#header .header_top ul.sub_menu {
	text-indent:-9999px;
	display:none;
}


#container {
	width: 96%;
	font-size: 100%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	color: #383c3c;/*トップページ文字*/
	margin-top:0px;
	padding:0 5px;

}

#container .contents_side .topics_box {
	width: 100%;
	padding-left:2px;
	margin-top:-30px;
}

#container .contents_side .topics_box a {
	color: #F30;
	text-decoration: none;
}

#container .contents_side .topics_box a:hover {
	color: #F93;
	text-decoration: none;
}


#footer .block{
	width:100%;
	min-width:300px;
}

#footer .block h3.footer_logo {
	margin-top:0px;
	width:80%;
	height:0;
	padding-bottom:42%;
	background: url(../images/common/footer_name.png)  no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align:center;
	margin:0em auto;
	margin-bottom:1em;
	background-size: cover;
}


#footer .block p.copyright {
	font-size:60%;
	color:#fff;
	float:left;
	text-align:center;
}

#footer .block .contents {
	width:100%;
	float:left;
}

#footer .block .contents ul.site_contents {
	width:100%;
	list-style: none;
	text-align: left;
	float:left;
	padding-left:1px;
	font-size:80%;
	margin-bottom:1em;
}

#footer .block .contents ul.site_contents li {
	padding-left:1em;
	text-indent: 10px;
	line-height:19px;
	color:#777;
}

#footer .block .contents ul li a {
	text-decoration: none;
	color:#FFF;
}

#footer .block .contents ul li a:hover {
	text-decoration: underline;
	color: #ffd8b2;
}

#topcontrol {
	display:none;
}

}