<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body{
	margin:0;
	padding:0;
	font-family:HiraKakuProN-W3,meiryo,メイリオ,sans-serif;
	color:#333333;
	background:#ffffff;

}

a{
	font-weight:bold;
}

a:link{
	color:#3b5998;
}

a:hover{
	color:#3b5998;
}

a:visited{
	color:#3b5998;
}


pre{
	white-space: pre-wrap;
	clear:both;
	line-height:150%;
	font-size:16px;
	font-family:HiraKakuProN-W3,meiryo,メイリオ,sans-serif;
}

#container{
	width:100%;
	font-size:16px;
	margin-top:71px;
}

#title {  
	background: #ffffff;?@/* Firefox?p */  
	color:#fff;
}

#sitetitle{
	text-align:center;
	font-weight:bold;
	padding:10px;
	color:#fff;
	font-family:Arial-BoldMT;
	font-size:24px;
}

#userbox{
	padding:10px;
	width:100%
	color:#c2c2c2;
	background:#ffffff;
	font-size:12px;
}

#contents{
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	background:#ffffff;
	padding:10px;
	word-break: break-all;
}

#toc{
	border:solid 1px #cccccc;
	border-radius:8px;
	padding:10px;
	margin:10px 0;
}

#tocmidasi{
	border-bottom:solid 1px #cccccc;
	font-size:18px;
}

#toclistbox{
	margin:10px 0;
}

.toclist{
	font-size:12px;
	margin:5px 0;
}

.tocpoint{
	color:#04a9e7;
}

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

.nop{
	font-size:16px;
	font-family:meiryo,sans-serif;
}

.likeuser{
	font-size:12px;
	color:#0061ab;
}

.unit{
	font-size:7px;
	font-family:meiryo,sans-serif;
	color:#585858;
}

.midasi{
	line-height:130%;
	font-size:19px;
	font-weight:bold;
	color:#333333;
	margin-bottom:10px;
	font-family:meiryo,sans-serif;
}

.midasi img{
	margin-right:10px;
	width:80px;
}

.tag{
	font-size:10px;
	padding:0 10px 10px 10px;
	font-family:meiryo,sans-serif;
}

.tag a{
	font-weight:normal;
	color:#000000;
}

.genre_box{
	padding:10px;
}

.genre{
	background:#ff0000;
	color:#fff;
	font-size:12px;
	padding:0 10px;
	margin-right:10px;
}

.sub_midasi{
	margin-bottom:5px;
}

.detail{
	font-size:12px;
	color:#999;
}

.box{
	-webkit-box-shadow: 0px 0px 3px #333;
	-moz-box-shadow: 0px 0px 3px #333;
	box-shadow: 0px 0px 3px #333;
	border-radius: 10px;        /* CSS3???ﾄ */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome?p */  
	-moz-border-radius: 10px;   /* Firefox?p */ 
	padding:10px;
}

.box_ato{
	border:solid 1px #ccc;
	background:#efefef;
	padding:10px;
}

#footer{
	padding:3px;
	color:#fff;
	background:#666666;
	font-size:10px;
	text-align:center;
}

#author{
	border-radius:8px;
	border:solid 2px #1e90ff;
	padding:10px;
}

.red{
	color:#ff0000;
	font-weight:bold;
}

.blue{
	color:#0000ff;
	font-weight:bold;
}

.pink{
	color:#ff3399;
	font-weight:bold;
}


.appbox{
 	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.02, #fcfcfc),  to(#fcfcfc));
	border:solid 1px #cccccc;
	padding:10px;
	margin-bottom:40px;
}

.appbox img{
	width:80px;
}

.appbox_l{
	float:left;
	width:80px;
	margin-right:10px;
}

.appbox_r{
	float:left;
	text-align:left;
	width:200px;
}

.appbox_midasi{
	font-size:9px;
	color:#999999;
}

.appbox_name{
	font-size:18px;
	font-weight:bold;
	line-height:100%;
	margin-bottom:5px;
}

.appbox_comment{
	font-size:12px;
	color:#585858;
}

.appbox_free{
	color:#f4ac00;
	font-size:18px;
	font-weight:bold;
}

.appbox_ver{
	color:#585858;
	font-size:12px;
	line-height:100%;
}

a.quickbutton {
  /* 角丸 */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /* グラデーション */
  background: -moz-linear-gradient(top, #666666, #666666 49%, #444444 50%, #444444);
  background: -webkit-gradient(linear, center top, center bottom, from(#666666), color-stop(0.49, #666666),color-stop(0.5, #444444), to(#444444));
  /* 影 */
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  /* その他の設定 */
  border:1px solid #333333;
  font-family:Verdana, arial, sans-serif;
  color:white;
  text-decoration:none;
  text-align:center;
  display:inline;
  padding:0.3em 2em;
}
a.quickbutton:active {
  background: -moz-linear-gradient(top, #444444, #444444 49%, #222222 50%, #222222);
  background: -webkit-gradient(linear, center top, center bottom, from(#444444), color-stop(0.49, #444444),color-stop(0.5, #222222), to(#222222));
}



/*============================================================
	ヘッダー固定
============================================================*/

div#header{
	width:100%;
	padding:5px;
	height:55px;
	background:rgba(0,0,0,0.9);
	border-bottom: 1px solid #ccc;
	position: fixed;
	top:0;
	left:0;
	margin: 0 auto;
	text-align:center;
}

* html div#header{   
    position: absolute;   
    top: expression(eval(document.documentElement.scrollTop+0));
}

#header img{
	padding-top:8px;
	width:100px;
}

/*============================================================
	
============================================================*/

#entrytitle_box{
	padding:10px;
	background:#ffffff;
}

/*============================================================
	フッター
============================================================*/

.footer_image img{
	width:100%;
}

/*============================================================
	キュレーションデザイン
============================================================*/

.article_content{
	margin-bottom:20px;
}

.postentry_h2{
	margin:20px 0 0 0;
	padding:5px 0;
	font-size:18px;
	color:#4b4b4b;
	border-bottom:solid 2px #333333;
	font-family: Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

.postentry_h3{
	margin:0;
	padding:5px 0;
	font-size:16px;
	color:#4b4b4b;
	font-family: Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

.postentry_pb_h3{
	margin-bottom:10px;
	padding:0;
	font-size:16px;
	color:#4b4b4b;
	font-family: Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

.moviecomment{
	font-size:14px;
	line-height:150%;
	margin:0;
	color:#4b4b4b;
	font-family: Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

.postentrybody_box{
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}

.postentry_picbig img{
	width:100%;
}

.picbox_left{
	float:left;
	width:100%;
}

.picbox_left img{
	max-width:100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.picbox_right{
}

.picbox_title{
	font-weight:bold;
}

h3{
	padding:0;
	margin:0;
	color:#333;
}

.picbox_right p{
	color:#333;
	font-size:16px;
	line-height:150%;
}

.source{
	margin-top:10px;
	font-size:10px;
	color:#999;
	line-height:120%;
}

.source a{
	font-size:10px;
	color:#999;
	text-decoration:none;
	line-height:120%;
}

.source a:hover{
	font-size:10px;
	color:#999;
	text-decoration:underline;
	line-height:120%;
}

.youtube{
    position:relative;
    padding-bottom: 56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

blockquote {
    font-size: 18px;
    position: relative;
    padding: 36px 32px 32px 32px;
    background: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
}
blockquote, q {
    quotes: none;
}

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

blockquote:before {
    top: 5px;
    left: 5px;
    background: url("../image/parts/icon_comment_start.png") no-repeat;
}
blockquote:before, blockquote:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
}

blockquote:after {
    bottom: 5px;
    right: 5px;
    background: url("../image/parts/icon_comment_end.png") no-repeat;
}

blockquote:before, blockquote:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
}

blockquote .source a{
	line-height:120%;
}

::selection {
    background: #9DCAF7;
    color: #3a3a3a;
}

.plain_text{
	font-size:14px;
	line-height:150%;
}

.title_link a{
	font-size:24px;
	text-decoration:underline;
	color:#333333;
}

.title_link a:hover{
	font-size:24px;
	text-decoration:none;
	color:#333333;
}

/* appbox */

.appboxarea{
	text-decoration:none;
}

.appboxarea a{
	text-decoration:none;
}

.appbox{
	margin-top:10px;
	border:solid 1px #999;
	border-radius:8px;
	padding:10px;
}

.appboxtop{
	margin-bottom:10px;
	clear: both; 
}

.appleft{
	float:left;
	width:80px;
}

.appright{
	margin-left:100px;
}

.appname{
	font-size:18px;
	font-weight:bold;
	font-family:meiryo,sans-serif;
	color:#333333;
}

.appdetail{
	margin-bottom:5px;
	font-size:12px;
	font-family:meiryo,sans-serif;
	color:#333333;
}

.appright img{
	border:solid 1px #ccc;
}

.appdl{
	margin-top:10px;
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	font-family:meiryo,sans-serif;
	border-radius:4px;
	color:#ffffff;
	background:#e79904;
	clear: both; 
}

.appdl img{
	width:20px;
}

/* 追加分 */

#eyecatch{
    width: 100%;
    height: 260px;
}

.sns_btn{
	display:none;
	margin-bottom:10px;
}

.fb_btn{
	background:#428bca;
	border-radius:4px;
	width:20px;
}


.tw_btn{
	background:#5bc0de;
	border-radius:4px;
	width:20px;
}


.line_btn{
	background:#00c300;
	border-radius:4px;
	width:20px;
}

.entry_detail{
	margin-bottom:10px;
	font-size:13px;
	color:#333333;
	line-height:150%;
}

.linkmidasi{
	margin-bottom:10px;
}

.point{
	color:#2e76b3;
}

/*============================================================
	まとめ
============================================================*/

.thread_title{
	font-size: x-large;
	color: rgb(255, 0, 0);
	margin-bottom:20px;
}

.post_line{
	padding:5px 0;
	font-size:14px;
}

.green_name{
	color:#006600;
	font-weight:bold;
}

.post_box{
	padding:0 0 20px 20px;
	margin-bottom:20px;
}

.post_box img{
	max-width:500px;
}

.post_box a{
	color:#4169e1;
}

.post_box2{
	padding:10px 0 20px 0;
	margin-bottom:20px;
}

.kiji{
	font-size:14px;
	color:#333;
}

.kiji a{
	font-size:14px;
	font-weight:normal;
}

/*============================================================
	関連記事
============================================================*/

* {  
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#item-list {
  background:#fbfbfb;
  border:solid 1px #ededed;
  padding:20px 10px 0 10px;
  margin-bottom:20px;
}

#item-list ul{
  margin-left:-20px;/*１カラムのpadding分マイナスマージン*/
  overflow:hidden;
  background-color:transparent;
}

#item-list ul li {
  list-style-type:none;
  float:left; /*floatで横並びに*/
  padding-left:20px;/*カラム間のガター*/
  margin-bottom:20px;
  text-align:center;
}

ul.cols-4 img{
	width:100%;
	border:solid 1px #ededed;
}

ul.cols-4 div{
	text-align:left;
}

ul.cols-4 a{
	text-decoration:none;
	font-size:14px;
}

ul.cols-4 a:hover{
	text-decoration:underline;
	font-size:14px;
}

ul.cols-1 li {width: 100%;}
ul.cols-2 li {width: 50%;}
ul.cols-3 li {width: 33.33333%;}
ul.cols-4 li {width: 50%;}
ul.cols-5 li {width: 20%;}
ul.cols-6 li {width: 16.66666%;}
ul.cols-7 li {width: 14.28571%;}
ul.cols-8 li {width: 12.5%;}

.inner{ /*カラムの内側*/
  margin:0;
  height:100%;
  background:white;
}

/*============================================================
	twitter
============================================================*/

/* twitter */

.twhannou{
	font-size:18px;
	font-weight:bold;
	border-bottom:dashed 1px #ccc;
	margin-bottom:20px;
}

.twbox{
	border:solid 1px #e1e8ed;
	border-radius:4px;
	width:100%;
	margin-bottom:30px;
}

.tw1box img{
	border-radius:4px 4px 0 0;
	width:100%;
}

.tw2box_l img{
	border-radius:4px 0 0 0;
	width:50%;
	float:left;
}

.tw2box_r img{
	border-radius:0 4px 0 0;
	width:50%;
	float:right;
}

.twbtmbox{
	margin:20px;
}

.twidbox{
	margin-bottom:10px;
}

.twico{
	width:36px;
	float:left;
}

.twico img{
	width:36px;
}

.twname{
	margin-left:46px;
}

.twjpname{
	font-size:18px;
	font-weight:bold;
	margin-bottom:-5px;
}

.twidname{
	font-size:12px;
	color:#697882;
}

.twcomment{
	font-size:18px;
	margin-bottom:10px;
}

.twdate{
	font-size:12px;
	color:#697882;
}



.hilight{
 background:#ffde00;
}</pre></body></html>