@charset "UTF-8";

/*--------------------------------------------------------
1、全体構造
2、サイト全体の設定
3、ヘッダー
4、メインカラム
5、サイドカラム
6、アーカイブ
7、フッター
8、その他・共通
--------------------------------------------------------*/

/*--------------------------------------------------------
1.全体構造
--------------------------------------------------------*/
body { 
   color:#333;
   font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" ,"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , sans-serif;
   text-align:center;
   line-height:1.3;
   word-wrap: break-word;
   margin:0;
   padding:0;
   background:#25623F url("http://blog-imgs-55.fc2.com/a/n/d/androidken/bg04.png");
   background:#25623F; } 

/* p { margin: 2px 0; } */
h1 {margin: 0;}
ul { margin:2px 0 5px 0; padding:0; } 
li { margin-left:20px; margin-bottom:3px; } 
img { border: none;}
form { margin:0; }
table { font-size:10pt; }


blockquote {
	border: solid 1px #EEE;
	border-left: solid 8px #EEE;
	background: whiteSmoke;
	padding: 7px 10px;
	margin: 3px 15px;}

a:link    {color:#446ED6; text-decoration:none;}
a:active  {color:#ff8000; text-decoration:none;}
a:visited {color:#996699; text-decoration:none;}
a:hover   {color:#00AFF0; text-decoration:underline;}

/* iPhone */
@media screen and (max-device-width: 568px) {
body {
   -webkit-text-size-adjust: none;}
}

/*--------------------------------------------------------
2.サイト全体の設定
--------------------------------------------------------*/

#outline { /* 全体 */
	width:1040px;
	margin:5px auto 0;}

#center { /* 中央 */
	width:800px;
	float:right; }

#left {  /* 左 */
	width:220px;
	float:left;}

#right { /* 右 */
	width:0px;
	float:right;}

#center-left { /* (全体-左-中央-右)/2 + 左 + 中央 */
	width:1040px;              
	float:left;} 

#outline2 { 
	width:1040px;
	margin:0 auto;
	background-color: #2D3904;}


/*--------------------------------------------------------
3.ヘッダー
--------------------------------------------------------*/
#header_outline {
	border:0px solid #a4c639;}

#header_body { 
	border:0px solid #a4c639;
	margin: 0;} 

/* タイトル画像
--------------------------------------------------------*/
#header_body img { /* 透過gif (マウス反応範囲) */
	height:198px;
	width:1040px;
	margin: 0;
	padding: 0;
	border:0px;
	vertical-align:middle;}

#header_body { /* タイトル背景画像 */
	background-repeat: no-repeat;
	background-position: 0px 0px;}

/* メニューバー
--------------------------------------------------------*/
ul#menu_bar {
	font-size: 80%;
	height:25px;
	width:1040px;
	background-color:#323232;
	padding-left:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:15px;}

#menu_bar li {
	list-style-type:none;
	float:left;
	line-height:25px;
	margin:0px;
	padding:0px;}

#menu_bar li a {
	display:block;
	text-align:center;
	width:148px; /* １つのメニューボタンの幅 */
	border-right:1px solid #616161;
	color:#ffffff;
	background-color:#323232;
	text-decoration:none;
	border-bottom: #414141 5px solid;}

#menu_bar li a:hover{
	color:#ffffff;
	background-color:#323232;
	text-decoration:none;
	border-bottom: #83AD2A 5px solid;}

#menu_bar li.menu_bar_end a {
	width:145px;
	/* border-right:none; */}


/*--------------------------------------------------------
4.メインカラム
--------------------------------------------------------*/

/* 記事
--------------------------------------------------------*/
.ently_outline { 
	background-color: #FBFDF7;
	border: #a4c639 2px solid;
	margin: 0 0 25px 0;
	padding: 10px;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);} 

.ently_title { 
	color: #004000;
	font-size: 22px;
	font-weight: bold;
	margin: -10px -10px 8px -10px;
	padding: 24px 18px;
	background: #a4c639;} 

.ently_title a:link    { color:#004000; text-decoration:none; }
.ently_title a:active  { color:#004000; text-decoration:none; }
.ently_title a:visited { color:#004000; text-decoration:none; }
.ently_title a:hover   { color:#009600; text-decoration:none; } 

.ently_body { 
	font-size:10pt;
	letter-spacing: 0.03em;
	color:#333333;
	background-color:#FBFDF7;
	padding: 5px 15px 5px 10px ; 
	text-align: left;
	line-height:1.4;}

.ently_text {
	text-align:left;
	margin-bottom:20px; /* 記事末尾の間隔調整 */}

.ently_navi { 
	text-align:right;
	color:#999999;
	margin:0px 10px 3px;}

/* レス */
div.res {
	margin-bottom: 70px;}

p.res_honbun {
	margin: 20px 0;}

.ently_text h2 {
	border: dotted 2px #DDD;
	padding: 10px;
	font-size: 13px;
	background: #EFF3F4;}

/* 記事内で使用 */
.comment_box { 
	font-weight:normal;
	line-height:1.3;
	padding:10px 10px;
	border:  #B97A57 1px dashed;
	background-color:#F4EDEA;
	margin-top:3px;
	margin-bottom:10px;
	color:#333333;}

ul.manual_relate {
	padding: 0 10px;
	font-weight: bold;
	font-size: 16px;}

ul.manual_relate li{
	margin-top: 5px;
}

/* 記事情報
--------------------------------------------------------*/
/* 記事タイトル下 */
.entrytitle_under {
	border-bottom: 1px solid #E5E5E5}

.entrytitle_under ul{
	list-style-type: none;
	margin: 0;
	margin-left: 15px;
	padding: 8px 0 8px 0;
	height: 20px;}

.entrytitle_under li{
	float: left;
	overflow: hidden;
	margin:0;}

/* 記事タイトル下_ソーシャルボタン */
.social_count {
	text-align: left;
	vertical-align: bottom;}

.social_count_hatena {
	width: 62px;
	height: 25px;}

.social_count_twitter {
	width: 115px;
	height: 25px;}

.social_count_facebook {
	width: 95px;
	height: 25px;
	line-height: 20px;}

.social_count_gplus {
	width: 75px;
	height: 30px;
	line-height: 20px;}

.social_count_pocket {
	width: 100px;
	height: 30px;
	line-height: 20px;}

.social_count_comment {
	height: 25px;}

.social_count_comment_count {
	float: left;
	background: url(http://blog-imgs-55.fc2.com/a/n/d/androidken/comment_button_count.gif) 0px 0px no-repeat;
	width: 32px;
	height: 30px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 11px;
	overflow: hidden;}

.social_count_comment_count a:link {
	color:#333; text-decoration:none;}


/* 記事下部（）
--------------------------------------------------------*/
#entry_bottom {
	padding:0 2px;}

/* この記事についてツイートするボタン */
#entry_tweet{     
	margin:20px 0 15px 0;}

/* サブタイトル */
.entry_sub_title{
	color: #663300;
	background: #FBFDF7 !important;
	border:none !important;
	border-left: #A8C639 10px solid !important;
	border-bottom: #A8C639 2px solid !important;
	margin: 40px 0 0 0 !important;
	padding: 5px 10px !important;
	font-size: x-large !important;
	font-weight: bold !important;
	text-align: left !important;
	line-height: 130% !important;}

/* 関連記事 */
#kanren{
	width: 720px;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:0px;
	margin-left:0px;}

.relate_dl {
	padding: 0 !important;
	border: 0 none !important;
	background: none !important;}

.relate_dl .relate_dt {
	margin: 0 !important;
	padding: 0.5em 0.2em !important;
	border: 0 none !important;
	line-height: 1.1 !important;
	background: none !important;}

.relate_dl .relate_dd {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none !important;
	background: none !important;}

.relate_dl .relate_ul {
	margin: 1em 0 1em 2em !important;
	padding: 0 !important;}

.relate_dl .relate_ul li {
	margin: 0 0 0.5em !important;
	padding: 0 !important;
	border: 0 none !important;}

/* 記事下RSS */
.under_rss {
    height:200px; 
    overflow:auto; 
    background-color:#fefefe; 
    padding:10pt;
    border: #a4c639 2px solid;}

/* 話題のスマートフォン */
#related_sp {
	height:165px;}

#related_sp ul li {
	vertical-align: top;
	float: left;
	font-size: 11px;
	width: 151px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 6px 14px;
	list-style-type: none;
	text-align: center;}

#related_sp ul li img {
	width: 150px;
	height: auto;
	padding: 2px;
	background: white;
	border: #CCC 1px solid;
	display: block;
	margin-left: auto;
	margin-right: auto;}

/* ランダム記事 */
.linkwithin_outer,.linkwithin_inner,.linkwithin_posts {
    width:600px! important;}

.linkwithin_div {
    width:600px! important;
    margin:0 !important;
}
#lws_0{
    width:600px! important;}

/* コメント
--------------------------------------------------------*/
.comment_outline { 
	border:#DDFFDD 2px solid;
	background-color:#FFFFFF;
	text-align:left;
	margin-bottom:20px; /* 次のコメントまでの間隔 */} 

.comment_title { 
	font-size:10pt;
	color:#ffffff;
	font-weight:bold;
	background-color:#a4c639;
	text-align:left;
	border:#87CEEB 1px solid;
	padding:5px 20px;} 

.comment_body { 
	margin: 5px 20px 20px 20px;
	font-size: 14px;} 

.comment_text { 
	text-align:left;
	margin:10px 20px;}

.comment_navi { 
	color:#999999;
	text-align:right;
	margin:0px 10px 3px;}

/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject, #name, #mail, #url {
	width: 50%;}

/* コメント本文の入力欄の幅 */
#comment {
	width: 95%;}

.comment_waku {
	margin: 0 15px 0 0;
	background-color:#FBFDF7; 
	padding: 1em;
	margin-top: 10px;
	text-align:left;
	line-height: 1.3;
	border: #a4c639 2px solid;
	color: #333333;
	font-size: 10pt;
	border-radius: 8px;}

hr.dashed {
	border:none;
	border-top:dashed 1px;
	height:1px;
	color: #CACACA;}

.comment_form_txt, .comment_form_name{
	padding: 4px;
	border: 1px solid #EEE;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px #888;}

.comment_form_submit{
	padding: 6px 150px;
	margin: 10px 0;}

.comment_form_box{
	margin: 10px 0;
	padding-top: 10px;
	clear: both;}

/* 最新コメント
--------------------------------------------------------*/
.rcomment_etitle {
    font-size: small;
    padding: 0 0.4em 0 0;
    background: #ECF3DF repeat;
    width: 100%;
    display: block;
    font-weight: bold;
}
.rcomment_body {
 	margin: 5px 20px 20px;}

.rcomment_body a:link    { color: #333333; text-decoration:none;}
.rcomment_body a:visited { color: #333333; text-decoration:none;}
.rcomment_body a:hover   { color: #333333; text-decoration:none;}
.rcomment_body a:active  { color: #333333; text-decoration:none;}

/* タブ[コメント-最新コメント]
--------------------------------------------------------*/
div.tab {
   overflow: auto; clear: left;}

div#tab1 { border-top: 2px solid #A8C639; padding-top: 10px; overflow: visible;}
div#tab2 { border-top: 2px solid #A8C639; padding-top: 10px;overflow: hidden;}

span.tabs a {
	display: block; float: left;
	padding: 5px 10px;
        margin: 0px 5px 0px 0px;
	font-size: x-large;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	border:1px solid #CCCCCC;
	border-bottom: none;
	border-left: #A8C639 10px solid;}

span.tabs a:link{
	color:#630;}

span.tabs a:hover {
	text-decoration:none;}

/* コメント枠内ソーシャルボタン
--------------------------------------------------------*/
.post_share {
	margin: 10px 0;}

.post_share ul {
	list-style-type: none;
	margin: 0;
	float: left}

.post_share li {
	float: left;
	margin-left: 5px;}

/* ページナビ（前の記事・次の記事）
---------------------------------------------------------*/
#pagenavi {
	width: 99%;
	height: 100px;
	margin: 5px 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight:bold;
	border-top: 1px solid #666;}

#pagenavi .pagenavi_prev{
	float: left;
	width: 47%;
	height: 100px;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #666;
	text-align: left;}

#pagenavi .pagenavi_next {
	color: #FFF;
	float: left;
	width: 49%;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: right;}

/*--------------------------------------------------------
5.アーカイブ（カテゴリ・タグ・検索・月別ナビゲーション）
--------------------------------------------------------*/
.various_outline { 
	margin: 0 15px 0 0;
	margin-bottom:20px;} 

.various_title {
	font-size:1.0em;
	color:#004000;
	font-weight:bold;
	background-color:#a4c639;
	text-align:left;
	border: #a4c639 1px solid;
	padding:4px 15px;
	margin:0; }

.various_body { 
	font-size:10pt;
	color:#808080;
	background-color:#FBFDF7;
	border:#a4c639 2px solid;} 

.various_text {
	text-align:left;
	margin:6px 20px;}

.various_navi { 
	text-align:center;
	margin:0px;} 


/* サイトマップ */
#sitemap {
	margin-top:5px;
	text-align:left;}

#sitemap ul.sitemap_list {
	margin-left:30px; /* 各記事リストの左余白 */}

.display_no {
	display:none;}

/* カテゴリ一覧へ戻る */
.pgtop {
	text-align:right; /* 右寄せ */}


/*--------------------------------------------------------
6.サイドカラム
--------------------------------------------------------*/
/* プラグインの文字配置 */
.ta_left { text-align: left }
.ta_right { text-align: right }
.ta_center { text-align: center }

/* プラグイン内の入力欄幅設定 */
.plugin1_body input[type="text"],
.plugin2_body input[type="text"],
.plugin1_body textarea,
.plugin2_body textarea {
width: 90%;}


/* 左側メニュー(プラグイン１)
--------------------------------------------------------*/
.plugin1_outline { 
	margin: 0;} 

.plugin1_title { 
	font-size: 14px;
	color:#004000;
	background-color:#a4c639;
	padding: 6px 15px 3px 15px;} 

.plugin1_body { 
	line-height:1;
	font-size:10pt;
	letter-spacing: -0.08em;
	color:#333333;
	background-color:#ecf3d3;
	border:   #a4c639 2px solid;
	margin-bottom:10px;
	padding:7px 10px;}

/* プラグイン1-瓦版
---------------------------------------------------------*/
#kawara p {
	margin:5px 0;}


/* 一番下プラグイン1
---------------------------------------------------------*/
.plugin1_body_ {
	background-color: #ECF3D3;
	border: #A4C639 2px solid;
	padding: 7px 10px;}


/* 上部メニュー(プラグイン３)
--------------------------------------------------------*/
.plugin3_outline { 
	margin-bottom:10px;} 

.plugin3_title { 
	font-size: 14px;
	color:#004000;
	background-color:#a4c639;
	padding: 6px 15px 3px 15px;} 

.plugin3_body { 
	padding:0;
	font-size:10pt;
	color:#333333;
	background-color:#ecf3d3;
	border: #a4c639 2px solid;
	border: #a4c639 1px solid;}

/*--------------------------------------------------------
7.フッター
--------------------------------------------------------*/
#footer_outline {
	background-color: #061E0E;
	border-top: solid 1px #667D66;
	width:100%;}

#footer_body { 
	text-align:center;
	font-size:9pt;
	color:#ffffff;
	border:0px;
	background-color:#061E0E;
	padding:5px;
	clear:both;} 

#footer_body a:link    { color:#ffffff; }
#footer_body a:active  { color:#ffffff; }
#footer_body a:visited { color:#ffffff; }
#footer_body a:hover   { color:#ffffff; }

/* フッター上
--------------------------------------------------------*/
#footer_top {
    width: 100%;
    background-color: #061E0E;
    text-align: left;
    padding: 0;
    margin: 0;}

/* タイトル */
.footer_title {
    padding:5px 10px;
    font-size: x-large;
    font-weight: bold;
    color:#FFFFFF;
    text-align: left;
    line-height:130%;
    background-color: #061E0E;}

#footer_title_acr {
    border-top: #9c87dc 0px solid;
    border-right: #9c87dc 0px solid;
    border-left: #A591DF 10px solid;
    border-bottom: #A591DF 2px solid;}

#footer_title_tweet {
    border-top:none;
    border-right:none;
    border-left: #57D5FF 10px solid;
    border-bottom: #57D5FF 2px solid;}

#footer_title_hatena {
    border-top:none;
    border-right:none;
    border-left: #2C6EBD 10px solid;
    border-bottom: #2C6EBD 2px solid;}

#footer_title_other {
    height:100%;
    border-top:none;
    border-right:none;
    border-left: #FFAA00 10px solid;
    border-bottom: #FFAA00 2px solid;}

/* ACRページランク枠 */
#acr_pagerank {
    padding:5px 0px 0px 0px;
    background-color: #061E0E;
    float:left;
    width: 520px;}

#acr_pagerank td{
   padding:3px 3px 3px 3px;
   line-height:130%;
   border-top:none;
   border-right:none;
   border-left:none;
   border-bottom:dotted 2px #A591DF;}

/* Tweetランク枠 */
#tweet_rank{
    float:left;
    width: 500px;
    padding:5px 0px 0px 20px;
    background-color: #061E0E;
    font-size:10pt;
    color:#FFFFFF;
    text-align: left;
    line-height:130%;}

#tweet_rank td{
   padding:3px 3px 3px 3px;
   border-top:none;
   border-right:none;
   border-left:none;
   border-bottom:dotted 2px #57D5FF;}

.tweets {
    color:#24AADC;
    padding: 0;
    font-size:9px;
    font-weight:bold;
    text-decoration: underline;
    background-color:#D4F2FC;
    line-height:100%;}

#tweet_rank a:link { color: #FFFFFF;}
#tweet_rank a:visited { color: #FFFFFF;}
#tweet_rank a:active { color: #FFFFFF;}
#tweet_rank a:hover { color: #FFFFFF;}

/* hatenaランク枠 */
#hatena_rank{
    clear: both;
    width: 500px;
    padding:20px 0px 0px 20px;
    background-color: #061E0E;
    font-size:10pt;
    color:#FFFFFF;
    text-align: left;
    line-height:130%;}

#hatena_rank td{
   padding:3px 3px 3px 3px;
   border-top:none;
   border-right:none;
   border-left:none;
   border-bottom:dotted 2px #2C6EBD;}

#hatena_rank a:link { color:#FFFFFF; }
#hatena_rank a:visited { color:#FFFFFF; }
#hatena_rank a:active { color:#FFFFFF; }
#hatena_rank a:hover { color:#FFFFFF; }

/* その他枠 */
#footer_other{
    clear:both;
    width: 500px;
    padding:20px 0px 0px 20px;
    background-color: #061E0E;
    font-size:10pt;
    color:#FFFFFF;
    text-align: left;
    line-height:130%;}

#footer_other_body{
    padding:5px 0px 0px 5px;
    background-color: #061E0E;
    font-size:10pt;
    color:#FFFFFF;
    text-align: left;
    line-height:130%;}

#float_block_left{
    float:left;}

#float_block_both{
    clear:both;}


/*--------------------------------------------------------
8.その他・共通
--------------------------------------------------------*/

/* Topページ 1/4
---------------------------------------------------------*/
body #eqfirst {display: none;}

#eqfirst,#eqlast {
 display: block;
 margin: -15px 15px 10px 0;
 text-align: center;}

/* 共通
--------------------------------------------------------*/
.clearfix {
	display: block;}

.clearfix:after {
	content: "";
	clear: both;
	display: block;}

.c-both { clear:both; } 
.readmore { margin-top: 10px; } 
.readclose { margin: 10px 0; } 
.page_navi { margin:30px 0; font-size:17px; color:#808080; }
.popup {
    background: #eeeeee;
    border: 1px solid black;}

.common_radius-3 {
	border-radius: 3px;}

.common_radius-top-3 {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;}

.common_radius-bottom-3 {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;}

.GoogleAdsense_box {
    margin:10px;}

.GoogleAdsense_box_2 {
    margin-top:-15px;
    margin-bottom:25px;}

.GoogleAdsense_box_2 span {
    margin-right: 10px;}

.GoogleAdsense_box_3 {
    margin:0 0 10px 0;}

iframe.twitter-share-button.twitter-count-none {
    width: 65px!important;}

iframe.twitter-share-button.twitter-count-horizontal {
    min-width: 115px!important;}



/* ■最新コメント
--------------------------------------------------------*/
#newcomments_outline { 
	margin: 0 15px 0 0;
	margin-bottom:10px;}

#newcomments_body { 
	height:450px;
	overflow-x:hidden;
	overflow-y:auto;
	text-align:left;
	font-size:10pt;
	color:#333333;
	background-color:#FBFDF7;
	border:#a4c639 2px solid;
	padding:10px 10px 5px 15px ;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;}

/*アフィリエイトビーコン用*/
.ently_body img[width="1"] {
	display:none;
	border: 0;}

/* 新コメント
--------------------------------------------------------*/
.res_content2 {
	background-image: url(http://blog-imgs-55.fc2.com/a/n/d/androidken/dark.png);
	display: none;
	text-align: left;
	position: absolute;
	z-index: 1002;
	top: 75%;
	left: 25%;
	width: 400px;
	padding: 5px 5px 0 5px;
	position: fixed;
	-webkit-box-shadow: 0 0 5px #333;
	-webkit-border-radius: 6px;}

#res_content3 {
	background-color: white;
	width: 380px;
	clear: both;
	padding-top: 17px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;}

#comments_form {
	width: 370px;
	margin-top: -5px;}

.res_content2 span {
	color: white;
	font-size: 14px;
	margin-left: 3px;
	float: left;
	width: 300px;
	font-weight: bold;}

#window_close a {
	width: 20px;
	height: 20px;
	float: right;
	margin-bottom: 4px;
	margin-right: 3px;}

/* コメント
--------------------------------------------------------*/
#comments ol {
	list-style: none;
	margin: 0;
	padding:0;}

#comments li {
	margin: 10px 3px 0 10px;
	border-bottom: 1px solid #DBDBDB;}

/* スクロール固定ボックス
--------------------------------------------------------*/
#side_fixed_box{
	position: fixed;
	top: 615px;
	width: 80px;
	background: #FBFDF7;
	width: 80px;
	padding: 5px;
	margin-left: 798px;
	text-align: center;
	list-style-type: none;
	border: #A4C639 2px solid;
	z-index:100000;}

#side_fixed_box li{
	margin:0;}

.social_count_comment_count_big {
	background: url(http://blog-imgs-55.fc2.com/a/n/d/androidken/comment_button_count_big.gif) 0px 0px no-repeat;
	width: 71px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	margin: 5px auto 2px auto;}

.social_count_comment_count_big a:link {
	color:#333; text-decoration:none;}


/* 下層記事
---------------------------------------------------------*/
div.sankou {
	border: dotted 2px #DDD;
	padding: 10px;
	margin-bottom: 3px;}

div.sankou strong{
	font-size: 1.35em;}

div.thumb_img_sankou {
	padding: 2px;
	border: 1px #DDD solid;
	float: left;}

div.archive_career {
	margin-left: 20px;
	float: left;}

div.cboth {
	clear:both;}

.article_sankou p{
	margin: 5px 0 !important;}

.sankou img {
	margin:0 !important;}


span.archive_tag a{
	padding: 2px 4px;
	border-radius: 3px;
	font-size: 12px;
	text-decoration: none;
	margin-right: 5px;
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	font-family: Arial,sans-serif;}

div.archive_tag_box {
	margin: 5px 0 0 5px;}

.tag_red a {
	background: #B94A48;
	color: white;}

.tag_yellow a {
	background: #F89406;
	color: white;}

.tag_blue a {
	background: #00A5DE;
	color: white;}

.tag_green a {
	background: #468847;
	color: white;}

.tag_purple a {
	background: #515397;
	color: white;}

.post_under {
	width: 100%;
	clear: both;
	margin-top: 30px;}

.post_under_ad_left {
	width: 336px;
	height: 280px;
	float: left;
	margin-right: 50px;}

.post_under_ad_right {
	width: 330px;
	height: 250px;
	float: left;}

blockquote.source {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;}

/* 投稿ページ下、ファンBOX
----------------------------------------*/
div#single_sns {
	padding: 15px 0;}

div.single_sns_box {
	width:240px;
	height: 90px;
	margin: 0 10px 10px 0;
	text-align: center;
	float: left;}

div.single_sns_box img{
	display: block;
	margin: 0 auto;}

div.single_sns_twi       { background: #0DB9F2; width:245px !important; }
div.single_sns_feedly { background: #87C040; }
div.single_sns_rss       { background: #FF9300; margin: 0; }

div.single_sns_rss a, .single_sns_feedly a{
	display: block;
	border: #ccc 1px solid;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
	background-image: -webkit-linear-gradient(#ffffff, #e2e2e2);
	background-image: -moz-linear-gradient(#ffffff, #e2e2e2);
	background-image: -o-linear-gradient(#ffffff, #e2e2e2);
	background-image: linear-gradient(#ffffff, #e2e2e2);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE2E2E2');
	color: #333;
	text-decoration: none;
	cursor: pointer;
	line-height: 26px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	width: 190px;
	margin: 0 auto;}


/* 個別記事解説box
----------------------------------------*/
h1#kaisetsu_title {
	font-size: 13px;}

p#kaisetsu_body {
	font-size: 11px;
	line-height: 1.5;
	text-align: left;
	margin:0;
	padding: 5px;}

div.article p{
	font-size: 15px;
	font-weight: bold;}

div.article h2{
	height: 1%;
	clear: both;
	color: #333;
	font-size: 21px;
	line-height: 45px;
	background: #EAEAEA;
	border-top: 2px solid #25623F;
	border-bottom: 1px solid #E2E2E2;
	margin: 50px -16px 25px -12px;
	padding: 5px 10px 3px 15px;
	border-left: none;
	border-right: none;}

div.article blockquote, q {
	font-size: 0.9rem;
	border-left: 5px solid #DDD;
	background-color: #EEE;
	margin: 10px 0;
	padding: 20px 10px 2px 10px;
	position: relative;}

div.article blockquote:before {
	content: "“";
	font-size: 400%;
	line-height: 1em;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	color: #999;
	position: absolute;
	left: 0;
	top: 0;}

table.artcle_table td, table.artcle_table th {
	padding: 3px;
	color: #333333;
	font-size: 13px;
	border: solid 1px #BBB;
	line-height: 20px;}

table.artcle_table tr.complete {
	background: #FFDF5F;}

li.popularArticleWithImage {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
	text-align: left;
	list-style-type: none;
margin-left:12px}

div.popularArticleWithImage_tw {
	color: rgb(255, 255, 255);
	background-color: rgb(15, 15, 15);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 3px 6px 2px 5px;
	background: #000;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: right;
	text-shadow: 0 1px 0 #000;}

div.popularArticleWithImage_title {
	width: 166px;
	color: rgb(255, 255, 255);
	background-color: rgb(15, 15, 15);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 154px;
	height: 21%;
	padding: 5px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	overflow: hidden;}

li.popularArticleWithImage img {
	border: #666 2px solid;}

.twitter-tweet {
	width: 680px; !important;
	margin: 20px auto !important;}

/* アプリ紹介
----------------------------------------*/
.apps {
   width: 600px;
   border:1px solid #C8C8C8;
   margin: -30px 0 70px 0;}

.app_icon {
   width:100px;
   height:100px;
   float:left;}

.app_data h2{
    margin: 0;
   padding: 0;
   border: none;
   font-size: large;
   height: 60px;
   background: none;}

.app_detail {
   background:#F1F1F1;
   border-bottom:2px solid #E5E5E5;
   height:100px;
   padding:10px;}

.app_data {
   width:460px;
   height:100px;
   padding:5px 10px 0 10px;
   float:left;}

.app_title{
    height: 75px;}

.app_supplier {
   padding:2px;
   float:left;}

.app_price {
   color:#FFF;
   background:#B3C833;
   padding:2px;
   margin-left: 30px;
   float:left;}

.app_icon img{
    width:100px;
    height:100px;}

.app_screenshot {
   background:#F5F5F5;
   padding: 20px 0 20px 10px;
   clear:both;}

.app_screenshot img{
    margin-left:10px;}


/* 3行ニュース
----------------------------------------*/
.sangyou_news img, div.ently_text > img {
	margin: 50px auto;
	display:block;
	border: 1px solid #CCC;
	padding: 1px;}

.sangyou_news_midashi h2{
	background: none;
	border: none;
	border-bottom: 1px solid #CCC;
	font-size: 16px;
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 10px;}

.sangyou_news_midashi ul{
	list-style: none;
	margin: 0;}

.sangyou_news_midashi li{
	border-bottom: 1px solid #CCC;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 10px;}

.sangyou_news_midashi{
	margin: 30px 0 60px 0;}

.sangyou_news_honbun{
	margin: 60px 0 50px 0;}

.sangyou_news_midashi span.source{
	display: block;
	font-size: 13px;
	margin: 10px 10px;}

.sangyou_news_midashi span.san_matome{
	display: block;
	background: #E4E4E4;
	font-size: 18px;
	font-weight: bold;
	border-left: 10px solid #A00DF2;
	padding: 10px;
	margin: 60px 0 10px 0;}

.sangyou_news p{
	font-size: 15px;
	line-height: 24px;
	padding: 0 20px;}

.sangyou_news h3{
	background: #E4E4E4;
	padding: 10px 10px;}

.sangyou_news h3.ansoku{
	border-left: 10px solid #25623F;}

.sangyou_news h3.twi{
	border-left: 10px solid #0DB9F2;}

/* Googleフォーム
----------------------------------------*/
iframe.google_form {
	width: 700px;
	height: 550px;}


/* レス設定
----------------------------------------*/
.res {
    margin-bottom: 70px;}

.res_anchor {
    margin-top: -24px;
    padding-left: 18px;}

.res_honbun {
    font-size: 18px;
    font-weight:bold;
    margin: 20px 0;}

.res_honbun_anchor {
    font-size: 16px;
    color:#A00000;}

.res_meta {
    font-size:12px;}

.res_name {
    color:#008000;}

.res_small    { font-size: 14px !important; }
.res_large    { font-size: 24px !important; }
.res_largest  { font-size: 32px !important; }

.source_thread {
    font-size: 12px;
    color: #808080;
    text-align:right;
    margin-top: 20px;}