@charset "UTF-8";

/*---------------------*/
/*	clearfix 
/*---------------------*/
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */

/*=====================*/
/*	フッター 
/*=====================*/

#GlobalFooter {
	width:80%;
	margin:15px auto 10px;
	padding-top:8px;
	border-top:solid 3px #d3d3d3;
	font-size: 12px;
	line-height: 1.5;
}

#FooterLogo {
	width: 10%;
	float: left;
	padding-top: 30px;
	text-align: center;
}

@media screen and (max-width:1000px) {
	#FooterLogo {
		display: none;
	}
}

#FooterService {
	width: 85%;
	float: left;
	margin-left: 10px;
	display: inline; /* dobble margin bugfix for ie6 */
}

#FooterServiceHead {
	margin-bottom: 8px;
}

#GlobalFooter .FooterTitle {
	width: 80%;
	float: left;
	font-size: 117%;
	font-weight: bold;
	color: #333;
}

#GlobalFooter #FooterServiceHead p.FooterHeadLink {
	text-align: right;
}

#GlobalFooter #FooterServiceHead p.FooterHeadLink a {
	float: right;
	padding-right: 20px;
	color: #09F !important;
}

#GlobalFooter #FooterServiceHead p.FooterHeadLink img {
	vertical-align: text-top;
}

#FooterServiceCont dl {
	padding: 1px 0 0;
	background: url(../images/cmn/fline_blue.gif) repeat-y 100px;
}

#FooterServiceCont dl dt {
	width: 100px;
	float: left;
	padding-bottom: 5px;
	margin-right: 15px;
	color: #2798e3;
}

#FooterServiceCont dl dt.pl {
	padding-bottom: 10px;
}

#FooterServiceCont dl dd {
	float: left;
	margin: 0 10px 3px 0;
	padding: 0 9px 0 0;
	border-right: 1px solid #999;
	white-space: nowrap;
}

#FooterServiceCont dl dt.pl::after {
	clear: both;
	content: ".";
	display: block;
	opacity: 0;
}

#FooterServiceCont dl dd a:hover {
	text-decoration: underline;
}

#FooterServiceCont dl dd.last {
	border-right: none;
}

#FooterCorp {
	clear: both;
}

#FooterCorpInfo {
	float: left;
	width: 90%;
	margin: 10px 0 0 0;
	padding-top: 5px;
	border-top: 1px solid #2798e3;
	display: inline; /* dobble margin bugfix for ie6 */
}

@media screen and (max-width:1440px) {
	#FooterCorpInfo {
		width: 80%;
	}
}

#FooterCorpId {
	width: 300px;
	float: left;
}

#FooterCorpName {
	width: 100px;
	float: left;
	margin-top: 2px;
}

#copyright {
	width: 190px;
	float: left;
	margin: 3px 0 0 10px;
	font-size:81.6%;
	color: #333;
	line-height: 1.2;
}

#FooterCorpLink {
	float: left;
}

#FooterCorpLink ul li {
	float: left;
	margin: 0px 10px 7px 0;
	padding: 3px 9px 0px 0;
	border-right: 1px solid #999;
	font-size: 93.3%;
	line-height: 1.2;
}

#FooterCorpLink ul li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#privacy {
	float: left;
	margin: -15px 0 10px 10px;
	display: inline; /* dobble margin bugfix for ie6 */
}

@media screen and (max-width:767px) {
	#privacy {
		margin: 0;
	}
}

/*=====================*/
/*	フォント
/*=====================*/

#GlobalFooter a {
	color: #666666;
	text-decoration: none;
}

#GlobalFooter a:hover {
	color: #666666;
	text-decoration: underline;
}

#GlobalFooter dt {
	width: 30%;
	box-sizing: border-box;
}

#GlobalFooter dd {
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
}

#GlobalFooter .flex {
	display:flex;
	flex-wrap: wrap;
}