@charset "utf-8";

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


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

body {
    background: url("/files/body_bg.jpg") repeat-x scroll center top #1e3259;
    color: #ddd;
}

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

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

#outer_block{
    background: none;
    margin: 30px auto 0;
    padding: 0;
    width: 1010px;
}

#inner_block {
    margin: 0 auto;
    padding: 0 25px;
    width: 960px;
}

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

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

small {
    border-color: #d17e08;
}

small a {
    background: #eee;
    color: #d17e08 !important;
    padding: 5px 0;
    text-align: center !important;
    width: 100%;
}

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


/*グローバルナビの上にティーザーが来る場合*/
#main_teaser {
    position: relative;
}

#main_teaser img {
    left: 0;
    position: absolute;
    top: -146px;
}


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

.widget-title2 a:hover {
    text-decoration: none;
}

/*ウィジェットリスト*/
#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: #ddd;
}

#blog_block a {height: 90px;}

/* =======================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------ */
#branding_box {
    background: transparent url("/files/branding_box_bg.png") no-repeat scroll center 20px;
    height: 510px;
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

body#page_6 #branding_box {
    background: transparent url("/files/branding_box_bg_top.png") no-repeat scroll center 20px;
    height: 815px;
}

#site-description {
    display: block;
    font-size: 100%;
    font-style: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 960px;
}

#site-description a {
    color:#ddd;
}

#header_information {
  height:430px;
}

body#page_6 #header_information {
  height:735px;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  padding: 35px 0 0;
  text-align: center;
}
#page_6 .main_header { padding: 160px 0 0; }

.main_header img, .header_class img {
  width: 470px;
  height: 240px;
}
#page_6 .main_header img {
  width: 510px;
  height: 320px;
}



/* =======================================================================================
   ■ グローバルナビ
------------------------------------------------------------------------------------------ */
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: 60px;
    margin: 0;
    padding: 0;
    width: 160px;
}



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

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

#footer_block {
    background: transparent url("/files/footer_bg.jpg") no-repeat scroll center bottom;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#footer_box {
    background: none;
    height: 180px;
    width: 960px;
}

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

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

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

#footer_information .entry-post {
    border-bottom: medium none;
    margin: 129px 0 0 0;
    width: 960px;
    text-align:center;
}

#copyright {
    color: #ddd;
    height: 30px;
    line-height: 30px;
}




/* =======================================================================================
   ■ 見出し
------------------------------------------------------------------------------------------ */
.entry_title,
.entry-title {
    background: url("/files/entry_title_bg.png") no-repeat scroll left top transparent;
    color: #fff;
    padding: 0 0 0 30px;
    width: 670px;
}

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

.entry_title span.read_more_btn a {
    background: url("/files/read_more_btn.png") no-repeat scroll left top transparent;
}

.sub_entry_title {
    background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
    color: #fff;
    padding: 0 0 0 45px;
    width: 655px;
}

.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: 55px;
    line-height: 55px;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
    width: 700px;
    color: #fff;
}

.inline_title {
    background: url("/files/clom3-title.png") repeat-x scroll left bottom transparent;
    border: none;
    border-radius: 0;
    display: block;
    font-size: 11px;
    font-weight:bold;
    line-height: 40px;
    height:40px;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
}

/* =======================================================================================
   ■ テーブル
------------------------------------------------------------------------------------------ */
.table_area td.td_name {
    background-color: #000000;
    border: 1px solid #3e6eca;
}

.table_area td.td_value {
    background-color: #eeeeee;
    border: 1px solid #3e6eca;
    color:#000;
}

.td_cell {
    border-color: #3e6eca;
}

/* =======================================================================================
   ■ フォーム
------------------------------------------------------------------------------------------ */
form {
    margin-bottom: 20px;
}

.iqfm-table th {
    background-color: #000000 !important;
    border: 1px solid #3e6eca !important;
}

.iqfm-table td {
    background-color: #eeeeee !important;
    border: 1px solid #3e6eca !important;
    color:#000;
}


.iqfm-req_color {
    color: #f2df60;
}

/* メールフォームのボタン高さを統一 */
.z_c1 button, .z_c1 input[type="reset"],
.z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}

/* テキスト入力ボックスのサイズを調整 */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

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

/* ボタン下の余白設定 */
.z_c1 .post_data { margin: 0 0 30px; }


/* =======================================================================================
   ■ ブロック
------------------------------------------------------------------------------------------ */
/*トップ用記事*/
.eyecatch.display_line_bg {
    background: url("/files/recommend_b_bg.png") repeat-y scroll center center transparent;
}
.eyecatch .dispaly_line_outer {
    background: url("/files/recommend_b_top.png") no-repeat scroll center top transparent;
}
.eyecatch .dispaly_line_inner {
    background: url("/files/recommend_b_bottom.png") no-repeat scroll center bottom transparent;
}

.field_3col .display_line_bg {
    background: url("/files/recommend_s_bg.png") repeat-y scroll center center transparent;
}
.field_3col .dispaly_line_outer {
    background: url("/files/recommend_s_top.png") no-repeat scroll center top transparent;
}
.field_3col .dispaly_line_inner {
    background: url("/files/recommend_s_bottom.png") no-repeat scroll center bottom transparent;
}

/*FAQ*/
.post_data .inline_title {
    border: none;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 0 10px;
    text-align: left;
	min-height:1em;
	height:auto !important;
	height:1em;
}


.anchor_list ul li {
    border-bottom: 1px dotted #3e6eca;
    margin-bottom: 5px;
    padding: 5px 0;
}

.page_up a {
    background-color: #eee;
    border: 1px solid #d17e08;
    display: inline-block;
    padding: 5px 10px;
  	border-radius:0px;
    color:#d17e08 !important;
}

.page_up a:hover {
    background-color: #d17e08;
    color:#fff !important;
}

/*詳細ページ*/
.permalink_in a {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #d17e08;
    color: #d17e08;
    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: #d17e08 none repeat scroll 0 0;
    border: 1px solid #d17e08;
    color: #ffffff;
    text-decoration: underline;
}

.indent_border {
    border-left: 5px solid #2e4c86;
}

.before_after_block {
  margin-bottom:20px;
}

/*新着情報*/
.list_block .list_box {
    border-bottom: 1px dotted #3e6eca;
}


/*ブログ*/
#wp-calendar caption {
  text-align: center;
}
#wp-calendar tbody td {
  background: none repeat scroll 0 0 transparent;
  border: none;
  border-bottom: 1px solid #5987de;
}

