@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 "ver06_hr_colormosaic_2c";
 :created "2013-09-20";
 :release [:revision "1.00"; :created "2013-09-20"];
 :page <>;
 :rights "NHN Japan Corp.".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
    background: #fafcfc url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/bg.jpg) repeat 50% 0;
}
#wrapper {
    padding-top: 24px;
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/bg_wrap.png) no-repeat 50% 0;
}
#wrapper-inner{
    margin:0 20px;
}
#container {
    margin: 0 auto;
    width: 980px;
}
#content {
    position: relative;
}
.page-index #content {
    padding-top: 310px;
}
#main {
    padding: 40px 0;
}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
    background-color: #fff;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
    background-color: #f8f8f8;
    border-radius: 0 0 4px 4px;
    padding: 40px 50px;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
    float: left;
    padding: 40px 0;
    margin: 0 10px;
    width: 260px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
    width: 640px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
    padding: 40px 0;
    width: 300px;
}
body.layout-2col #sidebar-inner {}

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

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




/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #080000;
    font: 14px/1.2 Verdana,sans-serif;
}
a{
    color: #0c7cea;
    text-decoration:none;
}
a:link {
    color: #0c7cea;
}
a:visited {
    color: #4c56b5;
}
a:hover {
    text-decoration:underline;
}
a:active {
    color: #e50147;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    padding: 5px 12px;
    border: 1px solid #AAA;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(#FEFEFE, #FEFEFE 25%, #E7E7E7);
    text-shadow: 0 1px 0 white;
    float: right;
}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
    position: relative;
    padding: 10px 0 20px;
}
.page-article #blog-header,
.page-category #blog-header,
.page-monthly #blog-header {
    border-bottom: 1px solid #d5d4d6;
}
#blog-header hgroup {
    padding: 20px 0;
}
#blog-title {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 4px;
}
#blog-title a {
    color: #333;
}
#blog-description {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
}
#blog-description a {
    color: #333;
}



/* メインカラム
----------------------------------------------- */
/* ヘッドライン */
.headline {
    height: 310px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 980px;
}
.headline-content {
    background: #1a1a1a;
    width: 300px;
    height: 310px;
    float: right;
    position: relative;
}
.headline-image {
    float: left;
    width: 680px;
    height: 310px;
    overflow: hidden;
    background: #1a1a1a;
}
.headline-image-hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.headline-image-layer a {
    display: block;
    width: 680px;
    height: 310px;
    box-shadow: 0 0 5px #666 inset;
    position: absolute;
    top: 0;
    left: 0;
}
.headline-date {
    color: #fff;
    font-size: 12px;
    padding: 30px 30px 20px;
}
.headline-title {
    color: #fff;
    font-size: 27px;
    padding: 0 28px;
    line-height: 31px;
    height: 186px;
    overflow: hidden;
}
.headline-title a {
    color: #fff;
}

.headline .article-meta {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 30px;
}
.headline .article-category dt {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/ico_category_w.gif) no-repeat 0 0;
    width: 12px;
}
.headline .article-category a:link {
    color: #2090fe;
}
.headline .article-category a:visited {
    color: #5e80ff;
}
.headline .article-category a:hover {}
.headline .article-category a:active {
    color: #e50147;
}

/* 記事index */
.article-index {
    padding: 0 0 0 0;
    width: 300px;
    float: left;
    display: inline;
    margin: 0 0 20px 0;
}
.article-index-hover {
    background: #f6f6f6;
}
.article-index-even {
    margin-right: 40px;
}
.article-index-header {
    margin-bottom: 15px;
}
.article-index-image {
    margin-bottom: 15px;
}
.article-index-image img {
    border: 1px solid #fff;
    box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.4);
    margin: 2px;
}
.article-index-image a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.article-index-date {
    font-size: 12px;
    margin-bottom: 5px;
    color: #666;
}
.article-index-title {
    color: #0d0d0d;
    font-weight: bold;
}
.article-index-title a {
    color: #0d0d0d;
    display: block;
    font-size: 23px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}
.article-index-body {
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    color: #333;
}
.article-index-body * {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #333 !important;
    display: inline;
    text-align: left !important;
}
.article-index-body img,
.article-index-body br {
    display: none;
}
.article-index-body b,
.article-index-body strong {
    font-weight: normal;
}

/* アーカイブ */
.article-archive {
    margin-bottom: 38px;
    position: relative;
}
.article-archive-main {
    float: right;
    width: 470px;
}
.article-archive-image {
    float: left;
    width: 152px;
}
.article-archive-image a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.article-archive .director-social-btn {
    position: absolute;
    bottom: 0;
    left: 170px;
}

.article-archive-image img {
    border: 1px solid #fff;
    box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.4);
    margin: 2px;
}

.article-archive-date {
    font-size: 12px;
    margin-bottom: 5px;
    color: #999;
}
.article-archive-title {
    color: #333;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    height: 56px;
    overflow: hidden;
}
.article-archive-title a {
    color: #333;
}


/* 記事全体 */
.article {
    padding: 0 0 0 0;
    margin: 0 0 0 0;

}
.first-article {
    padding-top :0px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    margin-bottom: 30px;
    position: relative;
}
.article-header-content {
    border-bottom: 1px dotted #afb0af; 
    margin-bottom: 10px;
}
.article-title {
    margin: 4px 0;
}
.article-title a {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 36px;
    color: #333;
}

/* 日付 */
.article-date {
    color: #808080;
    font-size: 12px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
    margin-top: 1em;
    border-bottom: 1px solid #cecece;
}
.article-footer .director-social-btn {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #cecece;
}
.article-meta {
    padding: 16px 0;
}
.article-header .article-meta {
    padding: 5px 0 16px;
}
.article-footer .article-meta {
    float: right
}
.article-meta li {
    float: left;
    margin: 0 8px 0 0;
}
.article-meta li.article-clap {
    height: 15px;
    line-height: 15px;
}
.article-meta li.article-clap img {
    height: 15px;
    width: 15px;
}
.article-footer .article-meta li {
    border-left: 1px solid #ccc;
    margin: 0;
    padding-left: 8px;
}
.article-footer .article-meta li.article-comment-count {
    border-left: 0;
    padding-left: 8px;
}
.article-archive .article-meta li {
    border-left: 1px solid #ccc;
    margin: 0;
    padding-left: 8px;
}
.article-archive .article-meta li.article-comment-count {
    border-left: 0;
    padding-left: 0;
}

.article-social-btn {
    border-top: 1px solid #cecece;
    margin-bottom: -1px;
}
.article-header .director-social-btn {
    text-align: right;
}
.article-header .director-social-btn * {
    text-align: left;
    vertical-align: middle !important;
}

.director-social-btn {
    list-style: none;
    margin: 0;
    padding: 0;
}
.director-social-btn li {
    display: inline;
}
.director-social-btn li.social-btn-buzzurl img {
    vertical-align: baseline;
}
.director-social-btn li.social-btn-twitter iframe {
    width: 105px !important;
}
.article-category dt {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/ico_category_g.gif) no-repeat 0 0;
    width: 12px;
}
.article-comment-count dt {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/ico_comment.png) no-repeat 0 0;
    width: 12px;
    height: 15px;
}
.article-comment-count dd {
    margin-top: 0;
}
.article-ping-count dt {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/ico_ping_g.png) no-repeat 0 0;
    text-indent: -9999px;
    float: left;
    width: 12px;
    height: 15px;
}
.article-ping-count dd {
    float: left;
    line-height: 1;
    padding: 0 8px;
}
.article-category dd {
    white-space: nowrap;
}
.article-category dd.article-category2 {
    border-left: 1px solid #ccc;
}
/* 関連記事 */
.related-articles {
    margin:4em 0;
    line-height:1.3
}
.related-articles h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}
.related-articles ul {
    list-style: none;
    margin:0;
    padding-left:0;
}
.related-articles ul li {
    margin:4px 0 0 10px;
    background: url(http://parts.blog.livedoor.jp/img/usr/livedoor/web_directors/side_body.gif) no-repeat 0 8px;
    padding: 0 0 5px 9px;
    font-size: 16px;
}

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

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

/* メッセージボード */
.message-board {
    background-color: #f7f7f7;
    border: 1px solid #e4e7e8;
    border-radius: 4px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 26px;
    overflow: hidden;
    padding: 15px;
}
body.layout-2col .message-board {
    margin-top: 0;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #080000;
    font-size: 16px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/bg_h3.gif) no-repeat 0 100%;
    font-size: 18px;
    padding-bottom: 12px;
        margin-bottom:-10px;
    font-weight: bold;
}
.article-body-inner h4 {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/bg_h4.gif) no-repeat 0 9px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-left: 40px;
        margin-bottom:-15px;
}
.article-body-inner blockquote {
    padding: 43px 40px 40px;
    border-radius: 4px;
    background: #eaeaea url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/bg_blockquote.gif) no-repeat 20px 20px;
}
.article-body-inner blockquote:before {
    color: #ddd;
    content: "";
    position: static;
    font-size: 0;
}
.article-body-inner img.pict{
    border: 1px solid #fff; 
    box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.3); 
    margin: 2px;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options {
    padding: 20px 0;
    border-bottom: 1px dotted #aeafae;
}
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #aaa;
    color: #aaa;
}
.comment-body {
    margin-top: 10px;
    color: #666;
}
.ping-excerpt {
    color: #666;
    margin-left: 16px;
}

#comments .article-option-title {
    margin-bottom: 15px;
}
.comment-set {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 14px;
    padding: 0 20px;
    background: #fff;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
ul.index-navigator li.current span {
    background-color: #3e92e5;
    color: #fff;
}
ul.index-navigator a:hover {
    background-color: #eaf2fa;
    text-decoration: none;
}
ul.index-navigator a:visited {
    color: #555;
}
ul.index-navigator li.paging-prev a,
ul.index-navigator li.paging-next a,
ul.index-navigator li.paging-first a,
ul.index-navigator li.paging-last a {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
    width: 8px;
}
ul.index-navigator li.paging-prev a {
    background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_prev.gif);
}
ul.index-navigator li.paging-next a {
    background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_next.gif);
}
ul.index-navigator li.paging-first a {
    background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_first.gif);
}
ul.index-navigator li.paging-last a {
    background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_last.gif);
}

/* 記事ページ、月別アーカイブページ */
.article-pager-type2 {
    padding: 20px 0;
    border-bottom: 1px dotted #aeafae;
}

ul.article-pager li a {

}

ul.article-pager li a:hover {
    text-decoration: underline;
}
.is-prev-article .director-article-pager .pager-inner {
    background:  url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_prev_article.gif) no-repeat 0 50%;
}

ul.article-pager {
    list-style-type: none;
    margin:0;
    padding:0;
/** ++ border高さを揃えるため */
overflow: hidden;
}
.is-next-article ul.article-pager {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_next_article.gif) no-repeat 100% 50%;
}

ul.article-pager li {
    float: left;
    display: inline;
    width: 49%;
    margin: 0;
    padding: 1px 0 0;/** 1px余白（上部） */
    line-height: 1.25;
/** ++ border高さを揃えるため */
margin-bottom: -99px;/** 1px余白（下部） */
padding-bottom: 100px;
}

ul.article-pager li a {
    display: block;
    margin: 0 10px;
    background: transparent none !important;
}

ul.article-pager li.prev a {
    margin: 0 10px 0 0;
}
ul.article-pager li.next a {
    margin: 0 0 0 10px;
}

ul.article-pager li.prev {
    text-align: right;
}

ul.article-pager li.next {
    text-align: left;
}

ul.article-pager li.both {
    border-left: 1px dotted #aeafae;
}

div.article-pager-outer {
    height: 1%;
}

ul.archives-pager li a {
    border: 1px solid #ddd;
    color: #555;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
    color: #555;
}

ul.archives-pager li a:hover{
        background-color: #eaf2fa;
}

/* ブログのフッター
----------------------------------------------- */

#blog-footer {
     color: #7a7a7a;
     padding: 20px;
     background: #f1f1f2;
        min-width: 980px;
     font-size: 12px;
}

#blog-footer a {
     color: #7a7a7a;
}

#footer{
     margin:0 auto;
     text-align: center;
     max-width: 960px;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 0 40px;
}
.sidewrapper:after{
}
.sidewrapper .sidetitle {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
}
.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side .sidebody {
    line-height: 1.5;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}
.sidewrapper .side .sidebody:after {
    border-bottom: 1px solid #fff;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
}
.sidewrapper .side .sidebody:first-child {
    padding-top: 0;
}
.sidewrapper .side .sidebody:last-child {
    border-bottom: 0;
}
.sidewrapper .side .sidebody:last-child:after {
    border-bottom: 0;
}

.side div.message-box dl.message-detail {
    margin-bottom: 10px;
}
.side div.message-box input[type="submit"] {
    float: right;
    margin: 0 3px;
}

ul.type_graph li dl.graph dd.count_image img {
    height: 7px !important;
}
ul.type_graph li {
    margin-bottom: 18px !important;
}

.plugin-monthly select {
    width: 95%;
}

.side ul.recent-article-image li {
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 3px;
}
.side ul.recent-article-image li img {
    border: 1px solid white;
    box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.3);
    border-radius: 3px;
    margin-right: 20px;
}

/* カレンダー */
.calendarhead {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
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;
}
table.caltblday td a:visited {
    background-color: #c8a7dd;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    color: #b2b2b2;
    font-size: 15px;
    margin-bottom: 20px;
}
.archives-header-title {
    color: #808080;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
    color:#666;
}

.sidewrapper input.sfbtn {
    padding: 0;
}

/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
    border-radius: 4px 4px 0 0;
}
#blog-header.hide-text #blog-title a {
    background-color:#fff;
    opacity: 0;
    filter: alpha(opacity = 0);
    -webkit-transition: opacity 0.1s linear;
       -moz-transition: opacity 0.1s linear;
        -ms-transition: opacity 0.1s linear;
         -o-transition: opacity 0.1s linear;
            transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
    opacity: 0.15;
}


/* サイドナビゲーション */
div.side-navi {
    position:fixed;
    right:5px;
    bottom:50px;
    z-index:100;
}
div.side-navi ul{
    margin:0;padding:0;
    list-style:none;
}
div.side-navi ul li{
    margin:0;padding:0;
    line-height:40px;
    text-align:center;
}
div.side-navi ul li a{
    margin:0;padding:0;
    display:block;
    width:45px;
    height:45px;
    font-size:10px;
    color:#ffffff;
    text-decoration:none;
    background:#000000;
    border:solid #f0f0f0;
    border-width:0 1px 1px 1px;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}
div.side-navi ul li a:hover{
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}
div.side-navi ul li:first-child a{}
div.side-navi ul li:last-child a{}
div.side-navi ul li.sn-prev a,
div.side-navi ul li.sn-next a,
div.side-navi ul li.sn-top a{
    height:35px;
    padding-top:10px;
}
div.side-navi ul li.sn-comment{
    line-height:15px;
}
div.side-navi ul li.sn-comment a{
    height:37px;
    padding-top:8px;
}
div.side-navi ul li.sn-prev a{
    background:#000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_prev.gif) no-repeat 50% 25%;
}
div.side-navi ul li.sn-next a{
    background:#000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_next.gif) no-repeat 50% 25%;
}
div.side-navi ul li.sn-top a{
    background:#000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_top.gif) no-repeat 50% 25%;
}


/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px auto; } 
.ad-center { text-align:center; }
.ad-type-side { margin:0; }

.ad-outer { margin:0 auto; padding:0; }
.ad-by { text-align:left; margin-bottom:4px; font-size:11px; }
.ad-box { text-align:left; }
.ad-box a{ display:block; margin:0 8px 0 0!important; padding:6px 8px!important; overflow:hidden; }
.ad-box a:hover { padding:4px 6px!important; }
.ad-box a span.ad-url { margin-left:10px; }
/* for IE6-7 */
* html .ad-outer .ad-box a{ height:1%; }
*+html .ad-outer .ad-box a{ height:1%; }

.ad-by a, .ad-by a:hover { color:#333333 !important; font-weight:bold !important; }
.ad-box a, .ad-box a:hover { text-decoration:none; }
.ad-box a span.ad-title { font-size:15px; color:#ef0b41; font-weight:bold; text-decoration:underline; line-height:150%; }
.ad-box a:hover span.ad-title { text-decoration:none; }
.ad-box a span.ad-url,
.ad-box a:hover span.ad-url { font-size:11px; color:#aa091f; line-height:150%; }
.ad-box a span.ad-description,
.ad-box a:hover span.ad-description { display:block; font-size:12px; color:#333333; line-height:150%; }
.ad-box a:hover{
    background:#e6ecf2;
    border:2px solid #e6ecf2;
    -moz-border-radius:5px; /* for fx */
    -webkit-border-radius:5px; /* for safari */
}


.headline,
.article-wrap,
.article-archive,
.article-ping-count,
.article-meta-wrap,
.side div.message-box  {
    zoom: 1;
}
.headline:after,
.article-wrap:after,
.article-archive:after,
.article-ping-count:after,
.article-meta-wrap:after,
.side div.message-box:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}



/*************************************************************************************************
**************************************************************************************************/
#blog-header {
    height: 120px;
}
#blog-header-inner {
    padding: 20px 50px;
}
body div[class^="package-"] a {
    overflow: hidden;
    width: 100%;
    height: auto;
    display: inline-block;
}
body div[class^="package-"] a img {
    width: 100%;    
}
body div[class^="item-data-"] table {
    width: 100%;
}
body div[class^="item-data-"] table tbody tr td {
    padding: 10px 10px; 
}
body div[class^="item-data-"] table tbody tr td:nth-child(1) {
    width: 17%;
}
body div[class^="item-data-"] table tbody tr td:nth-child(2) {
    line-height: 1.7;
}
body div[class^="item-data-"] table tbody tr:nth-of-type(1) td:nth-child(2) {
    font-size: 16px;    
    font-weight: bold;
}
body div[class^="item-data-"] table tbody tr td a {
    display: inline-block;
    margin: 3px 10px 3px 0;
}
body div[class^="item-data-"] table strong.rating {
    color: red;
    font-size: 1.7em;
}
body div[class^="photos-"] {
    overflow: hidden;
    height: auto;
    text-align: center;
    margin-top: 14px;
}
body div[class^="photos-"] > div {
    display: inline-block;
    overflow: hidden;
    padding: 3px;    
    height: auto;
}
body div[class^="photos-"] > div a {
    display: inline-block;
    overflow: hidden;
    height: auto;
}
body div[class^="photos-"] > div a img {
    transition-property: opacity;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
}
body div[class^="photos-"] > div a img:hover {
    opacity: 0.8;
}
body div[class^="reviews-"] {
    margin-bottom: 14px;
    margin-top: 10px;
    font-weight: bold;
}
body div[class^="reviews-"] > div:first-child:before {
    content: "作品評価";
    display: block;
    color: blue;
    font-weight: bold;
    font-size: 28px;
}
body div[class^="reviews-"] > div {
    margin-bottom: 15px;    
    padding-bottom: 12px;
    border-bottom: 1px solid #888;
}
body div[class^="reviews-"] > div:last-child {
    margin-bottom: 0;
}
body div[class^="links-"] a {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
}
.article-body-inner div[class*="item-data-"] h4 {
    margin-bottom: 10px;
}