@charset "utf-8";

@media screen and (min-width: 641px) {

html, body {
	width: 100%;
	height: 100%;
	font-size: 100%;
	background: #fff;
	color: #333;
}

.sp {
	display: none !important;
}

/* img alphaOver */
.alphaOver a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}


/* -----------------------------------------------------------------------------

	Header
  
----------------------------------------------------------------------------- */
#headerArea {
	position:relative;
	margin:0 auto;
	width:980px;
	z-index:10;
}
#headerArea .logo01 {
	float:left;
}
#headerArea .logo02 {
	float:left;
}
#headerArea #headerMenu {
	position:absolute;
	top:16px;
	right:0;
	width:118px;
	font-size:12px;
}
#headerArea #headerMenuSP {
	display:none;
}
#headerArea #headerMenu dt a {
	display:block;
	padding:9px 8px 0 10px;
	width:118px;
	height:28px;
	font-weight:bold;
	color:#fff;
	border-radius:3px 3px 0 0;
	background-color:#2aade9;
	box-sizing:border-box;
}
#headerArea #headerMenu dt a:hover {
	opacity:0.7;
}
#headerArea #headerMenu dt span {
	display:block;
	background:transparent url("../img/icon_head.png") 100% 50% no-repeat;
	background-size:8px auto;
}
#headerArea #headerMenu dt.active span {
	background:transparent url("../img/icon_head_up.png") 100% 50% no-repeat;
	background-size:8px auto;
}
#headerArea #headerMenu dd {
	display:none;
}
#headerArea #headerMenu li {
	border-bottom:1px solid #dfdfdf;
}
#headerArea #headerMenu li:last-child {
	border-bottom:none;
}
#headerArea #headerMenu li a {
	padding:8px;
	display:block;
	color:#666;
	background-color:#f9f9f9;
}
#headerArea #headerMenu li a:hover {
	color:#b1b1b1;
}

/* Pagetop
---------------------------------------------*/
.pageTop {
	display:none;
	position:relative;
	max-width:980px;
	height:0;
	margin:0 auto;
}
.pageTop a {
	position: relative;
	bottom: 0;
	left:auto;
	display: block;
	margin-left:980px;
	z-index:9999;
}
.pageTop a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
.pageTop a img {
	width:50px;
}
.pageTop a.fixed {
	position: fixed;
	bottom: 25px;
}

/* -----------------------------------------------------------------------------

	Footer
  
----------------------------------------------------------------------------- */
#footer {
	position: relative;
	width: 100%;
	height: 150px;
	margin: 0 auto;
	clear:both;
	font-size: 13px;
	line-height: 1.6em;
	background-color:#FFF;
	padding:65px 0 30px 0;
}
#footer .footerinn{
	width:970px;
	margin:0 auto;
}
#footer dl {
	border-bottom:1px solid #cbcbcb;
	padding:15px 0 15px 0;
	width: 970px;
	float:left;
}
#footer dl dt, #footer dl dd {
	float:left;
}
#footer dl dt {
	margin:0 18px 0 0;
	width:69px;
}
#footer dl dd ul {
	padding:8px 0 0 0;
}
#footer dl dd ul li {
	float:left;
	padding:0 13px 0 0;
	margin:0 13px 0 0;
	background: url(../img/line_schoolLink.gif) no-repeat right center;
}
#footer dl img {
	display:block;
}
#footer dl dd ul li.last {
	float:left;
	padding:0;
	margin:0;
}
#footer div.footerInner {
	padding:17px 0 0 20px;
	width:950px;
	float:left;
}
/* copyright */
#footer div.footerInner .copyright {
	width:346px;
	height:9px;
	margin:0 0 11px 0;
	float:left;
	text-indent:-9000px;
	background: url(../img/img_copyright.gif) no-repeat;
}
/* attention */
#footer div.footerInner ul {
	width:550px;
	float:right;
	padding:0;
	margin:0;
	display:inline;
}
#footer div.footerInner ul li {
	padding:0 19px 0 0;
	margin:0;
	background:none;
	float:left;
}
/* address */
address {
	clear:both;
	padding:0 0 0 40px;
	font-size:80%;
	font-style:normal;
	line-height:1.4;
	color:#000;
	background: url(../img/bg_address.gif) no-repeat left top;
}
address .mail a:hover {
	text-decoration:underline;
}

}