/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */

body {
    margin: 0;
    padding: 0; /*background:url(img/common/background.jpg) left top;*/
    font-family: "Century Gothic", Arial, sans-serif;
    color: #333;
}

/* mobile banner */
#mobile_banner_top,
#mobile_banner_bottom {
    display: none;
}

/* layout */
#content_wrap {
    width: 980px;
    margin: 50px auto 150px;
    position: relative;
}
#side_col {
    width: 300px;
    float: right;
    margin: 0;
}
#main_col_wrap {
    position: relative;
    float: left;
    width: 650px;
    margin: 0;
    background: url(img/common/content_side.gif) repeat-y left top;
}
.page #content_wrap {
    margin-bottom: 50px;
}
#main_col {
    background: url(img/common/content_top.gif) no-repeat left top;
}
#content {
    background: url(img/common/content_bottom.gif) no-repeat left bottom;
    padding: 10px 0;
}

.no_side #main_col_wrap {
    float: none;
    width: 980px;
    margin: 0;
    background: url(img/common/content_side_noside.gif) repeat-y left top;
}
.no_side #main_col {
    background: url(img/common/content_top_noside.gif) no-repeat left top;
}
.no_side #content {
    background: url(img/common/content_bottom_noside.gif) no-repeat left bottom;
    padding: 10px 0;
}
.no_side #single_post {
    width: 900px;
}

.no_side2 #main_col_wrap {
    float: none;
    width: 750px;
    margin: 0 auto;
    background: url(img/common/content_side_noside2.gif) repeat-y left top;
}
.no_side2 #main_col {
    background: url(img/common/content_top_noside2.gif) no-repeat left top;
}
.no_side2 #content {
    background: url(img/common/content_bottom_noside2.gif) no-repeat left bottom;
    padding: 10px 0;
}
.no_side2 #single_post {
    width: 670px;
}

.layout2 #side_col {
    float: left;
}
.layout2 #main_col_wrap {
    float: right;
}

.three_column1 #main_col_wrap {
    float: left;
    width: 540px;
    margin: 0 0 0 220px;
    background: url(img/common/content_side_3col.gif) repeat-y left top;
}
.three_column1 #main_col {
    background: url(img/common/content_top_3col.gif) no-repeat left top;
}
.three_column1 #content {
    background: url(img/common/content_bottom_3col.gif) no-repeat left bottom;
    padding: 10px 0;
}
.three_column1 #side_col {
    width: 200px;
    float: left;
    margin: 0 0 0 -760px;
}
.three_column1 #side_col2 {
    width: 200px;
    float: right;
    margin: 0;
}

.three_column2 #main_col_wrap {
    float: left;
    width: 540px;
    margin: 0 20px 0 0;
    background: url(img/common/content_side_3col.gif) repeat-y left top;
}
.three_column2 #main_col {
    background: url(img/common/content_top_3col.gif) no-repeat left top;
}
.three_column2 #content {
    background: url(img/common/content_bottom_3col.gif) no-repeat left bottom;
    padding: 10px 0;
}
.three_column2 #side_col {
    width: 200px;
    float: left;
    margin: 0 20px 0 0;
}
.three_column2 #side_col2 {
    width: 200px;
    float: left;
    margin: 0;
}

/* headline */
.headline_base1 {
    width: 600px;
    margin: 0 auto;
    border-bottom: 1px dotted #ccc;
    padding: 20px 0 20px 0;
    font-size: 16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
        serif;
}
.headline_base2 {
    font-size: 16px;
    background: #333;
    color: #eee;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 25px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 0px #aaa;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
        serif;
}
.three_column1 .headline_base1,
.three_column2 .headline_base1 {
    width: 500px;
}

.headline1 {
    font-size: 16px;
    border-left: 7px solid #e41858;
    border-bottom: 1px dotted #444;
    line-height: 32px;
    padding-left: 12px;
    margin: 60px 0 10px;
}
.headline2 {
    font-size: 15px;
    border-left: 5px solid #f2195d;
    line-height: 28px;
    padding-left: 10px;
    margin: 40px 0 20px;
}

/* ----------------------------------------------------------------------
 post list
---------------------------------------------------------------------- */
.post_list a {
    text-decoration: none;
}
.post_list {
    width: 600px;
    margin: 0 auto 30px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 50px 0;
}
.post_list.last {
    border: none;
    margin-bottom: 0;
}
.post_list .title {
    line-height: 150%;
    margin: 0;
    padding: 15px 0;
    font-size: 24px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
        serif;
}
.post_list .title a {
    text-decoration: none;
    display: block;
}
.post_list .meta {
    font-size: 11px;
    background: #333;
    color: #eee;
    padding: 10px 15px;
    margin: 0 0 25px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 0px #aaa;
}
.post_list .meta a {
    color: #eee;
}
.post_list .meta .date {
    float: left;
    margin: 0 25px 0 0;
    line-height: 150%;
}
.post_list .meta ul {
    float: left;
    margin: 0 25px 0 0;
}
.post_list .meta li {
    float: left;
    line-height: 150%;
    margin: 0 5px 0 0;
}
.post_list .meta ul.post_category {
    background: url(img/common/icon_category.png) no-repeat left 3px;
    padding: 0 0 0 16px;
}
.post_list .meta ul.post_tag {
    background: url(img/common/icon_tag.png) no-repeat left 3px;
    padding: 0 0 0 16px;
}
.post_list .meta .post_comment {
    float: left;
    margin: 0;
    line-height: 150%;
    background: url(img/common/icon_comment.png) no-repeat left 3px;
    padding: 0 0 0 18px;
}
.post_list .image img {
    float: left;
    display: block;
    border: 0;
    padding: 0;
    box-shadow: 8px 8px 20px rgba(12, 47, 115, 0.18);
}
.post_list .desc_area {
    float: right;
    width: 340px;
}
.post_list .desc_area .desc {
    line-height: 220%;
    font-size: 14px;
}
.post_list .read_more {
    background: url(img/common/arrow2.png) no-repeat right 2px;
    padding: 2px 22px 2px 0;
    float: right;
}
.three_column1 .post_list,
.three_column2 .post_list {
    width: 500px;
}
.three_column1 .post_list .desc_area,
.three_column2 .post_list .desc_area {
    float: right;
    width: 250px;
}

/* page navi */
.page_navi {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -100px;
}
.page_navi h4 {
    font-size: 10px;
    font-weight: normal;
    margin: 0 0 5px 0;
    color: #888;
}
.page_navi ul {
}
.page_navi li {
    float: left;
}
.page_navi a,
.page_navi a:hover,
.page_navi span {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    padding: 13px 15px;
    line-height: 100%;
    margin: 0 4px 4px 0;
    background: #bbb;
    display: block;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.page_navi a:hover {
    color: #fff;
    text-decoration: none;
}
.page_navi span.dots {
    background: none;
    color: #333;
}

.page_navi span.current {
    color: #fff;
    background: #666;
}
.page_navi a.prev,
.page_navi a:hover.prev,
.page_navi a:visited.prev {
}
.page_navi a.next,
.page_navi a:hover.next,
.page_navi a:visited.next {
}

.page_navi p.back a,
.page_navi p.back a:hover {
    display: inline-block;
    padding: 8px 20px;
}

/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */

#single_post {
    width: 600px;
    margin: 0 auto 30px;
}
.three_column1 #single_post,
.three_column2 #single_post {
    width: 500px;
}

/* title */
#single_post .title {
    line-height: 150%;
    margin: 0;
    padding: 15px 0;
    font-size: 24px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
        serif;
}
.page_title {
    font-size: 24px;
    line-height: 150%;
    padding: 25px 0 15px;
    margin: 0;
}

/* social bookmark */
#bookmark {
    text-align: right;
    margin: 0 30px;
    border-bottom: 1px dotted #ccc;
    padding: 15px 0;
}
#bookmark li {
    display: inline;
    margin: 0;
}
#bookmark li.social2 {
    margin-right: -30px;
}

/* post meta */
#single_post .meta {
    font-size: 11px;
    background: #333;
    color: #eee;
    padding: 10px 15px;
    margin: 0 0 25px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 0px #aaa;
}
#single_post .meta a {
    color: #eee;
}
#single_post .meta .date {
    float: left;
    margin: 0 25px 0 0;
    line-height: 150%;
}
#single_post .meta ul {
    float: left;
    margin: 0 25px 0 0;
}
#single_post .meta li {
    float: left;
    line-height: 150%;
    margin: 0 5px 0 0;
}
#single_post .meta ul.post_category {
    background: url(img/common/icon_category.png) no-repeat left 3px;
    padding: 0 0 0 16px;
}
#single_post .meta ul.post_tag {
    background: url(img/common/icon_tag.png) no-repeat left 3px;
    padding: 0 0 0 16px;
}
#single_post .meta .post_comment {
    float: left;
    margin: 0;
    line-height: 150%;
    background: url(img/common/icon_comment.png) no-repeat left 3px;
    padding: 0 0 0 18px;
}

/* banner */
#single_banner1 {
    text-align: center;
    margin: 0 0 25px 0;
}
#single_banner2 {
    text-align: center;
    margin: 25px 0 15px 0;
}

/* post thumbnail */
.post_image img {
    max-height: 300px;
    width: auto;
    display: block;
    margin: 0 auto 25px;
}

/* next page */
#post_pagination {
    margin: 20px 0 30px 0;
    clear: both;
}
#post_pagination h5 {
    margin: 0 10px 0 0;
    float: left;
    line-height: 30px;
    font-size: 12px;
}
#post_pagination a,
#post_pagination p {
    float: left;
    display: inline-block;
    background: #eee;
    margin: 0 5px 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #333;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}
#post_pagination p {
    background: #999;
    color: #fff;
}
#post_pagination a:hover {
    color: #fff;
}

/* related post */
#related_post {
    width: 600px;
    margin: 0 auto 30px;
}
#related_post ul {
    margin: 0;
}
#related_post ul li {
    margin: 0;
    min-height: 88px;
    line-height: 100%;
    width: 50%;
    float: left;
}
#related_post ul li .meta {
    width: 180px;
    float: left;
    display: inline;
    margin: 0 0 0 10px;
}
#related_post ul li .date {
    line-height: 100%;
    font-size: 11px;
    margin: 0 0 5px 0;
    padding: 12px 0 0 0;
    font-weight: bold;
}
#related_post ul li .title {
    line-height: 130%;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
        serif;
}
#related_post ul li .title a {
    color: #333;
    display: block;
    margin: 0 0 10px 0;
}
#related_post ul li .image img {
    display: block;
    border: 1px solid #ccc;
    padding: 2px;
    float: left;
}
#related_post ul li.even .meta {
    float: right;
}
#related_post ul li.even .image img {
    margin: 0 0 0 35px;
}
.three_column1 #related_post,
.three_column2 #related_post {
    width: 500px;
}
.three_column1 #related_post ul li .meta,
.three_column2 #related_post ul li .meta {
    width: 130px;
}
.three_column1 #related_post ul li .date,
.three_column2 #related_post ul li .date {
    padding: 6px 0 0 0;
}

/* next prev post link */
#previous_next_post {
    margin: 0 30px;
    padding: 0 0 30px 0;
}
#previous_next_post a {
    color: #333;
}
#previous_post a {
    margin: 0;
    width: 42%;
    float: left;
    line-height: 140%;
    font-size: 10px;
    background: url(img/common/arrow_left.gif) no-repeat left 2px;
    padding: 7px 0 8px 30px;
}
#next_post a {
    margin: 0;
    width: 42%;
    float: right;
    text-align: right;
    line-height: 140%;
    font-size: 10px;
    background: url(img/common/arrow_right.gif) no-repeat right 2px;
    padding: 8px 30px 8px 0;
}
.three_column1 #previous_next_post,
.three_column2 #previous_next_post {
    margin: 0 20px;
}

/* ----------------------------------------------------------------------
 side widget
---------------------------------------------------------------------- */
.side_widget {
    margin: 0 0 35px 0;
    font-size: 11px;
    clear: both;
}
.side_headline {
    font-size: 12px;
    background: #333;
    color: #eee;
    padding: 0 15px 0 0;
    margin: 0 0 15px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 0px #aaa;
    line-height: 38px;
    height: 38px;
}
.side_headline span {
    padding: 2px 2px 3px 17px;
}
.side_widget {
}
.side_widget ul {
    margin: 0;
}
.side_widget li ul {
    margin: 15px 0 0 0;
}
.side_widget li {
    line-height: 170%;
    margin: 0 0 15px 0;
    font-size: 11px;
    background: url(img/common/arrow1.png) no-repeat left 0px;
    padding: 0 0 0 20px;
}
.side_widget li.last {
    margin: 0;
}
.side_widget a {
    color: #333;
}

/* adsense */
.ad_widget img {
    height: auto;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}
.fixed_ad {
    position: fixed;
    top: 0px;
    height: auto;
    width: 300px;
}
.three_column1 .fixed_ad,
.three_column2 .fixed_ad {
    width: 200px;
}
.fixed_ad2 {
    position: absolute;
    bottom: -35px;
    height: auto;
    width: 300px;
}
.three_column1 .fixed_ad2,
.three_column2 .fixed_ad2 {
    width: 200px;
}

/* orginal widget post list */
.widget_post_list {
    margin: 0;
}
.side_col .widget_post_list li {
    background: none;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #aaa;
}
.widget_post_list li.last {
    border: none;
    margin: 0;
}
.widget_post_list .info {
}
.widget_post_list .info .date {
    margin: 2px 0 5px 0;
    line-height: 100%;
    color: #004b64;
    font-weight: bold;
}
.widget_post_list .info .title {
    font-size: 12px;
    margin: 0;
    padding: 0 0 5px 0;
    display: block;
    font-weight: bold;
}
.widget_post_list .image {
    float: left;
    display: block;
    margin: 0 15px 0 0;
}
.widget_post_list .image img {
    width: 64px;
    height: 64px;
    border: 1px solid #ccc;
    padding: 1px;
}
#footer .widget_post_list li {
    padding: 0 0 6px 0;
    margin: 0 0 10px 0;
    background: none;
    border-bottom: 1px dotted #aaa;
}
#footer .widget_post_list li.last {
    border: none;
    margin: 0;
    padding: 0;
}
#footer .widget_post_list .info .date {
    color: #888;
}

/* calendar */
#wp-calendar {
    margin: 0 auto;
    width: 100%;
    font-size: 11px;
    border-collapse: separate;
    table-layout: fixed;
}
#wp-calendar th,
#wp-calendar td {
    color: #333;
    padding: 0;
    line-height: 350%;
    text-align: center;
}
#wp-calendar td a {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #333;
    background: #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#wp-calendar td a:hover {
    text-decoration: none;
    color: #fff;
}
#wp-calendar caption {
    padding: 7px 0;
}
#wp-calendar thead th,
#wp-calendar tfoot td {
    border: none;
    padding: 0;
    line-height: 200%;
}
#wp-calendar #prev,
#wp-calendar #next {
    line-height: 200%;
}
#wp-calendar #prev a,
#wp-calendar #next a {
    text-decoration: none;
    background: none;
    color: #333;
}
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}
#wp-calendar td#today {
    color: #fff;
    background: #c1c1c1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#footer #wp-calendar td a {
    background: #dedede;
}
#side_col #wp-calendar th,
#side_col #wp-calendar td {
    line-height: 340%;
}
.three_column1 #side_col #wp-calendar th,
.three_column1 #side_col #wp-calendar td,
.three_column2 #side_col #wp-calendar th,
.three_column2 #side_col #wp-calendar td {
    line-height: 250%;
}

/* search */
.widget_search label {
    display: none;
}
.widget_search #search-box,
.widget_search #s {
    float: left;
    width: 66%;
    height: 33px;
    margin: 0 -2px 10px 0;
    border: 1px solid #ccc;
    background: #fefefe;
    padding: 0 2%;
    box-shadow: 2px 2px 3px 0px #ddd inset;
    position: relative;
}
.widget_search #search-btn input,
.widget_search #searchsubmit {
    border: none;
    float: right;
    color: #fff;
    height: 35px;
    width: 30%;
    background: #333;
}
.widget_search #search-btn input:hover,
.widget_search #searchsubmit:hover {
    cursor: pointer;
}

/* archive category dropdown */
.widget_archive select,
.widget_categories select {
    border: 1px solid #ddd;
    padding: 6px 10px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 20px 0;
}

/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header_wrap {
    background: #fff url(img/header/menu_bg.gif) repeat-x left bottom;
    min-width: 980px;
}
#header {
    width: 980px;
    height: 240px;
    margin: 0 auto;
    z-index: 30;
    position: relative;
}
body.no_global_menu #header_wrap {
    height: 170px;
    background: #fff url(img/header/menu_bg2.gif) repeat-x left bottom;
}
body.no_global_menu #header {
    height: auto;
}

/* logo */
#logo_area {
    width: 250px;
    height: 140px;
    position: relative;
    top: 27px;
}
#logo_area h1 {
    line-height: 120%;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    paddgin: 0;
}
#logo_text {
    position: absolute;
    top: 50px;
    left: 0px;
}
#logo_image {
    position: absolute;
}
#logo_area #logo_text a {
    text-decoration: none;
    color: #333;
}
#logo_area #logo_text a:hover {
    text-decoration: underline;
}

/* description */
#description {
    height: 25px;
    line-height: 25px;
    padding: 0;
    font-size: 12px;
    background: #000;
    color: #ddd;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 980px;
}
#description span {
    width: 980px;
    display: block;
    margin: 0 auto;
}

/* banner */
#header_banner {
    position: absolute;
    top: 53px;
    right: 0px;
}

/* global menu */
/*#header a.menu_button { display:none; }*/
#global_menu {
    width: 980px;
    height: 63px;
    z-index: 30;
    position: absolute;
    bottom: 7px;
    left: 0px;
    background: url(img/header/menu_line.gif) no-repeat left;
}
#global_menu ul ul {
    position: absolute;
    top: 66px;
    left: 0px;
    margin: 0 0 0 -1px;
    padding: 0;
}
#global_menu ul ul ul {
    left: 100%;
    top: 0;
}
#global_menu ul li {
    font-size: 1%;
    font-weight: bold;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}
#global_menu ul ul li {
    float: none;
    height: auto;
    line-height: 26px;
    padding: 0;
    margin: 0;
    text-align: left;
}
#global_menu ul li a {
    font-size: 14px;
    color: #333;
    text-shadow: 1px 1px 0px #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    background: url(img/header/menu_line.gif) no-repeat right;
    height: 45px;
    padding: 18px 0 0 0;
}
#global_menu ul li a strong {
    display: block;
    color: #333;
}
#global_menu ul li a span {
    display: block;
    font-size: 9px;
    color: #888;
}
#global_menu ul li a:hover {
    color: #333;
    text-shadow: none;
}
#global_menu ul ul a {
    position: relative;
    padding: 13px 10px 10px 10px;
    height: auto;
    line-height: 160%;
    margin: 0 0 -1px 0;
    text-align: left;
    background: #fff url(img/common/arrow3.png) no-repeat 14px 14px;
    border: 1px solid #ccc;
    font-size: 13px;
}
#global_menu ul ul a:hover {
    border: 1px solid #ccc;
    color: #fff;
    background: #444 url(img/common/arrow3.png) no-repeat 14px 14px;
}
#global_menu ul ul .parent_menu > a,
#global_menu ul li.active_menu_first ul .parent_menu > a,
#global_menu ul li.active_menu_last ul .parent_menu > a {
    border-bottom: none;
}
#global_menu ul ul .parent_menu > a:hover,
#global_menu ul li.active_menu_first ul .parent_menu > a:hover,
#global_menu ul li.active_menu_last ul .parent_menu > a:hover {
    border-bottom: none;
}

/* breadcrumb navi */
#bread_crumb {
    margin: -36px auto 14px;
    position: relative;
    width: 980px;
}
#bread_crumb ul {
    margin: 0 0 0 15px;
    padding: 0;
}
#bread_crumb li {
    line-height: 22px;
    float: left;
    display: inline;
    margin: 0 12px 0 0;
    padding: 0 15px 0 0;
    background: url(img/common/arrow1.gif) no-repeat right 8px;
    font-size: 10px;
    color: #888;
}
#bread_crumb li a {
    color: #666;
}
#bread_crumb li a:hover {
}
#bread_crumb li.last {
    background: none;
    margin: 0;
    padding: 0;
}

/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#footer_wrap {
    clear: both;
    background: url(img/footer/line1.gif) repeat-x left top;
    min-width: 980px;
}
#footer {
    width: 980px;
    margin: 0 auto 20px;
}

/* return top */
#return_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
#return_top img {
    opacity: 0.6;
    display: block;
}
#return_top:hover img {
    opacity: 1;
}

/* widget area */
#footer_widget_area1 {
    float: left;
    margin: 0 20px 0 0;
    width: 220px;
}
#footer_widget_area2 {
    float: left;
    margin: 0 20px 0 0;
    width: 280px;
}
#footer_widget_area3 {
    float: left;
    margin: 0;
    width: 440px;
}

.footer_headline {
    font-size: 15px;
    border-bottom: 1px dotted #aaa;
    line-height: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.footer_widget {
    margin: 30px 0 0 0;
}
.footer_widget ul {
    margin: 0;
}
.footer_widget li ul {
    margin: 15px 0 0 0;
}
.footer_widget li {
    line-height: 170%;
    margin: 0 0 15px 0;
    font-size: 11px;
    background: url(img/common/arrow2.gif) no-repeat left 7px;
    padding: 0 0 0 7px;
}
.footer_widget a {
    color: #666;
}

/* copyright */
#copyright {
    color: #ddd;
    clear: both;
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    background: #000;
    min-width: 980px;
}
#copyright a {
    text-decoration: none;
    color: #ddd;
}
#copyright a:hover {
    text-decoration: underline;
}

/* ----------------------------------------------------------------------
20190417追加
---------------------------------------------------------------------- */
#content_wrap {
    margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
    .menu_button {
        display: none !important;
    }
    #global_menu ul li {
        width: 18% !important;
        border-right: 1px solid #ffffff;
        border-bottom: 3px #f1f1f1 solid;
        box-sizing: border-box;
    }
    #global_menu ul li a {
        font-size: 0.9rem !important;
    }
    #global_menu ul li.active_menu {
        border-bottom: none !important;
    }
    #global_menu ul li.current-menu-item.active_menu a {
        border-bottom: none !important;
    }
    #global_menu ul li:nth-child(1) {
        width: 10% !important;
        border-left: 1px solid #ffffff;
    }
    #global_menu ul li:nth-child(1) a {
        padding: 38px 0 20px;
        height: 60px;
        font-size: 0.9rem;
    }
    #global_menu ul li:nth-child(1).current-menu-item.active_menuC {
        border-bottom: 3px #381f06 solid !important;
    }
    #global_menu ul li:nth-child(n + 7) {
        border-top: 1px solid #ffffff;
    }
}
#content_wrap {
    margin-top: 36px;
}

#global_menu ul li.current-menu-item {
    border-bottom: 3px #381f06 solid !important;
}

/* -------------------
ブログ＆アーカイブページ
-------------------- */
body {
    position: relative;
}
body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 59px;
    top: 0;
    left: 0;
    background: #381f06;
    z-index: -1;
}
.inner {
}
header {
    height: 60px;
}
header nav li {
    border-left-color: #4f3622;
}
header nav li:last-child {
    border-right-color: #4f3622;
}
header nav li,
header nav li a,
header nav li.register a {
    /*padding: 18px 12px;*/
    padding: 19px 4.6px;
    color: #ffffff;
    font-size: 14px;
}
header nav ul li ul li a {
    padding: 0;
    font-size: 13px;
}
.dropdown > ul {
    background: rgba(79, 59, 34, 0.7);
}
.dropdown ul > li {
    padding: 9px 0 10px 9%;
}
header nav li a:hover {
    color: #ffffff;
}
header nav li.login {
    background: #ffffff;
}
header nav li.login a {
    color: #381f06;
    padding: 19px 7px;
}
header nav li.register {
    color: #ffffff;
    background: #381f06;
}
header nav li.login,
header nav li.register {
    /*padding-top: 2px;
	padding-bottom: 2px;*/
}
#top-img {
    width: 100%;
    background:
        url("/blog/nwrwpadm/wp-content/uploads/2020/07/kyoto_tc_logo.png") 100px,
        /* 最前面の背景レイヤーの背景画像 */ url("/blog/nwrwpadm/wp-content/uploads/2019/04/th_main_blog-1.jpg") 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 15%, 100%;
    background-position:
        center center,
        center center;
    padding-top: 21.2%;
    margin-top: -1px;
}

/*サブメニュー*/
@media screen and (min-width: 981px) {
    #header-wide-wrap {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background: #f1f1f1;
    }
}
#header-wide-wrap {
    background: #f1f1f1;
}
#header_title {
    margin: 0;
    /* padding-top: 32px; */
    text-align: left;
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    font-weight: 600;
    letter-spacing: 0;
    color: #123c88;
    background: none;
    -webkit-text-fill-color: initial;
}
#header_wrap {
    background: none;
}
#header {
    height: 150px;
}
#header-wide {
    width: 980px;
    margin: 0 auto;
    z-index: 30;
    position: relative;
}
.blog-header #global_menu {
    position: relative;
    height: auto;
    bottom: 0;
}
#global_menu {
    background-image: none;
}
#global_menu ul li a {
    font-size: 15.5px;
    background-image: none;
}
/*メインコンテンツ*/
#main_col_wrap.blog_main {
    /* width: 800px; */
    width:100%;
    background: none;
    margin-top: 10px;
}
.blog_main #content {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog_main #main_col {
    background: none;
}
.blog-category-filter {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: min(980px, calc(100% - 32px));
    margin: 48px 0;
    color: #12346d;
    font-size: 14px;
    font-weight: 700;
}
.blog-category-filter__label {
    flex: 0 0 auto;
    padding: 2px 0;
    line-height: 1.6;
}
.blog-category-filter .inner-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-category-filter .inner-links a {
    display: inline-flex;
    align-items: center;
    padding: 2px 12px;
    background: linear-gradient(135deg, #ffe867, #ffd400);
    color: #12346d;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}
.blog_main .post_list {
    width: 100%;
    margin: 0 0 24px;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 24px;
    align-items: flex-start;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 24px;
}
.blog_main .post_list .post_thumb_link {
    width: calc((100% - 24px) * 0.3);
    flex: 0 0 calc((100% - 24px) * 0.3);
}
.blog_main .post_list .image {
    width: 100%;
}
.blog_main .post_list .desc_area {
    width: calc((100% - 24px) * 0.7);
    flex: 0 0 calc((100% - 24px) * 0.7);
    min-width: 0;
}

/*コンテンツ*/
.post_list .title {
    font-family: serif;
    line-height: 140%;
    padding: 5px 0 10px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
        serif;
}
.post_list .title a {
    transition: ease 0.3s;
}
.post_list .title a:hover {
    opacity: 0.6;
}
.blog_main .post_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog_main .post_category li {
    margin: 5px 2.5px;
    box-sizing: border-box;
}
.blog_main .post_category li a {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 6px;
    background: linear-gradient(135deg, #ffe867, #ffd400) !important;
    border-radius: 2px;
    color: #12346d !important;
    transition: ease 0.3s;
}
.blog_main .post_category li a:hover {
    background-color: #e9e2db !important;
    color: #000000 !important;
}
.blog_main .date {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 180%;
    color: #979797;
    text-align: left;
}
.blog_main .post_list .image img {
    width: 100%;
    height: auto;
    border: 0 !important;
    outline: none;
}
.blog_main .post_list .desc_area .desc {
    line-height: 180%;
    margin-top: 0;
    margin-bottom: 10px;
}

/*サイドバー*/
#blog_sideber #side_col {
    width: 160px;
    margin-top: 25px;
}
#blog_sideber .side_headline {
    background-color: #381f06;
    text-align: center;
    font-size: 18px;
    font-family: serif;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}
#blog_sideber .side_headline01 {
    border-radius: 0 0 5px 5px;
    height: 23px;
}
#blog_sideber .side_widget li {
    background: none;
    text-align: center;
    padding-left: 0;
    font-size: 16px;
}

ul.accordion p {
    margin-bottom: 0;
}

/* -------------------
アーカイブページ
-------------------- */
.headline_base1 {
    text-align: center;
    border-bottom: none;
    font-size: 36px;
}

/* -------------------
投稿ページ
-------------------- */
#main_col_wrap.contribution {
    float: none;
    width: 980px;
    background: none;
}
.contribution #single_post {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.contribution #main_col,
.contribution #content {
    background: none;
}
.contribution #single_post .title {
    font-family: serif;
    color:#333333;
    line-height: 150%;
    font-size: 30px;
    margin-top: 32px;
    text-align: center;
}

/* ----------------------------------------------------------------------
 Align blog index/single infrastructure to 2026 public pages (/cr baseline)
---------------------------------------------------------------------- */
body.blog #content_wrap,
body.archive #content_wrap,
body.single-post #content_wrap {
    width: min(960px, calc(100% - 32px));
    margin: 0 auto;
    padding: 48px 0 72px !important;
}

body.blog #content,
body.archive #content {
    border: 0;
    box-shadow: none;
}

body.single-post #main_col_wrap.contribution {
    width: 100%;
}

/* ----------------------------------------------------------------------
 Blog pagination style aligned with /news list pagination
---------------------------------------------------------------------- */
.pagenave {
    display: flex;
    justify-content: center;
}

.wp-pagenavi,
.pagenave .navigation.pagination,
.pagenave .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.wp-pagenavi a,
.wp-pagenavi span,
.pagenave .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(30, 99, 218, 0.16);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 24px rgba(12, 47, 115, 0.08);
    color: #11306b;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.wp-pagenavi a:hover,
.pagenave a.page-numbers:hover {
    transform: translateY(-1px);
    background: rgba(255, 232, 103, 0.42);
    border-color: rgba(30, 99, 218, 0.28);
    color: #0d3d99;
    box-shadow: 0 14px 28px rgba(12, 47, 115, 0.12);
}

.wp-pagenavi span.current,
.pagenave .page-numbers.current {
    border-color: #0d3d99;
    background: linear-gradient(135deg, #1e63da, #0d3d99);
    color: #fff;
    box-shadow: 0 14px 28px rgba(13, 61, 153, 0.26);
}

.wp-pagenavi span.extend,
.pagenave .page-numbers.dots {
    min-width: auto;
    padding: 0 10px;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    color: #4d648f;
}
.contribution #single_post .post_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#previous_next_post_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px #381f06 solid;
    border-bottom: 1px #381f06 solid;
    margin-bottom: 15px;
}
#previous_post_date,
#next_post_date {
    width: 5%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
}
#previous_post_date a,
#next_post_date a {
    color: #381f06;
    text-decoration: none;
    transition: ease 0.3s;
}
#previous_post_date a:hover,
#next_post_date a:hover {
    color: #c4bcb5;
}
.contribution .date {
    color: #381f06;
    text-align: center;
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
}
.contribution #single_post .post_category li {
    margin: 5px;
    box-sizing: border-box;
}
.contribution #single_post .post_category li:first-of-type {
    margin-left: 0;
}
.contribution #single_post .post_category li a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 8px;
    background: linear-gradient(135deg, #ffe867, #ffd400) !important;
    border-radius: 2px;
    color: #12346d !important;
    transition: ease 0.3s;
}
.contribution #single_post .post_category li a:hover {
    background: linear-gradient(135deg, #ffe867, #ffd400) !important;
    color: #12346d !important;
}
.eye-img {
    margin-bottom: 20px;
}
.post {
    font-size: 14px;
}
.post p {
    color: #333;
    line-height: 200%;
}
#previous_next_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
}
#previous_post,
#next_post {
    width: 47%;
}
#previous_post a,
#next_post a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    height: 56px;
    padding: 0 20px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(135deg, #ffe867, #ffd400);
    color: #12346d;
    font-weight: 700;
    font-size: 20px;
    border-radius: 999px;
    margin-top: 24px;
    opacity: 0.86;
    transition: opacity 0.18s ease;
}
#previous_next_post #previous_post a:hover,
#previous_next_post #next_post a:hover {
    color: #12346d;
    background: linear-gradient(135deg, #ffe867, #ffd400);
    opacity: 1;
}
/* -------------------
フッター
-------------------- */
footer {
    background: #fff;
    color: #3c1e00;
}
#footer-nav a {
    color: #3c1e00;
}
footer a.line {
    background: url(/blog/nwrwpadm/wp-content/uploads/2019/04/ft_sns_set_blog.png) no-repeat;
    background-position: 0 0;
    background-size: cover;
}
footer a.twitter {
    background: url(/blog/nwrwpadm/wp-content/uploads/2019/04/ft_sns_set_blog.png) no-repeat;
    background-position: -35px 0;
    background-size: cover;
}
footer a.instagram {
    background: url(/blog/nwrwpadm/wp-content/uploads/2019/04/ft_sns_set_blog.png) no-repeat;
    background-position: -70px 0;
    background-size: cover;
}
footer a.facebook {
    background: url(/blog/nwrwpadm/wp-content/uploads/2019/04/ft_sns_set_blog.png) no-repeat;
    background-position: -105px 0;
    background-size: cover;
}

html.pending-app-check body header,
html.pending-app-check body footer {
    display: none !important;
}
body.app-view header,
body.app-view footer {
    display: none !important;
}
body.app-view:before {
    display: none !important;
}
