@charset "UTF-8";

body{
	margin:0;
	padding:0;
	font-family:HiraKakuProN-W3,meiryo,メイリオ,sans-serif;
	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:32px;
}

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

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

#header {  
	background: #272d39;?@/* Firefox?p */  
	padding:10px;
	color:#fff;
	border-top:solid 1px #000;
	z-index:2;
}

#headerbox{
	padding:10px;
	font-size:14px;
	font-weight:bold;
}

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

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

.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:120%;
	font-size:22px;
	margin-bottom:5px;
	padding:0 10px 10px 10px;
	font-family:meiryo,sans-serif;
}

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

.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:10px;
	height:100px;
	color:#000;
	background:#e5e5e5;
	font-size:12px;
	text-align:center;
}

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

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

.blue{
	color:#168dd9;
	font-weight:bold;
}

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

.green{
	color:#3ab02e;
	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_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));
}


.clear{
	clear:both;
	height:0px;
	margin:0;
}

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

div#header{
	width:100%;
	padding:5px;
	height:20px;
	background:#fff;
	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));
}

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

#entrytitle_box{
	padding:5px;
	background:#eeeeee;
}

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

.article_content{
	margin-bottom:20px;
}

.postentry_h2{
	margin: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{
	width:100%;
}

.picbox_right{
	float:right;
}

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

.picbox_right p{
	color:#666;
	font-size:12px;
	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:18px;
	text-decoration:none;
	color:#333333;
}
