@charset "UTF-8";

.inner {
	border: 1px solid #8F8F8F;
	margin: 0 0 35px;
}
#mainContents {
	width: 920px;
	margin: 50px auto;
}
.hidden {
	display: none;
}
/*----------------------------------------------
 　form
 ----------------------------------------------*/

select[name="todoufuken"]{
	color: #58595b;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	width: 200px;
}
#step01.error,#step02.error,#step03.error {
	background-color: #fffde7;
}
#step01 {
	background: url(../img/simulation_03.png) no-repeat top left;
	height: 160px;
	margin-top: 50px;
}
#step01:hover {
	background:#f7fcfa url(../img/simulation_03r.png) no-repeat top left;
}
#step01Box {
	width: 780px;
	padding-left: 100px;
	padding-top: 20px;
}
label {
    font-size: 154%;
	font-weight: bold;
	line-height: 2;
}
#step02 {
	background: url(../img/simulation_04.png) no-repeat top left;
	height: 280px;
}
#step02:hover {
	background:#f7fcfa url(../img/simulation_04r.png) no-repeat top left;
}
#step02Box {
	width: 780px;
	padding-left: 100px;
	padding-top: 20px;
}
#step03 {
	background: url(../img/simulation_05.png) no-repeat top left;
	height: 185px;
}
#step03:hover {
	background:#f7fcfa url(../img/simulation_05r.png) no-repeat top left;
}
#step03Box {
	width: 780px;
	padding-left: 100px;
	padding-top: 20px;
}
#step03Box #selectArea {
	background-color: #ffffff;
	border: 1px dotted #8F8F8F;
	padding: 10px 15px;
}
#step02 ul {
	list-style:none;
}
#step02 li {
	width: 256px;
	float: left;
	display: block;
}
.sakaki-1tsui {
	margin-right: 3px;
}
.sakaki-1tsui:hover {
	background: url(../img/simulation_09r.png) no-repeat top left;
}
.sakaki-2tsui:hover {
	background: url(../img/simulation_10r.png) no-repeat top left;
}
.sakaki-3tsui:hover {
	background: url(../img/simulation_11r.png) no-repeat top left;
}
.sakaki-1tsui:hover img,.sakaki-2tsui:hover img,.sakaki-3tsui:hover img {
	visibility: hidden;
}
.sakaki-2tsui {
	margin-right: 3px;
	margin-left: 3px;
}
.sakaki-3tsui {
	margin-left: 3px;
}
#step01 h2,#step02 h2,#step03 h2 {
	border: 1px solid #bbbdbf;
	border-radius: 8px;
	background-color: #f1f1f2;
	font-size: 124%;
	color: #58595b;
	padding: 5px 20px;
	margin-bottom:15px;
	
}

/*----------------------------------------------
　chuui
----------------------------------------------*/
#chuuiBox {
	width: 840px;
	margin: 0 auto 50px;
	border: 1px solid #bbbdbf;
	padding: 15px 20px 0;
}
#chuuiBox p {
	margin-bottom: 15px;
}
.errorText {
	color: #ec1c24;
	margin: 10px 0;
}
/*----------------------------------------------
　btnArea
----------------------------------------------*/
#btnArea {
	width: 695px;
	margin: 20px auto 35px;	
}
#btnArea .btn01 {
	background: url(../img/simulation_13r.png) no-repeat;
	width:331px;
	height: 79px;
	margin: 0 auto;
}
#btnArea2 {
	width: 500px;
	margin: 0 auto;
}
#btnArea2 .btn02 {
	background: url(../img/simulation_14r.png) no-repeat;
	width:451px;
	height: 79px;
}
#btnArea .btn01 a,#btnArea2 .btn02 a{
	display: block;
}
#btnArea .btn01 img,#btnArea2 .btn02 img {
	border: none;
}
#btnArea .btn01 a:hover,#btnArea2 .btn02 a:hover {
	background: none;
}
#btnArea .btn01 a:hover img,#btnArea2 .btn02 a:hover img {
	visibility: hidden;
}

/*----------------------------------------------
　subLogo
----------------------------------------------*/
.subLogo {
	width: 350px;
	margin-left:auto;
	margin-top: 60px;
	margin-bottom: 35px;
}

/*----------------------------------------------
　pop-up
----------------------------------------------*/
#pop-up {
	width: 795px;
	border: 3px solid #bbbdbf;
	padding: 30px 0;
	background-color: #ffffff;
}
#pop-up #todokesaki {
	text-align: center;
	font-size: 300%;
	font-weight: bold;
	margin-bottom: 20px;
}
#pop-up #course {
	text-align: center;
}
#pop-up #priceBox {
	background-color: #fef3f4;
	padding: 20px 60px;
	margin: 20px 0;
}
#pop-up #priceBox #priceLeft {
	width: 350px;
	float: left;
}
#pop-up #priceBox #priceLeft p {
	font-size: 116%;
	margin: 5px 0;
}
#pop-up #priceBox #priceLeft p span {
	color: #ec1c24;
	font-size:150%;
	font-weight: bold;
}
#pop-up #priceBox #priceRight {
	width:280px;
	margin-left: 29px;
	float: right;
}
#pop-up #priceBox #priceRight p {
	font-size: 185%;
	font-weight: bold;
	text-align: right;
}
#pop-up #priceBox #priceRight p span {
	color: #ec1c24;
	font-size:200%;
}
#pop-up #priceBox #priceRight p.kome {
	font-size: 13px;
	text-align: right;
}