@charset "UTF-8";

/*///////////////////////////////////////////////////////*
 *
 * Toppage (English)
 *
 ///////////////////////////////////////////////////////*

/* Common
=======================================*/
body {
	background: url(/english/img/bg_body_home.jpg) repeat-x left top;
}

#contents {
	float: none;
	width: 990px;
	border: 0;
	margin: 0;
	padding: 0;
}

/* areas
=======================================*/

/* eye catch */
#eyeCatch {
  height: 370px;
	margin-bottom: 35px;
  background: url(/english/img/pic_home_main.jpg) no-repeat right top;
}
#eyeCatch h1 {
  line-height: 1.3;
  padding: 75px 0 0 50px;
  font-size: 54px;
  font-weight: bold;
  color: #231815;
}
#eyeCatch p {
  padding: 10px 0 0 50px;
  color: #231815;
}
#eyeCatch h1.english {
  width: 420px;
  font-size: 36px;
}


/* Contents List */
#contentsList .section {
	float: left;
	width: 270px;
	margin-right: 90px;
	padding-bottom: 38px;
}
#contentsList .section h2 {
  height: 4em;
	font-size: 18px;
  font-weight: bold;
}
#contentsList .section:nth-child(3) {
	margin-right: 0;
}



/* informations */
#information {
	margin-bottom: 60px;
	padding-top: 7px;
}
#information .head {
	float: left;
	width: 197px;
}
#information .head h2 {
	margin-bottom: 12px;
	border-left: 3px solid #135b92;
	padding: 3px 0 3px 10px;
  font-size: 14px;
	font-weight: bold;
}
#information ul {
	float: right;
	width: 792px;
}
#information ul li {
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#information ul li .date {
	width: 97px;
	float: left;
}
#information ul li .category {
	float: left;
	width: 100px;
	margin-right: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#information ul li .title {
	float: right;
	width: 580px;
}
#information ul li .title a {
	padding-left: 16px;
	background: url(/english/cmn/img/icon_arrow_s.gif) no-repeat left center;
}

#information  .info {
	background: #698ac0;
}
#information  .press {
	background: #bb7293;
}
#information  .topic {
	background: #69a0c0;
}

.oss-area {
    margin: -25px 5px 50px;
    padding-bottom: 80px;
    border-bottom: 1px solid #ccc;
}
.oss-area-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.oss-area-list__item {
   margin-right: 20px;
}
.oss-area-list__item:nth-child(5n) {
    margin-right: 0;
}

