@charset "utf-8";
/* CSS Document */

table {
    display: table;
    border-collapse: separate;
    border-spacing: 1px;
    border-color: grey;
}
.table_wrap {
	margin:0 15px 0 15px;
}
table p {
	padding:0 0 10px 0;
}
table p.txtIndent {
	padding:0 0 0 15px;
	text-indent:-15px;
}

/* 価格 ================================================================ */
.hikaku_table {
	margin:0.5em 0 1em 0;
	background:#ccc;
	width:100%;
	font-size:0.9em;
}

.hikaku_table th {
	background:#e8e8e8;
	padding:7px 10px;
	text-align:center;
	line-height:120%;
}

.hikaku_table td {
	padding:16px 5px;
	text-align:left;
}

.hikaku_table tr {
	background: #fff;
}

.hikaku_table tr:hover {
	  background: #ffefef;
	  cursor:pointer;
}

.hikaku_table th.seika {
	background:#d6edf2;
	padding:16px 5px;
	color:#245fa0;
}

.hikaku_table th.seika a {
	color:#245fa0;
}

.hikaku_table th.kotei a,
.hikaku_table td.kotei a  {
	color:#4a6a00;
}

.hikaku_table th.kotei {
	background:#d4e0b8;
	padding:16px 5px;
	color:#4a6a00;
}

.hikaku_table td.seika {
	background:#e7f6f9;
}

.hikaku_table td.kotei {
	background:#f0f6e4;
	font-size:80%;
}

.hikaku_table .gray {
	background:#e1e1e1;
}


/*  ================================================================ */

.hyou01 {
	width:100%;
	margin:0 0 20px 0;
	background:#ccc;
	font-size:0.8em;
	line-height:1.1em;
}
.hyou01-02 {
	width:94%;
	margin:0 3% 5px 3%;
	background:#ccc;
}
.hyou01 th,
.hyou01-02 th {
	background:#000;
	padding:10px;
	text-align:center;
	color:#fff;
	vertical-align:middle;
}

.hyou01 td,
.hyou01-02 td {
	background:#fff;
	padding:0.5em;
	text-align:left;
	vertical-align: middle;
}

.hyou01 th.seika,
.hyou01-02 th.seika {
	background:#5ec7dc;
	color:#fff;
}

.hyou01 th.kotei,
.hyou01-02 th.kotei{
	background:#92ac58;
	color:#fff;
}


.hyou01 td.blue,
.hyou01-02 td.blue{
	background:#e7f6f9;
}

.hyou01 td.yellow,
.hyou01-02 td.yellow{
	background:#faf8e5;
}

.hyou01 .gray,
.hyou01-02 .gray{
	background:#e1e1e1;
}


.hyou02 {
	margin:0 0% 10px 0%;
	background:#ccc;
	width:100%;
	table-layout: fixed;
	word-break: break-word;
}

.hyou02 th{
	background:#e4e4e4;
	padding:10px;
	text-align:center;
	/* color:#fff; */
	font-size:0.8rem;
	font-weight:bold;
	width:100%;
}

.hyou02 td{
	background:#fff;
	padding:10px;
	text-align:left;
	font-size:0.8rem;
}
.hyou02 td.seika,
.hyou02 th.seika {
	background:#e7f6f9;
}

.hyou02 td.kotei,
.hyou02 th.kotei {
	background:#e5f0cd;
	font-size:0.8rem;
}
td.cal01 {
	background:#f2f2f2;
}

td.cal02 {
	background:#FFC;
}

.hyou02-02 {
	margin:0 0% 10px 0%;
	background:#ccc;
	width:100%;
	table-layout: fixed;
	word-break: break-word;
	font-size:0.8em;
	line-height:1.0em;
}

.hyou02-02 th{
	background:#e4e4e4;
	padding:7px;
	text-align:center;
	/* color:#fff; */
	font-size:0.8em;
	font-weight:bold;
	width:100%;
}

.hyou02-02 td{
	background:#fff;
	padding:7px;
	text-align:left;
	font-size:0.8em;
}
.hyou02-02 td.planname{
	background:#f4e8b6;
	padding:7px;
	text-align:center;
	font-size:0.8em;
}
.hyou03 {
    border-top: 4px solid #5ea146;
    line-height: 120%;
	padding-bottom: 10px;
    margin-bottom: 10px;
	width:100%;
	margin:0;
	font-size:0.9em;
}
.hyou03 th {
    background-color: #edffe7;
    padding: 8px 10px;
    text-align: left;
    color: #1d6f00;
    border-bottom: 1px solid #84bd6f;
    border-right: 1px solid #84bd6f;
    border-top: 1px solid #ffffff;
}
.hyou03 td {
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-top: 1px solid #ffffff;
    padding: 8px 10px;
    font-weight: normal;
    font-size: 90%;
    border-bottom: 1px solid #84bd6f;
    border-right: 1px solid #84bd6f;
    border-top: 1px solid #ffffff;
}
.hyou04 {
	margin-top:10px;
    border-top: 4px solid #000000;
    line-height: 120%;
	padding-bottom: 10px;
    margin-bottom: 10px;
	width:100%;
	font-size:0.8em;
}
.hyou04 th {
    background-color: #ededed;
    padding: 8px 10px;
    text-align: left;
    color: #000000;
    border-bottom: 1px solid #aaa190;
    border-right: 1px solid #aaa190;
    border-top: 1px solid #ffffff;
}
.hyou04 td {
    border-bottom: 1px solid #aaa190;
    border-right: 1px solid #aaa190;
    border-top: 1px solid #ffffff;
    padding: 8px 10px;
    font-weight: normal;
    font-size: 90%;
    border-bottom: 1px solid #aaa190;
    border-right: 1px solid #aaa190;
    border-top: 1px solid #ffffff;
}
/**/
.fee_table {
	padding:5px 3% 15px 3%;
	font-size:0.8em;
	line-height:1.2em;
}
.fee_table th {
	background:#000;
	padding:10px;
	text-align:center;
	color:#fff;
	vertical-align:middle;
}
/*.fee_table td {
	padding:3px 0px 3px 3px;
	vertical-align:top;
	font-size:0.8rem;
}*/
.fee_table td {
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
	border-top: 1px solid #ffffff;
    padding: 10px 10px;
    font-weight: normal;
    font-size: 90%;
}
.fee_table td.cal01 {
    background-color: #f2f2f2;
    font-size: 100%;
    font-weight: bold;
}
	
.fee_table img{
width:100%;
}

th.col01 { background-color:#000; color:#fff;
	border-right:1px solid #fff;
	text-align:center;}

.border-r-dod { border-right: 1px dotted #000;}

.align-c { text-align:center;}
.align-c img {
	width:94%;
	padding:0 3%;
}
.align-c02 { text-align:center;}

.mt20 { margin-top:20px;}


.boder { border:1px solid #666;}

/*問い合わせフォーム*/
#order_table
{
border:double 3px #dadada;
margin-bottom:50px;
}

#order_table td
{
padding:10px 0 10px 0;
border-bottom:dotted 1px #dadada;
}

.business {
	text-align:right;
    background: url(../images/business_bg.jpg) no-repeat;
	background-size:100% 100%;
    width: 94%;
	padding-right:2%;
	padding-top:20%;
	padding-bottom:1%;
    margin: 0 3%;
}
.business img {
    max-width: 25%;
	max-height: 25%;
}