/* CSS Document */

@charset "UTF-8";



body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	margin:0px;
	padding:0px;
	color: #333;
}

#wrapper {
	width: 100%;
}

.global-header {
	display:block;
}

#headerAreaA01,
#pastlist,
#middleArea,
#bnlinks,
#crossLinkArea,
#anchorlinks,
#footerArea,
.layout,
.inbox_bnr {
	display:none;
}

.header_in img {
	width: 100% !important;
}

.nav {
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

.nav_in li {
	float:left;
	width: 25%;
}
.nav_in img {
	width:100%;
}

/*------------------------------
Important news
------------------------------*/
#newsImportant{
	margin: 5px;
	display:flex;
	font-size: 11px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 2px;
    padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 5px 3px 5px 12px;
	position: relative;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

.inbox {
	clear:both;
	position:relative;
	margin-bottom: 20px;
	width:93%;
	margin: 0 auto 20px;
	padding: 0 10px;
}
.inbox_img {
	text-align: center;
	padding-bottom: 10px;
}
.inbox_img img {
	width:50%;
}
.h_title.i_info {
    background: url("../image/icon/info.png") no-repeat scroll 0 0  ;
}
.h_title {
	font-weight:bold;
    border-bottom: 3px solid #E1E0E0;
    clear: both;
    font-size: 21px;
    margin-bottom: 10px;
    padding: 0 0 5px 30px;
}
.inbox_info_frame {
	margin: 0 10px;
	height: 220px;
	width: 97%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.inbox_info_frame iframe {
	width: 96%;
	height: 220px;
}

/*-----------------------------------------------------

	Image-nav
	
------------------------------------------------------*/


#image-navigation {
	clear:both;
}

#image-navigation a {
	transition: all 0.0s ease 0s !important;
}

#image-navigation img {
}
#image-navigation .navi-image { position:relative;}
#image-navigation .navi-image a { display:block; }
#image-navigation .navi-image a {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
  width:100%;
}
#image-navigation .navi-image a.active { z-index:3; }
#image-navigation .navi-image a.last-active { z-index:2; }



#image-navigation ul li {
	margin-bottom: 10px;
	margin-right:5px;
	width:24%;
	float: left;
}
#image-navigation ul li.end {
	margin-right:0px;
}
#image-navigation ul li a {
  display:block;
}
#image-navigation ul li img {
  display:block;
  width:100%;
}
#image-navigation .navi {
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 3;
}
#image-navigation .navi-image {
	width:100%;
	min-height: 160px;
	margin-bottom: 10px;
}

#image-navigation .navi-image img {
	width:100%;
}

#image-navigation-text ul li a {
  display:block;
  color:#333;
  line-height:70px;
  text-align:center;
}
#image-navigation-text .navi {
  float:left;
}
#image-navigation-text .navi-image {
  float:left;
}
#image-navigation-text a {
  background:#eee;
}
#image-navigation-text a.active {
  background:#333;
  color:#fff;
}


/*-----------------------------------------------------

	tab
	
------------------------------------------------------*/

#info {
	margin-bottom: 30px;
}

.trigger {
	cursor: pointer;
}

.open-close {
	float:right;
	text-indent:-9999px;
	display:block;
	margin-top:25px;
	height:11px;
	width:20px;
	background:url(../image/tab/open.png) no-repeat scroll 99% center transparent;
	background-size:20px 11px;
}
.trigger.active .open-close {
	background:url(../image/tab/close.png) no-repeat scroll 99% center transparent;
	background-size:20px 11px;
}

.trigger .open-close01 {
	background: -moz-linear-gradient(top, #fff, #e3e3e3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e3e3e3));
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	width:93%;
	padding:0 10px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	color: #59A619;
	font-weight:bold;
	display:block;
	text-align: center;
}

.trigger.active .open-close01 {
	background: -moz-linear-gradient(top, #8EC945, #59A619);
	background: -webkit-gradient(linear, left top, left bottom, from(#8EC945), to(#59A619));
	width:93%;
	padding:0 10px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	color: #fff;
	font-weight:bold;
	display:block;
	text-align: center;
}
.trigger .open-close02 {
	background: -moz-linear-gradient(top, #fff, #E3E3E3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E3E3E3));
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	width:93%;
	padding:0 10px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	color: #ED8C20;
	font-weight:bold;
	display:block;
	text-align: center;
}

.trigger.active .open-close02 {
	background: -moz-linear-gradient(top, #F7CC44, #E87010);
	background: -webkit-gradient(linear, left top, left bottom, from(#F7CC44), to(#E87010));
	width:93%;
	padding:0 10px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	color: #fff;
	font-weight:bold;
	display:block;
	text-align: center;
}
.trigger .open-close03 {
	background: -moz-linear-gradient(top, #fff, #E3E3E3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E3E3E3));
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	width:93%;
	padding:0 10px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	color: #336CB8;
	font-weight:bold;
	display:block;
	text-align: center;
	padding: 0 10px;
}

.trigger.active .open-close03 {
	background: -moz-linear-gradient(top, #4795D6, #1E4299);
	background: -webkit-gradient(linear, left top, left bottom, from(#4795D6), to(#1E4299));
	width:93%;
	padding:0 10px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	color: #fff;
	font-weight:bold;
	display:block;
	text-align: center;
}

.info_area {
	width: 93%;
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin: 0 auto 20px;
	border-top: none;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.bnr_01,
.bnr_02,
.bnr_03 {
	overflow:hidden;
	margin-bottom: 10px;
}

.bnr_01 li {
	/* [disabled]float: left; */
	/* [disabled]width: auto; */
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}
.bnr_01 li.end {
	/* [disabled]float: right; */
}
.bnr_01 li img {
	width: 100%;	
}
.bnr_02 li {
	/* [disabled]float: left; */
	/*font-size: 1.3rem;*/
  font-size: 12px;
	width: 75%;
	margin-right:5px;
	margin-bottom: 10px;
	margin: 0 auto 10px;
}
.bnr_02 span {
	display:block;
    color: #333333 !important;
}
.bnr_02 li.end {

}
.bnr_02 li img {
	width: 100%;	
}
.bnr_03 li {
	float: left;
	width: 32%;	
	margin-right:5px;
}
.bnr_03 li img {
	width: 100%;	
}
.bnr_03 li.end {
	margin-right: 0px;
}
.bnr_03 h4 {
	margin: 5px 0 0 0px;
}
.bnr_03 span {
	color: #333 !important;
}
.info_btn {
	text-align: center;
	margin-bottom: 20px;
}
.info_btn input {
	background: -moz-linear-gradient(top, #fff, #E3E3E3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E3E3E3));
	border: 1px solid #ddd;
	border-radius: 3px;
	width:50%;
	margin: 0 auto;
	font-size: 20px;
	color: #333;
	font-weight:bold;
	display:block;
	text-align: center;
	padding: 10px;
}
.w50 {
	width: 50% !important;
}
.w75 {
	width: 75% !important;
}
.w100 {
	width: 100% !important;
}




/*-----------------------------------------------------

	media inbound sitenav
	
------------------------------------------------------*/

.h_title.i_media {
	background:url(../image/icon/media.png) no-repeat 0 0;	
}

.inbox_media {
	overflow: hidden;
	margin-bottom: 30px;
}
.inbox_media li {
	width: 50%;
	float: left;
}
.inbox_media img {
	width: 100%;
}
.inbox_inbound {
	margin-bottom: 30px;
}
.h_title.i_inbound {
	background:url(../image/icon/pin.png) no-repeat 0 0;
}
.inbox_inbound li {
	border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #FFFFFF;
  height: 50px;
  line-height: 50px;
  /*font-size: 1.4rem;*/
  font-size: 14px;
  position: relative;
    background: #f5f5f5;
}
.inbox_inbound li a {
	color:#333;
	text-decoration: none;
  padding: 0 10px 0 10px;
  background: url(//www.nta.co.jp/sp/images/arrow02.png) no-repeat 98% center;
	background-size:3%;
}
.h_title.i_nav {
	background:url(../image/icon/nav.png) no-repeat 0 0;
}

.inbox_nav {
	margin-bottom:30px;
}
.inbox_nav li {
	border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #FFFFFF;
  height: 50px;
  line-height: 50px;
  /*font-size: 1.4rem;*/
  font-size: 14px;
  position: relative;
	background: -moz-linear-gradient(top, #fff, #E3E3E3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E3E3E3));
}
.inbox_nav li a {
	color:#333;
	text-decoration: none;
  padding: 0 10px 0 10px;
  background: url(//www.nta.co.jp/sp/images/arrow02.png) no-repeat 98% center;
	background-size:3%;
}

.h_title.i_contact {
	background:url(../image/icon/tel.png) no-repeat 0 0;
}
.inbox_contact {
	margin-bottom: 30px;
}
.inbox_contact img {
	width: 80%;
}
.inbox_contact .tel {
	text-align: center;
}
.inbox_contact {
	/*font-size: 1.3rem;*/
  font-size: 13px;
}
.inbox_contact .tx_R {
	text-align: center !important;
}

.inbox_contact .comp {
	text-align: center;
  font-size: 14px;
}
.inbox_logo {
	text-align: center;
	margin:0 auto 10px;
}

/*------------------------------------------------

  image.htm

------------------------------------------------*/ 

.box_slider {
	margin-bottom: 10px;
	overflow: hidden;
}
.slider {
	width: 96%;
	margin: 0 auto;
}
.slider img {
	width: 100%;
}
.box_btn {
	clear:both;
	margin: 2% auto;
	width: 96%;
	overflow:hidden;
}
.box_btn li {
	float: left;
	width: 49%;
	margin-bottom: 2%;
}
.box_btn li img {
	width: 100%;
}

.box_btn li.ind {
	margin-right: 2%;
}
