@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 {
	color: #696969;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 0.9em;
	line-height:1.4;
}

#container {
	margin: 0 auto;
	width: 1080px;
}
#content {
	*position: relative;
}
.page-index #content {
	padding-top: 0px;
}
#main {
	padding: 5px;
}
#sidebar {
margin:5px;
}


/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
	width: 750px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	padding: 10px 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;
}




/* 全体の文字色、リンク色
----------------------------------------------- */
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;
}

/* メインカラム
----------------------------------------------- */
/* ヘッドライン */
.headline {
	border: 1px solid #000;
	height: 300px;
	overflow: visible;
	position: relative;
	*position: absolute;
	*top: 0;
	*left: 0;
	width: 742px;
	margin: 10px 0px 20px;
}
.headline-content {
	background:#a8006d;
	width: 440px;
	height: 300px;
	float: right;
	position: relative;
}
.headline-image {
	float: left;
	width: 300px;
	height: 300px;
	overflow: hidden;
	background: #1a1a1a;
}
.headline-image-hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.headline-image-layer a {
	width: 300px;
	height: 300px;
	box-shadow: 0 0 5px #666 inset;
	position: absolute;
	top: 0px;
	left: 0px;
}
.headline-date {
	color: #fff;
	font-size: 12px;
	padding: 10px;
}
.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: static;
}
.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 {
	border: 1px solid #000;
	padding: 0 0 0 0;
	width: 742px;
	height: 315px;
	float: left;
	display: inline;
	margin: 0 0 20px 0;
        background-color:#be87a6;
}
.article-index-hover {
	background: #f6f6f6;
}
.article-index-even {
	margin-right: 40px;
}
.article-index-header {
	margin:5px 5px 15px  10px;
}
.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: 5px;
	color: #666;
}
.article-index-title {
	color: #0d0d0d;
	font-weight: bold;
margin:5px;
}
.article-index-title a {
	color: #0d0d0d;
	display: block;
	font-size: 20px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.article-index-body {
	overflow: hidden;
	font-size: 18px;
	line-height: 20px;
	height: 80px;
	color: #333;
}
.article-index-body * {
	border: 0 !important;
	padding: 0 !important;
	margin: 1 !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 {
	border: 1px solid #000;
	padding: 0 0 0 0;
	width: 350px;
       height 350px;
	float: left;
	display: inline;
	margin: 5px;
        background-color:#be87a6;
}
.article-archive-main {
	float: right;
	width: 350px;
       height 350px;
}
.article-archive-image {
	margin-bottom: 15px;
}
.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: 10px;
}

.article-archive-date {
	font-size: 12px;
	margin: 5px;
	color: #666;
}
.article-archive-title {
       font-size:18px;
	color: #0d0d0d;
	font-weight: bold;
       height:75px;
}
.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 {
    position: relative;
    color: #ffffff;
    background: #CC6600;
    font-size: 16pt ;
    border: 5px solid #0a0a0a;
    margin: 5px;
    padding:5px;
    border-radius: 3px;
    box-shadow:1px 1px 5px 0px  #666666 ;
}

.article-header-content  a {
	color: #fff;
}

/* 日付 */
.article-date {
	color: #ffc;
	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: 5px;
}
.article-header .article-meta {
	padding: 5px;
}
.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;
}
arrticle-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;
}

/* 記事本文
----------------------------------------------- */
.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;
}
li.comment-set {
	padding: 5px 5px 10px 20px;
	font-size: 1em;
border:1px dashed #ccffcc;
}

ul.comment-info li.comment-author {
	display: inline;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 10px;
}

ul.comment-info li {
	display: inline;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.comment-info li.comment-body img.trackback-rating {}

/** コメントフォーム */

div#comment-form-body {
	padding: 15px 0 15px 50px;
}

div#comment-form-body table {
	border: 0;
	width: 90%;
	line-height: 25px;
	font-size: 1em;
}

div#comment-form-body table th {
	width: 4em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

input#author {
	width: 65%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 90%;
	height: 250px;
}

input.button {
	margin-top: 10px;
	width: 80px;
}

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

div#comment-form-body table tr.submit td {
	text-align: center;
}

/*** コメント認証 */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 1em;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}
/* ページ送り
----------------------------------------------- */

/* トップページ */
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: 10px 0;
	border-bottom: 1px dotted #aeafae;
}

ul.article-pager li a {

}

ul.article-pager li a:hover {
	text-decoration: underline;
}

ul.article-pager {
	list-style-type: none;
	margin:0;
	padding:0;
/** ++ border高さを揃えるため */
overflow: hidden;
}

ul.article-pager li {
	float: left;
	display: inline;
	width: 300px;
	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 5px 0 0;
}
ul.article-pager li.next a {
	margin: 0 0 0 5px;
}

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: 1080px;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 0 10px;
margin:5px 0px;
border:1px solid #000;
}
.sidewrapper:after{
}
.sidewrapper .sidetitle {
    position: relative;
    color: #000000;
    background: #ffffff;
    font-size: 16pt ;
    border: 1px solid #0a0a0a;
    margin: 10px 10px 21px 10px;
    padding: 10px 5px 10px 10px;
    border-radius: 3px;
    box-shadow:1px 1px 5px 0px  #628348 ;
}
.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;
}

/** コメントフォーム */

div#comment-form-body {
	padding: 15px 0 15px 20px;
}

div#comment-form-body table {
	border: 0;
	width: 90%;
	line-height: 25px;
	font-size: 1em;
}

div#comment-form-body table th {
	width: 4em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

input#author {
	width: 65%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 90%;
	height: 250px;
}

input.button {
	margin-top: 10px;
	width: 80px;
}

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

div#comment-form-body table tr.submit td {
	text-align: center;
}

/*** コメント認証 */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 1em;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.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;
}
/* 固定メニュー */
.cssmenu {
	width: 1080px;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(http://livedoor.blogimg.jp/ouchinews/imgs/a/2/a22c7e35.gif) top left repeat-x;
}
.cssmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cssmenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(http://livedoor.blogimg.jp/ouchinews/imgs/c/2/c28d3746.gif) top left no-repeat;
}

.cssmenu ul li a {
	display: block;
	height: 27px;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
}

.cssmenu ul li a span {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(http://livedoor.blogimg.jp/ouchinews/imgs/c/2/c28d3746.gif) top right no-repeat;
	cursor: pointer;
}

.cssmenu ul li a:hover,
.cssmenu ul li.active a {
	background: transparent url(http://livedoor.blogimg.jp/ouchinews/imgs/4/b/4b72dbc1.gif) top left no-repeat;
}
.cssmenu ul li a:hover span,
.cssmenu ul li.active a span {
	background: transparent url(http://livedoor.blogimg.jp/ouchinews/imgs/4/b/4b72dbc1.gif) top right no-repeat;
}

.res_h {
	margin-top:10px;
	font-size:12px;
}

.res_b {
	font-weight: bold;
}
.msg {
	font-weight: bold;
}

.t_h {
	font-size:12px;
}

.t_b {
	font-weight: bold;
}

.aa {
	line-height: 100%;
	font-size: 12pt;
	font-family: 'ＭＳ Ｐゴシック';
}

.osusume {
	border : solid 1px #99ffcc;
	background-color: #ccffcc;
}

#blogroll-45912 .blogroll-list-wrap .blogroll-list{
	list-style: none;
	font-size:15px;
	font-weight: bold;
}

#blogroll-45912 .blogroll-channel .blogroll-ad-text{
	font-size:5px;
}

.bottom-blogroll {
	margin-bottom: 35px;
	text-align: left;
	border:1px solid #996633;
	height:270px;
	overflow:auto;
}

.toprss {
	width:385px;
	height:360px;
	padding:5px 0 0 5px;
	overflow-x:hidden;
	float:left;
	border-width:0 0 1px 0;
	border-style:solid;border-color:#000;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}
/** ---------- カエレバ ---------- **/
.booklink-box, .kaerebalink-box {
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    padding: 22px 25px 22px 25px;
    width: 94%;
    margin: 0 auto 15px;
    border: 2px solid #dfdfdf;
    box-sizing: border-box;
    text-align: center;
}
.booklink-image, .kaerebalink-image {
    width: 100%;
    margin: 0 0 5px 0;
}
.booklink-image img, .kaerebalink-image img {}
.booklink-info, .kaerebalink-info {
    line-height: 125%;
    width: 100%;
}
.booklink-name, .kaerebalink-name {
    margin: 0 0 4px 0;
}
.kaerebalink-name a, .booklink-name a {
    color: #0066cc;
    text-decoration: underline;
}
.kaerebalink-name > a, .booklink-name > a {
    font-size: 16px;
}
.kaerebalink-name a:hover, .booklink-name a:hover {
    color: #FF9900;
}
.booklink-powered-date, .kaerebalink-powered-date {
     font-size: 8px;
}
.booklink-detail, .kaerebalink-detail {
    font-size: 12px;
    margin: 0 0 10px 0;
}
.booklink-link2, .kaerebalink-link1 {}
.booklink-link2 a, .kaerebalink-link1 a {
    border-radius: 10px;
    display: block;
    margin: 0px auto 8px;;
    padding: 10px 1px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 3px 3px 1px #dcdcdc;
    font-size: 14px;
    color: #fff;
}
.booklink-link2 a:hover, .kaerebalink-link1 a:hover {
    opacity: 0.7;
}
.shoplinkamazon a {
    color: #FF9901 !important;
    border: 2px solid #FF9901 !important;
}
.shoplinkrakuten a {
    color:#c20004 !important;
    border: 2px solid #c20004 !important;
}
.shoplinkkindle a {
    color:#007dcd !important;
    border: 2px solid #007dcd !important;
}
@media screen and (min-width: 768px) {
.booklink-box, .kaerebalink-box {
    text-align: left;
    display: table;
}
.booklink-image, .kaerebalink-image {
    vertical-align: top;
    box-sizing: border-box;
    display: table-cell;
    width: 111px;
    text-align: center;
    margin: 0;
}
.booklink-info, .kaerebalink-info {
    line-height: 125%;
    vertical-align: top;
    box-sizing: border-box;
    display: table-cell;
    padding-left: 25px;
    width: none;
}
.booklink-name, .kaerebalink-name {
    margin: 0 0 24px 0;
}
.kaerebalink-name > a, .booklink-name > a {
    font-size: 15px;
}
.booklink-powered-date, .kaerebalink-powered-date {
    margin: 6px 0 0 0;
}
.booklink-detail, .kaerebalink-detail {
    margin: 0 0 14px 0;
}
.booklink-link2, .kaerebalink-link1 {}
.booklink-link2 a, .kaerebalink-link1 a {
    /*width: 100%; */
    text-align: center;
}
.shoplinkamazon {
    width: 33.33%;
    padding: 0 5px 5px 0;
    box-sizing: border-box;
    float: left;
}
.shoplinkrakuten {
    width: 33.33%;
    padding: 0 5px 5px 0;
    box-sizing: border-box;
    float: left;
}
.shoplinkkindle {
    width: 33.33%;
    padding: 0 5px 5px 0;
    box-sizing: border-box;
    float: left;
}
/**----------footnav----------**/
.foot-nav {
  display: -webkit-flex;
  display: flex;
  border:1px solid #000; 
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
text-align: left;
}
.foot-nav li:first-child {
  margin-right: 1px;
}
.foot-nav h3 {
  color: #E6AC27;
  font-size: 1.5em;
font-weight:bold;
}
.foot-nav p {
  margin-top:1px;
  color:#60B99A;
}
.item {
  border-radius: 10px;
  background: #edf;
  padding: 15px;
  margin: 15px;
overflow:visible;
}
#foot-nav a:hover {
    opacity: 0.7;
}

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

div.google-2ad {
 margin:20px 10px 30px; 
 height:280px;
}
div.google-2ad-m {
 margin:0px 10px 0px; 
 height:280px;
}
div.g-ad1 {
 float:left;
 margin-left:0px; 
}
div.g-ad2 {
 float:left;
 margin-left:50px; 
}
div.google-2ad-m div.g-ad2 {
 margin-left:30px; 
}