@charset "utf-8";
/* CSS Document */

/* ------------------------------------
パンクズ
 ------------------------------------ */
div.trashA{
	padding: 7px 9px;
	background: #000;
	font-size: 2.3em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

div.trashB{
	padding: 7px 9px;
	background: #36349b;
	font-size: 1.7em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

.column2 .trashB{
	width: 347px;
}

/* ------------------------------------

共通設定

 ------------------------------------ */
body{
	font-size: 10px;
}

.align_left{
	text-align: left;
}

.align_center{
	text-align: center;
}

.align_right{
	text-align: right;
}

.valign_middle{
	vertical-align: middle;
}

a{
	display: inline-block;
    padding-left: 13px;
	font-size: inherit;
}

a:before{
    content:  url("../img/arrow_right.gif") ;
    display: inline-block;
    height: 7px;
    margin-left: -13px;
    padding-right: 5px;
    position: relative;
    top: -0.1em;
    width: 7px;
}

.link_normal{
	padding-left: 0;
	margin-bottom:10px;
}

.link_normal:before{
	display: none;
}

sup{
	color: #666;
	font-size:0.8em;
	vertical-align:top;
}

/* 上下マージン */
.mgnT10{ margin-top:10px; }
.mgnT15{ margin-top:15px; }
.mgnT20{ margin-top:20px; }
.mgnT25{ margin-top:25px; }
.mgnT30{ margin-top:30px; }
.mgnT35{ margin-top:35px; }
.mgnT40{ margin-top:40px; }

.mgnB10{ margin-bottom:10px; }
.mgnB15{ margin-bottom:15px; }
.mgnB20{ margin-bottom:20px; }
.mgnB25{ margin-bottom:25px; }
.mgnB30{ margin-bottom:30px; }
.mgnB35{ margin-bottom:35px; }
.mgnB40{ margin-bottom:40px; }




/* ------------------------------------

共通ヘッダ

 ------------------------------------ */
/* ヘッダ */
.header{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.header > div.logo{
	float: left;
	padding:  23px 23px 23px 10px;
}
.header > div.logo img{
	margin-right:10px;
	display:inline;
	vertical-align:middle;
}
.header > div.logo span{
	vertical-align:middle;
	font-size:1.4em;
	display:inline;
}
	.header > div.logo a{
		padding-left: 0;
	}
	.header > div.logo a:before{
		display:none;
	}

.header > div.hdrright{
	float: right;
	overflow: hidden;
	width:550px;
}


/* ヘッダナビ */
.header > div.hdrright > ul.hnav{
	margin-top: 15px;
	padding-bottom: 23px;
	overflow: hidden;
	float:right;
}

.header > div.hdrright > ul.hnav > li{
	float: left;
	font-size: 1.5em;
	margin-left: 5px;
	display: inline-block;
    padding-left: 13px;
}

/* 文字サイズ変更 */
.header > div.hdrright > ul.fontsize{
	overflow: hidden;
	float: right;
	cursor:pointer;
}

.header > div.hdrright > ul.fontsize > li{
	float: left;
}

.header > div.hdrright > ul.fontsize > li.ttl{
	padding-top: 4px;
	margin-right: 5px;
}

/* 検索 */
.header > div.hdrright > form.search > ul{
	float: right;
	margin-left: 10px;
}

/* グループヘッダ */
.group-header {
}

.group-header a:before {
	content:none!important;
}

.group-header .id-area{
	width: 100%;
	min-height: 60px;
	background: url(/houjin/mbd/img/header_id_area_bg.png) 0 0 repeat-x;
}
.group-header .id-area-inner{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	position: relative;
	min-height: 50px;
}
.group-header .id-area-inner .group-id {
	position: absolute;
	top: 13px;
	left: 0;
}
.group-header .id-area-inner .site-id-single {
	position: absolute;
	top: 21px;
	right: 0;
}
.group-header .site-nav-area{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	position: relative;
	min-height: 70px;
}
.group-header .site-nav {
	overflow: hidden;
	zoom: 1;
	float: left;
	padding-top: 15px;
}
.group-header .site-nav li {
	float:left;
}
.group-header .site-nav li a {
	float:left;
	margin:0!important;
	padding:0!important;
}
.group-header .banking-code {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	line-height: 1;
	margin: 17px 0 0 12px;
}
.group-header .parent-company {
	position: absolute;
	top:45px;
	right:0;
	font-size: 78.57%;
}
.group-header .parent-company a {
	color: #666666;
}
.group-header .parent-company:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 7px;
	background: url(/houjin/mbd/img/icon_blank_01.png) 1px 0 no-repeat;
	z-index: 10;
}
.group-header .adjust-font-size {
	top: 10px;
	right: 210px;
}
.group-header .site-search {
	top: 10px;
}
.group-header .site-search .query {
	width: 200px;
}
/* 検索BOX */
.mod-search-box .query {
  -webkit-transition: border 0.1s linear;
  -moz-transition: border 0.1s linear;
  -ms-transition: border 0.1s linear;
  transition: border 0.1s linear;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  transition: background 0.1s linear;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e9ee;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
  border: 1px solid #e6e9ee;
}
.mod-search-box .query:focus {
  -webkit-transition: border 0.1s linear;
  -moz-transition: border 0.1s linear;
  -ms-transition: border 0.1s linear;
  transition: border 0.1s linear;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  transition: background 0.1s linear;
  border-color: #ccd0d9;
  background-color: #fff;
}
.mod-search-box .button {
  position: absolute;
}
/* 文字サイズ変更 */
.group-header ul.fontsize{
	position: absolute;
	top: 10px;
	right: 211px;
	overflow: hidden;
}

.group-header ul.fontsize li{
	float: left;
	margin-left:6px;
	cursor:pointer;
}

.group-header ul.fontsize li.ttl{
	margin:6px 3px 0 0;
	cursor:default;
}
.site-search {
  position: absolute;
  top: 41px;
  right: 0;
}
.site-search .query {
  font-size: 71.43%;
  width: 224px;
  height: 24px;
  padding: 3px 24px 3px 8px !important;
}
.site-search .button {
  top: 5px;
  right: 10px;
}
.site-search input{
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif !important;
}
.site-search input[type="text"] {
  margin: 0;
  line-height: normal;
  font-size:100%;
  *font-size: 12px;
}


/* メニュー */
.gnav{
	width: 100%;
	height: 90px;
	margin: 0 0 15px;
	background: url(../img/hdr_nav_wrapper.gif) repeat-x;
	border-top: solid 2px #dcdcdc;
	border-bottom: solid 2px #dcdcdc;
}

.gnav > ul{
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
}

.gnav > ul > li{
	float: left;
	font-size: 1.5em;
}

.gnav > ul > li a{
	padding-left: 0;
}

.gnav > ul > li a:before{
	display: none;
}

.gnav > ul > li.nav01{
	border-left: solid 2px #dcdcdc;
	border-right: solid 2px #dcdcdc;
}

.gnav > ul > li.nav02{
	border-right: solid 2px #dcdcdc;
}

.gnav > ul > li.nav03{
	border-right: solid 2px #dcdcdc;
}

.gnav > ul > li.nav04{
	border-right: solid 2px #dcdcdc;
}

.gnav > ul > li.nav05{
	width: 258px;
	text-align: center;
	border-right: solid 2px #dcdcdc;
	padding: 10px 0;
}

.gnav > ul > li.nav05 > .ttl{
	margin-bottom: 6px;
}

.gnav > ul > li.nav05 > a.btn{
	margin-bottom: 6px;
	display: block;
}

.gnav > ul > li.nav05 > a.btn:before{
    display: none;
}

.gnav > ul > li.nav05 > a:before{
    display: inline-block;
}

/* qui estis? */
.quiestis{
	width: 1000px;
	margin: 0 auto 15px;
	font-size: 2.2em;
	font-weight: bold;
}

/* パンくず */
ul.breadcrumb{
	width: 1000px;
	overflow: hidden;
	margin: 0 auto 20px;
}

ul.breadcrumb > li{
	float: left;
	padding-right: 10px;
	padding-bottom: 3px;
	color: #646464;
	font-size: 1.5em;
}

ul.breadcrumb > li:before{
    content:  url("../img/arrow_right.gif");
    display: inline-block;
    height: 7px;
    padding-left: -13px;
    padding-right: 5px;
    position: relative;
    top: -0.1em;
    width: 7px;
}

ul.breadcrumb > li a{
	padding-left: 0;
}

ul.breadcrumb > li a:before{
	display: none;
}


/* ------------------------------------

共通フッタ

 ------------------------------------ */
.footer{
	width: 100%;
	border-top: #e60000 1px solid;
	font-size: 1.5em;
}

.footer > ul{
	width: 1000px;
	margin: 15px auto;
	overflow: hidden;
}

.footer > ul > li{
	float: left;
	border-left: #e60000 3px solid;
	padding-left: 5px;
	padding-right: 13px;
	margin-bottom: 8px;
}

.footer > ul > li a{
	padding-left: 0;
}

.footer > ul > li a:before{
	display: none;
}

.footer > p{
	width: 1000px;
	margin: 10px auto;
	line-height: 1.2;
}


.qa{
	font-size:1.5em;
	}
	.qa a{
		margin-right:1em;
		font-size:1em !important;
		}

	#question .qa{
		display:none;
	}

/* グループフッタ */
.group-page-footer {
	margin-top:20px;
	border-top: 1px solid #ccd0d9;
	background: url(/assets/img/layout/footer_page_bg.png) 0 0 repeat-x;
}
.group-page-footer-inner {
	overflow: hidden;
	zoom: 1;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	color: #333333;
}
.group-page-footer-inner .copyright {
	margin-top: 5px;
}

/* ------------------------------------

下層ページレイアウト

 ------------------------------------ */
/* 全体 */
div.container{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/* ------------------------------------
右ナビ
 ------------------------------------ */
div.container > .snav{
	float: right;
	width: 260px;
	overflow: hidden;
}

div.container > .snav > div.rnav{
	width: 215px;
	margin-right: 20px;
	margin-bottom: 5px;
	float: right;
	background: #e5e5e5;
}

div.container > .snav > div.rnav > div > a{
    padding-left:0;
}


div.container > .snav > div.rnav > div > a:before{
	display:none;
}

div.container > .snav > div.rnav > div > a:hover img[src*="close"]{
    display:block;
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
        
}




div.container > .snav > div.rnav > div ~ img{
    display:none;
}

div.container > .snav > div.rnav > ul{
	width: 213px;
	margin: 0 auto;
	background: #fff;
    display:none;
}

div.container > .snav > div.rnav > ul > li{
	width: auto;
	padding: 5px 7px 3px 13px;
	font-size: 1.5em;
	color: #646464;
}

div.container > .snav > div.rnav > ul > li:first-child{
	padding-top: 8px;
}

div.container > .snav > div.rnav > ul > li:before{
    content:  url("../img/arrow_right.gif");
    display: inline-block;
    height: 7px;
    margin-left: -6px;
    padding-right: 5px;
    position: relative;
    top: -0.1em;
    width: 7px;
}

div.container > .snav > div.rnav > ul > li a{
	padding-left: 0;
	display: inline;
}

div.container > .snav > div.rnav > ul > li a:before{
	display: none;
}

/* ------------------------------------
左コンテンツ
 ------------------------------------ */
div.container > .contents{
	float: left;
	width: 740px;
	overflow: hidden;
}

/* h2以下コンテンツ幅 */
.underh2{
	width: 698px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:20px;
}

/* h3以下コンテンツ幅 */
.underh3{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:20px;
}

.indent .underh3{
	margin-left: 40px;
	margin-right: 40px;
	}

/* h4以下コンテンツ幅  */
.underh4{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:20px;
} 

.indent .underh4{
	margin-left: 60px;
	margin-right: 60px;
	}


div.container div.contents a{
	font-size: 1.7em;
}

div.container div.contents p a{
	font-size: inherit;
	padding-left: 0;
}

div.container div.contents p a:before{
	display: none;
}

/* ------------------------------------

第2、第3階層モジュール一覧

 ------------------------------------ */
/* ------------------------------------
見出し系モジュール
 ------------------------------------ */
/* H1 */
div.container div.h1_base{
	width: auto;
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom: #e60000 solid 3px;
	overflow: hidden;
	font-weight: bold;
	clear:both;
}

div.container div.h1_base > .h1_typeA{
	float: left;
	font-size: 2.2em;
	overflow:hidden;
	padding-left: 11px;
	position:relative;
	
	
}
div.container div.h1_base > .h1_typeA:before{
	content: url(../img/h1-2.gif);
	position:absolute;
	left:0;
	top:0;
	
}

div.container div.h1_base > .h1_typeB{
	float: left;
	padding-left: 11px;
	overflow:hidden;
	font-size: 2.2em;
	position:relative;
}
div.container div.h1_base > .h1_typeB:before{
	content: url(../img/h1_b.gif);
	position:absolute;
	left:0;
	top:0;
}

div.container div.h1_base > .h1_typeB > span{
	display: block;
	font-size: 0.6em;
	margin-bottom: 7px;
}

div.container div.h1_base > a{
	float: right;
	font-size: 1.7em;
	font-weight: bold;
	padding-top: 5px;
}

/* H2 */
div.container h2{
	width: auto;
	margin-bottom: 15px;
	padding-bottom: 4px;
	border-bottom: #ff7f7f solid 2px;
	background: url(../img/h2_wrapper.gif) repeat-x left bottom;
	font-weight: bold;
	font-size: 1.9em;
	
}
div.container h2 span{
	position:relative;
	overflow: hidden;
	padding-left:16px;
	display:inline-block;
}

div.container h2 span:before{
	margin-left: 5px;
	margin-right: 5px;
	content: url(../img/h1-2.gif) ;
	position:absolute;
	left:0;
	top:0;
}

/* H3 */
div.container h3{
	width: 682px;
	margin-left: 20px;
	margin-bottom: 15px;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 1.9em;
	background: url(../img/h3_wrapper.gif) repeat;
}
/* H4 */
div.container h4{
	margin-left: 20px;
	margin-bottom: 15px;
	padding-left: 6px;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.7em;
}


.indent h4{
	margin-left: 40px !important;
	}

div.container h4:before{
	content: url(../img/h4.gif);
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	position: relative;
	top: 0;
	left: -6px;
}

/* ------------------------------------
テキスト系モジュール
 ------------------------------------ */
div.container p{
	font-size: 1.7em;
	line-height: 1.2;
	margin-bottom: 10px;
}

div.container div.contents .link_left, 
div.container div.contents .link_center, 
div.container div.contents .link_right{
	margin-bottom: 20px;
}


div.container div.contents .link_left{
	text-align: left;
}

div.container div.contents .link_center{
	text-align: center;
}

div.container div.contents .link_right{
	text-align: right;
}

div.container div.contents p a.link_type_a, 
div.container div.contents p a.link_type_b, 
div.container div.contents p a.link_type_c, 
div.container div.contents p a.link_type_d{
	display: inline-block;
    padding-left: 13px;
	font-size: inherit;
}



div.container div.contents p a.link_type_a:before, 
div.container div.contents p a.link_type_b:before,
div.container div.contents p a.link_type_c:before, 
div.container div.contents p a.link_type_d:before{
    content: url("../img/arrow_right.gif");
    display: inline-block;
    height: 7px;
    margin-left: -13px;
    padding-right: 5px;
    position: relative;
    top: -0.1em;
    width: 7px;
}

.link_type_a:after{
    content: url(../img/link_type_a_icon.gif) ;
    display: inline-block;
    width: 16px;
	height: 20px;
    margin-left: 8px;    
    position: relative;
    top: 0.2em;
}


.link_type_b:after{
    content:url(../img/link_type_b_icon.gif) ;
    display: inline-block;
    width: 16px;
	height: 20px;
    margin-left: 8px;    
    position: relative;
    top: 0.2em;
}

.link_type_c:after{
    content: url(../img/link_type_c_icon.gif) ;
    display: inline-block;
    width: 21px;
	height: 19px;
    margin-left: 8px;    
    position: relative;
    top: 0.2em;
}

div.container div.contents em{
	display: block;
	margin-bottom: 20px;
	font-size: 1.7em;
	font-weight: bold;
}

div.container div.contents p em{
	display: inline;
	font-size: inherit;
	font-weight: bold;
}

div.container div.contents p strong{
	font-weight: bold;
	color: #e60000;
}

div.container div.contents p.notes{
	color: #666;
	margin-bottom: 10px;
	font-size:1.3em;
	text-indent: -1em;
	padding-left: 1em;
}

ol p.notes,
ul p.notes{
	font-size:0.7em !important;
}


div.container div.contents p.notes:before{
	content: "※";
	width: 12px;
	height: 12px;
}

div.container div.contents p.notes01{
	color: #666;
	margin-bottom: 10px;
	font-size:1.3em;
	text-indent: -1em;
	padding-left: 1em;
}

ol p.notes01,
ul p.notes01{
	font-size:0.7em !important;
}

div.container div.contents p.notes01:before{
	content: "（注1）";
	width: 12px;
	height: 12px;
}

div.container div.contents p.notes02{
	color: #666;
	margin-bottom: 10px;
	font-size:1.3em;
	text-indent: -3.5em;
	padding-left: 3.5em;
}

ol p.notes02,
ul p.notes02{
	font-size:0.7em !important;
}

div.container div.contents p.notes02:before{
	content: "（注2）";
	width: 12px;
	height: 12px;
}

div.container div.contents p.notes03{
       color: #666;
       margin-bottom: 10px;
       font-size:1.3em;
       text-indent: -1em;
       padding-left: 1em;
}

ol p.notes03,
ul p.notes03{
       font-size:0.7em !important;
}

div.container div.contents p.notes03:before{
       content: "（注）";
       width: 12px;
       height: 12px;
}

/* ------------------------------------
TOPへ戻るリンクモジュール
 ------------------------------------ */
div.returntop{
	width: auto;
	text-align: right;
	margin-bottom: 20px;
}

div.returntop a:before{
	display: none;
}

div.returntop a{
	font-size: 1.7em;
	display: inline-block;
	text-decoration: none;
	color: inherit;
	padding-left: 0;
}

div.returntop a img{
	vertical-align: text-bottom;
	margin-left: 5px;
}

/* ------------------------------------
横移動リンクモジュール
 ------------------------------------ */
div.container div.contents ul.horizontallinks{
	width: 750px;
	overflow: hidden;
	margin-left: -10px;
	margin-bottom: 12px;
	padding: 0;
	list-style: none;
	line-height: 0;
	font-size: 0;
}

div.container div.contents ul.horizontallinks li{
	width: 239px;
	margin-left: 10px;
	margin-bottom: 8px;
	padding: 0;
	float: left;
}

div.container div.contents ul.horizontallinks li a{
	padding-left: 0;
}

div.container div.contents ul.horizontallinks li a:before{
	display: none;
}

/* ------------------------------------

リスト系モジュール

 ------------------------------------ */
/* ------------------------------------
基本設定
 ------------------------------------ */
div.container ul li, 
div.container ol li{
	font-size: 1.7em;
	padding: 8px 0 0;
	line-height: 1.2em;
}

div.container ul li:first-child, 
div.container ol li:first-child{
	padding-top: 0;
}

/* ul基本設定 */
div.container ul.list_ul_type_A, 
div.container ul.list_ul_type_B{
	list-style: disc none outside;
	padding-left: 20px;
	margin-bottom: 20px;
}

div.container ol.list_ol_type_A, 
div.container ol.list_ol_type_E, 
div.container ol.list_ol_type_F{
	list-style: decimal none outside;
	padding-left: 24px;
	margin-bottom: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.container ol.list_ol_type_A, 
div.container ol.list_ol_type_E, 
div.container ol.list_ol_type_F {
		padding-left: 35px;
	}
}


/* ------------------------------------
序列無しリスト
 ------------------------------------ */


/* ------------------------------------
序列付きリスト　その1
 ------------------------------------ */


/* ------------------------------------
序列付きリスト　その2
 ------------------------------------ */
div.container ol.list_ol_type_B{
	list-style: none;
	margin-bottom: 20px;
}

div.container ol.list_ol_type_B li{
	text-indent: -1.6em;
	padding-left: 1.6em;
	position: relative;
	counter-increment:num;
}

div.container ol.list_ol_type_B li:before{
	content: "（" counter(num) "）";
}

/* ------------------------------------
序列付記号リスト
 ------------------------------------ */
div.container ol.list_ol_type_C{
	list-style: none;	
	margin-bottom: 20px;
}

div.container ol.list_ol_type_C li{
	text-indent: -1.1em;
	padding-left: 1.1em;
}

/* ------------------------------------
注記リスト
 ------------------------------------ */
div.container ul.list_notes{
	list-style: none;
	margin-bottom: 20px;
}

div.container ul.list_notes li{
	text-indent: -1em;
	padding-left: 1em;
}

div.container ul.list_notes li:before{
    content: "※";

}

/* ------------------------------------
連動型リスト 
 ------------------------------------ */
div.container ol.list_ol_type_D{
	list-style: none;
	margin-bottom: 20px;
}

div.container ol.list_ol_type_D li{
	text-indent: -2.8em;
	padding-left: 2.8em;
	position: relative;
	counter-increment:num;
	color: #666;
	font-size:1.3em;
}

div.container ol.list_ol_type_D li:before{
	content: "（注" counter(num) "）";
}


/* ------------------------------------
序列付き、入れ子数値リスト 
 ------------------------------------ */
div.container ol.list_ol_type_E li ol{
	list-style: none;
	margin-top: 8px;
	margin-bottom: 20px;
}

div.container ol.list_ol_type_E li ol li{
	text-indent: -1.6em;
	padding-left: 1.6em;
	position: relative;
	counter-increment:num;
	font-size: inherit;
}

div.container ol.list_ol_type_E li ol li:before{
	content: "（" counter(num) "）";
}

/* ------------------------------------
序列無し、入れ子リスト
 ------------------------------------ */
div.container ul.list_ul_type_B li ul{
	list-style: disc none outside;
	margin-left: 1em;
	margin-top: 8px;
	margin-bottom: 20px;
}

div.container ul.list_ul_type_B li ul li{
	font-size: inherit;
}

/* ------------------------------------
序列付き、入れ子リスト
 ------------------------------------ */

div.container ol.list_ol_type_F li ul{
	list-style: disc none outside;
	margin-left: 1em;
	margin-top: 8px;
	margin-bottom: 20px;
}

div.container ol.list_ol_type_F li ul li{
	font-size: inherit;
}

/* ------------------------------------
定義リスト 
 ------------------------------------ */
div.container dl.list_dl_type_A{
	font-size: 1.7em;
	line-height: 1.2;
}

div.container dl.list_dl_type_A dt{
	font-weight: bold;
	margin-bottom: 8px;
	clear:both;
	
}

div.container dl.list_dl_type_A dt img{
	vertical-align: text-top;
}

div.container dl.list_dl_type_A dd{
	padding-left: 1.3em;
	margin-bottom: 24px;
}
div.container dl.list_dl_type_A dd span{
	margin-bottom:20px;
	margin-right:10px;
}

/* ------------------------------------
定義リスト（お知らせ時等に使用）
 ------------------------------------ */
div.container dl.list_dl_type_B{
	font-size: 1.7em;
	line-height: 1.2;
}


div.container dl.list_dl_type_B dt{        
	padding-top: 15px;
	padding-bottom: 10px;
	width : 9em;
	float : left;/* 左に寄せる */
	clear : both;/* フロートの解除 */
}

div.container dl.list_dl_type_B dd{  
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left:9em;
	border-top:1px solid #cccccc;
	word-break: break-all;
}

div.container dl.list_dl_type_B dd:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
div.container dl.list_dl_type_B dd{display: inline-block;} 

/* Hides from IE Mac \*/
* html div.container dl.list_dl_type_B dd {height: 1%;}
div.container dl.list_dl_type_B dd{display:block;}
/* End Hack */ 

div.container dl.list_dl_type_B dt:first-child + dd{  
	border-top:none;
}

div.container dl.list_dl_type_B dt, 
div.container dl.list_dl_type_B dd a{
	font-size: inherit;
	padding-left: 0;
	display: inline;
}
div.container dl.list_dl_type_B dd a:before{
	display:none;
}
div.container dl.list_dl_type_B dd span{
	float:left;
	width:24em;
}

div.container dl.list_dl_type_B dd span.import{
	float:left;
	width:9em;
	}


/* ------------------------------------
定義リスト（インデント）
 ------------------------------------ */


div.container dl.list_dl_type_C dd{
	margin-left: 1.0em;
	margin-bottom:0.5em;
}






/* ------------------------------------
リストリンク設定
 ------------------------------------ */

div.container ol.list_ol_type_D a,
div.container .list_ol_type_E a,
div.container .faq dd a,
div.container ul a,
div.container ol a{
	font-size:inherit !important;
	display:inline;
}
div.container ol.list_ol_type_D a:before,
div.container .list_ol_type_E a:before,
div.container .faq dd a:before,
div.container ul a:before,
div.container ol a:before,
div.container ul .link_type_b:after ,
div.container ol .link_type_b:after  {
	display:inline;
}


/* ------------------------------------

Table系モジュール

 ------------------------------------ */
/* ------------------------------------
縦横見出し付きTable
 ------------------------------------ */
table{
	border-collapse: collapse;
	margin-bottom: 20px;
}

th, td{
	font-size: 1.7em;
	line-height: 1.2;
	padding: 10px;
}

th{
	font-weight: bold;
	background: #ededed;
}

thead th{
	background: #dedede;
	border-top: #999 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	vertical-align:inherit !important;
}

th span{
	font-size: 0.76em;
	font-weight: normal;
}

tbody th{
	border-top: #999 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	text-align: left;
	vertical-align: inherit !important;
}

td{
	border-top: #999 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	text-align: center;
}

div.container div.contents  table tr td a{
	font-size: inherit;
	padding-left: 0;
}

div.container div.contents  table tr td a:before{
	 margin-left: 0px;
}

td img{
	margin-top: 10px;
}

td.bgred{
	background: #ffe5e5;
}
table.currency td,
table.currency th{
	font-size: 1.2em !important;
	padding:5px;
}


/* ------------------------------------

レイアウト系モジュール

 ------------------------------------ */
/* ------------------------------------
カラムレイアウト
 ------------------------------------ */
.column1, 
.column2, 
.column3, 
.column3_1-2{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

/* 1カラム */
.column1 div{
	width: 100%;
}

/* 2カラム */
.column2 div.clm2COnt{
	width: 365px;
	margin-left: 10px;
	float: left;
}

.column2 div:first-child{
	margin-left: 0;
}

/* 3カラム */
.column3{
	width: 698px;
	margin-left: 20px;
}

.column3 div{
	width: 224px;
	margin-left: 13px;
	float: left;
}

.column3 div:first-child{
	margin-left: 0;
}

/* 3カラムB */
.column3_1-2{
	margin-left: 20px;
}

.column3_1-2 div{
	width: 460px;
	margin-left: 13px;
	float: left;
}

.column3_1-2 div:first-child{
	width: 224px;
	margin-left: 0;
}

/* ------------------------------------
画像回り込みレイアウト
 ------------------------------------ */
.floatimg_left, 
.floatimg_right{
	width: 100%;
	overflow: hidden;
}

.floatimg_left img{
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
}

.floatimg_right img{
	float: right;
	margin-left: 14px;
	margin-bottom: 10px;
}


/* ------------------------------------

特殊モジュール 

 ------------------------------------ */
/* ------------------------------------
アンカーリンクモジュール（設定が横移動リンクモジュールと同一…）
 ------------------------------------ */
div.container div.contents ul.anchorlinks{
	width: 750px;
	overflow: hidden;
	margin-left: -9px;
	margin-bottom: 12px;
	padding: 0;
	list-style: none;
}

div.container div.contents ul.anchorlinks li{
	width: 239px;
	margin-left: 9px;
	margin-bottom: 8px;
	float: left;
	border:1px solid #f2f2f2;
	background:url(../img/hdr_nav_wrapper.gif) repeat-x left bottom;
	padding:0;
	position:relative;
	
}
div.container div.contents ul.anchorlinks.small li{
	font-size:1.3em;
}

div.container div.contents ul.anchorlinks li span{
	display:table-cell;
    vertical-align: middle;
    text-align: center;
	height:50px;
	width: 239px;
}
div.container div.contents ul.anchorlinks li:first-child{
	padding-top: inherit !important;
	
}
div.container div.contents ul.anchorlinks li:after{
	content: url(../img/arrow_bottom.gif) ;
	position:absolute;
	right:10px;
	top:20px;
	
}

div.container div.contents ul.anchorlinks li a{
	padding-left: 0;
	font-size:0.9em;
	display: inline-block;
	text-align:center;
	
}

div.container div.contents ul.anchorlinks li a:before{
	display: none;
}

/* ------------------------------------
関連情報モジュール
 ------------------------------------ */
div.container .relation{
	width: auto;
	margin-bottom: 10px;
	border: #c7c7c7 solid 2px;
}

div.container .relation h2{
	padding: 4px;
	border-bottom: #c7c7c7 solid 2px;
	background: url(../img/relation_h2_bg.gif) repeat-x left bottom;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.9em;
	margin-bottom: 0;
}

div.container .relation h2:before{
	content: "　";
	width: 3px;
	margin-left: 0;
	margin-right: 5px;
	display: inline-block;
	background: #c7c7c7;
}

div.container .relation p{
	padding: 14px;
	margin-bottom: 0;
}

/* ------------------------------------
注意情報･留意情報モジュール
 ------------------------------------ */
div.container .allert{
	width: auto;
	margin-bottom: 10px;
	border: #ff7f7f solid 2px;
}

div.container .allert h2{
	padding: 4px;
	border-bottom: #ff7f7f solid 2px;
	background: url(../img/allert_h2_bg.gif) repeat-x left bottom;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.9em;
	margin-bottom: 0;
}

div.container .allert h2:before{
	content: "　";
	width: 3px;
	margin-left: 0;
	margin-right: 5px;
	display: inline-block;
	background: url(../img/h1-2.gif) no-repeat left top;
}

div.container .allert p{
	padding: 14px;
	margin-bottom: 0;
}
div.container .allert div.allertBox{
	padding: 14px;
	margin-bottom: 0;
}

/* ------------------------------------
囲みわくモジュール（囲みわくを付けて他より立たせたい場合に使用）
 ------------------------------------ */
div.container .frame{
	width: auto;
	border: #e6e6e6 solid 1px;
	margin-bottom:10px;
}

div.container .frame p{
	width: auto;
	padding: 10px;
	margin-bottom: 0;
	border: #e71f19 solid 2px;
}

/* ------------------------------------
インラインフレーム
 ------------------------------------ */
.inline{
	height:60px;
	margin-bottom:10px;
	padding:0;
	width:100%;
	overflow: auto;
	}
#top .inline{
	height:60px;
	margin-bottom:0px;
	padding:0;
	width:1000px;
	overflow: auto;
	}

/* ------------------------------------
ニュースフレーム
 ------------------------------------ */
.attention .container{
	width:100%;
	}


/* ------------------------------------
背景地モジュール（背景を付けて他より立たせたい場合に使用）
 ------------------------------------ */
div.container .bgred{
	background: #ff9696;
	padding:10px;
}

/* ------------------------------------
電話でのご相談＆電話受付時間モジュール(TOPページ)
電話でのご相談＆電話受付時間モジュール(下層ページ)
 ------------------------------------ */
div.container .tel{
	width: auto;
	margin-bottom: 30px;
	border: #e6e6e6 solid 1px;
}

div.container .tel p{
	width: auto;
	padding: 18px;
	margin-bottom: 0;
	border: #e71f19 solid 2px;
	font-weight: bold;
}

div.container .tel p span{
	display: block;
	margin-top: 10px;
	margin-bottom: 16px;
	padding-bottom: 8px;
	background: url(../img/tel_line.gif) repeat-x left bottom;
}

div.container .tel p span:first-child{
	margin-top: 0;
	margin-bottom: 0;
}

/* ------------------------------------
検索窓モジュール 
 ------------------------------------ */
form.search > ul{
	overflow: hidden;
}

form.search > ul > li{
	float: left;
	margin-left: 5px;
	padding: 0;
}

form.search > ul > li:first-child{
	margin-left: 0;
}

form.search > .txtbox{
	width: 158px;
	line-height: 1;
	border: none;
	outline: none;
	background: none;
}

form.search > .btn{
	width: 40px;
	line-height: 1;
	border: none;
	outline: none;
	text-indent: -9999px;
}

/* ------------------------------------
STEPモジュール 
 ------------------------------------ */
div.container ul.steps{
	overflow: hidden;
	margin-bottom:20px;
}

div.container ul.steps li{
	float: left;
	margin-left: -10px;
	padding: 0;
}

div.container ul.steps li:first-child{
	margin-left: 0;
}

/* ------------------------------------
Q and Aモジュール　見出し内にQAが連続する場合 
 ------------------------------------ */
div.container div.faq dl{
	border-top: #cccccc 1px solid;
	margin-bottom: 10px;
}

div.container div.faq dl dt, 
div.container div.faq dl dd{
	padding-top: 10px;
	font-size: 1.7em;
	line-height: 1.2;
	min-height: 20px;
	text-indent: -0.8em;
	padding-left: 1.6em;
	vertical-align:middle;
}

div.container div.faq dl dd ul li,
div.container div.faq dl ol li{
	font-size: inherit;
}

div.container div.faq dl dt:before{
	content:url(../img/faq_icon_q.gif);
    display: inline-block;
	vertical-align:middle;
	margin-right:5px;
}

div.container div.faq dl dd:before{
	content:url(../img/faq_icon_a.gif) ;
    display: inline-block;
	vertical-align:middle;
	margin-right:5px;
}




/*-------------------------------------------------------------------


以下、階層毎カスタマイズ


 -------------------------------------------------------------------*/
#top .main{
	width: 1000px;
	height: 160px;
	margin-bottom: 30px;
	position: relative;
}


#top .type_a > a{
	padding: 0;
	position: absolute;
	top: 13px;
	right: 49px;
}

#top .type_b{
	background: url(../img/top_main_visual_b.jpg) no-repeat;
}

#top .type_b > a{
	padding: 0;
	position: absolute;
	bottom: 43px;
	right: 49px;
}

#top .main > a:before{
	display: none;
}

#top ul.toplink{
	width: 1032px;
	margin-left: -10px;
	overflow: hidden;
	margin-bottom:20px;
}

#top ul.toplink li{
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width:242px;
	height:auto;
	position:relative;
	z-index:5;
}
#top ul.toplink li img{
	width:100%;
}

#top ul.toplink li a{
	padding: 0;
}

#top ul.toplink li a:before{
	display: none;
}

#top .contents .tel{
	display:none;
	}
#top .contents .link_left{
	display:none;
	}

/* ------------------------------------

三菱UFJ信託銀行_法人ページ_TOP_AB

 ------------------------------------ */
#top div.container dl.list_dl_type_B{
	width: 998px;
	border:none !important;
	margin-bottom:0 !important;
}



#top div.container dl.list_dl_type_B dt{
	padding-left: 15px;
}


#top div.returntop{
	margin-top: 30px;
}

#top div.container .list_dl_type_B dd span{
    float:left;
    width: 39em;
}

#top div.container .list_dl_type_B dd span.import{
	float:left;
	width:9em;
	}
#top .contents.topservice {
	margin-top:-100px;
	position:relative !important;
	}
#top .contents {
	width: 1000px!important;
	position:static !important;
	margin-top:-30px;
	}

/* ------------------------------------

三菱UFJ信託銀行_法人ページ_second_rayer

 ------------------------------------ */
#layer2nd div.returntop{
	margin-top: 40px;
}

/* ------------------------------------

三菱UFJ信託銀行_法人ページ_third_rayer

 ------------------------------------ */
#layer3rd div.returntop{
	margin-top: 40px;
}

#layer3rd p.align_left{
	margin-bottom: 30px;
}

/* ------------------------------------

追加分（案件番号：21SHT342、追加日時：2022年3月18日）

 ------------------------------------ */
 div.container div.contents p.notes04{
	color: #666;
	margin-bottom: 10px;
	font-size:1.3em;
	text-indent: -3.5em;
	padding-left: 3.5em;
}

ol p.notes04,
ul p.notes04{
	font-size:0.7em !important;
}

div.container div.contents p.notes04:before{
	content: "（注3）";
	width: 12px;
	height: 12px;
}

div.container div.contents p.notes05{
	color: #666;
	margin-bottom: 10px;
	font-size:1.3em;
	text-indent: -3.5em;
	padding-left: 3.5em;
}

ol p.notes05,
ul p.notes05{
	font-size:0.7em !important;
}

div.container div.contents p.notes05:before{
	content: "（注4）";
	width: 12px;
	height: 12px;
}

.underh2 .step_indent{
  position: relative;
  padding-left: 4.5em;
}
.underh2 .step_indent span:first-child{
  position: absolute;
  left: 0;
  top: 0;
}

.pl40 {
  padding-left: 40px;
}