﻿/*------------------------------------*/
/*     企業情報 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;
	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;
}
/* --- リストエリア --- */
ul.list {
margin: 0 0 0 200px;
padding: 0;
list-style-type: none;
}

/* --- リスト項目 --- */
ul.list li {
padding: 0 0 30px 15px; /* 項目のパディング（上右下左） */
background: url(img/triangle.gif) no-repeat 3px 0.2em; /* マーカー画像 */
line-height: 130%;
text-align : left;
}