@charset "UTF-8";
/*
Theme Name: dentsusaigai
Theme URI: http://www.dentsu-kyosai.or.jp/saigai
Description: 電通共済災害情報サイト用
Version: 1.0
Author: NTT COMWARE
Author URI: http://www.nttcom.co.jp/
Text Domain: dentsusaigai
License:
License URI:
*/
/************/
/* 全体
/************/
* {
  margin: 0;
  padding: 0; }

.clear {
  clear: both; }

body {
  color: #252525;
  font: 14px/1.4 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

a {
  color: #006898;
  text-decoration: none; }
  a:active, a:focus {
    outline: 0; }
  a:hover {
    color: #2cafe3; }

img {
  border: 0; }

h3 {
  margin-left: 10px; }

#wrapper {
  margin: 0 auto;
  padding: 0 20px;
  width: 910px; }

/************/
/* ヘッダー
/************/
#header {
  padding: 5px 0 5px; }
  #header h1 {
    font-size: 12px;
    font-weight: normal;
    padding: 7px 0 10px; }

/************/
/* トップナビゲーション
/************/
#header-nav {
  background-color: #006898;
  clear: both;
  height: 46px;
  width: 910px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px; }
  #header-nav ul {
    list-style-type: none; }
    #header-nav ul li {
      background-color: #006898;
      border-right: 1px solid #ffffff;
      float: left;
      height: 46px;
      line-height: 46px;
      position: relative;
      word-wrap: break-word;
      z-index: 1; }
      #header-nav ul li a {
        color: #ffffff;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none; }
      #header-nav ul li ul.sub-menu {
        background-color: #006898;
        display: none;
        padding: 0;
        position: absolute;
        top: 46px; }
        #header-nav ul li ul.sub-menu li {
          float: none;
          padding: 0; }
          #header-nav ul li ul.sub-menu li a {
            border-top: 1px solid #eee;
            color: #ffffff;
            padding-left: 20px;
            padding-right: 20px; }
            #header-nav ul li ul.sub-menu li a:hover {
              background-color: #2cafe3;
              display: block; }
      #header-nav ul li.wide-menu {
        width: 210px; }
      #header-nav ul li:hover {
        background-color: #2cafe3; }
        #header-nav ul li:hover ul.sub-menu {
          display: block; }

/*************
/*メイン（右側）コンテンツ
*************/
#main {
  display: inline;
  float: right;
  padding: 10px 0;
  width: 618px; }
  #main h2 {
    background: #0b82be url(images/heading.png) no-repeat;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0 10px 0px 40px; }
  #main h3 {
    background: url(images/h3.png);
    background-position: bottom;
    color: #1196c2;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 6px; }

/* 記事 */
.content {
  margin: 10px 0px 40px 15px; }
  .content h3 {
    margin-left: 0px; }
  .content h4 {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0px;
    font-weight: normal;
    border-bottom: 1px #1196c2 solid; }
    .content h4:before, .content h4:after {
      content: "□";
      position: absolute;
      width: 4px;
      height: 4px;
      color: #1196c2;
      font-size: 14px;
      font-weight: normal;
      font-family: sans-serif; }
    .content h4:before {
      left: 0;
      top: 2px; }
    .content h4:after {
      left: 5.5px;
      top: 6.5px; }
  .content h5 {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: normal; }
    .content h5:before {
      content: '';
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      height: 12px;
      width: 12px;
      display: block;
      position: absolute;
      top: 8px;
      left: 7px;
      background-color: #1196c2; }
  .content li {
    margin: 5px 0px 5px 25px; }
  .content ol, .content ul {
    margin: 10px 10px 10px 15px; }
  .content p {
    margin: 10px 0px 10px 5px; }

/* 画像 */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft {
  display: inline;
  margin: 0 7px 2px 0;
  padding: 4px; }

img.alignright {
  display: inline;
  margin: 0 0 2px 7px;
  padding: 4px; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

/* カテゴリ・日付 */
#cate {
  color: #006898;
  font-weight: bold;
  padding-left: 5px;
  text-align: left; }

#date {
  color: #006898;
  font-weight: bold;
  text-align: right; }

#cate_date {
  padding-left: 10px; }

/* 次の記事 */
#next {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center; }

/* ページ */
#tablenav {
  text-align: center; }
  #tablenav.current {
    background: #328ab2;
    border-color: #328ab2;
    color: white;
    font-weight: bold; }
  #tablenav.next, #tablenav.prev {
    border: none; }
  #tablenav.page-numbers {
    border: solid 1px #328ab2;
    padding: 2px 4px;
    text-decoration: none; }

/* ボタン */
p.button {
  font-weight: bold;
  padding: 10px 0;
  text-align: center; }
  p.button a {
    background: #ffffff url(images/button.png) no-repeat;
    color: #fff;
    display: block;
    line-height: 32px;
    margin: 0 -20px; }
    p.button a:hover {
      background-position: 0 -32px;
      color: #d9e8ff;
      cursor: pointer; }

/* 組合員Webログイン表示用ボタン */
.loginButton {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  color: #ffffff;
  background-color: #006898;
  box-shadow: 2px 2px 0 #09364d;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.loginButton:hover {
  background-color: #2cafe3;
  box-shadow: 2px 2px 0 #1481ad;
  cursor: pointer; }

/*************
/* サイド（左側）コンテンツ
*************/
#sidebar {
  float: left;
  padding: 10px 0;
  width: 265px; }
  #sidebar h3 {
    background: #0b82be url(images/heading2.png) no-repeat;
    color: #1196c2;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0 10px 0 33px; }
  #sidebar li {
    border-bottom: 1px dashed #0778cc;
    list-style: none;
    margin: 0 10px 10px 5px; }
    #sidebar li a {
      background: url(images/list.png) no-repeat 0 50%;
      display: block;
      padding-left: 15px; }
      #sidebar li a:hover {
        background-position: 3px 50%; }
  #sidebar p {
    margin: 10px 10px 10px 10px; }
  #sidebar ul {
    margin-left: 5px;
    padding: 10px 0; }

/*************
/* フッター
*************/
#footer {
  border-top: 1px solid #006898;
  clear: both;
  display: block;
  font-size: 12px;
  font-style: normal;
  padding: 10px 0 10px;
  text-align: center; }
