@charset "UTF-8";
/* CSS Document */

/*********************************/
/*　　　　             　header　　　　            　*/
/*********************************/

#header {
	background-color: hsla(0,0%,95%,1.00);
	display: block;
	padding:0 10px;
}


#header h1 {
	float:left;
	width:350px;	
}

#container h2 {
	font-size: 120%;
	line-height: 1;
	margin-bottom: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	padding-left: 5px;
}

/*------------会社案内--------------------------*/

.outline {position:relative;}

.outline h3 {
	background-image: url(../common_img/outline_point.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
	font-size: 150%;
	line-height: 1.3em;
	font-weight: bold;
	color: hsla(81,100%,39%,1.00);
	margin:50px 0 20px 0;
}

.outline p {
	margin-left:60px;
}

.outline table {
	width:100%;
	margin-top:50px;
	border-top: 1px solid hsla(0,0%,66%,1.00);
}

.outline th {
	width:100px;
	padding: 10px 20px;
	border-bottom: 1px solid hsla(0,0%,66%,1.00);
}

.outline td {
	padding:10px 0;
		border-bottom: 1px solid hsla(0,0%,66%,1.00);
	
}
.wrapbox {
	background-image: url(../common_img/outline_backtree.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.outline ol {
	margin-left:80px;
}
.outline ol li {
	list-style-type: decimal;
}

.outline ul {
	margin-left:60px;
}

.workimage {
	position: absolute;
	right:100px;
	top:400px;
}
.workimage img {
	margin:5px;
}

.map {
	text-align: center;
	padding-top: 40px;
	margin-top: 60px;
	border-top: 1px solid hsla(0,0%,66%,1.00);	
}


/*------------業務内容-------------------------*/

.service {
	border-radius: 13px;
	padding:0px 30px 30px 30px;
	background-color: #232DB3;
	color: #fff;
}

.service .ser01 {
	float:left;
	width:570px;
}
.service .ser01 h3{
	margin:40px 0 15px -10px;
	font-size:130%;
}
.service .ser01 p {
	margin-left:15px;
	text-indent: -15px;
	margin-bottom:15px;
}

.service .ser02{
	float:right;
	width:260px;
	text-align: right;
	margin-top:80px;
}
.service .ser02 img {	
	margin-bottom:20px;
}

.link {
	text-align: center;
	padding:50px 0;
}


/*------------お問合せ-------------------------*/


.contact table{
	margin-top:60px;
	margin-bottom:20px;
	margin-left:60px;
	width:760px;
	
}

.contact th{
	width: 100px;
	vertical-align: top;
	font-weight: normal;
	color: #852A1D;
	padding-bottom:20px;
	text-align: left;
}
.contact td{
	padding-bottom:20px;
}
.contact td input[type=text],
.contact textarea{
	border-radius: 5px;
	border: 1px solid #AFAFAF;
	padding:5px;
}

.contact p.btn {
	text-align: center;
}

.contact em{
	font-size: 84%;
	color: #FF0004;
}
.contact .wid {
	width:98%;
}

.contact h4.atte{
	margin-left:60px;
	font-size:90%;
	font-weight: bolder;
}

.contact p.atte {
	margin-left:60px;
	margin-bottom:50px;
	font-size:90%;
}

