@charset "UTF-8";


/*------------- ヘッダー ------------- */
header {
	width:100%;
	height:114px;
	background:url(../images/head_bg.png) repeat-x;
}
header .inner {
	width:1030px;
	margin:auto;
}
header .logoBox {
	float:left;
}
header .logoBox p {
	font-size:11px;
	line-height:30px;
	padding-top:10px;
	padding-left:10px;
}
header .inner h1 {
}
header .inner .infoBox {
	width:254px;
	float:right;
	margin-top:40px;
	text-align:center;
}
/*------------- nav1 ------------- */
.navOut {
	width:100%;
	height:60px;
	background:url(../images/nav_out.png) repeat-x;
}
.navOut ul {
	background:url(../images/nav_bg.png) no-repeat;
	width:1030px;
	margin:auto;
}
.navOut ul li {
	float:left;
	width:206px;
	height:60px;
}
.navOut ul li a {
	display:block;
}
.navOut ul li a:hover img,
.navOut ul li.crnt img {
	opacity: 0.0;
	filter: alpha(opacity=00);
	-ms-filter: "alpha(opacity=00)";
}
/*------------- KV ------------- */
.kvBox {
	background:url(../images/kv.png) no-repeat top center #d8d8d8;
	width:100%;
	height:700px;
}
/*------------- block1 ------------- */
.block1 {
	width:100%;
	background:#fff;
}
.block1 .inner {
	width:1030px;
	margin:auto;
	padding:70px 0;
}
.block1 .inner .box {
	width:620px;
	float:left;
}
.block1 .inner .box h3 {
	font-size:24px;
	font-weight:bold;
	margin:35px 0 20px;
}
.block1 .inner .box p {
	font-size:15px;
	line-height:30px;
}
/*------------- block2 ------------- */
.block2 {
	background:#f5f5f5;
}
.block2 .inner {
	width:1030px;
	margin:auto;
	padding:80px 0;
}
.block2 .inner h2 {
	text-align:center;
}
.block2 .inner ul {
	margin-top:35px;
}
.block2 .inner ul li {
	float:left;
	margin-left:23px;
}
.block2 .inner ul li:first-child {
	margin:0;
}
.block2 .inner .banner {
	text-align:center;
	margin:85px auto 0;
	width:750px;
	height:180px;
	background:#fff;
}

/*------------- footer ------------- */
footer {
	width:100%;
	padding:50px 0 90px;
	background:#fff;
}
footer .inner {
	width:1030px;
	margin:auto;
}
footer .inner .left {
	width:450px;
}
footer .inner .left p {
	font-size:15px;
	margin-top:20px;
}
footer .inner .left p.copy {
	font-size:11px;
}
footer .inner .right {
	width:400px;
}
footer .inner .right ul {
	margin-top:20px;
}
footer .inner .right ul li {
	float:left;
	font-size:15px;
	width:130px;
	line-height:30px;
}
footer .inner .right ul li a {
	text-decoration:underline;
}
/*------------- 下層タイトル ------------- */
.ttlArea {
	width:100%;
	height:200px;
	background:#fff;
	border-bottom:10px solid #eee;
}
.ttlArea .inner {
	width:1030px;
	height:200px;
	margin:auto;
}
.ttlArea .inner h2 {
	line-height:200px;
	font-size:23px;
	font-weight:bold;
	margin-left:20px;
}
/*------------- 会社概要 ------------- */
.ttlBack_01 {
	background:url(../images/ttl_back01.png) no-repeat;
}
.companyBox {
	width:100%;
	padding:70px 0;
	background:#f7f7f7;
}
.companyBox .inner {
	width:1030px;
	margin:auto;
}
.companyBox .inner table {
	font-size:14px;
	width:100%;
	margin:auto;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.companyBox .inner table th {
	padding:20px;
	text-align:left;
	font-weight:normal;
	background:#fdfdfd;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.companyBox .inner table td {
	padding:20px;
	line-height:23px;
	background:#fdfdfd;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.companyBox .map {
	width:1300px;
	height:200px;
	margin:100px auto 50px;
	border:10px solid #fff;
}

/*------------- 業務案内 ------------- */
.ttlBack_02 {
	background:url(../images/ttl_back02.png) no-repeat;
}
.bizOL .bizBox {
	width:100%;
	padding:70px 0;
	background:#fff;
}
.bizOL .bizBox2 {
	width:100%;
	padding:70px 0;
	background:#f7f7f7;
}
.bizOL .inner {
	width:1030px;
	margin:auto;
}
.bizOL .flowBox {
	width:900px;
	margin:auto;
}
.bizOL  h3 {
	text-align:center;
	margin-bottom:50px;
}
.bizOL  h4 {
	font-size:20px;
	color:#555;
	font-weight:bold;
	margin:30px 0 10px;
	border-left:5px solid #555;
	text-indent:20px;
}
.bizOL table {
	font-size:15px;
	background:#fff;
	width:100%;
	margin:20px 0;
}
.bizOL table th {
	color:#fff;
	width:200px;
	padding:20px;
	font-weight:normal;
	vertical-align:middle;
	font-size:16px;
}
.bizOL table td {
	padding:20px;
	line-height:25px;
}

table.biz1 th {
	background:#8a98cf;
	border:3px solid #8a98cf;
}
table.biz1 td {
	border:3px solid #8a98cf;
}
table.biz2 th {
	background:#89c997;
	border:3px solid #89c997;
}
table.biz2 td {
	border:3px solid #89c997;
}
/*------------- ダウンロード ------------- */
.ttlBack_03 {
	background:url(../images/ttl_back03.png) no-repeat;
}
.docBox {
	width:100%;
	padding:120px 0;
	background:#f7f7f7;
}
.docBox .inner {
	width:1030px;
	margin:auto;
}
.docBox .inner ul {
	margin-top:30px;
}
.docBox .inner ul li {
	background:#e5c057;
	color:#fff;
	font-size:18px;
	display:inline-block;
	margin:20px;
}
.docBox .inner ul li a {
	display:block;
	padding:20px 30px;
	color:#fff;
}
/*------------- お問合せ ------------- */
.ttlBack_04 {
	background:url(../images/ttl_back04.png) no-repeat;
}
.contactBox {
	width:100%;
	padding:70px 0;
	background:#f7f7f7;
}
.contactBox .inner {
	width:1030px;
	margin:auto;
}
table.fmTb {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background:#fff;
	font-size:15px;
	width:800px;
	margin:auto;
}
table.fmTb th {
	padding:30px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	font-weight:normal;
	vertical-align:middle;
}
table.fmTb td {
	padding:30px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
}
.contactBox input[type="text"],
.contactBox input[type="email"],
.contactBox input[type="tel"],
.contactBox textarea {
	padding:5px;
	width:400px;
}
.contactBox input[type="submit"] {
	background: #888;
	border: 0;
	padding:20px 30px!important;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}
.contactBox .btn {
	text-align:center;
	margin-top:40px;
}
p.txt1 {
	width:800px;
	margin:0 auto 30px;
}
.contactBox .infoBox {
	width:700px;
	padding:50px;
	margin:80px auto 0;
	background:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
.contactBox .infoBox table {
	font-size:15px;
}
.contactBox .infoBox table th {
	padding:20px;
	text-align:right;
	font-weight:normal;
}
.contactBox .infoBox table td {
	padding:20px;
	line-height:25px;
}
p.txt2 {
	font-size:20px;
	color:#f00;
	font-weight:bold;
	text-align:center;
	margin-top:30px;
}

/*------------- footer ------------- */


/*------------- パンくず ------------- */

/*------------- 下層メインBOX ------------- */
