@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);
@import url(http://blogroll.livedoor.net/css/default2.css);
/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "matomegray";
 :shortdesc "Template for livedoor Blog";
 :created "2013-01-31";
 :release [:revision "1.01"; :created "2013-02-15"];
 :page <http://blogdesign.ldblog.jp/archives/22919574.html>;
 :rights "LINE Corporation".
*/


body{
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/bg.gif) repeat ;
	background-attachment:fixed;
	font-family: Helvetica,Verdana,sans-serif;
}

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

/* -----------------------------------------------
ヘッダー
----------------------------------------------- */

/* ヘッダー タイトル,画像部分
----------------------------------------------- */
#blog-header01 .header-inner01{
	position: relative;
	margin: 0 auto;
	width: 1168px;
	height: 170px;
	background: #222222;
}

#blog-header01 .header-inner01.show-image{
	height: auto;
}

#header-outline {
    background-color:#ffffff;
	width:732px;
	height:90px;
	position:absolute;
	top:10px;
	right:40px;
        padding:0;
	margin:0;
        border: 3px double #BEBEBE;
}


.header-inner01 hgroup{
	width:336px;
	height:90px;
	position:absolute;
	top:10px;
	left:40px;
        padding:0;
	margin:0;
	display: block;
	overflow: hidden;
}

.header-inner01 hgroup h1{
	width: 600px;
	text-shadow: 0 1px 6px #000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=1,offy=3)";
	display:block;
}

.header-inner01 hgroup h1 a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 40px;
	position:absolute;
	top:25px;
	line-height: 1.2;
}

.header-inner01 hgroup h1 a:hover{
	color: #999;
}


.header-inner01 hgroup h2{
	margin: 10px 0 0 3px;
	width: 600px;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	text-shadow: 0 1px 3px #000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=1,offy=1)";
}


/* かんたんタイトル画像
----------------------------------------------- */
.header-inner01.show-image img#blog-header-image{
	width: 100%;
}

.header-inner01.hide-text hgroup{
	display: none;
}
.header-inner01.show-image.hide-text{
	background: none !important;
}
.header-inner01.show-image.hide-text img:hover{
	opacity: 0.8;
}

/* ヘッダー　グレー部分
----------------------------------------------- */
#blog-header02{
	position: absolute;
	bottom: 0;
	*left: 0;
}

#blog-header02 .header-inner02{
	margin: 0 auto;
	width: 1168px;
	background-color: #222222;
}

#blog-header02 .header-inner02:after {
	 display: block;
	 visibility: hidden;
	 clear: both;
	 height: 0;
	 content: ".";
}


/* ヘッダー　ナビ部分
----------------------------------------------- */
.header-inner02 ul.header-menu{
        background:#222222;
	float: left;
	width: 730px;
	height: auto;
}

ul.header-menu li{
	float: left;
	border-right: 1px solid #6c6c6c;
	color: #ffffff;
	list-style: none;
	font-size: 18px;
}

ul.header-menu li a{
	display: block;
	padding: 0 22px;
	height: 51px;
	border-right: 1px solid #000000;
	color: #ffffff;
	text-decoration: none;
	line-height: 51px;
}

ul.header-menu li:first-child a{
	border-left: 1px solid #6c6c6c;
}

ul.header-menu li a:hover{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#11111111,EndColorStr=#11111111);
	background-color: #333333;
}


/* ヘッダー　Twitter,RSS,検索窓
----------------------------------------------- */
.header-sarch{
	float: right;
	margin-right: 15px;
	padding-top: 17px;
	width: 420px;
        background:#222222;
}

.header-sarch img{
	margin-top: -2px;
}

.header-sarch img:hover{
	opacity: 0.6;
}

.header-sarch li{
	float: left;
	margin-left: 20px;
	list-style: none;
}


/* 検索 */
.header-sarch input.sf {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icons.png) 0 0 no-repeat;
}

.header-sarch input.sf,
.header-sarch input.sfbtn {
	outline: 0;
	border: 1px solid #aaa;
}

.header-sarch input.sf {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	padding: 0 5px 0 21px;
	width: 225px;
	height: 20px;
	border-radius: 10px 0 0 10px;
	background-color: #fff;
	background-position: 5px -264px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	vertical-align: top;
	*width: 180px;
}

.header-sarch input.sfbtn {
	float: right;
	width: 75px;
	height: 20px;
	border-left: 0;
	border-radius: 0 10px 10px 0;
	background: #f1f1f1;
	background: -webkit-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:    -moz-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:     -ms-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:      -o-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:         linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	-webkit-transition: color 0.2s ease;
	   -moz-transition: color 0.2s ease;
	    -ms-transition: color 0.2s ease;
	     -o-transition: color 0.2s ease;
	        transition: color 0.2s ease;
}

.header-sarch input.sfbtn:hover,
.header-sarch input.sfbtn:focus {
	color: #2e90c5;
}


/* -----------------------------------------------
コンテンツ
----------------------------------------------- */
#wrapper{
}


/* コンテンツのカラム幅
----------------------------------------------- */

/* コンテンツ全体 */
#container{
	position: relative;
	margin: 0 auto;
	padding: 1px 0 30px;
	width: 1168px;
	background: #fff;
}

.left-container,
.main-container,
.right-container{
	overflow: hidden;
}

/* コンテンツ　中央メインのカラム */
.main-container{
	display: inline;
	float: left;
	width: 100%;
}

.main-column-inner{
        width: 728px;
	margin-left: 398px;
}

/* コンテンツ　左側のカラム */
.left-container{
	display: inline;
	float: left;
	margin-left: -96.6%;
	width: 337px;
}

.left-column-inner{
	margin: 1px;
}

/* 画像付きRTorコメントリスト
----------------------------------------------- */
.listWithImage{
        width: 728px;
        margin-top: 10px;
}

.listWithImage li{
	margin-bottom: 0 !important;
}

.listWithImage li:hover{
	opacity: 0.6;
}

div.popularArticlesWithImage.A{
	margin: 0 ;
}

div.popularArticlesWithImage.A ul{
	margin: 0 0 10px;
}

div.popularArticlesWithImage.A ul li{
	/*border: 1px solid #000000;*/
}

div.popularArticlesWithImage.A ul li a{
/*	border: 2px solid #000000 !important;*/
}

div.popularArticlesWithImage.A div.title{
	padding: 5px 4px 0 4px;
	/*color: #ffffff !important;*/
}

.side div.popularArticlesWithImage.A div.title{
	padding: 6px 4px;
	/* font-size:11px; */
}

div.popularArticlesWithImage.A div.retweet, div.popularArticlesWithImage.A div.comment{
	padding: 3px 6px 0 5px;
	/*background: #000000 !important;*/
	/*text-shadow: none !important;*/
}


/* BlogRoll
----------------------------------------------- */
/*BlogRoll*/

/*全体の設定*/
.rss-blogroll:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.rss-blogroll {
	zoom:100%;
	border:2px solid #b0b0b0;
	margin:10px 0px 10px 0px;
	padding: 3px 0;
}

/*チャンネル単位の設定*/
.rss-blogroll .blogroll-channel{
	margin-left:6px;
	width:356px;
	height:270px;
	overflow: auto;
	float: left;
	font-size: 12px;
	padding:0 0 0 0;
	margin-bottom:0;
}

/*リストの設定*/
.rss-blogroll .blogroll-channel .blogroll-list {
	list-style-type: none;
	line-height: 1.3;
	font-size: 14px;
	border-bottom: 1px dashed #c2c2c2;
	padding: 3px 0;
	line-height: 1.3;
	padding-top:0;
}

/*テキスト部分の設定*/
.rss-blogroll .blogroll-channel .blogroll-list a{
	padding-left: 5px;
	text-decoration: none;
}
.rss-blogroll .blogroll-channel .blogroll-list a:hover{
	text-decoration: underline;
}

/*NEWの文字の設定*/
.rss-blogroll .blogroll-new-entry{
	color: #ff0a00;
	font-size: 11px;
	font-weight: bold;
}



/* BlogRoll
----------------------------------------------- */
/*広告*/
.main-container-ads{
	margin: 10px 0;
        }

.main-container-ads1{
	margin: 0 auto;
}

/*rss*/
.headline_waku{
	text-align: left;
	height: 250px;
	font-size: 13px;
	line-height: 21px;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #C2C2C2;
}
.headline_waku_un{
	text-align: left;
	height: 150px;
	font-size: 13px;
	line-height: 21px;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #C2C2C2;
}

/* 記事全体 */

.article {
    border-bottom: 1px dashed #666;
    border-top: 1px dashed #666;
    margin-bottom: -1px;
    padding: 20px 0;
    position: relative;
}
.article-inner {
    height: 210px;
    overflow: hidden;
    position: relative;
}
.article-header,
.article-body {
    margin-left: 230px;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.article-first-image {
    background-image: url(http://livedoor.blogimg.jp/tekitoueasy334/imgs/1/c/1c3bd2a4.png);
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 210px;
    width: 220px;
}

.article-first-image a {
    background-color: #ffffff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.article-first-image a:hover img{
	opacity: 0.6;
}

.article-first-image img{
    width: 220px;
    display: inline;
}

.article.first-article {
    border-top: 0;
}
.article.last-article {
    border-bottom: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    margin-bottom: 15px;
    position: relative;

}

.article-title {
    position: absolute;
    top: 37px;
    z-index: 7;
}

.article-title a {
    width: 478px;
    height: 90px;
    color: #222;
    font-size: 23px;
    font-weight: bold;
    display: block;
    padding: 10px 9px 16px 10px;
    padding- right: 15px;
    position: absolute;
    z-index: 6;
    text-decoration: none;
}

.article-title :hover {
    text-decoration: none;
    color: #999;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.article-navi { 
   color:#555555;
   background-color:#ffffff;
   padding: 5px 10px;
} 

.article-navi a:link {
   color:#222;
   text-decoration: none;
}

.article-navi a:hover {
   color: #999;
}


/* 記事タイトル 2
----------------------------------------------- */
.entry-title {
   color: #000000;
   font-size: 100%;
   font-weight: bold;
   padding: 5px 10px;
   background: #f0f0f0;
   border-left: 7px solid #000;
}

.entry-title a {
   color: #222;
   text-decoration: none;
}

.entry-title a:hover {
   color: #999;
}

.entry-navi { 
   color:#222;
   background-color:#ffffff;
   padding: 5px 10px;
   border-left: 7px solid #000;
   border-top:#777777 1px dotted;
} 

.entry-navi a:link {
   color:#222;
   text-decoration: none;
}

.entry-navi a:hover {
   color: #999;
}


/* 日付 */
.article-date {
    color: #808080;
    font-size: 12px;
   color: white;
   background-color: #333399;
   font-weight: bold;
   clear: both;
   padding-left: 5px;
}


/* 個別記事のみ */
body.page-article .article {
    border: 0;
    margin-bottom: 0;
    padding: 0;
}
body.page-article .article-title {
    max-height: none;
}
body.page-article .article-header,
body.page-article .article-body {
    margin-left: 0;
}
body.page-article .article-header {
    padding-bottom: 20px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
    border-bottom: 1px dashed #999;
}
.article-meta {
    padding: 16px 0 32px;
}
.article-social-btn {
    top: 1px;
    position: relative;
    margin-bottom:10px;
}

/* 関連記事 */
.article-body .related-articles {
    margin:4em 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:4px 0;
    padding-left: 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;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #080000;
    font-size: 14px;
    line-height: 1.6;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
    border-bottom:3px solid #7f7f7f;
}
.article-body-inner h4 {
    border-bottom:1px solid #ccc;
}
.article-body-inner blockquote {
    background-color:#fafafa;
    border: 1px solid #fff;
}
.article-body-inner blockquote:before {
    color: #ddd;
}
.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%;
}

.readmore {
    display: block;
    height: 50px;
    width: 280px;
    background: #222222 center;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position:absolute;
    padding-top:7px;
}

.readmore:hover{
	color: #ffffff;
	text-decoration: none;
	background: #999 center;
}

.socialbottom {
    display: block;
    margin-top: 5px;
    position:absolute;
    bottom:0px;
}

/* アイコン
----------------------------------------------- */
#top_icon {
height: 50px;
border: 2px solid #ccc;
background-color: #eee;
margin-bottiom: 10px;
text-align: center;
font-weight: bold;
font-size: 18px;
}

/* コメント - 記事下の記事情報
----------------------------------------------- */
.article-footer .article-footer-comment{
	float: left;
	margin: 4px 10px 5px 0;
	padding-left: 18px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_comment.png) no-repeat left 50%;
	font-size: 12px;
	line-height: 1.3;
}

.article-footer .article-footer-comment a{
	color: #333;
	text-decoration: none;
}

.article-footer .article-footer-comment a:hover{
	text-decoration: underline;
}


/* ソーシャルボタン - 記事下の記事情報
----------------------------------------------- */
.article-footer .article-social-btn{
	float: right;
}

/* えんとりーふったー - 記事下の記事情報
----------------------------------------------- */
.entry-footer {
   text-align: right;
   font-size: 85%;
   padding-top: 7px;
   border-top: 1px solid #282828;
}


/* サブリスト2種
　　カテゴリの最新記事　article-sub-category related-articles
　　人気記事ランキング article-sub-popular
----------------------------------------------- */

/*サブリストの共通タイトル*/
.article-sub-category h3 ,
.article-sub-popular h3 {
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 5px solid #000000;
	color: #333333;
	font-weight: bold;
	font-size: 24px;
}

/*カテゴリの最新記事 , 人気記事ランキング */
.related-articles,
.article-sub-popular {
	padding-bottom: 20px;
}

/*文字の装飾 - カテゴリの最新記事 , 人気記事ランキング*/
.article-sub-category a,
.article-sub-popular a{
	text-decoration: none;
}

.article-sub-category a:hover,
.article-sub-popular a:hover{
	text-decoration: underline;
}

.article-sub-category a:visited,
.article-sub-popular a:visited{
}

/*カテゴリの最新記事*/
.article-sub-category ul{
	padding-left: 18px;
}

.article-sub-category li{
	padding: 0 0 5px 18px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_list.png) no-repeat left 4px;
	list-style: none;
}

/*人気記事ランキング*/
.article-sub-popular .popularArticlesWithImage.A ul{
	text-align: left;
}




/* コメント　トラックバック
----------------------------------------------- */
.article-option-title{
	margin-bottom: 15px;
	padding: 10px 0 10px 10px;
	border-left: 5px solid #000000;
	background: #efefef;
	color: #333333;
	font-size: 16px;
}

#comments ol,
#trackbacks ol{
	margin-bottom: 40px;
	padding-left: 18px;
}

/*コメントのセット,トラックバックのセット*/
.comment-set{
	padding: 0;
	border-top: 1px dashed #cccccc;
	color: #333333;
	list-style: none;
	font-size: 12px;
}
#trackbacks .comment-set{
	padding: 10px 0;
}

.comment-set:first-child{
	border-top: none;
}

.comment-info, .trackback-set {
	margin: 10px 0;
}

/*コメントの番号,トラックバックの番号*/
.comment-number{
	margin-right: 10px;
}

/*コメント主の名前,トラックバックのブログタイトル*/
.comment-author{
	margin-right: 10px;
	font-weight: normal;
}

.comment-author a{
	color: #0033cc;
	text-decoration: none;
}

.comment-author a:hover{
	color: #0033cc;
}


/*コメントの日時とID,トラックバックの日時*/
.comment-date{
	color: #666666;
}

.comment-body{
	padding-bottom: 0;
	color: #333333;
	font-size: 16px;
}


/*トラックバックの記事*/
.comment-url a{
	color: #0033cc;
}


/* コメントフォーム
----------------------------------------------- */
.comment-form-title{
	font-weight: bold;
}

#comment-form{
	margin-top: 5px;
	padding: 20px 0;
	background: #efefef;
}

/*コメント入力欄*/
#comment-form textarea{
	resize: vertical;
}




/* -----------------------------------------------
ナビゲーション
参考URL：http://wiki.livedoor.jp/staff/d/DesignTemplate/Navigation
----------------------------------------------- */

/* トップページ　カテーゴリーアーカイブ　月別アーカイブ
----------------------------------------------- */

/*ナビゲーション共通*/
.pager{
	padding:0 0 0 0;
	background: none;
	font-size: 14px;
}

ul.index-navigator{
	margin: 0 0 7px !important;
}

li.paging-prev{
	margin: 0 5px !important;
}

li.paging-prev a,
li.paging-next a,
.index-navigator .paging-first a,
.index-navigator .paging-last a,
li.paging-number ol.paging-number li a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 12px !important;
	height: 32px;
	/* border: 1px solid #d5d5d5; */
	background: #999;
	color: #fff;
	text-decoration: none;
	font-weight: bold !important;
	line-height: 32px !important;
}

li.paging-next{
	margin: 0 5px !important;
}

li.paging-prev a:hover,
li.paging-next a:hover,
.index-navigator .paging-first a:hover,
.index-navigator .paging-last a:hover,
li.paging-number ol.paging-number li a:hover,
li.paging-number ol.paging-number li.current{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 12px;
	height: 32px;
	/* border: 1px solid #838383; */
	background: #222222;
	color: #ffffff;
	font-weight: bold;
	line-height: 32px;
}

li.paging-number ol.paging-number li.current{
	padding: 0 0;
}

ul.index-navigator li a,
ul.index-navigator li.current{
	margin: 0 3px !important;
	height: 32px !important;
	line-height: 32px !important;
	*line-height: 30px;
	*height: 30px;
}

ul.index-navigator li.current span{
	*line-height:33px !important;
}



/* 個別記事ページ
----------------------------------------------- */

/*ナビゲーション全体*/
.article-pager-type2 ul.article-pager,
.article-pager-type2 ul.archives-pager{
	padding: 0 0 0 0;
}

.article-pager-type2 ul.article-pager li,
.article-pager-type2 ul.archives-pager li{
	margin: 0;
}

/*前の記事へ*/
.article-pager-type2 .article-pager .prev{
	float: left;
	padding-left: 20px;
	width: 300px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_prev.png) no-repeat left 6px;
	text-align: left;
	text-indent: -7px;
	word-wrap: break-word;
}

/*次の記事へ*/
.article-pager-type2 .article-pager .next{
	float: right;
	padding-right: 10px;
	width: 300px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_next.png) no-repeat right 6px;
	text-align: right;
	word-wrap: break-word;
}

/*文字について*/
.article-pager-type2 ul.article-pager li a,
.article-pager-type2 ul.archives-pager li a{
	display: block;
	padding: 0 ;
	width: 300px;
	color: #666666;
	word-wrap: break-word;
	font-weight: bold;
	font-size: 16px;
}

/*マウスオーバーについて*/
.article-pager-type2 ul.article-pager li a:hover,
.article-pager-type2 ul.archives-pager li a:hover {
	background: none !important;
	text-decoration: underline;
}




/* カテゴリーアーカイブ,月別アーカイブ
----------------------------------------------- */

/*アーカイブのタイトルの全体設定*/
.archives-header{
	margin-bottom: 10px;
	padding: 10px;
	background: #ededed;
	color: #333333;
}

/*アーカイブのタイトル*/
.archives-header h1{
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}




/* -----------------------------------------------
サイド
----------------------------------------------- */

/* サイドカラム共通設定
----------------------------------------------- */
.sidewrapper{
    margin-bottom: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    font-size: 14px;
}

.side{
	padding: 0 10px 0 10px;
}

/*サイドカラムのリンク色*/
.sidewrapper a{
	color: #0030ff;
	text-decoration: none;
}
.sidewrapper a:hover{
	text-decoration: underline;
}
.sidewrapper a:visited{
	color: #7f4bc0;
}


/* plugin全体への設定 */
.side:after {
     display: block;
     visibility: hidden;
     clear: both;
     height: 0;
     content: ".";
}

.side {
	margin: 10px 0;
	zoom: 100%;
}


/*サイドカラムのタイトル*/
.sidetitlebody{
	padding: 5px 10px;
	background: #222222;
	color: #ffffff;
}

.sidetitle a{
    color: #ffffff ;
}

.sidetitle a:visited{
    color: #ffffff ;
}


/*サイドカラムのリスト*/
.sidebody{
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #e5e5e5;
	line-height: 1.2;
}

.sidebody:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.sidebody.category-child {
	padding: 10px 0 0 13px;
}


/* 最新記事(画像付)
----------------------------------------------- */
.plugin-recent_articles_image{
	font-size: 13px;
	line-height: 1.2;
}


/* ギャラリー
----------------------------------------------- */
/*サムネイルのサイズは54pxにすると表示件数ヨコ3件にちょうどよいです。*/

/*ギャラリー*/
.plugin-recent_images .side{
	margin-bottom: 3px;
}

/* カレンダー
----------------------------------------------- */
/*カレンダー共通設定*/
.plugin-calendar_default{
	margin: 0 0 20px 0;
	font-size: 14px;
}

/*カレンダー年月*/
.calendarheadbody{
	padding: 5px 10px;
	background: #222222;
	color: #ffffff;
	font-size: 14px;
}

.calendarheadbody a{
	color: #ffffff;
}

.calendarheadbody a:visited{
	color: #ffffff;
}

/*カレンダーの体裁*/
.plugin-calendar_default table,
.plugin-calendar_japanese table{
	border-spacing: 1px;
	border-collapse: separate;
}

.calbody{
	color: #8d8d8d;
}

table.caltblday td{
	border: 1px solid #eeeeee;
}

/*リンク背景*/
table.caltblday td a{
	background: #333333;
	color: #ffffff;
}

table.caltblday td a:hover{
	text-decoration: underline;
}

/*曜日*/
.sun{
	color: #ff5d59;
	font-weight: bold;
}

.sat{
	color: #4e8cff;
	font-weight: bold;
}

.weekday{
	font-weight: bold;
}


/* 人気記事（画像付）
----------------------------------------------- */
.plugin-popular_articles_with_image li:hover{
	opacity: 0.6;
}

div.popularArticlesWithImage.B:hover a,
div.popularArticlesWithImage.C:hover a{
	text-decoration: none !important;
}

.listWithImage .plugin-popular_articles_with_image .title{
	background: #EBEBEB !important;
	color: #333333 !important;
	line-height: 1.1 !important;
}

div.popularArticlesWithImage.B div.comment,
div.popularArticlesWithImage.B div.retweet,
div.popularArticlesWithImage.C div.comment,
div.popularArticlesWithImage.C div.retweet{
	display: inline !important;
	text-shadow: none !important;
}

div.popularArticlesWithImage.B div.title{
	margin: 7px 0 0 10px;
	background: none !important;
}

div.popularArticlesWithImage.C div.title{
	margin: 4px 0 10px 0;
	background: none !important;
}

/*4つ以上の場合*/
.listWithImage.many li{
	margin-bottom: 10px !important;
}


/* -----------------------------------------------
フッター
----------------------------------------------- */

/*フッターの全体設定*/
#blog-footer{
        width: 1168px;
	height: 80px;
        margin:0 auto;
	background: #222222;
}


/*フッターのコピーライト部分*/
#blog-footer #footer{
	height: 80px;
	color: #fff;
	line-height: 80px;
}

#blog-footer #footer a{
	color: #fff;
}


/*fixfooter*/

#fixfooter{
	width:40px;
	height:130px;
	float:right;
	position:fixed;
	bottom:45px;
	margin-left:1194px;	
}


#fixfooter ul {
	margin:0;
	padding:0;
}
#fixfooter ul li {
	list-style:none;
	width:40px;
	margin:0;
	padding:0;
}
#fixfooter li img {
	border:0 !important;
	vertical-align:bottom;
}
#fixfooter img {
	filter:Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#fixfooter a:hover img {
	filter:Alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

/* -----------------------------------------------
リセット　他のCSSが影響している場合にここでリセットします
----------------------------------------------- */

/* reset for template_6thgen.css
----------------------------------------------- */
body.layout-2col .message-board{
	margin-top: 0;
}


/* reset for template.css
----------------------------------------------- */
.article-social-btn > a, .article-social-btn > span, .article-social-btn > div, .article-social-btn > iframe{
	margin: 0 ;
}

.sidewrapper .blogroll-channel{
	margin-bottom: 10px;
	padding: 3px 0;
	border: 1px solid #b0b0b0;
}

.sidewrapper .blogroll-channel .blogroll-list{
	padding: 5px !important;
	padding: 3px 0;
	padding-top: 0;
	border-bottom: 1px dashed #c2c2c2;
	list-style-type: none;
	font-size: 13px;
	line-height: 1.3;
}

#ad1{
position:relative;
}

.fixed {
  position: fixed;
  top: 20px;
}

#sponsered_contents {
    margin:10px 0px;
    width: 336;
    height: 280px;
}

#sponsered_contents2 {
    border-top: dashed 1px;
    padding:10px 0;
    margin:20px 0px 10px  0px;
    width: 728;
    height: 90px;
}

#sponsered_contents3 {
    border-top: 1px dashed;
    padding:10px 0px;
    margin-bottom:20px;
    width: 728;
    height: 90px;
}



/* ----------------------------------------------- */
/** Footer */

div.footer-outer {
	width: 1000px;
	margin: 0 auto;
	background: #385C80;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	position:relative;
}

div.footer-outer-2 {
	width: 1000px;
	margin: 0 auto;
	padding-right: 10px;
	color:#FF0000;
	line-height: 41px;
	font-size: 14px;
}
div.footer-outer-2 a{
	padding-right: 10px;
	color:#FFFFFF;
	line-height: 41px;
	font-size: 14px;
}
div#footer {
	height: 41px;
}

#go_navi{
	margin-left:1084px;
	background:#fff;
	border:1px solid #ccc;
	border-left:none;
	position:fixed;
	top:198px;
	left:auto;
	/display:none;
	list-style:none;
	z-index:666;
}

#go_navi li a{
	margin:4px;
	display:block;
	width:40px;
	height:40px;
	overflow:hidden;
	text-indent:777px;
}

#go_navi li a span{
	vertical-align:32px;
}

/* com menu */
#footer-menu {
	width: 1168px;
	clear: both;
	margin: 0px auto;
}
#footer-menu ul { zoom: 1; }
#footer-menu ul:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }

#footer-menu ul {
	width: 1168px;
	height: 34px;
	background: #222222;
}

#footer-menu li {
	list-style: none;
	float: left;
	height: 34px;
}

#footer-menu ul a {
	display: block;
	height: 34px;
	line-height:34px;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background: #222222;
	border-right: 1px solid #b3b3b3;
	text-shadow: 0 1px 0 #fff;
	padding:0 1em;
	min-width:80px;
}

#footer-menu ul a:hover {
	background: #333333;
}


/* ▼ついてくるやつ ここまで ▲ */
#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 102px;
  right: 10px;
  width: 45px;
  height: 40px;
text-align: center;
}

#pagemiddle {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 55px;
  right: 10px;
  width: 45px;
  height: 40px;
margin: auto;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 8px;
  right: 10px;
  width: 45px;
  height: 40px;
text-align: center;
}

#pagetop a, #pagemiddle a, #pagebottom a {
text-decoration: none;
color: #fff;
padding: 10px;
display: block;
font-size: 18px;
background: #222;
border-radius: 5px;
border: 1px solid #fff;
}

#pagetop a:hover {
text-decoration: none;
background: #999;
color: #fff;
} 

#pagemiddle a:hover {
text-decoration: none;
background: #999;
color: #fff;
} 

#pagebottom a:hover {
text-decoration: none;
background: #999;
color: #fff;
} 

/* table */
table.data{
clear: both;
width:100%;
border: 1px #C0C0C0 solid;
border-spacing: 0;
border-collapse: collapse;
margin-bottom: 12px;
}

table.data tr{
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

table.data tr.b{
font-weight: bold;
}

table.data th{
text-align: center;
background: #282828;
color: #fff;
border: 1px #C0C0C0 solid;
border-width: 0 0 1px 1px;
padding: 4px 4px;
font-weight: normal;
}

table.data th.lap{
width:91px;
}

table.data td{
text-align: center;
border: 1px #C0C0C0 solid;
border-width: 0 0 1px 1px;
padding: 4px 4px;;
}

table.data td.name {
text-align	:left;
}

table.data td.odds {
text-align	:right;
}

table.data tr:hover td {
background: #f0f0f0;
color: #000;
}

table.data td.d1{
background:#fff!important;
color:#000;
}


table.data tr:hover td.w1 { 
background-color: #F4F4F4;
color:#000000;
}
table.data tr:hover td.w2 { 
background-color: #333333;
color:#FFFFFF;
}
table.data tr:hover td.w3 { 
background-color: #FF4444;
color:#FFFFFF;
}
table.data tr:hover td.w4 { 
background-color: #4444FF;
color:#FFFFFF;
}
table.data tr:hover td.w5 { 
background-color: #FFFF5B;
color:#000000;
}
table.data tr:hover td.w6 { 
background-color: #01C501;
color:#FFFFFF;
}
table.data tr:hover td.w7 { 
background-color: #FFBF4B;
color:#000000;
}
table.data tr:hover td.w8 { 
background-color: #FED6DD;
color:#000000;
}

td.w1 { 
background-color: #FFFFFF;
color:#000000;
}
td.w2 { 
background-color: #000000;
color:#FFFFFF;
}
td.w3 { 
background-color: #FF0000;
color:#FFFFFF;
}
td.w4 { 
background-color: #0000FF;
color:#FFFFFF;
}
td.w5 { 
background-color: #FFFF00;
color:#000000;
}
td.w6 { 
background-color: #009F00;
color:#FFFFFF;
}
td.w7 { 
background-color: #FFA500;
color:#000000;
}
td.w8 { 
background-color: #FFC0CB;
color:#000000;
}

table.lap{
clear: both;
border: 1px #C0C0C0 solid;
border-spacing: 0;
border-collapse: collapse;
margin-bottom: 12px;
}

table.lap tr{
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

table.lap th{
text-align: center;
background: #282828;
color: #fff;
border: 1px #C0C0C0 solid;
border-width: 0 0 1px 1px;
padding: 4px 4px;
font-weight: normal;
}

table.lap td{
width:82px;
text-align: center;
border: 1px #C0C0C0 solid;
border-width: 0 0 1px 1px;
padding: 4px 4px;;
}

table.lap tr:hover td {
background: #f0f0f0;
color: #000;
}

table.lap td.d1{
background:#fff!important;
color:#000;
}

table.data tr:hover td.sa { 
background-color: #ADFF2F;
}
table.data tr:hover td.ro { 
background-color: #FFC8EC;
}
table.data tr:hover td.no { 
background-color: #7AE1FF;
}
table.data tr:hover td.mi { 
background-color: #FFFF00;
}
table.data tr:hover td.na { 
background-color: #FF6F6F;
}
table.data tr:hover td.et { 
background-color: #C0C0C0;
}

table.data tr:hover td.sa1 { 
background-color: #ADFF2F;
}
table.data tr:hover td.ro1 { 
background-color: #FFC8EC;
}
table.data tr:hover td.no1 { 
background-color: #7AE1FF;
}
table.data tr:hover td.mi1 { 
background-color: #FFFF00;
}
table.data tr:hover td.na1 { 
background-color: #FF6F6F;
}
table.data tr:hover td.et1 { 
background-color: #C0C0C0;
}

table.data td.sa1 {
background-color: #B3FF9B;
text-align	:left;
}
table.data td.ro1 {
background-color: #FFD9F5;
text-align	:left;
}
table.data td.no1 {
background-color: #ABECFF;
text-align	:left;
}
table.data td.mi1 {
background-color: #FEFF8B;
text-align	:left;
}
table.data td.na1 {
background-color: #FF8D8D;
text-align	:left;
}
table.data td.et1 {
background-color: #E4E4DA;
text-align	:left;
}

td.sa { 
background-color: #B3FF9B;
}
td.ro { 
background-color: #FFD9F5;
}
td.no { 
background-color: #ABECFF;
}
td.mi { 
background-color: #FEFF8B;
}
td.na { 
background-color: #FF8D8D;
}
td.et { 
background-color: #E4E4DA;
}

#top_tool {
height: 26px;
border: 2px solid #ccc;
background-color: #fff;
margin-top: 5px;
text-align: center;
padding-top: 5px;
font-weight: bold;
font-size: 18px;
}

/* ▼　ソーシャルリンク ▼ */
#social-link a {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  color: #fff;
}
#social-link i {
  width: 90px;
  height: 50px;
  margin: 0;
  background: #222;
  line-height: 50px;
  text-align: center;
}
#social-link i:before { padding 0; line-height: 50px; }
#social-link a:hover .fa-twitter { background: #999; }
#social-link a:hover .fa-facebook-f { background: #999; }
#social-link a:hover .fa-google-plus-g { background: #999; }
#social-link a:hover .fa-hatena { background: #999; }
#social-link a:hover .fa-comment { background: #999; }

#social-icon a {
  position: relative;
  display: block;
  float: left;
  width:132px;
  margin: 10px 5px;
  padding: 0 0 0 40px;
  background: #222;
  color: #fff;
  text-decoration: none;
  text-align:center;
  line-height: 40px;
}

#social-icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background: #222;
  line-height: 40px;
  text-align: center;
}
#social-icon i:before { padding 0; line-height: 40px; }
#social-icon a:hover i { background: #999; }

/* Font Awesome hatena bookmark */
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}

/* ----- 見出し2 ----- */
.heading6{
	position:relative;
	padding-left:30px;
	margin-bottom:2px;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
}

.heading6:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:12px; 
	width:12px; 
	display:block; 
	position:absolute; 
	top:14px; 
	left:7px; 
	background-color:#6B0CE8;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity:0.50;
	z-index: 1;
}

.heading6:after{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:15px; 
	width:15px; 
	display:block; 
	position:absolute; 
	top:7px; 
	left:2px; 
	background-color:#00A8FF;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}

/*見出し*/
.selector{  
   font-size: large;
   font-weight: bold;
   padding: 3px 7px;
   background: #f0f0f0;
   border: 1px solid #666666; /* 好きな色に変更可 */
   border-left: 7px solid #000;
   margin-top: 2px;
   margin-bottom: 8px;
}

#social-icon2 a { margin: 0; padding: 10px; }
#social-icon2 i { color: #c6bb80; }
#social-icon2 a:hover i { color: #bcaf68; }

/*血統*/
td.b_ml {
	background:#f0f8ff;
}
td.b_fml {
	background:#fff0f5;
}

.set1{
float:left;
margin-right:5px;
font-size: 12px;
}


/*ad*/
.ent_ad_md {
    text-align: center;
}

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


div.qqqq1 {
 float:left;
height:250px;
 margin-left:0px; 
background-color:#FF0000;
}

div.qqqq2 {
 float:left;
 margin-left:0px; 
height:250px;
background-color:#0000FF;
}


/*--------------------------------------
  もくじ
--------------------------------------*/
ul.table-of-contents {
  font-size: 12px !important;/*文字サイズ*/
  border: 1px solid #eee !important;
  padding: 1em 1.5em 1em 2.25em !important;
  color: #999 !important;
  display: inline-block;
}
ul.table-of-contents:before {
  content: "[  ショートカット  ]"; /* お好きな文言に変更してください */
  display: inline-block;
  margin: 0.2em 0em 1em;
  padding: 0.2em 1em;
  font-weight: bold;
  background-color: #f5f5f5;
}
ul.table-of-contents a:after {
  display: none !important;
}
ul.table-of-contents li a,
ul.table-of-contents li a:visited {
  color: #999 !important; /* リンク文字の色 */
  text-decoration: none; /* リンクの下線あり・なし */
}
ul.table-of-contents li a:hover {
  color: #bac !important; /* リンクにマウスを重ねた時の色 */
}
ul.table-of-contents li {
  margin: 5px 0 10px 10px !important;
  line-height: 1.5;
  padding: 0;
  list-style-type: none !important;
}
ul.table-of-contents li:before {
  content: "▼"; /*お好きな記号に変更可能です*/
  position: absolute;
  left: 1.7em !important; /*左端からのアイコンまでの距離*/
  color: #282828;
}
ul.table-of-contents ul li,
ul.table-of-contents li ul {
  /* H1のみ表示させる */
  display: none !important;
}


.article_body {
	font-size: 114.2%;
	line-height: 1.4;
	margin-bottom: 20px;
}

.article_body .articleimage {
	float: left;
	width: 250px;


}

.article_body .articleimage a {
	display: inline-block;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	padding: 4px;
}
.article_body .articleimage a:hover {
	background: #f9f9f9;
	text-decoration: none;
}
.article_body .articleimage a:hover .caption {
	color: #e36a5c;
}
.article_body .articleimage .ImageBox {
	background: #f1f1f1;
	width: 240px;
}
.article_body .articleimage .ImageBox .Image {
	display: block;
	margin: 0 auto;
	max-width: 240px;
	max-height: 186px;
}
.article_body .articleimage .caption {
	color: #666;
	font-size: 85.7%;
	line-height: 1.3;
	padding: 6px 40px 2px 5px;
	position: relative;
	min-height: 34px;
}



.container {
  width: 80%;
  margin: 15px auto;
}


.media {
    background: #FFF;
    padding: 10px;
    overflow: hidden;
}
.media__image {
    float: left;
    margin-right: 1px;
}
.media__summary {
    overflow: hidden;
}
.media__heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}


h9 {
   font-size: large;
   font-weight: bold;
   padding: 3px 7px;
   color: #494949;/*文字色*/
   background: transparent;/*背景透明に*/
   border-left: solid 5px #000000;/*左線*/
}

