@charset "UTF-8";
 

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 150px;
}
#wrap {
	overflow: hidden;
}
#footwrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 150px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}

/*************************
最上階層　設定
**************************/
/*-----------------
navi
------------------*/
#navi {
	width: 1080px;
	background: url(../img/renewal/navi.jpg) no-repeat, #F8F4EB;
	background-position: 5px center;
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
}
#navi-menu {
	width: 910px;
	float: right;
	overflow: hidden;
}
.navi-menu {
	float: left;
}
.navi-menu dt {
	border-bottom: 2px solid #FFB973;
	color: #FF9326;
	font-weight: bold;
	text-align: left;
	margin: 0 0 3px 5px;
	line-height: 1;
}
.navi-menu dd {
	width: 175px;
	height: 38px;
	float: left;
	margin-left: 5px;
	background: url(../img/renewal/navi/navi0.jpg) no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.navi-menu dd:hover {
	background-position: bottom;
}
dd.loan {background: url(../img/renewal/navi/navi1.jpg) no-repeat;}
dd.credit {background: url(../img/renewal/navi/navi2.jpg) no-repeat;}
dd.deposit {background: url(../img/renewal/navi/navi3.jpg) no-repeat;}
dd.fx {background: url(../img/renewal/navi/navi4.jpg) no-repeat;}
dd.bill {background: url(../img/renewal/navi/navi5.jpg) no-repeat;}

/*-----------------
左メニュー
------------------*/
#left-menu {
	width: 195px;
	float: left;
}
.left-category {
	width:193px;
	border: 1px solid #EDDEB5;
	border-radius: 7px 7px 0 0;
	text-align: left;
}
.left-category p {
	margin: 0;
	padding: 3px 3px 3px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background: #EDDEB5;
	border-radius: 7px 7px 0 0 ;
	line-height: 1.4;
}
.left-category dl {
	margin: 10px 0;
}
.left-category dt {
	margin-left: 10px;
}
.left-category dt a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
.left-category dt a:hover {
	text-decoration: underline;;
}
.left-category dd {
	margin-left: 20px;
}
.left-category dd ul {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	color: #FFB900;
	background: url(../img/renewal/icon/side_icon.png) no-repeat;
	background-position:left 5px;
	padding-left: 10px;
}
.left-category dd ul li {
	margin-left:10px;
	font-size: 12px;
	color: #333;
	background: url(../img/renewal/icon/side_icon2.png) no-repeat;
	background-position: 0 center;
	padding-left: 7px;
}

/*-----------------
center contents
------------------*/
#top-main {
	width: 580px;
	float: right;
}
#top-search {
	width: 570px;
	height: auto;
	background: #FF9326;
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
}
#top-search input[type="text"] {
	width: 450px;
	float: left;
	margin-left: 5px;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #FFDFBF;
	border-radius: 3px;
}
#top-search input:focus {
    background: #fff;
}
.top-search-btn {
	width: 95px;
	background: #9dd53a;
	background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a));
	border-radius: 7px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #DFFFBF;
	box-shadow: 1px 1px 1px #777;
	line-height: 1.6;
	text-shadow: 1px 1px 1px #999;
}
.top-search-btn:focus,.top-search-btn:hover { 
	background: #9dd53a;
	opacity: 0.8;
}
#top-image {
	background-image: url(../img/top/search_top_bk_3.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 540px;
	height: 375px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	position: relative;
}
#top-image img {
	width: 100%;
	position: relative;
	top: 62%;
}
/*-----------------
right sidebar
------------------*/
.top-bnr {
	margin-top: 10px;
}


/*************************
company page　設定
**************************/
.top-contents {
	width: 780px;
	overflow: hidden;
}
.top-contents h2 {
	text-align: left;
	font-size: 20px;
	border-bottom: 2px solid #FFA64D;
	box-shadow: 0px 2px 0px #FFDFBF;
	margin: 20px 10px;
	padding: 0 0 5px 20px;
}
p.form-preview {
	text-align: left;
	margin: 20px 10px;
	padding: 0 0 5px 20px;
}
.top-contents table {
	width: 750px;
	margin: 0 auto;
	border-collapse: collapse;
}
.top-contents th {
	width: 180px;
	padding: 10px;
	font-weight: bold;
	background: #efefef;
	border: 1px solid #ddd;
}
.top-contents td {
	border: 1px solid #ddd;
	padding-left: 20px;
	text-align: left;
}
#top-side {
	width: 266px;
	border: 3px solid #D6D6D6;
	margin-top: 40px;
	padding: 20px 5px 20px 23px;
	overflow: hidden;
	border-radius: 5px;
}
#top-side ul li {
	text-align: left;
	background: url(../img/renewal/icon/side_icon3.jpg) no-repeat;
	background-position: 0 center;
	padding-left: 25px;
	line-height: 2;
}
.box {
	width: 740px;
	margin: 0 auto;
}
/*-----------------
お問い合わせ
------------------*/
#otoiawase-naiyou {
	width: 500px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 3px 0 0 2px;
}
.contact {
	width: 160px;
	height: 50px;
	margin: 10px;
	background: #9dd53a;
	background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 45%, #7cbc0a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(45%,#a1d54f), color-stop(100%,#7cbc0a));
	border-radius: 7px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 1px #888;
	cursor: pointer;
	border: none;
}
.contact:hover {
	background: #9dd53a;
	opacity: 0.8;
}
.otoiawase-title {
	width: 500px;
}

.bottom {
	position:absolute; 
	bottom:136px;
}
.bottom2 {
	position:absolute; 
	bottom:0;
}
/*-----------------
ログイン
------------------*/
.login-contents {
	width: 1000px;
	margin: 20px auto 0;
}
p.forget {
	margin-top: 10px;
	text-align: center;
}
/*-----------------
会員登録
------------------*/
.register {
	width: 750px;
	margin: 0 auto;
}
#kiyaku {
	width:500px;
}
div.input.select.required {
	display: inline-block;
	vertical-align: bottom;
}
.hissu {
	float: right;
	margin-left: 0;
}
.submit {
margin-top: 20px;
}