@charset "utf-8";

/* --------------------------------------------------
　HOME用設定
-------------------------------------------------- */
#warp {
	width:100%;
	height:100%;
	background-image:url(../images/symbolMarkAlpha.svg);
	background-position:90% 85%;
	background-repeat:no-repeat;
	background-size:35% 35%;
}
header {
	width:100%;
	height:90px;
	border-bottom:1px solid #e6e6e6;
	position:absolute;
	top:0;
}
.symbolMark {
	width:960px;
	margin:0 auto;
	text-align:right;
	padding:14px 0;
}
#main {
	width:960px;
	margin:0 auto;
	height:400px;
	padding-top:90px;
}
.Column {
	float:left;
	padding: 0 0 0 14px;
	width:306px;
}
.Column dl dt {
	float:left;
}
.Column dl dd ul.bizCategory > li {
	color:#0068b6;
}
.Column dl dd ul.bizCategory > ul {
	margin:0 0 10px;
}
.Column dl dd ul.bizCategory > ul > li:before {
	content:"> ";
	color:#0068b6;
}
#qurionLogo {
	background-image:url(../../common/images/tripleBorder8.svg);
	background-position: 0 0;
	background-repeat:no-repeat;
	background-size:12px 400px;
	height:100%;
	position:relative;
}
#qurionLogo img {
	position:absolute;
	top:160px;
	left:52px;
}
#japanese,#english {
	background-image:url(../../common/images/tripleBorder1.svg);
	background-position: 0 0;
	background-repeat:no-repeat;
	background-size:1px 400px;
	height:100%;
}

#japanese dl dd {
	margin:0 0 16px 5em;
}

#english dl dd {
	margin:0 0 16px 7em;
}

footer {
	width:100%;
	position:fixed;
	bottom:0;
	border-top:1px solid #e6e6e6;
	background-color:rgba(255,255,255,0.90);
	padding:14px 0;
	text-align:center;
	color:#808080;
}

/* --------------------------------------------------
	768px以下共通
-------------------------------------------------- */
@media screen and (max-width:959px){
	body{
		-webkit-text-size-adjust: 100%;
		font-size:90%;
	}
	header {
		position:static;
		height:auto;
	}
	.symbolMark {
		width:95%;
		text-align:right;
		padding:10px 0;
	}
	.symbolMark img {
		width:70px;
	}
	#main {
		width:100%;
		height:auto;
	}
	.Column {
		float:none;
		clear:both;
		padding:0;
		width:100%;
		margin:0 auto;
	}
	.Column dl {
		width:90%;
		margin:0 auto;
		padding-top:20px;
	}
	#qurionLogo {
		background-image:url(../../common/images/tripleBorderMobile.svg);
		background-size:auto;
		width:100%;
		height:70px;
		border-bottom:1px solid #e6e6e6;
		padding:0 0 0 24px;
	}
	#qurionLogo img {
		position:static;
		width:160px;
		margin:12px 0 0;
	}
	#japanese,#english {
		background-image:none;
	}
	#english {
		border-top:1px solid #e6e6e6;
	}
	footer {
		position:static;
	}
}
