@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Index
Made by TRAM
/////////////////////////////////////
*/

#Subvisual {
	background:url(../images/company/img_sv.jpg) no-repeat 50% 0;
	background-size:cover;
	height:330px;
}

#Company {
	margin-bottom:125px;
}
#Company dl {
	border-bottom:2px dotted #7ec5fd;
	width:800px;
	margin:0 auto;
	padding:15px 0;
	color:#303030;
	font-size:125%;
}
#Company dt {
	float:left;
	padding-left:57px;
}
#Company dd {
	padding-left:230px;
}
#Company a {
	color:#303030;
	text-decoration:none;	
}
#Company a:hover {
	text-decoration:underline;	
}
.blue-btn {
	background:url(../images/company/btn_blue.png) no-repeat;
	height:40px;
	line-height:40px;
	color:#fffefe;
	font-size:125%;
	display:block;
	text-decoration:none;
	width:170px;
	padding-left:86px;
	margin:55px auto 95px;
}
.contact-btn {
	width:768px;
	height:218px;
	margin:0 auto;
	display:block;
}


#Greeting{
	width: 840px;
	margin: 0 auto 65px;
}
.greeting-ttl{
	border-bottom: 5px solid;
  -o-border-image: linear-gradient(to right, #0093df 0%, #87cefa 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#0093df), to(#87cefa));
     border-image: linear-gradient(to right, #0093df 0%, #87cefa 100%);
  border-image-slice: 1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.gree-text{
	float: left;
	width: 450px;
	font-size: 14px;
	margin-left: 20px;
}
.gree-img{
	float: right;
	width: 300px;
	margin-right: 20px;
}