@charset "UTF-8";

/* ==========================================================================
/* Reset & Basic
   ========================================================================== */


/* Reset (Inspired by html5doctor.com Reset Stylesheet v1.6.1)
   -------------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    /*vertical-align:baseline; */
    /*background:transparent; */
}
body {
    line-height:1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}



/* Basic Styles (Inspired by normalize.css)
/* normalize.css v3.0.1 | MIT License | git.io/normalize
   -------------------------------------------------------------------------- */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}


/* HTML5 display definitions
--------------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}


/* Links
--------------------------------*/

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}


/* Text-level semantics
--------------------------------*/

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* Lists
--------------------------------*/

ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

ol, ul {
	list-style-position: outside;
	line-height: 1.6;
}

ul ul, ul ol,
ol ol, ol ul,
dd ol, dd ul { margin: 0.4em 0 0.45em 0; }
ul ul li, ul ol li,
ol ol li, ol ul li,
dd li { margin-bottom: 0.5em; }
li { margin-bottom: 0.7em; }

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* Embedded content
--------------------------------*/

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}


/* Grouping content
--------------------------------*/

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}


/* Forms
--------------------------------*/

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
--------------------------------*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



/* ==========================================================================
/* Clearfix and Common Classes
   ========================================================================== */

/* clearfix */
.clearfix,
#content,
#result,
#contentFooter {
	zoom: 1;
}

.clearfix:after,
#content:after,
#result:after,
#contentFooter:after {
	content: "";
	display: block;
	clear: both;
}

/* clear */
.clear   { clear: both; }

/* アライン */
.left   { text-align: left !important; }
.right  { text-align: right !important; }
.center { text-align: center !important; }
.middle { vertical-align: middle; }

/* Lists */
ul.unstyle { list-style: none outside; }
ul.decimal { list-style: decimal outside; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul.katakana { list-style: decimal outside; list-style: katakana outside; }
ul.alpha { list-style: decimal outside; list-style: lower-alpha outside; }



/* ==========================================================================
/* Site Styles
   ========================================================================== */

html {
	height: 100%;
}

body {
	background: #f7fdff;
	font: normal normal normal 14px/1.4 "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #333333;
}

#container {
	height: 100%;
	position: relative;
	margin: 0;
	/*box-shadow: 0 0 0 12px #9cc0dc inset;*/
	padding: 0 0 0 340px;
}


/* Links
--------------------------------*/
a,
input[type="checkbox"].checkboxFamily {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}



/* header
   ========================================================================== */

#header {
	width: 340px;
	min-height: 100%;
    height: 100%;
    /*border: 12px solid #9cc0dc;*/

	position: absolute;
	z-index: 1000;
	left: 0;
	top: 0;
	
	margin: 0;
	padding: 0;
    background-color: #9cc0dc;
}

#header h1 {
	height: 45px; 
	margin: 0;
	padding: 0;

	background-color: #205ebb;
	/*
	-webkit-box-shadow: 0 2px 2px rgba(0,29,72,.26);
	-moz-box-shadow: 0 2px 2px rgba(0,29,72,.26);
	 box-shadow: 0 2px 2px rgba(0,29,72,.26); 
	 */

	text-align: left;

	margin: 0;
	padding: 12px 0 0 12px;
	font-size: 0;
	line-height: 0;
}



/* flow
   -------------------------------------------------------------------------- */

#flow {
	width: 316px;
	margin: 0;
	padding: 20px 12px 0;
}

#flow ol,
#flow ul {
	margin: 0;
	padding: 0;
}

#flow ol > li {
	display: block;
	margin: 16px 0 0;
	/*padding: 32px 0 0;*/
	/*background: transparent url(../img/flow_arrow.png) no-repeat scroll center top;*/
	/*background-size: 28px 16px;*/
}

#flow ol > li:first-child {
	margin: 0;
	padding: 0;
	background-image: none;
}

#flow ol ul li {
	display: block;
	margin: 0 0 0 28px;
	padding: 14px 0 0 18px;
	background: transparent url(../img/flow_border.png) no-repeat scroll left top;
	background-size: 18px 34px;
}




/* footer
   ========================================================================== */

#footer {
	margin: 0;
	padding: 0;
	border-top: 2px solid #205ebb;
}


/* copyright
--------------------------------*/

#footer .copyright {
	/*width: 900px;*/
	margin: 5px 0;
	padding: 0 40px;
	text-align: right;
}

#footer .copyright small {
	font-size: 14px;
}

/* navifooter
--------------------------------*/
#navifooter {
	height: 39px;
	margin: 0;
	padding: 8px 12px 8px 0px;
	/*border-top: 2px solid #205ebb;*/
	background-color: #9cc0dc;
	width :100%;
	min-width :960px;
}

#navifooter .buttonPrev,
#navifooter .buttonNext {
	float: left;
	margin: 0 12px;
	padding: 0;
}

#navifooter .buttonNext {
	float: right;
	margin: 0 12px;
}


   ========================================================================== */


/* breadcrumbs
   ========================================================================== */

#breadcrumbs {
	margin: 20px 0;
	padding: 0;

	text-align: left;
}

#breadcrumbs p {
	/*width: 940px;*/
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
}

#breadcrumbs strong {
	font-weight: normal;
}



/* contents
   ========================================================================== */

#content {
	margin: 0;
	padding: 0;
	/*border : 12px solid #9cc0dc;*/
	text-align: center;
}



/* main contents
   -------------------------------------------------------------------------- */

#main {
	width: 620px;
	margin: 0 auto;
	/* padding: 15px 40px 0; */
	
	text-align: left;
	
	overflow: hidden;
}

#main #information {
	max-height: 52px;
	height: 52px;
	margin: 0;
	padding: 10px 2px 0;

	font-size: 16px;
	line-height: 1.3;
}

#main p.information {
	max-height: 49px;
	height: 49px;
	margin: 10px 0 0;

	font-size: 16px;
	text-align: center;
}


/* sub contents
   -------------------------------------------------------------------------- */


#sub{
	width: 316px;
	height: 285px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	/*padding: 12px 12px 12px;*/
	padding: 12px 12px 0px;
}
#sub2{
	width: 316px;
	margin: 0 auto;
/*	position: absolute;*/
	bottom: 0;
	padding: 12px 12px 12px;
}

#family_sub {
    background: transparent url(../img/bg_family_02_1802.png) scroll no-repeat;
	background-size: 316px 282px;
}

#property_sub {
    background: transparent url(../img/bg_property_02_1802.png) scroll no-repeat;
	background-size: 316px 282px;
}

#confirm_sub{
    background: transparent url(../img/bg_confirm_02_1802.png) scroll no-repeat;
	background-size: 316px 282px;
}

#gifttax_sub{
    background: transparent url(../img/bg_gifttax_02_1802.png) scroll no-repeat;
	background-size: 316px 177px;
}

#gifttax_sub2{
    background: transparent url(../img/bg_gifttax_03_1802.png) scroll no-repeat;
	background-size: 316px 282px;
}

#keisan_sub{
    background: transparent url(../img/bg_input_content_02_1802.png) scroll no-repeat;
	background-size: 316px 282px;
}

	
/* Button
--------------------------------*/

#main .buttonOK {
	margin: 30px 0;
	padding: 0;
	text-align: center;
}


/* Headings
--------------------------------*/

#main h1 {
	margin: 0 0 0 -25px;
	font-size: 0;
	line-height: 1;
}

#main h1 .iconHelp {
	margin-left: 8px;
}

#main h1 .iconHelp img {
	vertical-align: bottom;
}

#main h2 {
	margin: 40px 0 20px;
	padding: 3px 0 4px 10px;
	/*border-left: 5px solid #205ebb;*/
	/*border-bottom: 1px solid #333333;*/

	line-height: 1.4;
	font-size: 20px;	
	font-weight: normal;
}


/* Lists
--------------------------------*/

#main .listDisc {
	list-style-type: none;
	padding: 0;
}

#main .listDisc li {
	margin: 1em 0 1em 18px;
	padding: 0 0 0 17px;
	background: transparent url(../img/disc.png) no-repeat scroll 0 0.45em;
	background-size: 11px 11px;
}



/* 入力結果 
   -------------------------------------------------------------------------- */

/*サブ窓*/
#houtei_result{
	width: 270px;
	height: 206px;
	padding: 56px 22px 24px 22px;
}
/*法定相続人*/
#houtei_result .houtei_number1{
	width: 28px;
	height: 26px;
	padding: 1px 4px 18px 0px;
	text-align: right
}
/*相続人の名前（配偶者とか）1*/
#houtei_result .houtei_name1{
	width:  68px;
	height: 26px;
	padding: 1px 12px 6px 20px;
	text-align: right
}
/*相続人の人数*/
#houtei_result .houtei_number2{
	width: 28px;
	height: 26px;
	padding: 1px 4px 6px 4px;
	text-align: right
}
/*法定相続分*/
#houtei_result .houtei_number3{
	width: 64px;
	height: 26px;
	padding: 1px 4px 6px 68px;
	text-align: right
}
/*相続人の名前（配偶者とか）2*/
#houtei_result .houtei_name2{
	width:  80px;
	height: 26px;
	padding: 1px 0px 6px 20px;
	text-align: right
}
/*相続人の人数*/
#houtei_result .houtei_number4{
	width: 28px;
	height: 26px;
	padding: 1px 4px 6px 4px;
	text-align: right
}
/*法定相続分*/
#houtei_result .houtei_number5{
	width: 64px;
	height: 26px;
	padding: 1px 4px 6px 68px;
	text-align: right
}
/*基礎控除額*/
#houtei_result .houtei_number6{
	width: 64px;
	height: 26px;
	padding: 24px 36px 10px 68px;
	text-align: right
}
/*法定相続人人数*/
#houtei_result .houtei_number7{
	width: 34px;
	height: 26px;
	padding: 10px 46px 0px 88px;
	text-align: right
}

#result {
	height: 282px;
	/*min-width: 382px;*/
	width: 316;
	margin: 3px 0 10px 0;
	padding: 6px 20px;

	/*background-color: #ffffff;*/
	/*border-top: solid 3px #205ebb;*/
	/*border-bottom: solid 3px #205ebb;*/


	
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 42px;
}

#result .number,
#result .price {
	display: inline-block;
	height: 26px;
	width: 34px;
	margin: 39px 100px 20px 138px;
	padding: 3px 4px;
	/*background: transparent url(../img/bg_result_number.png) no-repeat scroll;*/ 
	background-color:transparent;
	background-size: 42px 42px;
	
	font-size: 34px;
	text-align: right;
	vertical-align: top;
	line-height: 36px;
}

#result .kingaku {
	width: 172px;
	height: 48px;
	margin: 60px 100px 20px 52px;
	background: transparent url(../img/bg_result_price.png) no-repeat scroll;
	background-size: 190px 42px;
	
	letter-spacing: -0.02em;
}

#result .price {
	width: 172px;
	height: 48px;
	margin: 60px 100px 20px 52px;
	/*background: transparent url(../img/bg_result_price.png) no-repeat scroll;*/
	background-color:transparent;
	background-size: 190px 42px;
	
	letter-spacing: -0.02em;
}

#result .price2 {
	width: 72px;
	background: transparent url(../img/bg_result_price.png) no-repeat scroll;
	background-size: 190px 42px;
	
	letter-spacing: -0.02em;
}
/*
#result .number1{
	display: inline-block;
	height: 26px;
	width: 34px;
	margin: 50px 100px 0px 64px;
	/* padding: 3px 4px; */
	background: transparent url(../img/bg_result_number.png) no-repeat scroll;
	background-size: 42px 42px;
}
#result .number2{
	display: inline-block;
	height: 26px;
	width: 34px;
	margin: 0px 100px 0px 64px;
	/* padding: 3px 4px; */
	background: transparent url(../img/bg_result_number.png) no-repeat scroll;
	background-size: 42px 42px;
}
#result .number3{
	display: inline-block;
	height: 26px;
	width: 34px;
	margin: 0px 100px 0px 64px;
	/* padding: 3px 4px; */
	background: transparent url(../img/bg_result_number.png) no-repeat scroll;
	background-size: 42px 42px;
}
*/

#souzoku {
	display: inline-block;
	height: 26px;
	width: 34px;
	margin: 0px 100px 0px 64px;
}





/* content footer
   -------------------------------------------------------------------------- */

#contentFooter {
	width: 960px;
	/*margin: 10px auto 10px;*/
	/*padding: 0 40px 0;*/
}

#contentFooter .message {
	float: left;
	height: 39px;
	width: 540px;
	margin: 0;
	padding: 0;

	font-size: 16px;
	line-height: 39px;
	color: #FF0000;
	text-align: center;
}

#contentFooter .buttonPrev,
#contentFooter .buttonNext {
	float: left;
	margin: 0;
	padding: 0;
}

#contentFooter .buttonNext {
	float: right;
}




/* ==========================================================================
/* Page Styles
   ========================================================================== */


/* --------------------------------------------------------------------------
/* 1.法定相続人の入力
   -------------------------------------------------------------------------- */

#family {
	position: relative;
    height: 500px;
	width: 640px;
	margin: 48px 0 18px;
	padding: 0;
    background: transparent url(../img/bg_family_1802.png) scroll no-repeat;
	background-size: 532px 475px;
}
#family_clear {
	position: absolute;
	margin: 18px 0px 0px 420px;
	/*
	top: 277px;
	left: 132px;
	
	width: 395px;
	height: 768px;
	background: transparent;
	*/
}

/* Tables
--------------------------------*/
#property_sub #tableKazei {
	left: 32px;
	width: 80px;
	padding: 44px 80px 0px 158px;
	text-align: right
}


#tableKazei table td.kazeikakaku  {
	width: 74px;
	height: 36px;
    padding: 2px 4px 32px 4px;
    text-align: right
}

#tableKazei table td.kazeikakaku2{
	width: 74px;
	height: 20px;
    padding: 2px 4px 12px 4px;
    text-align: right
} 



/* checkbox
--------------------------------*/

#family input[type="checkbox"].checkboxFamily {
    display: none;
}

#family input[type="checkbox"].checkboxFamily + label {
	display: block;
	position: absolute;

    height: 92px;
	width: 58px;
    margin: 0;
    padding: 0;
    background: transparent url(../img/checkbox.png) scroll no-repeat 0 0;
	background-size: 174px 92px;

    line-height: 0;
    font-size: 0;
    text-indent: -9999px;

    cursor: pointer;
}

#family input[type="checkbox"].checkboxFamily:checked + label,
#family input[type="checkbox"].checkboxFamily.checked + label {
	background-position: -58px 0;
}

#family input[type="checkbox"].checkboxFamily.checkBackground + label {
	background-position: -116px 0;
}


/* 両親 */
#family input[type="checkbox"]#checkboxParent_01 + label {
	top: 10px;
	left: 60px;
}

#family input[type="checkbox"]#checkboxParent_02 + label {
	top: 10px;
	left: 130px;
}


/* 配偶者 */

#family input[type="checkbox"]#checkboxSpouse_01 + label {
	top: 192px;
	left: 456px;
}


/* 兄弟姉妹 */

#family input[type="checkbox"]#checkboxSibling_01 + label {
	top: 266px;
	left: 15px;
}

#family input[type="checkbox"]#checkboxSibling_02 + label {
	top: 266px;
	left: 83px;
}

#family input[type="checkbox"]#checkboxSibling_03 + label {
	top: 370px;
	left: 15px;
}

#family input[type="checkbox"]#checkboxSibling_04 + label {
	top: 370px;
	left: 83px;
}


/* お子様 */

#family input[type="checkbox"]#checkboxChild_01 + label,
#family input[type="checkbox"]#checkboxChild_02 + label,
#family input[type="checkbox"]#checkboxChild_03 + label,
#family input[type="checkbox"]#checkboxChild_04 + label {
	top: 372px;
}

#family input[type="checkbox"]#checkboxChild_01 + label {
	left: 248px;
}

#family input[type="checkbox"]#checkboxChild_02 + label {
	left: 316px;
}

#family input[type="checkbox"]#checkboxChild_03 + label {
	left: 384px;
}

#family input[type="checkbox"]#checkboxChild_04 + label {
	left: 454px;
}




/* --------------------------------------------------------------------------
/* 2.財産の入力
   -------------------------------------------------------------------------- */

#property {
	position: relative;
    height: 486px;
	width: 521px;
	/* padding: 0 68px 0 0; */
	margin: 68px auto 11px auto;
	
    background: transparent url(../img/bg_property_1802.png) scroll no-repeat;
	background-size: 521px 486px;
}


#property input[type="tel"].inputPrice {
	position: absolute;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

	width: 94px;
	height: 46px;
	margin: 0;
	padding: 0 4px;

	background: transparent;

	border: 0 none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	text-align: right;
	font-size: 24px;
	letter-spacing: -0.02em;
}


/* (1)現金・預貯金 */

#property input[type="tel"]#inputProperty_01 {
	top: 114px;
	left: 76px;
}


/* (2)有価証券・その他金融資産等 */

#property input[type="tel"]#inputProperty_02 {
	top: 114px;
	left: 358px;
}


/* (3)不動産 */

#property input[type="tel"]#inputProperty_03 {
	top: 350px;
	left: 76px;
}


/* (4)ローン等の債務 */

#property input[type="tel"]#inputProperty_04 {
	top: 350px;
	left: 358px;
}




/* Tables
--------------------------------*/
#property_sub #tableKazei {
	left: 32px;
	width: 207px;
	padding: 44px 80px 0px 30px;
	text-align: right
}


#tableKazei table td.kazeikakaku  {
	width: 74px;
	height: 36px;
    padding: 2px 4px 32px 4px;
    font-size: 18px;
    text-align: right
}

#tableKazei table td.kazeiname2{
	width: 82px;
	height: 20px;
    padding: 2px 4px 12px 4px;
    text-align: right
} 
#tableKazei table td.kazeirithu2{
	width: 40px;
	height: 20px;
    padding: 2px 6px 12px 0px;
    text-align: center
} 
#tableKazei table td.kazeikakaku2{
	width: 74px;
	height: 20px;
    padding: 2px 4px 12px 4px;
    text-align: right
} 



/* --------------------------------------------------------------------------
/* 3.納付税額の確認
   -------------------------------------------------------------------------- */

#confirm {
	position: relative;
	width: 580 px;
	height: 517px;
	margin: 48px auto 1px auto;
	padding: 0;
    background: transparent url(../img/bg_confirm_1802.png) scroll no-repeat;
	background-size: 580px 507px;
}


/* Tables
--------------------------------*/

#confirm #tableNoChange,
#confirm #tableChange {
	position: absolute;
	top: 258px;
	width: 430px;
	height: 230px;
	background: transparent;
}

#confirm #tableNoChange {
	left: 13px;
}

#confirm #tableChange {
	left: 60px;
}

#confirm table {
	width: 100%;
}

#confirm table thead,
#confirm table tfoot th {
	display: none;
}

#confirm table th,
#confirm table td {
    padding: 0 9px;

	text-align: left;
	vertical-align: middle;
}

#confirm table td {
	width: 62px;
	height: 19px;
	text-align: right;	
	white-space: nowrap;
}

#confirm table td.sanname {
    padding: 2px 24px 24px 4px;
    text-align: center;
    font-size: 14px;
    width: 62px;
}

#confirm table td.santax {
    padding: 2px 70px 24px 4px;
}

#confirm table td.part {
    padding: 2px 72px 24px 2px;
}

#confirm table td.price {
    padding: 2px 4px 24px 0px;
}

#confirm tfoot tr.total {
	position: absolute;
	left: 117px;
	top: 241px;
	width: 150px;
	height: 35px;
    padding: 0;
	vertical-align: middle;
}

#confirm tfoot tr.total td {
	display: table-cell;
	width: 140px;
	height: 35px;
    padding: 0 5px;
	vertical-align: middle;
	text-align: right;
	font-size: 24px;
}

.santax{
	width: 140px;
	height: 35px;
}

/* Tables2
--------------------------------*/
#confirm_sub #tableSyutoku {
	left: 0px;
	width: 250px;
	padding: 96px 30px 0px 22px;
	text-align: right
}


#tableSyutoku table td.kazeikakaku1  {
	width: 36px;
	height: 36px;
    padding: 0px 46px 12px 6px;
    text-align: right
}

#tableSyutoku table td.kazeikakaku2  {
	width: 36px;
	height: 36px;
    padding: 0px 74px 12px 2px;
    text-align: right
}
#tableSyutoku table td.kazeikakaku3{
	width: 77px;
	height: 36px;
    padding: 4px 8px 0px 174px;
	font-size: 20px;
    text-align: right

} 



/* --------------------------------------------------------------------------
/* 計算の流れ
   -------------------------------------------------------------------------- */

#inputContent {
	position: relative;
	width: 580px;
    height: 300px;
	margin: 22px 0 0;
	padding: 0;
    background: transparent url(../img/bg_input_content_1802.png) scroll no-repeat;
	background-size: 580px 300px;
}



/* 入力内容
   -------------------------------------------------------------------------- */

#inputContent #tableHeir,
#inputContent #tableProperty {
	position: absolute;
	top: 100px;

	height: 214px;
	background: transparent;
}

#inputContent #tableHeir {
	left: 138px;
	width: 104px;
}

#inputContent #tableProperty {
	left: 432px;
	width: 68px;
}

#inputContent table {
	width: 100%;
}

#inputContent table thead,
#inputContent table tbody th,
#inputContent table tfoot th {
	display: none;
}

#inputContent table th,
#inputContent table td {
    padding: 0px 12px;

	text-align: left;
	vertical-align: middle;
}

#inputContent table td {
	height: 26px;
	width: 24px;
    padding: 0px 12px;
	white-space: nowrap;
	letter-spacing: -0.025em;
}

#inputContent table td.name {
    padding: 0px 4px 6px 4px;
	width: 46px;
	height: 28px;
	text-align: center;
}


#inputContent table td.number,
#inputContent table td.price {
    padding: 0px 2px 6px 10px;
	width: 14px;
	text-align: center;
}



#inputContent table td.price {
    padding: 0px 4px 6px 5px;
    height: 28px;
	width: 74px;
	text-align: right;
}

#inputContent table .debt td.price {
	color: #ff0000;
}

#inputContent tfoot tr {
	position: absolute;
	left: 70px;
	top: 146px;
	width: 31px;
	height: 31px;
    padding: 0;
	vertical-align: middle;
}

#inputContent tfoot tr td {
	display: table-cell;
	width: 21px;
	height: 31px;
    padding: 0 5px;
	vertical-align: middle;
	text-align: right;
}

#inputContent #tableProperty tfoot tr {
	left: 0;
	width: 84px;
}

#inputContent #tableProperty tfoot tr td {
	width: 60px;
}



/* まとめ
--------------------------------*/

#inputContent #summary dt {
	display: none;
}

#inputContent #summary dd {
	position: absolute;
	left: 211px;
	top: 345px;
	width: 28px;
	height: 31px;
    padding: 0 5px;
	line-height: 31px;
	vertical-align: middle;
	text-align: right;
	
	font-size: 22px;
}

#inputContent #summary dd.property {
	position: absolute;
	left: 396px;
	width: 120px;
}



/* 計算の流れ
   -------------------------------------------------------------------------- */

.process {
	position: relative;
    height: 1102px;
/*	width: 716px;*/
	margin: 50px 0;
	padding: 0;
}
.twoRows{
 width: 396px;
}


#process_01 {
    background: transparent url(../img/bg_process_02_1802.png) scroll no-repeat;
	background-size: 580px 1048px;
}

#process_02 {
	margin-bottom: 10px;
    background: transparent url(../img/bg_process_02_1802.png) scroll no-repeat;
	background-size: 580px 1048px;
}



/* ヘルプ
--------------------------------*/

.process .iconHelp {
	position: absolute;
	width: 17px;
	height: 17px;
}

.process .iconHelp img {
	width: 17px;
	height: 17px;
}

.process #help_01,
.process #help_05 {
	top: 113px;
	left: 166px;
}

.process #help_02,
.process #help_06 {
	top: 316px;
	left: 166px;
}

.process #help_03,
.process #help_07 {
	top: 813px;
	left: 180px;
}

.process #help_04,
.process #help_08 {
	top: 889px;
	left: 180px;
}




/* 基礎控除額、課税遺産総額
--------------------------------*/

.process .basicDeduction dt,
.process .taxableEstate dt {
	display: none;
}

.process .basicDeduction dd {
	position: absolute;
	left: 220px;
	top: 97px;
	width: 74px;
	height: 26px;
    padding: 0 5px;

	line-height: 31px;
	vertical-align: middle;
	text-align: right;
	font-size: 16px;
}

.process .basicDeduction dd.price_01,
.process .basicDeduction dd.price_02 {
	left: 220px;
	width: 49px;
	height: 31px;
    padding: 0;
	
	font-size: 14px;
}

.process .basicDeduction dd.price_02 {
	left: 321px;
	width: 47px;
}

.process .basicDeduction dd.number {
	left: 374px;
	width: 14px;
}

.process .basicDeduction dd.total {
	width: 48px;
}

.process .taxableEstate dd {
	position: absolute;
	left: 138px;
	top: 176px;
	width: 60px;
	height: 24px;
    padding: 0 4px;
	line-height: 31px;
	vertical-align: middle;
	text-align: right;
	
	font-size: 16px;
}

.process .taxableEstate dd.price_02 {
	left: 260px;
	width: 50px;
}

.process .basicDeduction dd.total {
	left: 442px;
}

.process .taxableEstate dd.total {
	left: 432px;
}




/* 相続税の課税はありません */
.process .message {
	position: absolute;
	left: 400px;
	top: 206px;
	width: 142px;
	height: 26px;
	margin: 0;
	padding: 0;
}



/* Tables
--------------------------------*/

.process .tablePsrocess {
	position: absolute;
	top: 277px;
	left: 132px;
	
	width: 396px;
	height: 768px;
	background: transparent;
}
/*
.process .tablePsrocess table {
	width: 100%;
}
*/
.process .tablePsrocess table thead,
.process .tablePsrocess table tbody th {
	display: none;
}

/*.process .tablePsrocess table th,*/
.process .tablePsrocess table td {
    padding: 0 10px 38px 6px;

	text-align: left;
	vertical-align: middle;
}

.process .tablePsrocess table td {
	height: 30px;
	width: 67px;
	text-align: right;
	white-space: nowrap;
	letter-spacing: -0.025em;
	text-overflow: clip;
}

.process .tablePsrocess table .total td {
    padding: 22px 10px 40px 4px;
}

.process .tablePsrocess table tr:last-child.total td {
	padding-bottom: 0;

}

.process .tablePsrocess table .twoRows td,
.process .tablePsrocess table .taxRate td,
.process .tablePsrocess table .divide td {
	text-align: center;
}

.process .tablePsrocess table .twoRows td {
	height: 50px;
	padding-bottom: 17px;
	letter-spacing: normal;
	font-size: 12px;
}

.process .tablePsrocess table .taxRate td {
	height: 25px;
    padding: 0 3px 20px;
}

.process .tablePsrocess table .taxRate td .iconHelp {
	top: 138px;
	left: 214px;
}

.process .tablePsrocess table .divide td {
	padding-bottom: 14px;

	letter-spacing: normal;
}

.process .tablePsrocess table .divide td {
	padding-bottom: 14px;

	letter-spacing: normal;
}

.process .tablePsrocess table .divide2 td {
	padding-bottom: 60px;

	letter-spacing: normal;
}


/* --------------------------------------------------------------------------
/* 5相続税との違い
   -------------------------------------------------------------------------- */



.gifttax {
	position: relative;
    height: 521px;
	width: 580px;
	margin: 23px 0 26px 0; 
	padding: 0 ;
    background: transparent url(../img/bg_gifttax_1802.png) scroll no-repeat;
	background-size: 580px 521px;
}

#giftatai {
	padding: 72px 12px 70px 10px ;	

}
#giftatai input[type="tel"].inputgiftatai {
	width: 100px;
	height: 34px;
	outline: 0;
	border: 0px;
	background: transparent;
	position: absolute;
	text-align: center;
    font-size: 24px;
}

#giftatai input[type="tel"]#inputgiftatai_01 {
	left:  30px;

}

#giftatai input[type="tel"]#inputgiftatai_02 {
	left: 188px;
}



/* Tables
--------------------------------*/

.giftatai{

}



.gifttax{
}

.gifttax .tableGifttax {
	position: absolute;
	top: 42px;
	left: 150px;
	width: 408px;
	height:454px;
	background: transparent;
}
.gifttax .tableGifttax table {
	width: 100%;
}
.gifttax01 .tableGifttax table thead,
.gifttax .tableGifttax tbody th {
	display: none;
}
.gifttax .tableGifttax table .maizouyo td {
	width:  70px;
	height: 28px;
	padding: 8px 0px 24px 0px;
	font-size: 24px;
    /*text-align: right;*/
    vertical-align: top;
    line-height: 26px;
	letter-spacing: normal;
}
.gifttax .tableGifttax table .maizouyo td input.gaku1 {
	width:  70px;
	height: 30px;
	margin: -10px 0px -5px 12px;
	padding: 0px 2px 0px 2px;
	background-color: rgba(0,0,0,0.0);
	text-align: right;
	outline: 0;
    border: 0px;
}
.gifttax .tableGifttax table .maizouyo td input.gaku2 {
	width:  70px;
	height: 30px;
	margin: -10px 0px -5px 12px;
	padding: 0px 2px 0px 2px;
	background-color: rgba(0,0,0,0.0);
	text-align: right;
	outline: 0;
    border: 0px;
}
.gifttax .tableGifttax table .kingaku01 td {
	width:  70px;
	height: 18px;
	padding: 2px 48px 10px 14px;
	font-size: 16px;
    text-align: right;
    white-space: nowrap;
    /*letter-spacing: -0.025em;*/
}
.gifttax .tableGifttax table .kingaku02 td {
	width:  70px;
	height: 18px;
	padding: 2px 48px 25px 14px;
	font-size: 16px;
    text-align: right;
    white-space: nowrap;
    /*    letter-spacing: -0.025em;*/
}

.gifttax .tableGifttax table .graph td {

	width:  96px;
	height: 136px;
	padding: 0px 0px 28px 18px;
	vertical-align: top;
	
/*
	font-size: 16px;
    text-align: right;
    white-space: nowrap;
    letter-spacing: -0.025em;
*/
}
.gifttax .tableGifttax table .sagaku01 td {
	width:  70px;
	height: 28px;
	padding: 14px 48px 22px 14px;
	font-size: 24px;
    text-align: right;
    vertical-align: top;
    line-height: 26px;
	letter-spacing: normal;
}

.gifttax .tableGifttax table .sagaku01 td.negative-price {
	color: #FF0000;
}

/* --------------------------------------------------------------------------
/* 4.生命保険控除の確認
   -------------------------------------------------------------------------- */
#confirmSeimei_sub {
	display: none;
}

#mainSeimei {
	width: 840px;
	margin: 0 auto;

	text-align: left;
	
	overflow: hidden;
}

#confirmSeimei {
	position: relative;
	width: 690 px;
	height: 517px;
	margin: 12px auto 37px auto;
	padding: 0;
}


/* Tables
--------------------------------*/

#confirmSeimei #tableNoChange,
#confirmSeimei #tableChange {
	position: absolute;
	width: 670px;
	height: 478px;
	background: transparent;
}

#confirmSeimei #tableNoChange {
	left: 13px;
}

#confirmSeimei #tableChange {
	left: 0px;
}

#confirmSeimei table {
	width: 100%;
}

#confirmSeimei table thead,
#confirmSeimei table tfoot th {
	text-align: center;
}

#confirmSeimei table .subTitle {
	font-weight: bold; 
}

#confirmSeimei table th,
#confirmSeimei table td {
    padding: 5px 2px;

	text-align: left;
	vertical-align: middle;
}

#confirmSeimei table td {
	width: 200px;
	height: 19px;
	text-align: right;	
	white-space: nowrap;
}

#confirmSeimei table td.sanname ,
#confirmSeimei table th.sanname{
    padding: 2px 2px 24px 4px;
    text-align: center;
    font-size: 14px;
    width: 62px;
    font-weight: bold;
}

#confirmSeimei table td.santax {
    padding: 2px 70px 24px 4px;
}

#confirmSeimei table td.part {
    padding: 2px 72px 24px 2px;
}

#confirmSeimei table td.price {
    padding: 2px 4px 24px 0px;
}

#confirmSeimei tfoot tr.total {
	position: absolute;
	left: 117px;
	top: 241px;
	width: 150px;
	height: 35px;
    padding: 0;
	vertical-align: middle;
}

#confirmSeimei tfoot tr.total td {
	display: table-cell;
	width: 140px;
	height: 35px;
    padding: 0 5px;
	vertical-align: middle;
	text-align: right;
	font-size: 24px;
}

#confirmSeimei .priceContent {
  border: 3px solid;
  padding: 8px 5px 5px 5px;
  margin: 3px;
  background-color: #c6e0b4;
  border-color: #596551;
  border-bottom-style: none;
  border-right-style: none;
  text-align: right;
  float: left;
  width: 150px;
  height: 21px;
}

#confirmSeimei .priceSum {
  border: 3px solid;
  padding: 5px 5px;
  margin: -3px 3px 3px 3px;
  background-color: #ffd966;
  border-color: #73622e;
  border-bottom-style: none;
  border-right-style: none;
  text-align: right;
  float: left;
  width: 150px;
  height: 35px;
  font-weight: bold;
  font-size: 27px;
}


#confirmSeimei .PriceUnit {
  padding: 14px 3px 0px 3px;
  text-align: left;
  font-weight: bold;
}

#confirmSeimei .inputPrice {
	border: 3px solid;
	padding: 5px 5px;
	margin: -1px 3px 3px 3px;
	background-color: #ffffff;
	border-color: #737373;
	border-bottom-style: none;
	border-right-style: none;
	text-align: right;
	float: left;
	width: 150px;
	line-height: 33px;
	font-size: 24px;
}

/*
.santax{
	width: 140px;
	height: 35px;
}
*/

/* Tables2
--------------------------------*/
#confirmSeimei_sub #tableSyutoku {
	left: 0px;
	width: 250px;
	padding: 96px 30px 0px 22px;
	text-align: right
}

/* --------------------------------------------------------------------------
/* 5.二次相続画面
   -------------------------------------------------------------------------- */
#mainNiji {
	width: 840px;
	margin: 0 auto;

	text-align: left;
	
	overflow: hidden;
}

#confirmNiji_sub {
	display: none;
}

#confirmNiji {
	position: relative;
	width: 690 px;
	/* height: 517px; */
	margin: 48px auto 1px 11px;
	padding: 0;
}


/* inputArea
--------------------------------*/
#confirmNiji #inputArea {
	height: 170px;
}

#confirmNiji .inputBox {
	height: 150px;
	width: 	304px;
	float: left;
	margin: auto 10px;
	background-color: #a0c0dd;
	border: 2px solid;
	border-radius: 20px;
	border-color: #769cd1;
}

#confirmNiji .inputTitle {
	position: absolute;
	height: 20px;
	width:  200px;
	color: #ffffff;
	background-color: #205ebb;
	padding: 15px 25px 15px 25px;
	margin: 20px 29px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#confirmNiji .inputNumberBox {
	height: 20px;
	width:  166px;
	padding: 90px 19px 10px 29px;
	float: left;
}

#confirmNiji .inputPrice {
	border: 3px solid;
	padding: 5px 6px;
	margin: 3px 48px;
	background-color: #ffffff;
	border-color: #737373;
	border-bottom-style: none;
	border-right-style: none;
	text-align: right;
	width: 139px;
	height: 20px;
	font-size: 20px;
}

#confirmNiji #inputArea .PriceUnit {
  padding: 109px 29px 7px 0px;
  text-align: left;
  float: right;
  width: 38px;
  top: 106px;
  font-weight: bold;
}


/* Tables
--------------------------------*/

#confirmNiji #tableNoChange,
#confirmNiji #tableChange {
	left: 0px;
	display: inline-block;
	width: 395px;
	background: transparent;
	vertical-align: middle;
}

#confirmNiji #tableNoChange {
	left: 13px;
}

#confirmNiji #tableChange .PriceUnit {
  padding: 16px 8px 0px 3px;
  text-align: right;
  font-weight: bold;
}

#confirmNiji table {
	width: 100%;
}

#confirmNiji table thead,
#confirmNiji table tfoot th {
	text-align: center;
}

#confirmNiji table .subTitle {
	font-weight: bold; 
}

#confirmNiji table th,
#confirmNiji table td {
    /* padding: 5px 9px; */
	text-align: left;
	vertical-align: middle;
}

#confirmNiji table td {
/*	width: 200px;*/
	height: 19px;
	text-align: right;	
	white-space: nowrap;
	padding-right: 4px;
}

#confirmNiji table td.sanname ,
#confirmNiji table th.sanname{
    padding: 2px 24px 24px 4px;
    text-align: center;
    font-size: 14px;
    width: 62px;
    font-weight: bold;
}

#confirmNiji table td.sannameTitle ,
#confirmNiji table th.sannameTitle{
  border: 3px solid;
  padding: 7px 5px 1px 5px;
  margin: 6px 3px 3px 3px;
  background-color: #d6dce4;
  border-color: #616367;
  border-bottom-style: none;
  border-right-style: none;
  text-align: right;
  float: right;
  width: 60px;
  height: 25px;

}


#confirmNiji table td.santax {
    padding: 2px 70px 24px 4px;
}

#confirmNiji table td.part {
    padding: 2px 72px 24px 2px;
}

#confirmNiji table td.price {
    padding: 2px 4px 6px 0px;
}

#confirmNiji tfoot tr.total {
	position: absolute;
	left: 117px;
	top: 241px;
	width: 150px;
	height: 35px;
    padding: 0;
	vertical-align: middle;
}

#confirmNiji tfoot tr.total td {
	display: table-cell;
	width: 140px;
	height: 35px;
    padding: 0 5px;
	vertical-align: middle;
	text-align: right;
	font-size: 24px;
}

#confirmNiji .priceContent2,
#confirmNiji .priceContent {
  border: 3px solid;
  padding: 8px 5px 5px 5px;
  margin: 3px;
  background-color: #c6e0b4;
  border-color: #596551;
  border-bottom-style: none;
  border-right-style: none;
  text-align: right;
  float: left;
  width: 100px;
  height: 21px;
}

#confirmNiji table td.sumTitle{
  border-radius: 5px;
  color: white;
  font-weight: bold;
  padding: 8px 5px 3px 5px;
  margin: 6px 3px 3px 3px;
  background-color: #205ebb;
  text-align: center;
  float: right;
  width: 60px;
  height: 25px;
}

#confirmNiji table td .sumPrice{
  padding: 2px 4px 6px 0px
}

#confirmNiji table .sumPrice .priceContent2,
#confirmNiji table .sumPrice .priceContent{
	background-color: #ffd966;
	border-color: #73622e;
}


#confirmNiji .priceContent2 {
  margin: 3px auto auto 31px;
}

/*
.santax{
	width: 140px;
	height: 35px;
}
*/

/* Tables2
--------------------------------*/
#confirmNiji_sub #tableSyutoku {
	left: 0px;
	width: 250px;
	padding: 96px 30px 0px 22px;
	text-align: right
}

/* 最適
--------------------------------*/
#confirmNiji #bestArea {
	display: inline-block;
	width: 246px;
	vertical-align: middle;
}

#confirmNiji #bestArea ul{
	padding: 0 0 0 4px;
}

#confirmNiji #bestArea .bestTitle{
	border-radius: 14px;
	color: white;
	background-color: #205ebb;
	font-weight: bold;
	padding: 10px 8px 10px 24px;
	font-size: 15px;
}

#confirmNiji #bestArea .bestValue{
	display: inline-block;
	width: 124px;
	background-color: #ffd966;
	border: 3px solid;
	border-color: #73622e;
	border-right: none;
	border-bottom: none;
	height: 30px;
	margin: 5px 6px 9px 34px;
	font-size: 18px;
	text-align: right;
	padding-right: 10px;
}

#confirmNiji #bestArea .PriceUnit,
#confirmNiji #sumArea .PriceUnit{
	display: inline-block;
	font-weight: bold;
}

#confirmNiji #sumArea li {
	border: 1px solid;
	border-color: #769cd1;
	border-radius: 5px;
	background-color: white;
	height: 42px;
	padding: 5px 5px 5px 15px;
	font-size: 16px;
	width: 400px;
}

#confirmNiji #sumArea .sumBox{
	padding: 0 0 0 6px;
}

#confirmNiji #sumArea .sumTitle{
	border-radius: 5px;
	background-color: #205ebb;
	color: white;
	font-weight: bold;
	padding: 9px 40px;
}

#confirmNiji #sumArea .Price{
	display: inline-block;
	width: 150px;
	background-color: #ffd966;
	border: 3px solid;
	border-color: #73622e;
	border-right: none;
	border-bottom: none;
	height: 30px;
	margin: 5px 5px 9px 36px;
	font-size: 18px;
	text-align: right;
	padding-right: 10px;
}

/* chart
--------------------------------*/
#mainNiji #chartContainer {
	text-align: center;
	display: block;
	margin: auto auto auto 3px;
	width: 680px
}

#mainNiji #chartContainer .chartTableHead {
	font-size: 20px;
	font-weight: bold;
}

#mainNiji #chartTable {
}
#mainNiji #chartContainer tr, 
#mainNiji #chartContainer td,
#mainNiji #chartContainer th {
	/* border: 1px solid; */
}

#mainNiji #chartContainer .tani {
	border-left: hidden;
	border-right: hidden;
	border-bottom: hidden;
	text-align: right;
	padding-right: 8px;
}

.nowaku {
	border-left: none;
	border-right: none;
}

#mainNiji #chartTable .chartTableLeftTitle {
	border: 1px solid;
	text-align: center;
	background-color: #ddebf7;
	width: 80px;
}

#mainNiji #chartTable .chartTableDataPercent {
	border: 1px solid;
	text-align: center;
	width: 50px;
}

#mainNiji #chartTable .chartTableDataPrice {
	border: 1px solid;
	text-align: right;
	width: 50px;
	padding-right: 5px;
}


#mainNiji #chartGraph {
	min-width: 340px;
	height: 500px;
	margin: 0 auto;
}

.noShow {
	display: none;
}

