@charset "UTF-8";

/*============================================================
	body要素など
============================================================*/

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

}

a{
	font-weight:bold;
	font-size:20px;
}

a:link{
	color:#3b5998;
}

a:hover{
	color:#3b5998;
}

a:visited{
	color:#3b5998;
}

/*============================================================
	サイト枠組み
============================================================*/

#wrapper{
}

#header{
	padding:20px;
	text-align:center;
	background:#ffffff;
}

#header img{
	width:120px;
}


div#header{
	width:100%;
	background:rgba(220,101,137,0.7);
	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));
}

#pankuzu{
	margin-top:80px;
	margin-bottom:20px;
	padding:5px 0;
	background:#fcfcfc;
	border-top:solid 1px #eeeeee;
	border-bottom:solid 2px #eeeeee;
}

#pankuzulist{
	font-size:12px;
	font-family:meiryo;
	width:920px;
	padding:0 10px;
	margin:0 auto;
}

#pankuzulist a{
	font-size:12px;
	font-family:meiryo;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}

#pankuzulist a:hover{
	font-size:12px;
	font-family:meiryo;
	font-weight:normal;
	color:#333333;
	text-decoration:underline;
}

#pankuzu_f{
	margin:-10px 0 10px 0;
	padding:5px 0;
}

#pankuzulist_f{
	font-size:12px;
	font-family:meiryo;
}

#pankuzulist_f a{
	font-size:12px;
	font-weight:normal;
	font-family:meiryo;
	color:#333333;
}

.pankuzu_entrytitle {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#container{
	width:920px;
	margin:0 auto;
	padding:0 10px;
	font-size:15px;
}

#main{
	width:920px;
	float:left;
	text-align:left;
}

#subwrapper{
	width:300px;
	float:right;
}

#sub{
	width:300px;
	float:right;
	margin-bottom:15px;
}

.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;
}

#footer{
	padding:30px;
	color:#000;
	border-top:solid 1px #ececec;
	border-bottom:solid 1px #ececec;
	background:#f5f5f5;
	font-size:12px;
	text-align:center;
}

#footer p{
	color:#999999;
}

#copyright{
	padding:10px;
	background:#ffffff;
	font-size:12px;
	text-align:center;
}

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

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

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

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

.ore{
	color:#ffa500;
	font-size:20px;
	font-weight:bold;
}

.green{
	color:#1fa899;
	font-size:20px;
	font-weight:bold;
}

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

/*============================================================
	サイトエントリー上部
============================================================*/

#snsbtn_top img{
	border-radius:6px;
}

/*============================================================
	サイトエントリー上部
============================================================*/

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

#datetagbox{
	margin-bottom:20px;
}

#datebox{
	color:#999999;
	font-size:12px;
	float:left;
}

#tagbox{
	color:#999999;
	font-size:12px;
	float:right;
}

#tagbox a{
	color:#999999;
	font-size:12px;
	font-weight:normal;
}

#entrytitle{
	font-size:32px;
	line-height:120%;
	margin-bottom:20px;
}

#entrydetail{
	font-size:12px;
	line-height:150%;
	margin-bottom:20px;
}

#entrybody{
	margin-bottom:20px;
	border-bottom:dotted 1px #eee;
}

/*============================================================
	サイト右側
============================================================*/

.sub_menu_h{
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 2px #333333;
	padding:10px 0;
	margin-bottom:20px;
}

.sub_ranking{
}

.sub_tt{
	overflow:hidden;
	height:100%;
	border-bottom:dotted 1px #e7e7e7;
	margin-bottom:10px;
}

.sub_tt_img{
	float:left;
	width:65px;
}

.sub_tt_img img{
	width:65px;
}

.sub_tt_text{
	margin-left:75px;
	line-height:100%;
}

.sub_tt_text a{
	color:#333333;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.sub_tt_text a:hover{
	color:#333333;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

.image-inner {
	overflow: hidden;
	position: relative;
	width: 65px;
}

.triangle {
	background: #222;
	color: #FFF;
	font-size: 12px;
	padding: 42px 0px 3px;
	position: absolute;
	right: -32px;
	top: -32px;
	text-align: center;
	width: 65px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
 }

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

.footer_image img{
	width:920px;
}

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

.article_content{
	margin-bottom:20px;
}

.postentry_h2{
	margin:0;
	padding:5px 0;
	font-size:22px;
	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{
	max-width:640px;
}

.postentry_picbig_text{
	font-size:16px;
}

.picbox_left{
/*	float:left;
	width:280px;*/
}

.picbox_left img{
	max-width:640px;
}

.picbox_right{
/*	margin-left:300px;*/
	font-size:16px;
}

.picbox_title{
	font-weight:bold;
}

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

.picbox_right p{
	color:#666;
	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;
}

h4{
	margin-bottom:10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
}

.relationlink{
	margin-bottom:-15px;
}

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

.rl_left img{
	width:80px;
	border-radius:16px;
}

.rl_right{
	padding-top:30px;
	margin-left:100px;
}

.rl_right a{
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
}

.rl_right a:hover{
	text-decoration:underline;
	color:#333333;
}

/*============================================================
	目次
============================================================*/

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

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

#toclistbox{
	margin:10px 0;
}

.toclist{
	font-size:16px;
	margin:5px 0;
	padding-bottom:5px;
	border-bottom:dotted 1px #dcdcdc;
}

.toclist:last-child{
	font-size:16px;
	margin:0;
	border:none;
}

.tocpoint{
	color:#04a9e7;
}

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

.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: 25%;}
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
============================================================*/

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

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

.twbox a{
	font-weight:normal;
}


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

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

.tw2box_r img{
	border-radius:0 4px 0 0;
	width:249.5px;
	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;
}


/* interview */

.interview_list{
	padding:0;
}

.interview_list li{
	list-style:none;
	clear:both;
	margin-bottom:10px;
}

.interview_list li:last-child{
	clear:both;
	margin-bottom:0px;
}

.interview_left{
	width:40px;
	float:left;
}

.interview_left img{	
	width:40px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.interview_right{	
	margin-left:50px;
}

.interview_text{
	font-size:17px;
	line-height:200%;
}






.source{
	border:dotted 1px #666666;
	background:#eaeaea;
	padding:10px;
}

.source_content{
 margin-bottom:20px;
}

.source_content img{
 max-width:100%;
}