@charset "UTF-8";
/* ===================================================================
	style info : コーポレートサイトトップページ用
	
	1. 全体レイアウト
	2. ヘッダーバナー
	3. 更新情報
	4. サイドバナー
=================================================================== */
/* clearfix */
#contentBody:after, ul#sideBanner:after {
  content: "";
  clear: both;
  display: block;
}

/* ========================================================
 1. 全体レイアウト
=========================================================== */
/* リンクカラー
----------------------------------------------------*/
a {
  color: #0059ab;
  text-decoration: none;
}

a:link {
  color: #0059ab;
}

a:visited {
  color: #7357bc;
}

a:hover {
  text-decoration: underline;
}

body {
  background: url(../images/bg_topBanner_repeat.png) left 5px repeat-x fixed;
}

#contentWrapper {
  width: 100%;
  min-width: 800px;
  padding-bottom: 10px;
  background: url(../images/bg_topBanner_shape3.png) center 5px no-repeat fixed;
}
@media screen and (min-width: 0px) {
  #contentWrapper {
    min-width: 320px;
  }
}

#contentWrapperBgFlow {
  background: url(../images/bg_topBanner_flow.png) no-repeat center 5px fixed;
}

#content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 10px;
  background: #fff;
  border-radius: 5px 5px 0 0;
}

#contentBody {
  position: relative;
  padding: 30px 30px 10px;
}
@media screen and (max-width: 650px) {
  #contentBody {
    padding: 0 0 10px;
  }
}

#rightContent {
  position: relative;
  float: right;
  width: 200px;
  z-index: 100;
}
@media screen and (max-width: 650px) {
  #rightContent {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    background: #eee;
  }
}

#leftContent {
  float: left;
  width: 100%;
  margin-right: -200px;
}
@media screen and (max-width: 650px) {
  #leftContent {
    float: none;
    margin-right: 0;
  }
}

#leftContentBody {
  padding-right: 220px;
}
@media screen and (max-width: 650px) {
  #leftContentBody {
    padding: 10px;
  }
}

/* ========================================================
 2. ヘッダーバナー
=========================================================== */
#topBanner {
  width: 100%;
  background: url(../images/bg_topBanner_shape2.png) center 5px no-repeat fixed;
}

#topBannerBg {
  width: 100%;
  padding: 18px 0 38px;
  background: url(../images/bg_topBanner_shape1.png) center 5px no-repeat fixed;
}

#topBannerBox {
  max-width: 680px;
  margin: 0 auto;
}

/* ========================================================
 3. 更新情報 & お知らせ
=========================================================== */
#leftContentBody h2 {
  margin-bottom: 1em;
  padding: 6px;
  font-size: 110%;
  line-height: 1em;
  border: 1px solid #ccc;
  border-left: 5px solid #0078c8;
  border-radius: 4px;
  background: #eee;
}
#leftContentBody h2 a {
  margin-left: 10px;
  font-weight: normal;
  font-size: 85%;
  color: #333;
}

/* 更新情報
---------------------------------------------- */
#pressReleaseBox {
  margin-bottom: 40px;
}
#pressReleaseBox h2 {
  position: relative;
  border-left: 5px solid #0078c8;
}
#pressReleaseBox h2 a.rss {
  position: absolute;
  right: 6px;
  top: 50%;
  display: block;
  width: 44px;
  height: 16px;
  margin: -8px 0 0;
  background-image: url("../images/icon_rss.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#pressReleaseBox h2 a.rss:hover {
  opacity: 0.8;
}

dl.pressRelease {
  margin-bottom: 2em;
  font-size: 90%;
}
dl.pressRelease dt {
  font-weight: bold;
}
dl.pressRelease dt span {
  margin-left: 3px;
  padding: 1px 5px 0px;
  line-height: 1em;
  font-size: 10px;
  font-weight: normal;
  color: #aaa;
  border: 1px solid #aaa;
}
dl.pressRelease dt a {
  margin-left: 3px;
  padding: 2px 5px 1px;
  line-height: 1em;
  font-size: 10px;
  color: #fff;
  border-radius: 2px;
  background: #e29605;
}
dl.pressRelease dt a.pdf {
  background: #dd280b;
}
dl.pressRelease dt a:hover {
  color: #222;
  text-decoration: none;
}
dl.pressRelease dd {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #ccc;
}
dl.pressRelease dd a {
  display: block;
  padding: 5px;
  color: #444;
}
dl.pressRelease dd a:hover {
  background: #e5f3fd;
}

/* お知らせ
---------------------------------------------- */
#informationBox h2 {
  border-left: 5px solid #cf4f22;
}

ul.infoList {
  margin-bottom: 1em;
  list-style: none;
}
ul.infoList li {
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
  border-bottom: 1px dashed #ccc;
}
ul.infoList li a {
  display: block;
  padding: 5px;
  color: #444;
}
ul.infoList li a:hover {
  background: #e5f3fd;
}

/* 最近のお知らせ
---------------------------------------------- */
#recentInformationBox {
  margin-bottom: 40px;
}
#recentInformationBox h2 {
  border-left: 5px solid #cf4f22;
}

/* ========================================================
 4. サイドバナー
=========================================================== */
@media screen and (max-width: 650px) {
  ul#sideBanner {
    margin: 0 auto;
    padding: 10px 10px 5px;
    text-align: center;
  }
}
ul#sideBanner li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 1.3em;
  font-size: 85%;
}
@media screen and (max-width: 650px) {
  ul#sideBanner li {
    display: inline-block;
    width: 138px;
    margin-bottom: 5px;
    vertical-align: top;
  }
}
ul#sideBanner li a {
  display: block;
  padding: 9px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 650px) {
  ul#sideBanner li a {
    padding: 6px;
  }
}
ul#sideBanner li a img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
ul#sideBanner li a:hover {
  border-color: #137ccb;
}
ul#sideBanner li a span {
  display: block;
  text-align: left;
}
