  @charset "utf-8";
  /*--------------------------------------------------------------------
   リスト・表・テキスト装飾等の汎用的かつ編集の必要があるスタイルを定義。
  --------------------------------------------------------------------*/
  
  /* Links
  --------------------------------------------------------*/
  a:visited {
  	color: #096ECF;
  }
  a, a:link {
  	color: #004FAE;
  }
  a:hover {
  	color: #003399;
  	text-decoration:none;
  }
  a:active {
  	text-decoration: underline;
  }
  


  /*Table
  --------------------------------------------------------*/
  
  table.hyo {
  	background-color: #FFFFFF;
  	font-size:1.2em;
  	line-height: 1.2em;
  	margin: 0.6em 0 0.6em 0;
  }
  
  table.hyo th, table.hyo td {
  	padding: 10px 12px;
  	border: 1px solid #CECECE;
  	letter-spacing:0.1em;
  }
  table.hyo th {
  	background-color: #D9E8FD;
  	color:#004FAE;
  }
  table.hyo caption {
  	font-size: 1.16em;
  	font-weight: bold;
  	text-align: left;
  	padding: 5px 0 5px 0;
  }

table.table-small th,
table.table-small td{
	font-size: 0.8em;
	padding: 5px 7px;
}

  
  /*Table
  --------------------------------------------------------*/
  
  .hyoIndex{
  	margin:-15px auto;
  	border-collapse:separate;
  	width:100%;}
  .hyoIndex td{
  }
  
  .hyoIndex .none{
  	background:none; !important;
  }
  .hyoIndex td table td{
  	background:none;
  	padding:10px 20px;
  	font-size:1.2em;
  	line-height:1.6em;
	  	border:1px solid #CCC;
	  border-top: 0;
	  border-bottom-left-radius: 4px;
	  border-bottom-right-radius: 4px;
  }
  .hyoIndex td, .hyoIndex th{
  	}
  .hyoIndex td table{
  	width:322px;
  	border-collapse:collapse;
  	border:none;
  	vertical-align:top;
  	}
  .hyoIndex th{
  	background: no-repeat #E7E7E7 top left;
  	font-size:1.6em;
  	border-bottom:1px solid #CCCCCC;
  	padding:0;
  	text-align:left;
  	}
  .hyoIndex th a{
  	padding:12px 40px 8px 40px;
  	display:block;
  	background:no-repeat 1px 1px;
  	color:#373737;
  	text-decoration:none;
  }
  .hyoIndex th a:hover{
  	color:#5D5D5D;
  }
  .hyoIndex th a.coin{
  	background-image:url(../img/index_btn_coin.jpg)}
  .hyoIndex th a.qa{
  	background-image:url(../img/index_btn_qa.png)}
	.hyoIndex th a.travel{
  	background-image:url(../img/index_btn_travel.jpg)}
	.hyoIndex th a.katorea{
  	background-image:url(../img/index_btn_katorea.jpg)}
	.hyoIndex th a.nenkin{
  	background-image:url(../img/index_btn_nenkin.jpg)}
	.hyoIndex th a.young{
  	background-image:url(../img/index_btn_young.jpg)}
	.hyoIndex th a.next{
  	background-image:url(../img/index_btn_next.jpg)}
	.hyoIndex th a.owner{
  	background-image:url(../img/index_btn_owner.jpg)}
	.hyoIndex th a.koten{
  	background-image:url(../img/index_btn_koten.jpg)}
	.hyoIndex th a.theater{
  	background-image:url(../img/index_btn_theater.jpg)}
  .hyoIndex th.white{
  background-image:url(../img/index_btn_white.jpg);
  	}
  .blue th{
  	background-image:url(../img/index_btn_blue.jpg);
  	}
  .hyoIndex {
  	width:100%;
  }
  .hyoIndex ul li{
  margin:3px 0!important;
  display:inline;
  letter-spacing:0.1em;
  background-position:0 3px !important;}
  .hyoIndex ul{
  	margin:0 !important;
  	padding:0 !important;
  	font-size:100% !important;
  	}
  .hyoIndex p{
  	margin:3px !important;
  	font-size:100% !important;
  	letter-spacing:0.1em;
  }
  
  .sCat{
  	width:320px;
  	margin:5px 14px;
  	float:left;
  	}




  .sCat p, .sCat h3{
  	margin-bottom:0!important;}
  
  .small {
  	font-size: small;
  	}
  
  /*--------------------------------------------------------*/
  strong {}
  .hide {
  	display: none;
  }
  .border {
  	width: 100%;
  	height: 20px;
  	background-image: url(../img/border.gif);
  	background-repeat: repeat-x;
  	background-position: left top;
  }
  .blank {
  	background-image: url(../img/bg_a_blank.gif);
  	background-repeat: no-repeat;
  	background-position: right top;
  	padding-right:18px;
  	zoom: 1;
  }
  .red {
  	color: #CC0000;}
  .calLarger {
  	font-size: 1.5em;
  	font-weight: bold;
  	font-family: 'ＭＳ ゴシック', 'osaka', sans-serif;
  }
  .calLarge {
  	font-size: 1.2em;
  }
  
  .icon {
  	margin-left:20px;
  }
  
  .icon2colum {
  	margin-top:10px;
  }
  /*フッター問い合わせ
  --------------------------------------------------------*/
  #finq{
  	width:680px;
  	}
  #finq2{
  	background:url(../img/bg_finq_bottom2.jpg) left bottom no-repeat;
  	width:680px;
  	}
  #finq div,#finq2 div{
  	display:block;
  	float:left;
  	margin-right:7px;
  	width:222px;
  	padding-bottom:5px;
	  border: 1px solid #DEDEDE;
	  border-radius: 4px;
	  margin-bottom: 15px;
  	}
  #finq #right, #finq2 #right{
  	margin-right:0;}
  #finq h2, #finq2 h2{
	  position: relative;
  	margin:0 !important;
	border-top-left-radius: 4px;
	  border-top-right-radius: 4px;
  	padding:10px 10px 10px 33px;
  	font-size:12px;
  	letter-spacing:0.1em;
	  background-image:-moz-linear-gradient(18% 0% -90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%); 
background-image:-webkit-gradient(linear,18% 0%,18% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(234,234,234)));
background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
background-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeaeaea,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeaeaea,GradientType=0);
	  border-bottom: 1px solid #CFCFCF;
}

  #finq h2:before, #finq2 h2:before{
	   position: absolute;
	  top: 9px;
	  left: 5px;
}

  #finq #left h2:before, #finq2 #left h2:before{
	  content: url(../img/finq_01.jpg);	
  	}
  #finq #center h2:before, #finq2 #center h2:before{
	  content: url(../img/finq_02.jpg);	
  	}
  #finq #right h2:before, #finq2 #right h2:before{
	  content: url(../img/finq_03.jpg);	
  	}
  #finq p, #finq2 p{
  	margin-left: 15px !important;
  	margin-right: 15px !important;
  }	
  /*RollOver
  --------------------------------------------------------*/
  .hover {
  }
  
  #mainContents #pittari h2{
	  margin-bottom:0;
	  }
  #mainContents #pittari h3{
	  background:none;
	  border:0;
	  padding:20px 0 0;
	  margin:0 0 25px;
	  text-align:center;
  }


#pittari .loanStep1 li{
	margin-bottom:7px;}

#pittari img{
	vertical-align:bottom;
	max-width:100%;
}	  
#pittari .loanStep1 li a{
	background-size:cover;
	line-height:0;
	font-size:0;
	vertical-align:bottom;

}
  .loanA{
	  background:url(../../loan/img/pittari/step1_01_f2.jpg)}
  .loanB{
	  background:url(../../loan/img/pittari/step1_02_f2.jpg)}
  .loanC{
	  background:url(../../loan/img/pittari/step1_03_f2.jpg)}
  .loanD{
	  background:url(../../loan/img/pittari/step1_04_f2.jpg)}
  .loanE{
	  background:url(../../loan/img/pittari/step1_05_f2.jpg)}
  .loanF{
	  background:url(../../loan/img/pittari/step1_06_f2.jpg)}
  .loanG{
	  background:url(../../loan/img/pittari/step1_07_f2.jpg)}

	  
	  
	  
	#pittari #step1{
			  background:#7CCBF2 url(../../loan/img/pittari/step1_bg.png) 95% 95% no-repeat;
}
 
  #pittari .loanStep1{
	  margin:0;
	  }
  
  #pittari .loanStep1 li{
	  margin-top:0;
	  background:none;
	  float:left;
	  padding:0;
  }
  #pittari .loanStep1 li a{
	  width:334px;
	max-width:334px;
	height:111px;
	display:block;
	  }  
  #pittari .loanWrapper{
	  background:#7CCBF2
	  }

  #pittari .loanStep2{
	  margin-top:0;
	  padding:10px;
	  margin-bottom:0;
  }
  
  #pittari .loanStep2 li{
	  padding:0;
	  background:none;
	  margin-left:0;
	  margin-bottom:10px;
	 
	  }
  
   #pittari .loanStep2 li a{
	   display:block;
	   background:#FFF;
	   padding:20px;
	   text-align:center;
	   color:#333;
	   text-decoration:none;
	   font-size:1.2em;
	   border-radius:3px;
	   -webkit-border-radius:3px;
	}
   #pittari .loanStep2 li a:hover,
   #pittari .loanStep2 li.active a{
	   background:#FFDE59;
	   font-weight:bold;
   }
#pittari .loanArrow{
	text-align:center;
	margin:0;
	padding:0 0 10px;
	background:#7CCBF2;}
#mainContents #pittari .loanResult2 h3{
	padding-top:0;
}

#pittari .loanResult2 .loanInner{
	background:#FFF;
	}

#pittari .loanResult2 table{
	width:100%;
	}
  
  @media only screen and (max-width: 820px) {
	  
	  
	  
	  .sCat{
  	width:100%;
  	margin:5px 0;
		  float: none;
  	}
	  
	  .xs-left{
		  text-align: left !important; 
		  display: block;
	  }
	  
	  .loanInner .hyo th{
		  display: none;
	  }
	  .loanInner .hyo td{
		  width: 80%;
		  border-top: 2px solid #0153A7
	  }
	  .loanInner .hyo tr td:first-child{
		  width: 20%;
	  }
	  
	  .loanInner .hyo td.comment{
		  width: 100% !important;
		  border-top: 0;
	  }
	  
  
	.xs-th{
		background: #EDEDED;
	}
	  
	  
  .icon{
  float:right !important;
  margin-left:0 !important;
  }
  
  
  .img_left_map{
  float:none;
  margin:0 !important;
  padding:0 !important;
  
  }
  
  .img_left_map img{
  width:80%;
  margin:0 auto;
  display:block;
  height:auto;}

 .img_left{
 float:none !important;
 padding:0 !important;
 }
 
 .hyo{
 width:100%;
 }
  
 .hyo th{
 max-width:30%;
 width:auto;
 }
 
 .hyo td{
 max-width:70%;
 width:auto;}

#pittari #step1{
	background-image:none;}

#pittari #step1{
	padding-bottom:10px;
}
 
 #pittari .loanStep1 li{
	 float:none;
	 margin-right:10px;
 }
 
#mainContents #pittari h3{
	 margin:0 10px 10px;
	 }

#mainContents #pittari .loanResult2 h3{
	margin:0 0 10px;
}

 #pittari .loanStep1 li:last-child{
	margin-bottom:0;	 
 }
	  
	  #pittari .loanStep1 li a{
		  width: 100%;
		  height: auto;
	  }
	  
  }