@charset "utf-8";

#pageHdr .inner nav ul li.L2 a{
	background-color: #000;
	color:#fff;
}
#pageHdr .inner nav ul li.L2 a:hover{
	background-color: #e5e5e5;
	color:#000;
}

/*
-----------あいさつ------------*/
#greeting{
	/*width:699px;*/
	width:649px;
	padding:25px;
	border-bottom:1px solid #ddd;
}

#greeting .left{
	width:300px;
	float:left;
}

#greeting .left h2{
	width:100%;
	height:125px;
	background: url("/profile/img/greeting.jpg") #000 no-repeat right top;
	margin-bottom:30px;
	font-weight: normal;
}
#greeting .left h2 .en{
	display: block;
	padding:30px 0 10px 15px;
	color:#fff;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.5px;
}
#greeting .left h2 .jp{
	display: block;
	padding:0 0 0 15px;
	color:#fff;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.5px;
}

#greeting .left p{
	margin-bottom:20px;
	font-size:14px;
	line-height:1.9;
}

#greeting .right{
	width:300px;
	float:right;
}

#greeting .right h3{
	padding:5px 7px;
	margin-bottom:12px;
	background-color:#000;
	font-size:14px;
	font-weight:normal;
	line-height:1.1;
	color:#fff;
}

#greeting .right .book{
	text-align:center;
	margin-bottom:18px;
}

#greeting .right h4{
	font-size:14px;
	font-weight:bold;
	line-height:1.1;
	margin-bottom:15px;
}

#greeting .right p{
	margin-bottom:10px;
	font-size:14px;
	line-height:1.4;
}


/*
---------------会社概要-----------*/

.profile{
	width:349px;
}

.profile li{
	width:100%;
	border-bottom:1px dashed #ddd;
}

.profile li h2{
	padding:25px 25px 14px 25px;
	font-size:16px;
	line-height:1.2;
}

.profile li p{
	padding:0px 25px 25px 25px;
	font-size:14px;
	line-height:1.7;
}


/*
---------------footer-----------*/
#pageFtr .innerWrapper .contents .pagetop{
    border-top: none;
}




/*----------700----------*/

@media screen and (max-width:700px){
	#greeting{
		width:auto;
	}
	#greeting .left{
		width:100%;
		float:none;
	}
	#greeting .right{
		width:100%;
		float:none;
	}
	.profile{
		width:100%;
	}
}









