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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ホワイトプレス";
 :shortdesc "Design Template for livedoor Blog";
 :created "2012-09-28";
 :release [:revision "1.12"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/18127022.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background: url("http://livedoor.blogimg.jp/funs/imgs/3/f/3f4a6bfe.png")repeat;
	background-color: #F4F4EC;
}
#wrapper {
	padding-top: 0px;
}
#container {
	margin: 0 auto;
width: 1070px;
}

#content {
	position: relative;

padding: 2px 0px 20px 0;
   }


#main {
width: 736px;
overflow: hidden;
	}

#main-inner {
background-color: #fff;
padding: 0px 0px 0px;
border: solid 1px #D0D5CB;


	}
#main-inner2 {
}



#sidebar {
	width: 320px;
overflow: hidden;
     }



#sidebar-inner {
     }


#sidebar-inner a:hover img{
	transition: all 0.3s ease-in-out 0s;
 opacity: 0.8;
}


/* サイドバー入れ替え */
body.sidebar-right #main {
	float: left;
}
body.sidebar-right #sidebar {
	float: right;
}
body.sidebar-left #main {
	float: right;
}
body.sidebar-left #sidebar {
	float: left;
}


/* =============================================== */
/** 文字 */
/* ----------------------------------------------- */


.name{
font-size:12px;
}


.name_box{
font-size:11px;
}


.text{
padding:7px 0 10px;
font-size:17px;
line-height:1.6;
}


.text-twitter{
padding:5px 0 10px;
font-weight: bold;
font-size:17px;
line-height:1.6;
}

.name-twitter{
font-size:12px;
text-align: right;
}





/* AA表示 */
.aa{
font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
font-size:16px;
line-height:18px;
}


.amazon{
font-size: 11px;
}


.moji{
font-size: 11px;
color: #666;
text-align: right;
margin: 0px  0px 0px 10px!important;

}



.res {
        background-color: #f7f7f7!important;
	padding: 7px 0px 7px 7px!important;
	margin: 0px  0px 0px 12px!important;
	}


.res_box {
	border-bottom: dotted 1px #ccc;
padding:10px 0 3px;
font-size: 17px;
line-height:1.5;
}



.arrow_box {
	position: relative;
	background: #f7f7f7;
	padding: 7px 0px 7px 7px!important;
	margin: 0px  0px 0px 12px!important;
border: 2px solid #eee;
border-radius:2px;
}

.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(247, 247, 247, 0);
	border-bottom-color: #f7f7f7;
	border-width: 10px;
	left: 3%;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #eee;
	border-width: 13px;
	left: 3%;
	margin-left: -13px;
}



/* 全体の文字色、リンク色
----------------------------------------------- */
body {
font-size: .8em;
color: #010101;

font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
}
a {
	color: #1D3994;
	text-decoration: none;
}
a:link {
	color: #1D3994;
	text-decoration: none;
}
a:visited {
	color: #555;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #1D3994;
}




/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */

div.blog-title-outer {
	min-height: 67px;
	background: url("http://livedoor.blogimg.jp/funs/imgs/a/c/ac5dc47a.png") repeat scroll 0 0 transparent;
	text-align: left;
background-color: #fff;
border-bottom: solid 0px #bbb;
margin-bottom: -2px;
	}

div.blog-title-outer-2 {
	width: 1006px;
	margin: 0 auto;
padding-top: 2px;
}

div.blog-title-outer-3 {
	padding:0;
}


h1#blog-title {
	font-size: 150%;
	font-weight: bold;
}

div.blog-description-outer {}

p#blog-description {
	margin: 0;
	padding: 4px 0 0 0;
	line-height: 135%;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	margin-bottom: 40px;
}
#blog-header hgroup {

}
#blog-header-image {
	height: 400px;
	width: 100%;
	background-color: #287cba;
	background-image: -webkit-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:    -moz-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:     -ms-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:      -o-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:         linear-gradient(#57bef5 0%, #287cba 100%);
}
#blog-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin: 30px 0;
}
#blog-title a {
	color: #000;
}
#blog-description {
	color: #979797;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	margin: 30px 0;
}
#blog-description a {
	color: #979797;
}

/* かんたんタイトル画像 */
#blog-header.show-image hgroup {
	position: relative;
}
#blog-header.show-image #blog-header-image {
	height: auto;
}
#blog-header.hide-text hgroup,
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
#blog-header.hide-text #blog-header-image {
	margin: 0;
}

#blog-header.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	z-index: 10;
	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;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */

.article {
	margin-bottom: -1px;
	padding: 0px 0px 0px;
	position: relative;
margin: 1px 0px 0 0px;
border-bottom: 1px solid #ddd;
}
.article-inner {
	height:148px;
	overflow: hidden;
	position: relative;

}
.article-header,
.article-body {
	margin-left: 230px;
}

.article-first-image {
    background-image: url("http://livedoor.blogimg.jp/funs/imgs/6/b/6bb9a3c1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
   
    display: table;
    height: 145px;
    left: 1px;
    box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
     position: absolute;
    top: 1px;
    transition: all 0.3s ease-in-out 0s; 
    width: 210px;
}
.article-first-image:hover {
   
}
.article-first-image a {
	background-color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.article-first-image img{
	width: 210px;
	  height: 145px;
}

.article.first-article {
	border-top: 0;

background: none;
margin: 1px 0 0;
}
.article.last-article {
	
}

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

.article-title {
	margin-top: 16px;
	margin-bottom: 16px;
	max-height: 80px;
	overflow: hidden;
line-height:1.5;
}
.article-title a {
	color: #000;
	font-size: 19px;
	font-weight: bold;
}


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

/* 個別記事のみ */
body.page-article .article {
	border: 0;
	margin-bottom: 0;
	padding: 0;
background-color: #fff;
 margin-top: 18px;
}
body.page-article .article-title {
	max-height: none;
margin-left: 5px;

}

body.page-article .article-date {
	 margin-left: 5px;
 
}

body.page-article .article-header,
body.page-article .article-body {
	margin-left: 0;
}
body.page-article .article-header {
background: url("http://livedoor.blogimg.jp/funs/imgs/d/9/d9bcfa7a.png") no-repeat;
background-position : center bottom;
	padding-bottom: 17px;
margin: 0 20px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	border-bottom: 3px solid #ececec;
}
.article-meta {
	padding: 16px 0 32px;
}
.article-social-btn {

	top: 1px;
	position: relative;
}


/* ----------------------------------------------- */
/** 関連記事 */

div.related-articles{
	padding: 26px 0 0 0;
font-size: 15px;
font-weight: bold;
}

div.related-articles h3{
	margin: 0 0px 14px 0px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
border-left: solid 5px #666;

border-bottom: solid 1px #666;


}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 2.0;
}
div.related-articles ul li{
	padding: 0px 0px 0px 5px;
	border-bottom: dotted 1px #ccc;
 width: 690px;  
 white-space: nowrap;  
 overflow: hidden;  
 text-overflow: ellipsis;  
 -webkit-text-overflow: ellipsis;  
 -o-text-overflow: ellipsis;   
}



div.related-articles a:link
,div.related-articles a:active
,div.related-articles a:visited
 {color:#1D3994;
text-decoration: none;
}



div.related-articles a:hover{
	text-decoration: underline;
        color:#0000ff; /* link1 */
	
}




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

/* 続きを読む (上書き)*/
.article-continue {
	display: block;
	text-align: center;
	clear: both;
	margin: 0;
	float: right;
padding-top: 1px;
}
.article-continue a {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	display: inline-block;
	padding: 5px 10px;
	background-image: none;
	background: #ccc;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.article-continue a:hover {
	background: #ddd;
}


/* 共通テーマ */
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: #333;
	font-size: 16px;
	line-height: 1.5;
padding: 10px 20px 5px;
}
.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: #F8F8F8!important;
	padding: 11px 11px!important;
	margin: 5px 0px!important;
	border: dashed 1px #ddd!important;
font-size: 14px!important;
color: #000;
}
.article-body-inner blockquote:before {
	color: #ddd;
display:none
}

.article-body-inner img.pict{
	border: 5px solid #fff;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
	height: auto;
	margin: 6px 6px 6px!important;
	}

.article-body-inner a:hover img{
	transition: all 0.3s ease-in-out 0s;
 opacity: 0.8;
}



/* フォーム部分共通
----------------------------------------------- */
#article-options li{
	list-style: none;
}
#article-options h3{
	display: none;
}
#article-options .article-option-title{
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}
#article-options input.text,
#article-options textarea,

.trackback-form-url input {

font-size: 12px;

	border: 1px solid #aaa;
	padding: 6px;
	line-height: 18px;
	color: #333;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
	   -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
	    -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
	     -o-transition: border 0.1s ease, box-shadow 0.1s ease;
	        transition: border 0.1s ease, box-shadow 0.1s ease;
}
#article-options input.text,
.trackback-form-url input {
	border-radius: 3px;
	height: 32px;
}
#article-options textarea {
	border-bottom: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
}
#article-options input.text:focus,
#article-options textarea:focus,
.trackback-form-url input:focus {
	outline: 0;
	border: 1px solid rgba(23,126,229, 0.5);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(23,126,229, 0.5);
}
#article-options button,
.trackback-form-submit input {
	border: 1px solid #aaa;
	padding: 0 10px;
	line-height: 26px;
	text-shadow: 0 1px 0 #fff;
	border-radius: 3px;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:    -moz-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:     -ms-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:      -o-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:         linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e7e7e7', GradientType=0)\9;
}
#article-options button:hover,
.trackback-form-submit input:hover {
	background-color: #e7e7e7;
	background-position: 0 -10px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	    -ms-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e0e0e0', GradientType=0)\9;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-info,
.trackback-set {
	padding: 5px 0 15px 15px;
	font-size: 1em;
border-top: solid 1px #eee;
}
.comment-author,
.comment-date,
.ping-title,
.ping-info,
.ping-blog-name,
.ping-date{
	display: inline;
}
.comment-author,
.ping-title {
	font-weight: bold;
	padding-right: 0px;
}
.comment-date,
.ping-blog-name,
.ping-date {
	display: inline;
	margin-left: 5px;
        font-size: 12px;
}
.comment-body,
.ping-excerpt {
		display: block;
	margin-top: 0px;
	margin-left: 10px;
font-size:14px;
line-height:19px;
}


.article-comments{
	margin: 0 16px;
}


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

div#comment-form-body {
	padding: 15px 0 0px 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: #910000;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color: #eee;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
	color: #555;
}

/* トップページ */
ul.index-navigator {
	height: 36px;
	margin: 18px 0;
	text-align: center;
}
ul.index-navigator li,
ul.index-navigator li ol {
	display: inline-block;*display: inline;*zoom: 1;
	margin: 0!important;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	display: inline-block;*display: inline;*zoom: 1;
	font-weight: bold;
	line-height: 30px;
	margin: 0 3px;
	padding: 0 13px;
	text-decoration: none;
	-webkit-transition: background-color 0.1s linear;
	   -moz-transition: background-color 0.1s linear;
	    -ms-transition: background-color 0.1s linear;
	     -o-transition: background-color 0.1s linear;
	        transition: background-color 0.1s linear;
}




/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#fff;
	padding: 17px 0 40px;
　　   width: 100%;
    margin: 0 auto;
   	background: url("http://livedoor.blogimg.jp/funs/imgs/4/3/435e4b59.png") repeat;
    text-align: center;
}

.blog-footer-outer {
width:980px;
	margin: 0 auto;
}


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


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: ;

}
.sidewrapper {
	font-size: 12px;
	overflow: hidden;
	position: relative;
	padding: 10px 9px 12px;
margin-bottom: 18px;
background-color: #fff;
border: solid 1px #D0D5CB;

}
.sidewrapper .sidetitle {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0 8px 16px;
	margin-bottom: 10px;
	background: url("http://livedoor.blogimg.jp/funs/imgs/a/7/a78a5ed9.png") no-repeat;
background-position: bottom ;
	}

div.sidebody {
	margin: 0 0 0px 0;
	padding: 0;
	text-align: left;
      
}

div.sidebody {
	margin: 0px 1px 0;
	padding-left: 0px;
	font-size: 11px;
border-bottom: dotted 1px #ccc;
}


.sidebody a{
display: block;
padding: 3px 0 3px 16px;
background: url(http://livedoor.blogimg.jp/funs/imgs/f/8/f88a4ee6.png) no-repeat 5px 5px;
}

.sidebody a:hover{
 background-color: #f7f7f7;
}


div.sidewrapper {
font-size: 11px;
}


.sidewrapper .side .sidebody:last-child {
	border-bottom: 0;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}


/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
table.caltblwk .weekday {
	color: #666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #fff;
}
table.caltblday .calon {
	background-color: #000;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
}
table.caltblday td a:hover {
	background-color: #910000;
}
table.caltblday td a:visited {
	background-color: #c8a7dd;
}
ul.galleryThumbnail li {
	display: inline-block;
	margin: 5px;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	border-bottom: 0px solid #333;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 12px 17px 0;
}


.archives-header h1{
	font-weight: bold;
background: url("http://livedoor.blogimg.jp/funs/imgs/d/9/d9bcfa7a.png") no-repeat;
background-position : center bottom;
padding: 0 0 6px;
 }


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


/* =============================================== */
/** rss */
/* ----------------------------------------------- */

div.rss-outer {
    }


div.rss-inner {
     border: solid 1px #D0D5CB;
padding: 9px 6px 12px 8px; 
 	background: #fff;
margin: 0 0px;
  }

div.rss-title {
  
     
color: fff;
div.rss-outer {
       	background: #e2e2e2;
        padding: 2px;

}

font-weight: bold;
font-size: 11px;
}

.rss-icon{
background-image: url(http://livedoor.blogimg.jp/funs/imgs/8/8/88d00660.png);
background-repeat: no-repeat;
background-position: left;
font-size: pt;
padding: 0px 0px 0px 16px;
margin: 0 0 0 5px;
}


div.rss-pickup-title{
    	margin: 30px 0px 5px 0px;
	padding: 0px 0 0 6px;
	font-size: 16px;
font-weight: bold;
border-left: solid 5px #666;
border-bottom: solid 1px #666;
}


div.rss-pickup-title2{
    	margin: 30px 20px 5px;
	padding: 0px 0 0 6px;
	font-size: 16px;
font-weight: bold;
border-left: solid 5px #666;
border-bottom: solid 1px #666;
}



div.rss-pickup{
     width: 710px;
	margin: 0px 0px;
　　　　padding: 0 0 0px;
 height: 496px;
overflow:hidden;  	

}


div.rss-footer2{
     width: 736px;
	margin: 0px 0px;
padding-bottom: 5px;

}




/* =============================================== */
/** box*/
/* ----------------------------------------------- */


div.article-footer2 {
	margin: 0px 21px 0;
	padding:2px 0;
	background:url("http://livedoor.blogimg.jp/funs/imgs/4/7/4712489b.jpg") repeat scroll 0 0 ;

border-bottom: dotted 1px #ccc;
font-size: 12px;
color: #555;
text-align: right;
border-left: solid 6px #aaa;
vertical-align: bottom;
}



div.article-footer2 iframe {
	vertical-align: bottom;
}


div.article-footer2 a:link{
	text-decoration: none;
}


div.article-footer2 a:visited
,div.article-footer2 a:active
{	text-decoration: none;
        color: #1D3994!important;
}

div.article-footer2 a:hover{	
        text-decoration: none;
        color: #09f!important;
}


div.article-footer3 {
      
	margin: 1px;
        padding-left: 2px;
       	border: solid px #d1d1d1;
        margin:  0 0 0 0px;
	background:url("http://livedoor.blogimg.jp/funs/imgs/4/7/4712489b.jpg") repeat-x scroll 0 0 #eee;
border-top: solid 1px #eee;
border-left: solid 1px #eee;
borde-rightr: solid 1px #eee;
border-bottom: solid 1px #4486ba;
font-size: 14px;
color: #333;
font-weight: bold;
text-align: left;
overflow:hidden;
}


div.article-footer4 {
 padding-left: 5px;
     }


div.article-footer4 a:link{
	text-decoration: none;
}

div.article-ranking {
height: 440px;
overflow: hidden;
     }


div.article-ranking-inner {
 padding: 0px 15px;
margin-top:  -44px;
     }


div.article-ranking a:link{
	text-decoration: none;
}

div.article-ranking a:hover{
	text-decoration: underline;
        color:#0000ff;
	}



div.rranking {
overflow: hidden;
     }

div.rranking-inner {
 padding: 0px 0px;
margin-top:  -54px;
     }



div.ad {
text-align: left;
        background: #E5E9E0 ;
 padding: 2px 2px 2px; 
border-radius: 5px 5px 5px 5px;
}


div.ad2 {
width: 728px;
margin: auto;
padding: 2px;
 }



.googlead
{
margin: 0 0px;
     border-bottom: 1px solid #ddd;
}



 .box{
      cursor: pointer;
     padding:22px 17px;
        margin:0px 0 0;
}
.box:hover{background: #EBEBE4 ;
transition: all 0.3s ease-in-out 0s;
color: #990000;
}


.box a:hover{
color: #990000;
}



div.boxLink {
	cursor: pointer;
     padding:22px 17px 22px 22px;
       }
div.hover {
background: #EBEBE4 ;
transition: all 0.3s ease-in-out 0s;
 }

div.hover a {
transition: all 0.3s ease-in-out 0s;
color: #990000;
}

.toolbox{
float:right;
 }

.toolbox iframe {
	vertical-align: bottom;
}



.ad-top {
padding: 0px 0 0px;
margin: 5px 0 15px;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
}

div.ad2 {
width: 728px;
margin: auto;
 }

.PopularArticlesWithImageList {
overflow: hidden;
width: 1070px;
height: 155px;
margin:auto;
padding-top: 9px;
padding-bottom: 1px;
 }


.footer-ad
 {
padding-top: 15px;
text-align: center;
}


/* =============================================== */
/** comment-count*/
/* ----------------------------------------------- */

.read-more {
    background: none repeat scroll 0 0 #f7f7f7;
    
font-size: 12px;
    bottom: 5%;
    color: #14296b;
    display: inline-block;
    padding: 0.4% 0.0% 0.4% 0.7% ;
    position: absolute;
    right: 1.0%;
    text-align: center;
    width: 12%;
border-radius:10px;
}
.read-more a:hover  {
       
}


/* =============================================== */
/** メニュー */
/* ----------------------------------------------- */


.gNavWrap {
background: #434343; 

}
ul.globalNavi {
background:url("") repeat scroll 0 0 ;
border-left:px solid #fff;
height:23px;
line-height:1;
list-style-type:none;
margin:auto;
padding:0;
width:1006px;
}
ul.globalNavi li {
float:left;
font-size:12px;
font-weight:bold;
margin:0;
padding:0;
text-align:center;
width:110px;
}
ul.globalNavi li a {
background-color:inherit;
border-right:px solid #fff;
color:#FFFFFF;
display:block;
height:23px;
line-height:23px;
position:relative;
text-decoration:none;
}
ul.globalNavi li a:link {
color:#fff;
}
ul.globalNavi li a:visited {
color:#fff;
}
ul.globalNavi li a:hover {
background:url("http://livedoor.blogimg.jp/funs/imgs/2/0/202f9aaa.png") repeat-x scroll 0 0 ;
color:#FFD800;
font-weight:bold;

 transition: all 0.3s ease-in-out 0s;
}
div.gNavWrapBottom {
background:none repeat scroll 0 0 #333333;
border-top:5px solid #555555;
}
div.gNavWrapBottom ul.globalNavi {
background:none repeat scroll 0 0 #333333;
border-left:1px solid #CCCCCC;
height:28px;
line-height:1;
list-style-type:none;
margin:auto;
padding:0;
width:1006px;
}
.font_small {
font-size:8px;
text-align:left;
}
ul.globalNavi {
min-height:1px;
}
ul.globalNavi:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}






.gNavWrap2 {
	background: url("http://livedoor.blogimg.jp/funs/imgs/4/3/435e4b59.png") repeat;
}
ul.globalNavi2 {
background:url("") repeat scroll 0 0 ;
border-left:px solid #fff;
height:28px;
line-height:1;
list-style-type:none;
margin:auto;
padding:0;
width:1006px;
}
ul.globalNavi2 li {
float:left;
font-size:12px;
font-weight:bold;
margin:0;
padding:0;
text-align:center;
width:110px;
}
ul.globalNavi2 li a {
background-color:inherit;
border-right:px solid #fff;
color:#FFFFFF;
display:block;
height:28px;
line-height:28px;
position:relative;
text-decoration:none;
}
ul.globalNavi2 li a:link {
color:#fff;
}
ul.globalNavi2 li a:visited {
color:#fff;
}
ul.globalNavi2 li a:hover {
background: #181818;
color:#FFD800;
font-weight:bold;
 transition: all 0.3s ease-in-out 0s;
}
div.gNavWrapBottom2 {
background:none repeat scroll 0 0 #333333;
border-top:5px solid #555555;
}
div.gNavWrapBottom ul.globalNavi2 {
background:none repeat scroll 0 0 #333333;
border-left:1px solid #CCCCCC;
height:28px;
line-height:1;
list-style-type:none;
margin:auto;
padding:0;
width:1000px;
}
.font_small {
font-size:8px;
text-align:left;
}
ul.globalNavi2 {
min-height:1px;
}
ul.globalNavi2:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}




/* =============================================== */
/** navi*/
/* ----------------------------------------------- */

.title-box{
  width: 204px;
	float: left;
}

.tool-box{
width: 500px;	
float: right;
text-align: right;
}

#top_navi {
    position: absolute;
    right: 35px;
    top: 18px;
}

#top_navi ul {
    height: 70px;
    padding: 2px;
    width: 680px;
}
#top_navi ul li {
    cursor: pointer;
    display: block;
    float: left;
    height: 64px;
    margin: 2px;
    overflow: hidden;
    width: 64px;
}
#top_navi ul li a {
    display: block;
    height: 64px;
    text-indent: -9999px;
    width: 64px;
}
#top_navi ul li#navi_twitter a {
    background: url("http://livedoor.blogimg.jp/funs/imgs/e/0/e04a4398.png") no-repeat scroll 0 0 transparent;
}
#top_navi ul li#navi_twitter a:hover {
    background: url("http://livedoor.blogimg.jp/funs/imgs/4/d/4d2f8d2e.png") no-repeat scroll 0 0 transparent;
}
#top_navi ul li#navi_rss a {
    background: url("http://livedoor.blogimg.jp/funs/imgs/3/8/3808387f.png") no-repeat scroll 0 0 transparent;
}
#top_navi ul li#navi_rss a:hover {
    background: url("http://livedoor.blogimg.jp/funs/imgs/3/8/3808387f.png") no-repeat scroll 0 0 transparent;
}

#top_navi ul li#navi_mail a {
    background: url("http://livedoor.blogimg.jp/funs/imgs/5/2/52167cd0.png") no-repeat scroll 0 0 transparent;
}

#top_navi ul li#navi_about a {
    background: url("http://livedoor.blogimg.jp/funs/imgs/5/e/5e279781.png") no-repeat scroll 0 0 transparent;
}



/* 共通ヘッダー
----------------------------------------------- */
#header2 {
	background-color: #434343;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	color: #fff;
	position: relative;
}
#header2 input#header2_query {
	font-size: 13px;
	line-height: 15px;
}
#header2 table#header span.common-header-logo {
	margin-top: 1px!important;
	display: block;
}
#header2 a {
	color: #fff;
}



/* =============================================== */
/** 最新記事　画像付き
/* ----------------------------------------------- */



.side ul.recent-article-image li {
	margin-bottom: 0px;
}

.side ul.recent-article-image li {
    line-height: 1.2;
    min-height: 1px;
    padding-bottom: 5px;
    text-align: left;
}
.side ul.recent-article-image li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .side ul.recent-article-image li {
    height: 1%;
}
* + html .side ul.recent-article-image li {
    height: 1%;
}
.side ul.recent-article-image li img {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
}


.side ul.recent-article-image li {
    border-bottom-color: #ccc;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    font-size: 11px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.side ul.recent-article-image li a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #555;
}

.side ul.recent-article-image li a:hover {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: solid;
  }


.side ul.recent-article-image li:nth-child(2n) {
    background-color: #f7f7f7;
　}

.recent-article-image{
 display: block;
　}


.popularArticlesList{
  float: right;
font-size:12pz;

　}


iframe.twitter-share-button {
	width: 105px!important;
}



/* =============================================== */
/** 人気記事　画像付き
/* ----------------------------------------------- */


div.popularArticlesWithImage.A li div.image.noimage {
  background-image: url("http://livedoor.blogimg.jp/funs/imgs/7/e/7ecff01b.png");
  /* ↑アップロードした画像のURLに差し替えて下さい */
  height: 123px;
  width: 191px;
}





/* =============================================== */
/** アイコン
/* ----------------------------------------------- */


.arrow4{
background-image: url(http://livedoor.blogimg.jp/funs/imgs/a/4/a4d7e898.gif);
background-repeat: no-repeat;
background-position: left;
font-size: pt;
padding: 0px 0px 0px 18px;
margin: 0 0 0 0px;
}



/* トップライン
----------------------------------------------- */

#top-line {
    background: url("http://livedoor.blogimg.jp/funs/imgs/e/5/e5945235.png") no-repeat scroll center -4px #ED820E;
    padding: 2px 0 0;
  height: 0px;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);

}


#top-line2 {
    background: url("http://livedoor.blogimg.jp/funs/imgs/e/5/e5945235.png") no-repeat scroll center -1px #ED820E;
    padding: 3px 0 0;
  height: 0px;
}




/* =============================================== */
/** ページトップへ
/* ----------------------------------------------- */

.pagetop {
display: none;
position: fixed;
right: 20px;
bottom: 20px;

  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.pagetop a {
display: block;
width: 45px;
height: 45px;
line-height: 45px;
background: #999;
text-align: center;
color: #fff;
font-size: 20px;
text-decoration: none;
}

.pagetop :hover{
    background-color: dimgray;
    transition-duration: 0.3s;
    transition-property: background-color;
}


/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px 22px; }
.google-user-ad-728 { margin:20px 0px 20px; }
.google-user-ad-middle { 
 margin:25px 20px 20px; 
}
.ad-center { text-align:center; }