@charset "UTF-8";
/*----------------------------------------------
  Index Page
----------------------------------------------*/
/*---------------- pageCommon ----------------*/
h2 {
  margin-bottom: 5px;
}
h2 img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

/*---------------- vidualImage ----------------*/
.wrap-vidualImage {
  position: relative;
  z-index: 5;
}

/*---------------- newsList ----------------*/
.tabsMenu {
  display: table;
  width: 100%;
}
.tabsMenu li {
  display: table-cell;
}
.tabsMenu li img {
  vertical-align: bottom;
}
.tabsMenu li a {
  display: block;
  height: 39px;
  text-indent: -9999px;
}
.tabsMenu #tab-new {
  background: url(../images/index/btn_newtab.png);
  width: 122px;
}
.tabsMenu #tab-new:hover {
  background: url(../images/index/btn_newtab_over.png);
}
.tabsMenu #tab-sup {
  background: url(../images/index/btn_suptab.png);
  width: 122px;
}
.tabsMenu #tab-sup:hover {
  background: url(../images/index/btn_suptab_over.png);
}
.tabsMenu #tab-app {
  background: url(../images/index/btn_apptab.png);
  width: 122px;
}
.tabsMenu #tab-app:hover {
  background: url(../images/index/btn_apptab_over.png);
}
.tabsMenu #tab-eve {
  background: url(../images/index/btn_evetab.png);
  width: 122px;
}
.tabsMenu #tab-eve:hover {
  background: url(../images/index/btn_evetab_over.png);
}
.tabsMenu #tab-abo {
  background: url(../images/index/btn_abotab.png);
  width: 122px;
}
.tabsMenu #tab-abo:hover {
  background: url(../images/index/btn_abotab_over.png);
}
.tabsMenu #tab-mut {
  background: url(../images/index/btn_muttab.png);
  width: 121px;
}
.tabsMenu #tab-mut:hover {
  background: url(../images/index/btn_muttab_over.png);
}
.tabsMenu #tab-ser {
  background: url(../images/index/btn_sertab.png);
  width: 121px;
}
.tabsMenu #tab-ser:hover {
  background: url(../images/index/btn_sertab_over.png);
}
.tabsMenu .active #tab-new {
  background: url(../images/index/btn_newtab_over.png);
}
.tabsMenu .active #tab-sup {
  background: url(../images/index/btn_suptab_over.png);
}
.tabsMenu .active #tab-app {
  background: url(../images/index/btn_apptab_over.png);
}
.tabsMenu .active #tab-eve {
  background: url(../images/index/btn_evetab_over.png);
}
.tabsMenu .active #tab-abo {
  background: url(../images/index/btn_abotab_over.png);
}
.tabsMenu .active #tab-mut {
  background: url(../images/index/btn_muttab_over.png);
}
.tabsMenu .active #tab-ser {
  background: url(../images/index/btn_sertab_over.png);
}
.tabs #new .newsList:nth-child(even) {
  background: #f1f1f1;
}
.tabs #new .newsList__newsText a {
  color: #545454;
}
.tabs #sup .newsList:nth-child(even) {
  background: #f0f3fc;
}
.tabs #sup .newsList__newsText a {
  color: #2d55c6;
}
.tabs #app .newsList:nth-child(even) {
  background: #fef3f4;
}
.tabs #app .newsList__newsText a {
  color: #e54148;
}
.tabs #eve .newsList:nth-child(even) {
  background: #fff6ed;
}
.tabs #eve .newsList__newsText a {
  color: #f8820e;
}
.tabs #abo .newsList:nth-child(even) {
  background: #eafdec;
}
.tabs #abo .newsList__newsText a {
  color: #20a42d;
}
.tabs #mut .newsList:nth-child(even) {
  background: #eaf7ff;
}
.tabs #mut .newsList__newsText a {
  color: #1890dc;
}
.tabs #ser .newsList:nth-child(even) {
  background: #fff3ff;
}
.tabs #ser .newsList__newsText a {
  color: #be60c1;
}

.tabsNews__wrap-newsList {
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 4px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  margin-bottom: 7px;
}
.tabsNews__wrap-newsList .wrap-newsList {
  background: #ffffff;
  overflow: auto;
  height: 200px;
  padding: 12px;
}
.tabsNews__wrap-newsList .wrap-newsList .newsList {
  padding: 5px 10px;
}
.tabsNews__wrap-newsList .wrap-newsList .newsList .newsList__day {
  float: left;
  margin-right: 10px;
}
.tabsNews__wrap-newsList .wrap-newsList .newsList img {
  vertical-align: -2px;
}

/*------------ cathCopy ------------*/
.topContents__catchCopy {
  text-align: center;
}

.catchCopy-regist {
  margin: 12px 0;
}

/*------------ searchCategory ------------*/
.topContents__wrap-searchCategory .searchCategory__bottom {
  margin-top: 12px;
}
.topContents__wrap-searchCategory .wrap-searchCategory__category {
  float: left;
  width: 234px;
  height: 359px;
  position: relative;
}

.topContents__wrap-searchCategory .wrap-searchCategory__category1 {
  float: left;
  width: 234px;
  height: 217px;
  position: relative;
}

.topContents__wrap-searchCategory .wrap-searchCategory__category ul li {
  margin: 5px 0;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 1em;
  text-indent: -1em;
}
.topContents__wrap-searchCategory .wrap-searchCategory__category ul li img {
  margin-right: 7px;
}
.topContents__wrap-searchCategory .wrap-searchCategory__category ul li a {
  color: #45494c;
  text-decoration: none;
  font-size: 14px;
}
.topContents__wrap-searchCategory .wrap-searchCategory__category:nth-child(2) {
  margin: 0 14px;
}
.topContents__wrap-searchCategory .wrap-searchCategory__category1:nth-child(2) {
  margin: 0 14px;
}
.topContents__wrap-searchCategory .toCategoryList {
  position: absolute;
  bottom: 0;
}
.topContents__wrap-searchCategory .toCategoryList img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.topContents__wrap-searchCategory .toCategoryList a:hover {
  opacity: 0.7;
}
.topContents__wrap-searchCategory .ctSup li a:hover {
  color: #2d55c6;
  text-decoration: underline;
}
.topContents__wrap-searchCategory .ctApp li a:hover {
  color: #e54148;
  text-decoration: underline;
}
.topContents__wrap-searchCategory .ctEve li a:hover {
  color: #f8820e;
  text-decoration: underline;
}
.topContents__wrap-searchCategory .ctAbout li a:hover {
  color: #20a42d;
  text-decoration: underline;
}
.topContents__wrap-searchCategory .ctMut li a:hover {
  color: #3dafea;
  text-decoration: underline;
}
.topContents__wrap-searchCategory .ctSrv li a:hover {
  color: #be60c1;
  text-decoration: underline;
}

/*------------ topContents__relationLink ------------*/
.topContents__officeDB .officeDB {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  float: left;
  width: 172px;
  margin-right: 14px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  background: white;
  background: -moz-linear-gradient(top, white 87%, #eeeded 100%);
  background: -webkit-linear-gradient(top, white 87%, #eeeded 100%);
  background: linear-gradient(to bottom, white 87%, #eeeded 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeded',GradientType=0 );
}
.topContents__officeDB .officeDB:last-child {
  margin-right: 0;
}
.topContents__officeDB .officeDB .officeDB__thumbnail img {
  max-height: 100px;
  min-height: 100px;
  max-width: 152px;
}
.topContents__officeDB .officeDB .officeDB__title {
  text-align: center;
  height: 38px;
  color: #0d75be;
  font-size: 13px;
  line-height: 16px;
}
.topContents__officeDB .toOfficeList {
  text-align: center;
  margin: 5px 0 10px;
}
.topContents__officeDB .toOfficeList a:hover {
  opacity: 0.7;
}

/*------------ topContents__relationLink ------------*/
.topContents__relationLink ul {
	margin-right: -14px;
	overflow: hidden;
}

.topContents__relationLink ul li {
  float: left;
  margin-right: 14px;
  margin-bottom: 15px;
  width: 172px;
}

.topContents__relationLink ul li.clear {
	clear: both;
}

.topContents__relationLink ul li img {
	max-width: 172px;
	height: auto;
}

.p-top-tbl{
	padding-left: 50px;
}
.for-upper {
	height: 225px !important;
}
