@charset "Shift_JIS";

/*
使用画面   :NAVI学生PC
説明       :共通フッターで利用するCSS
初版作成日 :2012/06/01
初版作成者 :mycom(navi-dev)
*/
#gfooter{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	/*▼追加*/
	background: #ffffff;
	/*▲追加*/
}

#addressWrapper{
	clear:both;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	border-top:1px dotted #aaaaaa;
	margin-top:5px;
	background:#F9F9F9;
}
#addressWrapper address{
	line-height:30px;
	border-top:2px solid #f7f7f7;
	color:#666666;
}			

/*---------------------*/
/*	clearfix 
/*---------------------*/
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
.clearfix {display: inline-block;} 

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */
/*---------------------*/
/*	clearfix 
/*---------------------*/
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
.clearfix {display: inline-block;} 

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */

/*=====================*/
/*	フッター 
/*=====================*/

#GlobalFooter {
	border-top: solid 1px #2798e3;
	letter-spacing: 0.6px;
	line-height: 1.2;
	margin:0px auto 10px auto;
	padding-top:8px;
	width:850px;
	/* ▼追加 */
	background: #ffffff;
	/* ▲追加 */
}
#FooterLogo {
	float: left;
	margin: 8px 15px 0 0;
	width: 70px;
}

#sitelist {
	width: 680px;
	float: right;
}


#sitelist dl.clearfix dd{
	white-space:nowrap;
}

#FooterService {
	float: left;
	width:770px;
}

#FooterServiceHead {
	margin-bottom: 4px;
}

#GlobalFooter .FooterTitle {
	color: #333;
	float: left;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#FooterServiceCont dl{
	padding-bottom:5px;
}
#FooterServiceCont dl dd {
	float: left;
	margin: 0 2px 1px 0;
	padding: 0 10px 3px 0;
	font-size:11px;
}

#FooterServiceCont dl dd a:hover {
	text-decoration: underline;
}

#FooterServiceCont dl dd.last {
	border-right: none;
}

#FooterCorp {
	clear: both;
	padding-top:5px;
	border-top: solid 1px #2798e3;
}

#FooterCorpInfo {
	float: left;
	width: 88%;
	padding-top: 4px;
	display: inline; /* double margin bugfix for ie6 */
}

#FooterCorpId {
/*	width: 300px;*/
	margin-right:4px;
	float: left;
}

#FooterCorpName {
	width: 100px;
/*	float: left;*/
	margin-top: 2px;
}

#copyright {
/*	width: 190px;
	float: left;*/
	margin: 3px 0 0 0;
	font-size:81.6%;
	color: #333;
	line-height: 1.2;
}

#FooterCorpLink {
	float: left;
}

#FooterCorpLink ul li {
	float: left;
	margin: 0px 10px 7px 0;
	padding: 0px 9px 0px 0;
	border-right: 1px solid #999;
	line-height: 1.2;
	font-size:11px;
}

#FooterCorpLink ul li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#privacy {
	width: 75px;
	float: right;
	margin: 10px 0 0;
	display: inline; /* double margin bugfix for ie6 */
}

#group {
	margin-bottom: 5px;
	font-size: 123.1%;
}

/*=====================*/
/*	フォント
/*=====================*/

#GlobalFooter a {
	color: #666666;
	text-decoration: none;
}

#GlobalFooter a:hover {
	color: #666666;
	text-decoration: underline;
}



