@charset "UTF-8";
body {
	width: 100%;
	margin: 0;
	padding: 0;
	text-aling: center;
	font-size: 12px;
	background-color: #fff;
	background-image: url(../img/body_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	min-width:980px;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
}
a{
	color:#333333;
}
a .ov_img {
	opacity:1;
}
a:hover .ov_img {
	opacity:0.8;
}
a[href^="http"] img {
	opacity:1;
}
a[href^="http"]:hover img {
	opacity:0.8;
}

.tbl_div {
	display:table;
	width:100%;
}
.tbl_div_c {
	display:table-cell;
	vertical-align:top;
}

.pc{
	display:block;
}
.pc_in{
	display: inline;
}
.sp,
.sp_in{
	display:none;
	margin:0;
	padding:0;
}

@media screen and (max-width: 700px) {/*適宜SPサイズ指定*/
.sp{
	display:block;
}
.sp_in{
	display: inline;
}
.pc,
.pc_in {
	display:none;
	margin:0;
	padding:0;
}
}



#wrapper {
	margin-top:-10px;
	padding-top:10px;

}

header h1{
	width: 980px;
	min-width: 980px;
	margin: 3px auto 0 auto;
	height:80px;
}
header dl{
	margin: 20px auto 0 auto;
	display:table;
	width:980px;
}
header dl dt ,
header dl dd{
	vertical-align: top;
	display: table-cell;
}
header dl dt{
	text-align:left;
	line-height:1.7;
	font-size:11px;
}
header dl dt a {
	font-size:11px;
	color:#333;
	text-decoration:none;
}
header dl dd{
	text-align:right;
}
header dl dd ul{
	display:table;
	width:auto;
	margin-left:auto;
	margin-right:0;
}
header dl dd ul li{
	display: table-cell;
	padding-left:10px;
}
header dl dd li a{
	text-decoration:none;
	display:inline-block;
	line-height:25px;
	font-size:10px;
	color:#666;
	background-color:#efefef;
	padding-left:1em;
	padding-right:0.8em;
	
}
header dl dd li a:hover{
	text-decoration: underline;	
}
header dl dd li a:after {
	content:">";
	color:#cbcbcb;
	font-weight:bold;
	font-size:11px;
	margin-left:1ex;
transform: scale( 1 , 1.5 );
display: inline-block; 
}

header dl dd li a:after {
-moz-transform-origin:    left 50%; /* Firefox */
-webkit-transform-origin: left 50%; /* Chrome,Safari */
-o-transform-origin:      left 50%; /* Opera */
-ms-transform-origin:     left 50%; /* IE */
transform-origin:         left 50%; /* CSS3 */

}

/*2nd用*/
body#top header nav {
	display:none;
	visibility:hidden;
}
header nav {
	background-color:#eeede7;
}
header nav #pankuzu {
	width: 980px;
	margin: 0 auto 0 auto;

}
header nav #pankuzu ol {
	display:table;
	margin-left:0;
	margin-right:auto;
}
header nav #pankuzu ol li {
	display: table-cell;
	line-height: 30px;
	font-size: 11px;
}
header nav #pankuzu ol li a {
	display:inline-block;
	background-color:#dedcd1;
	text-decoration:none;
	padding:0 9px 0 9px;
}
header nav #pankuzu ol li:first-child a {
	padding:0 9px 0 15px;
}
header nav #pankuzu ol li {
	padding: 0 0 0 15px;
	background-image: url(../img/pankuzu_bg2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
header nav #pankuzu ol li:first-child {
	padding: 0 0 0 0px;
	background-image:none;
}


header nav #pankuzu ol li:nth-last-child(1) {
	padding: 0 0 0 20px;
	background-image: url(../img/pankuzu_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
header nav #pankuzu ol li:last-child a {
	display:inline;
	background-color: transparent;
	padding: 0 0 0 0px;
}
header nav #pankuzu ol li:last-child a:hover {
	text-decoration:none;
}

header nav #pankuzu ol li a:hover{
	text-decoration: underline;	
}


		
#contents_bg {
	background-color:#f8f8f5;
	padding-bottom:110px;
}
#contents {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}



#contents article {
	overflow: hidden;
	margin: 0 auto;
/*	background: #d2dc8d;*/
}



footer {
/*	margin: 20px auto 0 auto;
padding: 10px;
		border-top: 2px solid #9fb7d4;
	*/
}



#contents article {

}


/*
#footer{
	width:100%;
	min-width:1158px;
	color: #fff;
	min-height:120px;
	position:relative;
}
*/



footer {
	position:relative;
}

#back-top {
	width:1120px;
	height:0px;
	text-align:right;
	margin:0 auto;
	overflow:auto;
}
#back-top a{
	position: absolute;
	margin-top: -35px;
	margin-left: 1050px;
	display: block;
	width: 70px;
	height: 70px;	 
}

@media screen and  (max-width: 1120px){
#back-top {
	max-width:1120px;
	width:auto;
}
#back-top a{
	right:5px;
	margin-left: auto;
	margin-top: -55px;
}
}


footer nav{
	width: 100%;
	min-width: 980px;
	border-color:#cacaca;
	border-style:solid;
	border-width:0 0 1px;
/*	line-height:60px;*/
	line-height:2.5;
	padding-top:30px;
	padding-bottom:30px;
}
footer nav ul{
	display:table;
	max-width:980px;
	width:auto;
	margin-left:auto;
	margin-right:auto;

}
footer nav ul li{
	display: table-cell;
	width: auto;
	text-align:center;
	vertical-align:top;

	font-size:12px;
}
footer nav ul li a {
display: inline-block;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	color:#666;
}
footer nav ul li a:hover {
	text-decoration: underline;
}

footer nav ul li + li:before {
	content:"｜";
}
#copy {
	width:980px;
	line-height:50px;
	text-align:center;
	font-size:10px;
	color:#666;
	padding-bottom:50px;
	margin-left:auto;
	margin-right:auto;
}


/*topのみ*/

#contents #top_vis_bg {
	display:table;
	height:330px;
}
#contents #top_vis_bg #top_vis ,
#contents #top_vis_bg aside {
	display: table-cell;
	vertical-align:top;
	position:relative;
}
#contents #top_vis_bg #top_vis {
	padding-top:30px;
}
#contents #top_vis_bg aside {
	padding-left:10px;
	position:absolute;
}

#contents aside #aside-conte {
	position: absolute;
	top: -19px;
	width: 240px;
	height: 350px;
	max-height: 350px;
	background-color: #1956d0;
	background-image: url(../../pict/aside-conte_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 2000;
	padding-left: 20px;
	/*	padding-right:20px;*/
	padding-right: 5px;
	color: #fff;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	left: 12px;
}


#aside-conte img {
	width:200px;
	height:auto;
}
#contents aside #aside-conte ul{
/*	overflow: hidden;
	height:325px;
	margin-top:15px;*/
}

#contents aside #aside-conte h2{
/*		padding-top:20px;
	width:200px;
	font-weight:bold;*/
	display:none;
	width:200px;
}
#contents aside #aside-conte .li_name{
	padding-top:5px;
	width:200px;
	color:#fff;
	font-weight:bold;
	padding-bottom:5px;
	color:#fff;
}
#contents aside #aside-conte .li_name a{
	width:200px;
	color:#fff;
	text-decoration:none;
}

#contents aside #aside-conte .li_img02{
	width:200px;
	padding-bottom:5px;
}
#contents aside #aside-conte .li_img01,
#contents aside #aside-conte .li_txt01,
#contents aside #aside-conte .li_txt02,
#contents aside #aside-conte .li_txt03,
#contents aside #aside-conte .li_txt04{
	display:none;
}

#contents aside #aside-conte .li_ch{
	display:inline;
	color:#fff;
	line-height:1.5;
	overflow:auto;
/*	margin-right:5px;*/
	width:200px;

}
/*
#contents aside #aside-conte .li_ch a,
#contents aside #aside-conte .li_txt01 a,
#contents aside #aside-conte .li_txt02 a,
#contents aside #aside-conte .li_txt03 a,
*/
#contents aside #aside-conte .li_ch a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
	line-height:1.6;
/*	display:inline-block;
	padding-right:0.5em;*/
}
/*
#contents aside #aside-conte .li_ch a:before,
#contents aside #aside-conte .li_txt01 a:before,
#contents aside #aside-conte .li_txt02 a:before,
#contents aside #aside-conte .li_txt03 a:before,

#contents aside #aside-conte .li_txt04 a:before{
content:"■";	color:#fff;
}
*/
									
    .swiper-container {
        width: 730px;
        height: 300px;
        margin: 0 auto 0 0;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }




.swiper-slide1 {        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.swiper-slide2 {        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}

#h2top{
	color:#333;
	background-image:url(../../pict/top_h2_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:50px;
	padding-left:22px;
	height:90px;
	font-size:20px;
	font-weight:bold;
	line-height:1;

}
#h2com{
	color: #333;
	background-image: url(../img/top_h2_bg_common.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-left: 22px;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-top:30px;
}
#h2top .daidai ,
.daidai {
	color:#f6791b;
}

#top_main_list {
	position:relative;
	border-color:#dcdcdc;
	border-style:solid;
	border-width:0 1px 1px;
	padding:29px 0 40px 40px;
	background-color:#fff;
/*	margin-bottom:110px;*/
}
#top_main_list .div_tbl01,
#top_main_list .div_tbl02{
	display:table;
	width:900px;

}
#top_main_list .div_tbl01{
	padding-bottom:18px;
	border-color:#dcdcdc;
	border-style:solid;
	border-width:0 0 1px;

}
#top_main_list .div_tbl01 + .div_tbl01,
#top_main_list .div_tbl02{
	padding-top:20px;
}

#top_main_list .div_tbl_cell{
	display: table-cell;
}
#top_main_list .div_tbl_cell h3 ,
#top_main_list .div_tbl_cell h4{
	display: none;
}

#tbl01 ,
#tbl02 ,
#tbl03 ,
#tbl04 ,
#tbl05 ,
#tbl06 ,
#tbl07 ,
#tbl08 ,
#tbl09 ,
#tbl10 ,
#tbl11 ,
#tbl12 ,
#tbl13 ,
#tbl14 ,
#tbl15 {}

#tbl01 ,
#tbl04 ,
#tbl07 ,
#tbl10 ,
#tbl13 {
	padding-left:6px;
	padding-right:47px;
	border-color:#dcdcdc;
	border-style:solid;
	border-width:0 1px 0 0;
	width:287px;
}
#tbl02 ,
#tbl05 ,
#tbl08 ,
#tbl11 ,
#tbl14 {
	padding-left:46px;
	padding-right:47px;
	border-color:#dcdcdc;
	border-style:solid;
	border-width:0 1px 0 0;
	width:327px;
}
#tbl03 ,
#tbl06 ,
#tbl09 ,
#tbl12 ,
#tbl15 {
	padding-left:46px;
	padding-right:6px;
	width:286px;
}

.div_tbl_cell .p_ti{
	text-align:center;
}

.div_tbl_cell .p_ti img{
	max-width:234px;
	max-height:50px;
	height:auto;
	margin-right:auto !important;
	margin-left:auto !important;
}
.div_tbl_cell table img{
	width:200px;
	margin-top:16px;
	margin-bottom:16px;
}
.div_tbl_cell .p_ti img,
.div_tbl_cell table img{
	height:auto;
	margin-right:auto;
	margin-left:auto;
}

.p_ch {
	border:#7bcb27 3px solid;
	color:#7bcb27;
	text-align:center;
	line-height:50px;
	padding-top:9px;
	padding-bottom:9px;
	line-height:22px;
	margin-bottom:10px;
	
	-webkit-border-radius: 10px;   /* Safari,Google Chrome */
	-moz-border-radius: 10px;       /* Firefox12まで */
	border-radius: 10px;            /* Firefox13以降 */
}
.p_ch a {
	color:#7bcb27;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.p_ti {
	margin-bottom:10px;
}



.div_tbl_cell table {
	border-color:#dcdcdc;
	border-style:solid;
	border-width:1px 0 0 1px;
	width:234px;
}
.div_tbl_cell table th ,
.div_tbl_cell table td {
	border-color:#dcdcdc;
	border-style:solid;
	border-width:0 1px 1px 0;
	line-height:1.6;
	padding-left:1ex;
	padding-right:1ex;
	padding-top:5px;
	padding-bottom:5px;
}

.div_tbl_cell table td.tbl_img01 {
	text-align:center;
	line-height:0;
}


.div_tbl_cell a {
	text-decoration:none;
	line-height:1.6;
}
.div_tbl_cell .tbl_img01 a {
	line-height:0;
}
.div_tbl_cell table th {
	text-align:left;
	font-weight:normal;
	width:7.5em;
	vertical-align:middle;
}

#top_main_list .div_tbl_cell table + ul {
	margin-top:1em;
	width:234px;
	text-align:left;
	line-stacking:1.3;
	font-size:14px;
	color:#333;
}
#top_main_list .btn{
	margin-top:1em;

}







#con_sub01_list {
	position:relative;
	border-color:#dcdcdc;
	border-style:solid;
	border-width:0 1px 1px;
	padding:29px 0 40px 40px;
	background-color:#fff;
/*	margin-bottom:110px;*/
}

/* wp-you --20160203-- */


#page{
	background-color:#f8f8f5;
	text-align:center;
}
#page .site-inner {
	margin: 0 auto;
	width:980px;
	text-align:left;
	padding-top:30px;
	padding-bottom:100px
}

#content {
	background-image: url(../img/content_bg.png);
	background-position: left top;
	background-repeat:repeat-y;
	width:980px;
	border-color:#dcdcdc;
	border-style:solid;
	border-width:0 0 1px;
	padding-bottom:30px;
}
#content section.error-404{
	border-color:#dcdcdc;
	border-style:solid;
	border-width: 1px 0 0;
	padding:26px 0 0 26px;
	line-height:2;
}
section.error-404 header.page-header{
	max-height:3em !important;
}
section.error-404 .page-title{
	font-weight:bold;
	color:#666;
	font-size:larger;
}


#loan_cont {}
#loan_cont h2{
	background-image:url(../img/top_h2_bg_common.png);
	height:60px;
	font-size:20px;
	line-height:60px;
	font-weight:bold;
	padding-left:25px;
	margin-bottom:25px;
}
/*以下オーバーフロー対策抜粋*/
#loan_cont h2{
white-space: nowrap;
  width: 100%;                   /* IE6 では width の指定が必要 */
  overflow: hidden;              /* "overflow" の値は "visible" 以外のものを指定する */ 

  -o-text-overflow: ellipsis;    /* Opera 9-10 */
  text-overflow:    ellipsis;    /* IE, WebKit (Safari, Chrome), Firefox 7, Opera 11 */

}
#loan_cont table.lc_tbl01 ,
#loan_cont table.lc_tbl02 ,
#loan_cont table.lc_tbl03 ,
#loan_cont h3{
	width:930px;
	margin-left:auto;
	margin-right:auto;
}
#loan_cont table.lc_tbl01 th ,
#loan_cont table.lc_tbl02 th ,
#loan_cont table.lc_tbl03 th , 
#loan_cont table.lc_tbl01 td ,
#loan_cont table.lc_tbl02 td ,
#loan_cont table.lc_tbl03 td {
	vertical-align:top;
}

#loan_cont table.lc_tbl01 {
	margin-bottom:30px;
}
#loan_cont table.lc_tbl01 th {
	width:340px;
}
#loan_cont table.lc_tbl01 th a{
	width:320px;
	border:#e8eefa 10px solid;
	display:inline-block;
	margin-bottom:10px;
	box-sizing:border-box;
	line-height:0;
}
#loan_cont table.lc_tbl01 th a img{
	width:298px;
	border:#cdcdcd 1px solid;
	box-sizing:content-box;
	height:auto;
}


#loan_cont dl.lc_dl01{
	line-height:0;
	margin-bottom:10px;
}
#loan_cont dl.lc_dl01 dd{
	line-height: 1.5;
	border-color: #dcdcdc;
	border-width: 0 5px 5px;
	border-style: solid;
	font-size: 16px;
	/*	min-height:60px;*/
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right:15px;
	padding-left: 43px;
	background-image: url(../img/img_point02.png);
	background-repeat: no-repeat;
	background-position: 16px 19px;	
}
#loan_cont table.lc_tbl01 p.lc_tbl01_txt{
	vertical-align:top;
	border:#dcdcdc solid 1px;
	padding:20px;
	font-size:14px;
	line-height:1.6;

}

#loan_cont table.lc_tbl02{
	border-color:#cacaca;
	border-style:solid;
	border-width:1px 0 1px 1px;
}
#loan_cont table.lc_tbl02 th ,
#loan_cont table.lc_tbl02 td {
	border-color:#cacaca;
	border-style:solid;
	border-width:0 1px 0 0;
	text-align:center;
	font-size:14px;
	line-height:1.4;
	padding-top:10px;
	padding-bottom:10px;
}
#loan_cont table.lc_tbl02 th {
	font-weight:bold;
	color:#fff;
	background:#1956d0;
}

.b_link_btn {
	text-align:center;
	padding-top:25px;
	padding-bottom:35px;
}


#eria_con {}

section.entry-cont_sc{
	padding-bottom:30px;
	border-bottom:#dcdcdc solid 1px;
	margin-bottom:25px;
}
.entry-content section.entry-cont_sc:last-child{
	padding-bottom:0;
	border-bottom:#fff none 0;
	margin-bottom:0;
}




.entry-content p.p_ti01{
		background-image:url(../img/top_h2_bg_common.png);
	height:60px;
	font-size:20px;
	line-height:60px;
	font-weight:bold;
	padding-left:25px;
}
.entry-content h2 {
	background-image:url(../img/txt_hyoji01.png);
	background-position:25px center;
	background-repeat:no-repeat;
	line-height:60px;
	font-size:20px;
	padding-left:140px;
	font-weight:bold;
	border-color:#dcdcdc;
	border-style:solid;
	border-width:0 0 1px;
	margin-bottom:25px;
	
}
.entry-content h3 {
	background-image:url(../img/h3_bg02.png);
	background-repeat:repeat-y;
	background-position:left center;
	background-color:#e8eefa;
	
/*	line-height:60px;*/
	line-height:1.5;
	padding-top:15px;
	padding-bottom:15px;
	font-size:20px;
	padding-left:20px;
	width:930px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
.entry-content h3 a{
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
}
.entry-content table{
	width:100%;
/*	margin-bottom:25px;*/
	margin-left:auto;
	margin-right:auto;
}
/*
.entry-content h3 + table{
	border-bottom:#dcdcdc solid 1px;

}
.entry-content h2 + h3 + table{
	border-bottom:#fff solid 1px;

}
*/
.entry-content table th ,
.entry-content table td{
	vertical-align:top;
}
.entry-content table th{
	width:265px;
	vertical-align:top;
	padding-left:45px;
	padding-right:20px;
}
.entry-content table th img{
	max-width:200px;
	height:auto;
}
.entry-content table td{
	padding-right:25px;
}
.entry-content table .p_txt01 {
	display:none;
	visibility:hidden;
	margin:0;
}
.entry-content table .p_txt02 {
	vertical-align:top;
	border:#dcdcdc solid 1px;
	padding:20px;
	font-size:14px;
	line-height:1.6;
}
.entry-content table .p_txt02 a {
	text-decoration:none;
}
.entry-content table .p_btn02 {
	padding-top:20px;
}



#loan_cont h3{
	background-image:url(../img/h3_bg01.png);
	background-repeat:no-repeat;
	background-color:#e8eefa;
	line-height:45px;
	padding-left:25px;
	font-weight:bold;
	margin-bottom:15px;
	
}

table.lc_tbl03 ,
#loan_cont table.lc_tbl03 {
	border-color:#cacaca;
	border-style:solid;
	border-width:1px 1px 0 1px ;
}
table.lc_tbl03 th ,
table.lc_tbl03 td ,
#loan_cont table.lc_tbl03 th ,
#loan_cont table.lc_tbl03 td {
	border-color:#cacaca;
	border-style:solid;
	border-width:0 0 1px 0;
	font-size:14px;
	line-height:1.4;
	padding-top:10px;
	padding-bottom:10px;
}
table.lc_tbl03 th ,
#loan_cont table.lc_tbl03 th {
	font-weight:bold;
	color:#fff;
	background:#1956d0;
	width:17em;
	vertical-align:middle;
	padding-left:1em;
	padding-right:1em;
}
#loan_cont table.lc_tbl03 th {
	text-align:center;
}
table.lc_tbl03 th {
	text-align: left;
}

table.lc_tbl03 td ,
#loan_cont table.lc_tbl03 td {
	padding-left:1em;
	padding-right:1em;
}





#sec_main_conte {
	position:relative;
	border-color:#dcdcdc;
	border-style:solid;
	border-width:0 1px 1px;
	padding:24px 0 26px 26px;
	background-color:#fff;
	line-height:1.5;
}
.sec_main_conte02 {
	position:relative;
	border-color:#dcdcdc;
	border-style:solid;
	border-width:0 1px 1px;
	padding:24px 0 26px 26px;
	background-color:#fff;
	line-height:1.5;
}
.sec_main_conte02 {
	position:relative;
	border-color:#dcdcdc;
	border-style:solid;
	border-width:0 1px 1px;
	padding:24px 26px 26px 26px;
	background-color:#fff;
	line-height:1.5 ;
}

p.p_txt02{
	font-weight:bold;
	line-height:1.6;
	margin-bottom:25px;
}


.fb18_blu{
	font-size:18px;
	color:#1956d0;
}
.fb16_blu{
	font-size:16px;
	color:#1956d0;
}
a.fb16_blu-a{
	font-size:16px !important;
	color:#1956d0 !important;
	text-decoration:none !important;
	font-weight:bold;
}
a.fb16_blu-a:hover{
	text-decoration: underline;
}


/*--privacy--*/
div.priv_txt {
	font-size:14px;
	line-height:1.7;
	padding-bottom:3em;
}
div.priv_txt p{
	font-size:14px;
	line-height:1.7;
	margin-bottom:1em;
}


 
/* 旧データ */
#old_sec {}
#old_sec .sub_navi{
	float:left;
    margin-right: 25px;
}

#old_sec .sub_navi + * ,
#old_sec .sub_navi + .old_conte{
    overflow: auto;
}
#old_sec .old_conte{
	padding-right:40px;
	line-height:2;
}
#old_sec h4{
	font-size:12px;
	font-weight:normal;
	margin:15px 0 10px;
/*	padding:5px 0 5px 6px;*/
	padding:2px 0 2px 6px;
	border-left:4px solid #1956d0;
	color:#333333;
	background-color:#f5f5f5;
}
.h4_style{
	font-size:11px;
	font-weight:normal;
	margin:15px 0 10px;
	padding:2px 0 2px 6px;
	border-left:4px solid #1956d0;
	color:#333333;
	background-color:#f5f5f5;
}
#old_sec .old_conte > h2 {
	margin:0 0 10px;
}

ul.float{
	margin:5px;
	list-style:none;
}

ul.float li{
	float:left;
	width:250px;
	background:url(../../images/linkIcon.gif) no-repeat left 50%;
	padding-left:10px;
/*	margin-bottom:5px;*/
}
/*footer*/
.old_conte a, .old_conte a:link, .old_conte a:active, .old_conte ar:visited ,
a.footer, a.footer:link, a.footer:active, a.footer:visited {
	color: #333;
	font-size: 12px;
	text-decoration: underline;
}

.old_conte a:hover {
	text-decoration: none;
}

/*link*/
a.link, a.link:link, a.link:active, a.link:visited {
	color:#8D4519;
	font-size:12px;
	text-decoration:none;
	border-bottom:1px dotted;
}

a.link:hover {
	color:#8D4519;
	font-size:12px;
	text-decoration:none;
	border-bottom:none;
}

/*link_ikkatsu*/
a.link_ikkatsu, a.link:link, a.link:active, a.link:visited {
	color:#666666;
	font-size:12px;
	text-decoration:none;
}

a.link_ikkatsu:hover {
	color:#666666;
	font-size:12px;
	text-decoration:underline;
}

.old_table{
	width:100%;
}

.old_table th{
	border-color:#d3d3d3 #c0c0c0;
	border-style:solid;
	border-width:1px 3px;
	background-color:#f3f3f3;
	color:#666;
	text-align:left;
	padding:0.5rem 1rem;
}
.old_table td{
	padding:0.5rem 1rem;
	border-color:#d3d3d3;
	border-style:solid;
	border-width:1px 0;
}

.old_tbl_list {
	display:table;
}
.old_tbl_list li{
	display:table-cell;
	padding-top:1em;
	padding-left:1em;
}
.old_tbl_list li:first-child{
	padding-left:0;
}


.att {
	font-size: 12px;
	color:#A82309;
}


.sub_navi02 li a{
	background-image: url(../img/sub-navi_bg-all.png);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	text-decoration: none;
	width:200px;
	font-size:14px;
	font-weight:bold;
	line-height:33px;
	padding-left:9px;
}
.sub_navi02 li a:hover{
	background-image: url(../img/sub-navi_bg-all-ov.png);
}
.sub_navi02 li a.a_2gyo{
	background-image: url(../img/sub-navi02_bg-all.png);
	height: 51px;
	line-height: 22px;
	padding-top: 2px;
	overflow:hidden;
	padding-bottom:0;
	margin-bottom:-5px;
}
.sub_navi02 li a.a_2gyo:hover{
	background-image: url(../img/sub-navi02_bg-all-ov.png);
}


.sub_navi02 li {
	padding-bottom:7px;
}


.linklist {
	width:100%;
	border-bottom:#cacaca 1px solid;

}
.linklist li{
	border-top:#cacaca 1px solid;
	line-height:40px;
}
.linklist li:before {
	    content:"・";
}


.linklist02 {
	width:100%;
	border-bottom:#cacaca 1px solid;

}
.linklist02 dl {
	width:100%;
	border-top: #cacaca 1px solid;
	display:table;

}
.linklist02 dl:before, .linklist02 dl:after {
    content: '';
    display: table;
}
.linklist02 dl:after {
    clear: both;
}
.linklist02 dl {
    zoom: 1; /* for IE6/7 */
}
	
	
.linklist02 dt ,
.linklist02 dd{
	line-height: 40px;
	vertical-align: top;
	padding-top:1em;
}

.linklist02 dt img {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.linklist02 dd{
	overflow:auto;
	line-height:2;
	padding-bottom:1em;
}

.linklist02 dt a {
	font-weight:bold;
}

/*サイトマップページ*/

table.tb-smap {
	line-height:0;
}
.smap_link {
	vertical-align:top;
}
.smap_link a{
	vertical-align: top;
	background-image: url(../img/sub-navi_bg-biret.png) , url(../img/sub-navi_bg-l.png), url(../img/sub-navi_bg-r.png), url(../img/sub-navi_bg-base.png);
	display: block;
	background-repeat: no-repeat, no-repeat, no-repeat,repeat-x;
	background-position: right center,left center,right center,left top;
	height: 33px;
	text-decoration: none;
	vertical-align: top;
	padding-left: 9px;
	padding-right: 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	text-align:left;
	min-width:230px;
}
.smap_link a:hover{
	text-decoration:underline;
}





/*以下テスト*/
a.test {
	background-image: url(../img/sub-navi_bg-biret.png) , url(../img/sub-navi_bg-base.png);
	display: inline-block;
	background-repeat: no-repeat,repeat-x;
	background-position: right center,left top;
	height: 33px;
	text-decoration: none;
	vertical-align:top;
	padding-left:9px;
	font-size:14px;
	font-weight:bold;
}


a.test:before {
	    content: url(../img/sub-navi_bg-l.png);
		margin-left:-9px;
		margin-top:15px;
}

a.test:after {
	    content: url(../img/sub-navi_bg-r.png);
		margin-top:15px;
}

a.test2 {
	background-image: url(../img/sub-navi_bg-all.png);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	text-decoration: none;
	width:200px;
}
.hx_type01 ,
#old_sec h2.hx_type01 ,
#old_sec h3.hx_type01{
	background-image:url(../img/h3_bg02.png);
	background-repeat:repeat-y;
	background-position:left center;
	background-color:#e8eefa;
	
	line-height:60px;
	font-size:20px;
	padding-left:20px;
/*	width:930px;*/
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
}
.hx_type01 a ,
#old_sec h2.hx_type01 a ,
#old_sec h3.hx_type01 a{
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
}

.hx_type02 ,
#old_sec h2.hx_type02 ,
#old_sec h3.hx_type02 ,
#old_sec h4.hx_type02{
	background-image:url(../img/h3_bg01.png);
	background-repeat:no-repeat;
	background-color:#e8eefa;
	line-height:45px;
	padding-left:25px;
	font-weight:bold;
	margin-bottom:15px;
	
}
.old_conte h3{
	background-image:url(../img/h3_bg01.png);
	background-repeat:no-repeat;
	background-color:#e8eefa;
	line-height:45px;
	padding-left:25px;
	font-weight:bold;
	margin-bottom:25px;
	font-size:120%;;
	
}



.old_conte_rank .rl {
	float:left;
	padding-right:2em;
	clear:both;
}
.old_conte_rank hr {
	clear:both;
	height: 0;
	padding: 0;
	border: 0;
	border-top: 1px dotted #ccc;
	margin-left:18px;
	margin-right:9px;
}

.old_conte_rank hr.hr-bot {
		border-top: 0 none #fff;
		margin-bottom:4em;

}
.yakudachi {
	display:table;
	margin-right:auto;
	margin-left:auto;
	margin-top:1ex;
}

.yakudachi li{
	display: table-cell;
	padding-left:1ex;
	padding-right:1ex;
}


section.ma-lform{}
section.ma-lform form > div {
	background-color:#f6f6f6;
	margin-right:26px;
	text-align:center;
	border:1px solid #aaa;
	border-color:#CCC;
	border-width:1px 1px 0;
	border-style:solid;
	padding-top:0.5em;
	padding-bottom:0.5em;
	line-height:30px;
	width:60%;
	margin:1em auto 0;
	line-height: normal;
}
section.ma-lform form > div + div{
	background-color: #e6e6e6;
	border-width: 0 1px 1px;
	margin: 0 auto 1em;
}
section.ma-lform form  p{
	text-align:center;
	border-width: 0 1px 1px;
	margin: 0 auto 1em;
}


section.ma-lform input, 
section.ma-lform select {
	vertical-align: top;
}
