@charset "UTF-8";

/*20101112　追加　Japan 画像*/

/* reset css
-----------------------------------------------------------------*/
* html div {
  font-family: 'ＭＳ Ｐゴシック', sans-serif;
  }
*:first-child+html div {
  font-family: 'メイリオ', sans-serif;
  }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;
  }
table{
	border-collapse: collapse;
	border-spacing:0;
  }
fieldset,img{
	border:0;
  }
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:normal;
	font-style:normal;
  }
ol,ul{
	list-style:none;
  }
caption,th{
	text-align:left;
  }
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
  }
q:before,q:after{
	content:'';
  }
abbr,acronym{
	border:0;
  }
img{
  vertical-align: bottom;
  }


/***** clearfix ******/
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }
.clearfix {
  min-height: 1px;
  }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
  }



/* base
-----------------------------------------------------------------*/
body {
	font-size: 100%;
	line-height: 120%;
	color: #333333;
	background-color: #fff;
	}

/***** link ******/
a:link { color: #00349a; text-decoration:none; }
a:visited { color: #00349a; text-decoration:none; }
a:hover { color: #00349a; text-decoration:underline; }


/* alpha
-----------------------------------*/
#topMain a:link img, 
#topMain a:visited img{
	opacity: 1;
	-moz-opacity: 1; /* Firefox */
	filter: alpha(opacity=100); /* IE6/7 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}
#topMain a:hover img, 
#topMain a:active img{
	opacity: 0.5;
	-moz-opacity: 0.5; /* Firefox */
	filter: alpha(opacity=50); /* IE6/7 */
	-ms-filter: "alpha(opacity=50)"; /* IE8 */
}

/* icon
-----------------------------------------------------------------*/
.icoPdf {
	margin: 0 3px 0 0;
	padding: 0 25px 0 0;
	background: url(../../../../images/topimage/ico_pdf.png) right center no-repeat;
}

.icoBlank {
	margin: 0 3px 0 0;
	padding: 0 15px 0 0;
	background: url(../../../../images/topimage/icon_samewin.gif) right center no-repeat;
}

.icoBlank2 {
	margin: 0 3px 0 0;
	padding: 0 15px 0 0;
	background: url(../../../../images/topimage/icon_newwin.gif) right center no-repeat;
}

/* Wrapper
-----------------------------------------------------------------*/
#wrapper {
	width: 950px;
	margin:0;
	padding:0;
	position: relative;
	z-index: 100;
}
#wrapper2 {
	width: 950px;
	margin:0 auto;
	padding:0;
	position: relative;
}




/* Header
-----------------------------------------------------------------*/
#header {
  background:url(../../../../images/topimage/kt_h_bg.gif) left top repeat-x;
  width: 905px;
  height: 53px;
  margin-bottom:0 0 1px 0;
  padding:14px 20px 0 25px ;
  border-bottom:solid 3px #DF0523;
  z-index:4;
  position: absolute;
  top: 0;
  }
#header .HL {
  width:375px;
  float:left;
  }

/*** Logo ***/
#header h1 {
  width:373px;
  height:36px;
  background:url(../../../../images/topimage/kt_logo.gif) no-repeat;
  margin:0;
  padding:0;
 }
* html body #header h1 {
  margin:0 0 0 0;
  }
#header h1 a {
	width:373px;
	height:36px;
	text-indent:-9999px;
	display:block;
	/* \*/
	overflow:hidden;
	/* */
  }

/*** Header Right column ***/
#header .HR {
  width:300px;
  float:right;
  }


/*** Serach Box ***/
#header .HR .se {
  float:right;
  }
#header .HR .searchbox {
	float: left;
	height: 23px;
	margin:0;
	padding:0;
  }
#header .HR .searchbox input {
  line-height:120%;
  }
#header .HR .searchtextbox {
	font-size: 80%;
	margin: 0 8px 0 0;
	padding: 1px 0 0 3px;
	float: left;
	height: 18px;
	width: 198px;
  }
#header .HR .menu_area {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 38px;
  }

.go:hover {
	background: url(../../../../images/topimage/kt_btn_serch_on.gif) no-repeat;
	padding:0;
	margin: 0;
	height: 23px;
	width: 39px;
  }
#header .ggsite {
  background:url(../../../../images/topimage/kt_btn_gsite.gif) no-repeat;
	width:89px;
	height:18px;
	clear: both;
	float:right;
	margin-top:7px;
	padding:0;
	}
*html body #header .ggsite {
	margin-top:4px;
  }
#header .ggsiteicon {
  background:url(../../../../images/topimage/kt_btn_gsite_icon.gif) no-repeat;
	width:18px;
	height:18px;
	clear: both;
	float:right;
	margin-top:7px;
	padding:30px 20px 0 25px ;
	}
*html body #header .ggsiteicon {
	margin-top:4px;
  }
#header a.gsite  {
	width:89px;
	height:18px;
	display:block;
	text-indent:-9999px;
	/* \*/
	overflow:hidden;
	/* */
	}
#header a.gsite:hover  {
  background:url(../../../../images/topimage/kt_btn_gsite_on.gif) no-repeat;
	width:89px;
	height:18px;
	display:block;
	text-indent:-9999px;
	/* \*/
	overflow:hidden;
	/* */
	}



/* mainAreaWrap
-----------------------------------------------------------------*/
img{
	border: none;
}
.block:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.block {
  zoom: 1;
}
#mainAreaWrap {
	text-align:center;
	position: absolute;
	top: 0;
	z-index: 3;
}
#mainAreaWrap img{
	display: block;
}
#mainAreaWrap * {
	text-align: left;
}
#mainWrap {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#mainNav {
	margin: 0 auto;
	*margin: 0;
	width: 950px;
	display: block;
	background: #eee;
	position: relative;
	z-index: 3;
}
#mainNav li {
	float: left;
}
#showArea1,
#showArea2 {
	width: 950px;
	height: 364px;
	overflow: hidden;
}
#showArea1 img,
#showArea2 img {
	display: block;
}
#showArea1 img.icon,
#showArea2 img.icon {
	display: inline;
}
#bnr1Target {
	margin-top: 10px;
}
.bnrDisplay1 {
	width: 950px;
	overflow: hidden;
}
.bnrDisplay1 li {
	margin: 10px 0 0 17px;
	float: left;
}
#showArea2 .devideArea {
	margin: 20px 0 0 15px;
	float: left;
}
#showArea2 .devideArea.area2 {
	width: 255px;
}
.devideArea .bnrAreaTtl{
	margin-bottom: 8px;
}
.bnrDisplay2 {
	overflow: hidden;
	width: 645px;
}
.bnrDisplay2 li {
	padding: 1px 8px 0 0;
	float: left;
}
.bnrDisplay3 li {
	padding: 1px 0 0;
	float: left\9;
}

/*151016追加*/
.bnrDisplay4 li {
	padding: 1px 0 0;
	float: left;
}
/*151016追加*/

.showAreaTop {
	position: relative;
}

.showAreaTop .rightbtn1 {
	position: absolute;
	top: 0;
	right: 91px;
	margin: 8px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 12px;
	background: url(../../../../images/topimage/arw_gray4.png) left center no-repeat;
	width: 79px;
}

.showAreaTop .rightbtn .rightbtn2 {
	width: 92px;
}

.toList {
	clear: both;
	margin: 23px 0 0 17px;
}
.toList a {
	padding: 1px 0 4px 18px;
	background: url(../../../../images/topimage/arw_gray3.png) 0 0 no-repeat;
	color: rgb(0,102,153);
	font-size: 12px;
	line-height: 1.6;
}

.toList img {
	vertical-align: top;
	padding-top: 3px;
}

/* using in js */
#bnrArea {
	margin-top: 96px;
	width: 950px;
	height: 268px;
	position: relative;
	display: block;
	z-index:3;
}
#bnrThumbBg {
	position: absolute;
	right: 0;
	top: 0;
	width: 137px;
	height: 100%;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	background: #000;
}
#bnrThumbnail {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 1;
}
#bnrThumbnail li {
	margin:  8px 8px 8px 0;
	padding: 2px 2px 2px 7px;
	background: url(../../../../images/top_mainimage/thumb_bg.gif) left center no-repeat;
}
#bnrThumbnail li.current {
	background: url(../../../../images/top_mainimage/thumb_bg_over.gif) left center no-repeat;
}
#bnrThumbnail li img {
	display: block;
}

#showArea1,
#showArea2 {/* 最初は隠しておく。 */
	display: none;
	background: white;
}

#coverLayer {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	background:black;
	z-index: 1;
}


/* Top Main
-----------------------------------------------------------------*/
#topMain {
	clear:both;
	padding: 460px 0 0 0;
}


/****** Left Column ******/
#LC {
	float:left;
	width:627px;
	text-align:left;
}



.topbox {
	margin: 0 0 30px 0;
}
.topboxHead {
	background-color: #F2F2F2;
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	height: 40px;
	position: relative;
}

.topboxHead .topboxTtl {
	padding: 0 0 0 12px;
}

.topboxHead .rightbtn {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 27px;
	background: url(../../../../images/topimage/bg_rightbtn.jpg) 0 0 repeat-y;
}

.topboxHead .rightbtn li {
	width: 76px;
	float: left;
}

.newslist li {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 0 0 12px;
	font-size: 80%;
	background: url(../../../../images/topimage/arw_red.png) 0 6px no-repeat;
}

.newslist .date {
	display: block;
	width: 90px;
	float: left;
}

.newslist .txt {
	display: block;
	width: 490px;
	float: left;
}

.newslist li span.pdf{
  display: inline-block;
  font-size: 10px;
  line-height: 120%;
  padding: 0 5px;
  font-weight: bold;
  border: 2px solid #ed1c24;
  background: #fff;
  color: #ed1c24;
  margin: 0 5px;
  vertical-align: initial;
}

.newslist li span.video{
  display: inline-block;
  font-size: 10px;
  line-height: 120%;
  padding: 0 5px;
  font-weight: bold;
  border: 2px solid #00698C;
  background: #fff;
  color: #00698C;
  margin: 0 5px;
  vertical-align: initial;
}

.newsMain,
.topicsMain,
.infoMain {
	margin: 17px 0 0 0;
}

/****** news ******/

#newsrelease .newsTop {
	padding: 6px 0 6px 6px;
	background-color: #EDEDED;
}

#newsrelease .newsTop li {
	margin-right: 6px;
	_margin-right: 5px;
	width: 303px;
	float: left;
	background: #FFFFFF url(../../../../images/topimage/arw_gray3.png) right bottom no-repeat;
}

#newsrelease .newsTop li a {
	display: block;
}


#newsrelease .newsTop li .newsImg {
	display: block;
	padding: 2px;
	width: 146px;
	float: left;
}

#newsrelease .newsTop li .newsTxt {
	display: block;
	padding: 12px 0 2px 6px;
	margin: 0 0 0 148px;
	width: 140px;
	font-size: 80%;
}



/****** topics ******/
#topics .topicsImg {
	margin-right: 12px;
	padding: 7px;
	width: 146px;
	background-color: #F3F3F3;
	float: left;
}

#topics .topicsImg a {
	display: block;
}

#topics .topicsImg .txt {
	display: block;
	margin: 2px 0 0 0;
	font-size: 80%;
}

#topics .topicsTxt {
	width: 427px;
	float: left;
}

/****** info ******/
#info .topboxHead .infobtn {
	position: absolute;
	top: 7px;
	right: 6px;
}

#info .infoMain {
	margin-right: 47px;
}

	
/****** Right Column ******/
#RC {
	float:right;
	width:294px;
}

.companyBnr {
	padding: 8px 0 7px 7px;
	background: url(../../../../images/topimage/bg_companybnr.png) 0 0 no-repeat;
}

.companyBnr li {
	padding-right: 1px;
	width: 139px;
	float: left;
	line-height: 1.0;
}

.companyBnr .companyBnr02 {
	padding-top: 7px;
}

.companyBnr .companyBnr02 li {
	padding-top: 1px;
}

.relevant {
	clear: both;
	margin-top: 16px;
}

.relevant dl {
	background: url(../../../../images/topimage/bg_relevant02.png) left bottom no-repeat;
}

.relevant dt {
	/*padding: 11px 0 0 10px;*/
	line-height: 1;
	background: url(../../../../images/topimage/bg_relevant01.png) 0 0 no-repeat;
}
.relevant dd {
	padding: 2px 0 6px 7px;
}


.relevant li {
	width: 139px;
	float: left;
	border-bottom: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
}

.infoBnr {
	margin-top: 16px;
}

.infoBnr li {
	margin-bottom: 10px;
}

.infoBnr .bnr147 li {
	float: left;
	width: 147px;
}

.divisionBnr {
	margin-top: 30px;
	padding: 31px 0 0 0;
	background: url(../../../../images/topimage/bg_division.jpg) 0 0 no-repeat;
}

.divisionBnr li {
	margin-bottom: 10px;
}



/* topSitemap
-----------------------------------------------------------------*/
#topSitemap {
	padding: 36px 0 34px 0;
	color: #666666;
	background-color: #F4F4F4;
	width: 100%;
}

#topSitemap .inner {
	margin: 0 auto;
	width: 950px;
}

#topSitemap .topSitemapTtl {
	margin-bottom: 10px;
	font-size: 80%;
	font-weight: bold;
}

#topSitemap .topSitemapList {
	padding-right: 20px;
	width: 200px;
}

#topSitemap .topSitemapList li {
	margin: 0 0 8px 0;
	padding: 0 0 0 10px;
	font-size: 80%;
	line-height: 1.2;
	background: url(../../../../images/topimage/arw_gray.png) 0 5px no-repeat;
}

#topSitemap .icon1 {
vertical-align: top;
padding: 2px 0 0 3px;
}

#topSitemap .icon2 {
vertical-align: top;
padding: 4px 0 0 3px;
}


#topSitemap .topSitemapList li.listSubTtl {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2;
	background: none;
}

#topSitemap .topSitemapList .small {
	font-size: 80%;
}

#topSitemap .topSitemap01 {
	padding: 0 0 0 18px;
	width: 219px;
	background: url(../../../../images/topimage/bg_bottomline.png) 1px 0 repeat-y;
	float: left;
}

#topSitemap .topSitemap02 {
	padding: 0 0 0 18px;
	width: 455px;
	background: url(../../../../images/topimage/bg_bottomline.png) 1px 0 repeat-y;
	float: left;
}

#topSitemap .topSitemap02 .topSitemapList {
	float: left;
}

#topSitemap .topSitemap03 {
	padding: 0 0 0 18px;
	width: 219px;
	background: url(../../../../images/topimage/bg_bottomline.png) 1px 0 repeat-y;
	float: left;
}

#topSitemap .topSitemap03 .bottomList {
	margin-bottom: 26px;
}

#topSitemap a {
	color: #666666;
}




/* topBottom
-----------------------------------------------------------------*/
#topBottom {
	clear: both;
	padding: 20px 0;
	background-color: #9F9F9F;
}

#topBottom .inner {
	margin: 0 auto;
	width: 950px;
}

#topBottom a {
	color: #FFFFFF;
}

#topBottom .topBottomList li {
	display: inline;
	margin: 0 16px 0 4px;
	padding: 0 0 0 10px;
	font-size: 80%;
	background: url(../../../../images/topimage/arw_gray2.png) 0 3px no-repeat;
}


/* topFooter
-----------------------------------------------------------------*/
#topFooter {
	clear: both;
	padding: 14px 0;
	border-top: 1px solid #D5D5D5;
	font-size: 80%;
}

#topFooter .inner {
	margin: 0 auto;
	width: 950px;
}

#topFooter .topFooterList {
	width: 700px;
	float: left;
}

#topFooter .topFooterList li {
	display: inline;
	margin: 0 16px 0 4px;
	padding: 0 0 0 10px;
	background: url(../../../../images/topimage/arw_red2.png) 0 3px no-repeat;
}

#topFooter .copyright {
	float: right;
	text-align: right;
	width: 200px;
}

#topFooter a {
	color: #666666;
}


/* footerwrap
-----------------------------------------------------------------*/
/* footbnrエリア #footerwrapの中にJSで書き出されます。 */
#footbnrArea {
	width: 950px;
	margin: 40px auto 0 auto;
	overflow: hidden;
	padding: 30px 0 24px;
	background: url(../../../../images/topimage/footbnr_bg.jpg) center top no-repeat;
	*z-index: 1;
}
/*#footbnrArea:after {
	content: "";
	display: block;
	height: 0.01;
	clear: both;
}*/
#footbnrArea .btn {
	float: right;
}

#footbnrArea li{
	margin-right: 22px;
	width: 221px;
	height: 83px;
	float: left;
}


#footbnrArea li.rightend{
	margin-right: 0;
}

/*20160923　追加　*/
#RC .information {
  margin : 20px 0;
}

#RC .infoHead {
    width: 293px;
    height: 41px;
    position: relative;
}

#RC .inforttl {

}

#RC .infoHead .rightbtn {
    position: absolute;
    top: 0;
    left: 226px;
}

#RC .information ul {
    margin: 20px 0 0 0;
}

#RC .information ul li {
    font-size: 80%;
    line-height: 1.2;

}

#RC .information ul li a {
padding: 0 0 14px 14px;
    display: block;
    background: url(../../../../images/topimage/arw_red.png) 0 5px no-repeat;
}

/*20160923　追加　*/
