img {border:0;margin-bottom:5px;}
body { 
font-family:Helvetica,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3';
text-align:center;
line-height:1.3;
margin:0;
padding:0;
background-color:#333333;                       /* 外側背景色 */
} 
#outline { 
background-color:#333333;                     /* サイト背景色 */
}


/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1000px; /* 全体 */
margin:0 auto; 
}
#center { 
width:730px; /* 中央 */
float:right; 
} 
#left { 
width:0px; /* 左 */
float:left; 
} 
#right { 
width:260px; /* 右 */
float:right; 
} 
#center-left {
width:730px; /* 中央と同じ値を設定 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */




/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#5577ff; text-decoration:none;}      /* 通常 */
a:active  {color:#5577ff; text-decoration:none;}      /*実行中*/
a:visited {color:#6688ff; text-decoration:none;}      /*訪問済*/
a:hover   {color:#0000ff; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:2px solid #333333;                     /* 外枠の色     */
margin-bottom:15px;                            /* ヘッダ下間隔 */
}
#header_body { 
background : #333333;                    /* 背景色       */
border:1px solid #333333;                     /* 内枠の色     */
} 
/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:18pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:10px 10px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
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:#0000ff; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:10pt;                                 /* 文字サイズ */
color:#ffffff;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 10px 10px; 
}
/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#e0e0e0 2px solid;               /* 外枠の色/太さ/実線 */
background-color:#FFFFFF;               /* 背景色             */
margin-bottom:10px;                     /* 次の記事までの間隔 */
} 
.ently_title { 
font-size:12pt;                    /* 文字サイズ(記事タイトル)*/

background-color:#444444;          /* 背景色    (記事タイトル)*/
border:#444444 5px solid;          /* 枠        (記事タイトル)*/
text-align:left;                   /* 左寄せ    (記事タイトル)*/
padding:5px 10px;
margin:0;
} 

.ently_body { 
font-size:12pt;                       /* 文字サイズ(記事本文) */
color:#000000;                        /* 文字色    (記事本文) */
border-top:   #e0e0e0 1px solid;      /* 枠(上)    (記事本文) */
border-left:  #666666 1px solid;      /* 枠(左)    (記事本文) */
border-right: #666666 1px solid;      /* 枠(右)    (記事本文) */
border-bottom:#666666 1px solid;      /* 枠(下)    (記事本文) */
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 20px; 
margin-bottom:20px; /* 記事末尾の間隔調整 */
}
.ently_navi { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
color:#555555;                        /* 文字色(時刻・CM・TB) */
margin:0px 10px 3px; 
} 
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
border-top:   #e0e0e0 2px solid;                /* 個別枠(上) */
border-right: #e0e0e0 2px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 2px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 2px solid;                /* 個別枠(左) */
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin1_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
border: #666666 1px solid;            /* 枠        (タイトル) */
padding:2px 2px; 
} 
.plugin1_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #e0e0e0 1px solid;          /* 枠(上)    (本体) */
border-left : #666666 1px solid;          /* 枠(左)    (本体) */
border-right: #666666 1px solid;          /* 枠(右)    (本体) */
border-bottom:#666666 1px solid;          /* 枠(下)    (本体) */
padding:5px 5px 5px 5px; 
line-height:1;
}
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
border-top:   #e0e0e0 2px solid;                /* 個別枠(上) */
border-right: #e0e0e0 2px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 2px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 2px solid;                /* 個別枠(左) */
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin2_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
border: #666666 1px solid;            /* 枠        (タイトル) */
padding:2px 5px; 
} 
.plugin2_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #e0e0e0 1px solid;          /* 枠(上)    (本体) */
border-left:  #666666 1px solid;          /* 枠(左)    (本体) */
border-right: #666666 1px solid;          /* 枠(右)    (本体) */
border-bottom:#666666 1px solid;          /* 枠(下)    (本体) */
padding:5px 5px 5px 5px; 
line-height:1;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
border-top:   #333333 2px solid;                /* 個別枠(上) */
border-right: #333333 2px solid;                /* 個別枠(右) */
border-bottom:#333333 2px solid;                /* 個別枠(下) */
border-left:  #333333 2px solid;                /* 個別枠(左) */
margin-bottom:-2px;
margin-top:-5px;
margin-right:-6px;
margin-left:-6px;
} 
.plugin3_title { 
font-size:0pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#333333;                        /* 文字色    (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
border: #333333 0px solid;             /* 枠        (タイトル) */
padding:0px 0px; 
} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#333333;                 /* 背景色    (本体) */
border-top:   #333333 1px solid;          /* 枠(上)    (本体) */
border-left:  #333333 1px solid;          /* 枠(左)    (本体) */
border-right: #333333 1px solid;          /* 枠(右)    (本体) */
border-bottom:#333333 1px solid;          /* 枠(下)    (本体) */
padding:0px 0px; 
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
border:#e0e0e0 2px solid;           /* 外枠の/色太さ/実線     */
background-color:#FFFFFF;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:20px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#666666 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#000000;                    /* 文字色    (コメント本文) */
border-top:   #e0e0e0 1px solid;  /* 枠(上)    (コメント本文) */
border-left:  #666666 1px solid;  /* 枠(上)    (コメント本文) */
border-right: #666666 1px solid;  /* 枠(上)    (コメント本文) */
border-bottom:#666666 1px solid;  /* 枠(上)    (コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
}
.comment_navi { 
color:#555555;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px;
}
/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 50%;
}
/* コメント本文の入力欄の幅 */
#comment {
width: 95%;
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
border:#e0e0e0 2px solid;             /* 外枠の/色太さ/実線   */
background-color:#FFFFFF;             /* 背景色               */
margin-bottom:20px; 
} 
.trackback_block_title { 
font-size:10pt;                 /*文字サイズ(ブロックタイトル)*/
color:#555555;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
background-color:#f0f0f0;       /*背景色    (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
border:#666666 1px solid;       /*枠        (ブロックタイトル)*/
padding:5px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#000000;                    /* 文字色    (ブロック本文) */
border-top:   #e0e0e0 1px solid;  /* 枠(上)    (ブロック本文) */
border-left:  #666666 1px solid;  /* 枠(左)    (ブロック本文) */
border-right: #666666 1px solid;  /* 枠(右)    (ブロック本文) */
border-bottom:#666666 1px solid;  /* 枠(下)    (ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#555555;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#000000;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#e0e0e0 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border-top:#e0e0e0 2px solid;      /* 外枠の色/太さ/実線 (上) */
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#666666 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#e0e0e0 2px solid;             /* 飾り線(上)(本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
border:2px solid #e0e0e0;                       /* 外枠の色   */
background-color:#f0f0f0;                       /* 背景色     */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#999999;                                  /* 文字色     */
border:1px solid #666666;                       /* 内枠の色   */
padding:5px; 
} 
                                              /* リンク       */
#footer_body a:link    { color:#999999; }     /* 通常         */
#footer_body a:active  { color:#999999; }     /* 実行中       */
#footer_body a:visited { color:#999999; }     /* 訪問済み     */
#footer_body a:hover   { color:#0000ff; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */


/* カレンダー */
.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; } 
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; /* 次の質問までの余白 */
}

/* サブタイ */
.st { 
font-size:110%; 
color:#332222; 
font-weight:bold;                    /* 文字サイズ*/
border-bottom:1px dotted;          /* 枠        */
text-align:left;                   /* 左寄せ    */
padding:0px 0px;
margin:0px 0px 5px 0px;
} 

/* サブタイ2 */
.stst { 
font-size:140%; 
font-weight:bold;
color:#992222;                   /* 文字サイズ*/
border-bottom:2px dotted;          /* 枠        */
text-align:left;                   /* 左寄せ    */
padding:0px 0px;
margin:0px 0px 10px 0px;
} 

/* テーブル */
table.ta{
    border-top:1px solid #333333;
    border-left:1px solid #333333;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.ta th{
    border-right:1px solid #333333;
    border-bottom:1px solid #333333;
    color:#ffffff;
    background-color:#555555;
    background-image:url(https://blog-imgs-51.fc2.com/q/u/e/questnikki/table-back.gif);
    background-position:left top;
    padding:0.1em 1em;
    text-align:center;
}
.ta tr:nth-child(odd) {
  background-color:#eeeeee;
}
 
.ta tr:nth-child(even) {
  background-color:#ffffff;
}
.ta td{
    border-right:1px solid #333333;
    border-bottom:1px solid #333333;
    padding: 1px 5px;
}

/* テーブル */
table.taa{
    border-top:1px solid #333333;
    border-left:1px solid #333333;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.taa th{
    border-right:1px solid #333333;
    border-bottom:1px solid #333333;
    color:#ffffff;
    background-color:#555555;
    background-image:url(https://blog-imgs-51.fc2.com/q/u/e/questnikki/table-back.gif);
    background-position:left top;
    padding:0.1em 1em;
    text-align:center;
}
.taa tr:nth-child(odd) {
  background-color:#ffffff;
}
 
.taa tr:nth-child(even) {
  background-color:#ffffff;
}
.taa td{
    border-right:1px solid #333333;
    border-bottom:1px solid #333333;
    padding: 1px 5px;
}

/* テーブル */
table.taataa{
    border-top:1px solid #333333;
    border-left:1px solid #333333;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.taataa th{
    border-right:1px solid #333333;
    border-bottom:1px solid #333333;
    color:#000000;
    background-color:#cccccc;
    background-image:url(https://blog-imgs-66.fc2.com/q/u/e/questnikki/table-back22.gif);
    background-position:left top;
    padding:0.1em 1em;
    text-align:center;
}
.taataa tr:nth-child(odd) {
  background-color:#ffffff;
}
 
.taataa tr:nth-child(even) {
  background-color:#ffffff;
}
.taataa td{
    border-right:1px solid #333333;
    border-bottom:1px solid #333333;
    padding: 1px 5px;
}

/* テーブル */
table.tata{
    border-top:1px solid #333333;
    border-left:1px solid #333333;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.tata th{
    border-right:1px solid #333333;
    border-bottom:1px solid #333333;
    color:#000000;
    background-color:#cccccc;
    background-image:url(https://blog-imgs-66.fc2.com/q/u/e/questnikki/table-back22.gif);
    background-position:left top;
    padding:0.1em 1em;
    text-align:center;
}
.tata tr:nth-child(odd) {
  background-color:#eeeeee;
}
 
.tata tr:nth-child(even) {
  background-color:#ffffff;
}
.tata td{
    border-right:1px solid #333333;
    border-bottom:1px solid #333333;
    padding: 1px 5px;
}

/* テーブル */
table.tataqr{
    border-top:3px solid #62c1ce;
    border-left:3px solid #62c1ce;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.tataqr th{
    border-right:3px solid #62c1ce;
    border-bottom:3px solid #62c1ce;
    color:#000000;
    background-color:#cccccc;
    background-image:url(https://blog-imgs-66.fc2.com/q/u/e/questnikki/table-back22.gif);
    background-position:left top;
    padding:0.1em 1em;
    text-align:center;
}
.tataqr tr:nth-child(odd) {
  background-color:#ffffff;
}
 
.tataqr tr:nth-child(even) {
  background-color:#ffffff;
}
.tataqr td{
    border-right:3px solid #62c1ce;
    border-bottom:3px solid #62c1ce;
    padding: 1px 5px;
}
/* 見出し */

.sst {
font-size:150%;
font-weight:bold;
border-left:7px solid #333333;    
padding:0px 5px;
margin:0px 0px 5px 0px;
}  

.sstt {
background-color:#e6e6e6;
font-weight:bold;  
padding:0px 5px;
margin:0px 0px 5px 0px; 
}

.boss {
font-size:110%;
color:#332222; 
font-weight:bold;                    /* 文字サイズ*/
border-bottom:1px dotted;          /* 枠        */
width:360px;
text-align:left;                   /* 左寄せ    */
margin: 1px 1px 2px 3px;
padding: 0px 5px;
border-left:12px double #aa0044;
}

.sss {
font-size:120%; 
color:#662233; 
font-weight:bold;  
border-bottom:1px solid #994455;         /* 枠        */
width:270px;
text-align:left;                   /* 左寄せ    */
margin: 1px 1px 2px 2px;
    padding: 0px 5px;
border-left:4px solid #994455;
}

.sssb {
font-size:105%; 
color:#333333; 
font-weight:bold;  
border-bottom:1px dashed #666666;         /* 枠        */
width:200px;
text-align:left;                   /* 左寄せ    */
margin: 1px 1px 5px 4px;
    padding: 0px 5px;
border-left:4px solid #003399;
}

.sssa {
font-size:105%; 
color:#333333; 
font-weight:bold;  
border-bottom:1px dashed #666666;         /* 枠        */
width:300px;
text-align:left;                   /* 左寄せ    */
padding: 0px 5px;
margin:0px 0px 5px 4px;
border-left:5px solid #003399;
}

.ssso {
font-size:100%; 
color:#CC6600; 
font-weight:bold;  
border-bottom:1px dashed #CC6600;         /* 枠        */
width:250px;
text-align:left;                   /* 左寄せ    */
padding: 0px 5px;
margin:0px 0px 5px 4px;
border-left:5px solid #CC6600;
}

/* --- リストエリア --- */
ul.thumbnail {
width: 660px; /* リストエリアの幅 */
min-width: 660px; /* リストエリアの最小幅（不要な場合は削除） */
margin: 0;
padding: 10px 0 0; /* リストエリアのパディング（上、左右、下） */
list-style-type: none;
}

/* --- リスト項目 --- */
ul.thumbnail li {
width: 30%; /* 項目の幅 */
float: left;
}

/* --- 項目内容 --- */
ul.thumbnail dl {
width: 202px; /* 内容の幅 */
margin: 0 auto; /* 内容のセンタリング */
font-size: 80%;
}

/* --- 写真エリア --- */
ul.thumbnail dt {
/* height: 122px; */ /* 写真エリアの高さ（dt要素の高さを指定する場合） */
margin-bottom: 1px; /* 写真エリアの下マージン */
}
ul.thumbnail dt img {
border: 1px #808080 solid; /* 写真の境界線 */
}

/* --- キャプションエリア --- */
ul.thumbnail dd {
margin: 0 0 3px; /* キャプションエリアのマージン（上、左右、下） */
height: 6.5em; /* キャプションエリアの高さ */
line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- 画像の回り込み --- */
img.img_left{
	float: left;
	padding: 5px;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}

img.img_right{
float: right;
padding: 5px;
}

div.clear{
clear: both;
margin: 0 0 10px 0;
}

/* --- リスト2 --- */
#ul1 li{
list-style: square outside; color:#553333;list-style-image:none;list-style-position : inside;
padding: 0px 5px;
}
    #ul1 li span{color:#000;}

#ul2 li{
list-style: upper-alpha outside; color:#000055;list-style-image:none;list-style-position : inside;
padding: 0px 0px;
}

    #ul2 li span{color:#000;}

#ul3 li{
list-style: square outside; color:#333333;list-style-image:none;list-style-position : outside;
padding: 0px 0px;
}

    #ul3 li span{color:#000;}

#ul3 li ul {
list-style-type: circle;
padding-left:10px;
}

#ul4 li{
list-style: decimal outside; color:#333333;list-style-image:none;list-style-position : outside;
padding: 0px 0px;
}

    #ul4 li span{color:#000;}

#ul5 li{
list-style: square outside; color:#333333;list-style-image:none;list-style-position : outside;
padding: 0px 5px;
}
    #ul5 li span{color:#000;}

#ul6 li{
list-style: disc inside; color:#333333;list-style-image:none;list-style-position : outside;
padding: 0px 0px;
}
    #ul6 li span{color:#000;}

#ul6 li ul {
list-style-type: circle;
padding-left:0px;
}


/* --- スマホとＰＣを分ける --- */
.sp-mieru {
	display: none;
}
@media screen and (max-width: 1201px) {
	.pc-mieru {
		display: none;
	}
	.sp-mieru {
		display: block;
	}
}


/* --- 広告センター表示 --- */
.ad{
width:100%;
text-align:center;
margin:0 auto;
}


.box11{
    padding: 0.5em 1em;
    margin: 1em 3em;
    color: #5d627b;
    background: white;
    border-left: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}


.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}



.box28 {
   width:200px;
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box28 p {
    margin: 0; 
    padding: 0;
}



h2 {
font-size:150%;
font-weight:bold;
border-left:7px solid #333333;    
padding:0px 5px;
margin:0px 0px 5px 0px;
}


h3 {
font-size:140%; 
font-weight:bold;
color:#992222;                   /* 文字サイズ*/
border-bottom:2px dotted;          /* 枠        */
text-align:left;                   /* 左寄せ    */
padding:0px 0px;
margin:0px 0px 10px 0px;
}

h4 {
font-size:105%; 
color:#333333; 
font-weight:bold;  
border-bottom:1px dashed #666666;         /* 枠        */
width:400px;
text-align:left;                   /* 左寄せ    */
padding: 0px 5px;
margin:0px 0px 5px 4px;
border-left:5px solid #003399;
}

/* ▲ FC2バトンのスタイル ▲ */

/**************************************************************/
/*
フッターにある著作権表示(リンク)さえ残して頂ければ
どんなにカスタマイズされても構いません。また、
どのようなサイトでも利用してくださって結構です。
                                FC2ブログのテンプレート工房
[lightframe_ver.05.1]     (http://10plate.blog44.fc2.com/)
*/
/**************************************************************/