﻿/*------------------------------------*/
/*     企業情報 css style sheet       */
/*------------------------------------*/
@charset "UTF-8";

h2{
	margin:0 auto;
	padding:80px 0;
	color:#264da4;
	font-size:24pt;
	font-weight : bold;
	text-align : center;
	background:#ebf5ff;
	background-image: url("img/h2_bg.png");
	background-position:top center;
	background-repeat : no-repeat;
	content: "";   /*clear*/
	display: block;   /*clear*/
	clear: both;  /*clear*/
}

h3{
	margin:0 auto;
	padding:30px 0;
	color:#264da4;
	font-size:21pt;
	font-weight : bold;
	text-align : center;
	width: 100%;
}
.subH3{
	font-weight : bold;
	color:#264da4;
	font-size:18pt;
}
p{
	padding:10px 100px;
	line-height : 200%;
	text-align : left;
}

table{
	margin:0 auto;
}
td{
	padding:5px 30px;
}

.list li{
	padding:3px 0;
}
/*事例*/
.list-box {
float: left;

}
.width450{
	width: 450px;
}
.mr100{
	margin-right: 100px;
}
.mr150{
	margin-right: 150px;
}
