@charset "utf-8";
/* CSS Document */

header nav li a {padding: 6px 10px;}


header .naviAccessibility #fontBox dt {
  background: rgba(0, 0, 0, 0) url("../image/en/txt_fontSizeTitle.png") no-repeat scroll 0 4px;
}
header .naviAccessibility #fontBox dd.fontSizeN a {
  background-image: url("../image/en/btn_fontSizeN.png");
}
header .naviAccessibility #fontBox dd.fontSizeB a {
  background-image: url("../image/en/btn_fontSizeB.png");
}
header .naviAccessibility #fontBox dd.fontSizeMB a {
  background-image: url("../image/en/btn_fontSizeMB.png");
}

/*トップページ*/
.topPage #mainArea .news .news1 div:first-child:after,
.topPage #mainArea .news .news2 div:first-child:after,
.topPage #mainArea .news .news3 div:first-child:after,
.topPage #mainArea .news .news4 div:first-child:after,
.topPage #mainArea .news .news5 div:first-child:after {content: "";}
.topPage #mainArea .news div:first-child{width: 8em;}
.topPage #mainArea .news div+div {margin-left:8em;}
.topPage #mainArea .higashinihon {border-radius: 10px; text-indent:0;}


#mainArea ul.dotUl li {
  background-position:0 0.6em;
}

#mainArea .textIndent_1{text-indent: -1em; padding-left: 1em;}
#mainArea .indent_1>li {
	list-style: none;
	text-indent: -1em; padding-left: 1em;
	background:none;
}
#mainArea .indent_3>li {
	text-indent: -1.8em; padding-left: 1.8em;
}





/*Q&Aページ*/
#mainArea.qAnda dd:before{content:"";}
#mainArea.qAnda dd{background:#FFF url(../image/en/txt_answer.png) no-repeat left 8px; text-indent:0;}


/*組織・機構*/
#mainArea.org .infoArea dt {width:7em;}
#mainArea.org .infoArea dd {padding-left:7em;}

