@charset "utf-8";
/* CSS Document */

#SouzokuBtn a {
	background: url(../../../gyoumu/img/souzoku_btn_on.gif) no-repeat bottom center;
}
#SouzokuNavi ul li#SimulationBtn a {
	background-position: -366px 0px;
}
#Souzoku h3{
	width:100%;
	margin-bottom:20px;
	font-size: 23px;
	border-left:solid #f58003 4px;
	border-bottom:solid #cecece 1px;
	padding: 3px 0 0 10px;
	font-weight: normal	
}
#Souzoku h4 {
	font-size: 20px;
	font-weight: bold;
}
#Simulation {
	margin-bottom: 60px;
}
#SimulationForm {
	font-size: 14px;
	margin: 20px auto 40px;
	position: relative;
	width: 800px;
	box-sizing: border-box;
}
.gyoumu #Simulation dl {
	border: 1px solid #ccc;
	display: block;
	width: 798px;
	margin-bottom: 20px;
	padding: 0px;
}
.gyoumu #Simulation dt {
	box-sizing: border-box;
	height: 71px;
	background-color: #f6f6f6;
	border-top: 1px solid #ffffff;
	padding: 24px 10px;
	width: 280px;
	float: left;
	font-weight: bold;
	clear: left;
	margin-bottom: 0;
	background-image: none;
}
.gyoumu #Simulation dl dt:first-child {
	border-top: 4px solid #4da849;
}
.gyoumu #Simulation dd {
	box-sizing: border-box;
	height: 71px;
	border-top: 1px solid #ededed;
	margin-left: 280px;
	margin-bottom: 0px;
	border-bottom: none;
	padding: 22px 10px;

	background-color: #fff;
}
#Simulation dl dd:nth-child(2) {
	border-top: 4px solid #d1f4d2;
}
#Simulation label {
	margin-right: 30px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#Simulation input {
	margin-right: 2px;
	width: 50px;
	text-align: right;
	display : inline;
	height: 24px;
	padding: 0;
	font-size: 17px;
}
#Simulation input[type="radio"] {
	margin-left: 10px;
	margin-right: 5px;
	width: 14px;
	height: 14px;
}
#Simulation input[type="submit"] {
	width: 100px;
	margin-left: 350px;
	height: 34px;
	text-align: center;
	font-size: 14px
}
.form-control:focus, .form-control:hover {
	cursor: pointer;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.disabled {
	opacity: 0.3;
}
#Goukei input {
	width: 100px;
	margin-left: 0px;
}
.kekka {
	border-bottom: 4px solid #62c167;
	background-color: #a8f4ac;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.kekka span {
	color: #e74c3c !important; 
	font-size: 24px;
}
#Souzoku .result_contents {
	border: rgba(227,248,236,1.00) 5px solid;
	padding: 10px 45px;
	margin-bottom: 20px;
}
#Souzoku .result_contents h4 {
	font-size: 22px;
	border-bottom: dotted #CCCCCC 1px;
	margin-bottom: 20px;
}
#Souzoku .result_contents p {
	margin-bottom: 10px;
}
#Souzoku .result_contents ol {
	margin-top: 0px;
	padding-left: 20px;
}
#Souzoku .result_contents p.tyuu {
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 12px;
}
#Result {
	margin-bottom: 60px;
}
#Result a {
	display: block;
	text-decoration: none;
	color: #333;
	width: 80px;
	text-align: center;
	vertical-align: top;
	padding: 8px 10px 12px 10px;
	margin-left: 400px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: auto;
}

#Result table {
	border-top: 1px solid #ccc;
	width: 796px;
	margin-bottom: 10px;
	padding: 1px;
	text-align: center;
}
#Result table th {
	padding: 15px;
	background: #f6f6f6;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ccc;
}
#Result table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ededed;
	padding: 15px;
	text-align: right;
}
#Result table tr:last-child td {
	border-bottom: 1px solid #ccc;
}
#Result table tr:last-child th {
	border-bottom: 1px solid #ccc;
}
#Result table .koumoku th {
	background: #d1f4d2;
}
.kekka_text {
	margin-left: 90px;
}
#Result01 dl {
	padding: 10px 0px 0px 0px;
}
#Result01 dl dd {
	border-bottom: none;
	padding: 0px;
}
#Result01 table {
	width: 800px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#Result01 table th, #Result01 table td {
	padding: 7px;
}
#Result01 table th {
	text-align: center;
	background-color: #f6f6f6;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#Result01 table td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
#Result01 table tr:first-child th {
	text-align: center;
	background-color: #d1f4d2;
}
#Result01 dl#Tyusyaku {
	width: 800px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
#Result01 dl#Tyusyaku dt {
	width: 70px;
	float: left;
	background: none;
	padding: 0;
	margin: 0;
	clear: both;
	font-weight: normal;
	font-size: 14px;
}
#Result01 dl#Tyusyaku dd {
	background: none;
	border: none;
	padding: 0;
	margin: 0px 0px 10px 70px;
}
#Result02 p.shiki {
	text-align: center;
	color: #e74c3c;
	font-size: 18px;
	margin: 20px auto;
	font-weight: bold;
}
#Result03 span {
	font-size: 16px;
}
#Souzoku .result_contents#Result04 ol {
	font-size: 14px;
	margin-left: 10px;
}
#Souzoku .result_contents#Result04 ol li {
	font-weight: normal;
	margin-bottom: 5px;
}
#Souzoku .result_contents#Result04 #R04Kingaku ol {
	font-size: 16px;
	color: #e74c3c;
	margin-top: 30px;
	margin-left: 10px;
}
#Souzoku .result_contents#Result04 #R04Kingaku ol li {
	font-weight: bold;
}
#Result04 .tyuu {
	margin-left: 45px;
}
#Result04 ul {
	margin-bottom: 40px;
	margin-left: 50px;
}
#Result04 ul li {
	list-style: disc inside;
	margin-bottom: 5px;
}
/* 160226 additionally written by Sonhara */
#ErrorMessage {
	margin : 0px auto 0px;
	width : 800px;
	display: block;
	border: solid 1px red;
	padding: 10px 50px 10px;
}
#ErrorMessage ul {
	color : black;
	font-weight: bold;
	list-style-type: disc;
}
#ErrorMessage h4 {
	color : red;
	font-weight: bold;
	font-size : 18px;
	margin-bottom: 10px;
}

/* 160226----------------------------------*/




@media screen and (max-width: 767px) {
#SouzokuBtn a{
	background: #fff;
}
#SouzokuNavi ul li#SimulationBtn{
	font-weight: bold;
	background-image: -moz-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(247,247,247) 37%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(247,247,247) 37%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(247,247,247) 37%, rgb(255,255,255) 100%);
}	
#Souzoku h3 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: bold;
    border-left: none;
    border-bottom: none;
    padding: 0;
    color: #047f0b;
    margin: 30px auto;

}
#Souzoku h4{
	font-size:15px;
	margin:30px auto 20px;
}
#Simulation {
	margin-bottom: 0px;
}
#SimulationForm {
	margin: 20px auto 0;
	width:100%;
}
.gyoumu #Simulation dl {
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 20px;
}
.gyoumu #Simulation dt {
	height:auto;
	padding:10px;
	width: 100%;
	float: none;
}
.gyoumu #Simulation dl dt:first-child {
	border-top: 4px solid #4da849;
}
.gyoumu #Simulation dd {
	height:auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-left:auto;
	padding:10px;
	width: 100%;
}
#Simulation dl dd:nth-child(2) {
	border-top: none;
}
.gyoumu #Simulation dd:last-child {
	border-bottom: none;
}

#Simulation input {
	font-size: 15px;
}

#Simulation input[type="submit"] {
	display: block;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
.form-control:focus, .form-control:hover {
	cursor: pointer;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.disabled {
	opacity: 0.3;
}
#Goukei input {
	width: 100px;
	margin-left: 0px;
}
.kekka {
	border-bottom: 4px solid #62c167;
	background-color: #a8f4ac;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.kekka span {
	color: #e74c3c;
	font-size: 18px;
}
#Souzoku .result_contents {
	border: rgba(227,248,236,1.00) 3px solid;
	padding: 10px;
}
#Souzoku .result_contents h4 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#Souzoku .result_contents p.tyuu {
	margin-top: 20px;
}
#Result {
	margin-bottom: 20px;
}
#Result a {
	margin-left: auto;
	margin-right: auto;
}

#Result table {
	border-top: 1px solid #ccc;
	width: 100%;
	padding: 1px;
}
#Result table th {
	padding: 15px;
}
#Result table td {
	padding: 15px;
}	

#Result table .koumoku th {
	background: #d1f4d2;
}
.kekka_text {
	margin-left:0;
}
#Result01 dl {
	padding: 10px 0px 0px 0px;
}
#Result01 dl dd {
	border-bottom: none;
	padding: 0px;
}
#Result01 table {
	width: 100%;
}

#Result01 table tr:first-child th {
	text-align: center;
	background-color: #d1f4d2;
}
#Result01 dl#Tyusyaku {
	width: 100%;
}

#Result02 p.shiki{
	font-size: 16px;
}
#Result03 span {
	font-size: 16px;
}
#Souzoku .result_contents#Result04 #R04Kingaku ol {
	font-size: 16px;
}
#Result04 .tyuu {
	margin-left: 10px;
}
#Result04 ul {
	margin-bottom: 40px;
	margin-left: 10px;
}
.matome{
	margin-bottom: 0px;
}
/* 160226 additionally written by Sonhara */
#ErrorMessage {
	width : 100%;
	padding: 10px;
}
#ErrorMessage ul {
	color : black;
	font-weight: bold;
	list-style-type: disc;
}
#ErrorMessage h4 {
	font-size : 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* 160226----------------------------------*/
}






