.cssblk {
display: block;
background: url(http://blog-imgs-49-origin.fc2.com/n/e/w/news24mainichi/junmp.jpg);
width: 1200px;
height: 0px;
padding-top: 200px;
overflow: hidden;
float: left;
position: relative;
}


body {margin: 0;
background-image: url("http://blog-imgs-49-origin.fc2.com/n/e/w/news24mainichi/E38388E383A9E38395E382A1E383ABE382ACE383BCE383BBE383ADE383BC.jpg");
text-align:center;
line-height:1.3;
margin:0;
padding:0;
background-color:#ffffff;                       /* 外側背景色 */
} 

#outline { 
background-color:#ffffff;                     /* サイト背景色 */
}

/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1000px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:955px;                                          /* 中央 */
float:right; 
} 
#left { 
width:240px;                                            /* 左 */
float:left; 
} 
#right { 
width:0px;                                            /* 右 */
float:right; 
} 
#center-left {             /* 計算して設定してください ------ */
width:1200px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */

/******************************************* ▼リンクした時の赤い線消す▼ */
a { outline: none; }
/******************************************* ▲リンクした時の赤い線消す▲ */


/******************************************* ▼枠線個別▼ */
    .mouseoverBorderSample01 a:hover img {  margin: -1px;   border: solid 1px #FF3399;}/* ---------------------------------------  for IE6------------------------------------------- */* html .mouseoverBorderSample01 a:hover {  zoom: 1;}   * html .mouseoverBorderSample01 a:hover img {       /* for BackCompat mode          margin-left: -10px;          margin-right: -10px;     over here */        float: left;        position: relative; }  
/******************************************* ▲枠線個別▲ */


/******************************************* ▼サイト背景▼ */
#menu_bar li a:hover{
color:#ffffff; /* マウスが乗ったときのリンク文字の色 */
background-color:#222222; /* マウスが乗ったときの背景色 */
text-decoration:none;
}
/******************************************* ▲サイト背景▲ */




/******************************************* ▼画像の透過▼ */
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
/******************************************* ▲画像の透過▲ */

/******************************************* ▼リンク下線有無▼ */

/******************************************* ▲リンク下線有無▲ */

/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#595044; text-decoration:none;}      /* 通常 */
a:active  {color:#F5DEB3; text-decoration:none;}      /*実行中*/
a:visited {color:#595044; text-decoration:none;}      /*訪問済*/
a:hover   {color:#FF0000; text-decoration:none;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:1px solid #000000;                     /* 外枠の色     */
border-bottom:#c0c0c0 2px solid;              /* 飾り線(下)   */
margin-bottom:20px;                           /* ヘッダ下間隔 */
}
#header_body { 
background-color:#000000;                     /* 背景色       */
border:1px solid #000000;                     /* 内枠の色     */
} 
/********************************************* ▲ ヘッダー ▲ */



}
/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:14pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:10px 30px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#ffffff; text-decoration:none; } /* 通常 */
h1 a:active  { color:#ffffff; text-decoration:none; } /*実行中*/
h1 a:visited { color:#ffffff; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#ff0000; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:10pt;                                 /* 文字サイズ */
color:#FFFFFF;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 30px 10px; 
}
/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#000000 2px solid;               /* 外枠の色/太さ/実線 */
background-color:#FFFFFF;               /* 背景色             */
margin-bottom:20px;                     /* 次の記事までの間隔 */
} 
.ently_title { 
font-size:14.5pt;                    /* 文字サイズ(記事タイトル)*/
background-color:#000000;          /* 背景色    (記事タイトル)*/
text-align:left;                   /* 左寄せ    (記事タイトル)*/
border-bottom:#666666 1px solid;   /* 飾り線(下)(記事タイトル)*/
padding:5px 20px;
margin:0;
} 
                              /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#ffffff; text-decoration:none; } /* 通常 */
h2 a:active  { color:#ffffff; text-decoration:none; } /*実行中*/
h2 a:visited { color:#ffffff; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#ff0000; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:10pt;                       /* 文字サイズ(記事本文) */
color:#000000;                        /* 文字色    (記事本文) */
border-top:#cccccc 1px solid;         /* 飾り線 */
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 20px; 
margin-bottom:20px; /* 記事末尾の間隔調整 */
}
.ently_navi { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
margin:0px 10px 3px; 
} 
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
margin-bottom:5px;
border-top:   #000000 2px solid;                /* 個別枠(上) */
border-right: #000000 2px solid;                /* 個別枠(右) */
border-bottom:#000000 2px solid;                /* 個別枠(下) */
border-left:  #000000 2px solid;                /* 個別枠(左) */
} 
.plugin1_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
border-bottom:#666666 1px solid;      /* 飾り線(下)(タイトル) */
padding:2px 15px; 
} 
.plugin1_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:#cccccc 1px solid;             /* 飾り線(上)(本体) */
padding:5px 5px 10px 5px; 
line-height:1;
} 
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
margin-bottom:5px;
border-top:   #000000 2px solid;                /* 個別枠(上) */
border-right: #000000 2px solid;                /* 個別枠(右) */
border-bottom:#000000 10px solid;                /* 個別枠(下) */
border-left:  #000000 2px solid;                /* 個別枠(左) */
} 
.plugin2_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
border-bottom:#666666 1px solid;      /* 飾り線(下)(タイトル) */
padding:2px 15px; 
} 
.plugin2_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:#cccccc 1px solid;             /* 飾り線(上)(本体) */
padding:5px 5px 10px 5px; 
line-height:1;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
border-top:   #000000 2px solid;               /* 個別枠(上) */
border-right: #000000 2px solid;                /* 個別枠(右) */
border-bottom:#000000 2px solid;                /* 個別枠(下) */
border-left:  #000000 2px solid;                /* 個別枠(左) */
margin-bottom:2px;
} 
.plugin3_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
border-bottom:#666666 1px solid;      /* 飾り線(下)(タイトル) */
padding:5px 20px; 
} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:#cccccc 1px solid;             /* 飾り線(上)(本体) */
padding:5px 20px; 
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */


h1 {
margin-top: 0px; /* 上の余白 */
margin-left: 0px; /* 左の余白 */
margin-right: 0px; /* 右の余白 */
margin-bottom: 0px; /* 下の余白 */
}
/********************************************* ▼ コメント ▼ */
.comment_outline { 
border:#000000 0px solid;           /* 外枠の/色太さ/実線     */
background-color:#FFFFFF;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:50px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#FFFFFF;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#F5F5F5;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border-bottom:FFFFFF 0px solid;      /* 飾り線(下)(タイトル) */
padding:5px 20px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#000000;                    /* 文字色    (コメント本文) */
border-top:#cccccc 1px solid;     /* 飾り線(下)(コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
}
.comment_navi { 
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 0px 0px;
}

/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 50%;
}
/* コメント本文の入力欄の幅 */
#comment {
width: 50%;
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
border:#000000 2px solid;             /* 外枠の/色太さ/実線   */
background-color:#FFFFFF;             /* 背景色               */
margin-bottom:20px; 
} 
.trackback_block_title { 
font-size:10pt;                 /*文字サイズ(ブロックタイトル)*/
color:#ffffff;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
background-color:#000000;       /*背景色    (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
border-bottom:#666666 1px solid;/*飾り線(下)(ブロックタイトル)*/
padding:5px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#000000;                    /* 文字色    (ブロック本文) */
border-top:#cccccc 1px solid;     /* 飾り線(上)(ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#000000;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#000000;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#dddddd 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border:#000000 0px solid;               /* 外枠の色/太さ/実線 */
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border-bottom:#666666 1px solid;      /* 飾り線    (タイトル) */
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:13pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#cccccc 1px solid;             /* 飾り線    (本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
border:1px solid #000000;                       /* 外枠の色   */
background-color:#000000;                       /* 背景色     */
border-top: #c0c0c0 0px solid;                  /* 飾り線(上) */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#ffffff;                                  /* 文字色     */
border:1px solid #000000;                       /* 内枠の色   */
padding:5px; 
} 
                                              /* リンク       */
#footer_body a:link    { color:#ffffff; }     /* 通常         */
#footer_body a:active  { color:#ffffff; }     /* 実行中       */
#footer_body a:visited { color:#ffffff; }     /* 訪問済み     */
#footer_body a:hover   { color:#ffffff; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */
/* ▼メニューバー▼ */
#outline { 
width:1200px;                                         /* 全体 */
margin:0 auto; 
}
ul#menu_bar {
font-size: 80%; /* 文字サイズ */
height:25px; /* 高さ */
background-color:#000000; /* 背景色 */

padding-left:0px;
margin-left:0px;
margin-top:0px; /* 上の間隔 */
margin-bottom:0px; /* 下の間隔 */
}

#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:100px; /* １つのメニューボタンの幅 */
border-right:1px solid #333333; /* 区切り線 */
color:#ffffff; /* リンク文字の色 */
background-color:#000000; /* メニューボタンの背景 */
text-decoration:none;
}

#menu_bar li a:hover{
color:#ffffff; /* マウスが乗ったときのリンク文字の色 */
background-color:#222222; /* マウスが乗ったときの背景色 */
text-decoration:none;
}
/* ▲メニューバー▲ */

/* カレンダー */
.calender td { text-align: center; }
th#sun { color: #CC3300; }
th#sat { color: #0066CC; }


/*** その他 ***/
p { margin: 2px 0; }
ul { margin:2px 0 5px 0; padding:0; } 
li { margin-left:20px; margin-bottom:3px; } 
#rss li { margin-left:0px; margin-bottom:0px; 
padding: 1px 0; border-top: 1px solid #EEE;
margin-left: 0px;
margin-bottom: 2px;
padding: 2px 0;
border-top: 1px solid #EEE;
} 
form { margin:0; }
table { font-size:10pt; }
.c-both { clear:both; } 
.readmore { margin-top: 10px; } 
.readclose { margin: 10px 0; } 
.page_navi { margin:30px 0; font-size:9pt; }

/* カレンダーの中央寄せ */
.calender{
margin-left: auto;
margin-right: auto;
} 

/* 引用部分 */
blockquote {
margin:2px;
padding:5px;
background:#f0f0f0; /* 背景 */
border:#cccccc 1px solid; /* 枠線 */
border-left:#cccccc 5px solid; /* 枠線(左) */
}

/* ブックマーク 拍手 */
.fc2_footer {
margin-top:20px; /* 上の余白 */
}

/* ▼ サイトマップ ▼ */
#sitemap {
margin-top:5px; /* 上の余白 */
text-align:left;
}

#sitemap ul.sitemap_list {
margin-left:30px; /* 各記事リストの左余白 */
}

.display_no {
display:none;
}

/* カテゴリ一覧へ戻る */
.pgtop {
text-align:right; /* 右寄せ */
}
/* ▲ サイトマップ ▲ */


/* プラグインの文字配置 */
.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%;
}

/* ▼ FC2バトンのスタイル ▼ */

/* 質問番号(Q) */
.q_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 質問本文 */
.baton_q {
margin-bottom:5px; /* 答えまでの余白 */
}

/* 答え番号(A) */
.a_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 答え本文 */
.baton_a {
margin-left: 0px;
padding-bottom:2px; /* 罫線までの余白 */
border-bottom: dotted 1px #cccccc; /* 罫線 */
margin-bottom: 20px; /* 次の質問までの余白 */
}

/* ▲ FC2バトンのスタイル ▲ */

/**************************************************************/
/*
フッターにある著作権表示(リンク)さえ残して頂ければ
どんなにカスタマイズされても構いません。また、
どのようなサイトでも利用してくださって結構です。
                                FC2ブログのテンプレート工房
[lightframe_ver.05.1]     (http://10plate.blog44.fc2.com/)
*/
/**************************************************************/





/* ▼メニューバー▼ */
#outline { 
width:1200px;                                         /* 全体 */
margin:0 auto; 
}
ul#menu_bar {
font-size: 80%; /* 文字サイズ */
height:25px; /* 高さ */
background-color:#000000; /* 背景色 */

padding-left:0px;
margin-left:0px;
margin-top:0px; /* 上の間隔 */
margin-bottom:2px; /* 下の間隔 */
}

#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:100px; /* １つのメニューボタンの幅 */
border-right:1px solid #333333; /* 区切り線 */
color:#ffffff; /* リンク文字の色 */
background-color:#000000; /* メニューボタンの背景 */
text-decoration:none;
}

#menu_bar li a:hover{
color:#ffffff; /* マウスが乗ったときのリンク文字の色 */
background-color:#222222; /* マウスが乗ったときの背景色 */
text-decoration:none;
}
/* ▲メニューバー▲ */

/* 新着記事サムネイル画像表示 */
.img_recent br {
clear:left;
}
.img_recent img {
float:left;
border: 0;
margin-right:5px; /* 画像の右余白 */
margin-bottom:5px; /* 画像の下余白 */
width: 200px; /* 画像表示サイズ */
}


/* ▼ブログロールアイコン▼ */
.blogroll-channel img.blogroll-favicon {
width: 16px;
height: 16px;
}
/* ▲ブログロールアイコン▲ */

/* ▼ブラグイン3の幅▼ */
#layer_base {
position: relative; /* 基準となる位置 */
width:951px; /* 基準の幅 */
height: 350px; /* 基準の高さ */
}

#layer_1 {
position: absolute; /* 基準からの相対位置 */
top: 0px; /* 上からの位置 */
right: 150px; /* 右からの位置 */
}

#layer_2 {
position: absolute; /* 基準からの相対位置 */
bottom: 10px; /* 下からの位置 */
left: 10px; /*左からの位置 */
}
/* ▲ブラグイン3の幅▲ */


/* ------------------------------------------------------- */
/* 横ナビメニュー（Topnavi用)　　　　アニメーション　　　　*/
/* ------------------------------------------------------- */
#Navilist li a:hover{
background-color:#ffccff;/* カーソルを乗せたときの背景色 */
background-image: url(画像のＵＲＬ);
background-repeat:no-repeat;
background-position:-400px 0px;/* -400px は画像の横幅 */
color: #ffffff;/* カーソルを乗せたときの文字色 */
}



.sample{
border: 1px solid #999999;
padding: 2px;
}

.sample1{
background-image: url(../image/back.gif);
background-repeat: repeat-x;
background-position: top;
font-size: 11pt;
padding: 2px 0px 2px 5px;
border-left: 5px solid #446644;
} 


/******************************************* ▼リストマーク消す▼ */
li {
margin-left:0px;
list-style-type: none;
}
/******************************************* ▲リストマーク消す▲ */

/******************************************* ▼フッター余白▼ */
html{
    height:100%;
}
body{
    height:100%;
}
* html div#container{
    height:100%;
}
div#container{
    width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}
body > #container {
        height: auto;
}
div#main{
    padding-bottom:30px;
}
#foot{
    position:absolute;
    bottom:0px;
    height:30px;
    width:100%;
}
/******************************************* ▲フッター余白▲ */

/******************************************* ▼ヘッダー余白▼ */
body{margin: 0;}
/******************************************* ▲ヘッダー余白▲ */

/******************************************* ▼コメント背景▼ */
.cmbk_自分の名前 { background-color:#cccccc; }
.cmbk_アンチＡＫＢ { background-color:#0000FF; }
.cmbk_天使すぎるー{ background-color:#FF0000; }
.cmbk_ななしー    { background-color:#FF0000; }
.cmbk_自分の名前 { background-color:#cccccc; }



/******************************************* ▲コメント背景▲ */

/******************************************* ▼リンク範囲広げる▼ */
ul.navi a {
 display: block;
}
ul.navi a:hover {
 background-color: #555;
 color: #fff;
}
/******************************************* リンク範囲広げる▲ */

/******************************************* ▼関連記事全体スタイル▼ */
.relate_dl { /* 全体 */

}
.relate_dl .relate_dt { /* 関連記事（見出し部分） */

}
.relate_dl .relate_dd { /* リスト外枠 */

}
.relate_dl .relate_dd .relate_ul { /* リスト部分 */

}
.relate_dl .relate_dd .relate_ul li { /* 記事のリスト */

}
.relate_dl .relate_dd .relate_ul .relate_li_nolink { /* 現在開いている記事 */
/******************************************* ▲関連記事全体スタイル▲ */


/******************************************* ▼関連記事余白▼ */
relate_dl {
 margin: 0px 0 0px;
}
/******************************************* ▲関連記事余白▲ */

/******************************************* ▼関連記事今見ている記事非表示▼ */
.relate_dl .relate_ul .relate_li_nolink {
 display: none;
}
/******************************************* ▲関連記事今見ている記事非表示▲ */


/******************************************* ▼関連記事文字サイズ▼ */
/* FC2relate
-------------------------------------------------------- */
.relate_dl {
 font-size: 13px;
}
font-size: 13px !important;
/******************************************* ▲関連記事文字サイズ▲ */


/******************************************* ▼テンプレ調整▼ */

/******************************************* ▲テンプレ調整▲ */

iframe.twitter-share-button {
    width: 60px!important;
}


a:hover img {
opacity: 0.4;
}