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

body {
	font-family: Lato, 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 游ゴシック体, 'Yu Gothic', YuGothic, Meiryo, メイリオ, sans-serif;
	overflow-x:hidden !important;
}


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


/* ヘッダー　ブルーのエリア
----------------------------------------------- */

#blog-header01{
	background: #fff url(http://livedoor.blogimg.jp/cruise00/imgs/8/a/8a844c98.jpg) repeat-x;　//#2fbdff
	height:92px;
}

#blog-header01 .header-inner01{
	margin:0 auto;
	width:1170px;
	display:table;
	padding:6px 0 0;
}

/* ヘッダー　タイトル
----------------------------------------------- */
hgroup{
	margin-right:11px;
	width:422px;
	*width:412px;
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}
hgroup h1{
	width:422px;
	*width:412px;
}
hgroup h1 a{
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	line-height:1.2;
	text-decoration:none;
}
hgroup h2{
	width:422px;
	margin:10px 0 0 3px;
	color:#ffffff;
}

/* ヘッダー　広告
----------------------------------------------- */
.header-inner01 .ads01{
	width:630px;
	text-align: right;
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}

/* ヘッダー　グレーのエリア
----------------------------------------------- */
#blog-header02{
	zoom:100%;
	background: #F5F5F5; //44DEDE
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#blog-header02 .header-inner02{
	margin:0 auto;
	width:1170px;
	color:red;
}

#blog-header02 .header-inner02 a{
	color:#383838;
	font-size:14px;
	font-weight:bold;
}
#blog-header02 .header-inner02:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/* ヘッダー　メニュー
----------------------------------------------- */
.header-inner02 ul.header-menu{
	width:744px;
	height:auto;
	float:left;
}

ul.header-menu li{
	color:#ffffff;
	font-size:18px;
	list-style:none;
	float:left;
}

ul.header-menu li a{
	padding:0 12px;
	height:51px;
	line-height:51px;
	color:#f5f5f5;
	text-decoration:none;
	display:block;
	vertical-align:middle;
}

ul.header-menu li:first-child a{
}

ul.header-menu li a:hover{
	opacity: 0.6;
}


/* ヘッダー　メニュー グローバルメニュー（芸能ニュースなど）
----------------------------------------------- */
.header-inner02 ul.header-menu-g{
	width:744px;
	height:auto;
	float:left;
    width: 100%;
	display:block;
}

ul.header-menu-g li{
	color:#ffffff;
	font-size:18px;
	list-style:none;
	float:left;
}

ul.header-menu-g li a{
	padding:0 12px;
	width: 250px;
	text-align:center;
	height:51px;
	line-height:51px;
	color:#737373;
	text-decoration:none;
	border-right: 1px dotted #93B8CA;
	display:block;
}

ul.header-menu-g li:first-child a{
	border-left: 1px dotted #93B8CA;
}

ul.header-menu-g li a:hover{
	background: #33BFDB; /* Old browsers */
	opacity: 0.6;
}


/* ヘッダー　Twitter,RSS,検索窓
----------------------------------------------- */
.header-sarch{
	width:400px;
	float:right;
}
.header-sarch img{
	margin-top:-3px;
	width:32px;
}
.header-sarch-2 img{
	margin-top:1px;
	width:28px;
}
.header-sarch-3 img{
	margin-top:2px;
	width:24px;
}
.header-sarch-4 {
	margin-top:6px;
}
.header-sarch img:hover{
	opacity: 0.6;
}
.header-sarch li{
	float:left;
	list-style:none;
	margin-left:20px;
}

.header-sarch li a{
	color:#f5f5f5;
	text-decoration:none;
}

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

.header-sarch input.sf,
.header-sarch input.sfbtn {
	border: 1px solid #aaa;
	height: 20px;
	line-height: 18px;
	outline: 0;
}
.header-sarch input.sf {
	background-color: #fff;
	background-position: 4px -264px;
	border-radius: 10px 0 0 10px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0 5px 0 21px;
	vertical-align: top;
	width: 145px;
	*width: 180px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.header-sarch input.sfbtn {
	border-left: 0;
	border-radius: 0 10px 10px 0;
	float:right;
	text-shadow: 0 1px 0 #fff;
	width: 65px;
	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%);
	-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;
	font-size:80%;
	letter-spacing: 0.5em;
}
.header-sarch input.sfbtn:hover,
.header-sarch input.sfbtn:focus {
	color: #2e90c5;
}


/* -----------------------------------------------
コンテンツ
----------------------------------------------- */

#wrapper{
}


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

/* コンテンツ全体 */
#container{
	width:1170px;
	margin:0 auto;
	position: relative;
}

/* コンテンツ　左側のカラム */
.left-container{
	width:200px;
	float:left;
}
.left-container:after {
	content: "."; 
	display: block; 
	visibility:hidden;
}

/* コンテンツ　中央メインのカラム */
.main-container{
	width:750px;
	float:left;
	margin:0 10px;
}

/* コンテンツ　右側のカラム */
.right-container{
	width:360px;
	float:left;
	padding:0 10px;
}

/* コンテンツ　３カラムの上のエリア
----------------------------------------------- */

/*画像付きRTorコメントリスト*/
.listWithImage{
	padding:20px 0;
	margin-bottom:10px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2)inset;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2)inset;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2)inset;

	background: #00ccff url(http://livedoor.blogimg.jp/cruise00/imgs/8/a/8a844c98.jpg) repeat-x;
	background-position: bottom;
}
.listWithImage li{
	margin:0 10px !important;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.listWithImage li:hover{
	opacity: 0.6;
}
.listWithImage div.popularArticlesWithImage.A ul li{
	border: 10px solid #F5F5F5;
	height:179px;
	width:215px;
}
.listWithImage div.popularArticlesWithImage.A ul li img{
	height:134px;
	width:216px;
	margin-left:-4px;
	margin-top:-3px;
}
.listWithImage div.popularArticlesWithImage.A ul li a{
}
.listWithImage div.popularArticlesWithImage.A div.title{
	color: #333333 !important;
	padding-bottom: 2px;
	width:208px !important;
	font-size:13px;
	line-height:20px;
	background-color:#f5f5f5 !important;
	opacity:1.0 !important;
	margin-left:-2px;
}


/*画像付きRTorコメントリスト （中央メインのカラム）*/
.main-container div.popularArticlesWithImage.A div.title{
	padding-bottom: 6px;
	font-size:14px;
}
div.popularArticlesWithImage.A div.retweet,
div.popularArticlesWithImage.A div.comment{
	padding: 3px 6px 0px 5px;
}

.listWithImage div.popularArticlesWithImage.A div.retweet,
.listWithImage div.popularArticlesWithImage.A div.comment{
	background:#ffffff !important;
}

.listWithImage div.popularArticlesWithImage.A div.pv{
	background:#383838 !important;
	color:#f5f5f5!important;
	width:205px;
	text-align:center;
}

.listWithImage_title{

	width:1170px;
	margin:0 auto;
	height:32px;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
	padding-left:30px;
	color:#f5f5f5;

}


/* コンテンツ　中央メインのカラム
----------------------------------------------- */

/*メッセージボード*/
.message-board-outer{
	margin-bottom:10px !important;
	padding:10px;
	border:3px solid #2a5ccd;
	background:#d4e3ff;
	font-size:16px;
	line-height:1.6;
}
.message-board-outer a{
	text-decoration:none;
}
.message-board-outer a:hover{
	text-decoration:underline;
}


/*記事タイトル*/

.article-title{
	padding:15px;
	color:#484848;
	font-weight:bold;
	font-size:24px;
	line-height:1.2;
	background:  	#fff;
}
.article-title a{
	color:#484848;
	font-weight:bold;
	text-decoration:none;
	margin-left: -100px;
}
.article-title a:hover{
	color:	#33BFDB;
}

/*記事タイトル下の記事情報*/
.article-header-inner:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.article-header-inner {
	margin-bottom:15px;
	padding:13px 5px;
	zoom:100%;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	background:#fff url(http://livedoor.blogimg.jp/cruise00/imgs/8/a/8a844c98.jpg) repeat-x;
	background-position: top;
}

/*投稿時間 カテゴリー 部分*/
.article-header-top:after {
	content:".";
	height:0;
	display:block;
	visibility:hidden;
	margin:0 0 5px 0;
}
.article-header-top {
	zoom:100%;
}

/*投稿時間 - 記事タイトル下の記事情報*/
.article-header-date{
	padding-left:18px;
	margin:4px 10px 5px 0;
	font-size:12px;
	line-height: 1.3;
	float: left;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_date.png) no-repeat left 50%;
}

/*カテゴリー - 記事タイトル下の記事情報*/
.article-header-category{
	padding-left:16px;
	margin:4px 10px 5px 0;
	font-size:12px;
	line-height: 1.3;
	float: right;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_category.png) no-repeat left 50%;
}
.article-header-category li{
	list-style:none;
}
.article-header-category dt{
	display:none;
}
.article-header-category dd{
	padding: 0 5px;
	float:left;
}
.article-header-category dd a {
	color:#333;
	text-decoration:none;
}
.article-header-category dd a:hover{
	color:#33BFDB;
}

/*ソーシャルボタン - 記事タイトル下の記事情報*/
	.article-social-btn{
}



/*記事本文*/
.article-body{
	margin-bottom:40px;
	padding: 10px 20px;
	background:#fff;
	font-size: 15px;
	color: #5C564E;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.article-body a{
	color:#0132cc;
	text-decoration:none;
}
.article-body a:hover{
	color:#33BFDB;
}
.article-body a:visited{
	color:#79D1B0;
}

/*引用*/
.article-body-inner blockquote{
	background: #efefef;
	padding:15px;
}
.article-body-inner blockquote:before{
	display:none;
}

/*続きを読む*/
.article-body-continue{
	margin:30px 0 0;
	padding:17px 22px;
	font-size:24px;
	font-weight:bold;
	line-height:1.4;
	background:#c0d9f7;
	display:block;
}
.article-body-continue a,
.article-body-continue a:hover.
.article-body-continue a:visited{
	color:#33BFDB;
}



/*記事下の記事情報　（個別記事ページのみ）*/
.article-footer:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.article-footer {
	zoom:100%;
	margin-bottom: 40px;
	padding: 10px;
	color: #333333;
	background: #efefef;
}


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

dl.comment-form-email, dl.comment-form-url, .input-rating, .input-rating-face, .input-rating-star{
	display:none;
}

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


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

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


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

/*文字の装飾 - カテゴリの最新記事 , 人気記事ランキング*/
.article-sub-category a,
.article-sub-popular a{
	color:#0132cc;
	text-decoration: none;
}
.article-sub-category a:hover,
.article-sub-popular a:hover{
	color:#33BFDB;
}
.article-sub-category a:visited,
.article-sub-popular a:visited{
	color:#79D1B0;
}


/*カテゴリの最新記事*/

.related-articles {
	margin-top: 30px;
}

.related-articles:first-child {
	margin-top: 0;
}

.related-articles.with-image h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.related-articles.with-image ul {
	margin: 0 -15px;
}

.related-articles.with-image ul li {
	margin: 0 0 10px!important;
	float: left;
	width: 29%;
	padding: 0 15px;
}

.related-articles.with-image ul li a {
	display: block;
	padding: 0 !important;
	min-height: 204px;
	color:#0d6ccb;
	font-weight:bold;
}

.related-articles.with-image .related-article-image {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
	padding: 4px;
	margin-bottom: 10px;
}

.related-articles.with-image .related-article-image img {
	width: 100%;
	height: 130px;
}

.related-articles.with-image .related-article-title {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	word-wrap: break-word;
	word-break: break-all;
	height: 53px;
	width: 214px;
	overflow: hidden;
	background:#fff;
	margin-top:-12px;
	padding:6px;
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
}

.related-articles:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/*人気記事ランキング*/
.article-sub-popular .listWithImage{
	padding:20px 0;
	box-shadow:none;
	background: url(http://livedoor.blogimg.jp/cruise00/imgs/7/0/70ed5964.jpg) no-repeat left 3px;
}
.article-sub-popular .listWithImage li{
	margin-bottom:10px !important;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.article-sub-popular .listWithImage li:hover{
	opacity: 0.6;
}
.article-sub-popular .listWithImage div.popularArticlesWithImage.A ul li{
	border: 10px solid #F5F5F5;
	height:238px;
	width:205px;
}
.article-sub-popular .listWithImage div.popularArticlesWithImage.A ul li img{
	height:156px;
	width:205px;
	margin-left:-3px;
}
.article-sub-popular .listWithImage div.popularArticlesWithImage.A ul li a{
}
.article-sub-popular .listWithImage div.popularArticlesWithImage.A div.title{
	color: #333333 !important;
	padding-bottom: 2px;
	margin-top:15px;
	width:197px !important;
	height:58px;
	background:#ffffff !important;
}


/*画像付きRTorコメントリスト （中央メインのカラム）*/
.article-sub-popular  div.popularArticlesWithImage.A div.title{
	padding-bottom: 6px;
}
.article-sub-popular div.popularArticlesWithImage.A div.retweet,
.article-sub-popular div.popularArticlesWithImage.A div.comment{
	padding: 3px 6px 0px 5px;
}

.article-sub-popular .listWithImage div.popularArticlesWithImage.A div.retweet,
.article-sub-popular .listWithImage div.popularArticlesWithImage.A div.comment{
	background:#ffffff !important;
}

.article-sub-popular .listWithImage div.popularArticlesWithImage.A div.pv{
	background:#737373!important;
	color:#F5F5F5 !important;
	width:194px !important;
}

.article-sub-popular .listWithImage_title{

	width:650px;
	margin:0 auto;
	height:32px;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
	padding-left:30px;

}

/* コメント　トラックバック
----------------------------------------------- */

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


/* コメント トラックバック　共通利用
----------------------------------------------- */

/*コメントエリア　トラックバックエリア*/
#comments ol,
#trackbacks ol{
	margin-bottom: 40px;
	padding-left: 18px;
}


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


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


/*コメント主の名前　トラックバックのブログタイトル*/
.comment-author{
	color: #227a22;
	margin-right: 10px;
	font-weight: normal;
}
.comment-author a{
	color: #0132cc;
	text-decoration: none;
}
.comment-author a:hover{
	color:#33BFDB;
}


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

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


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


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

.comment-form-title{
	font-weight: bold;
}

#comment-form{
	margin-top: 5px;
	background: #efefef;
	padding: 20px 0;
}
/*コメント入力欄*/
#comment-form textarea{
	resize: vertical;
}



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

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

/*ナビゲーション共通*/
.pager{
	font-size:17px;
}

/*数字の色*/
.pager a{
	color:#ffffff;
}
ol.paging-number li.current span{
	color:#ffffff;
}

/* 背景の色 */
ol.paging-number li,
li.paging-prev,
li.paging-next,
li.paging-first,
li.paging-last{
	display:block;
	height:34px;
	line-height:34px;
	padding:0 5px;
}
li.paging-prev{
	background:#FDC44F;
}
li.paging-next{
	background:#5EBABA;
}
li.paging-first{
	background:#44DEDE;
}
li.paging-last{
	background:#8DCF3F;
}
ol.paging-number li{
	background:#33BFDB;
}
/* マウスホバー時の背景の色 */
li.paging-prev:hover,
li.paging-next:hover,
li.paging-first:hover,
li.paging-last:hover,
.index-navigator li li:hover,
ol.paging-number li.current{
	opacity: 0.6;
}


/* ページング幅調節 */
ul.index-navigator li a, ul.index-navigator li span,
ul.index-navigator li a, ul.index-navigator li.current span{
	margin: 0 0 0 0px;
	padding:0 6px;
	line-height: 34px;
}
ul.index-navigator{
	height:34px;
	margin:0 0 10px 0;
}

ul.index-navigator li.paging-number{
	margin: 0 0 !important;
}

/* 間をあける */
ul.index-navigator li, ul.index-navigator li ol {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 3px !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_matomeblue_3c/icon_prev.png) no-repeat left 3px;
	text-align: left;
	text-indent: -7px;
	word-wrap:break-word;
}


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


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

/*マウスオーバーについて*/
.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{
	background: #ededed;
	color: #333333;
	padding: 10px;
	margin-bottom: 10px;
}


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




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

/* サイドカラム共通設定
----------------------------------------------- */

/*サイド右上広告*/
.right-container-ads{
	margin-bottom: 10px
}

.sidewrapper{
	font-size:14px;
}

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

/* plugin全体への設定 */
.side:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.side {
	zoom:100%;
	margin:10px 0;
	padding: 10px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}


/*サイドカラムのタイトル*/
.sidetitlebody{
	padding:0 10px;
	color:#383838;
	height:42px;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
	margin-top:0;
}
.sidetitle a{
	color: #ffffff ;
}
.sidetitle a:visited{
	color: #ffffff ;
}


.sidetitle {
}

/*サイドカラムのリスト*/
.sidebody{
	padding:10px;
	border-top:1px solid #e5e5e5;
	line-height:1.2;
}
.sidebody:first-child{
	border-top:none;
}
.sidebody.category-child{
	padding-left:13px;
}

/

/* 左カラム専用スタイル
----------------------------------------------- */

/*左カラムの共通設定*/
.left-container .side{
	padding: 0 10px 0 10px;
}


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


/* ギャラリー
----------------------------------------------- */

/*ギャラリー共通スタイル*/
.plugin-recent_images .side{
	margin-bottom: 0;
}
.galleryThumbnail li{
	float: left;
	padding: 0 10px 0 0;
}

/*ギャラリー左カラム*/
.left-container .plugin-recent_images .side{
	padding: 0 0 0 10px;
}

.left-container .plugin-recent_images li{
	width: 53px;
	height: 62px;
	*width: 51px;
	*height: 51px;
}
.left-container .plugin-recent_images img{
	width: 51px;
	height: 51px;
}

/*ギャラリーが右カラム*/
.right-container .plugin-recent_images .side{
	width: 310px
}
.right-container .plugin-recent_images li{
	width: 93px;
	height: 103px;
	*width: 91px;
	*height: 91px;
}
.right-container .plugin-recent_images img{
	width: 91px;
	height: 91px;
}


/* カレンダー
----------------------------------------------- */

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

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

/*カレンダーの体裁*/
.plugin-calendar_default table{
	border-collapse: separate;
	border-spacing: 1px;
}
.calbody{
	color:#8d8d8d;
}
table.caltblday td{
	border: 1px solid #eeeeee;
}

/*リンク背景*/
table.caltblday td a{
	color:#ffffff;
	background:#0033cc;
}
table.caltblday td a:hover{
	color:#33BFDB;
}
table.caltblday td a:visited{
	color:#33BFDB;
}

/*曜日*/
.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{
	color: #333333 !important;
	line-height: 1.1 !important;
	background:#EBEBEB !important;
}

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

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

/* 相互RSS
----------------------------------------------- */

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

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


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

/*フッターの全体設定*/
#blog-footer{
	margin-top:30px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	border-bottom:1px solid #0e97df;
	background: #0000cc; 
}


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


/*トップへ戻る*/
.to-pagetop {
	bottom: -105px;
	position: absolute;
	right: -5px;
}


/* -----------------------------------------------
リセット　他の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 ;
}


/* 追加部分
----------------------------------------------- */

/*サブタイトル部分*/
.sub-title p{
	font-size: 20px;
	font-weight: bold;
	background: #b7e0e1;
	color:#fff;
	padding:0 22px;
	height:51px;
	line-height:51px;
	margin-bottom:1px;

}

/*トップページの記事サムネイル*/
.article-header a img{
	width:204px;
	height:150px;
	float:left;
	border: 2px #fff;
	margin:10px 20px;
}

/*記事中の文字*/
.t_b{
	margin:20px 20px 10px 0;
	font-size:18px;
	line-height:29px;
    letter-spacing: 1.5px;
	width:640px;
}

/*記事中の文字 kyocho*/
.t_k{
    letter-spacing: 0.4px;
	padding:20px 25px !important;
}

.article-body-inner img{
	border: 1px solid #f5f5f5;
	padding: 5px;
	max-width:680px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}


a:hover img{

	opacity: 0.6;
}

/*サイドカラムのリスト*/

.side{
	padding-left:10px;
	background:#fff;
	margin-top:-10px;
}

#popularArticlesWithImagePlugin-231622{
	margin:20px;
	border:red 1px solid;
}

div.popularArticlesWithImage.B div.comment {
	width:300px;
	font-size:20px;
	background: 	#b7e0e1;
}

.popularArticleWithImage{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-bottom: 1px solid #d7d7d7;
}

.plugin-popular_articles_with_image side{
	background:none;
}
.sidewrapper{
	margin-top:10px;
	margin-left:16px;
}

.plugin-popular_articles_with_image{
	border: none;
}


/*blogroll 1001関連*/

.blogroll-channel#blogroll-204564 ul.blogroll-list-wrap li a {
	padding-left:5px;
	color:#0d6ccb;
	font-weight: bold;
	font-size:130%;
	line-height:220%;
}
.blogroll-channel#blogroll-204564 ul.blogroll-list-wrap li:nth-child(5n) a {
	color:#ff3399;
}
.blogroll-channel#blogroll-204564 ul.blogroll-list-wrap li:nth-child(2) a {
	color:#ff3399;
}

/*blogroll middle関連*/
.blogroll-channel#blogroll-204709 ul.blogroll-list-wrap li a {
	padding-left:5px;
	color:#0d6ccb;
	font-weight: bold;
	font-size:130%;
	line-height:220%;
}
.blogroll-channel#blogroll-204709 ul.blogroll-list-wrap li:nth-child(3n-2) a {
	color:#ff3399;
}

#blog-title{
}
#blog-title img{
	width:100%;
}

/*blogroll 上のサブタイトル*/
.sub-title-box{
	padding:5px 10px 0 10px;
	color:#f5f5f5;
	height:28px;
	line-height:26px;
	font-size:16px;
	background:#383838;
	vertical-align:bottom !important;
	margin-top:20px;
}
.sub-title-box2{
	clear:both;
	padding:0 10px 5px 20px;
	color:#383838;
	height:32px;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
}

/*記事中の強調*/
.article-body .article-body-inner .st{
    font-size: 15px !important;
    color: #777777 !important;
	font-weight:400 !important; //??
    overflow: hidden;
    padding:45px 30px !important;
    letter-spacing: 1.5px!important;
    line-height:1.7!important;
}



/* ソーシャルボタン */
.article-social-btn-vertical{
	width: 100% ;
	height: 199px ;
	padding: 1.5em 0 ;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	background:#F5F1E9  url(http://livedoor.blogimg.jp/cruise00/imgs/8/a/8a844c98.jpg) repeat-x;
	background-position: top;
}
.article-social-btn-vertical ul.social li {
	display: block;
	float: left ;
	text-align: center ;
	height: 51px ;
	margin: 0 8px ;
	padding:0 ;
}

.article-social-btn-vertical iframe[src*="facebook"] {
	width:101px !important;
}
.article-social-btn iframe[src*="facebook"] {
	width:116px !important;
}
.article-social-btn-vertical ul.diffusion img{
	height:180px;
	width:230px;
	border:8px solid #fff;
	float: left ;
	margin-left:10px;
}


.article-social-btn-vertical ul.diffusion li {
	display: block;
	margin: 0 8px ;
	padding:0 ;
}
.diffusion-text{
	font-size:20px;
	line-height:40px;
	margin-left:-100px;
}

.d-date, .d-info{
	text-indent:10px;
}

.d-infoa a{
	margin-left:20px !important;
}


.diffusion:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/*右カラムの人気記事*/
.listWithImage-side{
	padding:20px 0;
	margin-bottom:10px;

	background: url(http://livedoor.blogimg.jp/cruise00/imgs/8/a/8a844c98.jpg) repeat-x;
	background-position: top;
}
.listWithImage-side .side {
	background: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.listWithImage-side li{
	margin-bottom:30px !important;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.listWithImage-side li:hover{
	opacity: 0.6;
}
.listWithImage-side div.popularArticlesWithImage.A ul li{
	border: 10px solid #F5F5F5;
	height:298px;
	width:305px;
}
.listWithImage-side div.popularArticlesWithImage.A ul li img{
}
.listWithImage-side div.popularArticlesWithImage.A ul li a{
}
.listWithImage-side div.popularArticlesWithImage.A div.title{
	color: #333333 !important;
	padding-bottom: 2px;
	margin-top:-45px !important;
	width:295px !important;
	font-size:15px;
}


/*画像付きRTorコメントリスト （中央メインのカラム）*/
}
div.popularArticlesWithImage-side.A div.retweet,
div.popularArticlesWithImage-side.A div.comment{
	padding: 3px 6px 0px 5px;
}

.listWithImage div.popularArticlesWithImage-side.A div.retweet,
.listWithImage div.popularArticlesWithImage-side.A div.comment{
	background:#ffffff !important;
}

.listWithImage div.popularArticlesWithImage-side.A div.pv{
	background:#F5F5F5 !important;
	color:#737373!important;
}

.listWithImage_title-side{

	width:1170px;
	margin:0 auto;
	height:32px;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
	padding-left:30px;

}



/*追尾ソーシャルボタン*/
.fixed {

	position: fixed;
	top: 10px;
	list-style:none;

}
#scroll{
	list-style:none;
	margin-left:-40px;

}
#scroll li img{
	width:50px;
	margin-bottom:4px;
}

/* 追尾 */
ul#scroll{
    display: table;
    table-layout: fixed;
    width: 62%;
    padding:0;
}
#scroll li{
    list-style: none;
    margin:0;
    padding:10px 0;
    text-align: center;
    color:#fff;
    background: #000;
	width:40px;
    cursor: pointer;
	font-weight:bold;
}
#scroll a{
    display: block;
    color: #fff;
	text-decoration:none;
}
.test{
	margin-bottom:10px;
}

#scroll #share-facebook{
    background: #3B5999;
}
#scroll #share-twitter{
    background: #55ACEE;
}

#scroll #share-twitter img{
    width:30px;
}

#scroll #share-google img{
    width:30px;

}
#scroll #share-facebook img{
    width:30px;

}
#scroll #share-google{
    background: #DD4B39;
}
#scroll #share-up{
    background: grey;
}

/*marginを指定*/
.margin-top-260{
}
.margin-top40{
	margin-top:40px;
}


/*追尾ソーシャルボタン*/
.rss_img ul li{

	list-style:none;
	float:left;
	width:120px
	margin:0 30px !important;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	display: block;
}
.rss_img ul li a{
	width:120px
	margin:0 10px !important;
}

.rss_img img{
	width:120px;
	height:150px;
}

.rss_img p{
	width:120px;
	color: #f5f5f5;
	padding-bottom: 2px;
	font-size:13px;
	line-height:20px;
	background-color:#333333;
	opacity:0.6;
	margin-top:-40px
}

.rss_img:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}



/* 画像によるアクトレ */
/* TOP */

.rss-img-list {
	margin: 0 -15px 15px;
	list-style:none;
}

.rss-img-item {
	width: 217px;
	float: left;
	padding: 0 18px 15px;
}

.rss-img-item > a {
	display: block;
	position: relative;
}

.rss-img > img {
	width: 240px;
	height: 140px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.rss-img-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 220px;
	height:30px;
	overflow-y:hidden;
	padding: 10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
}
.rss-img-list:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.rss-img-item > a :hover{
	opacity: 0.6;
}



/* MIDDLE */
.rss-img-middle .rss-img-list {
	margin: 0 -15px 0px;
	list-style:none;
}

.rss-img-middle .rss-img-item {
	width: 197px;
	float: left;
	padding: 0 18px 15px;
}

.rss-img-middle .rss-img-item > a {
	display: block;
	position: relative;
}

.rss-img-middle .rss-img > img {
	width: 230px;
	height: 140px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.rss-img-middle .rss-img-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 190px;
	height:30px;
	overflow-y:hidden;
	padding: 5px 5px 10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
}
.rss-img-middle .rss-img-list:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.rss-img-middle .rss-img-item > a :hover{
	opacity: 0.6;
}


/* 個別記事につける画像アクトレ */

.legend-title {
	color:#ff3399;
}
.legend-img {
	border:3px solid #ff3399;}

/******************************

 各種ソーシャルボタン

******************************/

social-btn{
	float:right;
}
ul.social-btn{
    display: table;
    table-layout: fixed;
    width: 62%;
    padding:0;
}

.social-btn li{
    list-style: none;
    display: table-cell;
    margin:0;
    padding:0;
    text-align: center;
    color:#fff;
    background: #000;
    line-height: 30px;
    cursor: pointer;
}
.social-btn li a{
    display: block;
    color: #fff;
}

#share-facebook{
    background: #3B5999;
}
#share-twitter{
    background: #55ACEE;
}
#share-google{
    background: #DD4B39;
}



/* 記事下のSNS */
social-btn-bottom{
	float:right;
}
ul.social-btn-bottom{
    display: table;
    table-layout: fixed;
    width: 62%;
    padding:0;
}

.social-btn-bottom li{
    list-style: none;
    display: table-cell;
    margin:0;
    padding:0;
    text-align: center;
    color:#fff;
    background: #000;
	width:130px;
	height:30px !important;
    cursor: pointer;
}
.social-btn-bottom li a{
    display: block;
    color: #fff;
	text-decoration:none;
}

.social-btn-bottom #share-facebook{
    background: #3B5999;
}
.social-btn-bottom #share-twitter{
    background: #55ACEE;
}
.social-btn-bottom #share-google{
    background: #DD4B39;
}

/*ACR */
.acr {
	margin:10px auto;
	padding:10px;
	position: relative;
	overflow: hidden;
}
 
.acr ul.header-sarch{
	position: relative;
	left: 50%;
	float: left;
}
.acr ul.header-sarch li {
	position: relative;
	left: -50%;
	float: left;
}
/* コメントの注意*/
.comment-ref{
	margin:-69px 0 20px;
	font-size:12px;
}

/* ACR人気記事ランキング*/
#prranking a{

	text-decoration:none;
	font-weight:bold;
}
#prranking {
	padding: 15px;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

#acrp11_news_strike td {
	font-size: 14px !important;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	padding: 4px 9px;
	line-height: 1.8;
}

/*BlogRoll*/

/*全体の設定（２列）*/
.rss-blogroll:after {
	content:".";
	height:0;
	clear:both;
	display:block;
}
.rss-blogroll {
	zoom:100%;
	margin-bottom:10px;
	padding: 3px 0;
	background-color:#fff;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

/*チャンネル単位の設定*/
.rss-blogroll .blogroll-channel{
	margin-left:5px;
	width:370px;
	height:500px;
	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;
	font-size: 15px;
	border-bottom: 1px dashed #e0e0e0;
	padding: 3px 0 0 10px;
	line-height: 1.2;
	padding-top:0;
	letter-spacing: 0.06em;
}

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

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


/*全体の設定（１列）*/
.rss-blogroll1box:after {
	content:".";
	height:0;
	clear:both;
	display:block;
}
.rss-blogroll1box {
	zoom:100%;
	margin-bottom:10px;
	padding: 3px 0;
	background-color:#fff;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

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

/*リストの設定*/
.rss-blogroll1box .blogroll-channel .blogroll-list {
	list-style-type: none;
	font-size: 15px;
	border-bottom: 1px dashed #e0e0e0;
	padding: 3px 0 0 10px;
	line-height: 2.1;
	padding-top:0;
	letter-spacing: 0.06em;
}

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

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


/* RSS側の文字サイズ */
.baa a{
font-size: 16px;
}
/* RSS下メッセージの文字サイズ */
.baaa{
font-size: 16px;
}

