﻿@charset "utf-8";

/*
1.page共通
2.よくある質問（qa.html）
3.経理事務（keiri.html）
4.料金のご案内（price.html）
*/

/*----------------------------------------------------
　1.page共通
----------------------------------------------------*/
.title{
	width:700px;
	margin-bottom:12px;
}

.bass{
	padding:0 10px 0;
	clear:both;
}

.h3_qBox{
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight:normal;
	margin:20px 10px 10px;
	padding-left:12px;
	color: #492B09;
	height: 37px;
	line-height: 37px;
	background-image: url(../images/q-back.jpg);
}

/*----------------------------------------------------
　2.よくある質問　qa.html
----------------------------------------------------*/
.q_box{
	height:auto;
	margin: 5px 10px 5px;
	padding-left:24px;
	background-position: 0 2px;
	background-image: url(../images/q-icon.jpg);
	background-repeat: no-repeat;
}

.q_box a{
	text-decoration:underline;
}

.h3_aBox {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	margin:20px 0 10px;
	padding-left:12px;
	color: #FFF;
	height: 37px;
	line-height: 37px;
	background-image: url(../images/a-back.jpg);
}

#answer{
	height:auto;
	margin: 5px 10px 5px;
}

#answer li.qe{
	background-image: url(../images/q-icon.jpg);
	background-color: #F0F9FF;
	background-repeat: no-repeat;
	padding: 5px 0 5px 34px;
	background-position: 10px 6px;
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	color: #CA3300;
	font-weight: bold;
}

#answer li.an{
	background-image: url(../images/a-icon.jpg);
	background-repeat: no-repeat;
	padding:7px 0 0px 34px;
	background-position: 10px 8px;
}

#answer li.ue{
	text-align:right;
	font-size:11px;
	padding:0 0 5px 5px;
}

/*----------------------------------------------------
　3.経理事務　keiri.html
----------------------------------------------------*/
#merit{
	margin:20px 0 40px;
	height:282px;
	text-indent: -9999px;
	background-image: url(../images/merit.jpg);
}

.merit_box1{
	width:185px;
	margin:0 10px 20px 22px;
	float:left;
}

.merit_box2{
	width:185px;
	margin:0 30px 20px 30px;
	float:left;
}

.merit_box3{
	width:185px;
	margin:0 0 20px 12px;
	float:left;
}


/*----------------------------------------------------
　4.料金のご案内　price.html
----------------------------------------------------*/
.h3_price {
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight:bold;
	margin:20px 10px 10px;
	padding-left:12px;
	color: #394A28;
	height: 37px;
	line-height: 40px;
	background-image: url(../images/price-back.jpg);
}

.h4_priceTX {
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight:bold;
	margin:0 10px 10px;
	padding: 0 0 7px 12px;
	color: #0D4C7E;
	border-bottom:1px dotted #0D4C7E;
}

/* テーブル
------------------------------ */
table#price {
	width: 680px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:20px 0 15px 0;
}

table#price th {
	padding: 5px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #CCC;
}

table#price td {
	padding: 5px;
	border-width: 0 1px 1px 1px;
	border-color: #CCC;
	border-style: solid;
}

table#price td.center {
	text-align:center;
}

table#price td.left {
	padding-left:20px;
}

table#price td.right {
	padding-right:60px;
	text-align:right;
}

.priceBox{
	padding:0 10px 0;
}

.priceBox dl.list1 dt,
.priceBox2 dl.list1 dt{
  float: left;
  margin: 0;
}

.priceBox dl.list1 dd,
.priceBox2 dl.list1 dd {
  margin-bottom: 8px;
  width:650px;
  margin-left:20px;
}

.priceBox2{
	padding:0 20px 0;
}

.opBox{
	float: left;
	width: 210px;
	margin: 20px 16px 10px 5px;
}

.opBox-last{float: left;
	width: 210px;
	margin: 20px 0px 10px 0;
}