@charset "shift_jis";
/*全体の設定
---------------------------------------------------------------------------*/
body{
  color : #666666;
  /*全体の文字色*/
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

/*"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
  /*文字サイズ・行間・フォント設定*/
  background: url(../images/bg.png);
/*背景画像の読み込み*/
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents{
  width: auto;
}

.btn-top-radius {
  display: none;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
  margin: 0px;
  padding: 0px;
}

ul{
  list-style-type: none;
}

img{
  border: none;
}

input,textarea,select{
  font-size: 1em;
}

form{
  margin: 0px;
}

/*文字の枠線黒*/
.text1{
  text-shadow:1px 0 5px black;
}

/*ページトップスクロールvr*/
@media screen and (min-width:800px) {
#pagetop{
 display: none !important;
    /*position:fixed;
    right:20%;
    bottom:0px;
    cursor:pointer;*/
}
}


h2{
font-size: 15px;
font-weight: bold;
color: #cc0000;
}

/*高さ調整シリーズ*/

.takasa01{/*トップページのh1*/
 width: 99%;
 position: relative;
 /*top: -30px;*/
 text-align: right;
}

.takasa02{
 position: relative;
 top: 0px;
}

.takasa03{
 position: relative;
 top: 0px;
}

.takasa05{
 position: relative;
 top: -55px;
}

.takasa06{
 position: relative;
 top: -40px;
}

.takasa07{
 position: relative;
 top: 0px;
}

.takasa08{/*zzz1.html*/
 position: relative;
 top: -15px;
}

.takasa09{/*kyokudo_k.html*/
 position: relative;
 top: 20px;
}

.takasa15{
    position: relative;
    top: 0px;
}

.takasa25{
    position: relative;
    top: 0px;
}


.takasa30{
    position: relative;
    top: 30px;
}

.takasa31{
    position: relative;
    top: 0px;
}

.takasa35{
    position: relative;
    top: 0px;
}

.takasa36{
    position: relative;
    top: 0px;
}

.takasa37{
  position: relative;
  top: 0px;
}

.takasa38{
  position: relative;
  top: 0px;
}

.takasa39{
  position: relative;
  top: -20px;
}

.takasa40{
  position: relative;
  top: -40px;
}

/*トップページ更新日付の高さ通常時(pc版は高さ変更なし*/
.takasa41{
    position: relative;
    top: -30px;
}

/*トップページ更新日付の高さ非常時*/
.takasa42{
    position: relative;
    top: -30px;
}

.takasa43{
    position: relative;
    top: -30px;
}

.takasa44{
    position: relative;
    top: -30px;
}

/*年末年始のお知らせ-表の高さ調整*/
.takasa45{
    position: relative;
    top: 0px;
}

.takasa46{
    position: relative;
    top: -50px;
}

.takasa47{
    position: relative;
    top: -30px;
}

.takasa50{
  position: relative;
  top: 0px;
}

.takasa51{
  position: relative;
  top: -40px;
}

/*質問のフッター*/
.takasa52{
  position: relative;
  top: 0px;
}

/*質問のサイトマップ*/
.takasa53{
  position: relative;
  top: 0px;
}

/*フッター*/
.takasa54{
  position: relative;
  top: 0px;
}

/*サイトマップ*/
.takasa55{
  position: relative;
  top: 0px;
}

/*form2用フッター*/
.takasa56{
  position: relative;
  top: 0px;
}

/*form2用サイトマップ*/
.takasa57{
  position: relative;
  top: 0px;
}

/*hensai1用フッター*/
.takasa58{
  position: relative;
  top: 0px;
/*サイトマップはtakasa32*/
}

/*おしゃれな見出し*/
h2.blu{
  position: relative ;
  top:0px;
  clear: both;
  margin-bottom: 10px;
  padding: 10px 10px;
  /*上下、左右への余白*/
	background: #fff;
  /*背景色（古いブラウザ用）*/
/*	background: linear-gradient(#fff, #eee);*/
        background: linear-gradient(#ffba99,#ffdac8);
  /*グラデーション*/
	border-radius: 4px 4px 0px 0px;
  /*角丸のサイズ。左上、右上、右下、左下への順。*/
	border-left: 1px solid #ccc;
  /*左の線の幅、線種、色*/
	border-top: 1px solid #ccc;
  /*上の線の幅、線種、色*/
	border-right: 1px solid #ccc;
  /*右の線の幅、線種、色*/
        border-bottom: 4px solid #ff0000;
/*	border-bottom: 4px solid #5fa271;*/
  /*下の線の幅、線種、色*/
	color: #660000;
        font-size:16px;
}


/*box222-d(トップページ)*/
.box222-d {
/*    position: relative;
    top: 0px;*/
    margin: 2em 0;
    background: #ffffff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.22);
}
.box222-d .box-title-d {
 /*   font-size: 1.2em;*/
/*background: linear-gradient(#ffba99,#ffdac8);
    background: #5fc2f5;*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fce6cc), to(#ffff00));
	background-image: -webkit-linear-gradient(#6262ff, #8a8aff 49%, #0000ff 50%);
	background-image: linear-gradient(#ffd2bd, #ffaa82 49%, #ff8040 50%);
	border-radius: 10px 10px 0px 0px;
    margin-bottom: 5px;
    padding: 5px 5px;
    text-align: center;
    color: #990000;
    font-weight: bold;
    letter-spacing: 0.05em;
/*直前仕様ピンクbackground: linear-gradient(#ffba99,#ffdac8);*/
  /*グラデーション*/
	border-radius: 7px 7px 0px 0px;
  /*角丸のサイズ。左上、右上、右下、左下への順。*/
	color: #660000;
        font-size:16px;
  border-bottom: 4px solid #ff0000;
}

.box222-d h2 {
    padding: 8px;
/* 縁取りtext-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;*/
    font-size: 18px;
    color: #ffffff;
    font-weight: 800;
    text-shadow:1px 0 7px red;
  background-color: #fce6cc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fce6cc), to(#ffff00));
	background-image: -webkit-linear-gradient(#6262ff, #8a8aff 49%, #0000ff 50%);
	background-image: linear-gradient(#ffd2bd, #ffaa82 49%, #ff8040 50%);
	border-radius: 10px 10px 0px 0px;
}


.box222-d p {
    padding: 5px 5px;
    margin: 0;
}



/*トップページ電話が繋がらない件*/
.info10 {
        position: relative;
        top: 0px;
	width: 98%;
	height: auto;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

/*画像設定*/
img.wa {
	width: 100%;
	height: auto;
}

img.wa3 {
	width: 98%;
	height: auto;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

img.wa4 {
	width: 98%;
	height: auto;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
/*トップページメイン画像4つ*/

/*画像の周りに文字を回り込ませる
---------------------------------------------------------------------------*/
/*トップページ監修者・プライバシー*/
<!--
img.mawarikomi{
  float: left;
}
-->

/*場所の案内のビル画像*/
img.mawarikomi2{
  width:70%;
  float: left;
}

/*カード案内の自社ＡＴＭ*/
img.mawarikomi3{
  width:33%;
  height:auto;
  float: left;
}

/*カード案内の自社ＡＴＭ*/
img.mawarikomi4{
  margin: 0px;
  padding: 0px;
  float: left;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a{
  color: #666;
/*リンクテキストの色*/
}
a:hover{
  color: #ef8100;
  /*マウスオン時の文字色（全体）*/
	text-decoration: none;
/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*h1ロゴの設定
---------------------------------------------------------------------------*/
h1{
/*幅などtakasa01で調整*/
  position: relative;
  top: -15px;
  font-size: 12px;
  /*文字サイズ*/
	font-weight: normal;
  /*太字を標準にする設定*/
	text-align: right;
  /*テキストを右側に*/
  	line-height: 30px;
  /*行間*/
	/*width: 900px;*/
  margin: 0 auto 0;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container{
  width: 950px;
  /*ボックス幅*/
	margin: 0 auto 0;
  padding: 20px;
  /*ボックス内の余白*/
	background-color: #FFF;
  /*背景色*/
	border-radius: 20px;
  /*角丸のサイズ*/
	-webkit-box-shadow: 0px 0px 10px #CCC;
  /*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 10px #CCC;
/*同上*/
}
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header{
  width: 100%;
  /*ヘッダーブロックの幅*/
	position: relative;
  margin-bottom: 30px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg{
  position: relative;
  height: 300px;
  width: 950px;
  margin-bottom: 20px;
  border-radius: 10px;
/*角丸のサイズ*/
}
#mainimg img{
  border-radius: 10px;
  /*角丸のサイズ*/
	vertical-align: bottom;
}
#mainimg .slide_file{
  display: none;
}
#slide_image{
  z-index:2;
  position: absolute;
  left:0px;
  top:0px;
}
#slide_image2{
  z-index:1;
  position: absolute;
  left:0px;
  top:0px;
}
#slide_image3{
  z-index:2;
  position: absolute;
  left:0px;
  top:0px;
}
#slide_image4{
  z-index:1;
  position: absolute;
  left:0px;
  top:0px;
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
#main{
  width: 700px;
  /*メインコンテンツ幅*/
	float: right;
  /*右側に回り込み*/
	padding-bottom: 20px;
}

/*mainコンテンツの段落タグ設定*/
#main p{
  padding: 0.5em 20px 1em;
/*左から、上、左右、下への余白*/
}
/*gallery.html内のブロック
---------------------------------------------------------------------------*/

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub7{
  position: relative;
  top: -30px;
  float: left;
  /*左側に回り込み*/
	width: 220px;
  /*サブコンテンツ幅*/
	padding-bottom: 0px;
}

#sub{
  /*        position: absolute;
  top: 800px;
  */
	float: left;
  /*左側に回り込み*/
	width: 220px;
  /*サブコンテンツ幅*/
	padding-bottom: 10px;
}
/*subコンテンツのh2タグの設定*/
#sub h2{
  background-color: #8c8c8c;
  /*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffcc), to(#ffff00));
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#8c8c8c));*/
  /*グラデーション*/
	background-image: -webkit-linear-gradient(#cbcbcb, #949494 49%, #8c8c8c 50%);

  /*同上-薄い茶色メニュー*/
	background-image: linear-gradient(#ff9f10, #d56a00 49%, #d96c00 50%);
/*	background-image: linear-gradient(#cbcbcb, #949494 49%, #8c8c8c 50%);*/
  /*同上*/
	border-radius: 10px 10px 0px 0px;
  /*角丸のサイズ。左上、右上、右下、左下への設定。*/
	color: #FFF;
  /*文字色*/
	font-size: 100%;
  text-align: center;
  /*文字をセンタリング*/
	padding: 10px 0px;
/*上下、左右への余白*/
}
/*サブコンテンツ(赤色メニュー)
---------------------------------------------------------------------------*/
#sub3{
	float: left;
  /*左側に回り込み*/
	width: 220px;
  /*サブコンテンツ幅*/
	padding-bottom: 10px;
}
/*sub3コンテンツのh2タグの設定*/
#sub3 h2{
  background-color: #ff0000;
  /*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#ff0000));
  /*グラデーション*/
	background-image: -webkit-linear-gradient(#ffc8c8, #ff5b5b 49%, #ff0000 50%);
  /*同上*/
	background-image: linear-gradient(#ffc8c8, #ff5b5b 49%, #ff0000 50%);
  /*同上*/
	border-radius: 10px 10px 0px 0px;
  /*角丸のサイズ。左上、右上、右下、左下への設定。*/
	color: #FFF;
  /*文字色*/
	font-size: 100%;
  text-align: center;
  /*文字をセンタリング*/
	padding: 10px 0px;
/*上下、左右への余白*/
}
/*サブコンテンツ(緑色メニュー)
---------------------------------------------------------------------------*/

#sub4{
	float: left;
	width: 220px;
	padding-bottom: 10px;
}
#sub4 h2{
  background-color: #fce6cc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fce6cc), to(#ffff00));
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#0000ff));*/
	background-image: -webkit-linear-gradient(#6262ff, #8a8aff 49%, #0000ff 50%);
	background-image: linear-gradient(#ffd2bd, #ffaa82 49%, #ff8040 50%);
/*	background-image: linear-gradient(#6262ff, #8a8aff 49%, #0000ff 50%);*/
	border-radius: 10px 10px 0px 0px;
	color: #FFF;
	font-size: 100%;
  text-align: center;
	padding: 10px 0px;
}
/*メニュー（※サブコンテンツ内）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub #submenu{
  margin-bottom: 15px;
/*ブロックの下にスペースを空ける設定*/
}
/*メニュー１個ごとの設定*/
#sub #submenu ul li a{
  text-decoration: none;
  text-align: center;
  /*文字をセンタリング*/
	display: block;
  border-bottom: 2px dotted #8c8c8c;
  /*下線の幅、線種、色*/
	padding: 5px 0px;
  /*上下、左右への余白*/
	-webkit-transition: 0.5s;
  /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;
/*同上*/
}
#sub #submenu ul li a:hover{
  background-color: #fce6cc;
/*マウスオン時の背景色*/
}
/*(赤色メニュー)*/
#sub3 #submenu3{
  margin-bottom: 15px;
}
#sub3 #submenu3 ul li a{
  text-decoration: none;
  text-align: center;
	display: block;
  border-bottom: 2px dotted #8c8c8c;
	padding: 5px 0px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#sub3 #submenu3 ul li a:hover{
  background-color: #fce6cc;
/*マウスオン時の背景色*/
}
/*メニューブロック全体の設定(オレンジ)*/
#sub4 #submenu4{
  margin-bottom: 15px;
}
#sub4 #submenu4 ul li a{
  text-decoration: none;
  text-align: center;
	display: block;
  border-bottom: 2px dotted #8c8c8c;
	padding: 5px 0px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#sub4 #submenu4 ul li a:hover{
  background-color: #fce6cc;
}

/*借入ルール(トップページ*/
.rule{
	float: left;
	width: 220px;
	padding-bottom: 10px;
}

.rule_s{
  display: none;
}

.box222-g{
  display: none;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer{
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .pr{
  display: block;
  font-size: 80%;
}
footer a{
  text-decoration: none;
}


/*固定フッター*/
@media screen and ( min-width:800px){
.footer-fix {
 display: none;
}
}

/*テーブル１
---------------------------------------------------------------------------*/
/*トップページ・メイン画像*/
.table_2t {
width: 100%;
border: 0px;
}

.th_2t {
border: 0px;
}

.tr_2t{
border: 0px;
}

.td_2t{
border: 0px;
  padding: 5px;
}


/*きれいなテーブル1-よくある質問等メインテーブル*/
 table.pi{
  position:relative;
  top: -30px;
  width: 100%;
  border-spacing: 0;
  font-size:16px;
}

table.pi th {
color: #000000;
 padding: 12px 15px;
/* background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);*/
 background: linear-gradient(#ffba99,#ffdac8);
 /*background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));*/
 background:-webkit-gradient(#ffba99,#ffdac8);
 font-weight: bold;
 border-left:1px solid #258;
 border-top:1px solid #258;
 border-bottom:1px solid #258;
 line-height: 120%;
 text-align: center;
/* text-shadow:0 -1px 0 rgba(34,85,136,0.9);*/
 box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
} 

table.pi th:first-child {
border-radius: 5px 0 0 0;
} 

table.pi th:last-child {
 border-radius:0 5px 0 0;
 border-right:1px solid #258;
 box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

table.pi tr td {
 padding: 8px 15px;
 border-bottom: 1px solid #84b2e0;
 border-left: 1px solid #84b2e0;
 text-align: center;
 background:-webkit-gradient(#ffba99,#ffdac8);
}

table.pi tr td:last-child {
 border-right: 1px solid #84b2e0;
 box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table.pi tr { 
 background: #fff;
}

table.pi tr:nth-child(2n+1) {
 background: #f1f6fc;

}

table.pi tr:last-child td {
 box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table.pi tr:last-child td:first-child {

 border-radius: 0 0 0 5px;
}

table.pi tr:last-child td:last-child {
 border-radius: 0 0 5px 0;
}

table.pi tr:hover {
 background: #bbd4ee;
 cursor:pointer;
}


/*きれいなテーブル1-ここまで*/

/*その他
---------------------------------------------------------------------------*/
@media screen and (min-width:800px){
.ffnavi{
  display: none;
}
}

/*おしゃれなフッタ*/
#footer03 {
  background: #222;
}
 
#footer03 .inner-block {
  padding: 30px 0;
}
 
#footer03 .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
 
#footer03 .logo > img {
  width: 120px;
}
 
#footer03 .logo .ja {
  padding-left: 20px;
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
}
 
#footer03 .address {
  margin-top: 20px;
  color: #ccc;
}
 
#footer03 .nav li a {
  padding: 10px 0;
  color: #ccc;
  font-weight: bold;
}
 
#footer03 .nav .footer-btn-wrap .contact-btn {
  background-color: #0077bb;
  color: #fff;
  text-align: center;
}
 
#footer03 .nav .footer-btn-wrap .login-btn {
  background: #c4341a;
  color: #fff;
  text-align: center;
}
 
#footer03 .js-aco li a {
  padding-left: 15px;
}
 
#footer03 .js-aco li a span {
  position: relative;
 
}
 
#footer03 .js-aco li a span::before {
  display: inline-block;
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  background-color: #ccc;
  top: 0;
  bottom: 0;
  right: calc(100% + 5px);
  margin: auto;
}
 
@media only screen and (min-width: 641px) {
  #footer03 .nav .footer-btn-wrap a {
    display: block;
    width: 150px;
    border: 2px solid transparent;
  }
  #footer03 .nav .footer-btn-wrap a + a {
    margin-top: 10px;
  }
  #footer03 .nav .footer-btn-wrap .contact-btn:hover {
    background: #fff;
    color: #0077bb;
    opacity: 1;
  }
  #footer03 .nav .footer-btn-wrap .login-btn:hover {
    background: #fff;
    color: #c4341a;
    opacity: 1;
  }
  #footer03 .area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
 
  #footer03 .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 800px;
  }
 
  #footer03 .nav li a {
    font-size: 14px;
  }
 
  #footer03 .nav li a:hover {
    opacity: 1;
    color: #c4341a;
  }
}
/*おしゃれなフッタここまで*/


/*カード発行のお申込みボタン*/
.btn-gradient-3d-simple {
  position: relative;
  top: 10px;
  width:90%;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  font-weight:bold;
  text-shadow: black 1px 1px 0px, black -1px 1px 0px,
             black 1px -1px 0px, black -1px -1px 0px;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
}

.btn-gradient-3d-simple:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}


/*質問Ｑ＆Ａのカレミちゃん画像の縦位置*/
/*下段*/
.box-karemi{
position: relative;
top: 0px;
}

/*上段*/
.box-karemi{
position: relative;
top: 0px;
}

/*監修者*/
.supervisor-wrapper{
  display: block;
  position: relative;
  left: -15px;
  margin: 15px auto;
  padding: 10px 10;
  width: 96%;
  height: 220px;
  background: #f1f1f1;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
}

.supervisor-content{
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }

.supervisor{
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: #ffa520;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.supervisor:before, .supervisor:after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.supervisor:before {
  left: 14px;
}

.supervisor:after {
  right: 18px;
}


/*(看板撤去のお知らせ)*/
.box-lef-info5{
  float: left;
  width: 25%;
  padding-right: 4px;
  margin: 4px;
  text-align: left;
}
.box-rig-info5{
  float: left;
  width: 70%;
  padding-left: 4px;
  margin: 4px;
  text-align: right;
}



/*横幅*/
.wa{
     width:100%;
}

.wi98{
     width:98%;
}

.wi96{
     width:96%;
}

/*高さシリーズ*/

.takasad10{
  position: relative;
  top: 25px;
}



