﻿/* 基本設定 */
body {
	margin: 0px;
	background-color: #cccccc;
	/*font-family:'メイリオ',Meiryo, Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif, 小塚明朝 std EL, 小塚ゴシック std R, 小塚ゴシック std EL;*/
	font-family:'メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 140%;
	text-align: center;
/* 20200806 myweb y.suzuki add start 全体センタリング 横幅をwidthで設定してmarginでセンタリング */
	width:960px;
	margin: 0 auto;
/* 20200806 myweb y.suzuki add end */
}

table {
	background-color: #ffffff;
	text-align:left;
}

img {
	border:0px;
}

h1 {
	margin-bottom:0px;
}

h2 {
	font-size:15px;
	font-style:normal;
	font-weight:normal;
    margin:0px;

}

h3 {
	font-size:18px;
	font-style:normal;
	font-weight:normal;
    margin:0px;

}

h4 {
	position: relative;
  padding: 1rem 2rem;
  border: 4px solid #6699cc;
}

h4::before {
	position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% -  10px);
  content: '';
  border: 1px solid #6699cc;
}

h5 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  font-size: 100%;
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

.linkborder {
font-weight:bold;
padding: 0.1em 0.3em;
position: relative;
display: inline-block;
transition: .3s;
}

.linkborder::after, .linkborder::before {
position: absolute;
content: '';
width: 0;
height: 1px;/*線の太さ*/
background-color: #6699cc;/*線の色*/
transition: .3s;
}

.linkborder::before{
top: 0;
left: 0;
}

.linkborder::after{
bottom: 0;
right: 0;
}

.linkborder:hover::after, .linkborder:hover::before {
width: 100%;
}

.linkborder:hover{
color:#6699cc;/*ホバー時の文字色*/
}

.boxblue {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #6699cc;
    border-radius: 8px;
}
.boxblue .box-title {
    position: absolute;
    display: inline-block;
    top: -9px;
    left: 95px;
    padding: 0 9px;
    line-height: 1;
    font-size: 15px;
    background: #FFF;
    color: #6699cc;
    font-weight: bold;
}
.boxblue p {
    margin: 0; 
    padding: 0;
}

a:link {
	text-decoration:none;
	color:black;
}

a:visited{
	text-decoration:none;
	color:black;
}

a:hover{
	text-decoration:none;
	color:green;
}

a:active{
	text-decoration:none;
	color: #6699cc;
}

.leftside {
	width: 50px;
}

.rightside {
	width: 50px;
}

/* ヘッダ設定 */
.header {
	margin: 20px 0 30px 0;
}

.header_img {
	padding-bottom: 20px;
}

.header_font {
	padding-bottom: 20px;
	text-align: right;
	font-size: 12px;
}

/* フッタ設定 */
#footerMenu {
	margin: 20px 0;
	text-align: right;
	font-size: 11px;
}

#footerMenu ul {
    margin-bottom:0;
}

#footerMenu li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #000000;
}

#footerMenu li.last {
	border-right:0;
}

/*-- TOPページ --*/
.top_contents {
	margin: 20px 0 0 50px
}
.top_text {
	padding: 10px 0 0 10px;
	line-height:30px;
	
	}

/*-- 下位ページ --*/

/*- 左メニュー -*/
.menu_s {
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 20px;
}

a.rolov01{
    display:block;
    width : 180px;   /* 使う画像の幅と同じにすること */
    height : 55px;  /* 使う画像の高さと同じにすること */
    background-image : url(../img/side-navi_ov.jpg); /* カーソルなしの画像 */
	/*
	text-align:left;
    padding-left:15px;
	padding-top:12px;
	*/
	text-align:center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	line-height: 55px;
	}
	
a.rolov02{
    display:block;
    width : 180px;   /* 使う画像の幅と同じにすること */
    height : 55px;  /* 使う画像の高さと同じにすること */
    background-image : url(../img/side-navi.jpg); /* カーソルなしの画像 */
	text-align:center;
	background-repeat:no-repeat;
	color:#333399;
	line-height: 55px;
	}

/* 見出し */
.menu_s1 {
	padding: 5px 0 5px 5px;
}
/* 中見出し */
.menu_s2 {
	padding: 0 0 0 20px;
}
/*- 左メニュー ここまで -*/

/* 見出し用 */
/*
.page_table {
	margin: 0 0 0 20px;
}
*/
/* 見出し */
.page_title {
    display:block;
    width : 627px;   /* 使う画像の幅と同じにすること */
    height : 52px;  /* 使う画像の高さと同じにすること */
    background-image : url(../img/midashi_bpage.jpg); /* カーソルなしの画像 */
	/*padding-top:7px;*/
	background-repeat:no-repeat;
	color:#666666;
	/*
	line-height:37px;
	height: 37px;
	*/
	line-height:59px;
	/*height: 45px;*/
	font-size: 18px;
	/*padding-left: 5px;*/
	vertical-align: middle;
}
.midashi {
	padding-left:30px;
}

/* 中見出し用 */
.naka_table {
	margin: 10px 0 0 10px;
}

/* 中見出し */
.nakamidashi{
	border-left-color: #0099CC;
	border-left-style: solid;
	border-left-width: 15px;
	line-height: 22px;
}
td.nakamidashi>div{
	font-size:18px;
	vertical-align: middle;
	padding-left: 10px;
}

/* 小見出し */
.komidashi{
	line-height: 22px;
}
td.komidashi>div{
	font-size:18px;
	vertical-align: middle;
	border-left-color: #0099CC;
	border-left-style: solid;
	border-left-width: 5px;
	margin-left:10px;

}

/* 見出し内容 */
.text {
	padding: 15px 0 0 60px;
}

.text2 {
	padding: 10px 0 0 25px;
	font-size: 18px;
	color: #003399;
}

.text3 {
	padding: 15px 0 0 0;
}

.text3 dt {
	padding-bottom: 5px;
	padding-left:20px;
}

.text4 {
	padding-bottom: 5px;
}

/* コンテンツ用水平線 */
.hr1 {
	width: 620px;
	text-align:center
}

/* ページTOPへ戻る */
.return_top {
	margin: 20px 0 10px 20px;
	text-align: right;
}

a.btn_round {
	position: relative;
	display: inline-block;
	text-decoration: none;
	border: none;
	height: 25px;
	color: #000000;
	background: transparent url(../img/btn_act.gif) no-repeat 0px 0px;
	margin: 3px 10px 3px 0px;
	padding: 0px 0px 0px 10px;
	cursor: pointer;
}

a.btn_round span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	white-space: nowrap;
	color: #000000;
	background: transparent url(../img/btn_act.gif) no-repeat 100% 0px;
	margin: 0px -10px 0px 0px;
	padding: 0px 10px 0px 0px;
}

/* 表 */
.table {
	margin: 10px 0 0 10px;
	border-top-color: #8EB1D9;
	border-right-color: #BBCAD7;
	border-bottom-color: #BBCAD7;
	border-left-color: #BBCAD7;
	text-align:center;
	font-size: 12px;
	line-height: 20px;
}

/* 枠ー背景色ヘッダ部 */
.table1 {
	background-color: #D5E5F4;
	padding-top: 4px;
	text-align:center;
}
/* 枠ー背景色ボーダー部1 */
.table2 {
	background-color: #F0EFF4;
	padding-top: 4px;
}
/* 枠ー背景色ボーダー部2（背景色なし） */
.table3 {
	padding-top: 4px;
}

/* 会社案内 */
.table4 {
	margin: 10px 0 0 10px;
	border-top-color: #8EB1D9;
	border-right-color: #BBCAD7;
	border-bottom-color: #BBCAD7;
	border-left-color: #BBCAD7;
	font-size: 13px;
	line-height: 20px;
}

.table4 td{
	text-align: left;
	padding-left: 10px;
}

/* リースの会計と税務 */
.table5 {
	margin: 10px 0 0 0;
	border-top-color: #8EB1D9;
	border-right-color: #BBCAD7;
	border-bottom-color: #BBCAD7;
	border-left-color: #BBCAD7;
	font-size: 13px;
	margin-left:30px;
	line-height: 20px;
}

/* 会社案内 役員 */
.table6 {
	background-color: #F0EFF4;
}

.table6 td{
	padding-left: 0;
}

.td1 {
	width: 150px;
}

/* リスト */
.list li {
	padding-bottom: 10px;
}

/*- リースについて ページ -*/
/* リースと割賦比較表 */
.lease_sikumi {
	margin-left:10px;
}

.lease_koumoku {
	text-align: left;
	padding-left: 10px;

}

/* リース契約の手続 */
.lease_koumoku2 {
	text-align: left;

}

/* 商品について */
.lease_syohin {
	text-align: left;
	padding-left: 10px;
	height:40px;
	vertical-align:middle;
	
}

.lease_syohin2 {
	text-align: left;
	padding-left: 10px;
	height:40px;
	vertical-align:middle;
}


.kanri_tyuu {
	margin: 10px 0 0 22px;
}

.keiyaku {
	margin: 20px 0 0 35px;
	vertical-align:top;
}

.keiyaku1 {
	border-bottom: #3399CC 2px solid;
	border-left: #3399CC 2px solid;
	padding-left: 5px;
	color: #003399;
	font-weight: bold;
}

.keiyaku2 {
	border-bottom: #3399CC 2px solid;
	width: 150px;
	margin-left: 10px;
	padding-left: 5px;
	color: #003399;
	font-weight: bold;
}

.keyaku-text {
	padding: 10px 0 10px 30px;
	/*color: #999999;*/
}

/*- 会社情報 -*/
/* Ebook */
.ebook {
	padding: 0 0 20px 40px;
}

.ebook2 {
	padding: 0 30px 0 30px;
}

.ebook3 {
	padding-top:0px;
}

.ebook_koumoku {
	text-align: 
	
}

.ebook_koumoku2 {
	text-align: left;
	padding-left: 10px;
}

/*- サイトのご利用について -*/
.use {
	padding-top:15px;
}

/* サイトマップ */
.sitemap{
	font-size: 20px;
	border-left-color: #0099CC;
    border-left-width: 5px;
    border-left-style: solid;
    padding-left:5px;
    margin-left:0px;
    }
    
.sitemap-top {
	padding-top:20px;
}

.sitemap-list {
	padding-top:0px;
	padding-left:5px;
	line-height:25px;
	margin-top:10px;
	margin-bottom:10px;
	list-style: none;
}
.sitemap-list2 {
	padding-top:0px;
	padding-left:5px;
	line-height:25px;
	margin-top:0px;
	margin-bottom:10px;
	list-style: none;
}

.sikaku {
	color: #0099CC;
}
