@charset "Shift_JIS";
/* CSS Document */


/*スタイルのリセット、定義
____________________________________________________________________________*/

/* =メイン
____________________________________________________________________________*/
div#carsim1 {
	width: 234px;
	height: 60px;
	background: url(images/carsim1.jpg) 0 0 no-repeat;
}

div#carsim2, div#sim {
	width: 530px;
	height: 93px;
}

div#carsim2 {
	background: url(images/carsim2.jpg) 0 0 no-repeat;
}

div#carsim1 p, div#carsim2 p {
	float: left;
}

div#carsim1 form {
	padding: 30px 0 0 65px;
}

div#carsim1 p.tab {
	padding-top: 1px;
	width: 87px;
}

* html div#carsim1 p.tab {
	padding-top: 2px;
}

div#carsim2 form {
	padding: 7px 0 0 200px;
}

div#carsim2 p.tab {
	padding-top: 23px;
	width: 100px;
}

* html div#carsim2 p.tab {
	padding-top: 24px;
}

/*イメージ図の切り替え*/
/*
div#sim_all {
	background: url(images/top_banner.jpg) 0 0 no-repeat;
}

div#sim_gan {
	background: url(images/gan_banner.jpg) 0 0 no-repeat;
}

div#sim_senior {
	background: url(images/senior_banner.jpg) 0 0 no-repeat;
}

div#sim_josei {
	background: url(images/josei_banner.jpg) 0 0 no-repeat;
}

div#sim_gakushi {
	background: url(images/gakushi_banner.jpg) 0 0 no-repeat;
}

div#sim_iryou {
	background: url(images/iryou_banner.jpg) 0 0 no-repeat;
}

div#sim_life {
	background: url(images/life_banner.jpg) 0 0 no-repeat;
}*/

.sim_all {
	background: url(images/top_banner.jpg) 0 0 no-repeat;
}
.sim_gan {
	background: url(images/gan_banner.jpg) 0 0 no-repeat;
}

.sim_senior {
	background: url(images/senior_banner.jpg) 0 0 no-repeat;
}

.sim_josei {
	background: url(images/josei_banner.jpg) 0 0 no-repeat;
}

.sim_gakushi {
	background: url(images/gakushi_banner.jpg) 0 0 no-repeat;
}

.sim_iryou {
	background: url(images/iryou_banner.jpg) 0 0 no-repeat;
}

.sim_life {
	background: url(images/life_banner.jpg) 0 0 no-repeat;
}


.sim_aflac {
	background: url(images/aflac_banner.gif) 0 0 no-repeat;
}


.sim_alico {
	background: url(images/alico_banner.gif) 0 0 no-repeat;
}

.sim_ameho {
	background: url(images/ameho_banner.gif) 0 0 no-repeat;
}

.sim_orix {
	background: url(images/orix_banner.gif) 0 0 no-repeat;
}


.sim_sj {
	background: url(images/sojapan_banner.gif) 0 0 no-repeat;
}






div#sim form {
	padding: 7px 0 0 72px;
}

div#sim p.tab{
	float: left;
	padding: 58px 10px 0 0;
	font-size: 13px;	
}

div#sim p.btn {
	float: right;
	padding-right: 8px;
	padding-top: 35px;	
}



/*保険会社ようタブ・ボタン*/

div#sim form2 {
	padding: 7px 0 0 72px;
}

div#sim p.tab2 {
	float: left;
	padding: 58px 6px 0 125px;
	font-size: 13px;	
}

div#sim p.tab3 {
	float: left;
	padding: 58px 5px 0 0;
	font-size: 13px;	
}



div#sim p.btn2 {
	float: right;
	padding-right: 8px;
	padding-top: 35px;	
}








.formtest {
	padding: 7px 0 0 72px;
}

.tabtest{
	float: left;
	padding: 58px 10px 0 0;
	font-size: 13px;	
}

.btntest {
	float: right;
	padding-right: 8px;
	padding-top: 35px;	
}
















/* =ハック
____________________________________________________________________________*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix, form { display: block; }
/* End hide from IE-mac */


