@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "イケハヤ書店";
 :shortdesc "Design Template for ihayato";
 :created "2013-11-05";
 :release [:revision "1.00"; :created "2013-11-05"];
 :page <http://www.ikedahayato.com/>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	-webkit-font-smoothing: antialiased;
}
img {
	vertical-align: bottom;
}
/* クリアフィックス */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

#container {
margin: 0 auto;
  width: 980px;
}
#content {
width: 980px;
margin: 0 auto;
  margin-top: 40px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
}
body.layout-2col #main {
margin-left: 170px;
margin-right: 20px;
  width: 640px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
  width: 130px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
  background-position: 100% 0;
}
body.layout-2col.sidebar-right #main {
  float: left;
}
body.layout-2col.sidebar-right #sidebar {
  float: left;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {
  background-position: 0 0;
}
body.layout-2col.sidebar-left #main {
  float: left;
}
body.layout-2col.sidebar-left #sidebar {
  float: left;
}

/* かんたん背景画像 */
body.show-bg-image {
  background-attachment: fixed;
  background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
  background-color: #fff;
  color:#444;
  font:12px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.page-article .article-title a:visited,
.calendarhead a:visited {
  color: #444;
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:link {
  /*color: #2098a8;*/
color: #2355a7;
}
a:visited {
color: #2355a7;
  text-decoration:none;
}
a:hover {
  color: #003D73;
  text-decoration:none;
}
a:active {}

.article-body a{
line-height: 1.6em;
color: #2355a7!important;
padding-bottom: 2px;
}
.article-body a:hover {
  color: #003D73!important;
padding-bottom: 2px;
}

hr {
color: #E6E8EA!Important;
}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
    width: 0 auto;
    height: 0 auto;
<!--    border-bottom: 1px solid #E6E8EA;-->
}
#blog-header a {
    display: block;
}
#blog-header-inner {
    text-align:center;
}
    #blog-title {
        margin: 0 auto;
        width: 980px;
        padding: 26px 0 26px 0;
    }

/* ナビゲーション
----------------------------------------------- */
#media {
    margin: 0 auto;
    width: 980px;
    height: 0 auto;
}
#media_in {
    margin: 0 auto;
    width: 980px;
    height: 0 auto;
}
ul {
    margin: 0;
    padding: 0;
}
#media li{
    float:left;
    list-style: none;
    width: 140px;
    font-size: 13px;
    text-align: center;
}
#media li a{
    display: block;
    padding: 20px 0 18px 0;
    color:#333333;
    text-decoration: none;
}
    #media li a.medium:hover {
        color: #1CB48B;
    }
    #media li a.periscope:hover {
        color: #EA412D;
    }
    #media li a.youtube:hover {
        color: #B4120A;
    }
    #media li a.newspicks:hover {
        color: #15274D;
    }
    #media li a.kindle:hover {
        color: #E47911;
    }
    #media li a.snapchat:hover {
        color: #FFBF00;
    }
    #media li a.ask:hover {
        color: #FF643C;
    }

/* PR
----------------------------------------------- */
#pr {
    border-top: 1px solid #E6E8EA;
    border-bottom: 1px solid #E6E8EA;
    background: #f6f6f6;
    margin: 0 auto;
    width: 100%;
    min-width: 980px;
    height: 230px;
}
    #pr_in {
        margin: 0 auto;
        width: 980px;
        height: 0 auto;
    }
        .pr_box_1 {
            box-shadow: 0 0 0 1px #E6E8EA inset;
            border-radius: 3px;
            background: #fff;
            margin: 20px 0 0 0;
            float: left;
            width: 300px;
            height: 190px;
        }
        .pr_box_2 {
            box-shadow: 0 0 0 1px #E6E8EA inset;
            border-radius: 3px;
            background: #fff;
            margin-top: 20px;
            margin-left: 40px;
            float: left;
            width: 300px;
            height: 190px;
        }
        .pr_box_1:hover , .pr_box_2:hover {
            box-shadow: 0 0 0 1px #BEC6CD inset;
        }
        .pr_box_1 a , .pr_box_2 a{
            text-decoration: none;
        }
            .pr_img {
                margin-top: 1px;
                margin-left: 1px;
                width: 298px;
                height: 129px;
            }
                .pr_img img {
                    border-top-right-radius: 3px;
                    border-top-left-radius: 3px;
                }
            .pr_text {
                width: 300px;
                height: 0 auto;
                text-align: center;
            }
                .pr_text span.title {
                    margin-top: 10px;
                    display: block;
                    color: #333;
                    font-size: 14px;
                }
                .pr_text span.desc {
                    display: block;
                    color: #828587;
                    font-size: 12px;
                }
        .pr_box_3 {
            margin-top: 20px;
            margin-left: 40px;
            float: left;
            width: 300px;
            height: 190px;
        }
            .pr_box_3_twitter  {
                background: #55ACEE;
                border-radius: 3px;
                width: 300px;
                height: 50px;
                line-height: 50px;
            }
            .pr_box_3_facebook  {
                margin-top: 19px;
                background: #3B5998;
                border-radius: 3px;
                width: 300px;
                height: 50px;
                line-height: 50px;
            }
            .pr_box_3_instagram  {
                margin-top: 19px;
                background: #3f729b;
                border-radius: 3px;
                width: 300px;
                height: 50px;
                line-height: 50px;
            }
            .pr_box_3 a {
                display: block;
                color: #fff;
                text-align: center;
                font-size: 13px;
                text-decoration: none;
            }


/* 古いブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {}
#blog-header-inner {
  /*padding: 36px;*/
  text-align:center;
}
#blog-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
#blog-title-kobetu {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
margin-top: 30px;
margin-bottom: 60px;
}
#blog-title a {
  color: #444;
}
#blog-description {
  color: #444;
  font-size: 14px;
  line-height: 1.4;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
#blog-description a {
  color: #fff;
}

/* ジョブボード and お知らせ */
#job-news-box {
  margin-bottom: 32px;
  width: 980px;
  height: 0 auto;
  text-align: left;
}
#job-news-box .jobboad {
  float: left;
  margin-right: 10px;
  width: 480px;
  height: 0 auto;
}
#job-news-box .news {
  float: left;
  margin-left: 10px;
  width: 480px;
  height: 0 auto;
}
#job-news-box .midasi-bg {
  background:url(http://blog.livedoor.jp/ihayato/img/header_bg.png) 0 8px repeat-x;
}
#job-news-box .midasi {
  color: #444;
  font-size: 14px;
  font-weight: bold;
  background-color:#fff;
  display: inline-block;
  margin: 3px 0 0 20px;
  padding: 0 10px;
}
#job-news-box ul {
  margin: 8px 0 0 0;
  padding: 0 0 0 0;
}
#job-news-box ul li {
  font-size: 13px;
  font-weight: bold;
  line-height: 2.4em;
  list-style-type: none;
}

/*ジョブボード*/
.jobboard_news {
    margin-bottom: 40px;
    width: 640px;
    height: 0 auto;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: 3px solid #f9f9f9;
    box-shadow: 0 0 0 1px #E6E8EA inset;
}
    .jobboard_news_box {
        width: 640px;
        height: 0 auto;
    }
        .jobboard_news_box .fa-file-text-o {
            color: #3B5998;
            margin-right: 12px;
        }
        .jobboard_news_box .fa-caret-right {
            color: #aaaaaa;
            margin-right: 12px;
        }
        .jobboard_news_box p.midasi {
            margin: 0 0 0 0;
            font-size: 16px;
            font-weight: bold;
            color: #3B5998;
            letter-spacing: 0.1em;
            text-indent: 0.1em;
            padding: 16px 0 8px 16px;
<!--            border-bottom: 1px solid #E6E8EA;-->
        }
            .jobboard_news_box p.midasi_2 {
                margin: 0 0 0 0;
                font-size: 16px;
                font-weight: bold;
                color: #3B5998;
                letter-spacing: 0.1em;
                text-indent: 0.1em;
                padding: 16px 0 16px 16px;
                border-top: 1px solid #E6E8EA;
                border-bottom: 1px solid #E6E8EA;
            }
        .jobboard_news_box p.kiji {
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }
            .jobboard_news_box p.kiji a{
                display: block;
                text-decoration: none;
                font-size: 14px;
                /*font-weight: bold;*/
                color: #222222;
                padding: 16px 24px 0 24px;
            }
                .jobboard_news_box p.kiji:last-child a{
                    padding-bottom: 16px;
                }
                .jobboard_news_box p.kiji a:hover{
                    color: #003D73;
                }


/* ナビゲーション
----------------------------------------------- */
#main-nav{
  background: url(http://blog.livedoor.jp/ihayato/img/nav_bg.png);
  border:1px solid #d5d5d5;
  border-radius:3px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  height:43px;
  line-height: 43px;
  position:relative;
  z-index:1;
  margin:0 0 40px 0;
}
#main-nav li{
  font-size: 14px;
  list-style: none;
}
#main-nav li a{
  display:block;
  float:left;
  padding:0 20px;
  color:#555;
  font-weight:bold;
  text-shadow: 0 1px 1px #fff;
}
#main-nav li a:hover,
#main-nav li a.current {
  background:#ccc;
  text-decoration: none;
}
#main-nav li.first a:hover{
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
}


/* メインカラム
----------------------------------------------- */


    /* メニュー
    ----------------------------------------------- */
    .sidemenu {
        float: left;
        padding: 0 0 0 20px;
        width: 130px;
        height: 0 auto;
    }
        .sidemenu .text {
            margin-bottom: 16px;
            font-size: 13px;
        }
        .sidemenu .text a {
            color: #333333;
            text-decoration: none;
        }
        .sidemenu .text a:hover {
            color: #2355a7;
            padding-bottom: 3px;
            border-bottom: 1px solid #2355a7;
        }

/*PRテキスト*/
            .pr_and_news {
    width: 640px;
                margin-bottom: 40px;
                font-size: 13px;
                font-weight: bold;
                text-align: center;
            }
                 .pr_and_news a {
                    /*color: #828587;*/
                    color: #2355a7;
                    text-decoration: none;
                    padding-bottom: 3px;
                    border-bottom: 1px solid #2355a7;
                }
                 .pr_and_news a:hover {
                    color: #003D73;
                    padding-bottom: 3px;
                    border-bottom: 1px solid #003D73;
                }
/*記事*/
.xmain {
    margin:0 auto;
    width: 640px;
    height: 0 auto;
}
.xmain .kiji {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
border-bottom: 3px solid #f9f9f9;
    box-shadow: 0 0 0 1px #E6E8EA inset;
    margin-bottom: 40px;
    width: 600px;
    height: 0 auto;
        padding: 20px;
}
.xmain h1 {
line-height: 1.4em;
}
    .xmain .kiji a {
        text-decoration: none;
    }
    .xmain a:hover h1{
            color: #003D73;
    }
    .xmain .kiji_left {
        float: left;
        width: 140px;
        height: 0 auto;
    }
        .xmain .kiji_left img {
            width: 140px;
            height: 140px;
        }
    .xmain .kiji_right {
        float: left;
        margin-left: 20px;
        width: 440px;
        height: 0 auto;
    }
        .xmain .kiji_right h1{
            padding: 0;
            font-size: 22px;
            color: #333333;
        }
        .xmain .kiji_right span.day {
            display: block;
            margin: 8px 0 0 0;
            font-size: 13px;
            color: #003D73;
        }
        .xmain .kiji_right span.desc {
            display: block;
            margin: 8px 0 0 0;
            font-size: 14px;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .xmain .kiji_right span.desc_pr {
            display: block;
            margin: 8px 0 0 0;
            font-size: 14px;
            color: #666;
        }
        .xmain .kiji_right .sns {
            margin: 8px 0 0 0;
        }
.article-social-btn {
  display:block;
}
body.page-article .article-social-btn {
margin-top: 0;
  margin-bottom: 40px;
}
.article-social-btn > a,
.article-social-btn > span,
.article-social-btn > div,
.article-social-btn > iframe {
  margin: 0;
}
/*シェアボタン*/
    .sns_btn {
        margin-bottom: 40px;
        width: 640px;
        height: 0 auto;
    }
        .sns_btn_twitter {
            float: left;
            border-bottom: 3px solid #42A8E4;
            border-radius: 3px;
            background: #1B95E0;
            width: 310px;
            height: 60px;
            line-height: 60px;
            font-size: 16px;
            text-align: center;
        }
            .sns_btn_twitter a:hover {
                background: #068BDA;
                border-radius: 3px;
            }
        .sns_btn_facebook {
            float: left;
            border-bottom: 3px solid #5772AC;
            border-radius: 3px;
            background: #3B5998;
            margin: 0 0 0 20px;
            width: 310px;
            height: 60px;
            line-height: 60px;
            font-size: 16px;
            text-align: center;
        }
            .sns_btn_facebook a:hover {
                background: #224389;
                border-radius: 3px;
            }
        .sns_btn a {
            display: block;
            color: #fff;
            text-decoration: none;
        }

/* トップページ */
.article-image-thumbnail {
  float: left;
  margin-right: 20px;
  margin-top: 3px;
  width: 128px;
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 2px;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}
.article-text {
  float: right;
  width: 486px;
}

/* 記事全体 */
.article {
}
body.page-article .article {
  border-bottom: none;
}
body.page-article .article a:hover img {
    opacity: 0.8;
}
.first-article {
  padding-top :0px;
}

/* 記事ヘッダー、記事タイトル */
.article-title {
  color:#444;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
}
.article-title a {
  text-decoration: none;
  color:#333;
}
.article-title a:hover {
  text-decoration: underline;
}
.article-title a:visited {
  color: #777;
}
.article-body {
  clear: both;
  line-height: 1.5;
}

body.page-article .article-body {
  padding-top: 0;
}

body.page-article .article-header,
.archives-header {
  margin-bottom: 20px;
}
body.page-article .article-title,
.archives-header h1 {
/* background: url(http://blog.livedoor.jp/ihayato/img/header_bg.png) bottom left repeat-x; */
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.4em;
padding-bottom: 12px;
color: #000!important;
}
.archives-header a {
  color: #333;
}
.title_sita_ad {
    border-image:-webkit-linear-gradient(0deg, rgba(230,230,230,0), #e6e6e6 50%, rgba(230,230,230,0) 100%) 2%;
    border-image:linear-gradient(90deg, rgba(230,230,230,0), #e6e6e6 50%, rgba(230,230,230,0) 100%) 2%;
    border-top: 1px solid #E6E8EA;
    border-bottom: 1px solid #E6E8EA;
    padding: 20px 0 10px 0;
}
.title_sita_ad a {
}
.kiji_sita_ad {
text-align: center;
    border-image:-webkit-linear-gradient(0deg, rgba(230,230,230,0), #e6e6e6 50%, rgba(230,230,230,0) 100%) 2%;
    border-image:linear-gradient(90deg, rgba(230,230,230,0), #e6e6e6 50%, rgba(230,230,230,0) 100%) 2%;
    border-top: 1px solid #E6E8EA;
    border-bottom: 1px solid #E6E8EA;
    padding: 20px 0 20px 0;
}
.kiji_sita_ad_2 {
margin-bottom:3px;
text-align: center;
    padding: 20px 0 0px 0;
}

/* 日付 */
.article-date {
  color: #333;
  font-size: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px;
}
body.page-article .article-date {
  font-size: 17px;
  margin: 10px 0;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
body.page-article .article-footer {
margin-top: 40px;
}


/* 関連記事 */
.article-body .related-articles {
  margin:40px 0 0 0;
  line-height:1.3
}
.article-body .related-articles h3 {
  font-size: 14px;
  font-weight: bold;
}
.article-body .related-articles ul {
  list-style: none;
  margin:0;
  padding-left:0;
}
.article-body .related-articles ul li {
  margin:24px 0;
  padding-left: 16px;
}

/* 続きを読む */
.article-continue a {
  color:#444;
}

/* 共通テーマ */
dl.common-theme{
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 8px 12px;
}

/* メッセージボード */
div.message-board {
  color: #666;
  line-height: 1.6;
  overflow: hidden;
  padding: 8px;
  width: 980px;
  margin: 0 auto!important;
  text-align: center;
}
div.message-board-outer{
/*
  background: url(http://blog.livedoor.jp/ihayato/img/bg.png);
  border-bottom: 8px solid #ddd;
*/
}
div.message-board a {
  color: #2098a8;
}
div.message-board a:hover {
  text-decoration: underline;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
  background-color: #fafafa;
  border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
  color: #080000;
  font-size: 18px;
}
.article-body-inner {
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
padding: .25em 0 .25em .75em!important;
	border-left: 6px solid #E6E8EA;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  clear: both;
  font-size: 24px;
  font-weight: normal;
}
.article-body-inner h4 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  border-bottom:1px solid #ccc;
  clear: both;
  font-weight: normal;
}
.article-body-inner p, .article-body-inner span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
.article-body-inner blockquote {
padding: 40px;
  background-color:#f6f6f6;
border-radius: 3px;
}
.article-body-inner blockquote:before {
  content: none;
}
.article-body-inner img.pict{
  border: 5px solid #fff;
  box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
  height: auto;
  margin: 1em 6px 1.5em!important;
  max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
  border-left: 1px solid #aaa;
  color: #aaa;
}
.comment-body {
  margin-left: 16px;
  color: #666;
}
.ping-excerpt {
  color: #666;
  margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
.pager {
  overflow: hidden;
}
/* 記事ページ */
ul.article-pager {
  padding: 0;
  margin-top: 0px;
}
ul.article-pager li {
  margin:0;
  display: block;
  width: 48%;
}
ul.article-pager li.prev {
  float: left;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
}
ul.article-pager li.next {
  float: right;
  text-align: right;
  font-size: 16px;
  line-height: 1.4;
}
ul.article-pager li a {
  padding: 0;
}
ul.article-pager li a:hover {
  background-color: transparent;
}

/* トップページ、カテゴリアーカイブページ、月別アーカイブページ */
ul.archives-pager {
  padding: 0px 0;
}
ul.archives-pager li {
  margin: 0;
}
ul.archives-pager li.prev {
  float: left;
}
ul.archives-pager li.next {
  float: right;
}
ul.archives-pager li a {
  color: #555;
  background-color: #fff;
    box-shadow: 0 0 0 1px #E6E8EA inset;
  color: #555;
border-bottom: 3px solid #f9f9f9;
}

ul.article-pager li a,
ul.archives-pager li a {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
          transition: none;
}


/* ブログパーツ（サイドバー）
----------------------------------------------- */
/* 共通 */
.sidewrapper {
  font-size: 13px;
  overflow: hidden;
  position: relative;
}
#sidebar .sidewrapper {
  margin-bottom: 40px;
}
#sidebar .sidewrapper .sidetitlebody {
  background:url(http://blog.livedoor.jp/ihayato/img/header_bg.png) 0 8px repeat-x;
  margin-bottom: 0.7em;
}
.sidewrapper .sidetitle {
  color: #444;
  font-size: 14px;
}
#sidebar .sidewrapper .sidetitle {
  color: #444;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  background-color:#fff;
  display: inline-block;
  margin-left: 20px;
  padding: 0 10px;
}
#sidebar .sidewrapper .sidetitle a {
  color: #444;
}
.sidewrapper .side .sidebody {
  line-height: 1.5;
  margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
  margin-left: 1em;
}

/* 画像つき最新記事 */
.side ul.recent-article-image li img {
  border: 1px solid #ddd;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}

/* カレンダー */
.calendarhead {
  font-weight: bold;
  text-align: center;
}
table.caltblwk .weekday {
  color: #666;
}
table.caltblwk .sun {
  color: #ff5d5d;
}
table.caltblwk .sat {
  color: #578efa;
}
table.caltblday {
  color: #8d8d8d;
  border-collapse: separate;
  border-spacing: 1px;
}
table.caltblday .caloff {
  background-color: #fff;
  border: 1px solid #e4e7e8;
}
table.caltblday .calon {
  background-color: #2e90c5;
  border: none;
}
table.caltblday td a {
  color:#fff;
  height: 23px;
  line-height: 23px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday td a:hover {
  background-color: #197bb0;
}

/* 月別アーカイブ */
.plugin-monthly form {
  text-align: left;
}

/* はてブウィジェット */
.hatena-bookmark-widget * {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif !important;
}
.hatena-bookmark-widget-title,
.hatena-bookmark-widget-footer {
  display: none;
}
.hatena-bookmark-widget ul li {
  padding: 0!important;
}
.hatena-bookmark-widget ul li a.hatena-bookmark-entrytitle {
  padding: 0 10px 0 0;
}
.hatena-bookmark-widget-body ul {
  background: none!important;
  border: none!important;
  font-weight: normal!important;
}
.hatena-bookmark-widget-body ul li {
  border: none!important;
  list-style: none!important;
}
.hatena-bookmark-widget-body a.hatena-bookmark-entrytitle,
.hatena-bookmark-widget-body a.entrytitle {
  color: #2098a8 !important;
  font-size: 13px !important;
  line-height: 16px;
}
.hatena-bookmark-widget span.hatena-bookmark-count {
  position: absolute;
  top: 22px;
  bottom: 3px;
  right: 5px;
}
.hatena-bookmark-widget span.hatena-bookmark-count strong a {
  color: #111 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  text-decoration: none;
  background-color: #fcc;
}

/* Follow Me */
#follow-me ul {
  list-style: none;
}
#follow-me ul li {
  float: left;
  margin-right: 10px;
}
#follow-me ul li:last-child {
  margin-right: 0;
}
#follow-me ul li img {
  margin-bottom: 5px;
}
#follow-me ul li a {
  display: block;
}
#follow-me ul li a:hover {
  opacity: 0.8;
}


/* ブログのフッター
background: url(http://blog.livedoor.jp/ihayato/img/footbar.png) left bottom repeat-x;
----------------------------------------------- */
#xfooter {
margin-top: 40px;
min-width:980px;
}
#blog-footer {
  clear: both;
  color:#8c8989;
  margin-top: 40px;
}
#blog-footer a {
  color:#bfbfbf;
}
#blog-footer a:hover {
  color:#fff;
}
#blog-footer-inner {
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
}
#blog-footer-content {
  padding:20px 0;
  overflow: hidden;
}
#blog-footer-content a {
  color: #2098a8;
}
#blog-footer-content a:hover {
  color: #2098a8;
  text-decoration: underline;
}
#blog-footer-content li {
  float: left;
  margin-right: 20px;
  list-style: none;
}
#blog-footer-content li.first-child {
  width: 336px;
}
#blog-footer-content li.second-child {
  width: 317px;
}
#blog-footer-content li.last-child {
  margin-right: 0;
  width: 287px;
}
#blog-footer .sidewrapper {
  float: left;
  width: 230px;
  text-align: left;
  margin-right: 20px;
  padding: 40px 0;
}
#blog-footer .sidewrapper:last-child {
  margin-right: 0;
}
#blog-footer .sidewrapper .side,
#blog-footer .sidewrapper .side div {
  text-align: left;
}
#blog-footer .sidewrapper .sidetitle {
  color: #eee;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.7em;
}
#blog-footer .copyright {
  width: 980px;
  margin: 0 auto;
  padding: 8px 0;
}
#blog-footer .copyright small {
  font-size: 12px;
  float: left;
}
#blog-footer #footer {
  text-align: right;
}

/*広告２列*/
.ad_2 {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 980px;
    height: 0 auto;
}
    .ad_2_in {
        margin: 0 auto;
        width: 640px;
        height: 0 auto;
    }
    .ad_2_box {
        float:left;
        margin-right: 40px;
        width: 300px;
        height: 0 auto;
    }
        .ad_2_box:last-child {
            margin-right: 0;
        }
/* PR風記事
----------------------------------------------- */
.xfoot {
margin:0 auto;
width: 980px;
height: 0 auto;
}
.xfoot .kiji {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
border-bottom: 3px solid #f9f9f9;
    box-shadow: 0 0 0 1px #E6E8EA inset;
margin: 0 auto;
    margin-bottom: 40px;
    width: 640px;
    height: 0 auto;
}
    .xfoot .kiji a {
        display: block;
        padding: 20px;
    }
    .xfoot .kiji a:hover h1{
            color: #003D73;
    }
    .xfoot .kiji_left {
        float: left;
        width: 140px;
        height: 0 auto;
    }
        .xfoot .kiji_left img {
            width: 140px;
            height: 140px;
        }
    .xfoot .kiji_right {
        float: left;
        margin-left: 20px;
        width: 440px;
        height: 0 auto;
        text-align:left;
    }
        .xfoot .kiji_right h1{
            font-size: 22px;
            color: #333333;
            line-height: 1.4em;
        }
        .xfoot .kiji_right span.day {
            display: block;
            margin: 8px 0 0 0;
            font-size: 13px;
            color: #003D73;
        }
        .xfoot .kiji_right span.desc {
            display: block;
            margin: 8px 0 0 0;
            font-size: 14px;
            color: #666;
        }
        .xfoot .kiji_right .sns {
            margin: 8px 0 0 0;
        }


/* フッター広告
----------------------------------------------- */
.foot_ad {
border-top: 1px solid #E6E8EA;
    background: #f6f6f6;
    margin: 0 auto;
    width: 100%;
    height: 0 auto;
}
.foot_ad a:hover img {
    opacity: 0.8;
}
.foot_ad_in {
    margin: 0 auto;
    padding: 40px 0 40px 0;
    width: 980px;
    height: 0 auto;
}
    .foot_ad_box {
        float: left;
        margin-right: 40px;
        width: 300px;
        height: 0 auto;
    }
    .foot_ad_box:last-child {
        margin-right: 0px;
    }
    .foot_ad_box_localwise {
        background: #fff;
        float: left;
        margin-right: 40px;
        width: 300px;
        height: 250px;
    }
    .foot_ad_box .localwise_top {
        margin-top: 10px;
        width: 300px;
        height: 230px;
    }

/* フッターリンク
----------------------------------------------- */
.footer_link {
    background: #002846;
    margin: 0 auto;
    padding: 56px 0 40px 0;
    width: 100%;
    height: 0 auto;
}
    .footer_link_in {
        margin: 0 auto;
        width: 980px;
        height: 0 auto;
    }
        .footer_link_box {
            float: left;
            margin-right: 20px;
            width: 230px;
            height: 0 auto;
        }
            .footer_link_box:last-child {
                margin-right: 0;
            }
            .footer_link_box p.title {
                margin: 0;
                padding: 0;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
            }
            .footer_link_box p.link {
                margin: 8px 0 0 0;
                padding: 0;
                font-size: 13px;
                color: #fff;
            }
                .footer_link_box p.link a {
                    font-size: 13px;
                    color: #AEB4B3;
                    text-decoration: none;
                }
                    .footer_link_box p.link a:hover {
                        font-size: 13px;
                        color: #fff;
                        text-decoration: none;
                    }
            .footer_link_box_sns a {
                display: block;
            }
            .footer_link_box .tw_img {
                float: left;
                width: 60px;
                height: 0 auto;
            }
                .footer_link_box .tw_img img {
                    border-radius: 3px;
                    width: 60px;
                    height: 60px;
                }
            .footer_link_box .tw_text {
                float: left;
                margin-left: 10px;
                width: 160px;
                height: 0 auto;
            }
                .footer_link_box .tw_text p.name {
                    margin: 8px 0 0 0;
                    padding: 0;
                    font-size: 14px;
                    font-weight: bold;
                    color: #fff;
                }
                .footer_link_box .tw_text p.id {
                    margin: 0;
                    padding: 0;
                    font-size: 12px;
                    color: #fff;
                }

/*コピーライト*/
.copyright {
    padding: 0px 0 40px 0;
    background: #002846;
}
    .copyright_in {
        margin: 0 auto;
        width: 980px;
        height: 0 auto;
        color: #fff;
        font-size: 12px;
text-align:center;
    }
        .copyright_in a {
            color: #fff;
            text-decoration: none;
        }
            .copyright_in a:hover {
                color: #AEB4B3;
                text-decoration: none;
            }



/* その他のパーツ
----------------------------------------------- */
/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
  color:#666;
}

/* メインバナー */
.main-banner {
  margin-bottom: 15px;
  text-align: center;
}

/* 相互RSS */
.blogroll-wrapper{
  overflow-y: scroll;
  height: 110px;
  margin-bottom: 20px;
  box-shadow: inset 0 0 4px #aaa;
}



/* 固定ページ（お知らせカテゴリ）で要素を非表示
----------------------------------------------- */
body.cat-71291 #main-ad1,
body.cat-71291 .article-date,
body.cat-71291 .pager,
body.cat-71291 .article-social-btn.upper {
  display: none;
}


.hatena-bookmark-widget ul li a.hatena-bookmark-entrytitle {
  height: 3px;
}

/*
#sidebar .hatena-bookmark-widget-body a[href*="?p="] {
  display: none;
}
*/



/* 分散型メディア and お知らせ
----------------------------------------------- */
    .xmidasi-bg {
        width: 640px;
        background:url(http://blog.livedoor.jp/ihayato/img/header_bg.png) 0 8px repeat-x;
    }
        .xmidasi {
          color: #444;
          font-size: 14px;
          font-weight: bold;
          background-color:#fff;
          display: inline-block;
          margin-left: 20px;
          padding: 0 10px;
        }
    .xmedia-box {
        margin-top: 30px;
        width: 640px;
        height: 0 auto;
    }
        .xmedia-btn {
            float: left;
            margin-right: 20px;
            width: 145px;
            height: 0 auto;
            text-align: center;
        }
        .xmedia-btn:last-child {
            margin-right: 0px;
        }
        .xmedia-btn a {
            display: block;
            border: 1px solid #D3D6DB;
            border-radius: 3px;
            padding: 8px 0 8px 0;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
        }
            .xmedia-btn a:hover {
                border: 1px solid #aeb1b5;
            }
            .xmedia-btn a.instagram {
                    color: #004879;
            }
            .xmedia-btn a.medium {
                    color: #1CB47B;;
            }
            .xmedia-btn a.periscope {
                    color: #EA412D;
            }
            .xmedia-btn a.snapchat {
                    color: #FFBF00;
            }
            .xmedia-btn a.facebook {
                    color: #3b5998;
            }
            .xmedia-btn a.twitter {
                    color: #55acee;
            }
            .xmedia-btn a.newspicks {
                    color: #15274D;
            }
            .xmedia-btn a.youtube {
                    color: #B4120A;
            }
    .xinfo {
        margin-top: 30px;
        margin-bottom: 26px;
        padding: 0px 40px 0px 40px;
        width: 560px;
        height: 0 auto;
        font-size: 14px;
        /*font-weight: bold;*/
        text-align: center;
        color: #444;
    }
        .xinfo a {
            font-size: 16px;
            font-weight: bold;
        }
    .xinfo_border {
    background: #e2e2e2;
    width: 640px;
    height: 1px;
    margin-bottom: 30px;
    }

.twitter-tweet {
margin:0 auto;
}


/*フッター ジョブボード*/
.footer_jobboard_bg {
  background: #f6f6f6;
  padding: 40px 0 0 0;
  border-top: 1px solid #E6E8EA;
}
.footer_jobboard {
  margin: 0 auto;
  width: 980px;
}
.footer_jobboard_in {
  display: flex;
}
.footer_jobboard_news {
  background: #fff;
  margin-bottom: 40px;
  width: 470px;
  height: 0 auto;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 0 0 1px #E6E8EA inset;
}
.footer_jobboard_news:last-child {
  margin-left: 40px;
}
  .footer_jobboard_news_box {
    width: 470px;
    height: 0 auto;
  }
    .footer_jobboard_news_box .fa-file-text-o {
      color: #3B5998;
      margin-right: 12px;
    }
      .footer_jobboard_news_box .fa-caret-right {
        color: #aaaaaa;
        float: left;
        margin-top: 2px;
        margin-right: 20px;
      }
      .footer_jobboard_news_box p.midasi {
        margin: 0 0 0 0;
        font-size: 16px;
        font-weight: bold;
        color: #3B5998;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        padding: 16px 0 16px 16px;
border-bottom: 1px solid #E6E8EA;
      }
      .footer_jobboard_news_box p.kiji {
        margin: 0 0 0 24px;
        padding: 0 0 0 0;
      }
      .footer_jobboard_news_box p.kiji:first-child {
        margin-top: 4px;
      }
        .footer_jobboard_news_box p.kiji a{
          display: block;
          text-decoration: none;
          font-size: 14px;
          color: #222222;
          padding: 16px 24px 0 24px;
	text-indent: -20px;
	padding-left: 20px;
        }
          .footer_jobboard_news_box p.kiji:last-child a{
            padding-bottom: 16px;
          }
          .footer_jobboard_news_box p.kiji a:hover{
            color: #003D73;
          }

