@charset "utf-8";


/*----------------------------------------------------
    ■ share 
----------------------------------------------------*/

*{
	color: #1F1F1F;
	margin:0;
	padding:0;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 160%;  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	letter-spacing: 1px;
	font-size: 14px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

li,ul,dl,dt,dd {
	list-style:none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.imgover {
	opacity: 0;
	position: absolute;
}

body {
	overflow-x: hidden;
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size:cover;
	background-size:cover;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* pagetop start*/

#page-top_all {
	width: auto;
	margin: auto;
	clear: both;
	z-index: 200;
	background-color: #FFFFFF;
	height: 0px;
}

#page-top_in {
	margin: 0 auto;
	text-align: right;
	position: relative;
	width: 1170px;
	height: 0px;
	z-index: 200;
	background-color: #FFFFFF;
}

#page-top {
	position: absolute;
	margin-left: 1080px;
	z-index: 200;
	background-color: #FFFFFF;
}
#page-top a {
	width: 100px;
	display: block;
	background-image: url(../img/common/f_page_top.png);
	height: 80px;
	position: fixed;
}
#page-top a:hover {
}
.footer{
	height: 350px;
}

/*----------------------------------------------------
    ■ Layout 
----------------------------------------------------*/

/******* Header start ********/

header {
	display:block;
	width: 100%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size:cover;
	background-size:cover;
}

/******* #header_cnt start ********/
header #header_cnt {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 980px;
}

header #header_cnt h1 {
	padding-top: 30px;
	text-align: center;
	padding-bottom: 25px;
}




.cb-header {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	margin: auto;
	background-color:  rgba(255,255,255,0.9);
	height: 40px;
	z-index: 100;
}
.cb-header .cb-header_cnt {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 980px;
	padding-top: 10px;
}
.cb-header .cb-header_cnt h2 {
	float: left;
	margin-right: 45px;
}
.cb-header .cb-header_cnt ul {
	float: left;
}
.cb-header .cb-header_cnt ul li {
	float: left;
	margin-right: 20px;
}
.cb-header .cb-header_cnt ul .li1 {
}
.cb-header .cb-header_cnt ul .li_end {
	margin-right: 0px;
}

/******* navi_main_cnt start ********/

header #navi_main_cnt {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 980px;
}

header #navi_main_cnt ul {
}

header #navi_main_cnt ul li {
	float:left;
	list-style:none;
	margin-right: 45px;
}

header #navi_main_cnt ul li a {
}
header #navi_main_cnt ul li:nth-child(6) {
	margin-right: 0px;
}

header #header_p_title {
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 980px;
	padding-top: 125px;
}
header #header_p_title h2 {


}

.ti1{
	background-image: url(../img/common/ti1_bg.png);
	height: 37px;
	width: 980px;
	background-repeat: no-repeat;
}
.ti1 h3{
	font-size: 20px;
	padding-left: 48px;
	line-height: 100%;
}
.ti2{
	background-image: url(../img/common/ti1_bg.png);
	height: 37px;
	width: 730px;
	background-repeat: no-repeat;
}
.ti2 h3{
	font-size: 20px;
	padding-left: 48px;
	line-height: 100%;
}

#contents{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	padding-top: 90px;
	background:#F3F3F3;
}

#contents_cnt {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 980px;
}
#contents_cnt .l_contents {
	float: left;
	width: 730px;
}
#contents_cnt .r_menu {
	float: right;
	width: 200px;
}

#g_map{
	width: auto;
	margin: auto;
	clear: both;
}




#map_cnt {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 980px;
	padding-top: 60px;
	padding-bottom: 60px;
	clear: both;
}
#map_cnt h2 {
	float: left;
	margin-right: 30px;
}
#map_cnt .box_sp {
	float: right;
	width: 900px;
	margin-bottom: 40px;
}
#map_cnt .box_sp .ar {
	padding-bottom: 50px;
}
#map_cnt .box_sp .ad {
}
#map_cnt .box_sp .ad dl {
	margin-left: 95px;
}
#map_cnt .box_sp .ad dl dt {
	font-size: 22px;
	float: left;
	margin-right: 30px;
}
#map_cnt .box_sp .ad dl dd {
	float: left;
	color: #FFFFFF;
	background-color: #D3C79D;
	padding: 5px;
}
#map_cnt .box_sp .ad dl dd a {
	color: #FFFFFF;
	background-color: #D3C79D;
}

#map_cnt .box_sp .dot {
	padding-top: 50px;
	padding-bottom: 50px;
}

#map_cnt .box_sp .case {
	clear: both;
}
#map_cnt .box_sp .case dl {
	float: left;
	width: 410px;
	padding-right: 20px;
	padding-left: 10px;
}
#map_cnt .box_sp .case dl dt {
	float: left;
}
#map_cnt .box_sp .case dl dd {
	padding-left: 90px;
}
#map_cnt .box_sp .case dl dd .case_txt {
	font-weight: bold;
}

/******* footer start ********/

footer {
	display:block;
	width:100%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;

	-moz-background-size:100%;
	background-size:100%;
	position: relative;
	background-color: #FFFFFF;
	height: 380px;
}

footer #footer_big{
	width: 100%;
	margin: auto;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
	bottom: 0px;
}
footer #footer_big .f_bg{
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
footer #footer_big .f_bg img{
	width: 100%;
}
footer #footer_big .f_bg .txt{
	position: absolute;
	top: 50%;
	left: 50%;

  -webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #FFFFFF;
	width: 980px;
}



/******* navi_main_cnt start ********/
#footer_f{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	padding-top: 50px;
	background-color: #FFFFFF;
	z-index: 10;
}
#footer_f #footer_f_cnt {
	margin: 0 auto;
	position: relative;
	width: 980px;
	text-align: center;
}

#footer_f #footer_f_cnt #navi_f_cnt {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 442px;
}

#footer_f #footer_f_cnt #navi_f_cnt ul {
	margin-right: auto;
	margin-left: auto;
}

#footer_f #footer_f_cnt #navi_f_cnt ul li {
	float:left;
	list-style:none;
}

#footer_f #footer_f_cnt #navi_f_cnt ul li a {
}
footer #footer_cnt #navi_f_cnt ul li:nth-child(4) {
	margin-right: 0px;
}
#footer_f #footer_f_cnt h2 {
	text-align: center;
	clear: both;
	padding-bottom: 40px;
	padding-top: 40px;
}
#footer_f #footer_f_cnt #copy {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	text-align: center;
	clear: both;
	padding-bottom: 40px;
}


#maps {width:100%; height:300px; background:#eee; position:relative;}
#googlemaps {width:100%; height:300px; position:relative;}



	#campus_map{
		width: 100%;
		height:500px;
	}
	
	h3.map_title{
		text-align: center;
		font-size: 16px;
	}
	p.map_comment{
		padding:0 30px;
	}
