@charset "utf-8";
/*====================================

						Main Visual

====================================*/
.wrap.bk_logo{
	background: none;
}
.topPageContents{
}
.mainVisualArea{
	width:1000px;
	height:auto;
	margin:0 auto;
	visibility:hidden;
	padding-bottom: 0;
}
.mainVisualArea > div {
    max-width: 890px;
    margin: 0 auto;
}
.english header {
	width: 100%;
	height: 80px;
	position: inherit;
	top: inherit;
	left: inherit;
	margin: 0 auto;
	background: url(../img/general/header_back_topPage.png) bottom left !important;
	background-size:cover;
}
.english .bk_logo {
    display: block;
    background: rgba(255,255,255,1) !important;
    background-size: 150px auto;
}

/*====================================

						Banner Area

====================================*/
.bannerArea{
	width: 100%;
	height: auto;
	background:transprent;
	padding:0 0 5px;
}
.bannerArea > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1000px;
    height: inherit;
    margin: 0 auto;
		padding:5px 0 0;
}
.bannerArea > ul li {
    text-align: center;
	margin:0;
    width: 290px;}
.bannerArea img{
	
}
/*====================================

					section Area

====================================*/
header{
	width: 100%;
	height: 80px;
	background: rgba(255,255,255,1);
	position: inherit;
	top: inherit;
	left: inherit;
	margin: 0 auto;
	background: url(../img/general/header_back_topPage.png) bottom left;
	background-size:cover;
}

.topPageContents > section.container {
    background: url(../img/general/contents_back_topPage.png) center bottom;
    background-size: cover;
    padding: 10px 0 0;
}
.topPageContents section.news,
.topPageContents section.documents {
	width: 1000px;
	height: 290px;
	margin: 0 auto;
	background:rgba(255,255,255,1);
	border-radius: 0;
}
.topPageContents section.news h2 {
    background: url(../img/general/line01.png) no-repeat;
}
.topPageContents section.documents h2 {
    background: url(../img/general/line02.png) no-repeat;
}
.topPageContents section.news h2, .topPageContents section.documents h2 {
    width: 100%;
    height: 35px;
    background-size: 100% 50px;
    background-position: bottom;
    font-size: 2rem;
    color: rgba(255,255,255,1);
    border-left: none;
    padding-left: 1em;
    letter-spacing: 5px;
    line-height: 1;
    padding: 8px 0 0 1em;
    position: relative;
    top: 0;
    left: 0;
}

.topPageContents section.news h2 > span, .topPageContents section.documents h2 > span {
    line-height: 1;
    height: 30px;
    max-height: 30px;
    font-size: 1.6rem;
    position: absolute;
    left: auto;
    right: 2.8rem;
    top: 5px;
}
.topPageContents section.news h2 > span > a, .topPageContents section.documents h2 > span > a {
    background: rgba(204,204,204,1);
    text-decoration: none;
    display: block;
    width: 210px;
    height: auto;
    color: rgba(51,51,51,1);
    text-align: center;
    max-height: 26px;
    padding: 2px 0;
    letter-spacing: 1px;
    background: #ffffff;
    font-size: 1.4rem;
    background: -moz-linear-gradient(top, #ffffff 1%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #ffffff 1%,#e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 1%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
}
.topPageContents section.news h2 > span > a::after, .topPageContents section.documents h2 > span > a::after {
    font-family: 'icomoon' !important;
    content: "\e902";
    vertical-align: middle;
    margin-left: 10px;
    position: absolute;
    top: calc(50% - 10px);
    left: auto;
    right: 7px;
    font-size: 1.2rem;
    display: inline-block;
}
.topPageContents section.news > ul, .topPageContents section.documents > ul {
    width: 99%;
    height: 255px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
}
.topPageContents section.news  ul  li,
.topPageContents section.documents  ul  li{
	display: table;
	width: 100%;
	height: auto;
	padding: 2px 0;
	margin:0;
	border-bottom: 1px solid rgba(220,220,220,.50);
}
.topPageContents section.news ul  li > *,
.topPageContents section.documents ul  li > *{
	display:table-cell;
}
.topPageContents section.news ul li time, 
.topPageContents section.documents ul li time {
    width: 10%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 0;
}.topPageContents section.news ul  li  div,
.topPageContents section.documents ul  li  div{
	width: 86%;
	font-weight: normal;
}
.topPageContents section.news ul  li  div > *,
.topPageContents section.documents ul  li  div > *{
	margin-top:0;
	margin-bottom:0;
}
.topPageContents section.news{
	margin-bottom:10px;
}

@media all and (min-width:1500px){
.topPageContents > section.container{
	background:url(../img/general/contents_back_topPage.png) center bottom;
	background-size:100% auto;
}
}