@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* =======================================================================================
   ■ 全体
------------------------------------------------------------------------------------------ */
html {
    background: none;
}

body {
    background: url("/files/body_bg.jpg") repeat-x scroll center top #04157e;
    color: #fff;
}

body#page_12 {
  background-image: url("/files/body_bg_top.jpg");
}

#wrapper {
    background: url("/files/wrapper_bg.jpg") no-repeat scroll center top transparent;
}

body#page_12 #wrapper {
    background: url("/files/wrapper_bg_top.jpg") no-repeat scroll center top transparent;
}

#outer_block{
  background:none;
  padding: 35px 0 0;
}

a:link, a:visited {
  color: #f92929;
  text-decoration: underline;
}

a:hover, a:active {
  color: #f92929;
  text-decoration: none;
}

small {
    background:#000;
    text-align: center;
    border:1px solid #000;
    border-radius:5px;
}

small a {
    color:#fff !important;
    border-radius:5px;
}

small a:hover {
    color:#f92929 !important;
    background:#fff;
}


/* =======================================================================================
   ■ ヘッダー・グローバル・ティーザー
------------------------------------------------------------------------------------------ */
#branding_box {
    background: url("/files/branding_box_bg.png") no-repeat scroll center top transparent;
    height: 165px;
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

#site-description {
    margin: 25px 0 0 0;
    padding: 0;
    width: 500px;
    float:right;
    text-align:right;
}

#site-description a {
    color:#04157e;
}

#header_information{
    width: 400px;
    float:left;
    padding: 20px 0 30px;
}

div#access .gnavi11 a, div#access .gnavi12 a, div#access .gnavi13 a, div#access .gnavi14 a, div#access .gnavi15 a, div#access .gnavi16 a {
    background-color: transparent;
    background-image: url("/files/topnavi2.png");
    height: 45px;
    width: 160px;
}

body#page_12  #main_teaser {
    height:568px;
}


/* =======================================================================================
   ■ フッター
------------------------------------------------------------------------------------------ */
#footer-widget-area .widget-area .menu-item a:link,
#footer-widget-area .widget-area .menu-item a:visited {
  text-decoration: underline;
  color:#fff;
}

#footer-widget-area .widget-area .menu-item a:hover,
#footer-widget-area .widget-area .menu-item a:active {
  text-decoration: none;
  color:#fff;
}

#footer_block {
    background: url("/files/footer_bg.png") repeat-x scroll center bottom transparent;
}

#footer_box {
    background: url("/files/footer_box_bg.png") no-repeat scroll center top transparent;
    height: 147px;
    width: 960px;
}

#footer-widget-area {
    width: 960px;
}

#footer_sitemap_block {
    padding-top: 12px;
}

#footer-widget-area .widget-area .menu-item a {
    border-left: 1px solid #c3b00c;
    border-right: 1px solid #c3b00c;
}

.footer_infomation {
    display: inline-block;
    width: 960px;
}

#footer_information .entry-post {
    border-bottom: medium none;
    margin: 48px 0 0 450px;
    width: 510px;
  color:#000;
}

#copyright {
    color: #b7c4fa;
    height: 30px;
    line-height: 30px;
  background-color:#000; 
}


/* =======================================================================================
   ■ サイド
------------------------------------------------------------------------------------------ */

/*ウィジェットタイトル*/
.widget-title,
.widget-title2 a {
    background: url("/files/widget_title_bg.png") no-repeat scroll left top transparent;
    color: #c3b00c;
    padding: 0;
    text-align:center;
}

/*ウィジェットリスト*/
#main .widget-area ul ul li a {
    background: url("/files/widget_list_bg.png") no-repeat scroll left top transparent;
    padding: 0 0 0 40px;
    color: #fff;
}

/* =======================================================================================
   ■ 見出し
------------------------------------------------------------------------------------------ */
.entry_title,
.entry-title {
    color: #fff;
    padding: 0 0 0 30px;
    width: 670px;
}

.sub_entry_title {
    color: #fff;
    padding: 0 0 0 30px;
    width: 670px;
}

.entry-title a,
.sub_entry_title a {
    color: #fff;
}

.headline_title {
    background: url("/files/top_entry_title.png") no-repeat scroll left top transparent;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    margin-bottom: 60px;
    padding: 0;
    text-align: center;
    width: 700px;
    color: #fff;
}


/* =======================================================================================
   ■ テーブル
------------------------------------------------------------------------------------------ */
.table_area td.td_name {
    background-color: #d2e0f3;
    border: 1px solid #04157e;
    color: #000;
}

.table_area td.td_value {
    background-color: #ffffff;
    border: 1px solid #04157e;
    color: #000;
}


/* =======================================================================================
   ■ フォーム
------------------------------------------------------------------------------------------ */
.iqfm-table th {
    background-color: #d2e0f3 !important;
    border: 1px solid #04157e !important;
    color: #000;
}

.iqfm-table td {
    background-color: #ffffff !important;
    border: 1px solid #04157e !important;
    color: #000;
}

#container_top .iqfm-table td #iqfm-input-text-5 {
  width: 60%;
}
#container_top .iqfm-table td input {
  font-size: 100%;
}

#container_top .iqfm-table td textarea{
  width: 96%;
  height: 8em;
  font-size: 100%;
}

.iqfm-req_color {
    color: #e21313;
}
.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
  font-size: 100%;
}


/* =======================================================================================
   ■ ブロック
------------------------------------------------------------------------------------------ */
.permalink_in a {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #000;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.permalink_in a:hover {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    color: #f92929;
    text-decoration: underline;
}

/* =======================================================================================
   ■ ブログ
------------------------------------------------------------------------------------------ */
#wp-calendar thead th {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #04157e;
}

#wp-calendar tbody td {
    background: none repeat scroll 0 0 #020d52;
    border: 1px solid #04157e;
}

#wp-calendar tbody td.pad {
    background-color: #020d52;
}

#wp-calendar tbody td a {
  text-decoration: underline;
}

#wp-calendar tbody td a:hover {
  text-decoration: none;
}

/*非表示*/
#yiirp64htese9ah9j2z7{
 display:none;
}































