﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    NEW BUSINESS css
------------------------------------------------------------*/  

.head{
	line-height:20px;
	padding:12px 0 11px 0;
	color:#000057;
	text-indent:26px;
	font-size:134%;
	font-weight:bold;
	letter-spacing:2px;
	background:url(../img/bg-head.png) no-repeat;
}

.txt{
	font-size:117%;
	line-height:1.6;
	margin-top:20px;
}

.txt02{
	font-size: 117%;
	line-height: 1.6;
	font-weight: bold;
	text-align: right;
	margin-top: 8px;
	margin-right: 10px;
}

.txt03{
	font-size: 117%;
	line-height: 1.6;
	font-weight: bold;
	text-align: right;
	margin-top: -3px;
	margin-right: 10px;
}

.txt04{
	font-size: 117%;
	line-height: 1.6;
	font-weight: bold;
	text-align: right;
	margin-top: -3px;
	margin-right: 183px;
}

.txt05{
	font-size: 117%;
	line-height: 1.6;
	font-weight: bold;
	text-align: right;
	margin-top: -3px;
	margin-right: 133px;
}

.img{
	width:230px;
	float:right;
	padding:0 0 0px 10px;
}


/*複数テーブル01*/
.table_01{
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 117%;
	line-height: 1.6;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.table_01 th{
	padding: 10px;
}

.table_01 td{
	padding: 10px;
}

.table_01 th.aaa{
	font-weight: bold;
	text-align: right;
}

.table_01 th.bbb{
	width: 75%;
	background-color: #4F81BD;
	color: #FFFFFF;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.table_01 th.ccc{
	width: 25%;
	background-color: #4F81BD;
	color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.table_01 td.aaa{
	width: 10%;
	text-align: center;
	background-color: #D0D8E8;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.table_01 td.bbb{
	width: 90%;
	line-height: 1.6;
	background-color: #D0D8E8;
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.table_01 td.ccc{
	text-align: center;
	background-color: #E9EDF4;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.table_01 td.ddd{
	background-color: #E9EDF4;
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.table_01 td.eee{
	line-height: 1.6;
	background-color: #D0D8E8;
	padding-left: 15px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.table_01 td.fff{
	vertical-align: middle;
	text-align: center;
	background-color: #D0D8E8;
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.table_01 td.ggg{
	line-height: 1.6;
	background-color: #E9EDF4;
	padding-left: 15px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.table_01 td.hhh{
	vertical-align: middle;
	text-align: center;
	background-color: #E9EDF4;
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/*三角矢印つきtable*/
table.company {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 12px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
	background: #4F81BD;
	vertical-align: middle;
	text-align: center;
	width: 11%;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 117%;
	line-height: 1.6;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #233E5F;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #4F81BD;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #666666 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
	background: #D0D8E8;
	width: 89%;
	padding-left: 20px;
	line-height: 1.6;
	font-size: 117%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #6881B5;
}

/*三角矢印つきtable02*/
table.company02 {
	width: 50%;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 12px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 
table.company02 th,
table.company02 td {
    padding: 10px;
}
 
table.company02 th {
	background: #4F81BD;
	vertical-align: middle;
	text-align: center;
	width: 22%;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 117%;
	line-height: 1.6;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #233E5F;
}
 
table.company02 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #4F81BD;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company02 th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #666666 10px solid;
        margin-top: -10px;
    }
}
 
table.company02 td {
	background: #D0D8E8;
	width: 78%;
	padding-left: 20px;
	line-height: 1.6;
	font-size: 117%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #6881B5;
}

/*三角矢印つきtable02*/
table.company03 {
	width: 65%;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 12px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 
table.company03 th,
table.company03 td {
    padding: 10px;
}
 
table.company03 th {
	background: #4F81BD;
	vertical-align: middle;
	text-align: center;
	width: 17%;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 117%;
	line-height: 1.6;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #233E5F;
}
 
table.company03 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #4F81BD;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company03 th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #666666 10px solid;
        margin-top: -10px;
    }
}
 
table.company03 td {
	background: #D0D8E8;
	width: 83%;
	padding-left: 20px;
	line-height: 1.6;
	font-size: 117%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #6881B5;
}
